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

2020-05-10 Thread Allan McRae via arch-commits
Date: Monday, May 11, 2020 @ 05:58:58
  Author: allan
Revision: 383153

archrelease: copy trunk to extra-x86_64

Added:
  clutter-gtk/repos/extra-x86_64/PKGBUILD
(from rev 383152, clutter-gtk/trunk/PKGBUILD)
Deleted:
  clutter-gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-11 05:58:36 UTC (rev 383152)
+++ PKGBUILD2020-05-11 05:58:58 UTC (rev 383153)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=clutter-gtk
-pkgver=1.8.4
-pkgrel=1
-pkgdesc="Clutter integration with GTK+"
-arch=('i686' 'x86_64')
-url="https://git.gnome.org/browse/clutter-gtk;
-license=(LGPL)
-depends=(clutter)
-makedepends=(gobject-introspection gtk-doc git meson)
-_commit=77483ba46384adde76f6c4599eae77eeec852c56  # tags/1.8.4^0
-source=("git+https://git.gnome.org/browse/clutter-gtk#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
--Denable_docs=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: clutter-gtk/repos/extra-x86_64/PKGBUILD (from rev 383152, 
clutter-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-11 05:58:58 UTC (rev 383153)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=clutter-gtk
+pkgver=1.8.4
+pkgrel=2
+pkgdesc="Clutter integration with GTK+"
+arch=(x86_64)
+url="https://gitlab.gnome.org/GNOME/clutter-gtk;
+license=(LGPL)
+depends=(clutter)
+makedepends=(gobject-introspection gtk-doc git meson)
+_commit=77483ba46384adde76f6c4599eae77eeec852c56  # tags/1.8.4^0
+source=("git+https://gitlab.gnome.org/GNOME/clutter-gtk.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -Denable_docs=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2020-05-10 Thread Allan McRae via arch-commits
Date: Monday, May 11, 2020 @ 05:58:36
  Author: allan
Revision: 383152

upgpkg: clutter-gtk 1.8.4-2: .BUILDINFO rebuild

Modified:
  clutter-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-11 05:14:57 UTC (rev 383151)
+++ PKGBUILD2020-05-11 05:58:36 UTC (rev 383152)
@@ -3,7 +3,7 @@
 
 pkgname=clutter-gtk
 pkgver=1.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Clutter integration with GTK+"
 arch=(x86_64)
 url="https://gitlab.gnome.org/GNOME/clutter-gtk;


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

2020-05-10 Thread Christian Hesse via arch-commits
Date: Monday, May 11, 2020 @ 05:14:57
  Author: eworm
Revision: 383151

archrelease: copy trunk to extra-x86_64

Added:
  wireguard-tools/repos/extra-x86_64/PKGBUILD
(from rev 383150, wireguard-tools/trunk/PKGBUILD)
Deleted:
  wireguard-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-11 05:14:49 UTC (rev 383150)
+++ PKGBUILD2020-05-11 05:14:57 UTC (rev 383151)
@@ -1,46 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgname=wireguard-tools
-pkgver=1.0.20200319
-pkgrel=1
-pkgdesc='next generation secure network tunnel - tools for configuration'
-arch=('x86_64')
-url='https://www.wireguard.com/'
-license=('GPL')
-depends=('bash')
-optdepends=('openresolv: for DNS functionality'
-'sudo: elevate privileges'
-'wireguard-dkms: wireguard module, built by dkms'
-'wireguard-arch: wireguard module for linux'
-'wireguard-lts: wireguard module for linux-lts')
-validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

-source=("https://git.zx2c4.com/${pkgname}/snapshot/${pkgname}-${pkgver}.tar"{.xz,.asc})
-sha256sums=('757ed31d4d48d5fd7853bfd9bfa6a3a1b53c24a94fe617439948784a2c0ed987'
-'SKIP')
-
-prepare() {
-   cd ${pkgname}-${pkgver}/
-
-   find contrib/ -name '.gitignore' -delete
-}
-
-build() {
-   cd ${pkgname}-${pkgver}/
-
-   make -C src/
-}
-
-package() {
-   cd ${pkgname}-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgname}/
-   cp -r contrib/ "${pkgdir}"/usr/share/${pkgname}/examples/
-}

Copied: wireguard-tools/repos/extra-x86_64/PKGBUILD (from rev 383150, 
wireguard-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-11 05:14:57 UTC (rev 383151)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgname=wireguard-tools
+pkgver=1.0.20200510
+pkgrel=1
+pkgdesc='next generation secure network tunnel - tools for configuration'
+arch=('x86_64')
+url='https://www.wireguard.com/'
+license=('GPL')
+depends=('bash')
+optdepends=('openresolv: for DNS functionality'
+'sudo: elevate privileges'
+'wireguard-dkms: wireguard module, built by dkms'
+'wireguard-lts: wireguard module for linux-lts')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

+source=("https://git.zx2c4.com/${pkgname}/snapshot/${pkgname}-${pkgver}.tar"{.xz,.asc})
+sha256sums=('cd526c7ea177e59ae4c0ebc4f3cc360b8524881b090d043426bdf7e3c85ac8e7'
+'SKIP')
+
+prepare() {
+   cd ${pkgname}-${pkgver}/
+
+   find contrib/ -name '.gitignore' -delete
+}
+
+build() {
+   cd ${pkgname}-${pkgver}/
+
+   make -C src/
+}
+
+package() {
+   cd ${pkgname}-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgname}/
+   cp -r contrib/ "${pkgdir}"/usr/share/${pkgname}/examples/
+}


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

2020-05-10 Thread Christian Hesse via arch-commits
Date: Monday, May 11, 2020 @ 05:14:49
  Author: eworm
Revision: 383150

upgpkg: wireguard-tools 1.0.20200510-1

new upstream release

Modified:
  wireguard-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 22:27:39 UTC (rev 383149)
+++ PKGBUILD2020-05-11 05:14:49 UTC (rev 383150)
@@ -2,7 +2,7 @@
 # Contributor: Jason A. Donenfeld 
 
 pkgname=wireguard-tools
-pkgver=1.0.20200319
+pkgver=1.0.20200510
 pkgrel=1
 pkgdesc='next generation secure network tunnel - tools for configuration'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'wireguard-lts: wireguard module for linux-lts')
 validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

 
source=("https://git.zx2c4.com/${pkgname}/snapshot/${pkgname}-${pkgver}.tar"{.xz,.asc})
-sha256sums=('757ed31d4d48d5fd7853bfd9bfa6a3a1b53c24a94fe617439948784a2c0ed987'
+sha256sums=('cd526c7ea177e59ae4c0ebc4f3cc360b8524881b090d043426bdf7e3c85ac8e7'
 'SKIP')
 
 prepare() {


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

2020-05-10 Thread Christian Rebischke via arch-commits
Date: Sunday, May 10, 2020 @ 23:32:07
  Author: shibumi
Revision: 626243

upgpkg: ascii 3.18-3 update .BUILDINFO

Modified:
  ascii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 23:12:50 UTC (rev 626242)
+++ PKGBUILD2020-05-10 23:32:07 UTC (rev 626243)
@@ -5,7 +5,7 @@
 
 pkgname=ascii
 pkgver=3.18
-pkgrel=2
+pkgrel=3
 pkgdesc='Utility for conversion between various byte representations and the 
ASCII character table'
 arch=('x86_64')
 url='http://www.catb.org/~esr/ascii'


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

2020-05-10 Thread Christian Rebischke via arch-commits
Date: Sunday, May 10, 2020 @ 23:32:13
  Author: shibumi
Revision: 626244

archrelease: copy trunk to community-x86_64

Added:
  ascii/repos/community-x86_64/PKGBUILD
(from rev 626243, ascii/trunk/PKGBUILD)
Deleted:
  ascii/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 23:32:07 UTC (rev 626243)
+++ PKGBUILD2020-05-10 23:32:13 UTC (rev 626244)
@@ -1,28 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Peter Lewis 
-# Contributor: Grigorios Bouzakis 
-# Contributor: Damir Perisa 
-
-pkgname=ascii
-pkgver=3.18
-pkgrel=2
-pkgdesc='Utility for conversion between various byte representations and the 
ASCII character table'
-arch=('x86_64')
-url='http://www.catb.org/~esr/ascii'
-license=('BSD')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::http://www.catb.org/~esr/ascii/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f3a4354971ccbdb01a6eea4ee46818bccfef0fec8d640f0eeafa984a9116fcb829fe7979488bfe62744374e8783678b99710e09fcc2ddfc6c4068ba08ab73d5d')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -D -m755 ascii "${pkgdir}/usr/bin/ascii"
-  install -D -m644 ascii.1 "${pkgdir}/usr/share/man/man1/ascii.1"
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ascii/repos/community-x86_64/PKGBUILD (from rev 626243, 
ascii/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 23:32:13 UTC (rev 626244)
@@ -0,0 +1,28 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Peter Lewis 
+# Contributor: Grigorios Bouzakis 
+# Contributor: Damir Perisa 
+
+pkgname=ascii
+pkgver=3.18
+pkgrel=3
+pkgdesc='Utility for conversion between various byte representations and the 
ASCII character table'
+arch=('x86_64')
+url='http://www.catb.org/~esr/ascii'
+license=('BSD')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::http://www.catb.org/~esr/ascii/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f3a4354971ccbdb01a6eea4ee46818bccfef0fec8d640f0eeafa984a9116fcb829fe7979488bfe62744374e8783678b99710e09fcc2ddfc6c4068ba08ab73d5d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -D -m755 ascii "${pkgdir}/usr/bin/ascii"
+  install -D -m644 ascii.1 "${pkgdir}/usr/share/man/man1/ascii.1"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-05-10 Thread Christian Rebischke via arch-commits
Date: Sunday, May 10, 2020 @ 23:12:44
  Author: shibumi
Revision: 626241

upgpkg: zsh-theme-powerlevel10k 1.8.0-1

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 22:28:03 UTC (rev 626240)
+++ PKGBUILD2020-05-10 23:12:44 UTC (rev 626241)
@@ -3,8 +3,8 @@
 # Contributor: Ron Asimi 
 
 pkgname=zsh-theme-powerlevel10k
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('any')
 url='https://github.com/romkatv/powerlevel10k'
@@ -21,7 +21,7 @@
   'openssh: ssh detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;)
-sha512sums=('2c4e5c7fd37a62496efd048889c1329086a16c7e779694101798e67d0b8cc15118f937ea61282234272341f5be492057eb6c2f3f6cd06294ca9ea3ef4ce4d0ed')
+sha512sums=('a6689be840d63b3ae59f9cd521e8a061d631a592d738ecea4d09e0b9cd6eaee241bda093439e02fece35da40001aab05cef822db92ac4b6fa96e6ccb68e73ac4')
 
 package()
 {


[arch-commits] Commit in zsh-theme-powerlevel10k/repos/community-any (2 files)

2020-05-10 Thread Christian Rebischke via arch-commits
Date: Sunday, May 10, 2020 @ 23:12:50
  Author: shibumi
Revision: 626242

archrelease: copy trunk to community-any

Added:
  zsh-theme-powerlevel10k/repos/community-any/PKGBUILD
(from rev 626241, zsh-theme-powerlevel10k/trunk/PKGBUILD)
Deleted:
  zsh-theme-powerlevel10k/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 23:12:44 UTC (rev 626241)
+++ PKGBUILD2020-05-10 23:12:50 UTC (rev 626242)
@@ -1,48 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Jeff Henson 
-# Contributor: Ron Asimi 
-
-pkgname=zsh-theme-powerlevel10k
-pkgver=1.7.0
-pkgrel=2
-pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
-arch=('any')
-url='https://github.com/romkatv/powerlevel10k'
-license=('MIT')
-depends=('zsh')
-conflicts=('zsh-theme-powerlevel9k')
-optdepends=(
-  'powerline-fonts: patched fonts for powerline'
-  'awesome-terminal-fonts: icon package'
-  'acpi: battery monitoring'
-  'git: status of repository'
-  'mercurial: status of repository'
-  'systemd: virtualization detection'
-  'openssh: ssh detection'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;)
-sha512sums=('2c4e5c7fd37a62496efd048889c1329086a16c7e779694101798e67d0b8cc15118f937ea61282234272341f5be492057eb6c2f3f6cd06294ca9ea3ef4ce4d0ed')
-
-package()
-{
-  cd "${srcdir}/powerlevel10k-${pkgver}"
-
-  # Install license
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Install Documentation
-  install -D -m644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-
-  # Install the theme
-  install -D -m644 powerlevel10k.zsh-theme 
"${pkgdir}/usr/share/${pkgname}/powerlevel10k.zsh-theme"
-  install -D -m644 powerlevel9k.zsh-theme 
"${pkgdir}/usr/share/${pkgname}/powerlevel9k.zsh-theme"
-
-  # Install the utilities
-  install -D -m755 prompt_powerlevel10k_setup 
"${pkgdir}/usr/share/${pkgname}/prompt_powerlevel10k_setup"
-  install -D -m755 prompt_powerlevel9k_setup 
"${pkgdir}/usr/share/${pkgname}/prompt_powerlevel9k_setup"
-  install -d "${pkgdir}/usr/share/${pkgname}/config"
-  cp -R config "${pkgdir}/usr/share/${pkgname}/"
-  install -d "${pkgdir}/usr/share/${pkgname}/gitstatus/bin"
-  cp -R gitstatus "${pkgdir}/usr/share/${pkgname}/"
-  cp -R internal "${pkgdir}/usr/share/${pkgname}/"
-}

Copied: zsh-theme-powerlevel10k/repos/community-any/PKGBUILD (from rev 626241, 
zsh-theme-powerlevel10k/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 23:12:50 UTC (rev 626242)
@@ -0,0 +1,48 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Jeff Henson 
+# Contributor: Ron Asimi 
+
+pkgname=zsh-theme-powerlevel10k
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
+arch=('any')
+url='https://github.com/romkatv/powerlevel10k'
+license=('MIT')
+depends=('zsh')
+conflicts=('zsh-theme-powerlevel9k')
+optdepends=(
+  'powerline-fonts: patched fonts for powerline'
+  'awesome-terminal-fonts: icon package'
+  'acpi: battery monitoring'
+  'git: status of repository'
+  'mercurial: status of repository'
+  'systemd: virtualization detection'
+  'openssh: ssh detection'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;)
+sha512sums=('a6689be840d63b3ae59f9cd521e8a061d631a592d738ecea4d09e0b9cd6eaee241bda093439e02fece35da40001aab05cef822db92ac4b6fa96e6ccb68e73ac4')
+
+package()
+{
+  cd "${srcdir}/powerlevel10k-${pkgver}"
+
+  # Install license
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Install Documentation
+  install -D -m644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+
+  # Install the theme
+  install -D -m644 powerlevel10k.zsh-theme 
"${pkgdir}/usr/share/${pkgname}/powerlevel10k.zsh-theme"
+  install -D -m644 powerlevel9k.zsh-theme 
"${pkgdir}/usr/share/${pkgname}/powerlevel9k.zsh-theme"
+
+  # Install the utilities
+  install -D -m755 prompt_powerlevel10k_setup 
"${pkgdir}/usr/share/${pkgname}/prompt_powerlevel10k_setup"
+  install -D -m755 prompt_powerlevel9k_setup 
"${pkgdir}/usr/share/${pkgname}/prompt_powerlevel9k_setup"
+  install -d "${pkgdir}/usr/share/${pkgname}/config"
+  cp -R config "${pkgdir}/usr/share/${pkgname}/"
+  install -d "${pkgdir}/usr/share/${pkgname}/gitstatus/bin"
+  cp -R gitstatus "${pkgdir}/usr/share/${pkgname}/"
+  cp -R internal "${pkgdir}/usr/share/${pkgname}/"
+}


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

2020-05-10 Thread Jonas Witschel via arch-commits
Date: Sunday, May 10, 2020 @ 22:28:03
  Author: diabonas
Revision: 626240

archrelease: copy trunk to community-any

Added:
  python-matrix-nio/repos/community-any/PKGBUILD
(from rev 626239, python-matrix-nio/trunk/PKGBUILD)
Deleted:
  python-matrix-nio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 22:27:57 UTC (rev 626239)
+++ PKGBUILD2020-05-10 22:28:03 UTC (rev 626240)
@@ -1,39 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=python-matrix-nio
-pkgver=0.11.0
-_tag=9fadfbec243d9f652712b32658e3df5510a65ad1 # git show-ref "$pkgver"
-pkgrel=2
-pkgdesc='Python Matrix client library, designed according to sans I/O 
principles'
-arch=('any')
-url='https://github.com/poljar/matrix-nio'
-license=('ISC')
-depends=('python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 
'python-cachetools'
- 'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 
'python-logbook' 'python-olm'
- 'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
-makedepends=('git')
-checkdepends=('python-aioresponses' 'python-faker' 'python-hypothesis' 
-  'python-pytest' 'python-pytest-aiohttp' 
'python-pytest-benchmark')
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić 
(poljar) 
-
-pkgver() {
-   cd "${pkgname#python-}"
-   git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-build() {
-   cd "${pkgname#python-}"
-   python setup.py build
-}
-
-check() {
-   cd "${pkgname#python-}"
-   python -m pytest
-}
-
-package() {
-   cd "${pkgname#python-}"
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-matrix-nio/repos/community-any/PKGBUILD (from rev 626239, 
python-matrix-nio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 22:28:03 UTC (rev 626240)
@@ -0,0 +1,39 @@
+# Maintainer: Jonas Witschel 
+pkgname=python-matrix-nio
+pkgver=0.11.1
+_tag=22ee14aaf80778a9aab203987c6cf013e275f789 # git show-ref "$pkgver"
+pkgrel=1
+pkgdesc='Python Matrix client library, designed according to sans I/O 
principles'
+arch=('any')
+url='https://github.com/poljar/matrix-nio'
+license=('ISC')
+depends=('python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 
'python-cachetools'
+ 'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 
'python-logbook' 'python-olm'
+ 'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
+makedepends=('git')
+checkdepends=('python-aioresponses' 'python-faker' 'python-hpack' 
'python-hyperframe' 'python-hypothesis'
+  'python-pytest' 'python-pytest-aiohttp' 
'python-pytest-benchmark')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić 
(poljar) 
+
+pkgver() {
+   cd "${pkgname#python-}"
+   git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+build() {
+   cd "${pkgname#python-}"
+   python setup.py build
+}
+
+check() {
+   cd "${pkgname#python-}"
+   python -m pytest
+}
+
+package() {
+   cd "${pkgname#python-}"
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-05-10 Thread Jonas Witschel via arch-commits
Date: Sunday, May 10, 2020 @ 22:27:57
  Author: diabonas
Revision: 626239

upgpkg: python-matrix-nio 0.11.1-1: upstream release

Modified:
  python-matrix-nio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 21:47:36 UTC (rev 626238)
+++ PKGBUILD2020-05-10 22:27:57 UTC (rev 626239)
@@ -1,8 +1,8 @@
 # Maintainer: Jonas Witschel 
 pkgname=python-matrix-nio
-pkgver=0.11.0
-_tag=9fadfbec243d9f652712b32658e3df5510a65ad1 # git show-ref "$pkgver"
-pkgrel=2
+pkgver=0.11.1
+_tag=22ee14aaf80778a9aab203987c6cf013e275f789 # git show-ref "$pkgver"
+pkgrel=1
 pkgdesc='Python Matrix client library, designed according to sans I/O 
principles'
 arch=('any')
 url='https://github.com/poljar/matrix-nio'
@@ -11,7 +11,7 @@
  'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 
'python-logbook' 'python-olm'
  'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
 makedepends=('git')
-checkdepends=('python-aioresponses' 'python-faker' 'python-hypothesis' 
+checkdepends=('python-aioresponses' 'python-faker' 'python-hpack' 
'python-hyperframe' 'python-hypothesis'
   'python-pytest' 'python-pytest-aiohttp' 
'python-pytest-benchmark')
 source=("git+$url.git?signed#tag=$_tag")
 sha512sums=('SKIP')


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

2020-05-10 Thread Christian Rebischke via arch-commits
Date: Sunday, May 10, 2020 @ 21:47:36
  Author: shibumi
Revision: 626238

archrelease: copy trunk to community-x86_64

Added:
  hcloud/repos/community-x86_64/CHANGES.md
(from rev 626237, hcloud/trunk/CHANGES.md)
  hcloud/repos/community-x86_64/PKGBUILD
(from rev 626237, hcloud/trunk/PKGBUILD)
  hcloud/repos/community-x86_64/_hcloud.zsh
(from rev 626237, hcloud/trunk/_hcloud.zsh)
Deleted:
  hcloud/repos/community-x86_64/CHANGES.md
  hcloud/repos/community-x86_64/PKGBUILD
  hcloud/repos/community-x86_64/_hcloud.zsh

-+
 CHANGES.md  |  212 +-
 PKGBUILD|  100 +--
 _hcloud.zsh |4 -
 3 files changed, 158 insertions(+), 158 deletions(-)

Deleted: CHANGES.md
===
--- CHANGES.md  2020-05-10 21:47:27 UTC (rev 626237)
+++ CHANGES.md  2020-05-10 21:47:36 UTC (rev 626238)
@@ -1,106 +0,0 @@
-# Changes
-
-## v1.14.0
-
-* Expose server’s MAC address in networks on `hcloud server describe`
-* Add support for names to Floating IP commands
-* Make `--ip-range` on `hcloud network add-subnet` optional
-* Add debug mode (use `HCLOUD_DEBUG` and `HCLOUD_DEBUG_FILE`)
-* Add `hcloud server ip` command
-* Expose `Created` on `hcloud floating-ip|image|ssh-key|volume describe`
-* Refactor progressbar and add loading animation for running actions
-
-## v1.13.0
-
-* Show server name instead of ID on `hcloud floating-ip|volume|image list`
-* Add support for networks
-
-## v1.12.0
-
-* Add support for executing commands via `hcloud server ssh  `
-* Make overriding context via `HCLOUD_CONTEXT` work
-* Add support for JSON and Go template output
-* Add support for multiple user data files
-* Add length validation for API token on `hcloud context create`
-* Add `active` column to context list on `hcloud context list`
-
-## v1.11.0
-
-* Add support for automounting and formatting volumes
-
-## v1.10.0
-
-* Fix creating a volume when server is specified by its name
-* Deprecate and ignore the `--window` flag on `hcloud server enable-backup`
-* Add output columns `type|labels|volumes|protection` to `hcloud server list`
-* Add output columns `labels|protection` to `hcloud volume list`
-* Add output column `labels` to `hcloud image list`
-* Add output column `labels` to `hcloud floating-ip list`
-* Add output column `labels` to `hcloud ssh-key list`
-
-## v1.9.1
-
-* Fix formatting issue on `hcloud volume list` and `hcloud volume describe`
-
-## v1.9.0
-
-* Add support for volumes
-* Add `--start-after-create` flag to `hcloud server create` command
-
-## v1.8.0
-
-* Add `hcloud ssh-key update` command
-* Add `-u/--user` and `-p/--port` flags to `hcloud server ssh` command
-* Add `hcloud server set-rdns` command
-* Add `hcloud floating-ip set-rdns` command
-
-## v1.7.0
-
-* Add type filter flag `-t` / `--type` to `image list` command
-* Expose labels of servers, Floating IPs, images, and SSH Keys
-* Add `hcloud {server|ssh-key|image|floating-ip} {add-label|remove-label}` 
commands
-
-## v1.6.1
-
-* Fix invalid formatting of integers in `hcloud * list` commands
-
-## v1.6.0
-
-* Show IP address upon creating a server
-* Add `--poll-interval` flag for controlling the polling interval (for example 
for action progress updates)
-
-## v1.5.0
-
-* Add `hcloud server ssh` command to open an SSH connection to the server
-
-## v1.4.0
-
-* Document `-o` flag for controlling output formatting
-* Add commands `enable-protection` and `disable-protection` for
-  images, Floating IPs, and servers
-
-## v1.3.2
-
-* Show progress for every action
-* Show datacenter in `server list` and `server describe`
-
-## v1.3.1
-
-* Only poll action progress every 500ms (instead of every 100ms)
-* Document `HCLOUD_TOKEN` and make it work when there is no active context
-
-## v1.3.0
-
-* Print dates in local time
-* Do not echo token when creating a context
-* Add `--user-data-from-file` flag to `hcloud server create` command
-
-## v1.2.0
-
-* Update hcloud library to v1.2.0 fixing rate limit check
-
-## v1.1.0
-
-* Show image information in `hcloud server describe`
-* Auto-activate created context on `hcloud context create`
-* Fix `hcloud version` not showing correct version

Copied: hcloud/repos/community-x86_64/CHANGES.md (from rev 626237, 
hcloud/trunk/CHANGES.md)
===
--- CHANGES.md  (rev 0)
+++ CHANGES.md  2020-05-10 21:47:36 UTC (rev 626238)
@@ -0,0 +1,106 @@
+# Changes
+
+## v1.14.0
+
+* Expose server’s MAC address in networks on `hcloud server describe`
+* Add support for names to Floating IP commands
+* Make `--ip-range` on `hcloud network add-subnet` optional
+* Add debug mode (use `HCLOUD_DEBUG` and `HCLOUD_DEBUG_FILE`)
+* Add `hcloud server ip` command
+* Expose `Created` on `hcloud floating-ip|image|ssh-key|volume describe`
+* Refactor progressbar and add loading animation for running actions
+
+## 

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

2020-05-10 Thread Christian Rebischke via arch-commits
Date: Sunday, May 10, 2020 @ 21:47:27
  Author: shibumi
Revision: 626237

upgpkg: hcloud 1.16.2-1

Modified:
  hcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 21:46:46 UTC (rev 626236)
+++ PKGBUILD2020-05-10 21:47:27 UTC (rev 626237)
@@ -3,8 +3,8 @@
 
 _pkgname=cli
 pkgname=hcloud
-pkgver=1.14.0
-pkgrel=3
+pkgver=1.16.2
+pkgrel=1
 pkgdesc="CLI for Hetzner Cloud"
 arch=('x86_64')
 url='https://github.com/hetznercloud/cli'


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

2020-05-10 Thread Christian Rebischke via arch-commits
Date: Sunday, May 10, 2020 @ 21:46:38
  Author: shibumi
Revision: 626235

upgpkg: sysstat 12.3.3-1

Modified:
  sysstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 21:43:40 UTC (rev 626234)
+++ PKGBUILD2020-05-10 21:46:38 UTC (rev 626235)
@@ -2,7 +2,7 @@
 # Contributor: Martin Devera 
 
 pkgname=sysstat
-pkgver=12.3.2
+pkgver=12.3.3
 pkgrel=1
 pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'etc/conf.d/sysstat.ioconf')
 
source=("http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${pkgver}.tar.xz;
  'lib64-fix.patch')
-sha512sums=('6cd63ff2e89f7d85ce7af91977a3f634b95adbfbdebcf3c40020483793f7bdd5ba20bb7f3210331c1bb389df798e9eb3560258ebf91e788ef25867f03d309915'
+sha512sums=('cc3e315cf4fc226928980aba9bbc342d681a01d4da7caee970f5c5e792d4df854961ccbd4eba5d40c4d5b63134ce423738d021ecd71454abf3d774fa6ced303e'
 
'46ec3eebb12232d30cddba60f16a57cd8d625513cf002d9e501797a6660f9da9cb4116ec81d0c292644fb6d91eb05c7be458da667260b238bcfef532a020b114')
 
 prepare() {


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

2020-05-10 Thread Christian Rebischke via arch-commits
Date: Sunday, May 10, 2020 @ 21:46:46
  Author: shibumi
Revision: 626236

archrelease: copy trunk to community-x86_64

Added:
  sysstat/repos/community-x86_64/PKGBUILD
(from rev 626235, sysstat/trunk/PKGBUILD)
  sysstat/repos/community-x86_64/lib64-fix.patch
(from rev 626235, sysstat/trunk/lib64-fix.patch)
Deleted:
  sysstat/repos/community-x86_64/PKGBUILD
  sysstat/repos/community-x86_64/lib64-fix.patch

-+
 PKGBUILD|   98 +++---
 lib64-fix.patch |   50 +--
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 21:46:38 UTC (rev 626235)
+++ PKGBUILD2020-05-10 21:46:46 UTC (rev 626236)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Martin Devera 
-
-pkgname=sysstat
-pkgver=12.3.2
-pkgrel=1
-pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
-arch=('x86_64')
-url="http://pagesperso-orange.fr/sebastien.godard/;
-license=('GPL')
-depends=('lm_sensors')
-makedepends=('systemd')
-optdepends=('tk: to use isag'
-   'gnuplot: to use isag')
-options=('zipman')
-backup=('etc/conf.d/sysstat'
-   'etc/conf.d/sysstat.ioconf')
-source=("http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${pkgver}.tar.xz;
- 'lib64-fix.patch')
-sha512sums=('6cd63ff2e89f7d85ce7af91977a3f634b95adbfbdebcf3c40020483793f7bdd5ba20bb7f3210331c1bb389df798e9eb3560258ebf91e788ef25867f03d309915'
-
'46ec3eebb12232d30cddba60f16a57cd8d625513cf002d9e501797a6660f9da9cb4116ec81d0c292644fb6d91eb05c7be458da667260b238bcfef532a020b114')
-
-prepare() {
-  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
-  patch -p1 < "${srcdir}"/lib64-fix.patch
-  autoreconf
-}
-
-build() {
-  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
-  conf_dir=/etc/conf.d ./configure --prefix=/usr \
-   --enable-yesterday \
-   --mandir=/usr/share/man \
-   --enable-install-isag \
-   --enable-install-cron \
-   --enable-copy-only \
-   --disable-man-group
-  # patch makefile for FULL RELRO builds
-  sed -e 's|CFLAGS = |CFLAGS += \$(CPPFLAGS) |' -e 's|LFLAGS = |LFLAGS = 
$(LDFLAGS) |' -i Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
-  mkdir -p "${pkgdir}"/usr/lib/systemd/system
-  make DESTDIR="${pkgdir}" install
-  chown -R root:root "${pkgdir}"
-  rm -rf "${pkgdir}"/etc/rc*
-}

Copied: sysstat/repos/community-x86_64/PKGBUILD (from rev 626235, 
sysstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 21:46:46 UTC (rev 626236)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Martin Devera 
+
+pkgname=sysstat
+pkgver=12.3.3
+pkgrel=1
+pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
+arch=('x86_64')
+url="http://pagesperso-orange.fr/sebastien.godard/;
+license=('GPL')
+depends=('lm_sensors')
+makedepends=('systemd')
+optdepends=('tk: to use isag'
+   'gnuplot: to use isag')
+options=('zipman')
+backup=('etc/conf.d/sysstat'
+   'etc/conf.d/sysstat.ioconf')
+source=("http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${pkgver}.tar.xz;
+ 'lib64-fix.patch')
+sha512sums=('cc3e315cf4fc226928980aba9bbc342d681a01d4da7caee970f5c5e792d4df854961ccbd4eba5d40c4d5b63134ce423738d021ecd71454abf3d774fa6ced303e'
+
'46ec3eebb12232d30cddba60f16a57cd8d625513cf002d9e501797a6660f9da9cb4116ec81d0c292644fb6d91eb05c7be458da667260b238bcfef532a020b114')
+
+prepare() {
+  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
+  patch -p1 < "${srcdir}"/lib64-fix.patch
+  autoreconf
+}
+
+build() {
+  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
+  conf_dir=/etc/conf.d ./configure --prefix=/usr \
+   --enable-yesterday \
+   --mandir=/usr/share/man \
+   --enable-install-isag \
+   --enable-install-cron \
+   --enable-copy-only \
+   --disable-man-group
+  # patch makefile for FULL RELRO builds
+  sed -e 's|CFLAGS = |CFLAGS += \$(CPPFLAGS) |' -e 's|LFLAGS = |LFLAGS = 
$(LDFLAGS) |' -i Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}"/"${pkgname}"-"${pkgver}"
+  mkdir -p "${pkgdir}"/usr/lib/systemd/system
+  make DESTDIR="${pkgdir}" install
+  chown -R root:root "${pkgdir}"
+  rm -rf "${pkgdir}"/etc/rc*
+}

Deleted: lib64-fix.patch
===
--- lib64-fix.patch 2020-05-10 21:46:38 UTC (rev 626235)
+++ lib64-fix.patch 2020-05-10 21:46:46 UTC (rev 626236)
@@ -1,25 +0,0 @@
-diff -wbBur sysstat-11.1.3.org/configure.in sysstat-11.1.3/configure.in
 sysstat-11.1.3.org/configure.in2015-02-13 17:05:44.0 +0300
-+++ sysstat-11.1.3/configure.in2015-02-16 13:25:26.201405593 +0300
-@@ -209,21 +209,6 @@
- fi
- 
- SADC_DIR=$AuxPrefix/lib
--if test -d $AuxPrefix/lib64; 

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

2020-05-10 Thread Christian Rebischke via arch-commits
Date: Sunday, May 10, 2020 @ 21:43:28
  Author: shibumi
Revision: 626233

upgpkg: yaegi 0.8.4-1

Modified:
  yaegi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:55:44 UTC (rev 626232)
+++ PKGBUILD2020-05-10 21:43:28 UTC (rev 626233)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 # Contributor: navigaid 
 pkgname=yaegi
-pkgver=0.8.0
+pkgver=0.8.4
 pkgrel=1
 pkgdesc='Yet another Elegant Go Interpreter'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go-pie')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
-sha512sums=('80f9f8570fa0505aed10b43fb0a81fa06ccc944f7f5781a9c387b66883264f28e95968819bfc0ec77e2fd5468caf938a1d4db4072a0b4eb5bbe4d55edd183c9b')
+sha512sums=('fe405b7ce92835ffdfdd6fbbefe78f6081a5aead143a8ef65ef9c5227711ed129dc3a4d7590d979c3b295d9b31a1250c78a22ce23d1d04a4002d050d634bfe9b')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-05-10 Thread Christian Rebischke via arch-commits
Date: Sunday, May 10, 2020 @ 21:43:40
  Author: shibumi
Revision: 626234

archrelease: copy trunk to community-x86_64

Added:
  yaegi/repos/community-x86_64/PKGBUILD
(from rev 626233, yaegi/trunk/PKGBUILD)
Deleted:
  yaegi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 21:43:28 UTC (rev 626233)
+++ PKGBUILD2020-05-10 21:43:40 UTC (rev 626234)
@@ -1,30 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: navigaid 
-pkgname=yaegi
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Yet another Elegant Go Interpreter'
-arch=('x86_64')
-url='https://github.com/containous/yaegi'
-license=('Apache')
-makedepends=('go-pie')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
-sha512sums=('80f9f8570fa0505aed10b43fb0a81fa06ccc944f7f5781a9c387b66883264f28e95968819bfc0ec77e2fd5468caf938a1d4db4072a0b4eb5bbe4d55edd183c9b')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" ./cmd/yaegi
-}
-
-# These checks fail right now :(
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#  go test ./...
-#}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 yaegi "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: yaegi/repos/community-x86_64/PKGBUILD (from rev 626233, 
yaegi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 21:43:40 UTC (rev 626234)
@@ -0,0 +1,30 @@
+# Maintainer: Christian Rebischke 
+# Contributor: navigaid 
+pkgname=yaegi
+pkgver=0.8.4
+pkgrel=1
+pkgdesc='Yet another Elegant Go Interpreter'
+arch=('x86_64')
+url='https://github.com/containous/yaegi'
+license=('Apache')
+makedepends=('go-pie')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
+sha512sums=('fe405b7ce92835ffdfdd6fbbefe78f6081a5aead143a8ef65ef9c5227711ed129dc3a4d7590d979c3b295d9b31a1250c78a22ce23d1d04a4002d050d634bfe9b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" ./cmd/yaegi
+}
+
+# These checks fail right now :(
+#check() {
+#  cd "${pkgname}-${pkgver}"
+#  go test ./...
+#}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 yaegi "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:55:44
  Author: felixonmars
Revision: 626232

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:55:28 UTC (rev 626231)
+++ PKGBUILD2020-05-10 20:55:44 UTC (rev 626232)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-chameleon
-pkgver=3.7.0
-pkgrel=1
-pkgdesc="Fast HTML/XML Template Compiler"
-arch=('any')
-license=('custom:BSD' 'ZPL')
-url="http://www.pagetemplates.org/;
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/malthe/chameleon/archive/$pkgver.tar.gz;)
-sha512sums=('9f1d2a9222b795ac139f0c06ea8169ec132c00714ec4608e58dd5781dba8380f988141f6659c47e8920ee0cd4d4bcde9070794cd0e2b5f34d0fce21d24e2dc98')
-
-build() {
-  cd chameleon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd chameleon-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd chameleon-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-chameleon/repos/community-any/PKGBUILD (from rev 626231, 
python-chameleon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:55:44 UTC (rev 626232)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-chameleon
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="Fast HTML/XML Template Compiler"
+arch=('any')
+license=('custom:BSD' 'ZPL')
+url="http://www.pagetemplates.org/;
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/malthe/chameleon/archive/$pkgver.tar.gz;)
+sha512sums=('158b418fa6fbd13cd48d913ab34fb4f16450aa0fa3b382c6c829efed3100753814449a1d4004c9bc45d327d2a66130db0518b9c28943af300b4b310e955c426c')
+
+build() {
+  cd chameleon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd chameleon-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd chameleon-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:55:19
  Author: felixonmars
Revision: 626230

archrelease: copy trunk to community-x86_64

Added:
  deepin-draw/repos/community-x86_64/PKGBUILD
(from rev 626229, deepin-draw/trunk/PKGBUILD)
Deleted:
  deepin-draw/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:54:56 UTC (rev 626229)
+++ PKGBUILD2020-05-10 20:55:19 UTC (rev 626230)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-draw
-pkgver=5.8.0.15
-pkgrel=2
-pkgdesc="A lightweight drawing tool for Linux Deepin"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-draw;
-license=('GPL3')
-depends=('deepin-picker' 'deepin-qt5integration' 'freeimage' 'libexif' 
'qt5-imageformats')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz;)
-sha512sums=('910dd748c524f6ba6c148d61ced068aff224a9f8fbc3bf168f92b06937cea786ece78be51caf9bda9f1d1b52e83ee1426307f31e54470661f4574ce849005a13')
-
-build() {
-  cd deepin-draw-$pkgver
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd deepin-draw-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-draw/repos/community-x86_64/PKGBUILD (from rev 626229, 
deepin-draw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:55:19 UTC (rev 626230)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-draw
+pkgver=5.8.0.16
+pkgrel=1
+pkgdesc="A lightweight drawing tool for Linux Deepin"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-draw;
+license=('GPL3')
+depends=('deepin-picker' 'deepin-qt5integration' 'freeimage' 'libexif' 
'qt5-imageformats')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz;)
+sha512sums=('c1594791d65082e73eae234f5360c2e48a7bc3a6f00dfd325bec39a2e6159ad0a69684a503f379c3183db0d91702f4d55c9d77a82352b6f6d2051624f3e5fdc8')
+
+prepare() {
+  cd deepin-draw-$pkgver
+  sed -i '/include /i #include ' 
frame/cgraphicsview.h
+  sed -i '/include /a #include ' widgets/ciconbutton.cpp
+}
+
+build() {
+  cd deepin-draw-$pkgver
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd deepin-draw-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:55:28
  Author: felixonmars
Revision: 626231

upgpkg: python-chameleon 3.7.1-1

Modified:
  python-chameleon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:55:19 UTC (rev 626230)
+++ PKGBUILD2020-05-10 20:55:28 UTC (rev 626231)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-chameleon
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="Fast HTML/XML Template Compiler"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/malthe/chameleon/archive/$pkgver.tar.gz;)
-sha512sums=('9f1d2a9222b795ac139f0c06ea8169ec132c00714ec4608e58dd5781dba8380f988141f6659c47e8920ee0cd4d4bcde9070794cd0e2b5f34d0fce21d24e2dc98')
+sha512sums=('158b418fa6fbd13cd48d913ab34fb4f16450aa0fa3b382c6c829efed3100753814449a1d4004c9bc45d327d2a66130db0518b9c28943af300b4b310e955c426c')
 
 build() {
   cd chameleon-$pkgver


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:54:56
  Author: felixonmars
Revision: 626229

upgpkg: deepin-draw 5.8.0.16-1

Modified:
  deepin-draw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:53:53 UTC (rev 626228)
+++ PKGBUILD2020-05-10 20:54:56 UTC (rev 626229)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-draw
-pkgver=5.8.0.15
-pkgrel=2
+pkgver=5.8.0.16
+pkgrel=1
 pkgdesc="A lightweight drawing tool for Linux Deepin"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-draw;
@@ -11,8 +11,14 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-draw/archive/$pkgver.tar.gz;)
-sha512sums=('910dd748c524f6ba6c148d61ced068aff224a9f8fbc3bf168f92b06937cea786ece78be51caf9bda9f1d1b52e83ee1426307f31e54470661f4574ce849005a13')
+sha512sums=('c1594791d65082e73eae234f5360c2e48a7bc3a6f00dfd325bec39a2e6159ad0a69684a503f379c3183db0d91702f4d55c9d77a82352b6f6d2051624f3e5fdc8')
 
+prepare() {
+  cd deepin-draw-$pkgver
+  sed -i '/include /i #include ' 
frame/cgraphicsview.h
+  sed -i '/include /a #include ' widgets/ciconbutton.cpp
+}
+
 build() {
   cd deepin-draw-$pkgver
 


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

2020-05-10 Thread Levente Polyak via arch-commits
Date: Sunday, May 10, 2020 @ 20:54:33
  Author: anthraxx
Revision: 383147

upgpkg: linux-hardened 5.6.12.a-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:45:04 UTC (rev 383146)
+++ PKGBUILD2020-05-10 20:54:33 UTC (rev 383147)
@@ -4,8 +4,8 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.6.11.a
-pkgrel=3
+pkgver=5.6.12.a
+pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
 arch=(x86_64)
@@ -32,7 +32,7 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A'  # Daniel Micay
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('d6dd6cbe99429f088eddb248abce7832e8f8e45eb072cbf0d0f86b5b87221baa'
+sha256sums=('daea336aace63a9116475b3f698e259073c00bea57a2a545300dba1c45562221'
 'SKIP'
 'a3eb5f89cff627b3bd9232edf50ff28a9522134e9529017b82412cb19ce3ccac'
 'SKIP'


[arch-commits] Commit in linux-hardened/repos/testing-x86_64 (14 files)

2020-05-10 Thread Levente Polyak via arch-commits
Date: Sunday, May 10, 2020 @ 20:54:42
  Author: anthraxx
Revision: 383148

archrelease: copy trunk to testing-x86_64

Added:
  
linux-hardened/repos/testing-x86_64/0001-gcc-plugins-drop-support-for-GCC-4.7.patch
(from rev 383147, 
linux-hardened/trunk/0001-gcc-plugins-drop-support-for-GCC-4.7.patch)
  linux-hardened/repos/testing-x86_64/0002-gcc-common.h-Update-for-GCC-10.patch
(from rev 383147, 
linux-hardened/trunk/0002-gcc-common.h-Update-for-GCC-10.patch)
  
linux-hardened/repos/testing-x86_64/0003-Makefile-disallow-data-races-on-gcc-10-as-well.patch
(from rev 383147, 
linux-hardened/trunk/0003-Makefile-disallow-data-races-on-gcc-10-as-well.patch)
  
linux-hardened/repos/testing-x86_64/0004-x86-Fix-early-boot-crash-on-gcc-10-next-try.patch
(from rev 383147, 
linux-hardened/trunk/0004-x86-Fix-early-boot-crash-on-gcc-10-next-try.patch)
  linux-hardened/repos/testing-x86_64/PKGBUILD
(from rev 383147, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/testing-x86_64/config
(from rev 383147, linux-hardened/trunk/config)
  linux-hardened/repos/testing-x86_64/sphinx-workaround.patch
(from rev 383147, linux-hardened/trunk/sphinx-workaround.patch)
Deleted:
  
linux-hardened/repos/testing-x86_64/0001-gcc-plugins-drop-support-for-GCC-4.7.patch
  linux-hardened/repos/testing-x86_64/0002-gcc-common.h-Update-for-GCC-10.patch
  
linux-hardened/repos/testing-x86_64/0003-Makefile-disallow-data-races-on-gcc-10-as-well.patch
  
linux-hardened/repos/testing-x86_64/0004-x86-Fix-early-boot-crash-on-gcc-10-next-try.patch
  linux-hardened/repos/testing-x86_64/PKGBUILD
  linux-hardened/repos/testing-x86_64/config
  linux-hardened/repos/testing-x86_64/sphinx-workaround.patch

---+
 0001-gcc-plugins-drop-support-for-GCC-4.7.patch   |  612 
 0002-gcc-common.h-Update-for-GCC-10.patch |  184 
 0003-Makefile-disallow-data-races-on-gcc-10-as-well.patch |   64 
 0004-x86-Fix-early-boot-crash-on-gcc-10-next-try.patch|  262 
 PKGBUILD  |  422 
 config|21486 ++--
 sphinx-workaround.patch   |   26 
 7 files changed, 11528 insertions(+), 11528 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 383147:383148 to see the changes.


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:53:53
  Author: felixonmars
Revision: 626228

archrelease: copy trunk to community-x86_64

Added:
  clash/repos/community-x86_64/PKGBUILD
(from rev 626227, clash/trunk/PKGBUILD)
  clash/repos/community-x86_64/clash@.service
(from rev 626227, clash/trunk/clash@.service)
  clash/repos/community-x86_64/clash_user.service
(from rev 626227, clash/trunk/clash_user.service)
Deleted:
  clash/repos/community-x86_64/PKGBUILD
  clash/repos/community-x86_64/clash@.service
  clash/repos/community-x86_64/clash_user.service

+
 PKGBUILD   |   74 +--
 clash@.service |   24 
 clash_user.service |   22 +++
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:53:32 UTC (rev 626227)
+++ PKGBUILD2020-05-10 20:53:53 UTC (rev 626228)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ariel AxionL 
-# Contributor: Luke Yue 
-
-pkgname=clash
-pkgver=0.19.0
-pkgrel=1
-pkgdesc="A rule based proxy in Go"
-arch=('x86_64')
-url="https://github.com/Dreamacro/clash;
-license=('GPL3')
-makedepends=('go-pie' 'git')
-depends=('glibc')
-source=("clash@.service"
-"clash_user.service"
-
"${pkgname}-${pkgver}.tar.gz::https://github.com/Dreamacro/clash/archive/v${pkgver}.tar.gz;)
-sha512sums=('e9e215e0a06d0d1072467342dd72e25b94634714c5bd5fdee31f48897d9b8ab7e83830d836533d6862fa6ebfda56dbf138edd873140de61d8ccdf2a54572'
-
'338c3a5904623bec48c03b2ef8cf452979c229fc5b89b2e0447664b40cd6e29c83cae47a19145be76d3ee2f0b6a54184a0cff69b834ba6107b444caacc02decf'
-
'40b975c43bb745e4a07840bc189f8cca9ca8e7114462c3e00b307152d73e345cf23d562b4112c86b0753d947912ad9c713553bac0dbc38a7068b5e94ce55824c')
-
-build() {
-cd "${pkgname}-${pkgver}"
-go build -trimpath -ldflags "-extldflags ${LDFLAGS} -X 
github.com/Dreamacro/clash/constant.Version=${pkgver} -w -s" -mod=readonly
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test github.com/Dreamacro/clash/...
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-install -Dm755 "clash" "${pkgdir}/usr/bin/clash"
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/clash/LICENSE"
-install -Dm644 "${srcdir}/clash@.service" 
"${pkgdir}/usr/lib/systemd/system/clash@.service"
-install -Dm644 "${srcdir}/clash_user.service" 
"${pkgdir}/usr/lib/systemd/user/clash.service"
-}

Copied: clash/repos/community-x86_64/PKGBUILD (from rev 626227, 
clash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:53:53 UTC (rev 626228)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Ariel AxionL 
+# Contributor: Luke Yue 
+
+pkgname=clash
+pkgver=0.20.0
+pkgrel=1
+pkgdesc="A rule based proxy in Go"
+arch=('x86_64')
+url="https://github.com/Dreamacro/clash;
+license=('GPL3')
+makedepends=('go-pie' 'git')
+depends=('glibc')
+source=("clash@.service"
+"clash_user.service"
+
"${pkgname}-${pkgver}.tar.gz::https://github.com/Dreamacro/clash/archive/v${pkgver}.tar.gz;)
+sha512sums=('5b53faea10bba16df98a74fcbffebb6c8b7f8c238999a147bb848b2c30732688813915fd6bc32f44ec6f90024ad29dbde059e70760c91ccea198dd05da52d077'
+
'3ae61e1c6f0213ea8c3113c62f27c704f04f657cda8c726c0e487194dd5c1ce36e448f6e22b61aeef65f4a1910a2df62a3798f0cba9bae10c8e80a7cb1cfb7b3'
+
'a21b952368442246c5fc2c218248296a599bb71b4e12ac525b0bee200aad086545a0269c6b5de7bd876bf44a6bf4d71942bf11a2e47825010d4e5e38bae354d8')
+
+build() {
+cd "${pkgname}-${pkgver}"
+go build -trimpath -ldflags "-extldflags ${LDFLAGS} -X 
github.com/Dreamacro/clash/constant.Version=${pkgver} -w -s" -mod=readonly
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test github.com/Dreamacro/clash/...
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -Dm755 "clash" "${pkgdir}/usr/bin/clash"
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/clash/LICENSE"
+install -Dm644 "${srcdir}/clash@.service" 
"${pkgdir}/usr/lib/systemd/system/clash@.service"
+install -Dm644 "${srcdir}/clash_user.service" 
"${pkgdir}/usr/lib/systemd/user/clash.service"
+}

Deleted: clash@.service
===
--- clash@.service  2020-05-10 20:53:32 UTC (rev 626227)
+++ clash@.service  2020-05-10 20:53:53 UTC (rev 626228)
@@ -1,12 +0,0 @@
-[Unit]
-Description=A rule based proxy in Go for %i.
-After=network.target
-
-[Service]
-Type=simple
-User=%i
-Restart=on-abort
-ExecStart=/usr/bin/clash
-
-[Install]
-WantedBy=multi-user.target

Copied: clash/repos/community-x86_64/clash@.service (from rev 626227, 
clash/trunk/clash@.service)
===
--- clash@.service   

[arch-commits] Commit in clash/trunk (PKGBUILD clash@.service clash_user.service)

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:53:32
  Author: felixonmars
Revision: 626227

upgpkg: clash 0.20.0-1

Modified:
  clash/trunk/PKGBUILD
  clash/trunk/clash@.service
  clash/trunk/clash_user.service

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:49:55 UTC (rev 626226)
+++ PKGBUILD2020-05-10 20:53:32 UTC (rev 626227)
@@ -3,7 +3,7 @@
 # Contributor: Luke Yue 
 
 pkgname=clash
-pkgver=0.19.0
+pkgver=0.20.0
 pkgrel=1
 pkgdesc="A rule based proxy in Go"
 arch=('x86_64')
@@ -14,9 +14,9 @@
 source=("clash@.service"
 "clash_user.service"
 
"${pkgname}-${pkgver}.tar.gz::https://github.com/Dreamacro/clash/archive/v${pkgver}.tar.gz;)
-sha512sums=('e9e215e0a06d0d1072467342dd72e25b94634714c5bd5fdee31f48897d9b8ab7e83830d836533d6862fa6ebfda56dbf138edd873140de61d8ccdf2a54572'
-
'338c3a5904623bec48c03b2ef8cf452979c229fc5b89b2e0447664b40cd6e29c83cae47a19145be76d3ee2f0b6a54184a0cff69b834ba6107b444caacc02decf'
-
'40b975c43bb745e4a07840bc189f8cca9ca8e7114462c3e00b307152d73e345cf23d562b4112c86b0753d947912ad9c713553bac0dbc38a7068b5e94ce55824c')
+sha512sums=('5b53faea10bba16df98a74fcbffebb6c8b7f8c238999a147bb848b2c30732688813915fd6bc32f44ec6f90024ad29dbde059e70760c91ccea198dd05da52d077'
+
'3ae61e1c6f0213ea8c3113c62f27c704f04f657cda8c726c0e487194dd5c1ce36e448f6e22b61aeef65f4a1910a2df62a3798f0cba9bae10c8e80a7cb1cfb7b3'
+
'a21b952368442246c5fc2c218248296a599bb71b4e12ac525b0bee200aad086545a0269c6b5de7bd876bf44a6bf4d71942bf11a2e47825010d4e5e38bae354d8')
 
 build() {
 cd "${pkgname}-${pkgver}"

Modified: clash@.service
===
--- clash@.service  2020-05-10 20:49:55 UTC (rev 626226)
+++ clash@.service  2020-05-10 20:53:32 UTC (rev 626227)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-Type=simple
+Type=exec
 User=%i
 Restart=on-abort
 ExecStart=/usr/bin/clash

Modified: clash_user.service
===
--- clash_user.service  2020-05-10 20:49:55 UTC (rev 626226)
+++ clash_user.service  2020-05-10 20:53:32 UTC (rev 626227)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-Type=simple
+Type=exec
 Restart=on-abort
 ExecStart=/usr/bin/clash
 


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:49:55
  Author: felixonmars
Revision: 626226

archrelease: copy trunk to community-any

Added:
  vim-nerdtree/repos/community-any/PKGBUILD
(from rev 626225, vim-nerdtree/trunk/PKGBUILD)
Deleted:
  vim-nerdtree/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:49:40 UTC (rev 626225)
+++ PKGBUILD2020-05-10 20:49:55 UTC (rev 626226)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander F Rødseth 
-# Contributor: Andrea Scarpino 
-# Contributor: Kwpolska 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Laszlo Papp 
-
-pkgname=vim-nerdtree
-pkgver=6.6.1
-pkgrel=1
-pkgdesc='Tree explorer plugin for navigating the filesystem'
-url='https://github.com/scrooloose/nerdtree'
-arch=('any')
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e720519b9bb7363aff66e195446e4ced9526c855af76945f822cdae7dfa6e1989a0b84dfffb9cb17433b01b5c61b43bf6b6e42b2d90cd09b353d555b482e4720')
-
-prepare() {
-  cd nerdtree-${pkgver}
-  sed 's|\[s:rootNERDTreePath,|["/usr/share/doc/vim-nerdtree",|' -i 
autoload/nerdtree.vim
-}
-
-package() {
-  cd nerdtree-${pkgver}
-  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${_installpath}"
-  cp -r -t "${_installpath}" autoload doc plugin syntax nerdtree_plugin lib
-  install -Dm 644 CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.markdown CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-nerdtree/repos/community-any/PKGBUILD (from rev 626225, 
vim-nerdtree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:49:55 UTC (rev 626226)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Kwpolska 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laszlo Papp 
+
+pkgname=vim-nerdtree
+pkgver=6.7.0
+pkgrel=1
+pkgdesc='Tree explorer plugin for navigating the filesystem'
+url='https://github.com/scrooloose/nerdtree'
+arch=('any')
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('948e1d09ef036fb06bccdd504185d5890168ffd220efd7b12f662268de9dc064f547a0dc27a1c8a2b08cf88a081af6ab1add16525397077b0ac297a17f33')
+
+prepare() {
+  cd nerdtree-${pkgver}
+  sed 's|\[s:rootNERDTreePath,|["/usr/share/doc/vim-nerdtree",|' -i 
autoload/nerdtree.vim
+}
+
+package() {
+  cd nerdtree-${pkgver}
+  local _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin syntax nerdtree_plugin lib
+  install -Dm 644 CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.markdown CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:49:40
  Author: felixonmars
Revision: 626225

upgpkg: vim-nerdtree 6.7.0-1

Modified:
  vim-nerdtree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:48:39 UTC (rev 626224)
+++ PKGBUILD2020-05-10 20:49:40 UTC (rev 626225)
@@ -6,7 +6,7 @@
 # Contributor: Laszlo Papp 
 
 pkgname=vim-nerdtree
-pkgver=6.6.1
+pkgver=6.7.0
 pkgrel=1
 pkgdesc='Tree explorer plugin for navigating the filesystem'
 url='https://github.com/scrooloose/nerdtree'
@@ -15,7 +15,7 @@
 depends=('vim')
 groups=('vim-plugins')
 
source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e720519b9bb7363aff66e195446e4ced9526c855af76945f822cdae7dfa6e1989a0b84dfffb9cb17433b01b5c61b43bf6b6e42b2d90cd09b353d555b482e4720')
+sha512sums=('948e1d09ef036fb06bccdd504185d5890168ffd220efd7b12f662268de9dc064f547a0dc27a1c8a2b08cf88a081af6ab1add16525397077b0ac297a17f33')
 
 prepare() {
   cd nerdtree-${pkgver}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:48:23
  Author: felixonmars
Revision: 626223

upgpkg: z3 4.8.8-1

Modified:
  z3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:45:05 UTC (rev 626222)
+++ PKGBUILD2020-05-10 20:48:23 UTC (rev 626223)
@@ -4,7 +4,7 @@
 
 pkgbase=z3
 pkgname=('z3' 'python-z3')
-pkgver=4.8.7
+pkgver=4.8.8
 pkgrel=1
 pkgdesc='High-performance theorem prover'
 url='https://github.com/Z3Prover/z3'
@@ -13,7 +13,7 @@
  # 'java-environment-common' 'mono' 'ocaml' 'ocaml-findlib'
 makedepends=('cmake' 'python' 'python-setuptools' 'gcc-libs' 'gmp')
 source=(https://github.com/Z3Prover/z3/archive/z3-${pkgver}.tar.gz)
-sha512sums=('145e2b2f1fa4edd0917107c7e1d54d779c7ed85c48af2ce6def4c90d1c4db05f74c9657e173cedf48770589fbe484c97fa1923295271cd3792523ffc4f67ed0c')
+sha512sums=('a6823cadb7cdad11b8f0db1530676c0ec4853886dfb3c4dbc5b798c5dbd445afb0c61675f81cb7f99c1b1734d9cd0ec96a07c68a948da3c25801fc6767fea47f')
 
 prepare() {
   cd ${pkgbase}-z3-${pkgver}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:48:39
  Author: felixonmars
Revision: 626224

archrelease: copy trunk to community-x86_64

Added:
  z3/repos/community-x86_64/PKGBUILD
(from rev 626223, z3/trunk/PKGBUILD)
Deleted:
  z3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:48:23 UTC (rev 626223)
+++ PKGBUILD2020-05-10 20:48:39 UTC (rev 626224)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-# Contributor: rudy.matela
-
-pkgbase=z3
-pkgname=('z3' 'python-z3')
-pkgver=4.8.7
-pkgrel=1
-pkgdesc='High-performance theorem prover'
-url='https://github.com/Z3Prover/z3'
-arch=('x86_64')
-license=('MIT')
- # 'java-environment-common' 'mono' 'ocaml' 'ocaml-findlib'
-makedepends=('cmake' 'python' 'python-setuptools' 'gcc-libs' 'gmp')
-source=(https://github.com/Z3Prover/z3/archive/z3-${pkgver}.tar.gz)
-sha512sums=('145e2b2f1fa4edd0917107c7e1d54d779c7ed85c48af2ce6def4c90d1c4db05f74c9657e173cedf48770589fbe484c97fa1923295271cd3792523ffc4f67ed0c')
-
-prepare() {
-  cd ${pkgbase}-z3-${pkgver}
-  mkdir -p build
-}
-
-build() {
-  cd ${pkgbase}-z3-${pkgver}/build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DZ3_LINK_TIME_OPTIMIZATION=1 \
--DZ3_BUILD_PYTHON_BINDINGS=1 \
--DPYTHON_EXECUTABLE=/usr/bin/python \
--DZ3_USE_LIB_GMP=1
-  make
-}
-
-package_z3() {
-  depends=('gcc-libs' 'gmp')
-  provides=('libz3' 'libz3.so')
-  cd ${pkgbase}-z3-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -r "${pkgdir}"/usr/lib/python*
-}
-
-package_python-z3() {
-  depends=('python' 'libz3')
-  cd ${pkgbase}-z3-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  cd "${pkgdir}"
-  rm -r usr/include usr/bin usr/lib/cmake usr/lib/lib*
-  python -m compileall .
-  python -O -m compileall .
-}
-
-# vim: ts=2 sw=2 et:

Copied: z3/repos/community-x86_64/PKGBUILD (from rev 626223, z3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:48:39 UTC (rev 626224)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+# Contributor: rudy.matela
+
+pkgbase=z3
+pkgname=('z3' 'python-z3')
+pkgver=4.8.8
+pkgrel=1
+pkgdesc='High-performance theorem prover'
+url='https://github.com/Z3Prover/z3'
+arch=('x86_64')
+license=('MIT')
+ # 'java-environment-common' 'mono' 'ocaml' 'ocaml-findlib'
+makedepends=('cmake' 'python' 'python-setuptools' 'gcc-libs' 'gmp')
+source=(https://github.com/Z3Prover/z3/archive/z3-${pkgver}.tar.gz)
+sha512sums=('a6823cadb7cdad11b8f0db1530676c0ec4853886dfb3c4dbc5b798c5dbd445afb0c61675f81cb7f99c1b1734d9cd0ec96a07c68a948da3c25801fc6767fea47f')
+
+prepare() {
+  cd ${pkgbase}-z3-${pkgver}
+  mkdir -p build
+}
+
+build() {
+  cd ${pkgbase}-z3-${pkgver}/build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DZ3_LINK_TIME_OPTIMIZATION=1 \
+-DZ3_BUILD_PYTHON_BINDINGS=1 \
+-DPYTHON_EXECUTABLE=/usr/bin/python \
+-DZ3_USE_LIB_GMP=1
+  make
+}
+
+package_z3() {
+  depends=('gcc-libs' 'gmp')
+  provides=('libz3' 'libz3.so')
+  cd ${pkgbase}-z3-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -r "${pkgdir}"/usr/lib/python*
+}
+
+package_python-z3() {
+  depends=('python' 'libz3')
+  cd ${pkgbase}-z3-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cd "${pkgdir}"
+  rm -r usr/include usr/bin usr/lib/cmake usr/lib/lib*
+  python -m compileall .
+  python -O -m compileall .
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:45:04
  Author: felixonmars
Revision: 383146

archrelease: copy trunk to extra-any

Added:
  python2-isort/repos/extra-any/PKGBUILD
(from rev 383145, python2-isort/trunk/PKGBUILD)
Deleted:
  python2-isort/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:44:49 UTC (rev 383145)
+++ PKGBUILD2020-05-10 20:45:04 UTC (rev 383146)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Yaron de Leeuw 
-
-pkgname=python2-isort
-pkgver=4.3.9
-pkgrel=1
-pkgdesc="A Python utility / library to sort Python imports."
-arch=('any')
-url="https://github.com/timothycrosley/isort;
-license=('MIT')
-depends=('python2-futures' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/timothycrosley/isort/archive/$pkgver.tar.gz;)
-sha512sums=('fa65c4d1d7d85f7bda4e90c07a6f71168c308af206773e6b3a5094ac6dc37e6e4a29026e39c319602505d6ab1ca1f45841de90c12125c266d864c007125855cb')
-
-build() {
-  cd isort-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd isort-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/isort{,2}
-}

Copied: python2-isort/repos/extra-any/PKGBUILD (from rev 383145, 
python2-isort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:45:04 UTC (rev 383146)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Yaron de Leeuw 
+
+pkgname=python2-isort
+pkgver=4.3.10
+pkgrel=1
+pkgdesc="A Python utility / library to sort Python imports."
+arch=('any')
+url="https://github.com/timothycrosley/isort;
+license=('MIT')
+depends=('python2-futures' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/timothycrosley/isort/archive/$pkgver.tar.gz;)
+sha512sums=('6f1150b236b11f235f2a9e6054b341483b4df0582af1a3d92ff5d1f0358c95c0a986fe0ab80301f2bec7cb10814604d5198781dbe2de5f6096ad8da65b16ed9a')
+
+build() {
+  cd isort-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd isort-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/isort{,2}
+}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:45:05
  Author: felixonmars
Revision: 626222

archrelease: copy trunk to community-x86_64

Added:
  dart/repos/community-x86_64/PKGBUILD
(from rev 626221, dart/trunk/PKGBUILD)
Deleted:
  dart/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:44:48 UTC (rev 626221)
+++ PKGBUILD2020-05-10 20:45:05 UTC (rev 626222)
@@ -1,61 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=2.7.4
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64')
-url='https://www.dartlang.org/'
-depends=('bash')
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-sha512sums=('506fb1c1e4f21fcdc19d46cea70a8336184671659d677a69a4bc9e2c7eff94976d4c2c98c138943e6252ba58119b7f805317d064c202057056f98421afeda17c')
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod a+rx '{}' + \
--or -type f -exec chmod a+r '{}' +
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  for _f in dart2js dartanalyzer pub dartfmt dartdevc dartdoc; do
-setconf $_f BIN_DIR "/opt/$pkgname-sdk/bin"
-setconf $_f PROG_NAME "/opt/$pkgname-sdk/bin/$_f"
-setconf $_f SDK_DIR "/opt/$pkgname-sdk/"
-  done
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer pub dartfmt dartdevc dartdoc dart2native 
dartaotruntime; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-x86_64/PKGBUILD (from rev 626221, 
dart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:45:05 UTC (rev 626222)
@@ -0,0 +1,61 @@
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=2.7.5
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64')
+url='https://www.dartlang.org/'
+depends=('bash')
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+sha512sums=('506fb1c1e4f21fcdc19d46cea70a8336184671659d677a69a4bc9e2c7eff94976d4c2c98c138943e6252ba58119b7f805317d064c202057056f98421afeda17c')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod a+rx '{}' + \
+-or -type f -exec chmod a+r '{}' +
+
+  cd "$pkgname-sdk/bin"
+
+  # Configure paths
+  for _f in dart2js dartanalyzer pub dartfmt dartdevc dartdoc; do
+setconf $_f BIN_DIR "/opt/$pkgname-sdk/bin"
+setconf $_f PROG_NAME "/opt/$pkgname-sdk/bin/$_f"
+setconf $_f SDK_DIR "/opt/$pkgname-sdk/"
+  done
+
+  # Extract license (AUTHORS and LICENSE files are missing)
+  head -n5 "../include/dart_api.h" > ../../LICENSE
+}
+
+package() {
+  # Create directories
+  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
+
+  # Package the files
+  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
+
+  # Set up symbolic links for the executables
+  for f in dart dart2js dartanalyzer pub dartfmt dartdevc dartdoc dart2native 
dartaotruntime; do
+ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
+  done
+
+  # Package samples and documentation
+  for f in samples about.html about_files; do
+echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
+  done
+
+  # BSD License
+  install -Dm644 LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:44:48
  Author: felixonmars
Revision: 626221

upgpkg: dart 2.7.5-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:30:54 UTC (rev 626220)
+++ PKGBUILD2020-05-10 20:44:48 UTC (rev 626221)
@@ -6,7 +6,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64')


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:44:49
  Author: felixonmars
Revision: 383145

upgpkg: python2-isort 4.3.10-1

Modified:
  python2-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:24:24 UTC (rev 383144)
+++ PKGBUILD2020-05-10 20:44:49 UTC (rev 383145)
@@ -2,7 +2,7 @@
 # Contributor: Yaron de Leeuw 
 
 pkgname=python2-isort
-pkgver=4.3.9
+pkgver=4.3.10
 pkgrel=1
 pkgdesc="A Python utility / library to sort Python imports."
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python2-futures' 'python2-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/timothycrosley/isort/archive/$pkgver.tar.gz;)
-sha512sums=('fa65c4d1d7d85f7bda4e90c07a6f71168c308af206773e6b3a5094ac6dc37e6e4a29026e39c319602505d6ab1ca1f45841de90c12125c266d864c007125855cb')
+sha512sums=('6f1150b236b11f235f2a9e6054b341483b4df0582af1a3d92ff5d1f0358c95c0a986fe0ab80301f2bec7cb10814604d5198781dbe2de5f6096ad8da65b16ed9a')
 
 build() {
   cd isort-$pkgver


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:30:54
  Author: felixonmars
Revision: 626220

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-pcre2/repos/multilib-testing-x86_64/
  lib32-pcre2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 626219, lib32-pcre2/trunk/PKGBUILD)

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

Copied: lib32-pcre2/repos/multilib-testing-x86_64/PKGBUILD (from rev 626219, 
lib32-pcre2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-05-10 20:30:54 UTC (rev 626220)
@@ -0,0 +1,50 @@
+
+pkgname=lib32-pcre2
+_pkgname=pcre2
+pkgver=10.35
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version (32-bit)'
+arch=('x86_64')
+url='https://www.pcre.org/'
+license=('BSD')
+depends=('lib32-gcc-libs' 'lib32-readline' 'lib32-zlib' 'lib32-bzip2' 'bash')
+source=("https://ftp.pcre.org/pub/pcre/$_pkgname-$pkgver.tar.bz2"{,.sig})
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel 

+sha512sums=('ecfb8d48e219daff02874783b7b436fe7d70d8471e44eb66e1e29abb7b0aa67547e6b5fba7058b074ac90eef265ece7d12728f80afdda45b6b8124435f4561fd'
+'SKIP')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--enable-pcre2-16 \
+--enable-pcre2-32 \
+--enable-jit \
+--enable-pcre2grep-libz \
+--enable-pcre2grep-libbz2 \
+--enable-pcre2test-libreadline
+  make
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  make -j1 check
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  
+  make DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}"/usr/{share,bin,include}
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:30:40
  Author: felixonmars
Revision: 626219

upgpkg: lib32-pcre2 10.35-1

Modified:
  lib32-pcre2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:26:16 UTC (rev 626218)
+++ PKGBUILD2020-05-10 20:30:40 UTC (rev 626219)
@@ -1,7 +1,7 @@
 
 pkgname=lib32-pcre2
 _pkgname=pcre2
-pkgver=10.34
+pkgver=10.35
 pkgrel=1
 pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version (32-bit)'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('lib32-gcc-libs' 'lib32-readline' 'lib32-zlib' 'lib32-bzip2' 'bash')
 source=("https://ftp.pcre.org/pub/pcre/$_pkgname-$pkgver.tar.bz2"{,.sig})
 validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel 

-sha512sums=('77ad75f8b0b8bbfc2f57932596151bca25b06bd621e0f047e476f38cd127f43e2052460b95c281a7e874aad2b7fd86c8f3413f4a323abb74b9440a42d0ee9524'
+sha512sums=('ecfb8d48e219daff02874783b7b436fe7d70d8471e44eb66e1e29abb7b0aa67547e6b5fba7058b074ac90eef265ece7d12728f80afdda45b6b8124435f4561fd'
 'SKIP')
 
 build() {


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

2020-05-10 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 10, 2020 @ 20:26:16
  Author: demize
Revision: 626218

archrelease: copy trunk to community-testing-x86_64

Added:
  go-ipfs/repos/community-testing-x86_64/
  go-ipfs/repos/community-testing-x86_64/PKGBUILD
(from rev 626217, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-testing-x86_64/ipfs.service
(from rev 626217, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-testing-x86_64/ipfs@.service
(from rev 626217, go-ipfs/trunk/ipfs@.service)

---+
 PKGBUILD  |   54 ++
 ipfs.service  |9 +
 ipfs@.service |   10 ++
 3 files changed, 73 insertions(+)

Copied: go-ipfs/repos/community-testing-x86_64/PKGBUILD (from rev 626217, 
go-ipfs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-10 20:26:16 UTC (rev 626218)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.5.1
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='https://ipfs.io/'
+arch=(x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/releases/download/v$pkgver/go-ipfs-source.tar.gz
+ipfs.service
+ipfs@.service)
+noextract=(go-ipfs-$pkgver.tar.gz)
+
+sha512sums=('70bce53e435137a7fa959e7cb6fc8333f60d29c7053fcc685ebe01e2c816295ad38898402d317d2c4fd7f48542e0c3886ccb5ddf0797415a1cfe03ffa1731245'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
+
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
+
+prepare() {
+  mkdir -p go-ipfs
+  tar -C go-ipfs -xf go-ipfs-$pkgver.tar.gz
+}
+
+build() {
+  cd go-ipfs
+
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+  make build
+}
+
+package() {
+  cd go-ipfs
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname/MIT" LICENSE-MIT
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname/APACHE" 
LICENSE-APACHE
+  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}

Copied: go-ipfs/repos/community-testing-x86_64/ipfs.service (from rev 626217, 
go-ipfs/trunk/ipfs.service)
===
--- community-testing-x86_64/ipfs.service   (rev 0)
+++ community-testing-x86_64/ipfs.service   2020-05-10 20:26:16 UTC (rev 
626218)
@@ -0,0 +1,9 @@
+[Unit]
+Description=InterPlanetary File System (IPFS) daemon
+
+[Service]
+ExecStart=/usr/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target

Copied: go-ipfs/repos/community-testing-x86_64/ipfs@.service (from rev 626217, 
go-ipfs/trunk/ipfs@.service)
===
--- community-testing-x86_64/ipfs@.service  (rev 0)
+++ community-testing-x86_64/ipfs@.service  2020-05-10 20:26:16 UTC (rev 
626218)
@@ -0,0 +1,10 @@
+[Unit]
+Description=InterPlanetary File System (IPFS) daemon
+
+[Service]
+User=%i
+ExecStart=/usr/bin/ipfs daemon
+Restart=on-failure
+
+[Install]
+WantedBy=default.target


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

2020-05-10 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 10, 2020 @ 20:26:01
  Author: demize
Revision: 626217

upgpkg: go-ipfs 0.5.1-1

Modified:
  go-ipfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:13:35 UTC (rev 626216)
+++ PKGBUILD2020-05-10 20:26:01 UTC (rev 626217)
@@ -5,8 +5,8 @@
 # Contributor: Ian Naval 
 
 pkgname=go-ipfs
-pkgver=0.4.23
-pkgrel=3
+pkgver=0.5.1
+pkgrel=1
 
 pkgdesc='A peer-to-peer hypermedia distribution protocol'
 url='https://ipfs.io/'
@@ -15,7 +15,7 @@
 
 depends=(glibc)
 optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go-pie git)
+makedepends=(go git)
 
 
source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/releases/download/v$pkgver/go-ipfs-source.tar.gz
 ipfs.service
@@ -22,7 +22,7 @@
 ipfs@.service)
 noextract=(go-ipfs-$pkgver.tar.gz)
 
-sha512sums=('d87513392336fc537bf9c8578d34d650482001c37c1636d64f68fe5d5291c21990c72286c26f43cb6bc2c9c9df14bae69996b60ad6744f335276d52b0cb6978e'
+sha512sums=('70bce53e435137a7fa959e7cb6fc8333f60d29c7053fcc685ebe01e2c816295ad38898402d317d2c4fd7f48542e0c3886ccb5ddf0797415a1cfe03ffa1731245'
 
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
 
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
 
@@ -33,6 +33,12 @@
 
 build() {
   cd go-ipfs
+
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
   make build
 }
 


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:24:24
  Author: felixonmars
Revision: 383144

archrelease: copy trunk to extra-any

Added:
  python-wstools/repos/extra-any/PKGBUILD
(from rev 383143, python-wstools/trunk/PKGBUILD)
Deleted:
  python-wstools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:24:08 UTC (rev 383143)
+++ PKGBUILD2020-05-10 20:24:24 UTC (rev 383144)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-wstools
-pkgname=('python-wstools' 'python2-wstools')
-pkgver=0.4.9
-pkgrel=1
-pkgdesc="WSDL parsing services package for Web Services for Python"
-arch=('any')
-url="https://github.com/pycontribs/wstools;
-license=('custom')
-makedepends=('python-pbr' 'python2-pbr' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'autopep8' 
'python2-autopep8'
-  'python-pytest-cov' 'python2-pytest-cov')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pycontribs/wstools/archive/$pkgver.tar.gz;)
-sha512sums=('3221352df2914213a5aad69b67f65da3b1a5e0bdf3e5db34d849e37990058873917bccc270ebb463cf8216c04f065fd10f0d76972bdf0b1e327894d09767598d')
-
-prepare() {
-  cp -a wstools-$pkgver{,-py2}
-  sed -e 's|#! /usr/bin/env python$|#!/usr/bin/env python2|' \
-  -e 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' \
-  -i 
wstools-$pkgver-py2/wstools/{c14n.py,Namespaces.py,XMLSchema.py,Utility.py,__init__.py}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/wstools-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/wstools-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/wstools-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/wstools-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-wstools() {
-  depends=('python-six' 'python-setuptools')
-
-  cd wstools-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 docs/* "$pkgdir/usr/share/licenses/$pkgname"/
-}
-
-package_python2-wstools() {
-  depends=('python2-six' 'python2-setuptools')
-
-  cd wstools-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm644 docs/* "$pkgdir/usr/share/licenses/$pkgname"/
-}

Copied: python-wstools/repos/extra-any/PKGBUILD (from rev 383143, 
python-wstools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:24:24 UTC (rev 383144)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-wstools
+pkgname=('python-wstools' 'python2-wstools')
+pkgver=0.4.10
+pkgrel=1
+pkgdesc="WSDL parsing services package for Web Services for Python"
+arch=('any')
+url="https://github.com/pycontribs/wstools;
+license=('custom')
+makedepends=('python-pbr' 'python2-pbr' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'autopep8' 
'python2-autopep8'
+  'python-pytest-cov' 'python2-pytest-cov')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pycontribs/wstools/archive/$pkgver.tar.gz;)
+sha512sums=('1acd8e62d71c7d330f1e953a0da1956291c5dfb25ff9b8b8799c83feaa4230e384955735b131bab7b430b92ae6c18498927d416d2d1e11fb5c5dad93417c671a')
+
+prepare() {
+  cp -a wstools-$pkgver{,-py2}
+  sed -e 's|#! /usr/bin/env python$|#!/usr/bin/env python2|' \
+  -e 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' \
+  -i 
wstools-$pkgver-py2/wstools/{c14n.py,Namespaces.py,XMLSchema.py,Utility.py,__init__.py}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/wstools-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/wstools-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/wstools-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/wstools-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-wstools() {
+  depends=('python-six' 'python-setuptools')
+
+  cd wstools-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 docs/* "$pkgdir/usr/share/licenses/$pkgname"/
+}
+
+package_python2-wstools() {
+  depends=('python2-six' 'python2-setuptools')
+
+  cd wstools-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm644 docs/* "$pkgdir/usr/share/licenses/$pkgname"/
+}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:24:08
  Author: felixonmars
Revision: 383143

upgpkg: python-wstools 0.4.10-1

Modified:
  python-wstools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:23:50 UTC (rev 383142)
+++ PKGBUILD2020-05-10 20:24:08 UTC (rev 383143)
@@ -2,7 +2,7 @@
 
 pkgbase=python-wstools
 pkgname=('python-wstools' 'python2-wstools')
-pkgver=0.4.9
+pkgver=0.4.10
 pkgrel=1
 pkgdesc="WSDL parsing services package for Web Services for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'autopep8' 
'python2-autopep8'
   'python-pytest-cov' 'python2-pytest-cov')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pycontribs/wstools/archive/$pkgver.tar.gz;)
-sha512sums=('3221352df2914213a5aad69b67f65da3b1a5e0bdf3e5db34d849e37990058873917bccc270ebb463cf8216c04f065fd10f0d76972bdf0b1e327894d09767598d')
+sha512sums=('1acd8e62d71c7d330f1e953a0da1956291c5dfb25ff9b8b8799c83feaa4230e384955735b131bab7b430b92ae6c18498927d416d2d1e11fb5c5dad93417c671a')
 
 prepare() {
   cp -a wstools-$pkgver{,-py2}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:23:50
  Author: felixonmars
Revision: 383142

archrelease: copy trunk to testing-x86_64

Added:
  pcre2/repos/testing-x86_64/
  pcre2/repos/testing-x86_64/PKGBUILD
(from rev 383141, pcre2/trunk/PKGBUILD)

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

Copied: pcre2/repos/testing-x86_64/PKGBUILD (from rev 383141, 
pcre2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-10 20:23:50 UTC (rev 383142)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Mateusz 'mrlemux' Lemusisk mrlemux at gmail dotcom
+# Based on the pcre package by Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre2
+pkgver=10.35
+pkgrel=1
+pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
+arch=('x86_64')
+url='https://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+source=("https://ftp.pcre.org/pub/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('ecfb8d48e219daff02874783b7b436fe7d70d8471e44eb66e1e29abb7b0aa67547e6b5fba7058b074ac90eef265ece7d12728f80afdda45b6b8124435f4561fd'
+'SKIP')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8')  # Philip Hazel
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-pcre2-16 \
+--enable-pcre2-32 \
+--enable-jit \
+--enable-pcre2grep-libz \
+--enable-pcre2grep-libbz2 \
+--enable-pcre2test-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:23:36
  Author: felixonmars
Revision: 383141

upgpkg: pcre2 10.35-1

Modified:
  pcre2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 19:18:32 UTC (rev 383140)
+++ PKGBUILD2020-05-10 20:23:36 UTC (rev 383141)
@@ -6,8 +6,8 @@
 # Contributor: John Proctor 
 
 pkgname=pcre2
-pkgver=10.34
-pkgrel=3
+pkgver=10.35
+pkgrel=1
 pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
 arch=('x86_64')
 url='https://www.pcre.org/'
@@ -14,7 +14,7 @@
 license=('BSD')
 depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
 source=("https://ftp.pcre.org/pub/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha512sums=('77ad75f8b0b8bbfc2f57932596151bca25b06bd621e0f047e476f38cd127f43e2052460b95c281a7e874aad2b7fd86c8f3413f4a323abb74b9440a42d0ee9524'
+sha512sums=('ecfb8d48e219daff02874783b7b436fe7d70d8471e44eb66e1e29abb7b0aa67547e6b5fba7058b074ac90eef265ece7d12728f80afdda45b6b8124435f4561fd'
 'SKIP')
 validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8')  # Philip Hazel
 


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

2020-05-10 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 10, 2020 @ 20:13:26
  Author: arodseth
Revision: 626215

upgpkg: glew-wayland 2.2.0-1

Modified:
  glew-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:12:52 UTC (rev 626214)
+++ PKGBUILD2020-05-10 20:13:26 UTC (rev 626215)
@@ -6,8 +6,8 @@
 
 _pkgbase=glew
 pkgname=glew-wayland
-pkgver=2.1.0
-pkgrel=5
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='The OpenGL Extension Wrangler Library, for Wayland'
 arch=(x86_64)
 url='https://glew.sourceforge.net/'
@@ -15,7 +15,7 @@
 depends=(glu libxi libxmu)
 conflicts=(glew)
 source=("https://downloads.sourceforge.net/$_pkgbase/$_pkgbase-$pkgver.tgz;)
-sha256sums=('04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95')
+sha256sums=('d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1')
 
 prepare() {
   cd "$_pkgbase-$pkgver"


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

2020-05-10 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 10, 2020 @ 20:13:35
  Author: arodseth
Revision: 626216

archrelease: copy trunk to community-x86_64

Added:
  glew-wayland/repos/community-x86_64/PKGBUILD
(from rev 626215, glew-wayland/trunk/PKGBUILD)
Deleted:
  glew-wayland/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:13:26 UTC (rev 626215)
+++ PKGBUILD2020-05-10 20:13:35 UTC (rev 626216)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Andreas Radke 
-# Contributor: Stéphane Gaudreault 
-# Contributor: SleepyDog
-# Contributor: duck 
-
-_pkgbase=glew
-pkgname=glew-wayland
-pkgver=2.1.0
-pkgrel=5
-pkgdesc='The OpenGL Extension Wrangler Library, for Wayland'
-arch=(x86_64)
-url='https://glew.sourceforge.net/'
-license=(BSD GPL MIT)
-depends=(glu libxi libxmu)
-conflicts=(glew)
-source=("https://downloads.sourceforge.net/$_pkgbase/$_pkgbase-$pkgver.tgz;)
-sha256sums=('04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95')
-
-prepare() {
-  cd "$_pkgbase-$pkgver"
-  sed -i '/^.PHONY: .*\.pc$/d' Makefile
-  sed -i 's,lib64,lib,' config/Makefile.linux
-}
-
-build() {
-  make STRIP= SYSTEM=linux-egl -C "$_pkgbase-$pkgver"
-}
-
-package_glew-wayland() {
-  cd "$_pkgbase-$pkgver"
-  make GLEW_DEST="$pkgdir/usr" SYSTEM=linux-egl install.all
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: glew-wayland/repos/community-x86_64/PKGBUILD (from rev 626215, 
glew-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:13:35 UTC (rev 626216)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Andreas Radke 
+# Contributor: Stéphane Gaudreault 
+# Contributor: SleepyDog
+# Contributor: duck 
+
+_pkgbase=glew
+pkgname=glew-wayland
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='The OpenGL Extension Wrangler Library, for Wayland'
+arch=(x86_64)
+url='https://glew.sourceforge.net/'
+license=(BSD GPL MIT)
+depends=(glu libxi libxmu)
+conflicts=(glew)
+source=("https://downloads.sourceforge.net/$_pkgbase/$_pkgbase-$pkgver.tgz;)
+sha256sums=('d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1')
+
+prepare() {
+  cd "$_pkgbase-$pkgver"
+  sed -i '/^.PHONY: .*\.pc$/d' Makefile
+  sed -i 's,lib64,lib,' config/Makefile.linux
+}
+
+build() {
+  make STRIP= SYSTEM=linux-egl -C "$_pkgbase-$pkgver"
+}
+
+package_glew-wayland() {
+  cd "$_pkgbase-$pkgver"
+  make GLEW_DEST="$pkgdir/usr" SYSTEM=linux-egl install.all
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in erlang-nox/repos/community-x86_64 (8 files)

2020-05-10 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 10, 2020 @ 20:12:52
  Author: arodseth
Revision: 626214

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 626213, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 626213, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 626213, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 626213, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  154 -
 epmd.conf|6 +-
 epmd.service |   22 
 epmd.socket  |   18 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:12:42 UTC (rev 626213)
+++ PKGBUILD2020-05-10 20:12:52 UTC (rev 626214)
@@ -1,77 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=22.3
-_docver=22.3
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
-arch=(x86_64)
-url='https://www.erlang.org/'
-license=(Apache)
-depends=(ncurses openssl)
-makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
-conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-epmd.conf
-epmd.service
-epmd.socket)
-sha256sums=('SKIP'
-'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 626213, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:12:52 UTC (rev 626214)
@@ -0,0 +1,77 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=22.3.4
+_docver=22.3
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
+arch=(x86_64)
+url='https://www.erlang.org/'
+license=(Apache)
+depends=(ncurses openssl)
+makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
+conflicts=(erlang)
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"https://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
+epmd.conf
+epmd.service
+epmd.socket)
+sha256sums=('SKIP'
+'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+

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

2020-05-10 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 10, 2020 @ 20:12:42
  Author: arodseth
Revision: 626213

upgpkg: erlang-nox 22.3.4-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 20:01:37 UTC (rev 626212)
+++ PKGBUILD2020-05-10 20:12:42 UTC (rev 626213)
@@ -6,7 +6,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=22.3
+pkgver=22.3.4
 _docver=22.3
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language (headless 
version)'


[arch-commits] Commit in deepin-polkit-agent/repos/community-x86_64 (2 files)

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:01:37
  Author: felixonmars
Revision: 626212

archrelease: copy trunk to community-x86_64

Added:
  deepin-polkit-agent/repos/community-x86_64/PKGBUILD
(from rev 626211, deepin-polkit-agent/trunk/PKGBUILD)
Deleted:
  deepin-polkit-agent/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 20:01:20 UTC (rev 626211)
+++ PKGBUILD2020-05-10 20:01:37 UTC (rev 626212)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-polkit-agent
-pkgver=5.1.0
-pkgrel=1
-pkgdesc='Deepin Polkit Agent'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-polkit-agent;
-license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz;)
-sha512sums=('61beb23fed05fb697a41e5bdff50a94d628a22d67e10e5f2b20096f5e4f9f0a265d6d4d6c8f4b5b6e3a0b8b10ce4c9236405e865766f8c147831fe16bee869a5')
-
-build() {
-  cd dde-polkit-agent-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-polkit-agent-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-polkit-agent/repos/community-x86_64/PKGBUILD (from rev 626211, 
deepin-polkit-agent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 20:01:37 UTC (rev 626212)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-polkit-agent
+pkgver=5.1.0
+pkgrel=2
+pkgdesc='Deepin Polkit Agent'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-polkit-agent;
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-qt-dbus-factory' 'polkit-qt5')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz;)
+sha512sums=('61beb23fed05fb697a41e5bdff50a94d628a22d67e10e5f2b20096f5e4f9f0a265d6d4d6c8f4b5b6e3a0b8b10ce4c9236405e865766f8c147831fe16bee869a5')
+
+prepare() {
+  cd dde-polkit-agent-$pkgver
+  # https://github.com/linuxdeepin/developer-center/issues/1721
+  sed -i 's/bool is_deepin = true/bool is_deepin = false/' 
policykitlistener.cpp
+}
+
+build() {
+  cd dde-polkit-agent-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-polkit-agent-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 20:01:20
  Author: felixonmars
Revision: 626211

upgpkg: deepin-polkit-agent 5.1.0-2

Modified:
  deepin-polkit-agent/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 19:59:24 UTC (rev 626210)
+++ PKGBUILD2020-05-10 20:01:20 UTC (rev 626211)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-polkit-agent
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Polkit Agent'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-polkit-agent;
@@ -14,6 +14,12 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-polkit-agent/archive/$pkgver.tar.gz;)
 
sha512sums=('61beb23fed05fb697a41e5bdff50a94d628a22d67e10e5f2b20096f5e4f9f0a265d6d4d6c8f4b5b6e3a0b8b10ce4c9236405e865766f8c147831fe16bee869a5')
 
+prepare() {
+  cd dde-polkit-agent-$pkgver
+  # https://github.com/linuxdeepin/developer-center/issues/1721
+  sed -i 's/bool is_deepin = true/bool is_deepin = false/' 
policykitlistener.cpp
+}
+
 build() {
   cd dde-polkit-agent-$pkgver
   qmake-qt5 PREFIX=/usr


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

2020-05-10 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 10, 2020 @ 19:59:19
  Author: demize
Revision: 626209

upgpkg: repo 2.7-1

Modified:
  repo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 19:56:46 UTC (rev 626208)
+++ PKGBUILD2020-05-10 19:59:19 UTC (rev 626209)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=repo
-pkgver=2.5
+pkgver=2.7
 pkgrel=1
 
 pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"


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

2020-05-10 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 10, 2020 @ 19:59:24
  Author: demize
Revision: 626210

archrelease: copy trunk to community-any

Added:
  repo/repos/community-any/PKGBUILD
(from rev 626209, repo/trunk/PKGBUILD)
Deleted:
  repo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 19:59:19 UTC (rev 626209)
+++ PKGBUILD2020-05-10 19:59:24 UTC (rev 626210)
@@ -1,23 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=repo
-pkgver=2.5
-pkgrel=1
-
-pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
-url="https://android.googlesource.com/tools/repo;
-arch=('any')
-license=("APACHE")
-
-depends=("git" "python")
-
-validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65')
-source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed;)
-
-sha256sums=('SKIP')
-
-package() {
-  cd repo
-  install -D -m 755 repo "$pkgdir/usr/bin/repo"
-  install -D -m 644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
-}

Copied: repo/repos/community-any/PKGBUILD (from rev 626209, repo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 19:59:24 UTC (rev 626210)
@@ -0,0 +1,23 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=repo
+pkgver=2.7
+pkgrel=1
+
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+url="https://android.googlesource.com/tools/repo;
+arch=('any')
+license=("APACHE")
+
+depends=("git" "python")
+
+validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65')
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed;)
+
+sha256sums=('SKIP')
+
+package() {
+  cd repo
+  install -D -m 755 repo "$pkgdir/usr/bin/repo"
+  install -D -m 644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
+}


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

2020-05-10 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 10, 2020 @ 19:56:46
  Author: demize
Revision: 626208

archrelease: copy trunk to community-testing-x86_64

Added:
  pacutils/repos/community-testing-x86_64/
  pacutils/repos/community-testing-x86_64/PKGBUILD
(from rev 626207, pacutils/trunk/PKGBUILD)

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

Copied: pacutils/repos/community-testing-x86_64/PKGBUILD (from rev 626207, 
pacutils/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-05-10 19:56:46 UTC (rev 626208)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=pacutils
+pkgver=0.10.0
+pkgrel=1
+
+pkgdesc='Helper tools for libalpm'
+url='https://github.com/andrewgregory/pacutils'
+arch=('x86_64')
+license=('MIT')
+
+depends=('pacman')
+makedepends=('git')
+
+source=("git+https://github.com/andrewgregory/pacutils.git#commit=8a732754616067bcb43b44f198a243ea258973d8;
+
"git+https://github.com/andrewgregory/globdir.c#commit=f7ea40047c1b23e5035a3626c9187c64539d66f2;
+
"git+https://github.com/andrewgregory/mINI.c.git#commit=ee64e149ed725b932adf23e0228f7cd8cb856901;
+
"git+https://github.com/andrewgregory/tap.c.git#commit=8ce85ce0ab95593c333e705f6eff44121b29e142;)
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP')
+
+prepare() {
+  cd pacutils
+  git submodule init
+  git config submodule.ext/globdir.c.url "$srcdir/globdir.c"
+  git config submodule.ext/mini.c.url "$srcdir/mINI.c"
+  git config submodule.t/tap.c.url "$srcdir/tap.c"
+  git submodule update
+}
+
+build() {
+  cd pacutils
+  make CFLAGS="$CFLAGS $LDFLAGS" SYSCONFDIR=/etc LOCALSTATEDIR=/var
+}
+
+check() {
+  cd pacutils
+  make check
+}
+
+package() {
+  cd pacutils
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/"$pkgname"/COPYING
+}
+
+# vim: set ft=PKGBUILD et sw=2:


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

2020-05-10 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 10, 2020 @ 19:56:40
  Author: demize
Revision: 626207

upgpkg: pacutils 0.10.0-1

Modified:
  pacutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 19:47:03 UTC (rev 626206)
+++ PKGBUILD2020-05-10 19:56:40 UTC (rev 626207)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=pacutils
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 
 pkgdesc='Helper tools for libalpm'
@@ -12,7 +12,7 @@
 depends=('pacman')
 makedepends=('git')
 
-source=("git+https://github.com/andrewgregory/pacutils.git#commit=cb761a911ca54374c0e32f92a177976275dbfe9a;
+source=("git+https://github.com/andrewgregory/pacutils.git#commit=8a732754616067bcb43b44f198a243ea258973d8;
 
"git+https://github.com/andrewgregory/globdir.c#commit=f7ea40047c1b23e5035a3626c9187c64539d66f2;
 
"git+https://github.com/andrewgregory/mINI.c.git#commit=ee64e149ed725b932adf23e0228f7cd8cb856901;
 
"git+https://github.com/andrewgregory/tap.c.git#commit=8ce85ce0ab95593c333e705f6eff44121b29e142;)


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

2020-05-10 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 10, 2020 @ 19:46:56
  Author: demize
Revision: 626205

upgpkg: elixir 1.10.3-1

Modified:
  elixir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 19:38:50 UTC (rev 626204)
+++ PKGBUILD2020-05-10 19:46:56 UTC (rev 626205)
@@ -3,7 +3,7 @@
 # Contributor: Gilbert Kennen 
 
 pkgname=elixir
-pkgver=1.10.1
+pkgver=1.10.3
 pkgrel=1
 pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
 url="https://elixir-lang.org;
@@ -12,7 +12,7 @@
 depends=('erlang-nox')
 checkdepends=('git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
-sha256sums=('bf10dc5cb084382384d69cc26b4f670a3eb0a97a6491182f4dcf540457f06c07')
+sha256sums=('f3035fc5fdade35c3592a5fa7c8ee1aadb736f565c46b74b68ed7828b3ee1897')
 
 build() {
   cd elixir-"$pkgver"


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

2020-05-10 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 10, 2020 @ 19:47:03
  Author: demize
Revision: 626206

archrelease: copy trunk to community-testing-any

Added:
  elixir/repos/community-testing-any/
  elixir/repos/community-testing-any/PKGBUILD
(from rev 626205, elixir/trunk/PKGBUILD)

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

Copied: elixir/repos/community-testing-any/PKGBUILD (from rev 626205, 
elixir/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-05-10 19:47:03 UTC (rev 626206)
@@ -0,0 +1,35 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Gilbert Kennen 
+
+pkgname=elixir
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
+url="https://elixir-lang.org;
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+checkdepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz;)
+sha256sums=('f3035fc5fdade35c3592a5fa7c8ee1aadb736f565c46b74b68ed7828b3ee1897')
+
+build() {
+  cd elixir-"$pkgver"
+  make
+}
+
+check() {
+  cd elixir-"$pkgver"
+  ERL_EPMD_PORT=5369 make test
+
+  # The elixir test suite starts up epmd and then doesn't kill it again 
afterwards.
+  epmd -port 5369 -kill
+}
+
+package() {
+  cd elixir-"$pkgver"
+  mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2020-05-10 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 10, 2020 @ 19:38:42
  Author: arodseth
Revision: 626203

upgpkg: erlang 22.3.4-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 19:35:57 UTC (rev 626202)
+++ PKGBUILD2020-05-10 19:38:42 UTC (rev 626203)
@@ -7,7 +7,7 @@
 
 pkgbase=erlang
 pkgname=(erlang erlang-unixodbc)
-pkgver=22.3
+pkgver=22.3.4
 pkgrel=1
 _docver=22.3
 arch=(x86_64)


[arch-commits] Commit in erlang/repos/community-x86_64 (8 files)

2020-05-10 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 10, 2020 @ 19:38:50
  Author: arodseth
Revision: 626204

archrelease: copy trunk to community-x86_64

Added:
  erlang/repos/community-x86_64/PKGBUILD
(from rev 626203, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 626203, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 626203, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 626203, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  164 -
 epmd.conf|6 +-
 epmd.service |   22 +++
 epmd.socket  |   18 +++---
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 19:38:42 UTC (rev 626203)
+++ PKGBUILD2020-05-10 19:38:50 UTC (rev 626204)
@@ -1,82 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=(erlang erlang-unixodbc)
-pkgver=22.3
-pkgrel=1
-_docver=22.3
-arch=(x86_64)
-url='https://www.erlang.org'
-license=(Apache)
-makedepends=(fop git glu java-environment libxslt lksctp-tools
- mesa perl unixodbc wxgtk)
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"$url/download/otp_doc_man_$_docver.tar.gz"
-epmd.conf epmd.service epmd.socket)
-sha256sums=('SKIP'
-'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp && ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=(ncurses glu wxgtk openssl)
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=(erlang-nox)
-  conflicts=(erlang-nox)
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # move files that belong to the erlang-unixodbc package
-  mkdir -p unixodbc
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=(unixodbc erlang-nox)
-
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  install -Dm644 otp/LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 626203, 
erlang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 19:38:50 UTC (rev 626204)
@@ -0,0 +1,82 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgbase=erlang
+pkgname=(erlang erlang-unixodbc)
+pkgver=22.3.4
+pkgrel=1
+_docver=22.3
+arch=(x86_64)
+url='https://www.erlang.org'
+license=(Apache)
+makedepends=(fop git glu java-environment libxslt lksctp-tools
+ mesa perl unixodbc wxgtk)
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"$url/download/otp_doc_man_$_docver.tar.gz"
+epmd.conf epmd.service epmd.socket)
+sha256sums=('SKIP'
+'43b6d62d9595e1dc51946d55c9528c706c5ae753876b9bf29303b7d11a7ccb16'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
+

[arch-commits] Commit in parallel/repos/community-any (6 files)

2020-05-10 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 10, 2020 @ 19:35:57
  Author: demize
Revision: 626202

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/0001-Remove-citation-things.patch
(from rev 626201, parallel/trunk/0001-Remove-citation-things.patch)
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
(from rev 626201, parallel/trunk/0002-Remove-GNU-branding.patch)
  parallel/repos/community-any/PKGBUILD
(from rev 626201, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/0001-Remove-citation-things.patch
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
  parallel/repos/community-any/PKGBUILD

---+
 0001-Remove-citation-things.patch |  622 +---
 0002-Remove-GNU-branding.patch|  491 ++--
 PKGBUILD  |   80 ++--
 3 files changed, 588 insertions(+), 605 deletions(-)

Deleted: 0001-Remove-citation-things.patch
===
--- 0001-Remove-citation-things.patch   2020-05-10 19:35:50 UTC (rev 626201)
+++ 0001-Remove-citation-things.patch   2020-05-10 19:35:57 UTC (rev 626202)
@@ -1,320 +0,0 @@
-From 1eae416754561ffc38da4c07104f48c06c56a30c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Fri, 22 Mar 2019 19:03:41 +0100
-Subject: [PATCH 1/2] Remove citation things
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- src/parallel | 245 +--
- 1 file changed, 3 insertions(+), 242 deletions(-)
-
-diff --git a/src/parallel b/src/parallel
-index 8b8359c..9cd4505 100755
 a/src/parallel
-+++ b/src/parallel
-@@ -504,7 +504,7 @@ sub pipe_shard_setup() {
- } else {
-   $script = sharder_script();
- }
--
-+
- # cat foo | sharder sep col fifo1 fifo2 fifo3 ... fifoN
- 
- if($shardbin =~ /^[a-z_][a-z_0-9]*(\s|$)/i) {
-@@ -1534,9 +1534,6 @@ sub options_hash() {
-"gnu" => \$opt::gnu,
-"link|xapply" => \$opt::link,
-"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
--   # Before changing this line, please read
--   # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
--   # 
https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt
-"bibtex|citation" => \$opt::citation,
-"wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
-# Termination and retries
-@@ -1643,13 +1640,6 @@ sub parse_options(@) {
- my @argv_before = @ARGV;
- @ARGV = read_options();
- 
--# Before changing this line, please read
--# 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
--# 
https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt
--if(defined $opt::citation) {
--  citation(\@argv_before,\@ARGV);
--  wait_and_exit(0);
--}
- # no-* overrides *
- if($opt::nokeeporder) { $opt::keeporder = undef; }
- 
-@@ -1884,78 +1874,6 @@ sub parse_options(@) {
- if(defined $opt::eta) { $opt::progress = $opt::eta; }
- if(defined $opt::bar) { $opt::progress = $opt::bar; }
- 
--# Funding a free software project is hard. GNU Parallel is no
--# exception. On top of that it seems the less visible a project
--# is, the harder it is to get funding. And the nature of GNU
--# Parallel is that it will never be seen by "the guy with the
--# checkbook", but only by the people doing the actual work.
--#
--# This problem has been covered by others - though no solution has
--# been found:
--# https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
--# https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
--#
--# If you want GNU Parallel to be maintained in the future, and not
--# just wither away like so many other free software tools, you
--# need to help finance the development.
--#
--# The citation notice is a simple way of doing so, as citations
--# makes it possible to me to get a job where I can maintain GNU
--# Parallel as part of the job.
--#
--# This means you can help financing development
--#
--#   WITHOUT PAYING A SINGLE CENT!
--#
--# Before implementing the citation notice it was discussed with
--# the users:
--# https://lists.gnu.org/archive/html/parallel/2013-11/msg6.html
--#
--# Having to spend 10 seconds on running 'parallel --citation' once
--# is no doubt not an ideal solution, but no one has so far come up
--# with an ideal solution - neither for funding GNU Parallel nor
--# other free software.
--#
--# If you believe you have the perfect solution, you should try it
--# out, and if it works, you should post it on the email
--# list. Ideas that will cost work and 

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

2020-05-10 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 10, 2020 @ 19:35:50
  Author: demize
Revision: 626201

upgpkg: parallel 20200322-1

Modified:
  parallel/trunk/0001-Remove-citation-things.patch
  parallel/trunk/0002-Remove-GNU-branding.patch
  parallel/trunk/PKGBUILD

---+
 0001-Remove-citation-things.patch |   40 -
 0002-Remove-GNU-branding.patch|   49 ++--
 PKGBUILD  |8 ++---
 3 files changed, 40 insertions(+), 57 deletions(-)

Modified: 0001-Remove-citation-things.patch
===
--- 0001-Remove-citation-things.patch   2020-05-10 19:12:25 UTC (rev 626200)
+++ 0001-Remove-citation-things.patch   2020-05-10 19:35:50 UTC (rev 626201)
@@ -1,4 +1,4 @@
-From 1eae416754561ffc38da4c07104f48c06c56a30c Mon Sep 17 00:00:00 2001
+From 7283e27213e016eeecfddc8d394fa2630a6da3ec Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
 Date: Fri, 22 Mar 2019 19:03:41 +0100
 Subject: [PATCH 1/2] Remove citation things
@@ -8,23 +8,14 @@
 
 Signed-off-by: Johannes Löthberg 
 ---
- src/parallel | 245 +--
- 1 file changed, 3 insertions(+), 242 deletions(-)
+ src/parallel | 241 +--
+ 1 file changed, 1 insertion(+), 240 deletions(-)
 
 diff --git a/src/parallel b/src/parallel
-index 8b8359c..9cd4505 100755
+index 21eb3dc..e8ae7b0 100755
 --- a/src/parallel
 +++ b/src/parallel
-@@ -504,7 +504,7 @@ sub pipe_shard_setup() {
- } else {
-   $script = sharder_script();
- }
--
-+
- # cat foo | sharder sep col fifo1 fifo2 fifo3 ... fifoN
- 
- if($shardbin =~ /^[a-z_][a-z_0-9]*(\s|$)/i) {
-@@ -1534,9 +1534,6 @@ sub options_hash() {
+@@ -1609,9 +1609,6 @@ sub options_hash() {
 "gnu" => \$opt::gnu,
 "link|xapply" => \$opt::link,
 "linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
@@ -34,7 +25,7 @@
 "bibtex|citation" => \$opt::citation,
 "wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
 # Termination and retries
-@@ -1643,13 +1640,6 @@ sub parse_options(@) {
+@@ -1718,13 +1715,6 @@ sub parse_options(@) {
  my @argv_before = @ARGV;
  @ARGV = read_options();
  
@@ -48,7 +39,7 @@
  # no-* overrides *
  if($opt::nokeeporder) { $opt::keeporder = undef; }
  
-@@ -1884,78 +1874,6 @@ sub parse_options(@) {
+@@ -1959,78 +1949,6 @@ sub parse_options(@) {
  if(defined $opt::eta) { $opt::progress = $opt::eta; }
  if(defined $opt::bar) { $opt::progress = $opt::bar; }
  
@@ -127,7 +118,7 @@
  parse_halt();
  
  if($ENV{'PARALLEL_ENV'}) {
-@@ -4799,79 +4717,9 @@ sub usage() {
+@@ -4874,79 +4792,9 @@ sub usage() {
 "",
 "See 'man $Global::progname' for details",
 "",
@@ -207,8 +198,8 @@
  sub status(@) {
  my @w = @_;
  my $fh = $Global::status_fd || *STDERR;
-@@ -4923,97 +4771,10 @@ sub version() {
-"Copyright (C) 2007-2019 Ole Tange and Free Software Foundation, Inc.",
+@@ -4999,97 +4847,10 @@ sub version() {
+"Foundation, Inc.",
 "License GPLv3+: GNU GPL version 3 or later 
",
 "This is free software: you are free to change and redistribute it.",
 -   "GNU $Global::progname comes with no warranty.",
@@ -306,15 +297,6 @@
  sub show_limits() {
  # Returns: N/A
  print("Maximal size of command: ",Limits::Command::real_max_length(),"\n",
-@@ -10391,7 +10152,7 @@ sub push($) {
- push @{$self->{'arg_list'}}, $record;
- # Make @arg available for {= =}
- *Arg::arg = $self->{'arg_list_flat_orig'};
--
-+
- my $quote_arg = ($Global::quote_replace and not $Global::quoting);
- for my $perlexpr (keys %{$self->{'replacecount'}}) {
-   if($perlexpr =~ /^(\d+) /) {
 -- 
-2.24.0
+2.26.2
 

Modified: 0002-Remove-GNU-branding.patch
===
--- 0002-Remove-GNU-branding.patch  2020-05-10 19:12:25 UTC (rev 626200)
+++ 0002-Remove-GNU-branding.patch  2020-05-10 19:35:50 UTC (rev 626201)
@@ -1,4 +1,4 @@
-From 3832d5cc88610e725793e24298816928391ccab0 Mon Sep 17 00:00:00 2001
+From 053a577963192e699bcbe715672d15d84f46e8dd Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
 Date: Fri, 22 Mar 2019 19:04:42 +0100
 Subject: [PATCH 2/2] Remove GNU branding
@@ -14,10 +14,10 @@
  1 file changed, 31 insertions(+), 31 deletions(-)
 
 diff --git a/src/parallel b/src/parallel
-index 9cd4505..7a3fa5c 100755
+index e8ae7b0..502cebb 100755
 --- a/src/parallel
 +++ b/src/parallel
-@@ -1683,7 +1683,7 @@ sub parse_options(@) {
+@@ -1758,7 +1758,7 @@ sub parse_options(@) {
  if(defined $opt::tmpdir) { $ENV{'TMPDIR'} = $opt::tmpdir; }
  $ENV{'PARALLEL_RSYNC_OPTS'} = $opt::rsync_opts ||
$ENV{'PARALLEL_RSYNC_OPTS'} || '-rlDzR';
@@ -26,9 +26,9 @@
  $opt::nice ||= 

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

2020-05-10 Thread Jonas Witschel via arch-commits
Date: Sunday, May 10, 2020 @ 19:12:25
  Author: diabonas
Revision: 626200

archrelease: copy trunk to community-any

Added:
  python-matrix-nio/repos/community-any/PKGBUILD
(from rev 626199, python-matrix-nio/trunk/PKGBUILD)
Deleted:
  python-matrix-nio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 19:12:19 UTC (rev 626199)
+++ PKGBUILD2020-05-10 19:12:25 UTC (rev 626200)
@@ -1,39 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=python-matrix-nio
-pkgver=0.11.0
-_tag=9fadfbec243d9f652712b32658e3df5510a65ad1 # git show-ref "$pkgver"
-pkgrel=1
-pkgdesc='Python Matrix client library, designed according to sans I/O 
principles'
-arch=('any')
-url='https://github.com/poljar/matrix-nio'
-license=('ISC')
-depends=('python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 
'python-attrs' 'python-cachetools'
- 'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 
'python-logbook' 'python-olm'
- 'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
-makedepends=('git')
-checkdepends=('python-aioresponses' 'python-faker' 'python-hypothesis' 
-  'python-pytest' 'python-pytest-aiohttp' 
'python-pytest-benchmark')
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić 
(poljar) 
-
-pkgver() {
-   cd "${pkgname#python-}"
-   git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-build() {
-   cd "${pkgname#python-}"
-   python setup.py build
-}
-
-check() {
-   cd "${pkgname#python-}"
-   python -m pytest
-}
-
-package() {
-   cd "${pkgname#python-}"
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-matrix-nio/repos/community-any/PKGBUILD (from rev 626199, 
python-matrix-nio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 19:12:25 UTC (rev 626200)
@@ -0,0 +1,39 @@
+# Maintainer: Jonas Witschel 
+pkgname=python-matrix-nio
+pkgver=0.11.0
+_tag=9fadfbec243d9f652712b32658e3df5510a65ad1 # git show-ref "$pkgver"
+pkgrel=2
+pkgdesc='Python Matrix client library, designed according to sans I/O 
principles'
+arch=('any')
+url='https://github.com/poljar/matrix-nio'
+license=('ISC')
+depends=('python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 
'python-cachetools'
+ 'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 
'python-logbook' 'python-olm'
+ 'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
+makedepends=('git')
+checkdepends=('python-aioresponses' 'python-faker' 'python-hypothesis' 
+  'python-pytest' 'python-pytest-aiohttp' 
'python-pytest-benchmark')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić 
(poljar) 
+
+pkgver() {
+   cd "${pkgname#python-}"
+   git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+build() {
+   cd "${pkgname#python-}"
+   python setup.py build
+}
+
+check() {
+   cd "${pkgname#python-}"
+   python -m pytest
+}
+
+package() {
+   cd "${pkgname#python-}"
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-05-10 Thread Jonas Witschel via arch-commits
Date: Sunday, May 10, 2020 @ 19:12:19
  Author: diabonas
Revision: 626199

upgpkg: python-matrix-nio 0.11.0-2: remove superfluous dependency

python-attrs has been removed in upstream commit
https://github.com/poljar/matrix-nio/commit/7dacf4a280e08e1f9650995cb50df5229f5a0991

Modified:
  python-matrix-nio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 19:02:58 UTC (rev 626198)
+++ PKGBUILD2020-05-10 19:12:19 UTC (rev 626199)
@@ -2,12 +2,12 @@
 pkgname=python-matrix-nio
 pkgver=0.11.0
 _tag=9fadfbec243d9f652712b32658e3df5510a65ad1 # git show-ref "$pkgver"
-pkgrel=1
+pkgrel=2
 pkgdesc='Python Matrix client library, designed according to sans I/O 
principles'
 arch=('any')
 url='https://github.com/poljar/matrix-nio'
 license=('ISC')
-depends=('python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 
'python-attrs' 'python-cachetools'
+depends=('python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 
'python-cachetools'
  'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 
'python-logbook' 'python-olm'
  'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
 makedepends=('git')


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 19:02:58
  Author: felixonmars
Revision: 626198

archrelease: copy trunk to community-x86_64

Added:
  deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 626197, deepin-dock/trunk/PKGBUILD)
Deleted:
  deepin-dock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 19:02:43 UTC (rev 626197)
+++ PKGBUILD2020-05-10 19:02:58 UTC (rev 626198)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dock
-pkgver=5.1.0.8
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-dock;
-license=('GPL3')
-depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
- 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('0e7cbbecf10be6e38a4cdda5e83a779edaf581e211dda794df186cdec7fbfca21c5efda2057004239eb7e10afd2883e2e0143d7e72e07901bcbfaf632f7b1da2')
-
-build() {
-  cd dde-dock-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
-  make
-}
-
-package() {
-  cd dde-dock-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 626197, 
deepin-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 19:02:58 UTC (rev 626198)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=5.1.0.9
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 
'deepin-qt5integration'
+ 'deepin-qt-dbus-factory' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
+sha512sums=('4dd75221c73d950808a5babab6dd8dd76cbdf0895568291ec931ca2ac16b711e72ffd3a8aa5e99efb20df0883a2854baaedc80e0eeae0dedc2ff660b5d9b2dd6')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DDOCK_TRAY_USE_NATIVE_POPUP=YES
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-10 Thread Jonas Witschel via arch-commits
Date: Sunday, May 10, 2020 @ 19:02:08
  Author: diabonas
Revision: 626196

archrelease: copy trunk to community-any

Added:
  python-matrix-nio/repos/community-any/PKGBUILD
(from rev 626195, python-matrix-nio/trunk/PKGBUILD)
Deleted:
  python-matrix-nio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 19:02:02 UTC (rev 626195)
+++ PKGBUILD2020-05-10 19:02:08 UTC (rev 626196)
@@ -1,39 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=python-matrix-nio
-pkgver=0.10.0
-_tag=55b4a01732def2865576335ab8ec867ac26c81e4 # git show-ref "$pkgver"
-pkgrel=1
-pkgdesc='Python Matrix client library, designed according to sans I/O 
principles'
-arch=('any')
-url='https://github.com/poljar/matrix-nio'
-license=('ISC')
-depends=('python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 
'python-attrs' 'python-cachetools'
- 'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 
'python-logbook' 'python-olm'
- 'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
-makedepends=('git')
-checkdepends=('python-aioresponses' 'python-faker' 'python-hypothesis' 
-  'python-pytest' 'python-pytest-aiohttp' 
'python-pytest-benchmark')
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić 
(poljar) 
-
-pkgver() {
-   cd "${pkgname#python-}"
-   git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-build() {
-   cd "${pkgname#python-}"
-   python setup.py build
-}
-
-check() {
-   cd "${pkgname#python-}"
-   python -m pytest
-}
-
-package() {
-   cd "${pkgname#python-}"
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-matrix-nio/repos/community-any/PKGBUILD (from rev 626195, 
python-matrix-nio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 19:02:08 UTC (rev 626196)
@@ -0,0 +1,39 @@
+# Maintainer: Jonas Witschel 
+pkgname=python-matrix-nio
+pkgver=0.11.0
+_tag=9fadfbec243d9f652712b32658e3df5510a65ad1 # git show-ref "$pkgver"
+pkgrel=1
+pkgdesc='Python Matrix client library, designed according to sans I/O 
principles'
+arch=('any')
+url='https://github.com/poljar/matrix-nio'
+license=('ISC')
+depends=('python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 
'python-attrs' 'python-cachetools'
+ 'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 
'python-logbook' 'python-olm'
+ 'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
+makedepends=('git')
+checkdepends=('python-aioresponses' 'python-faker' 'python-hypothesis' 
+  'python-pytest' 'python-pytest-aiohttp' 
'python-pytest-benchmark')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić 
(poljar) 
+
+pkgver() {
+   cd "${pkgname#python-}"
+   git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+build() {
+   cd "${pkgname#python-}"
+   python setup.py build
+}
+
+check() {
+   cd "${pkgname#python-}"
+   python -m pytest
+}
+
+package() {
+   cd "${pkgname#python-}"
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 19:02:43
  Author: felixonmars
Revision: 626197

upgpkg: deepin-dock 5.1.0.9-1

Modified:
  deepin-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 19:02:08 UTC (rev 626196)
+++ PKGBUILD2020-05-10 19:02:43 UTC (rev 626197)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dock
-pkgver=5.1.0.8
+pkgver=5.1.0.9
 pkgrel=1
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-dock')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz;)
-sha512sums=('0e7cbbecf10be6e38a4cdda5e83a779edaf581e211dda794df186cdec7fbfca21c5efda2057004239eb7e10afd2883e2e0143d7e72e07901bcbfaf632f7b1da2')
+sha512sums=('4dd75221c73d950808a5babab6dd8dd76cbdf0895568291ec931ca2ac16b711e72ffd3a8aa5e99efb20df0883a2854baaedc80e0eeae0dedc2ff660b5d9b2dd6')
 
 build() {
   cd dde-dock-$pkgver


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

2020-05-10 Thread Jonas Witschel via arch-commits
Date: Sunday, May 10, 2020 @ 19:02:02
  Author: diabonas
Revision: 626195

upgpkg: python-matrix-nio 0.11.0-1: upstream release

Modified:
  python-matrix-nio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 18:47:27 UTC (rev 626194)
+++ PKGBUILD2020-05-10 19:02:02 UTC (rev 626195)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=python-matrix-nio
-pkgver=0.10.0
-_tag=55b4a01732def2865576335ab8ec867ac26c81e4 # git show-ref "$pkgver"
+pkgver=0.11.0
+_tag=9fadfbec243d9f652712b32658e3df5510a65ad1 # git show-ref "$pkgver"
 pkgrel=1
 pkgdesc='Python Matrix client library, designed according to sans I/O 
principles'
 arch=('any')


[arch-commits] Commit in (python-flit python-flit/repos python-flit/trunk)

2020-05-10 Thread Filipe Laíns via arch-commits
Date: Sunday, May 10, 2020 @ 18:47:09
  Author: ffy00
Revision: 626192

add root structure

Added:
  python-flit/
  python-flit/repos/
  python-flit/trunk/


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 18:47:11
  Author: felixonmars
Revision: 626193

upgpkg: python-redis 3.5.1-1

Modified:
  python-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 18:47:09 UTC (rev 626192)
+++ PKGBUILD2020-05-10 18:47:11 UTC (rev 626193)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('859b2a16f9287944927328c0e38b22be43726a59614a2fee9e1603c7d21886e09305fbb7309efb96caa5e73d2dea82083f72487e42f78ec5ce851166c91b3711')
+sha512sums=('713089fe9687558b651ac9aa0161f3ebfccb71ee12cd6aed784b07bf8f7b52cab1d1d436c4ea7c91b9d688e48da96251feed8e3add140ae714a6ff9e1d23bc85')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


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

2020-05-10 Thread Felix Yan via arch-commits
Date: Sunday, May 10, 2020 @ 18:47:27
  Author: felixonmars
Revision: 626194

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 18:47:11 UTC (rev 626193)
+++ PKGBUILD2020-05-10 18:47:27 UTC (rev 626194)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Pierre Gueth 
-
-pkgbase=python-redis
-pkgname=('python-redis' 'python2-redis')
-pkgver=3.5.0
-pkgrel=1
-pkgdesc='The Python interface to the Redis key-value store'
-arch=('any')
-url="https://github.com/andymccurdy/redis-py;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
-source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('859b2a16f9287944927328c0e38b22be43726a59614a2fee9e1603c7d21886e09305fbb7309efb96caa5e73d2dea82083f72487e42f78ec5ce851166c91b3711')
-
-prepare() {
-  cp -a redis-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/redis-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/redis-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/redis-$pkgver
-  pifpaf run redis py.test || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
-
-  cd "$srcdir"/redis-$pkgver-py2
-  pifpaf run redis py.test2 || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
-}
-
-package_python-redis() {
-  depends=('python')
-
-  cd redis-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-redis() {
-  depends=('python2')
-
-  cd redis-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-redis/repos/community-testing-any/PKGBUILD (from rev 626193, 
python-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 18:47:27 UTC (rev 626194)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Pierre Gueth 
+
+pkgbase=python-redis
+pkgname=('python-redis' 'python2-redis')
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='The Python interface to the Redis key-value store'
+arch=('any')
+url="https://github.com/andymccurdy/redis-py;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
+source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
+sha512sums=('713089fe9687558b651ac9aa0161f3ebfccb71ee12cd6aed784b07bf8f7b52cab1d1d436c4ea7c91b9d688e48da96251feed8e3add140ae714a6ff9e1d23bc85')
+
+prepare() {
+  cp -a redis-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/redis-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/redis-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/redis-$pkgver
+  pifpaf run redis py.test || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
+
+  cd "$srcdir"/redis-$pkgver-py2
+  pifpaf run redis py.test2 || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
+}
+
+package_python-redis() {
+  depends=('python')
+
+  cd redis-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-redis() {
+  depends=('python2')
+
+  cd redis-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 18:07:25
  Author: arojas
Revision: 383124

archrelease: copy trunk to extra-x86_64

Added:
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 383123, stellarium/trunk/PKGBUILD)
Deleted:
  stellarium/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 18:01:29 UTC (rev 383123)
+++ PKGBUILD2020-05-10 18:07:25 UTC (rev 383124)
@@ -1,31 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=stellarium
-pkgver=0.20.1
-pkgrel=1
-pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
-arch=('x86_64')
-url="https://stellarium.org/;
-license=('GPL2')
-depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
-   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
-makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
-source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

-sha256sums=('154e7bd9d4b914a99c40eab86d05b78e43040d657844ee665ebb2aa55a9e920c'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-
-package() {
-  cd ${pkgname}-${pkgver}
- 
-  make DESTDIR="${pkgdir}" install
-}

Copied: stellarium/repos/extra-x86_64/PKGBUILD (from rev 383123, 
stellarium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 18:07:25 UTC (rev 383124)
@@ -0,0 +1,31 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.20.1
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=('x86_64')
+url="https://stellarium.org/;
+license=('GPL2')
+depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
+   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
+makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
+source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

+sha256sums=('154e7bd9d4b914a99c40eab86d05b78e43040d657844ee665ebb2aa55a9e920c'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+
+package() {
+  cd ${pkgname}-${pkgver}
+ 
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, May 10, 2020 @ 18:07:36
  Author: bpiotrowski
Revision: 383125

archrelease: copy trunk to staging-x86_64

Added:
  valgrind/repos/staging-x86_64/
  valgrind/repos/staging-x86_64/PKGBUILD
(from rev 383124, valgrind/trunk/PKGBUILD)
  valgrind/repos/staging-x86_64/valgrind-3.7.0-respect-flags.patch
(from rev 383124, valgrind/trunk/valgrind-3.7.0-respect-flags.patch)

+
 PKGBUILD   |  107 +++
 valgrind-3.7.0-respect-flags.patch |   13 
 2 files changed, 120 insertions(+)

Copied: valgrind/repos/staging-x86_64/PKGBUILD (from rev 383124, 
valgrind/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-10 18:07:36 UTC (rev 383125)
@@ -0,0 +1,107 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dan McGee 
+# Contributor: Allan McRae 
+
+pkgname=valgrind
+_commit=d772e25995c3400eecf2b6070e0bf3411447c3d1
+pkgver=3.15.0+269+gd772e2599
+pkgrel=1
+pkgdesc='Tool to help find memory-management problems in programs'
+arch=('x86_64')
+license=('GPL')
+url='http://valgrind.org/'
+depends=('glibc' 'perl')
+makedepends=('gdb' 'lib32-glibc' 'lib32-gcc-libs' 'git' 'docbook-xml'
+ 'docbook-xsl' 'docbook-sgml')
+checkdepends=('procps-ng')
+optdepends=('lib32-glibc: 32-bit ABI support')
+provides=('valgrind-multilib')
+replaces=('valgrind-multilib')
+options=('!emptydirs' '!strip')
+source=("git+https://repo.or.cz/valgrind.git#commit=$_commit;
+valgrind-3.7.0-respect-flags.patch)
+md5sums=('SKIP'
+ '470d9881870aacc210b7a6efb64cc9a9')
+sha512sums=('SKIP'
+
'e0cec39381cefeca09ae4794cca309dfac7c8693e6315e137e64f5c33684598726d41cfbb4edf764fe985503b13ff596184ca5fc32b159d500ec092e4cf8838c')
+
+pkgver() {
+  cd valgrind
+  git describe --tags --always|sed -e 's|-|+|g' -e 's|VALGRIND_||g' -e 
's|_|.|g'
+}
+
+prepare() {
+  cd valgrind
+  patch -Np1 < ../valgrind-3.7.0-respect-flags.patch
+  sed -i 's|sgml/docbook/xsl-stylesheets|xml/docbook/xsl-stylesheets-1.79.2|' 
docs/Makefile.am
+
+  autoreconf -ifv
+}
+
+build() {
+  # valgrind does not like some of our flags
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+  CFLAGS=${CFLAGS/-fno-plt/}
+  CXXFLAGS=${CXXFLAGS/-fno-plt/}
+
+  cd valgrind
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--mandir=/usr/share/man
+  make
+  make -C docs man-pages
+}
+
+check() {
+  cd valgrind
+
+  # Make sure a basic binary runs. There should be no errors.
+  ./vg-in-place --error-exitcode=1 /bin/true
+
+  # Make sure no extra FLAGS leak through, the testsuite
+  # sets all flags necessary. See also configure above.
+  make check CPPFLAGS= CFLAGS= CXXFLAGS= LDFLAGS=
+
+  # # XXX: run full regtest but only report issues some tests fail duo
+  # # current toolchain and expectations, take a manual look if its fine
+  # echo "===TESTING==="
+  # make regtest || :
+
+  # # Make sure test failures show up in build.log
+  # # Gather up the diffs (at most the first 20 lines for each one)
+  # local f max_lines=20 diff_files=()
+  # mapfile -d '' diff_files < <(find . -name '*.diff' -print0 | sort -z)
+  # if (( ${#diff_files[@]} == 0 )); then
+  #   echo "Congratulations, all tests passed!"
+  # else
+  #   warning "Some tests failed!"
+  #   for f in "${diff_files[@]}"; do
+  #   echo "="
+  #   echo "${f}"
+  #   echo "="
+  #   if (( $(wc -l < "${f}") < ${max_lines} )); then
+  # cat "${f}"
+  #   else
+  # head -n ${max_lines} "${f}"
+  # echo ""
+  #   fi
+  #   done | tee diffs
+  # fi
+  # echo "===END TESTING==="
+}
+
+package() {
+  cd valgrind
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 docs/*.1 -t "$pkgdir/usr/share/man/man1"
+
+  if check_option 'debug' n; then
+find "${pkgdir}/usr/bin" -type f -executable -exec strip $STRIP_BINARIES 
{} + || :
+  fi
+}
+
+# vim: ts=2 sw=2 et:

Copied: valgrind/repos/staging-x86_64/valgrind-3.7.0-respect-flags.patch (from 
rev 383124, valgrind/trunk/valgrind-3.7.0-respect-flags.patch)
===
--- staging-x86_64/valgrind-3.7.0-respect-flags.patch   
(rev 0)
+++ staging-x86_64/valgrind-3.7.0-respect-flags.patch   2020-05-10 18:07:36 UTC 
(rev 383125)
@@ -0,0 +1,13 @@
+diff -Naur valgrind-3.7.0.orig//mpi/Makefile.am valgrind-3.7.0/mpi/Makefile.am
+--- valgrind-3.7.0.orig/mpi/Makefile.am2011-10-26 17:24:23.0 
-0400
 valgrind-3.7.0/mpi/Makefile.am 2011-11-10 16:03:14.0 -0500
+@@ -7,9 +7,6 @@
+ CC = $(MPI_CC)
+ DEFS =
+ DEFAULT_INCLUDES =
+-CPPFLAGS =
+-CFLAGS =
+-LDFLAGS =
+ 
+ 

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

2020-05-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, May 10, 2020 @ 18:01:29
  Author: bpiotrowski
Revision: 383123

3.15.0+269+gd772e2599-1

Modified:
  valgrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 17:54:40 UTC (rev 383122)
+++ PKGBUILD2020-05-10 18:01:29 UTC (rev 383123)
@@ -3,8 +3,8 @@
 # Contributor: Allan McRae 
 
 pkgname=valgrind
-_commit=608cb11914e5f23d0fc12c61dad29c5c7952a1de  # tags/VALGRIND_3_15_0^0
-pkgver=3.15.0
+_commit=d772e25995c3400eecf2b6070e0bf3411447c3d1
+pkgver=3.15.0+269+gd772e2599
 pkgrel=1
 pkgdesc='Tool to help find memory-management problems in programs'
 arch=('x86_64')
@@ -65,32 +65,32 @@
   # sets all flags necessary. See also configure above.
   make check CPPFLAGS= CFLAGS= CXXFLAGS= LDFLAGS=
 
-  # XXX: run full regtest but only report issues some tests fail duo
-  # current toolchain and expectations, take a manual look if its fine
-  echo "===TESTING==="
-  make regtest || :
+  # # XXX: run full regtest but only report issues some tests fail duo
+  # # current toolchain and expectations, take a manual look if its fine
+  # echo "===TESTING==="
+  # make regtest || :
 
-  # Make sure test failures show up in build.log
-  # Gather up the diffs (at most the first 20 lines for each one)
-  local f max_lines=20 diff_files=()
-  mapfile -d '' diff_files < <(find . -name '*.diff' -print0 | sort -z)
-  if (( ${#diff_files[@]} == 0 )); then
-echo "Congratulations, all tests passed!"
-  else
-warning "Some tests failed!"
-for f in "${diff_files[@]}"; do
-echo "="
-echo "${f}"
-echo "="
-if (( $(wc -l < "${f}") < ${max_lines} )); then
-  cat "${f}"
-else
-  head -n ${max_lines} "${f}"
-  echo ""
-fi
-done | tee diffs
-  fi
-  echo "===END TESTING==="
+  # # Make sure test failures show up in build.log
+  # # Gather up the diffs (at most the first 20 lines for each one)
+  # local f max_lines=20 diff_files=()
+  # mapfile -d '' diff_files < <(find . -name '*.diff' -print0 | sort -z)
+  # if (( ${#diff_files[@]} == 0 )); then
+  #   echo "Congratulations, all tests passed!"
+  # else
+  #   warning "Some tests failed!"
+  #   for f in "${diff_files[@]}"; do
+  #   echo "="
+  #   echo "${f}"
+  #   echo "="
+  #   if (( $(wc -l < "${f}") < ${max_lines} )); then
+  # cat "${f}"
+  #   else
+  # head -n ${max_lines} "${f}"
+  # echo ""
+  #   fi
+  #   done | tee diffs
+  # fi
+  # echo "===END TESTING==="
 }
 
 package() {


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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 17:54:40
  Author: arojas
Revision: 383122

archrelease: copy trunk to extra-x86_64

Added:
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 383121, stellarium/trunk/PKGBUILD)
Deleted:
  stellarium/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 17:50:36 UTC (rev 383121)
+++ PKGBUILD2020-05-10 17:54:40 UTC (rev 383122)
@@ -1,31 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=stellarium
-pkgver=0.20.1
-pkgrel=1
-pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
-arch=('x86_64')
-url="https://stellarium.org/;
-license=('GPL2')
-depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
-   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
-makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
-source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

-sha256sums=('154e7bd9d4b914a99c40eab86d05b78e43040d657844ee665ebb2aa55a9e920c'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-
-package() {
-  cd ${pkgname}-${pkgver}
- 
-  make DESTDIR="${pkgdir}" install
-}

Copied: stellarium/repos/extra-x86_64/PKGBUILD (from rev 383121, 
stellarium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 17:54:40 UTC (rev 383122)
@@ -0,0 +1,31 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.20.1
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=('x86_64')
+url="https://stellarium.org/;
+license=('GPL2')
+depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
+   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
+makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
+source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

+sha256sums=('154e7bd9d4b914a99c40eab86d05b78e43040d657844ee665ebb2aa55a9e920c'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+
+package() {
+  cd ${pkgname}-${pkgver}
+ 
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 17:50:36
  Author: arojas
Revision: 383121

Update URL (FS#66604)

Modified:
  lensfun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 17:49:04 UTC (rev 383120)
+++ PKGBUILD2020-05-10 17:50:36 UTC (rev 383121)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc="Database of photographic lenses and a library that allows advanced 
access to the database"
 arch=(x86_64)
-url="https://lensfun.sourceforge.net;
+url="https://lensfun.github.io/;
 license=('LGPL3')
 depends=('glib2')
 makedepends=('python' 'libpng' 'doxygen' 'cmake')


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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 17:49:04
  Author: arojas
Revision: 383120

archrelease: copy trunk to extra-x86_64

Added:
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 383119, stellarium/trunk/PKGBUILD)
Deleted:
  stellarium/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 17:42:34 UTC (rev 383119)
+++ PKGBUILD2020-05-10 17:49:04 UTC (rev 383120)
@@ -1,31 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=stellarium
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
-arch=('x86_64')
-url="https://stellarium.org/;
-license=('GPL2')
-depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
-   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
-makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
-source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

-sha256sums=('07ed1785d28f761511dc22f9b09ce70e96b5113fc7769fcdf4478f7a5a035370'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-
-package() {
-  cd ${pkgname}-${pkgver}
- 
-  make DESTDIR="${pkgdir}" install
-}

Copied: stellarium/repos/extra-x86_64/PKGBUILD (from rev 383119, 
stellarium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 17:49:04 UTC (rev 383120)
@@ -0,0 +1,31 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.20.1
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=('x86_64')
+url="https://stellarium.org/;
+license=('GPL2')
+depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
+   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
+makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
+source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

+sha256sums=('154e7bd9d4b914a99c40eab86d05b78e43040d657844ee665ebb2aa55a9e920c'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+
+package() {
+  cd ${pkgname}-${pkgver}
+ 
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 17:42:34
  Author: arojas
Revision: 383119

Update to 0.20.1

Modified:
  stellarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 17:33:12 UTC (rev 383118)
+++ PKGBUILD2020-05-10 17:42:34 UTC (rev 383119)
@@ -2,7 +2,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=stellarium
-pkgver=0.20.0
+pkgver=0.20.1
 pkgrel=1
 pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
 
source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

-sha256sums=('07ed1785d28f761511dc22f9b09ce70e96b5113fc7769fcdf4478f7a5a035370'
+sha256sums=('154e7bd9d4b914a99c40eab86d05b78e43040d657844ee665ebb2aa55a9e920c'
 'SKIP')
 
 build() {


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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 17:33:12
  Author: arojas
Revision: 383118

archrelease: copy trunk to extra-x86_64

Added:
  wxmaxima/repos/extra-x86_64/PKGBUILD
(from rev 383117, wxmaxima/trunk/PKGBUILD)
Deleted:
  wxmaxima/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 17:31:20 UTC (rev 383117)
+++ PKGBUILD2020-05-10 17:33:12 UTC (rev 383118)
@@ -1,38 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=20.03.1
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('x86_64')
-url="https://wxmaxima-developers.github.io/wxmaxima/;
-license=('GPL2')
-depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;)
-sha256sums=('2a06fdf235276cf30c1fc5a64b0e0965e5bd843610d4dc599bf7c63c0ea985bb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-Version-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-#check() {
-#  cd ${pkgname}-Version-${pkgver}
-#  ./src/wxmaxima test/testbench_simple.wxmx
-#}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install 
-}

Copied: wxmaxima/repos/extra-x86_64/PKGBUILD (from rev 383117, 
wxmaxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 17:33:12 UTC (rev 383118)
@@ -0,0 +1,38 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=20.04.0
+pkgrel=1
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('x86_64')
+url="https://wxmaxima-developers.github.io/wxmaxima/;
+license=('GPL2')
+depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;)
+sha256sums=('ce65b461bd0dde1dbc8d61d3d4104f95c1122e3a77620239d469ff317ba1e5a7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-Version-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+#check() {
+#  cd ${pkgname}-Version-${pkgver}
+#  ./src/wxmaxima test/testbench_simple.wxmx
+#}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install 
+}


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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 17:31:20
  Author: arojas
Revision: 383117

Update to 20.04.0

Modified:
  wxmaxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 17:19:04 UTC (rev 383116)
+++ PKGBUILD2020-05-10 17:31:20 UTC (rev 383117)
@@ -3,7 +3,7 @@
 # Contributor: Vinay S Shastry 
 
 pkgname=wxmaxima
-pkgver=20.03.1
+pkgver=20.04.0
 pkgrel=1
 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
 makedepends=('cmake')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;)
-sha256sums=('2a06fdf235276cf30c1fc5a64b0e0965e5bd843610d4dc599bf7c63c0ea985bb')
+sha256sums=('ce65b461bd0dde1dbc8d61d3d4104f95c1122e3a77620239d469ff317ba1e5a7')
 
 prepare() {
   mkdir -p build


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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 17:26:46
  Author: arojas
Revision: 626178

archrelease: copy trunk to community-x86_64

Added:
  copyq/repos/community-x86_64/PKGBUILD
(from rev 626177, copyq/trunk/PKGBUILD)
Deleted:
  copyq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 17:25:53 UTC (rev 626177)
+++ PKGBUILD2020-05-10 17:26:46 UTC (rev 626178)
@@ -1,28 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Batou 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-
-pkgname=copyq
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="Clipboard manager with searchable and editable history"
-url="https://github.com/hluk/${pkgname};
-depends=('hicolor-icon-theme' 'libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras')
-makedepends=('cmake' 'qt5-tools')
-license=('GPL3')
-arch=('x86_64')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('1713cff1f336bfc1295b08127a647b51df7077a054880b3c9879f93052ed784e')
-
-build() {
-cd "CopyQ-${pkgver}"
-cmake -DCMAKE_BUILD_TYPE=Release -DWITH_WEBKIT=0 
-DCMAKE_INSTALL_PREFIX=/usr .
-make
-}
-
-package() {
-cd "CopyQ-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: copyq/repos/community-x86_64/PKGBUILD (from rev 626177, 
copyq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 17:26:46 UTC (rev 626178)
@@ -0,0 +1,28 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Batou 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+
+pkgname=copyq
+pkgver=3.11.1
+pkgrel=1
+pkgdesc="Clipboard manager with searchable and editable history"
+url="https://github.com/hluk/${pkgname};
+depends=('hicolor-icon-theme' 'libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras')
+makedepends=('cmake' 'qt5-tools')
+license=('GPL3')
+arch=('x86_64')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('a0b0a7d90aa67a48b4ab94b23bfa16da5602de80ef82862451bac619ede3d4bb')
+
+build() {
+cd "CopyQ-${pkgver}"
+cmake -DWITH_WEBKIT=0 -DCMAKE_INSTALL_PREFIX=/usr .
+make
+}
+
+package() {
+cd "CopyQ-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:


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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 17:25:53
  Author: arojas
Revision: 626177

Update to 3.11.1

Modified:
  copyq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 14:25:37 UTC (rev 626176)
+++ PKGBUILD2020-05-10 17:25:53 UTC (rev 626177)
@@ -3,7 +3,7 @@
 # Contributor: Karol "Kenji Takahashi" Woźniak 
 
 pkgname=copyq
-pkgver=3.10.0
+pkgver=3.11.1
 pkgrel=1
 pkgdesc="Clipboard manager with searchable and editable history"
 url="https://github.com/hluk/${pkgname};
@@ -12,11 +12,11 @@
 license=('GPL3')
 arch=('x86_64')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('1713cff1f336bfc1295b08127a647b51df7077a054880b3c9879f93052ed784e')
+sha256sums=('a0b0a7d90aa67a48b4ab94b23bfa16da5602de80ef82862451bac619ede3d4bb')
 
 build() {
 cd "CopyQ-${pkgver}"
-cmake -DCMAKE_BUILD_TYPE=Release -DWITH_WEBKIT=0 
-DCMAKE_INSTALL_PREFIX=/usr .
+cmake -DWITH_WEBKIT=0 -DCMAKE_INSTALL_PREFIX=/usr .
 make
 }
 


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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 17:19:04
  Author: arojas
Revision: 383116

archrelease: copy trunk to extra-x86_64

Added:
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 383115, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 383115, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

---+
 PKGBUILD  |  141 ++--
 mercurial.profile |2 
 2 files changed, 72 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 17:17:45 UTC (rev 383115)
+++ PKGBUILD2020-05-10 17:19:04 UTC (rev 383116)
@@ -1,70 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=5.3.2
-pkgrel=1
-pkgdesc='A scalable distributed SCM tool'
-arch=(x86_64)
-url="https://www.mercurial-scm.org/;
-license=(GPL)
-depends=(python2)
-optdepends=('tk: for the hgk GUI')
-checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python2-docutils' 'subversion' 
'unzip')
-backup=(etc/mercurial/hgrc)
-validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
-  3A8155163D0E20A530FCB78647A67FFAA346AACE)
-source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
-mercurial.profile)
-sha256sums=('fed24cbc314d31b0780309ee324c38d45476f00f555969551badcc2a1d5f1329'
-'SKIP'
-'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py contrib/hg-ssh
-}
-
-build() {
-  cd $pkgname-$pkgver/contrib/chg
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver/tests
-  # TODO
-  python2 run-tests.py -j16 || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -d "$pkgdir/usr/share/man/"{man1,man5}
-  install -m644 doc/hg.1 "$pkgdir/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "$pkgdir/usr/share/man/man5"
-  install -m644 -D contrib/zsh_completion 
"$pkgdir/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"$pkgdir/usr/share/bash-completion/completions/hg"
-
-  make -C contrib/chg DESTDIR="$pkgdir" PREFIX=/usr install
-  install -m755 contrib/hg-ssh "$pkgdir/usr/bin"
-  install -m755 contrib/hgk "$pkgdir/usr/bin"
-
-  install -d "$pkgdir/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"$pkgdir/usr/share/emacs/site-lisp"
-
-  install -Dm644 contrib/vim/HGAnnotate.vim \
-"$pkgdir/usr/share/vim/vimfiles/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d "$pkgdir/etc/profile.d"
-  install -m755 "$srcdir/mercurial.profile" 
"$pkgdir/etc/profile.d/mercurial.sh"
-
-  # FS#38825 - Add certs config to package
-  install -m755 -d "$pkgdir/etc/mercurial"
-  cat <<-EOF > "$pkgdir/etc/mercurial/hgrc"
-   [web]
-   cacerts = /etc/ssl/certs/ca-certificates.crt
-   EOF
-}

Copied: mercurial/repos/extra-x86_64/PKGBUILD (from rev 383115, 
mercurial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 17:19:04 UTC (rev 383116)
@@ -0,0 +1,71 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=5.4
+pkgrel=1
+pkgdesc='A scalable distributed SCM tool'
+arch=(x86_64)
+url="https://www.mercurial-scm.org/;
+license=(GPL)
+depends=(python2)
+optdepends=('tk: for the hgk GUI')
+checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python2-docutils' 'subversion' 
'unzip')
+backup=(etc/mercurial/hgrc)
+validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
+  3A8155163D0E20A530FCB78647A67FFAA346AACE
+  EB851395B4223EE2F7BA0B28DA54740BF08732BA) # Pulkit Goyal 
<7895pul...@gmail.com>
+source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
+mercurial.profile)
+sha256sums=('1df8d1978aefcbb65dc51e3666a452583f47aeaf3c5682e4c00a3b23cd805d6a'
+'SKIP'
+'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py contrib/hg-ssh
+}
+
+build() {
+  cd $pkgname-$pkgver/contrib/chg
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/tests
+  # TODO
+  python2 run-tests.py -j16 || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -d "$pkgdir/usr/share/man/"{man1,man5}
+  install -m644 doc/hg.1 "$pkgdir/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "$pkgdir/usr/share/man/man5"
+  install -m644 -D contrib/zsh_completion 
"$pkgdir/usr/share/zsh/site-functions/_hg"
+  

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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 17:17:45
  Author: arojas
Revision: 383115

Update to 5.4

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 17:00:09 UTC (rev 383114)
+++ PKGBUILD2020-05-10 17:17:45 UTC (rev 383115)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=5.3.2
+pkgver=5.4
 pkgrel=1
 pkgdesc='A scalable distributed SCM tool'
 arch=(x86_64)
@@ -14,10 +14,11 @@
 checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python2-docutils' 'subversion' 
'unzip')
 backup=(etc/mercurial/hgrc)
 validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
-  3A8155163D0E20A530FCB78647A67FFAA346AACE)
+  3A8155163D0E20A530FCB78647A67FFAA346AACE
+  EB851395B4223EE2F7BA0B28DA54740BF08732BA) # Pulkit Goyal 
<7895pul...@gmail.com>
 
source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
 mercurial.profile)
-sha256sums=('fed24cbc314d31b0780309ee324c38d45476f00f555969551badcc2a1d5f1329'
+sha256sums=('1df8d1978aefcbb65dc51e3666a452583f47aeaf3c5682e4c00a3b23cd805d6a'
 'SKIP'
 '87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
 


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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 17:00:09
  Author: arojas
Revision: 383114

archrelease: copy trunk to extra-x86_64

Added:
  freetds/repos/extra-x86_64/PKGBUILD
(from rev 383113, freetds/trunk/PKGBUILD)
Deleted:
  freetds/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 16:59:20 UTC (rev 383113)
+++ PKGBUILD2020-05-10 17:00:09 UTC (rev 383114)
@@ -1,27 +0,0 @@
-# Maintainer:
-
-pkgname=freetds
-pkgver=1.1.33
-pkgrel=1
-pkgdesc='Library for accessing Sybase and MS SQL Server databases'
-url='https://www.freetds.org'
-arch=('x86_64')
-license=('LGPL')
-depends=('openssl' 'unixodbc')
-backup=('etc/freetds/freetds.conf'
-'etc/freetds/locales.conf'
-'etc/freetds/pool.conf')
-source=("ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('15dd171ef57614d9bcee097b9ce1ec640c5586a820f26747aec61f2990874ae9ff1067688fe3bc9fea7e9bc28433081fb88898f0c9244533fe4e969a7f015a27')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
---with-unixodbc=/usr --with-openssl
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: freetds/repos/extra-x86_64/PKGBUILD (from rev 383113, 
freetds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 17:00:09 UTC (rev 383114)
@@ -0,0 +1,27 @@
+# Maintainer:
+
+pkgname=freetds
+pkgver=1.1.36
+pkgrel=1
+pkgdesc='Library for accessing Sybase and MS SQL Server databases'
+url='https://www.freetds.org'
+arch=('x86_64')
+license=('LGPL')
+depends=('openssl' 'unixodbc')
+backup=('etc/freetds/freetds.conf'
+'etc/freetds/locales.conf'
+'etc/freetds/pool.conf')
+source=("ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('4f657cba4cec1490364f08ab9b84760d9c95c530094758b2166409c0c268aceb273681dff6abebf7b4914a3a44db5ed083bae347a60af5121b5030d16b4d6971')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
+--with-unixodbc=/usr --with-openssl
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-10 Thread Antonio Rojas via arch-commits
Date: Sunday, May 10, 2020 @ 16:59:20
  Author: arojas
Revision: 383113

Update to 1.1.36

Modified:
  freetds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 16:56:41 UTC (rev 383112)
+++ PKGBUILD2020-05-10 16:59:20 UTC (rev 383113)
@@ -1,7 +1,7 @@
 # Maintainer:
 
 pkgname=freetds
-pkgver=1.1.33
+pkgver=1.1.36
 pkgrel=1
 pkgdesc='Library for accessing Sybase and MS SQL Server databases'
 url='https://www.freetds.org'
@@ -12,7 +12,7 @@
 'etc/freetds/locales.conf'
 'etc/freetds/pool.conf')
 source=("ftp://ftp.freetds.org/pub/freetds/stable/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('15dd171ef57614d9bcee097b9ce1ec640c5586a820f26747aec61f2990874ae9ff1067688fe3bc9fea7e9bc28433081fb88898f0c9244533fe4e969a7f015a27')
+sha512sums=('4f657cba4cec1490364f08ab9b84760d9c95c530094758b2166409c0c268aceb273681dff6abebf7b4914a3a44db5ed083bae347a60af5121b5030d16b4d6971')
 
 build() {
   cd $pkgname-$pkgver


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

2020-05-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, May 10, 2020 @ 16:19:20
  Author: bpiotrowski
Revision: 383110

Remove files shipped by binutils 2.34-3

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 14:33:29 UTC (rev 383109)
+++ PKGBUILD2020-05-10 16:19:20 UTC (rev 383110)
@@ -8,7 +8,7 @@
 # of gdb (for arm/avr/...)
 pkgname=(gdb gdb-common)
 pkgver=9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='The GNU Debugger'
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
@@ -69,7 +69,10 @@
   rm 
"$pkgdir"/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat,ctf,ctf-api,bfd_stdint,diagnostics}.h
   rm "$pkgdir"/usr/share/info/bfd.info
   rm "$pkgdir"/usr/lib/{libbfd,libopcodes,libctf,libctf-nobfd}.a
+  rm "$pkgdir"/usr/lib/libinproctrace.so*
+  rm "$pkgdir"/usr/bin/gdbserver
 
+
   # install "custom" system gdbinit
   install -dm 755 "$pkgdir/etc/gdb"
   touch "$pkgdir/etc/gdb/gdbinit"


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

2020-05-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, May 10, 2020 @ 16:19:36
  Author: bpiotrowski
Revision: 383111

archrelease: copy trunk to staging-x86_64

Added:
  gdb/repos/staging-x86_64/
  gdb/repos/staging-x86_64/PKGBUILD
(from rev 383110, gdb/trunk/PKGBUILD)

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

Copied: gdb/repos/staging-x86_64/PKGBUILD (from rev 383110, gdb/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-10 16:19:36 UTC (rev 383111)
@@ -0,0 +1,84 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Anatol Pomozov 
+# Contributor: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgbase=gdb
+# gdb-common is a package that contains files common for all cross compiled 
versions
+# of gdb (for arm/avr/...)
+pkgname=(gdb gdb-common)
+pkgver=9.1
+pkgrel=3
+pkgdesc='The GNU Debugger'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+makedepends=(texinfo python guile2.0 ncurses expat xz mpfr source-highlight)
+source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('a50e13e1eecea468ea28c4a23d8c5a84f4db25be'
+  'SKIP')
+b2sums=('b84b1dc627d7ba697dfd76ba7c0f4f88f1725e1e1b83134d08cf53bf867ebfa07e1d01eff2acd9a57d22a779077bf6ed95d6098e8a58c4d86eaed034ca62ac30'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--prefix=/usr \
+--disable-nls \
+--enable-source-highlight \
+--enable-tui \
+--with-system-readline \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package_gdb-common() {
+  depends=(python guile2.0)
+
+  cd gdb-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+  # resolve conflicts with binutils
+  rm 
"$pkgdir"/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat,ctf,ctf-api,bfd_stdint,diagnostics}.h
+  rm "$pkgdir"/usr/share/info/bfd.info
+  rm "$pkgdir"/usr/lib/{libbfd,libopcodes,libctf,libctf-nobfd}.a
+
+  rm -r "$pkgdir"/usr/{bin,include,lib,share/info,share/man}
+}
+
+package_gdb() {
+  depends=(ncurses expat xz mpfr source-highlight gdb-common=$pkgver)
+  backup=(etc/gdb/gdbinit)
+
+  cd gdb-$pkgver/build
+  make DESTDIR="$pkgdir" install
+
+  # resolve conflicts with binutils
+  rm 
"$pkgdir"/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat,ctf,ctf-api,bfd_stdint,diagnostics}.h
+  rm "$pkgdir"/usr/share/info/bfd.info
+  rm "$pkgdir"/usr/lib/{libbfd,libopcodes,libctf,libctf-nobfd}.a
+  rm "$pkgdir"/usr/lib/libinproctrace.so*
+  rm "$pkgdir"/usr/bin/gdbserver
+
+
+  # install "custom" system gdbinit
+  install -dm 755 "$pkgdir/etc/gdb"
+  touch "$pkgdir/etc/gdb/gdbinit"
+
+  # comes from gdb-common
+  rm -r "$pkgdir/usr/share/gdb/"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in zabbix/repos (16 files)

2020-05-10 Thread Florian Pritz via arch-commits
Date: Sunday, May 10, 2020 @ 14:33:29
  Author: bluewind
Revision: 383109

archrelease: copy trunk to testing-x86_64

Added:
  zabbix/repos/testing-x86_64/
  zabbix/repos/testing-x86_64/PKGBUILD
(from rev 383108, zabbix/trunk/PKGBUILD)
  zabbix/repos/testing-x86_64/zabbix-agent.service
(from rev 383108, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/testing-x86_64/zabbix-agent.sysusers
(from rev 383108, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/testing-x86_64/zabbix-agent.tmpfiles
(from rev 383108, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-agent2.service
(from rev 383108, zabbix/trunk/zabbix-agent2.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-mysql.service
(from rev 383108, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-pgsql.service
(from rev 383108, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-sqlite.service
(from rev 383108, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/testing-x86_64/zabbix-proxy.sysusers
(from rev 383108, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/testing-x86_64/zabbix-proxy.tmpfiles
(from rev 383108, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-server-mysql.service
(from rev 383108, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-server-pgsql.service
(from rev 383108, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-server.install
(from rev 383108, zabbix/trunk/zabbix-server.install)
  zabbix/repos/testing-x86_64/zabbix-server.sysusers
(from rev 383108, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/testing-x86_64/zabbix-server.tmpfiles
(from rev 383108, zabbix/trunk/zabbix-server.tmpfiles)

-+
 PKGBUILD|  204 ++
 zabbix-agent.service|   11 ++
 zabbix-agent.sysusers   |1 
 zabbix-agent.tmpfiles   |1 
 zabbix-agent2.service   |   11 ++
 zabbix-proxy-mysql.service  |   18 +++
 zabbix-proxy-pgsql.service  |   18 +++
 zabbix-proxy-sqlite.service |   18 +++
 zabbix-proxy.sysusers   |1 
 zabbix-proxy.tmpfiles   |1 
 zabbix-server-mysql.service |   18 +++
 zabbix-server-pgsql.service |   18 +++
 zabbix-server.install   |   12 ++
 zabbix-server.sysusers  |1 
 zabbix-server.tmpfiles  |1 
 15 files changed, 334 insertions(+)

Copied: zabbix/repos/testing-x86_64/PKGBUILD (from rev 383108, 
zabbix/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-10 14:33:29 UTC (rev 383109)
@@ -0,0 +1,204 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Florian Pritz 
+
+pkgbase=zabbix
+pkgname=(zabbix-server zabbix-agent{,2} zabbix-proxy zabbix-frontend-php)
+pkgver=4.4.8
+pkgrel=1
+arch=(x86_64)
+url='https://www.zabbix.com/'
+license=(GPL)
+makedepends=(postgresql-libs libxml2 unixodbc net-snmp mariadb-libs libldap 
libevent go)
+source=("https://cdn.zabbix.com/zabbix/sources/stable/${pkgver%.*}/zabbix-${pkgver}.tar.gz;
+zabbix-agent.{service,sysusers,tmpfiles}
+zabbix-agent2.service
+zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
+zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
+
+sha512sums=('bd850d4ec8f30b9bcd531d84606c900692be5b91424cb06f66cde24ed4634a93d25476010e4387b51933406c2552a611e2e7ec4691b57ca6c38fc874c4b1aef1'
+
'8c1fa2676bc0ef91bc39ec5f97b4d3ba5c365d063420455a3785121a54e120bc5afeacde42a48f4509c115f940dcc3b6c2f43044a7fbfb421182fc93b22a2444'
+
'3ab3ac1acc7e35c8896157aef601ebc30815237ac5252cbd0c1ecb26eeaf9eccf5c49938ae8c85bb79a6f95f607f082f6b80ed660829599ec03aa626cca6d3dc'
+
'ca6b4779de23829dfdd80ee21e924fbe4e2754f4e693bed4b1a2aa846cd87d150e399b1169d7fe58d30c50ed837c1b8254e580de420267d0a1834d6dc409c43d'
+
'c57dfcc13b290f4120d1185339bd2d6b1ea7a2ca0c98dca8632d4fd8fe462a42cb35e8a88895eb8ee390c55cf0ffb90b544f23fefbf059b49c06e5373d0b8af2'
+
'b35155a5d151eb7258bca62d53e7099a05605e58adac9d1510e12c2219abc22f931e92ea5d36bf86900e30982e893e429235d983a7823610d76c15082c373d1f'
+
'ac968d9954e5d9523eb7a9b8dcbcef40d4b47c1db3b2ff86d5fbc3f1871fcd03aff14f5b0cfeeeb494fdeb2d95e2e32b8622297c714a90d22c68ab3b3b914475'
+
'4254d3b13ff0d19a8e207f709c10ea59dbb6d4f333d862b1611a0fa4ced199e9a32313e88d8abadc129c1e4001b182c0545bcc84117d218116a8c524de88850e'
+
'b6d548a26f845ef1a39724e3273aa521715272e20a0038144f86d377a26dfec6e3e129404cfda77632cad2f5cd6bab4a33f70a26c8c67b0d0b2abb3678ad2d83'
+
'7b5829caa77c6b5da8c2195ab840f0020f722a94f01a437324afdbe2a4372a594dcca6d63d2fdda5cfad81353ab4e4e0b2c6b67436203266dd44740a5e03b58e'
+

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

2020-05-10 Thread Florian Pritz via arch-commits
Date: Sunday, May 10, 2020 @ 14:33:21
  Author: bluewind
Revision: 383108

upgpkg: zabbix 4.4.8-1: upstream update

Modified:
  zabbix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 14:26:34 UTC (rev 383107)
+++ PKGBUILD2020-05-10 14:33:21 UTC (rev 383108)
@@ -3,19 +3,19 @@
 
 pkgbase=zabbix
 pkgname=(zabbix-server zabbix-agent{,2} zabbix-proxy zabbix-frontend-php)
-pkgver=4.4.7
+pkgver=4.4.8
 pkgrel=1
 arch=(x86_64)
 url='https://www.zabbix.com/'
 license=(GPL)
 makedepends=(postgresql-libs libxml2 unixodbc net-snmp mariadb-libs libldap 
libevent go)
-source=(https://downloads.sourceforge.net/sourceforge/zabbix/zabbix-${pkgver}.tar.gz
+source=("https://cdn.zabbix.com/zabbix/sources/stable/${pkgver%.*}/zabbix-${pkgver}.tar.gz;
 zabbix-agent.{service,sysusers,tmpfiles}
 zabbix-agent2.service
 zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
 zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
 
-sha512sums=('2b96771bb555fae3df67665ac2e47c94662b071eb97c943d59b8f1fc7d31e2bf349c551a0015c6e239321f069b3ab87373c397a023cbff3daad8bd310d11fb6a'
+sha512sums=('bd850d4ec8f30b9bcd531d84606c900692be5b91424cb06f66cde24ed4634a93d25476010e4387b51933406c2552a611e2e7ec4691b57ca6c38fc874c4b1aef1'
 
'8c1fa2676bc0ef91bc39ec5f97b4d3ba5c365d063420455a3785121a54e120bc5afeacde42a48f4509c115f940dcc3b6c2f43044a7fbfb421182fc93b22a2444'
 
'3ab3ac1acc7e35c8896157aef601ebc30815237ac5252cbd0c1ecb26eeaf9eccf5c49938ae8c85bb79a6f95f607f082f6b80ed660829599ec03aa626cca6d3dc'
 
'ca6b4779de23829dfdd80ee21e924fbe4e2754f4e693bed4b1a2aa846cd87d150e399b1169d7fe58d30c50ed837c1b8254e580de420267d0a1834d6dc409c43d'


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

2020-05-10 Thread Florian Pritz via arch-commits
Date: Sunday, May 10, 2020 @ 14:26:31
  Author: bluewind
Revision: 383106

upgpkg: syslog-ng 3.27.1-1: upstream update

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 11:33:17 UTC (rev 383105)
+++ PKGBUILD2020-05-10 14:26:31 UTC (rev 383106)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=syslog-ng
-pkgver=3.26.1
-pkgrel=2
+pkgver=3.27.1
+pkgrel=1
 pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
 arch=('x86_64')
 url="https://www.syslog-ng.com/products/open-source-log-management/;
@@ -30,7 +30,7 @@
 'etc/default/syslog-ng@default')
 
source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
 syslog-ng.conf syslog-ng.logrotate)
-sha256sums=('90214223864df252cea80dbb35c88a2464edcbbb2c9fbc6f6f6c13ee60cb62cd'
+sha256sums=('c54c633c97f7fd8dd68261cfd784a76211e6e52965178e3aa4d0e32b899d61b3'
 '1b8f6d00f8ce93024c0827c4969cbcf0b7d48bee22d5173e1bcd256ab55f9438'
 '93c935eca56854011ea9e353b7a1da662ad40b2e8452954c5b4b5a1d5b2d5317')
 


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

2020-05-10 Thread Florian Pritz via arch-commits
Date: Sunday, May 10, 2020 @ 14:26:34
  Author: bluewind
Revision: 383107

archrelease: copy trunk to testing-x86_64

Added:
  syslog-ng/repos/testing-x86_64/
  syslog-ng/repos/testing-x86_64/PKGBUILD
(from rev 383106, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/testing-x86_64/syslog-ng.conf
(from rev 383106, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/testing-x86_64/syslog-ng.logrotate
(from rev 383106, syslog-ng/trunk/syslog-ng.logrotate)

-+
 PKGBUILD|   66 +++
 syslog-ng.conf  |   93 ++
 syslog-ng.logrotate |7 +++
 3 files changed, 166 insertions(+)

Copied: syslog-ng/repos/testing-x86_64/PKGBUILD (from rev 383106, 
syslog-ng/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-10 14:26:34 UTC (rev 383107)
@@ -0,0 +1,66 @@
+# Maintainer: Florian Pritz 
+# Contributor: Eric Bélanger 
+
+pkgname=syslog-ng
+pkgver=3.27.1
+pkgrel=1
+pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
+arch=('x86_64')
+url="https://www.syslog-ng.com/products/open-source-log-management/;
+license=('GPL2' 'LGPL2.1')
+depends=('awk' 'systemd-libs' 'glib2' 'libnsl' 'json-c' 'curl' 'libnet')
+makedepends=('libxslt' 'mongo-c-driver' 'librabbitmq-c' 'python' 'libesmtp' 
'hiredis'
+ 'libdbi' 'libmaxminddb' 'net-snmp' 'librdkafka' 'libcap')
+checkdepends=('python-nose' 'python-ply')
+optdepends=('logrotate: for rotating log files'
+'libdbi: for the SQL plugin'
+'librabbitmq-c: for the AMQP plugin'
+'mongo-c-driver: for the MongoDB plugin'
+'libesmtp: for the SMTP plugin'
+'hiredis: for the Redis plugin'
+'libmaxminddb: for the GeoIP2 plugin'
+'net-snmp: for the SNMP plugin'
+'librdkafka: for the Kafka C plugin'
+'python: for Python-based plugins')
+conflicts=('eventlog')
+replaces=('eventlog')
+backup=('etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/logrotate.d/syslog-ng'
+'etc/default/syslog-ng@default')
+source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
+syslog-ng.conf syslog-ng.logrotate)
+sha256sums=('c54c633c97f7fd8dd68261cfd784a76211e6e52965178e3aa4d0e32b899d61b3'
+'1b8f6d00f8ce93024c0827c4969cbcf0b7d48bee22d5173e1bcd256ab55f9438'
+'93c935eca56854011ea9e353b7a1da662ad40b2e8452954c5b4b5a1d5b2d5317')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' 
contrib/systemd/syslog-ng@.service
+  sed -i -e 's|/var/run|/run|g' contrib/systemd/syslog-ng@default
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \
+--sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share 
\
+--with-pidfile-dir=/run --enable-spoof-source --enable-ipv6 \
+--enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-manpages --enable-all-modules --disable-java 
--disable-java-modules  \
+--disable-riemann --with-python=3 --with-jsonc=system
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check || /usr/bin/true # unit test requires criterion
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/var/lib/syslog-ng" 
"$pkgdir/etc/syslog-ng/patterndb.d"
+  install -Dm644 "$srcdir/syslog-ng.conf" 
"$pkgdir/etc/syslog-ng/syslog-ng.conf"
+  install -Dm644 "$srcdir/syslog-ng.logrotate" 
"$pkgdir/etc/logrotate.d/syslog-ng"
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/contrib/systemd/syslog-ng@default 
-t "$pkgdir"/etc/default
+}

Copied: syslog-ng/repos/testing-x86_64/syslog-ng.conf (from rev 383106, 
syslog-ng/trunk/syslog-ng.conf)
===
--- testing-x86_64/syslog-ng.conf   (rev 0)
+++ testing-x86_64/syslog-ng.conf   2020-05-10 14:26:34 UTC (rev 383107)
@@ -0,0 +1,93 @@
+@version: 3.25
+@include "scl.conf"
+#
+# /etc/syslog-ng/syslog-ng.conf
+#
+
+options {
+  stats_freq (0);
+  flush_lines (0);
+  time_reopen (10);
+  log_fifo_size (1);
+  chain_hostnames (off);
+  dns_cache (no);
+  use_dns (no);
+  use_fqdn (no);
+  create_dirs (no);
+  keep_hostname (yes);
+  perm(0640);
+  group("log");
+};
+
+source src {
+  system();
+  internal();
+};
+
+destination d_authlog { file("/var/log/auth.log"); };
+destination d_syslog { file("/var/log/syslog.log"); };
+destination d_cron { file("/var/log/crond.log"); };
+destination d_daemon { file("/var/log/daemon.log"); };
+destination d_kernel { file("/var/log/kernel.log"); };
+destination d_lpr { file("/var/log/lpr.log"); };
+destination d_user { 

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

2020-05-10 Thread Jonas Witschel via arch-commits
Date: Sunday, May 10, 2020 @ 14:25:37
  Author: diabonas
Revision: 626176

archrelease: copy trunk to community-x86_64

Added:
  clevis/repos/community-x86_64/PKGBUILD
(from rev 626175, clevis/trunk/PKGBUILD)
Deleted:
  clevis/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 14:25:30 UTC (rev 626175)
+++ PKGBUILD2020-05-10 14:25:37 UTC (rev 626176)
@@ -1,40 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=clevis
-pkgver=12
-pkgrel=1
-pkgdesc='Automated Encryption Framework'
-arch=('x86_64')
-url='https://github.com/latchset/clevis'
-license=('GPL3')
-depends=('bash' 'jose')
-makedepends=('meson' 'asciidoc' 'bash-completion' 'dracut' 'libpwquality'
- 'luksmeta' 'tpm2-tools' 'udisks2')
-checkdepends=('tang')
-optdepends=('cryptsetup: LUKS unlocker support'
-'curl: Tang pin support'
-'dracut: dracut unlocker support'
-'libpwquality: LUKS unlocker support'
-'luksmeta: LUKS and UDisks2 unlocker support'
-'nmap: dracut unlocker support'
-'tpm2-tools: TPM2 pin support'
-'udisks2: UDisks2 unlocker support')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha512sums=('c71144590cf2528d20892d3ef49b2b1ea948286410385b15f6a3eda01539846c7154b6396b78c0ed8a28f3056b4c3f88ff043978e5483b2ac360ee0f156f78e7')
-
-build() {
-   cd "$pkgname-$pkgver"
-   meson --prefix=/usr --libexecdir=/usr/lib --buildtype=plain build
-   ninja -C build
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   # The LUKS tests are skipped when not running as root but work fine 
without
-   # actual root privileges, so use fakeroot to bypass the root check
-   fakeroot ninja -C build test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   DESTDIR="$pkgdir" ninja -C build install
-}

Copied: clevis/repos/community-x86_64/PKGBUILD (from rev 626175, 
clevis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 14:25:37 UTC (rev 626176)
@@ -0,0 +1,51 @@
+# Maintainer: Jonas Witschel 
+pkgname=clevis
+pkgver=13
+_commit=0bea5c4f6594a4611498cfbcfe123ed3e092b1e5 # signed commit corresponding 
to tag "v$pkgver"
+pkgrel=1
+pkgdesc='Automated Encryption Framework'
+arch=('x86_64')
+url='https://github.com/latchset/clevis'
+license=('GPL3')
+depends=('bash' 'jose')
+makedepends=('git' 'meson' 'asciidoc' 'audit' 'bash-completion' 'cryptsetup' 
'dracut' 'glib2'
+ 'libpwquality' 'luksmeta' 'openssl' 'tpm2-tools' 'udisks2')
+checkdepends=('jq' 'tang')
+optdepends=('audit: UDisks2 unlocker support'
+'cryptsetup: LUKS unlocker support'
+'curl: Tang pin support'
+'dracut: dracut unlocker support'
+'glib2: UDisks2 unlocker support'
+'jansson: SSS pin and UDisks2 unlocker support'
+'libpwquality: LUKS unlocker support'
+'luksmeta: LUKS and UDisks2 unlocker support'
+'nmap: dracut unlocker support'
+'openssl: SSS pin support'
+'tpm2-tools: TPM2 pin support'
+'udisks2: UDisks2 unlocker support')
+source=("git+$url.git?signed#commit=$_commit")
+sha512sums=('SKIP')
+validpgpkeys=('7CE2CB3D2AF59FE1EA22F551D0D219ED1F7E762C') # Sergio Correia 

+
+pkgver() {
+   cd "$pkgname"
+   git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+   cd "$pkgname"
+   meson --prefix=/usr --libexecdir=/usr/lib --buildtype=plain build
+   ninja -C build
+}
+
+check() {
+   cd "$pkgname"
+   # The LUKS tests are skipped when not running as root but work fine 
without
+   # actual root privileges, so use fakeroot to bypass the root check
+   fakeroot ninja -C build test
+}
+
+package() {
+   cd "$pkgname"
+   DESTDIR="$pkgdir" ninja -C build install
+}


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

2020-05-10 Thread Jonas Witschel via arch-commits
Date: Sunday, May 10, 2020 @ 14:25:30
  Author: diabonas
Revision: 626175

upgpkg: clevis 13-1: upstream release

Modified:
  clevis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 13:22:28 UTC (rev 626174)
+++ PKGBUILD2020-05-10 14:25:30 UTC (rev 626175)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=clevis
-_commit=dabff02d76e3c6b55240ff8a6044fa0d09101c7f # signed commit corresponding 
to tag "v$pkgver"
-pkgver=12
+pkgver=13
+_commit=0bea5c4f6594a4611498cfbcfe123ed3e092b1e5 # signed commit corresponding 
to tag "v$pkgver"
 pkgrel=1
 pkgdesc='Automated Encryption Framework'
 arch=('x86_64')
@@ -8,15 +8,19 @@
 url='https://github.com/latchset/clevis'
 license=('GPL3')
 depends=('bash' 'jose')
-makedepends=('git' 'meson' 'asciidoc' 'bash-completion' 'dracut' 'libpwquality'
- 'luksmeta' 'tpm2-tools' 'udisks2')
-checkdepends=('tang')
-optdepends=('cryptsetup: LUKS unlocker support'
+makedepends=('git' 'meson' 'asciidoc' 'audit' 'bash-completion' 'cryptsetup' 
'dracut' 'glib2'
+ 'libpwquality' 'luksmeta' 'openssl' 'tpm2-tools' 'udisks2')
+checkdepends=('jq' 'tang')
+optdepends=('audit: UDisks2 unlocker support'
+'cryptsetup: LUKS unlocker support'
 'curl: Tang pin support'
 'dracut: dracut unlocker support'
+'glib2: UDisks2 unlocker support'
+'jansson: SSS pin and UDisks2 unlocker support'
 'libpwquality: LUKS unlocker support'
 'luksmeta: LUKS and UDisks2 unlocker support'
 'nmap: dracut unlocker support'
+'openssl: SSS pin support'
 'tpm2-tools: TPM2 pin support'
 'udisks2: UDisks2 unlocker support')
 source=("git+$url.git?signed#commit=$_commit")


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

2020-05-10 Thread Florian Pritz via arch-commits
Date: Sunday, May 10, 2020 @ 13:22:24
  Author: bluewind
Revision: 626173

upgpkg: tenshi 0.17-2: rebuild for BUILDINFO format update

Modified:
  tenshi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 11:48:30 UTC (rev 626172)
+++ PKGBUILD2020-05-10 13:22:24 UTC (rev 626173)
@@ -3,7 +3,7 @@
 
 pkgname=tenshi
 pkgver=0.17
-pkgrel=1
+pkgrel=2
 pkgdesc="real-time log monitor from the Gentoo Linux project"
 url="https://inversepath.com/tenshi.html;
 arch=(any)


[arch-commits] Commit in tenshi/repos/community-any (10 files)

2020-05-10 Thread Florian Pritz via arch-commits
Date: Sunday, May 10, 2020 @ 13:22:28
  Author: bluewind
Revision: 626174

archrelease: copy trunk to community-any

Added:
  tenshi/repos/community-any/PKGBUILD
(from rev 626173, tenshi/trunk/PKGBUILD)
  tenshi/repos/community-any/conf.diff
(from rev 626173, tenshi/trunk/conf.diff)
  tenshi/repos/community-any/tenshi.service
(from rev 626173, tenshi/trunk/tenshi.service)
  tenshi/repos/community-any/tenshi.sysusers
(from rev 626173, tenshi/trunk/tenshi.sysusers)
  tenshi/repos/community-any/tenshi.tmpfiles
(from rev 626173, tenshi/trunk/tenshi.tmpfiles)
Deleted:
  tenshi/repos/community-any/PKGBUILD
  tenshi/repos/community-any/conf.diff
  tenshi/repos/community-any/tenshi.service
  tenshi/repos/community-any/tenshi.sysusers
  tenshi/repos/community-any/tenshi.tmpfiles

-+
 PKGBUILD|   87 ++
 conf.diff   |   26 
 tenshi.service  |   18 +--
 tenshi.sysusers |2 -
 tenshi.tmpfiles |6 +--
 5 files changed, 69 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 13:22:24 UTC (rev 626173)
+++ PKGBUILD2020-05-10 13:22:28 UTC (rev 626174)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Ryan Corder 
-
-pkgname=tenshi
-pkgver=0.17
-pkgrel=1
-pkgdesc="real-time log monitor from the Gentoo Linux project"
-url="https://inversepath.com/tenshi.html;
-arch=(any)
-license=("custom")
-depends=('perl' 'perl-io-bufferedselect')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/inversepath/tenshi/archive/$pkgver.tar.gz;
-'tenshi.service'
-'tenshi.sysusers'
-'tenshi.tmpfiles'
-'conf.diff')
-md5sums=('5ff83250bd5dd8eaf01714e8318ddde8'
- '8c8a582c6a8c61d4ff596ed3af8ab593'
- '19314a464da97b3046a2c7b7c81cd2e6'
- '68aafee3a3c8ea472296408854adac76'
- '451250b1955b14691ca1c7124d1991f2')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   patch -i "$srcdir/conf.diff"
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" docdir=/usr/share/doc/tenshi bindir=/usr/bin 
install
-   install -Dm644 "$srcdir/tenshi.service" 
"$pkgdir/usr/lib/systemd/system/tenshi.service"
-   install -Dm644 "$srcdir/tenshi.sysusers" 
"$pkgdir/usr/lib/sysusers.d/tenshi.conf"
-   install -Dm644 "$srcdir/tenshi.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/tenshi.conf"
-   install -dm755 "$pkgdir/usr/share/licenses/tenshi"
-   mv "$pkgdir/usr/share/doc/tenshi/LICENSE" 
"$pkgdir/usr/share/licenses/tenshi/LICENSE"
-
-   # Set more secure permissions for configuration via tmpfiles.d
-   install -Dm644 "$pkgdir"/{,usr/share/factory/}etc/tenshi/tenshi.conf
-   rm -rf "$pkgdir"/{etc,var}
-}

Copied: tenshi/repos/community-any/PKGBUILD (from rev 626173, 
tenshi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 13:22:28 UTC (rev 626174)
@@ -0,0 +1,43 @@
+# Maintainer: Florian Pritz 
+# Contributor: Ryan Corder 
+
+pkgname=tenshi
+pkgver=0.17
+pkgrel=2
+pkgdesc="real-time log monitor from the Gentoo Linux project"
+url="https://inversepath.com/tenshi.html;
+arch=(any)
+license=("custom")
+depends=('perl' 'perl-io-bufferedselect')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/inversepath/tenshi/archive/$pkgver.tar.gz;
+'tenshi.service'
+'tenshi.sysusers'
+'tenshi.tmpfiles'
+'conf.diff')
+md5sums=('5ff83250bd5dd8eaf01714e8318ddde8'
+ '8c8a582c6a8c61d4ff596ed3af8ab593'
+ '19314a464da97b3046a2c7b7c81cd2e6'
+ '68aafee3a3c8ea472296408854adac76'
+ '451250b1955b14691ca1c7124d1991f2')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   patch -i "$srcdir/conf.diff"
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" docdir=/usr/share/doc/tenshi bindir=/usr/bin 
install
+   install -Dm644 "$srcdir/tenshi.service" 
"$pkgdir/usr/lib/systemd/system/tenshi.service"
+   install -Dm644 "$srcdir/tenshi.sysusers" 
"$pkgdir/usr/lib/sysusers.d/tenshi.conf"
+   install -Dm644 "$srcdir/tenshi.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/tenshi.conf"
+   install -dm755 "$pkgdir/usr/share/licenses/tenshi"
+   mv "$pkgdir/usr/share/doc/tenshi/LICENSE" 
"$pkgdir/usr/share/licenses/tenshi/LICENSE"
+
+   # Set more secure permissions for configuration via tmpfiles.d
+   install -Dm644 "$pkgdir"/{,usr/share/factory/}etc/tenshi/tenshi.conf
+   rm -rf "$pkgdir"/{etc,var}
+}

Deleted: conf.diff
===
--- conf.diff   2020-05-10 13:22:24 UTC (rev 626173)
+++ conf.diff   2020-05-10 13:22:28 UTC (rev 626174)
@@ -1,13 +0,0 @@
 tenshi_2011-01-01_194405.conf  2011-01-01 

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

2020-05-10 Thread Morten Linderud via arch-commits
Date: Sunday, May 10, 2020 @ 11:48:22
  Author: foxboron
Revision: 626171

upgpkg: udiskie 2.2.0-1

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 11:47:00 UTC (rev 626170)
+++ PKGBUILD2020-05-10 11:48:22 UTC (rev 626171)
@@ -4,7 +4,7 @@
 # Contributor: Byron Clark 
 
 pkgname=udiskie
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=("any")
@@ -14,7 +14,7 @@
 makedepends=("asciidoc" "python-setuptools")
 optdepends=("libappindicator-gtk3: --appindicator support")
 
source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
-sha256sums=('7e022523a2b7a769acb07c9d582ae7d7013143cfc986e03d63df0e7197cbffbf')
+sha256sums=('1041bdf33e64371a68fe40ff242a7010244f4e90021cdd1435fd62ad1c5fcc50')
 
 build(){
cd "$pkgname-$pkgver"


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

2020-05-10 Thread Morten Linderud via arch-commits
Date: Sunday, May 10, 2020 @ 11:48:30
  Author: foxboron
Revision: 626172

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 626171, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 11:48:22 UTC (rev 626171)
+++ PKGBUILD2020-05-10 11:48:30 UTC (rev 626172)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contibutor: Pierre Neidhardt 
-# Contributor: Daniel Wallace 
-# Contributor: Byron Clark 
-
-pkgname=udiskie
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Removable disk automounter using udisks"
-arch=("any")
-url="https://pypi.python.org/pypi/udiskie;
-license=("MIT")
-depends=("udisks2" "python" "python-gobject" "python-yaml" "python-docopt" 
"gtk3" "libnotify" "python-keyutils")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("libappindicator-gtk3: --appindicator support")
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
-sha256sums=('7e022523a2b7a769acb07c9d582ae7d7013143cfc986e03d63df0e7197cbffbf')
-
-build(){
-   cd "$pkgname-$pkgver"
-   python setup.py build
-   make -C doc
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
-   install -m644 completions/zsh/* "$pkgdir/usr/share/zsh/site-functions"
-}

Copied: udiskie/repos/community-any/PKGBUILD (from rev 626171, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 11:48:30 UTC (rev 626172)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contibutor: Pierre Neidhardt 
+# Contributor: Daniel Wallace 
+# Contributor: Byron Clark 
+
+pkgname=udiskie
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=("any")
+url="https://pypi.python.org/pypi/udiskie;
+license=("MIT")
+depends=("udisks2" "python" "python-gobject" "python-yaml" "python-docopt" 
"gtk3" "libnotify" "python-keyutils")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("libappindicator-gtk3: --appindicator support")
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver;)
+sha256sums=('1041bdf33e64371a68fe40ff242a7010244f4e90021cdd1435fd62ad1c5fcc50')
+
+build(){
+   cd "$pkgname-$pkgver"
+   python setup.py build
+   make -C doc
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -m 0644 -D "doc/$pkgname.8" 
"$pkgdir/usr/share/man/man8/$pkgname.8"
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   install -dm755 "$pkgdir/usr/share/zsh/site-functions"
+   install -m644 completions/zsh/* "$pkgdir/usr/share/zsh/site-functions"
+}


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

2020-05-10 Thread Morten Linderud via arch-commits
Date: Sunday, May 10, 2020 @ 11:47:00
  Author: foxboron
Revision: 626170

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 11:46:52 UTC (rev 626169)
+++ PKGBUILD2020-05-10 11:47:00 UTC (rev 626170)
@@ -1,30 +0,0 @@
-# Maintainer: Mortne Linderu 
-# Contributor: Johan Malm 
-
-pkgname=jgmenu
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Simple, independent, contemporary-looking X11 menu, designed for 
scripting, ricing and tweaking"
-arch=('i686' 'x86_64')
-url="https://www.github.com/johanmalm/jgmenu;
-license=('GPL')
-depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
-source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
-sha256sums=('0a693db7295200b22f24e0d8ab3986353911aa214cd8199f3ec583710dc72a92')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure --prefix=/usr --with-lx --with-pmenu
-   make
-}
-
-check(){
-   cd "$pkgname-$pkgver"
-   make check
-   make test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 626169, 
jgmenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 11:47:00 UTC (rev 626170)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu 
+# Contributor: Johan Malm 
+
+pkgname=jgmenu
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Simple, independent, contemporary-looking X11 menu, designed for 
scripting, ricing and tweaking"
+arch=('i686' 'x86_64')
+url="https://www.github.com/johanmalm/jgmenu;
+license=('GPL')
+depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
+sha256sums=('30893e28905dae8f5ed1fda56ad09d131bbd035c5e62348d2f192c3356286e1f')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr --with-lx --with-pmenu
+   make
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   make test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2020-05-10 Thread Morten Linderud via arch-commits
Date: Sunday, May 10, 2020 @ 11:46:52
  Author: foxboron
Revision: 626169

upgpkg: jgmenu 4.2.0-1

Modified:
  jgmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 11:43:43 UTC (rev 626168)
+++ PKGBUILD2020-05-10 11:46:52 UTC (rev 626169)
@@ -2,7 +2,7 @@
 # Contributor: Johan Malm 
 
 pkgname=jgmenu
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Simple, independent, contemporary-looking X11 menu, designed for 
scripting, ricing and tweaking"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
 
source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
-sha256sums=('0a693db7295200b22f24e0d8ab3986353911aa214cd8199f3ec583710dc72a92')
+sha256sums=('30893e28905dae8f5ed1fda56ad09d131bbd035c5e62348d2f192c3356286e1f')
 
 build() {
cd "$pkgname-$pkgver"
@@ -20,7 +20,6 @@
 
 check(){
cd "$pkgname-$pkgver"
-   make check
make test
 }
 


[arch-commits] Commit in gopass/trunk (clipboard.patch)

2020-05-10 Thread Morten Linderud via arch-commits
Date: Sunday, May 10, 2020 @ 11:43:35
  Author: foxboron
Revision: 626167

upgpkg: gopass 1.9.1-1

Deleted:
  gopass/trunk/clipboard.patch

-+
 clipboard.patch |   36 
 1 file changed, 36 deletions(-)

Deleted: clipboard.patch
===
--- clipboard.patch 2020-05-10 11:41:55 UTC (rev 626166)
+++ clipboard.patch 2020-05-10 11:43:35 UTC (rev 626167)
@@ -1,36 +0,0 @@
-From 05979a825ab10ca014052d55194273a43808b9f4 Mon Sep 17 00:00:00 2001
-From: Dominik Schulz 
-Date: Sun, 3 May 2020 21:15:32 +0200
-Subject: [PATCH] Properly specify aliases on the default show action (#1319)
-
-Fixes #1318
-
-RELEASE_NOTES=[BUGFIX] Fix -c and -C for default show action.
-
-Signed-off-by: Dominik Schulz 

- app.go | 10 ++
- 1 files changed, 6 insertions(+), 4 deletions(-)
-
-diff --git a/app.go b/app.go
-index 8c2d0ffc..0fdcc783 100644
 a/app.go
-+++ b/app.go
-@@ -70,12 +70,14 @@ func setupApp(ctx context.Context, sv semver.Version) 
(context.Context, *cli.App
-   Usage: "Assume yes on all yes/no questions or use the 
default on all others",
-   },
-   {
--  Name:  "clip, c",
--  Usage: "Copy the first line of the secret into the 
clipboard",
-+  Name:"clip",
-+  Aliases: []string{"c"},
-+  Usage:   "Copy the first line of the secret into the 
clipboard",
-   },
-   {
--  Name:  "alsoclip, C",
--  Usage: "Copy the first line of the secret into the 
clipboard and show everything",
-+  Name:"alsoclip",
-+  Aliases: []string{"C"},
-+  Usage:   "Copy the first line of the secret into the 
clipboard and show everything",
-   },
-   }


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

2020-05-10 Thread Morten Linderud via arch-commits
Date: Sunday, May 10, 2020 @ 11:43:43
  Author: foxboron
Revision: 626168

archrelease: copy trunk to community-x86_64

Added:
  gopass/repos/community-x86_64/PKGBUILD
(from rev 626167, gopass/trunk/PKGBUILD)
Deleted:
  gopass/repos/community-x86_64/PKGBUILD
  gopass/repos/community-x86_64/clipboard.patch

-+
 PKGBUILD|   69 --
 clipboard.patch |   36 
 2 files changed, 31 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 11:43:35 UTC (rev 626167)
+++ PKGBUILD2020-05-10 11:43:43 UTC (rev 626168)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=gopass
-pkgver=1.9.0
-pkgrel=2
-pkgdesc="The slightly more awesome standard unix password manager for teams."
-arch=('x86_64')
-url="https://github.com/gopasspw/gopass;
-license=('MIT')
-makedepends=('go')
-optdepends=('xdotool: for typing passwords selected by dmenu'
-'xsel: clipboard support'
-'xclip: clipboard support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;
-"clipboard.patch")
-sha512sums=('5f0dbc42bcdbb5acdb36806b24cc607115eb403e3ca5268818590dccf23e62f5337e570b77c5fadd42e9b508fb419b51603a6cb6bb4abe6d9fa334c9710d61ca'
-
'05442c85c4ffe4d579aee990cd75eee7fc93972d8adf82c423a2f2b79fab67ced132f64e941cb5f2681106879555f2f8b1db8a33181588283dd6fc741bd51e30')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 < "$srcdir/clipboard.patch"
-}
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  make build
-  make completion
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gopass/repos/community-x86_64/PKGBUILD (from rev 626167, 
gopass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-10 11:43:43 UTC (rev 626168)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud 
+
+pkgname=gopass
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="The slightly more awesome standard unix password manager for teams."
+arch=('x86_64')
+url="https://github.com/gopasspw/gopass;
+license=('MIT')
+makedepends=('go')
+optdepends=('xdotool: for typing passwords selected by dmenu'
+'xsel: clipboard support'
+'xclip: clipboard support')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;)
+sha512sums=('a70affc278b5d46582a3362c28f1aff8be4481aae3d07f3b7e200117fc2ac79466c475d558fe5a642b0102a46fc95242334f406deca6ee4abd7d5e9f674451ab')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  make build
+  make completion
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: clipboard.patch
===
--- clipboard.patch 2020-05-10 11:43:35 UTC (rev 626167)
+++ clipboard.patch 2020-05-10 11:43:43 UTC (rev 626168)
@@ -1,36 +0,0 @@
-From 05979a825ab10ca014052d55194273a43808b9f4 Mon Sep 17 00:00:00 2001
-From: Dominik Schulz 
-Date: Sun, 3 May 2020 21:15:32 +0200
-Subject: [PATCH] Properly specify aliases on the default show action (#1319)
-
-Fixes #1318
-
-RELEASE_NOTES=[BUGFIX] Fix -c and -C for default show action.
-
-Signed-off-by: Dominik Schulz 

- app.go | 10 ++
- 1 files changed, 6 insertions(+), 4 deletions(-)
-
-diff --git a/app.go b/app.go
-index 8c2d0ffc..0fdcc783 100644
 a/app.go
-+++ b/app.go
-@@ -70,12 +70,14 @@ func setupApp(ctx context.Context, sv semver.Version) 
(context.Context, *cli.App
-   Usage: "Assume yes on all yes/no questions or use the 
default on all others",
-   },
-   {
--  Name:  "clip, c",
--  Usage: "Copy the first line of the secret into the 
clipboard",
-+  Name:"clip",
-+  Aliases: []string{"c"},
-+  Usage:   "Copy the first line of the secret into the 
clipboard",
-   },
-   {
--  Name:  "alsoclip, C",
--  Usage: "Copy the first line of the secret into the 
clipboard and show everything",
-+  Name:"alsoclip",
-+  Aliases: []string{"C"},
-+  Usage:   "Copy the first line of the secret into the 
clipboard and show everything",
- 

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

2020-05-10 Thread Morten Linderud via arch-commits
Date: Sunday, May 10, 2020 @ 11:41:55
  Author: foxboron
Revision: 626166

upgpkg: gopass 1.9.1-1

Modified:
  gopass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 11:33:10 UTC (rev 626165)
+++ PKGBUILD2020-05-10 11:41:55 UTC (rev 626166)
@@ -1,8 +1,8 @@
 # Maintainer: Morten Linderud 
 
 pkgname=gopass
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.9.1
+pkgrel=1
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
 url="https://github.com/gopasspw/gopass;
@@ -11,16 +11,9 @@
 optdepends=('xdotool: for typing passwords selected by dmenu'
 'xsel: clipboard support'
 'xclip: clipboard support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;
-"clipboard.patch")
-sha512sums=('5f0dbc42bcdbb5acdb36806b24cc607115eb403e3ca5268818590dccf23e62f5337e570b77c5fadd42e9b508fb419b51603a6cb6bb4abe6d9fa334c9710d61ca'
-
'05442c85c4ffe4d579aee990cd75eee7fc93972d8adf82c423a2f2b79fab67ced132f64e941cb5f2681106879555f2f8b1db8a33181588283dd6fc741bd51e30')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;)
+sha512sums=('a70affc278b5d46582a3362c28f1aff8be4481aae3d07f3b7e200117fc2ac79466c475d558fe5a642b0102a46fc95242334f406deca6ee4abd7d5e9f674451ab')
 
-prepare(){
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 < "$srcdir/clipboard.patch"
-}
-
 build(){
   cd "${pkgname}-${pkgver}"
   export GOPATH="${srcdir}"


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

2020-05-10 Thread Jan Steffens via arch-commits
Date: Sunday, May 10, 2020 @ 11:33:11
  Author: heftig
Revision: 383102

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 383099, nvidia/trunk/PKGBUILD)
Deleted:
  nvidia/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 11:33:09 UTC (rev 383101)
+++ PKGBUILD2020-05-10 11:33:11 UTC (rev 383102)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgname=nvidia
-pkgver=440.82
-pkgrel=14
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=('linux-headers' "nvidia-dkms=$pkgver")
-provides=('NVIDIA-MODULE')
-license=('custom')
-options=('!strip')
-
-build() {
-_kernver=$(
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=440.82
+pkgrel=15
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

[arch-commits] Commit in linux-zen/repos/staging-x86_64 (6 files)

2020-05-10 Thread Jan Steffens via arch-commits
Date: Sunday, May 10, 2020 @ 11:33:17
  Author: heftig
Revision: 383105

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 383102, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 383102, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/sphinx-workaround.patch
(from rev 383102, linux-zen/trunk/sphinx-workaround.patch)
Deleted:
  linux-zen/repos/staging-x86_64/PKGBUILD
  linux-zen/repos/staging-x86_64/config
  linux-zen/repos/staging-x86_64/sphinx-workaround.patch

-+
 PKGBUILD|  390 
 config  |21586 +++---
 sphinx-workaround.patch |   26 
 3 files changed, 11001 insertions(+), 11001 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 383104:383105 to see the changes.


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

2020-05-10 Thread Jan Steffens via arch-commits
Date: Sunday, May 10, 2020 @ 11:33:09
  Author: heftig
Revision: 383101

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-lts/repos/staging-x86_64/PKGBUILD
(from rev 383099, nvidia-lts/trunk/PKGBUILD)
Deleted:
  nvidia-lts/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-10 11:33:07 UTC (rev 383100)
+++ PKGBUILD2020-05-10 11:33:09 UTC (rev 383101)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=440.82
-pkgrel=14
-epoch=1
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
-provides=('NVIDIA-MODULE')
-license=('custom')
-options=('!strip')
-
-build() {
-_kernver=$(
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=440.82
+pkgrel=15
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

  1   2   >