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

2019-10-28 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 29, 2019 @ 05:26:16
  Author: svenstaro
Revision: 520875

archrelease: copy trunk to community-x86_64

Added:
  love/repos/community-x86_64/PKGBUILD
(from rev 520874, love/trunk/PKGBUILD)
Deleted:
  love/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-29 05:26:10 UTC (rev 520874)
+++ PKGBUILD2019-10-29 05:26:16 UTC (rev 520875)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Linus Sjögren 
-# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
-pkgname=love
-pkgver=11.2
-pkgrel=1
-pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
-arch=(x86_64)
-url="http://love2d.org/;
-license=('zlib')
-depends=('luajit' 'freetype2' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 
'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils' 'libtheora')
-source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz;)
-sha512sums=('f72148abc890cfb3daf0e3fae564eba0726ae7591e2d2e32b9072ef53a9ca0bda481ee6dadc9cb171ae6ec48d15780daa269dd74ea548b2084a7b9229e7c1509')
-
-build() {
-  cd "$srcdir"/love-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/love-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: love/repos/community-x86_64/PKGBUILD (from rev 520874, 
love/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-29 05:26:16 UTC (rev 520875)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Linus Sjögren 
+# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
+pkgname=love
+pkgver=11.3
+pkgrel=1
+pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
+arch=(x86_64)
+url="http://love2d.org/;
+license=('zlib')
+depends=('luajit' 'freetype2' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 
'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils' 'libtheora')
+source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz;)
+sha512sums=('d02900bbad658da7127bdbc52ceb8282a725b32d6a17fc51962327411be94f81b2c871d21b3c4bd8492a4ca355c3cfb1f04a7fe010d6c69ae35c7c5d64579e1b')
+
+build() {
+  cd "$srcdir"/love-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/love-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-10-28 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 29, 2019 @ 05:26:10
  Author: svenstaro
Revision: 520874

upgpkg: love 11.3-1

Modified:
  love/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 22:10:16 UTC (rev 520873)
+++ PKGBUILD2019-10-29 05:26:10 UTC (rev 520874)
@@ -1,8 +1,8 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Linus Sjögren 
 # Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
 pkgname=love
-pkgver=11.2
+pkgver=11.3
 pkgrel=1
 pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=('zlib')
 depends=('luajit' 'freetype2' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 
'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils' 'libtheora')
 
source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz;)
-sha512sums=('f72148abc890cfb3daf0e3fae564eba0726ae7591e2d2e32b9072ef53a9ca0bda481ee6dadc9cb171ae6ec48d15780daa269dd74ea548b2084a7b9229e7c1509')
+sha512sums=('d02900bbad658da7127bdbc52ceb8282a725b32d6a17fc51962327411be94f81b2c871d21b3c4bd8492a4ca355c3cfb1f04a7fe010d6c69ae35c7c5d64579e1b')
 
 build() {
   cd "$srcdir"/love-$pkgver


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

2019-10-28 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, October 29, 2019 @ 00:46:47
  Author: grazzolini
Revision: 365987

archrelease: copy trunk to testing-x86_64

Added:
  kmod/repos/testing-x86_64/
  kmod/repos/testing-x86_64/0001-Link-against-libcrypto-not-all-of-openssl.patch
(from rev 365986, 
kmod/trunk/0001-Link-against-libcrypto-not-all-of-openssl.patch)
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 365986, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 365986, kmod/trunk/depmod-search.conf)
  kmod/repos/testing-x86_64/depmod.hook
(from rev 365986, kmod/trunk/depmod.hook)
  kmod/repos/testing-x86_64/depmod.script
(from rev 365986, kmod/trunk/depmod.script)

--+
 0001-Link-against-libcrypto-not-all-of-openssl.patch |   75 ++
 PKGBUILD |   87 +
 depmod-search.conf   |5 
 depmod.hook  |   13 ++
 depmod.script|9 +
 5 files changed, 189 insertions(+)

Copied: 
kmod/repos/testing-x86_64/0001-Link-against-libcrypto-not-all-of-openssl.patch 
(from rev 365986, 
kmod/trunk/0001-Link-against-libcrypto-not-all-of-openssl.patch)
===
--- testing-x86_64/0001-Link-against-libcrypto-not-all-of-openssl.patch 
(rev 0)
+++ testing-x86_64/0001-Link-against-libcrypto-not-all-of-openssl.patch 
2019-10-29 00:46:47 UTC (rev 365987)
@@ -0,0 +1,75 @@
+From 924b16f1b2001bf31e0688c9273e40e8f2f665c5 Mon Sep 17 00:00:00 2001
+From: Dave Reisner 
+Date: Wed, 13 Feb 2019 10:24:51 -0500
+Subject: [PATCH] Link against libcrypto, not all of openssl
+
+In the previous build setup, libkmod.so would link to not just
+libcrypto.so, but also libssl.so:
+
+$ readelf -d /lib/libkmod.so | grep NEEDED
+ 0x0001 (NEEDED) Shared library: [liblzma.so.5]
+ 0x0001 (NEEDED) Shared library: [libz.so.1]
+ 0x0001 (NEEDED) Shared library: [libssl.so.1.1]
+ 0x0001 (NEEDED) Shared library: [libcrypto.so.1.1]
+ 0x0001 (NEEDED) Shared library: [libc.so.6]
+
+We don't need any symbols from libssl, though. This patch ensures that
+we pass 'libcrypto' to pkgconfig rather than 'openssl', getting only the
+library that we need:
+
+$ readelf -d tools/kmod | grep NEEDED
+ 0x0001 (NEEDED) Shared library: [liblzma.so.5]
+ 0x0001 (NEEDED) Shared library: [libz.so.1]
+ 0x0001 (NEEDED) Shared library: [libcrypto.so.1.1]
+ 0x0001 (NEEDED) Shared library: [libc.so.6]
+---
+ Makefile.am  | 6 +++---
+ configure.ac | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index ddb25f0..758f4f0 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -35,8 +35,8 @@ SED_PROCESS = \
+   -e 's,@liblzma_LIBS\@,${liblzma_LIBS},g' \
+   -e 's,@zlib_CFLAGS\@,${zlib_CFLAGS},g' \
+   -e 's,@zlib_LIBS\@,${zlib_LIBS},g' \
+-  -e 's,@openssl_CFLAGS\@,${openssl_CFLAGS},g' \
+-  -e 's,@openssl_LIBS\@,${openssl_LIBS},g' \
++  -e 's,@libcrypto_CFLAGS\@,${libcrypto_CFLAGS},g' \
++  -e 's,@libcrypto_LIBS\@,${libcrypto_LIBS},g' \
+   < $< > $@ || rm $@
+ 
+ %.pc: %.pc.in Makefile
+@@ -89,7 +89,7 @@ libkmod_libkmod_la_DEPENDENCIES = \
+   ${top_srcdir}/libkmod/libkmod.sym
+ libkmod_libkmod_la_LIBADD = \
+   shared/libshared.la \
+-  ${liblzma_LIBS} ${zlib_LIBS} ${openssl_LIBS}
++  ${liblzma_LIBS} ${zlib_LIBS} ${libcrypto_LIBS}
+ 
+ noinst_LTLIBRARIES += libkmod/libkmod-internal.la
+ libkmod_libkmod_internal_la_SOURCES = $(libkmod_libkmod_la_SOURCES)
+diff --git a/configure.ac b/configure.ac
+index ee72283..dffe278 100644
+--- a/configure.ac
 b/configure.ac
+@@ -110,12 +110,12 @@ AC_ARG_WITH([openssl],
+   AS_HELP_STRING([--with-openssl], [handle PKCS7 signatures 
@<:@default=disabled@:>@]),
+   [], [with_openssl=no])
+ AS_IF([test "x$with_openssl" != "xno"], [
+-  PKG_CHECK_MODULES([openssl], [openssl >= 1.1.0])
++  PKG_CHECK_MODULES([libcrypto], [libcrypto >= 1.1.0])
+   AC_DEFINE([ENABLE_OPENSSL], [1], [Enable openssl for modinfo.])
+ ], [
+   AC_MSG_NOTICE([openssl support not requested])
+ ])
+-CC_FEATURE_APPEND([with_features], [with_openssl], [OPENSSL])
++CC_FEATURE_APPEND([with_features], [with_openssl], [LIBCRYPTO])
+ 
+ AC_ARG_WITH([bashcompletiondir],
+   AS_HELP_STRING([--with-bashcompletiondir=DIR], [Bash completions 
directory]),
+-- 
+2.20.1
+

Copied: kmod/repos/testing-x86_64/PKGBUILD (from rev 365986, 
kmod/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-29 00:46:47 UTC 

[arch-commits] Commit in kmod/trunk (PKGBUILD depmod.hook depmod.script)

2019-10-28 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, October 29, 2019 @ 00:45:52
  Author: grazzolini
Revision: 365986

upgpkg: kmod 26-3

Add a new pacman hook that runs depmod for the kernels, instead of having the 
hooks
on each kernel.

Added:
  kmod/trunk/depmod.hook
  kmod/trunk/depmod.script
Modified:
  kmod/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +--
 depmod.hook   |   13 +
 depmod.script |9 +
 3 files changed, 31 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 21:20:49 UTC (rev 365985)
+++ PKGBUILD2019-10-29 00:45:52 UTC (rev 365986)
@@ -2,7 +2,7 @@
 
 pkgname=kmod
 pkgver=26
-pkgrel=2
+pkgrel=3
 pkgdesc="Linux kernel module management tools and library"
 arch=('x86_64')
 url='https://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
@@ -16,11 +16,14 @@
 replaces=('module-init-tools')
 validpgpkeys=('EAB33C9690013C733916AC839BA2A5A630CBEA53')  # Lucas DeMarchi
 
source=("https://www.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar."{xz,sign}
-"depmod-search.conf"
+'depmod-search.conf'
+'depmod.hook' 'depmod.script'
 '0001-Link-against-libcrypto-not-all-of-openssl.patch')
 md5sums=('1129c243199bdd7db01b55a61aa19601'
  'SKIP'
  'dd62cbf62bd8f212f51ef8c43bec9a77'
+ '72ce5e14ee3ad8bc06945e0ad4c642ce'
+ '18fb3d1f6024a5a84514c8276cb3ebff'
  'e918bef174c1057fa13a5ba8c4a30a46')
 
 prepare() {
@@ -75,6 +78,10 @@
 
   # install depmod.d file for search/ dir
   install -Dm644 "$srcdir/depmod-search.conf" 
"$pkgdir/usr/lib/depmod.d/search.conf"
+
+  # hook
+  install -Dm644 "$srcdir/depmod.hook" 
"$pkgdir/usr/share/libalpm/hooks/60-depmod.hook"
+  install -Dm755 "$srcdir/depmod.script" 
"$pkgdir/usr/share/libalpm/scripts/depmod"
 }
 
 # vim: ft=sh syn=sh et

Added: depmod.hook
===
--- depmod.hook (rev 0)
+++ depmod.hook 2019-10-29 00:45:52 UTC (rev 365986)
@@ -0,0 +1,13 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/modules/*/
+Target = !usr/lib/modules/*/?*
+
+[Action]
+Description = Updating module dependencies...
+When = PostTransaction
+Exec = /usr/share/libalpm/scripts/depmod
+NeedsTargets

Added: depmod.script
===
--- depmod.script   (rev 0)
+++ depmod.script   2019-10-29 00:45:52 UTC (rev 365986)
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+while read -r f; do
+  if [[ -e ${f}vmlinuz ]]; then
+depmod $(basename "$f")
+  fi
+done
+
+# vim:set ft=sh sw=2 et:


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

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 22:09:54
  Author: felixonmars
Revision: 520872

Python 3.8 rebuild

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 22:08:30 UTC (rev 520871)
+++ PKGBUILD2019-10-28 22:09:54 UTC (rev 520872)
@@ -4,7 +4,7 @@
 _pkgname=tomlkit
 pkgname=python-tomlkit
 pkgver=0.5.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
 license=('MIT')


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

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 22:10:16
  Author: felixonmars
Revision: 520873

archrelease: copy trunk to community-staging-any

Added:
  python-tomlkit/repos/community-staging-any/PKGBUILD
(from rev 520872, python-tomlkit/trunk/PKGBUILD)
Deleted:
  python-tomlkit/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 22:09:54 UTC (rev 520872)
+++ PKGBUILD2019-10-28 22:10:16 UTC (rev 520873)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Eli Schwartz 
-
-_pkgname=tomlkit
-pkgname=python-tomlkit
-pkgver=0.5.8
-pkgrel=2
-pkgdesc="Style-preserving TOML library for Python"
-url="https://github.com/sdispater/tomlkit;
-license=('MIT')
-arch=('any')
-depends=('python')
-#makedepends=('python-dephell')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e224ad4522279ea94977eb60739d2a43ddbb2d60bac5d00eaa0a93e06cded14eb030c3438ec4be982437c75cc317d89c674fc9e00239e12f41a4ac57285be3e1')
-
-prepare() {
-  cd tomlkit-$pkgver
-
-  # poetry-generated setup.py is badly broken in several ways, including
-  # distribution of tests in the built package as well as using distutils for
-  # bad metadata. See https://github.com/sdispater/poetry/issues/866
-  #dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd tomlkit-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tomlkit-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd tomlkit-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-tomlkit/repos/community-staging-any/PKGBUILD (from rev 520872, 
python-tomlkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 22:10:16 UTC (rev 520873)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Eli Schwartz 
+
+_pkgname=tomlkit
+pkgname=python-tomlkit
+pkgver=0.5.8
+pkgrel=3
+pkgdesc="Style-preserving TOML library for Python"
+url="https://github.com/sdispater/tomlkit;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-dephell')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e224ad4522279ea94977eb60739d2a43ddbb2d60bac5d00eaa0a93e06cded14eb030c3438ec4be982437c75cc317d89c674fc9e00239e12f41a4ac57285be3e1')
+
+prepare() {
+  cd tomlkit-$pkgver
+
+  # poetry-generated setup.py is badly broken in several ways, including
+  # distribution of tests in the built package as well as using distutils for
+  # bad metadata. See https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd tomlkit-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tomlkit-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd tomlkit-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-10-28 Thread Eli Schwartz via arch-commits
Date: Monday, October 28, 2019 @ 22:08:30
  Author: eschwartz
Revision: 520871

python-tomlkit: re-enable dephell for the auto-builder

I would just rebuild this myself but then it will insist on rebuilding it a
third time anyway. :/

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 22:04:38 UTC (rev 520870)
+++ PKGBUILD2019-10-28 22:08:30 UTC (rev 520871)
@@ -10,8 +10,7 @@
 license=('MIT')
 arch=('any')
 depends=('python')
-#makedepends=('python-dephell')
-makedepends=('python-setuptools')
+makedepends=('python-dephell')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('e224ad4522279ea94977eb60739d2a43ddbb2d60bac5d00eaa0a93e06cded14eb030c3438ec4be982437c75cc317d89c674fc9e00239e12f41a4ac57285be3e1')
@@ -22,7 +21,7 @@
   # poetry-generated setup.py is badly broken in several ways, including
   # distribution of tests in the built package as well as using distutils for
   # bad metadata. See https://github.com/sdispater/poetry/issues/866
-  #dephell deps convert --from pyproject.toml --to setup.py
+  dephell deps convert --from pyproject.toml --to setup.py
 }
 
 build() {


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

2019-10-28 Thread Eli Schwartz via arch-commits
Date: Monday, October 28, 2019 @ 22:04:22
  Author: eschwartz
Revision: 520869

upgpkg: python-tomlkit 0.5.8-2: bootstrap python 3.8 rebuilds

Due to cyclic dependency with dephell, which we need to build, but which also
needs us to run, we're disabling the dephell converter for now. A side effect
is ugly tests are distributed in violation of
https://wiki.archlinux.org/index.php/Python_package_guidelines#Notes

Once this is built and importable under python 3.8, we can rebuild with dephell.

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 21:51:03 UTC (rev 520868)
+++ PKGBUILD2019-10-28 22:04:22 UTC (rev 520869)
@@ -4,13 +4,14 @@
 _pkgname=tomlkit
 pkgname=python-tomlkit
 pkgver=0.5.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
 license=('MIT')
 arch=('any')
 depends=('python')
-makedepends=('python-dephell')
+#makedepends=('python-dephell')
+makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('e224ad4522279ea94977eb60739d2a43ddbb2d60bac5d00eaa0a93e06cded14eb030c3438ec4be982437c75cc317d89c674fc9e00239e12f41a4ac57285be3e1')
@@ -17,7 +18,11 @@
 
 prepare() {
   cd tomlkit-$pkgver
-  dephell deps convert --from pyproject.toml --to setup.py
+
+  # poetry-generated setup.py is badly broken in several ways, including
+  # distribution of tests in the built package as well as using distutils for
+  # bad metadata. See https://github.com/sdispater/poetry/issues/866
+  #dephell deps convert --from pyproject.toml --to setup.py
 }
 
 build() {


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

2019-10-28 Thread Eli Schwartz via arch-commits
Date: Monday, October 28, 2019 @ 22:04:38
  Author: eschwartz
Revision: 520870

archrelease: copy trunk to community-staging-any

Added:
  python-tomlkit/repos/community-staging-any/
  python-tomlkit/repos/community-staging-any/PKGBUILD
(from rev 520869, python-tomlkit/trunk/PKGBUILD)

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

Copied: python-tomlkit/repos/community-staging-any/PKGBUILD (from rev 520869, 
python-tomlkit/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-10-28 22:04:38 UTC (rev 520870)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Maintainer: Eli Schwartz 
+
+_pkgname=tomlkit
+pkgname=python-tomlkit
+pkgver=0.5.8
+pkgrel=2
+pkgdesc="Style-preserving TOML library for Python"
+url="https://github.com/sdispater/tomlkit;
+license=('MIT')
+arch=('any')
+depends=('python')
+#makedepends=('python-dephell')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e224ad4522279ea94977eb60739d2a43ddbb2d60bac5d00eaa0a93e06cded14eb030c3438ec4be982437c75cc317d89c674fc9e00239e12f41a4ac57285be3e1')
+
+prepare() {
+  cd tomlkit-$pkgver
+
+  # poetry-generated setup.py is badly broken in several ways, including
+  # distribution of tests in the built package as well as using distutils for
+  # bad metadata. See https://github.com/sdispater/poetry/issues/866
+  #dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd tomlkit-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tomlkit-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd tomlkit-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-10-28 Thread Eli Schwartz via arch-commits
Date: Monday, October 28, 2019 @ 21:51:03
  Author: eschwartz
Revision: 520868

python-tomlkit: move to PyPI sources, which come with testdata

Modified:
  python-tomlkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 21:27:29 UTC (rev 520867)
+++ PKGBUILD2019-10-28 21:51:03 UTC (rev 520868)
@@ -1,9 +1,9 @@
 # Maintainer: Felix Yan 
 # Maintainer: Eli Schwartz 
 
+_pkgname=tomlkit
 pkgname=python-tomlkit
 pkgver=0.5.8
-_tomltestcommit=f910e151d1b14d94b1e8a4264db0814fb03520d9
 pkgrel=1
 pkgdesc="Style-preserving TOML library for Python"
 url="https://github.com/sdispater/tomlkit;
@@ -12,16 +12,12 @@
 depends=('python')
 makedepends=('python-dephell')
 checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sdispater/tomlkit/archive/$pkgver.tar.gz;
-
"toml-test-$_tomltestcommit.tar.gz::https://github.com/BurntSushi/toml-test/archive/$_tomltestcommit.tar.gz;)
-sha512sums=('b62b8f50ed75d798e79d26d5f0cd1334d5f8b39bec544659758fbb8cf2c0991e850047f713ac21338bf642ac3a482cf5461eeb92e332fac4924136a910e46e1c'
-
'49431bf72cd5b40b6732eec75b2ea25d349df4f76c84a7fc51443f55712c47b0ae0f7a049d7ae19f328ca504ded1f6df00861c725dcfdbeaac07c3bd999c5f3b')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e224ad4522279ea94977eb60739d2a43ddbb2d60bac5d00eaa0a93e06cded14eb030c3438ec4be982437c75cc317d89c674fc9e00239e12f41a4ac57285be3e1')
 
 prepare() {
   cd tomlkit-$pkgver
   dephell deps convert --from pyproject.toml --to setup.py
-  rmdir tests/toml-test
-  ln -s "$srcdir"/toml-test-$_tomltestcommit tests/toml-test
 }
 
 build() {


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

2019-10-28 Thread David Runge via arch-commits
Date: Monday, October 28, 2019 @ 21:27:29
  Author: dvzrv
Revision: 520867

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 21:27:23 UTC (rev 520866)
+++ PKGBUILD2019-10-28 21:27:29 UTC (rev 520867)
@@ -1,71 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
-# Contributor: carstene1ns 
-# Contributor: Giuseppe Calà  
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=lib32-fluidsynth
-_name=fluidsynth
-pkgver=2.0.7
-pkgrel=1
-pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
-arch=('x86_64')
-url="https://www.fluidsynth.org/;
-license=('LGPL2.1')
-depends=(
-  fluidsynth
-  lib32-alsa-lib
-  lib32-glib2
-  lib32-glibc
-  lib32-jack
-  lib32-dbus
-  lib32-libpulse
-  lib32-libsndfile
-  lib32-portaudio
-  lib32-readline
-)
-makedepends=(
-  cmake
-  lib32-ladspa
-)
-optdepends=('pulseaudio: PulseAudio sound support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
-sha256sums=('b68876d24c7fb34575ffa389bcfe8e61a24f1cf1da8ec6c3b2053efde98d0320')
-
-prepare() {
-  cd "${_name}-${pkgver}"
-  # out-of-tree build
-  mkdir build
-}
-
-build() {
-  cd "${_name}-${pkgver}/build"
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-lash=OFF \
--Denable-portaudio=ON
-  make
-}
-
-check() {
-  cd "${_name}-${pkgver}/build"
-  make -k check
-}
-
-package() {
-  cd "${_name}-${pkgver}/build"
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-fluidsynth/repos/multilib-x86_64/PKGBUILD (from rev 520866, 
lib32-fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 21:27:29 UTC (rev 520867)
@@ -0,0 +1,69 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: David Runge 
+# Contributor: carstene1ns 
+# Contributor: Giuseppe Calà  
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=lib32-fluidsynth
+_name=fluidsynth
+pkgver=2.0.8
+pkgrel=1
+pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
+arch=('x86_64')
+url="https://www.fluidsynth.org/;
+license=('LGPL2.1')
+depends=(
+  fluidsynth
+  lib32-alsa-lib
+  lib32-glib2
+  lib32-glibc
+  lib32-jack
+  lib32-dbus
+  lib32-libpulse
+  lib32-libsndfile
+  lib32-portaudio
+  lib32-readline
+)
+makedepends=(
+  cmake
+  lib32-ladspa
+)
+optdepends=('pulseaudio: PulseAudio sound support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
+sha256sums=('0c37e72db31d1b35e587b94b7163d68444cffaa9e7fe8a293d79957620bff117')
+
+prepare() {
+  cd "${_name}-${pkgver}"
+  mkdir -vp build
+}
+
+build() {
+  cd "${_name}-${pkgver}"
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-B build
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+
+  make -C build DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-28 Thread David Runge via arch-commits
Date: Monday, October 28, 2019 @ 21:27:23
  Author: dvzrv
Revision: 520866

upgpkg: lib32-fluidsynth 2.0.8-1

Upgrading to 2.0.8. Updating contributor info. Simplifying cmake/ make calls by 
providing the build directory via flag.

Modified:
  lib32-fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 18:50:27 UTC (rev 520865)
+++ PKGBUILD2019-10-28 21:27:23 UTC (rev 520866)
@@ -1,5 +1,5 @@
 # Maintainer: Maxime Gauduin 
-# Contributor: David Runge 
+# Contributor: David Runge 
 # Contributor: carstene1ns 
 # Contributor: Giuseppe Calà  
 # Contributor: Ray Rashif 
@@ -7,7 +7,7 @@
 
 pkgname=lib32-fluidsynth
 _name=fluidsynth
-pkgver=2.0.7
+pkgver=2.0.8
 pkgrel=1
 pkgdesc='A real-time software synthesizer based on the SoundFont 2 
specifications'
 arch=('x86_64')
@@ -31,40 +31,38 @@
 )
 optdepends=('pulseaudio: PulseAudio sound support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_name}/${_name}/archive/v${pkgver}.tar.gz;)
-sha256sums=('b68876d24c7fb34575ffa389bcfe8e61a24f1cf1da8ec6c3b2053efde98d0320')
+sha256sums=('0c37e72db31d1b35e587b94b7163d68444cffaa9e7fe8a293d79957620bff117')
 
 prepare() {
   cd "${_name}-${pkgver}"
-  # out-of-tree build
-  mkdir build
+  mkdir -vp build
 }
 
 build() {
-  cd "${_name}-${pkgver}/build"
+  cd "${_name}-${pkgver}"
 
   export CC='gcc -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--DLIB_SUFFIX=32 \
--Denable-ladspa=ON \
--Denable-lash=OFF \
--Denable-portaudio=ON
-  make
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-DLIB_SUFFIX=32 \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-B build
+  make -C build VERBOSE=1
 }
 
 check() {
-  cd "${_name}-${pkgver}/build"
-  make -k check
+  cd "${_name}-${pkgver}"
+  make -C build -k check
 }
 
 package() {
-  cd "${_name}-${pkgver}/build"
+  cd "${_name}-${pkgver}"
 
-  make DESTDIR="${pkgdir}" install
+  make -C build DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}"/usr/{include,share,bin}
 }
 


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

2019-10-28 Thread David Runge via arch-commits
Date: Monday, October 28, 2019 @ 21:20:49
  Author: dvzrv
Revision: 365985

archrelease: copy trunk to extra-x86_64

Added:
  fluidsynth/repos/extra-x86_64/PKGBUILD
(from rev 365984, fluidsynth/trunk/PKGBUILD)
Deleted:
  fluidsynth/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 21:20:43 UTC (rev 365984)
+++ PKGBUILD2019-10-28 21:20:49 UTC (rev 365985)
@@ -1,55 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=fluidsynth
-pkgver=2.0.8
-pkgrel=1
-pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
-arch=('x86_64')
-url="http://www.fluidsynth.org/;
-license=('LGPL2.1')
-groups=('pro-audio')
-depends=('alsa-lib' 'glibc' 'glib2' 'libjack.so' 'libportaudio.so' 'libpulse'
-'libsystemd.so')
-makedepends=('cmake' 'ladspa' 'doxygen')
-optdepends=('pulseaudio: PulseAudio sound support')
-provides=('libfluidsynth.so' 'soundfont-synthesizer')
-backup=("etc/conf.d/$pkgname")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('8fae05d909a66d0e68fe3f14b98608dca5375c7badcfbd131c1ebd0644eb7754fa75174a0c197c241917f40cde1d810459039e2d9f82d5fea7b080c2ea81bfbc')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir -v build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
--Denable-ladspa=ON \
--Denable-portaudio=ON \
--DLIB_SUFFIX="" \
--B build
-  make -C build VERBOSE=1
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make -C build -k check
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make -C build DESTDIR="$pkgdir" install
-  # systemd user unit
-  install -vDm 644 "build/${pkgname}.service" \
--t "$pkgdir/usr/lib/systemd/user/"
-  # system-wide configuration file
-  install -vDm 644 "build/${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
-  # docs
-  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-

Copied: fluidsynth/repos/extra-x86_64/PKGBUILD (from rev 365984, 
fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 21:20:49 UTC (rev 365985)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=fluidsynth
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
+arch=('x86_64')
+url="http://www.fluidsynth.org/;
+license=('LGPL2.1')
+groups=('pro-audio')
+depends=('alsa-lib' 'glibc' 'glib2' 'libjack.so' 'libportaudio.so' 'libpulse'
+'libreadline.so' 'libsndfile' 'libsystemd.so')
+makedepends=('cmake' 'ladspa' 'doxygen')
+optdepends=('pulseaudio: PulseAudio sound support')
+provides=('libfluidsynth.so' 'soundfont-synthesizer')
+backup=("etc/conf.d/$pkgname")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
+sha512sums=('8fae05d909a66d0e68fe3f14b98608dca5375c7badcfbd131c1ebd0644eb7754fa75174a0c197c241917f40cde1d810459039e2d9f82d5fea7b080c2ea81bfbc')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir -v build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-DLIB_SUFFIX="" \
+-B build
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make -C build DESTDIR="$pkgdir" install
+  # systemd user unit
+  install -vDm 644 "build/${pkgname}.service" \
+-t "$pkgdir/usr/lib/systemd/user/"
+  # system-wide configuration file
+  install -vDm 644 "build/${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+


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

2019-10-28 Thread David Runge via arch-commits
Date: Monday, October 28, 2019 @ 21:20:43
  Author: dvzrv
Revision: 365984

upgpkg: fluidsynth 2.0.8-1

Upgrading to 2.0.8. Updating maintainer info. Adding all direct library 
dependencies. Simplifying cmake call by providing build directory via flag.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 21:11:03 UTC (rev 365983)
+++ PKGBUILD2019-10-28 21:20:43 UTC (rev 365984)
@@ -11,7 +11,7 @@
 license=('LGPL2.1')
 groups=('pro-audio')
 depends=('alsa-lib' 'glibc' 'glib2' 'libjack.so' 'libportaudio.so' 'libpulse'
-'libsystemd.so')
+'libreadline.so' 'libsndfile' 'libsystemd.so')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
 provides=('libfluidsynth.so' 'soundfont-synthesizer')


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

2019-10-28 Thread David Runge via arch-commits
Date: Monday, October 28, 2019 @ 21:10:50
  Author: dvzrv
Revision: 365982

upgpkg: fluidsynth 2.0.8-1

Upgrading to 2.0.8. Updating maintainer info. Adding all direct library 
dependencies. Simplifying cmake call by providing build directory via flag.

Modified:
  fluidsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 18:50:18 UTC (rev 365981)
+++ PKGBUILD2019-10-28 21:10:50 UTC (rev 365982)
@@ -1,9 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Ray Rashif 
 # Contributor: damir 
 
 pkgname=fluidsynth
-pkgver=2.0.7
+pkgver=2.0.8
 pkgrel=1
 pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
 arch=('x86_64')
@@ -10,13 +10,14 @@
 url="http://www.fluidsynth.org/;
 license=('LGPL2.1')
 groups=('pro-audio')
-depends=('glib2' 'libpulse' 'portaudio')
+depends=('alsa-lib' 'glibc' 'glib2' 'libjack.so' 'libportaudio.so' 'libpulse'
+'libsystemd.so')
 makedepends=('cmake' 'ladspa' 'doxygen')
 optdepends=('pulseaudio: PulseAudio sound support')
 provides=('libfluidsynth.so' 'soundfont-synthesizer')
 backup=("etc/conf.d/$pkgname")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e')
+sha512sums=('8fae05d909a66d0e68fe3f14b98608dca5375c7badcfbd131c1ebd0644eb7754fa75174a0c197c241917f40cde1d810459039e2d9f82d5fea7b080c2ea81bfbc')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -25,14 +26,12 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  (
-cd build
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
- -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
- -Denable-ladspa=ON \
- -Denable-portaudio=ON \
- -DLIB_SUFFIX=""
-  )
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-DLIB_SUFFIX="" \
+-B build
   make -C build VERBOSE=1
 }
 


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

2019-10-28 Thread David Runge via arch-commits
Date: Monday, October 28, 2019 @ 21:11:03
  Author: dvzrv
Revision: 365983

archrelease: copy trunk to extra-x86_64

Added:
  fluidsynth/repos/extra-x86_64/PKGBUILD
(from rev 365982, fluidsynth/trunk/PKGBUILD)
Deleted:
  fluidsynth/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 21:10:50 UTC (rev 365982)
+++ PKGBUILD2019-10-28 21:11:03 UTC (rev 365983)
@@ -1,56 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=fluidsynth
-pkgver=2.0.7
-pkgrel=1
-pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
-arch=('x86_64')
-url="http://www.fluidsynth.org/;
-license=('LGPL2.1')
-groups=('pro-audio')
-depends=('glib2' 'libpulse' 'portaudio')
-makedepends=('cmake' 'ladspa' 'doxygen')
-optdepends=('pulseaudio: PulseAudio sound support')
-provides=('libfluidsynth.so' 'soundfont-synthesizer')
-backup=("etc/conf.d/$pkgname")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
-sha512sums=('c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir -v build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  (
-cd build
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
- -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
- -Denable-ladspa=ON \
- -Denable-portaudio=ON \
- -DLIB_SUFFIX=""
-  )
-  make -C build VERBOSE=1
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make -C build -k check
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make -C build DESTDIR="$pkgdir" install
-  # systemd user unit
-  install -vDm 644 "build/${pkgname}.service" \
--t "$pkgdir/usr/lib/systemd/user/"
-  # system-wide configuration file
-  install -vDm 644 "build/${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
-  # docs
-  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-

Copied: fluidsynth/repos/extra-x86_64/PKGBUILD (from rev 365982, 
fluidsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 21:11:03 UTC (rev 365983)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=fluidsynth
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="A real-time software synthesizer based on the SoundFont 2 
specifications"
+arch=('x86_64')
+url="http://www.fluidsynth.org/;
+license=('LGPL2.1')
+groups=('pro-audio')
+depends=('alsa-lib' 'glibc' 'glib2' 'libjack.so' 'libportaudio.so' 'libpulse'
+'libsystemd.so')
+makedepends=('cmake' 'ladspa' 'doxygen')
+optdepends=('pulseaudio: PulseAudio sound support')
+provides=('libfluidsynth.so' 'soundfont-synthesizer')
+backup=("etc/conf.d/$pkgname")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz;)
+sha512sums=('8fae05d909a66d0e68fe3f14b98608dca5375c7badcfbd131c1ebd0644eb7754fa75174a0c197c241917f40cde1d810459039e2d9f82d5fea7b080c2ea81bfbc')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir -v build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
+-Denable-ladspa=ON \
+-Denable-portaudio=ON \
+-DLIB_SUFFIX="" \
+-B build
+  make -C build VERBOSE=1
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make -C build -k check
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make -C build DESTDIR="$pkgdir" install
+  # systemd user unit
+  install -vDm 644 "build/${pkgname}.service" \
+-t "$pkgdir/usr/lib/systemd/user/"
+  # system-wide configuration file
+  install -vDm 644 "build/${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}"
+  # docs
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+


[arch-commits] Commit in jake/repos/community-any (PKGBUILD PKGBUILD jake.install)

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 18:50:27
  Author: felixonmars
Revision: 520865

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   53 ++---
 jake.install |   11 ---
 2 files changed, 26 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 18:50:06 UTC (rev 520864)
+++ PKGBUILD2019-10-28 18:50:27 UTC (rev 520865)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=jake
-pkgver=10.0.6
-pkgrel=1
-pkgdesc="JavaScript build tool, similar to Make or Rake"
-arch=('any')
-url="https://jakejs.com;
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9e5ed2ecaf2610a233ad74f3c7b547be6bba02fc7f719496f0fa008b3323753b6ff0e5e863e38f6f3b4efd59de2173ee798ef8da27805dad223dc1e6862de0c7')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: jake/repos/community-any/PKGBUILD (from rev 520864, jake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 18:50:27 UTC (rev 520865)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=jake
+pkgver=10.1.4
+pkgrel=1
+pkgdesc="JavaScript build tool, similar to Make or Rake"
+arch=('any')
+url="https://jakejs.com;
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('31cafaa0fa9f4b2719eed628a5c9d1b30ad5c636f91a1bf38f60adce1eb93c08a4fe8514334f32c3c6352b76aed3cd256842f230809642cb3c3e435307bce5c9')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}

Deleted: jake.install
===
--- jake.install2019-10-28 18:50:06 UTC (rev 520864)
+++ jake.install2019-10-28 18:50:27 UTC (rev 520865)
@@ -1,11 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
-/usr/lib/node_modules/jake/node_modules \
-/usr/lib/node_modules/jake/node_modules/.bin \
-/usr/lib/node_modules/jake/node_modules/filelist/node_modules
-}
-
-post_upgrade() {
-  post_install
-}


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

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 18:50:18
  Author: felixonmars
Revision: 365981

archrelease: copy trunk to extra-x86_64

Added:
  ndctl/repos/extra-x86_64/PKGBUILD
(from rev 365980, ndctl/trunk/PKGBUILD)
Deleted:
  ndctl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 18:49:58 UTC (rev 365980)
+++ PKGBUILD2019-10-28 18:50:18 UTC (rev 365981)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ndctl
-pkgver=66
-pkgrel=1
-pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
-arch=('x86_64')
-url="https://github.com/pmem/ndctl;
-license=('LGPL')
-depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
-makedepends=('asciidoctor' 'xmlto' 'bash-completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('3647905b585a68975b28d61f26b0b486468a90a7eea31ef7fd874f9848671dd72db2ad6d85f5268b63988bfffab2c0be569d668dccf95bbdf01fad55300cc0c8')
-
-prepare() {
-  # fix location of modprobe.d conf
-  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ndctl/repos/extra-x86_64/PKGBUILD (from rev 365980, 
ndctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 18:50:18 UTC (rev 365981)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ndctl
+pkgver=67
+pkgrel=1
+pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
+arch=('x86_64')
+url="https://github.com/pmem/ndctl;
+license=('LGPL')
+depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
+makedepends=('asciidoctor' 'xmlto' 'bash-completion')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
+sha512sums=('a923510468f540ac84fca5c562096b02eb3827c57e87ac36641f5ce129114ba583ce5ac5d71b45d7be876e880ad7e4fe38678350480d8974745120c7e0161435')
+
+prepare() {
+  # fix location of modprobe.d conf
+  sed -i 's|^modprobedir =.*|modprobedir = /usr/lib/modprobe.d/|' 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 18:50:06
  Author: felixonmars
Revision: 520864

upgpkg: jake 10.1.4-1

Modified:
  jake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 18:36:48 UTC (rev 520863)
+++ PKGBUILD2019-10-28 18:50:06 UTC (rev 520864)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=jake
-pkgver=10.0.6
+pkgver=10.1.4
 pkgrel=1
 pkgdesc="JavaScript build tool, similar to Make or Rake"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9e5ed2ecaf2610a233ad74f3c7b547be6bba02fc7f719496f0fa008b3323753b6ff0e5e863e38f6f3b4efd59de2173ee798ef8da27805dad223dc1e6862de0c7')
+sha512sums=('31cafaa0fa9f4b2719eed628a5c9d1b30ad5c636f91a1bf38f60adce1eb93c08a4fe8514334f32c3c6352b76aed3cd256842f230809642cb3c3e435307bce5c9')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 18:49:58
  Author: felixonmars
Revision: 365980

upgpkg: ndctl 67-1

Modified:
  ndctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 18:48:11 UTC (rev 365979)
+++ PKGBUILD2019-10-28 18:49:58 UTC (rev 365980)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ndctl
-pkgver=66
+pkgver=67
 pkgrel=1
 pkgdesc='Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('json-c' 'kmod' 'systemd-libs' 'libutil-linux')
 makedepends=('asciidoctor' 'xmlto' 'bash-completion')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pmem/ndctl/archive/v$pkgver.tar.gz;)
-sha512sums=('3647905b585a68975b28d61f26b0b486468a90a7eea31ef7fd874f9848671dd72db2ad6d85f5268b63988bfffab2c0be569d668dccf95bbdf01fad55300cc0c8')
+sha512sums=('a923510468f540ac84fca5c562096b02eb3827c57e87ac36641f5ce129114ba583ce5ac5d71b45d7be876e880ad7e4fe38678350480d8974745120c7e0161435')
 
 prepare() {
   # fix location of modprobe.d conf


[arch-commits] Commit in perl-alien-libxml2/repos/extra-any (PKGBUILD PKGBUILD)

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 18:48:11
  Author: felixonmars
Revision: 365979

archrelease: copy trunk to extra-any

Added:
  perl-alien-libxml2/repos/extra-any/PKGBUILD
(from rev 365978, perl-alien-libxml2/trunk/PKGBUILD)
Deleted:
  perl-alien-libxml2/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 18:47:51 UTC (rev 365978)
+++ PKGBUILD2019-10-28 18:48:11 UTC (rev 365979)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-alien-libxml2
-pkgver=0.09
-pkgrel=2
-pkgdesc="Install the C libxml2 library on your system"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Alien-Libxml2;
-depends=('libxml2' 'perl-alien-build')
-makedepends=('perl-html-parser' 'perl-sort-versions' 'perl-test2-suite' 
'perl-uri')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-$pkgver.tar.gz;)
-sha512sums=('30cc1ca4e4b7be1b6e14b4f1a1f0d06b1435da55dc2f2bd1d3e9ed5cc0a2034f8acf8ab4b3548f2a5bda356bcf4d63129aeb9e72b7c2e160d0fb2dbedb02')
-
-build() {
-  cd Alien-Libxml2-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Alien-Libxml2-$pkgver
-  make test
-}
-
-package() {
-  cd Alien-Libxml2-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-alien-libxml2/repos/extra-any/PKGBUILD (from rev 365978, 
perl-alien-libxml2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 18:48:11 UTC (rev 365979)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-alien-libxml2
+pkgver=0.11
+pkgrel=1
+pkgdesc="Install the C libxml2 library on your system"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Alien-Libxml2;
+depends=('libxml2' 'perl-alien-build')
+makedepends=('perl-html-parser' 'perl-sort-versions' 'perl-test2-suite' 
'perl-uri')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-$pkgver.tar.gz;)
+sha512sums=('ddc55ca0a22afff9651423a79a3f3d653a0c21a2ddec8e2038828c09d385f73f47c1f0c6aabb5ecfdf41741bdc06afb065eb7aa3d0fc1890e5c5c5b5a449cb1b')
+
+build() {
+  cd Alien-Libxml2-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Alien-Libxml2-$pkgver
+  make test
+}
+
+package() {
+  cd Alien-Libxml2-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-alien-libxml2/trunk (PKGBUILD)

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 18:47:51
  Author: felixonmars
Revision: 365978

upgpkg: perl-alien-libxml2 0.11-1

Modified:
  perl-alien-libxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 18:44:08 UTC (rev 365977)
+++ PKGBUILD2019-10-28 18:47:51 UTC (rev 365978)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-alien-libxml2
-pkgver=0.09
-pkgrel=2
+pkgver=0.11
+pkgrel=1
 pkgdesc="Install the C libxml2 library on your system"
 arch=('any')
 license=('PerlArtistic')
@@ -11,7 +11,7 @@
 makedepends=('perl-html-parser' 'perl-sort-versions' 'perl-test2-suite' 
'perl-uri')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-$pkgver.tar.gz;)
-sha512sums=('30cc1ca4e4b7be1b6e14b4f1a1f0d06b1435da55dc2f2bd1d3e9ed5cc0a2034f8acf8ab4b3548f2a5bda356bcf4d63129aeb9e72b7c2e160d0fb2dbedb02')
+sha512sums=('ddc55ca0a22afff9651423a79a3f3d653a0c21a2ddec8e2038828c09d385f73f47c1f0c6aabb5ecfdf41741bdc06afb065eb7aa3d0fc1890e5c5c5b5a449cb1b')
 
 build() {
   cd Alien-Libxml2-$pkgver


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

2019-10-28 Thread Christian Hesse via arch-commits
Date: Monday, October 28, 2019 @ 18:44:08
  Author: eworm
Revision: 365977

do not depend on which

FS#64155

Modified:
  grub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 14:13:08 UTC (rev 365976)
+++ PKGBUILD2019-10-28 18:44:08 UTC (rev 365977)
@@ -76,6 +76,8 @@
 'b8fe532668cb12c34d2a26221298f2459fac7c5578a14476a2af8c20aed5c101')
 
 _backports=(
+   # grub-mkconfig: Use portable "command -v" to detect installed programs
+   '28a7e597de0d5584f65e36f9588ff9041936e617'
 )
 
 _configure_options=(


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

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 18:36:48
  Author: felixonmars
Revision: 520863

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  124 
 v2ray.service |   28 ++--
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 18:36:02 UTC (rev 520862)
+++ PKGBUILD2019-10-28 18:36:48 UTC (rev 520863)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=4.21.1
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core;
-license=('MIT')
-depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
-makedepends=('go-pie' 'golang-golang-x-crypto' 'golang-golang-x-net' 'git')
-backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
-'v2ray.service')
-sha512sums=('e9539285edb3861709a806d2c123c5f2d6395d780d5f2d998cb1890f0d2b943e8b4699df999d486748af396821927b58ef4e6fedc460efb5595733c166444160'
-
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/v2ray.com
-
-  # mv *.com *.io *.org *.net "$srcdir"/build/src/
-  mv v2ray-core-$pkgver "$srcdir"/build/src/v2ray.com/core
-
-  # Future makedepends
-  go get github.com/golang/protobuf/proto go.starlark.net/starlark 
go.starlark.net/syntax \
- google.golang.org/grpc github.com/gorilla/websocket 
github.com/refraction-networking/utls
-
-  # Future checkdepends
-  go get github.com/golang/mock/gomock github.com/google/go-cmp/cmp \
- golang.org/x/sync/errgroup github.com/miekg/dns h12.io/socks
-}
-
-build() {
-  go build -trimpath \
--ldflags "-extldflags ${LDFLAGS}" \
--o v2ray v2ray.com/core/main
-
-  go build -trimpath \
--ldflags "-extldflags ${LDFLAGS}" \
--o v2ctl v2ray.com/core/infra/control/main
-}
-
-check() {
-  cd "$srcdir"/build/src/v2ray.com/core
-  go test -p 1 -tags json -v -timeout 30m v2ray.com/core/...
-}
-
-package() {
-  cd "$srcdir"/build/src/v2ray.com/core
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  sed -i -e '/ExecStart/i Environment=V2RAY_LOCATION_ASSET=/etc/v2ray' \
- -e 's|/usr/bin/v2ray/v2ray|/usr/bin/v2ray|' \
- "$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
-  install -Dm755 "$srcdir"/v2ctl -t "$pkgdir"/usr/bin/
-
-  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 520862, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 18:36:48 UTC (rev 520863)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=4.21.2
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2ray/v2ray-core;
+license=('MIT')
+depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
+makedepends=('go-pie' 'golang-golang-x-crypto' 'golang-golang-x-net' 'git')
+backup=(etc/v2ray/config.json)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
+'v2ray.service')
+sha512sums=('de9800cea329d0fe9976110eae79d0e5c0887ba1a60346f8cc0feaf47891580428f225c83c2aa32c346f193a82a4cfff500b70493ebd75fbdd3b07dfd610beeb'
+
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/v2ray.com
+
+  # mv *.com *.io *.org *.net "$srcdir"/build/src/
+  mv v2ray-core-$pkgver "$srcdir"/build/src/v2ray.com/core
+
+  # Future makedepends
+  go get github.com/golang/protobuf/proto go.starlark.net/starlark 
go.starlark.net/syntax \
+ google.golang.org/grpc github.com/gorilla/websocket 
github.com/refraction-networking/utls
+
+  # Future checkdepends
+  go get github.com/golang/mock/gomock github.com/google/go-cmp/cmp \
+ golang.org/x/sync/errgroup github.com/miekg/dns h12.io/socks

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

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 18:36:02
  Author: felixonmars
Revision: 520862

upgpkg: v2ray 4.21.2-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 16:51:28 UTC (rev 520861)
+++ PKGBUILD2019-10-28 18:36:02 UTC (rev 520862)
@@ -2,7 +2,7 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=4.21.1
+pkgver=4.21.2
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=(etc/v2ray/config.json)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
 'v2ray.service')
-sha512sums=('e9539285edb3861709a806d2c123c5f2d6395d780d5f2d998cb1890f0d2b943e8b4699df999d486748af396821927b58ef4e6fedc460efb5595733c166444160'
+sha512sums=('de9800cea329d0fe9976110eae79d0e5c0887ba1a60346f8cc0feaf47891580428f225c83c2aa32c346f193a82a4cfff500b70493ebd75fbdd3b07dfd610beeb'
 
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
 
 prepare() {


[arch-commits] Commit in python-aiobotocore/repos/community-staging-any (6 files)

2019-10-28 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, October 28, 2019 @ 16:51:28
  Author: yan12125
Revision: 520861

archrelease: copy trunk to community-staging-any

Added:
  python-aiobotocore/repos/community-staging-any/PKGBUILD
(from rev 520860, python-aiobotocore/trunk/PKGBUILD)
  python-aiobotocore/repos/community-staging-any/fix-tests-with-proxies.patch
(from rev 520860, python-aiobotocore/trunk/fix-tests-with-proxies.patch)
  python-aiobotocore/repos/community-staging-any/moto-1.3.8.patch
(from rev 520860, python-aiobotocore/trunk/moto-1.3.8.patch)
Deleted:
  python-aiobotocore/repos/community-staging-any/PKGBUILD
  python-aiobotocore/repos/community-staging-any/fix-tests-with-proxies.patch
  python-aiobotocore/repos/community-staging-any/moto-1.3.8.patch

--+
 PKGBUILD |   92 -
 fix-tests-with-proxies.patch |   60 +-
 moto-1.3.8.patch |   52 +++
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 16:51:05 UTC (rev 520860)
+++ PKGBUILD2019-10-28 16:51:28 UTC (rev 520861)
@@ -1,46 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aiobotocore
-_pkgname=aiobotocore
-pkgver=0.10.3
-pkgrel=4
-pkgdesc='asyncio support for botocore library using aiohttp'
-arch=(any)
-url='https://github.com/aio-libs/aiobotocore'
-license=(Apache)
-depends=(python python-aiohttp python-botocore python-wrapt 
python-async_generator)
-checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
-source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-moto-1.3.8.patch
-fix-tests-with-proxies.patch)
-sha256sums=('5af3a575dee8f6d4bda36a237807edc7e864cc0e45c0b20dc07521191ee04759'
-'7953b9cf8b4256cf0020098a978ef5c48097dfbaafe1c2cbf22d590ed1b07e5c'
-'248aee05a468848dda2c40185f49714ebe8b789913dd7bb49018d69f1f3606f7')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -Np1 -i ../moto-1.3.8.patch
-  patch -Np1 -i ../fix-tests-with-proxies.patch
-
-  # Disable dependency pinning
-  # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
-  rm -v tests/test_patches.py
-  sed -i -r "s#'(botocore.*),<.*',#'\1',#" setup.py
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  PYTHONPATH=build/lib pytest -v -m moto tests
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aiobotocore/repos/community-staging-any/PKGBUILD (from rev 
520860, python-aiobotocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 16:51:28 UTC (rev 520861)
@@ -0,0 +1,46 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aiobotocore
+_pkgname=aiobotocore
+pkgver=0.10.4
+pkgrel=1
+pkgdesc='asyncio support for botocore library using aiohttp'
+arch=(any)
+url='https://github.com/aio-libs/aiobotocore'
+license=(Apache)
+depends=(python python-aiohttp python-botocore python-wrapt 
python-async_generator)
+checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
+source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+moto-1.3.8.patch
+fix-tests-with-proxies.patch)
+sha256sums=('2e8fe12f66f028641d5727983bd211598e71b983d601a4d2618915ed8c7c305d'
+'7953b9cf8b4256cf0020098a978ef5c48097dfbaafe1c2cbf22d590ed1b07e5c'
+'248aee05a468848dda2c40185f49714ebe8b789913dd7bb49018d69f1f3606f7')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  patch -Np1 -i ../moto-1.3.8.patch
+  patch -Np1 -i ../fix-tests-with-proxies.patch
+
+  # Disable dependency pinning
+  # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
+  rm -v tests/test_patches.py
+  sed -i -r "s#'(botocore.*),<.*',#'\1',#" setup.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=build/lib pytest -v -m moto tests
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Deleted: fix-tests-with-proxies.patch
===
--- fix-tests-with-proxies.patch2019-10-28 16:51:05 UTC (rev 520860)
+++ fix-tests-with-proxies.patch2019-10-28 16:51:28 UTC (rev 520861)
@@ -1,30 +0,0 @@
-diff --git a/tests/conftest.py b/tests/conftest.py
-index 2af2ff7..14c2974 100644
 a/tests/conftest.py
-+++ b/tests/conftest.py
-@@ -71,18 +71,20 @@ async def assert_num_uploads_found(
- @pytest.fixture
- def aa_fail_proxy_config(monkeypatch):
- # NOTE: name of this fixture must be alphabetically first to run first
--

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

2019-10-28 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, October 28, 2019 @ 16:51:05
  Author: yan12125
Revision: 520860

upgpkg: python-aiobotocore 0.10.4-1

Modified:
  python-aiobotocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 16:48:03 UTC (rev 520859)
+++ PKGBUILD2019-10-28 16:51:05 UTC (rev 520860)
@@ -2,8 +2,8 @@
 
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
-pkgver=0.10.3
-pkgrel=4
+pkgver=0.10.4
+pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
 url='https://github.com/aio-libs/aiobotocore'
@@ -13,7 +13,7 @@
 
source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 moto-1.3.8.patch
 fix-tests-with-proxies.patch)
-sha256sums=('5af3a575dee8f6d4bda36a237807edc7e864cc0e45c0b20dc07521191ee04759'
+sha256sums=('2e8fe12f66f028641d5727983bd211598e71b983d601a4d2618915ed8c7c305d'
 '7953b9cf8b4256cf0020098a978ef5c48097dfbaafe1c2cbf22d590ed1b07e5c'
 '248aee05a468848dda2c40185f49714ebe8b789913dd7bb49018d69f1f3606f7')
 


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

2019-10-28 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 28, 2019 @ 16:47:57
  Author: svenstaro
Revision: 520858

upgpkg: blender 17:2.80-7

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 16:46:24 UTC (rev 520857)
+++ PKGBUILD2019-10-28 16:47:57 UTC (rev 520858)
@@ -16,7 +16,7 @@
 pkgname=blender
 pkgver=2.80
 [[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
-pkgrel=6
+pkgrel=7
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -66,10 +66,10 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DWITH_INSTALL_PORTABLE=OFF \
 -DWITH_PYTHON_INSTALL=OFF \
--DPYTHON_VERSION=3.8 \
+-DPYTHON_VERSION=3.7 \
 -DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.8m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.8m
+-DPYTHON_LIBRARY=python3.7m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.7m
   ninja
 }
 


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

2019-10-28 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 28, 2019 @ 16:48:03
  Author: svenstaro
Revision: 520859

archrelease: copy trunk to community-x86_64

Added:
  blender/repos/community-x86_64/PKGBUILD
(from rev 520858, blender/trunk/PKGBUILD)
Deleted:
  blender/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 16:47:57 UTC (rev 520858)
+++ PKGBUILD2019-10-28 16:48:03 UTC (rev 520859)
@@ -1,83 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: John Sowiak 
-# Contributor: tobias 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.80
-# _gitcommit=054dbb833e15275e0e991e2c15e754a3e7583716
-
-pkgname=blender
-pkgver=2.80
-[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
-pkgrel=6
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('x86_64')
-license=('GPL')
-url="http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda' 'ninja')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-source=("git://git.blender.org/blender-addons.git"
-"git://git.blender.org/blender-addons-contrib.git"
-"git://git.blender.org/blender-translations.git"
-"git://git.blender.org/blender-dev-tools.git")
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-elif [[ -n $_gitcommit ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
-  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
-  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
-  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
-  git submodule update
-
-  mkdir build
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"/build
-
-  cmake -GNinja -C../build_files/cmake/config/blender_release.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DPYTHON_VERSION=3.7 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.7m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.7m
-  ninja
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  DESTDIR="${pkgdir}" ninja install
-  install -Dm755 ../release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
-  python -m compileall "${pkgdir}/usr/share/blender"
-  python -O -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-x86_64/PKGBUILD (from rev 520858, 
blender/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 16:48:03 UTC (rev 520859)
@@ -0,0 +1,83 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+_gittag=v2.80
+# _gitcommit=054dbb833e15275e0e991e2c15e754a3e7583716
+
+pkgname=blender
+pkgver=2.80
+[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
+pkgrel=7
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('x86_64')
+license=('GPL')

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

2019-10-28 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 28, 2019 @ 16:46:15
  Author: svenstaro
Revision: 520856

upgpkg: watchexec 1.11.1-1

Modified:
  watchexec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 15:06:33 UTC (rev 520855)
+++ PKGBUILD2019-10-28 16:46:15 UTC (rev 520856)
@@ -1,8 +1,8 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Vlad M. 
 
 pkgname=watchexec
-pkgver=1.10.3
+pkgver=1.11.1
 pkgrel=1
 pkgdesc="Executes commands in response to file modifications"
 url='https://github.com/watchexec/watchexec'
@@ -10,7 +10,7 @@
 arch=('x86_64')
 license=('Apache')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('2bbef078d3937764cfb063c6520eae5117eddb5cfd15efabc39a69fc69b9989e')
+sha256sums=('6d74f336d6734c7625ee5acc5991f14bc0dff8e7cac40cb11303a5ef2f232f5c')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -19,6 +19,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
+  install -Dm644 "completions/zsh" 
"$pkgdir/usr/share/zsh/site-functions/_watchexec"
   install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2019-10-28 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 28, 2019 @ 16:46:24
  Author: svenstaro
Revision: 520857

archrelease: copy trunk to community-x86_64

Added:
  watchexec/repos/community-x86_64/PKGBUILD
(from rev 520856, watchexec/trunk/PKGBUILD)
Deleted:
  watchexec/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 16:46:15 UTC (rev 520856)
+++ PKGBUILD2019-10-28 16:46:24 UTC (rev 520857)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Vlad M. 
-
-pkgname=watchexec
-pkgver=1.10.3
-pkgrel=1
-pkgdesc="Executes commands in response to file modifications"
-url='https://github.com/watchexec/watchexec'
-makedepends=('cargo')
-arch=('x86_64')
-license=('Apache')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('2bbef078d3937764cfb063c6520eae5117eddb5cfd15efabc39a69fc69b9989e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: watchexec/repos/community-x86_64/PKGBUILD (from rev 520856, 
watchexec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 16:46:24 UTC (rev 520857)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Vlad M. 
+
+pkgname=watchexec
+pkgver=1.11.1
+pkgrel=1
+pkgdesc="Executes commands in response to file modifications"
+url='https://github.com/watchexec/watchexec'
+makedepends=('cargo')
+arch=('x86_64')
+license=('Apache')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('6d74f336d6734c7625ee5acc5991f14bc0dff8e7cac40cb11303a5ef2f232f5c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm644 "completions/zsh" 
"$pkgdir/usr/share/zsh/site-functions/_watchexec"
+  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-10-28 Thread Jonas Witschel via arch-commits
Date: Monday, October 28, 2019 @ 15:06:28
  Author: diabonas
Revision: 520854

upgpkg: tpm2-tools 4.0.1-1

- upstream release
- pandoc is no longer necessary in version 4 since the generated man pages are
  distributed in the source tarball

Modified:
  tpm2-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 14:29:54 UTC (rev 520853)
+++ PKGBUILD2019-10-28 15:06:28 UTC (rev 520854)
@@ -1,9 +1,9 @@
 # Maintainer: Bruno Pagani 
-# Maintainer: Morten Linderud 
+# Maintainer: Jonas Witschel 
 
 pkgname=tpm2-tools
-pkgver=4.0
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
 pkgdesc="Trusted Platform Module 2.0 tools based on tpm2-tss"
 arch=(x86_64)
 url="https://github.com/tpm2-software/tpm2-tools;
@@ -10,10 +10,10 @@
 license=(BSD)
 depends=(curl openssl tpm2-tss)
 optdepends=('tpm2-abrmd: user space resource manager')
-makedepends=(pandoc)
 checkdepends=(cmocka ibm-sw-tpm2 python-yaml tpm2-abrmd xxd)
 source=("$url/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('1e2c6946072235ab903777aa7db0191ab3d87167587dd164d4375b7790e4e00a' 
'SKIP')
+sha256sums=('ccec3fca6370341a102c5c2ef1ddb4e5cd242bf1bbc6c51d969f77fc78ca67d1'
+'SKIP')
 validpgpkeys=(5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1  # William Roberts 
(Bill Roberts) 
   6313E6DC41AAFC315A8760A414986F6944B1F72B) # Desai, Imran 
(idesai-github-gpg) 
 


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

2019-10-28 Thread Jonas Witschel via arch-commits
Date: Monday, October 28, 2019 @ 15:06:33
  Author: diabonas
Revision: 520855

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 15:06:28 UTC (rev 520854)
+++ PKGBUILD2019-10-28 15:06:33 UTC (rev 520855)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Morten Linderud 
-
-pkgname=tpm2-tools
-pkgver=4.0
-pkgrel=2
-pkgdesc="Trusted Platform Module 2.0 tools based on tpm2-tss"
-arch=(x86_64)
-url="https://github.com/tpm2-software/tpm2-tools;
-license=(BSD)
-depends=(curl openssl tpm2-tss)
-optdepends=('tpm2-abrmd: user space resource manager')
-makedepends=(pandoc)
-checkdepends=(cmocka ibm-sw-tpm2 python-yaml tpm2-abrmd xxd)
-source=("$url/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('1e2c6946072235ab903777aa7db0191ab3d87167587dd164d4375b7790e4e00a' 
'SKIP')
-validpgpkeys=(5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1  # William Roberts 
(Bill Roberts) 
-  6313E6DC41AAFC315A8760A414986F6944B1F72B) # Desai, Imran 
(idesai-github-gpg) 
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---sysconfdir=/etc \
---prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit)
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: tpm2-tools/repos/community-x86_64/PKGBUILD (from rev 520854, 
tpm2-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 15:06:33 UTC (rev 520855)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Jonas Witschel 
+
+pkgname=tpm2-tools
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="Trusted Platform Module 2.0 tools based on tpm2-tss"
+arch=(x86_64)
+url="https://github.com/tpm2-software/tpm2-tools;
+license=(BSD)
+depends=(curl openssl tpm2-tss)
+optdepends=('tpm2-abrmd: user space resource manager')
+checkdepends=(cmocka ibm-sw-tpm2 python-yaml tpm2-abrmd xxd)
+source=("$url/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('ccec3fca6370341a102c5c2ef1ddb4e5cd242bf1bbc6c51d969f77fc78ca67d1'
+'SKIP')
+validpgpkeys=(5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1  # William Roberts 
(Bill Roberts) 
+  6313E6DC41AAFC315A8760A414986F6944B1F72B) # Desai, Imran 
(idesai-github-gpg) 
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--sysconfdir=/etc \
+--prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit)
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:29:44
  Author: lfleischer
Revision: 520852

upgpkg: icecast 2.4.4-1

Upstream update.

Modified:
  icecast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 14:28:02 UTC (rev 520851)
+++ PKGBUILD2019-10-28 14:29:44 UTC (rev 520852)
@@ -4,8 +4,8 @@
 # Contributor: Jason Chu 
 
 pkgname=icecast
-pkgver=2.4.3
-pkgrel=3
+pkgver=2.4.4
+pkgrel=1
 pkgdesc='Streaming audio over the Internet'
 arch=('x86_64')
 license=('GPL')
@@ -17,7 +17,7 @@
 'icecast.logrotate'
 'start-by-nobody.patch'
 'icecast.service')
-md5sums=('83d7d34dbe22f0f8fc119d2c9839efc0'
+md5sums=('835c7b571643f6436726a6118defb366'
  '59c6552bcb1dd9fb542af8670dfabd3c'
  'd8e929d2214123a1954da4383bf16583'
  '0753c15f01dc14852e5d70925fc1f6a0')


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:29:54
  Author: lfleischer
Revision: 520853

archrelease: copy trunk to community-x86_64

Added:
  icecast/repos/community-x86_64/PKGBUILD
(from rev 520852, icecast/trunk/PKGBUILD)
  icecast/repos/community-x86_64/icecast.logrotate
(from rev 520852, icecast/trunk/icecast.logrotate)
  icecast/repos/community-x86_64/icecast.service
(from rev 520852, icecast/trunk/icecast.service)
  icecast/repos/community-x86_64/start-by-nobody.patch
(from rev 520852, icecast/trunk/start-by-nobody.patch)
Deleted:
  icecast/repos/community-x86_64/PKGBUILD
  icecast/repos/community-x86_64/icecast.logrotate
  icecast/repos/community-x86_64/icecast.service
  icecast/repos/community-x86_64/start-by-nobody.patch

---+
 PKGBUILD  |   94 
 icecast.logrotate |   16 
 icecast.service   |   22 +--
 start-by-nobody.patch |   30 +++
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 14:29:44 UTC (rev 520852)
+++ PKGBUILD2019-10-28 14:29:54 UTC (rev 520853)
@@ -1,47 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Andrea Scarpino 
-# Contributor: Andreas Radke 
-# Contributor: Jason Chu 
-
-pkgname=icecast
-pkgver=2.4.3
-pkgrel=3
-pkgdesc='Streaming audio over the Internet'
-arch=('x86_64')
-license=('GPL')
-url='http://www.icecast.org/'
-depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
-backup=('etc/icecast.xml'
-'etc/logrotate.d/icecast')
-source=("http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'icecast.logrotate'
-'start-by-nobody.patch'
-'icecast.service')
-md5sums=('83d7d34dbe22f0f8fc119d2c9839efc0'
- '59c6552bcb1dd9fb542af8670dfabd3c'
- 'd8e929d2214123a1954da4383bf16583'
- '0753c15f01dc14852e5d70925fc1f6a0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/start-by-nobody.patch"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install logrotate config (taken from Fedora)
-  install -Dm644 "${srcdir}/icecast.logrotate" 
"${pkgdir}/etc/logrotate.d/icecast"
-
-  # create log directory
-  install -d -g99 -o99 "${pkgdir}/var/log/icecast"
-
-  # install systemd unit
-  install -Dm0644 "${srcdir}/icecast.service" 
"${pkgdir}/usr/lib/systemd/system/icecast.service"
-}

Copied: icecast/repos/community-x86_64/PKGBUILD (from rev 520852, 
icecast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 14:29:54 UTC (rev 520853)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrea Scarpino 
+# Contributor: Andreas Radke 
+# Contributor: Jason Chu 
+
+pkgname=icecast
+pkgver=2.4.4
+pkgrel=1
+pkgdesc='Streaming audio over the Internet'
+arch=('x86_64')
+license=('GPL')
+url='https://www.icecast.org/'
+depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
+backup=('etc/icecast.xml'
+'etc/logrotate.d/icecast')
+source=("https://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'icecast.logrotate'
+'start-by-nobody.patch'
+'icecast.service')
+md5sums=('835c7b571643f6436726a6118defb366'
+ '59c6552bcb1dd9fb542af8670dfabd3c'
+ 'd8e929d2214123a1954da4383bf16583'
+ '0753c15f01dc14852e5d70925fc1f6a0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/start-by-nobody.patch"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install logrotate config (taken from Fedora)
+  install -Dm644 "${srcdir}/icecast.logrotate" 
"${pkgdir}/etc/logrotate.d/icecast"
+
+  # create log directory
+  install -d -g99 -o99 "${pkgdir}/var/log/icecast"
+
+  # install systemd unit
+  install -Dm0644 "${srcdir}/icecast.service" 
"${pkgdir}/usr/lib/systemd/system/icecast.service"
+}

Deleted: icecast.logrotate
===
--- icecast.logrotate   2019-10-28 14:29:44 UTC (rev 520852)
+++ icecast.logrotate   2019-10-28 14:29:54 UTC (rev 520853)
@@ -1,8 +0,0 @@
-/var/log/icecast/*log {
-missingok
-notifempty
-sharedscripts
-postrotate
-endscript
-}
-

Copied: icecast/repos/community-x86_64/icecast.logrotate (from rev 520852, 
icecast/trunk/icecast.logrotate)
===
--- icecast.logrotate   (rev 0)
+++ icecast.logrotate   2019-10-28 14:29:54 UTC (rev 520853)
@@ -0,0 +1,8 @@
+/var/log/icecast/*log {
+

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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:28:02
  Author: lfleischer
Revision: 520851

archrelease: copy trunk to community-x86_64

Added:
  autofs/repos/community-x86_64/PKGBUILD
(from rev 520850, autofs/trunk/PKGBUILD)
Deleted:
  
autofs/repos/community-x86_64/0001-autofs-5.1.4-account-for-recent-libnsl-changes.patch
  autofs/repos/community-x86_64/PKGBUILD

---+
 0001-autofs-5.1.4-account-for-recent-libnsl-changes.patch |  553 
 PKGBUILD  |  122 +-
 2 files changed, 58 insertions(+), 617 deletions(-)

Deleted: 0001-autofs-5.1.4-account-for-recent-libnsl-changes.patch
===
--- 0001-autofs-5.1.4-account-for-recent-libnsl-changes.patch   2019-10-28 
14:27:55 UTC (rev 520850)
+++ 0001-autofs-5.1.4-account-for-recent-libnsl-changes.patch   2019-10-28 
14:28:02 UTC (rev 520851)
@@ -1,553 +0,0 @@
-From ea79b481a37f29d72320fd16e6fa2cf035efb923 Mon Sep 17 00:00:00 2001
-From: Ian Kent 
-Date: Mon, 5 Feb 2018 09:05:24 +0800
-Subject: [PATCH] autofs-5.1.4 - account for recent libnsl changes
-
-The glibc RPC code has been dropped.
-
-The NIS functionality comes in the libnsl library but it installs
-its files into sub directories of the system include and library
-directories.
-
-So configure needs to check for this and allow for it in the
-compile and linking of the NIS and NIS+ lookup modules.
-
-(cherry picked from commit 4ffced789c9f06c81e48a27a3402ace6bedcf4ab)
-
-# Conflicts:
-#  CHANGELOG

- Makefile.conf.in|   4 +-
- Makefile.rules  |   2 -
- aclocal.m4  |  45 +++
- configure   | 288 +---
- configure.in|  27 ++---
- include/config.h.in |   3 +
- modules/Makefile|  10 ++
- 7 files changed, 342 insertions(+), 37 deletions(-)
-
-diff --git a/Makefile.conf.in b/Makefile.conf.in
-index f879e26..8566265 100644
 a/Makefile.conf.in
-+++ b/Makefile.conf.in
-@@ -14,8 +14,8 @@ DAEMON_LDFLAGS = @DAEMON_LDFLAGS@
- # Glibc < 2.17 requires librt for clock_gettime()
- LIBCLOCK_GETTIME = @LIBCLOCK_GETTIME@
- 
--# Special parameters for glibc (libc 6)
--LIBNSL= @LIBNSL@
-+NSLLIB= @NSL_LIBS@
-+NSLCFLAGS = @NSL_CFLAGS@
- LIBRESOLV = @LIBRESOLV@
- 
- # Hesiod support: yes (1) no (0)
-diff --git a/Makefile.rules b/Makefile.rules
-index 0edf9bf..2bfa043 100644
 a/Makefile.rules
-+++ b/Makefile.rules
-@@ -54,8 +54,6 @@ ifdef DMALLOCLIB
- LIBS += $(DMALLOCLIB)
- endif
- 
--LIBS += $(LIBNSL)
--
- LIBS += $(LIBCLOCK_GETTIME)
- 
- # Standard rules
-diff --git a/aclocal.m4 b/aclocal.m4
-index 5177204..f1ed387 100644
 a/aclocal.m4
-+++ b/aclocal.m4
-@@ -417,3 +417,48 @@ fi
- LIBS="$af_check_ldap_parse_page_control_save_libs"
- ])
- 
-+dnl --
-+dnl AF_CHECK_YPCLNT_HEADER
-+dnl
-+dnl Check for include file rpcsvc/ypclnt.h for YellowPages support.
-+dnl --
-+AC_DEFUN([AF_CHECK_YPCLNT_HEADER],
-+[
-+# save current CFLAGS
-+af_check_ypclnt_header_save_cflags="$CFLAGS"
-+CFLAGS="$CFLAGS $NSL_CFLAGS $TIRPC_CFLAGS"
-+
-+HAVE_YPCLNT=0
-+AC_CHECK_HEADER([rpcsvc/ypclnt.h], HAVE_YPCLNT=1)
-+AC_SUBST(HAVE_YPCLNT)
-+if test "$HAVE_YPCLNT" = "1"; then
-+  AC_DEFINE(HAVE_YPCLNT, 1,
-+  [Define if using YellowPages])
-+fi
-+
-+# restore libs
-+CFLAGS="$af_check_ypclnt_header_save_cflags"
-+])
-+
-+dnl --
-+dnl AF_CHECK_NIS_HEADER
-+dnl
-+dnl Check for include file rpcsvc/nis.h for NIS+ support.
-+dnl --
-+AC_DEFUN([AF_CHECK_NIS_HEADER],
-+[
-+# save current CFLAGS
-+af_check_nis_header_save_cflags="$CFLAGS"
-+CFLAGS="$CFLAGS $NSL_CFLAGS $TIRPC_CFLAGS"
-+
-+HAVE_NISPLUS=0
-+AC_CHECK_HEADER([rpcsvc/nis.h], HAVE_NISPLUS=1)
-+AC_SUBST(HAVE_NISPLUS)
-+if test "$HAVE_NISPLUS" = "1"; then
-+  AC_DEFINE(HAVE_NISPLUS, 1,
-+  [Define if using NIS+])
-+fi
-+
-+# restore libs
-+CFLAGS="$af_check_nis_header_save_cflags"
-+])
-diff --git a/configure b/configure
-index 476cea4..2d517aa 100755
 a/configure
-+++ b/configure
-@@ -634,8 +634,8 @@ XML_FLAGS
- LIBLDAP
- HAVE_LDAP
- LDAP_FLAGS
--HAVE_YPCLNT
- HAVE_NISPLUS
-+HAVE_YPCLNT
- EGREP
- GREP
- CPP
-@@ -643,7 +643,8 @@ HESIOD_FLAGS
- LIBHESIOD
- HAVE_HESIOD
- LIBRESOLV
--LIBNSL
-+NSL_LIBS
-+NSL_CFLAGS
- LIBCLOCK_GETTIME
- KRB5_CONFIG
- XML_CONFIG
-@@ -764,6 +765,8 @@ CFLAGS
- LDFLAGS
- LIBS
- CPPFLAGS
-+NSL_CFLAGS
-+NSL_LIBS
- CPP'
- 
- 
-@@ -1417,6 +1420,8 @@ Some influential environment variables:
-   LIBSlibraries to pass to the linker, e.g. -l
-   CPPFLAGS(Objective) C/C++ preprocessor flags, e.g. -I if
-   you have headers in a nonstandard directory 
-+  NSL_CFLAGS  C compiler flags for 

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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:27:55
  Author: lfleischer
Revision: 520850

upgpkg: autofs 5.1.6-1

Upstream update.

Modified:
  autofs/trunk/PKGBUILD
Deleted:
  autofs/trunk/0001-autofs-5.1.4-account-for-recent-libnsl-changes.patch

---+
 0001-autofs-5.1.4-account-for-recent-libnsl-changes.patch |  553 
 PKGBUILD  |   16 
 2 files changed, 5 insertions(+), 564 deletions(-)

Deleted: 0001-autofs-5.1.4-account-for-recent-libnsl-changes.patch
===
--- 0001-autofs-5.1.4-account-for-recent-libnsl-changes.patch   2019-10-28 
14:23:04 UTC (rev 520849)
+++ 0001-autofs-5.1.4-account-for-recent-libnsl-changes.patch   2019-10-28 
14:27:55 UTC (rev 520850)
@@ -1,553 +0,0 @@
-From ea79b481a37f29d72320fd16e6fa2cf035efb923 Mon Sep 17 00:00:00 2001
-From: Ian Kent 
-Date: Mon, 5 Feb 2018 09:05:24 +0800
-Subject: [PATCH] autofs-5.1.4 - account for recent libnsl changes
-
-The glibc RPC code has been dropped.
-
-The NIS functionality comes in the libnsl library but it installs
-its files into sub directories of the system include and library
-directories.
-
-So configure needs to check for this and allow for it in the
-compile and linking of the NIS and NIS+ lookup modules.
-
-(cherry picked from commit 4ffced789c9f06c81e48a27a3402ace6bedcf4ab)
-
-# Conflicts:
-#  CHANGELOG

- Makefile.conf.in|   4 +-
- Makefile.rules  |   2 -
- aclocal.m4  |  45 +++
- configure   | 288 +---
- configure.in|  27 ++---
- include/config.h.in |   3 +
- modules/Makefile|  10 ++
- 7 files changed, 342 insertions(+), 37 deletions(-)
-
-diff --git a/Makefile.conf.in b/Makefile.conf.in
-index f879e26..8566265 100644
 a/Makefile.conf.in
-+++ b/Makefile.conf.in
-@@ -14,8 +14,8 @@ DAEMON_LDFLAGS = @DAEMON_LDFLAGS@
- # Glibc < 2.17 requires librt for clock_gettime()
- LIBCLOCK_GETTIME = @LIBCLOCK_GETTIME@
- 
--# Special parameters for glibc (libc 6)
--LIBNSL= @LIBNSL@
-+NSLLIB= @NSL_LIBS@
-+NSLCFLAGS = @NSL_CFLAGS@
- LIBRESOLV = @LIBRESOLV@
- 
- # Hesiod support: yes (1) no (0)
-diff --git a/Makefile.rules b/Makefile.rules
-index 0edf9bf..2bfa043 100644
 a/Makefile.rules
-+++ b/Makefile.rules
-@@ -54,8 +54,6 @@ ifdef DMALLOCLIB
- LIBS += $(DMALLOCLIB)
- endif
- 
--LIBS += $(LIBNSL)
--
- LIBS += $(LIBCLOCK_GETTIME)
- 
- # Standard rules
-diff --git a/aclocal.m4 b/aclocal.m4
-index 5177204..f1ed387 100644
 a/aclocal.m4
-+++ b/aclocal.m4
-@@ -417,3 +417,48 @@ fi
- LIBS="$af_check_ldap_parse_page_control_save_libs"
- ])
- 
-+dnl --
-+dnl AF_CHECK_YPCLNT_HEADER
-+dnl
-+dnl Check for include file rpcsvc/ypclnt.h for YellowPages support.
-+dnl --
-+AC_DEFUN([AF_CHECK_YPCLNT_HEADER],
-+[
-+# save current CFLAGS
-+af_check_ypclnt_header_save_cflags="$CFLAGS"
-+CFLAGS="$CFLAGS $NSL_CFLAGS $TIRPC_CFLAGS"
-+
-+HAVE_YPCLNT=0
-+AC_CHECK_HEADER([rpcsvc/ypclnt.h], HAVE_YPCLNT=1)
-+AC_SUBST(HAVE_YPCLNT)
-+if test "$HAVE_YPCLNT" = "1"; then
-+  AC_DEFINE(HAVE_YPCLNT, 1,
-+  [Define if using YellowPages])
-+fi
-+
-+# restore libs
-+CFLAGS="$af_check_ypclnt_header_save_cflags"
-+])
-+
-+dnl --
-+dnl AF_CHECK_NIS_HEADER
-+dnl
-+dnl Check for include file rpcsvc/nis.h for NIS+ support.
-+dnl --
-+AC_DEFUN([AF_CHECK_NIS_HEADER],
-+[
-+# save current CFLAGS
-+af_check_nis_header_save_cflags="$CFLAGS"
-+CFLAGS="$CFLAGS $NSL_CFLAGS $TIRPC_CFLAGS"
-+
-+HAVE_NISPLUS=0
-+AC_CHECK_HEADER([rpcsvc/nis.h], HAVE_NISPLUS=1)
-+AC_SUBST(HAVE_NISPLUS)
-+if test "$HAVE_NISPLUS" = "1"; then
-+  AC_DEFINE(HAVE_NISPLUS, 1,
-+  [Define if using NIS+])
-+fi
-+
-+# restore libs
-+CFLAGS="$af_check_nis_header_save_cflags"
-+])
-diff --git a/configure b/configure
-index 476cea4..2d517aa 100755
 a/configure
-+++ b/configure
-@@ -634,8 +634,8 @@ XML_FLAGS
- LIBLDAP
- HAVE_LDAP
- LDAP_FLAGS
--HAVE_YPCLNT
- HAVE_NISPLUS
-+HAVE_YPCLNT
- EGREP
- GREP
- CPP
-@@ -643,7 +643,8 @@ HESIOD_FLAGS
- LIBHESIOD
- HAVE_HESIOD
- LIBRESOLV
--LIBNSL
-+NSL_LIBS
-+NSL_CFLAGS
- LIBCLOCK_GETTIME
- KRB5_CONFIG
- XML_CONFIG
-@@ -764,6 +765,8 @@ CFLAGS
- LDFLAGS
- LIBS
- CPPFLAGS
-+NSL_CFLAGS
-+NSL_LIBS
- CPP'
- 
- 
-@@ -1417,6 +1420,8 @@ Some influential environment variables:
-   LIBSlibraries to pass to the linker, e.g. -l
-   CPPFLAGS(Objective) C/C++ preprocessor flags, e.g. -I if
-   you have headers in a nonstandard directory 
-+  NSL_CFLAGS  C compiler flags for NSL, overriding pkg-config
-+  NSL_LIBSlinker flags for NSL, overriding pkg-config
-   CPP C preprocessor
- 
- 

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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:23:04
  Author: lfleischer
Revision: 520849

archrelease: copy trunk to community-x86_64

Added:
  nickle/repos/community-x86_64/PKGBUILD
(from rev 520848, nickle/trunk/PKGBUILD)
Deleted:
  nickle/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 14:22:58 UTC (rev 520848)
+++ PKGBUILD2019-10-28 14:23:04 UTC (rev 520849)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Jan de Groot 
-
-pkgname=nickle
-pkgver=2.84
-pkgrel=1
-pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
-arch=('x86_64')
-url="http://nickle.org;
-license=('custom')
-depends=('readline')
-source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('cf2a1e403698835a152e56b625857e07')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: nickle/repos/community-x86_64/PKGBUILD (from rev 520848, 
nickle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 14:23:04 UTC (rev 520849)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jan de Groot 
+
+pkgname=nickle
+pkgver=2.85
+pkgrel=1
+pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
+arch=('x86_64')
+url="https://nickle.org;
+license=('custom')
+depends=('readline')
+source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1614e37ca278f2850c2bea088b6278d4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:22:58
  Author: lfleischer
Revision: 520848

upgpkg: nickle 2.85-1

Upstream update.

Modified:
  nickle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 14:20:17 UTC (rev 520847)
+++ PKGBUILD2019-10-28 14:22:58 UTC (rev 520848)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=nickle
-pkgver=2.84
+pkgver=2.85
 pkgrel=1
 pkgdesc="A programming language based prototyping environment with powerful 
programming and scripting capabilities"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('readline')
 source=("https://nickle.org/release/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('cf2a1e403698835a152e56b625857e07')
+md5sums=('1614e37ca278f2850c2bea088b6278d4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:20:17
  Author: lfleischer
Revision: 520847

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 14:20:11 UTC (rev 520846)
+++ PKGBUILD2019-10-28 14:20:17 UTC (rev 520847)
@@ -1,50 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Andrey Mivrenik 
-# Contributor: Tim Diels 
-
-pkgbase=python-dropbox
-_pkgname=dropbox-sdk-python
-pkgname=(python-dropbox python2-dropbox)
-pkgver=9.2.0
-pkgrel=1
-pkgdesc="Python SDK for Dropbox Core APIs"
-url="https://www.dropbox.com/developers/core/sdks/python;
-arch=('any')
-license=('MIT')
-makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
- python-setuptools python2-setuptools python-pytest-runner 
python2-pytest-runner)
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('b609b6f283176ab8fc4af28a2ef729a2346434fa817334b7377ba8ab8e46cd9f1a78e66b9ccc15f87636f37e3b71fc3362a871da655d76401a7e198c353b07e4')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-# requires API token in $DROPBOX_TOKEN
-#check() {
-#  cd "$srcdir/$_pkgname-$pkgver"
-#
-#  python setup.py pytest --addopts "-k 'not TestDropboxTeam'"
-#  python2 setup.py pytest --addopts "-k 'not TestDropboxTeam'"
-#}
-
-package_python-dropbox() {
-  depends=(python python-urllib3 python-requests)
-
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-dropbox() {
-  depends=(python2 python2-urllib3 python2-requests)
-
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-dropbox/repos/community-any/PKGBUILD (from rev 520846, 
python-dropbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 14:20:17 UTC (rev 520847)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrey Mivrenik 
+# Contributor: Tim Diels 
+
+pkgbase=python-dropbox
+_pkgname=dropbox-sdk-python
+pkgname=(python-dropbox python2-dropbox)
+pkgver=9.4.0
+pkgrel=1
+pkgdesc="Python SDK for Dropbox Core APIs"
+url="https://www.dropbox.com/developers/core/sdks/python;
+arch=('any')
+license=('MIT')
+makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
+ python-setuptools python2-setuptools python-pytest-runner 
python2-pytest-runner)
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('977212f9d41221509b80ac91935e406659e31f3611e80330cea7122a351dc758573ba9fad7b3cd7a95fea3839514f99e02223fb0e25ab18d052f5af378eddbf2')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+# requires API token in $DROPBOX_TOKEN
+#check() {
+#  cd "$srcdir/$_pkgname-$pkgver"
+#
+#  python setup.py pytest --addopts "-k 'not TestDropboxTeam'"
+#  python2 setup.py pytest --addopts "-k 'not TestDropboxTeam'"
+#}
+
+package_python-dropbox() {
+  depends=(python python-urllib3 python-requests)
+
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-dropbox() {
+  depends=(python2 python2-urllib3 python2-requests)
+
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:20:11
  Author: lfleischer
Revision: 520846

upgpkg: python-dropbox 9.4.0-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 14:18:34 UTC (rev 520845)
+++ PKGBUILD2019-10-28 14:20:11 UTC (rev 520846)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=9.2.0
+pkgver=9.4.0
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python;
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools python-pytest-runner 
python2-pytest-runner)
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('b609b6f283176ab8fc4af28a2ef729a2346434fa817334b7377ba8ab8e46cd9f1a78e66b9ccc15f87636f37e3b71fc3362a871da655d76401a7e198c353b07e4')
+sha512sums=('977212f9d41221509b80ac91935e406659e31f3611e80330cea7122a351dc758573ba9fad7b3cd7a95fea3839514f99e02223fb0e25ab18d052f5af378eddbf2')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:18:34
  Author: lfleischer
Revision: 520845

archrelease: copy trunk to community-staging-any

Added:
  python-fasteners/repos/community-staging-any/PKGBUILD
(from rev 520844, python-fasteners/trunk/PKGBUILD)
Deleted:
  python-fasteners/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 14:18:27 UTC (rev 520844)
+++ PKGBUILD2019-10-28 14:18:34 UTC (rev 520845)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Tomislav Ivek 
-
-pkgname=('python-fasteners' 'python2-fasteners')
-pkgver=0.14.1
-pkgrel=7
-pkgdesc="A python package that provides useful locks."
-arch=('any')
-url="https://github.com/harlowja/fasteners;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz;)
-sha512sums=('954d692b7f43563ba1413854c8dec2f5ff98757346c55aaa5f39e9aa777fb746bf4f9506beab6cfa149d5646db4b3de58d35bcef95e3128096c3346c9fd8015c')
-
-build() {
-  cd "$srcdir/fasteners-$pkgver"
-  python setup.py build
-}
-
-package_python-fasteners() {
-  depends=('python-six' 'python-monotonic')
-
-  cd "$srcdir/fasteners-$pkgver"
-  python setup.py install --optimize=1 --root=${pkgdir}
-}
-
-package_python2-fasteners() {
-  depends=('python2-six' 'python2-monotonic')
-
-  cd "$srcdir/fasteners-$pkgver"
-  python2 setup.py install --optimize=1 --root=${pkgdir}
-}

Copied: python-fasteners/repos/community-staging-any/PKGBUILD (from rev 520844, 
python-fasteners/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 14:18:34 UTC (rev 520845)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Tomislav Ivek 
+
+pkgname=('python-fasteners' 'python2-fasteners')
+pkgver=0.15
+pkgrel=1
+pkgdesc="A python package that provides useful locks."
+arch=('any')
+url="https://github.com/harlowja/fasteners;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz;)
+sha512sums=('0c77c7061c8b76d0d018b07a3d33fc71701842f5b686456ebf31069694baa27a6cc47196267f24bc296078e7503ab0709fa28c9f0088c3cf777ea0e133bb5832')
+
+build() {
+  cd "$srcdir/fasteners-$pkgver"
+  python setup.py build
+}
+
+package_python-fasteners() {
+  depends=('python-six' 'python-monotonic')
+
+  cd "$srcdir/fasteners-$pkgver"
+  python setup.py install --optimize=1 --root=${pkgdir}
+}
+
+package_python2-fasteners() {
+  depends=('python2-six' 'python2-monotonic')
+
+  cd "$srcdir/fasteners-$pkgver"
+  python2 setup.py install --optimize=1 --root=${pkgdir}
+}


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:18:27
  Author: lfleischer
Revision: 520844

upgpkg: python-fasteners 0.15-1

Upstream update.

Modified:
  python-fasteners/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 14:16:22 UTC (rev 520843)
+++ PKGBUILD2019-10-28 14:18:27 UTC (rev 520844)
@@ -2,8 +2,8 @@
 # Contributor: Tomislav Ivek 
 
 pkgname=('python-fasteners' 'python2-fasteners')
-pkgver=0.14.1
-pkgrel=7
+pkgver=0.15
+pkgrel=1
 pkgdesc="A python package that provides useful locks."
 arch=('any')
 url="https://github.com/harlowja/fasteners;
@@ -10,7 +10,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz;)
-sha512sums=('954d692b7f43563ba1413854c8dec2f5ff98757346c55aaa5f39e9aa777fb746bf4f9506beab6cfa149d5646db4b3de58d35bcef95e3128096c3346c9fd8015c')
+sha512sums=('0c77c7061c8b76d0d018b07a3d33fc71701842f5b686456ebf31069694baa27a6cc47196267f24bc296078e7503ab0709fa28c9f0088c3cf777ea0e133bb5832')
 
 build() {
   cd "$srcdir/fasteners-$pkgver"


[arch-commits] Commit in python-mysql-connector/trunk (ChangeLog PKGBUILD)

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:16:16
  Author: lfleischer
Revision: 520842

upgpkg: python-mysql-connector 8.0.18-1

Upstream update.

Modified:
  python-mysql-connector/trunk/PKGBUILD
Deleted:
  python-mysql-connector/trunk/ChangeLog

---+
 ChangeLog |   44 
 PKGBUILD  |5 ++---
 2 files changed, 2 insertions(+), 47 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2019-10-28 14:11:03 UTC (rev 520841)
+++ ChangeLog   2019-10-28 14:16:16 UTC (rev 520842)
@@ -1,44 +0,0 @@
-8.0.15-1:
-upstream update
-
-8.0.13-1:
-upstream update
-
-8.0.12-1:
-upstream update
-
-2.1.7-1:
-upstream update
-
-2.1.6-1:
-upstream update
-
-2.1.5-1:
-upstream update
-
-2.1.4-1:
-upstream update
-
-2.1.3-1:
-upstream update
-
-2.0.4-2:
-python3.5 rebuild
-
-2.0.4-1:
-upstream update
-
-2.0.3-1:
-upstream update
-
-2.0.2-1:
-upstream update
-
-2.0.1-1:
-upstream update
-
-1.2.3-1:
-upstream update
-
-1.2.2-1:
-move from AUR into [community]

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 14:11:03 UTC (rev 520841)
+++ PKGBUILD2019-10-28 14:16:16 UTC (rev 520842)
@@ -5,7 +5,7 @@
 pkgbase=python-mysql-connector
 pkgname=('python-mysql-connector' 'python2-mysql-connector')
 _pkgname=mysql-connector-python
-pkgver=8.0.15
+pkgver=8.0.18
 pkgrel=1
 pkgdesc="A standardized database driver for Python platforms and development"
 arch=('any')
@@ -14,8 +14,7 @@
 depends=('python' 'python2')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://cdn.mysql.com/Downloads/Connector-Python/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('7c4bb2d5e85996a32d92f948e6b7235b87fe1258ecb4e87e01d64feae46662de0c12b5aea598bb4a8fccc0a1cea51694b8027ba6e3b7462ca58ed5e65b86c6ed')
-changelog=ChangeLog
+sha512sums=('cb441a6388de8609b56e4d9885ae2491d207c7b1e3bb387341d55853d383eff6e268e34feb32b42797c7b210d35f9d6dbc302ea4c9ed2441a76b91ea66d504b2')
 
 prepare() {
   cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"


[arch-commits] Commit in python-mysql-connector/repos/community-any (3 files)

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:16:22
  Author: lfleischer
Revision: 520843

archrelease: copy trunk to community-any

Added:
  python-mysql-connector/repos/community-any/PKGBUILD
(from rev 520842, python-mysql-connector/trunk/PKGBUILD)
Deleted:
  python-mysql-connector/repos/community-any/ChangeLog
  python-mysql-connector/repos/community-any/PKGBUILD

---+
 ChangeLog |   44 
 PKGBUILD  |   93 +---
 2 files changed, 46 insertions(+), 91 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2019-10-28 14:16:16 UTC (rev 520842)
+++ ChangeLog   2019-10-28 14:16:22 UTC (rev 520843)
@@ -1,44 +0,0 @@
-8.0.15-1:
-upstream update
-
-8.0.13-1:
-upstream update
-
-8.0.12-1:
-upstream update
-
-2.1.7-1:
-upstream update
-
-2.1.6-1:
-upstream update
-
-2.1.5-1:
-upstream update
-
-2.1.4-1:
-upstream update
-
-2.1.3-1:
-upstream update
-
-2.0.4-2:
-python3.5 rebuild
-
-2.0.4-1:
-upstream update
-
-2.0.3-1:
-upstream update
-
-2.0.2-1:
-upstream update
-
-2.0.1-1:
-upstream update
-
-1.2.3-1:
-upstream update
-
-1.2.2-1:
-move from AUR into [community]

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 14:16:16 UTC (rev 520842)
+++ PKGBUILD2019-10-28 14:16:22 UTC (rev 520843)
@@ -1,47 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Evgeniy Alekseev 
-# Contributor: Raphaël Doursenaud 
-
-pkgbase=python-mysql-connector
-pkgname=('python-mysql-connector' 'python2-mysql-connector')
-_pkgname=mysql-connector-python
-pkgver=8.0.15
-pkgrel=1
-pkgdesc="A standardized database driver for Python platforms and development"
-arch=('any')
-url="http://dev.mysql.com/downloads/connector/python/;
-license=('GPL')
-depends=('python' 'python2')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://cdn.mysql.com/Downloads/Connector-Python/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('7c4bb2d5e85996a32d92f948e6b7235b87fe1258ecb4e87e01d64feae46662de0c12b5aea598bb4a8fccc0a1cea51694b8027ba6e3b7462ca58ed5e65b86c6ed')
-changelog=ChangeLog
-
-prepare() {
-  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
-  # change python to python2
-  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
-  sed -i 's|env python|env python2|' {} \;
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-package_python-mysql-connector() {
-  depends=('python')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-mysql-connector() {
-  depends=('python2')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-mysql-connector/repos/community-any/PKGBUILD (from rev 520842, 
python-mysql-connector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 14:16:22 UTC (rev 520843)
@@ -0,0 +1,46 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Evgeniy Alekseev 
+# Contributor: Raphaël Doursenaud 
+
+pkgbase=python-mysql-connector
+pkgname=('python-mysql-connector' 'python2-mysql-connector')
+_pkgname=mysql-connector-python
+pkgver=8.0.18
+pkgrel=1
+pkgdesc="A standardized database driver for Python platforms and development"
+arch=('any')
+url="https://dev.mysql.com/downloads/connector/python/;
+license=('GPL')
+depends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://cdn.mysql.com/Downloads/Connector-Python/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('cb441a6388de8609b56e4d9885ae2491d207c7b1e3bb387341d55853d383eff6e268e34feb32b42797c7b210d35f9d6dbc302ea4c9ed2441a76b91ea66d504b2')
+
+prepare() {
+  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
+  # change python to python2
+  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
+  sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+package_python-mysql-connector() {
+  depends=('python')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-mysql-connector() {
+  depends=('python2')
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:13:02
  Author: lfleischer
Revision: 365975

upgpkg: libbsd 0.10.0-1

Upstream update.

Modified:
  libbsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 10:00:05 UTC (rev 365974)
+++ PKGBUILD2019-10-28 14:13:02 UTC (rev 365975)
@@ -3,7 +3,7 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=libbsd
-pkgver=0.9.1
+pkgver=0.10.0
 pkgrel=1
 pkgdesc='Provides useful functions commonly found on BSD systems like 
strlcpy()'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('staticlibs')
 
source=("https://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
-md5sums=('a74b80c4143afa032c90226a4518fffe'
+md5sums=('ead96d240d02faa5b921c0aa50c812b5'
  'SKIP')
 validpgpkeys=('4F3E74F436050C10F5696574B972BF3EA4AE57A3') # Guillem Jover
 


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:13:08
  Author: lfleischer
Revision: 365976

archrelease: copy trunk to extra-x86_64

Added:
  libbsd/repos/extra-x86_64/PKGBUILD
(from rev 365975, libbsd/trunk/PKGBUILD)
Deleted:
  libbsd/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 14:13:02 UTC (rev 365975)
+++ PKGBUILD2019-10-28 14:13:08 UTC (rev 365976)
@@ -1,40 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Gerardo Exequiel Pozzi 
-
-pkgname=libbsd
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Provides useful functions commonly found on BSD systems like 
strlcpy()'
-arch=('x86_64')
-url="http://libbsd.freedesktop.org;
-license=('custom')
-depends=('glibc')
-options=('staticlibs')
-source=("https://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
-md5sums=('a74b80c4143afa032c90226a4518fffe'
- 'SKIP')
-validpgpkeys=('4F3E74F436050C10F5696574B972BF3EA4AE57A3') # Guillem Jover
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  rm "${pkgdir}"/usr/lib/libbsd.a
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # included now in man-pages, FS#53351
-  rm -f "${pkgdir}"/usr/share/man/man3/explicit_bzero.3
-}

Copied: libbsd/repos/extra-x86_64/PKGBUILD (from rev 365975, 
libbsd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 14:13:08 UTC (rev 365976)
@@ -0,0 +1,40 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=libbsd
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='Provides useful functions commonly found on BSD systems like 
strlcpy()'
+arch=('x86_64')
+url="https://libbsd.freedesktop.org;
+license=('custom')
+depends=('glibc')
+options=('staticlibs')
+source=("https://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
+md5sums=('ead96d240d02faa5b921c0aa50c812b5'
+ 'SKIP')
+validpgpkeys=('4F3E74F436050C10F5696574B972BF3EA4AE57A3') # Guillem Jover
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  rm "${pkgdir}"/usr/lib/libbsd.a
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # included now in man-pages, FS#53351
+  rm -f "${pkgdir}"/usr/share/man/man3/explicit_bzero.3
+}


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:10:57
  Author: lfleischer
Revision: 520840

upgpkg: libfaketime 0.9.8-1

Upstream update.

Modified:
  libfaketime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 14:09:07 UTC (rev 520839)
+++ PKGBUILD2019-10-28 14:10:57 UTC (rev 520840)
@@ -3,7 +3,7 @@
 # Contributor: Ross Melin 
 
 pkgname=libfaketime
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc='Report fake dates and times to programs without having to change the 
system-wide time.'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 url='https://github.com/wolfcw/libfaketime'
 license=('GPL2')
 source=("https://github.com/wolfcw/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('8617e2c6caf0977b3ce9a271f867302c')
+md5sums=('9ad120f0d74d722d83570035b6a507f0')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:11:03
  Author: lfleischer
Revision: 520841

archrelease: copy trunk to community-x86_64

Added:
  libfaketime/repos/community-x86_64/PKGBUILD
(from rev 520840, libfaketime/trunk/PKGBUILD)
Deleted:
  libfaketime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 14:10:57 UTC (rev 520840)
+++ PKGBUILD2019-10-28 14:11:03 UTC (rev 520841)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Dan Serban
-# Contributor: Ross Melin 
-
-pkgname=libfaketime
-pkgver=0.9.7
-pkgrel=1
-pkgdesc='Report fake dates and times to programs without having to change the 
system-wide time.'
-arch=('x86_64')
-url='https://github.com/wolfcw/libfaketime'
-license=('GPL2')
-source=("https://github.com/wolfcw/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('8617e2c6caf0977b3ce9a271f867302c')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}

Copied: libfaketime/repos/community-x86_64/PKGBUILD (from rev 520840, 
libfaketime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 14:11:03 UTC (rev 520841)
@@ -0,0 +1,23 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Dan Serban
+# Contributor: Ross Melin 
+
+pkgname=libfaketime
+pkgver=0.9.8
+pkgrel=1
+pkgdesc='Report fake dates and times to programs without having to change the 
system-wide time.'
+arch=('x86_64')
+url='https://github.com/wolfcw/libfaketime'
+license=('GPL2')
+source=("https://github.com/wolfcw/$pkgname/archive/v$pkgver.tar.gz;)
+md5sums=('9ad120f0d74d722d83570035b6a507f0')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:08:57
  Author: lfleischer
Revision: 520838

upgpkg: vim-syntastic 3.10.0-1

* Upstream update.
* Update website URL.

Modified:
  vim-syntastic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 12:40:51 UTC (rev 520837)
+++ PKGBUILD2019-10-28 14:08:57 UTC (rev 520838)
@@ -5,16 +5,16 @@
 
 pkgname=vim-syntastic
 _pkgname=syntastic
-pkgver=3.9.0
+pkgver=3.10.0
 pkgrel=1
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
-url='https://www.vim.org/scripts/script.php?script_id=2736'
+url='https://github.com/vim-syntastic/syntastic'
 license=('custom:WTFPL')
 depends=('vim')
 groups=('vim-plugins')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('9632d807d54de03968fad8ccbe831764')
+md5sums=('3d475b54bb07337d8c1b6ef87fd235e5')
 
 package() {
 cd "${srcdir}/${_pkgname}-${pkgver}"


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 14:09:07
  Author: lfleischer
Revision: 520839

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 14:08:57 UTC (rev 520838)
+++ PKGBUILD2019-10-28 14:09:07 UTC (rev 520839)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Felip Manyer i Ballester 
-# Contributor: Alex Ferrando 
-# Contributor: Zhang Li 
-
-pkgname=vim-syntastic
-_pkgname=syntastic
-pkgver=3.9.0
-pkgrel=1
-pkgdesc='Automatic syntax checking for Vim'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=2736'
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('9632d807d54de03968fad8ccbe831764')
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-install -d 
"${pkgdir}/usr/share/vim/vimfiles/"{plugin,doc,autoload/syntastic/,syntax_checkers}
-find . -type d -exec chmod 755 '{}' \;
-cp -dr plugin/* "$pkgdir/usr/share/vim/vimfiles/plugin/"
-install -Dm0644 doc/syntastic.txt 
"${pkgdir}/usr/share/vim/vimfiles/doc/syntastic.txt"
-cp autoload/syntastic/* 
"$pkgdir/usr/share/vim/vimfiles/autoload/syntastic/"
-cp -dr syntax_checkers/* "$pkgdir/usr/share/vim/vimfiles/syntax_checkers/"
-
-# remove rustc checker (fixes FS#41517)
-rm -rf "${pkgdir}/usr/share/vim/vimfiles/syntax_checkers/rust/"
-
-# install license file
-install -Dm0644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: vim-syntastic/repos/community-any/PKGBUILD (from rev 520838, 
vim-syntastic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 14:09:07 UTC (rev 520839)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Felip Manyer i Ballester 
+# Contributor: Alex Ferrando 
+# Contributor: Zhang Li 
+
+pkgname=vim-syntastic
+_pkgname=syntastic
+pkgver=3.10.0
+pkgrel=1
+pkgdesc='Automatic syntax checking for Vim'
+arch=('any')
+url='https://github.com/vim-syntastic/syntastic'
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('3d475b54bb07337d8c1b6ef87fd235e5')
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+install -d 
"${pkgdir}/usr/share/vim/vimfiles/"{plugin,doc,autoload/syntastic/,syntax_checkers}
+find . -type d -exec chmod 755 '{}' \;
+cp -dr plugin/* "$pkgdir/usr/share/vim/vimfiles/plugin/"
+install -Dm0644 doc/syntastic.txt 
"${pkgdir}/usr/share/vim/vimfiles/doc/syntastic.txt"
+cp autoload/syntastic/* 
"$pkgdir/usr/share/vim/vimfiles/autoload/syntastic/"
+cp -dr syntax_checkers/* "$pkgdir/usr/share/vim/vimfiles/syntax_checkers/"
+
+# remove rustc checker (fixes FS#41517)
+rm -rf "${pkgdir}/usr/share/vim/vimfiles/syntax_checkers/rust/"
+
+# install license file
+install -Dm0644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in python-gnupginterface/repos/community-x86_64 (2 files)

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 12:40:51
  Author: lfleischer
Revision: 520837

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 12:40:44 UTC (rev 520836)
+++ PKGBUILD2019-10-28 12:40:51 UTC (rev 520837)
@@ -1,21 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Aaron Schaefer 
-
-pkgbase=python-gnupginterface
-pkgname=python2-gnupginterface
-pkgver=0.3.2
-pkgrel=4
-pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
-arch=('x86_64')
-url='http://py-gnupg.sourceforge.net/'
-license=('GPL')
-depends=('gnupg' 'python2')
-conflicts=('python-gnupginterface<=0.3.2-6')
-replaces=('python-gnupginterface<=0.3.2-6')
-source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz;)
-md5sums=('d4627d83446f96bd8c22f8d15db3f7c2')
-
-package_python2-gnupginterface() {
-  cd "$srcdir/GnuPGInterface-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: python-gnupginterface/repos/community-x86_64/PKGBUILD (from rev 520836, 
python-gnupginterface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 12:40:51 UTC (rev 520837)
@@ -0,0 +1,18 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Schaefer 
+
+pkgname=python-gnupginterface
+pkgver=0.3.2
+pkgrel=7
+pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
+arch=('x86_64')
+url='http://py-gnupg.sourceforge.net/'
+license=('GPL')
+depends=('gnupg' 'python')
+source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz;)
+md5sums=('d4627d83446f96bd8c22f8d15db3f7c2')
+
+package() {
+   cd "$srcdir/GnuPGInterface-$pkgver"
+   python setup.py install --root="$pkgdir" -O1
+}


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 12:40:44
  Author: lfleischer
Revision: 520836

upgpkg: python-gnupginterface 0.3.2-7

Replace Python 2 version.

Modified:
  python-gnupginterface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 12:37:55 UTC (rev 520835)
+++ PKGBUILD2019-10-28 12:40:44 UTC (rev 520836)
@@ -1,21 +1,18 @@
 # Maintainer: Lukas Fleischer 
 # Contributor: Aaron Schaefer 
 
-pkgbase=python-gnupginterface
-pkgname=python2-gnupginterface
+pkgname=python-gnupginterface
 pkgver=0.3.2
-pkgrel=4
+pkgrel=7
 pkgdesc='A Python interface to GNU Privacy Guard (GnuPG).'
 arch=('x86_64')
 url='http://py-gnupg.sourceforge.net/'
 license=('GPL')
-depends=('gnupg' 'python2')
-conflicts=('python-gnupginterface<=0.3.2-6')
-replaces=('python-gnupginterface<=0.3.2-6')
+depends=('gnupg' 'python')
 
source=("http://downloads.sourceforge.net/sourceforge/py-gnupg/GnuPGInterface-$pkgver.tar.gz;)
 md5sums=('d4627d83446f96bd8c22f8d15db3f7c2')
 
-package_python2-gnupginterface() {
-  cd "$srcdir/GnuPGInterface-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
+package() {
+   cd "$srcdir/GnuPGInterface-$pkgver"
+   python setup.py install --root="$pkgdir" -O1
 }


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 12:37:55
  Author: lfleischer
Revision: 520835

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 12:37:49 UTC (rev 520834)
+++ PKGBUILD2019-10-28 12:37:55 UTC (rev 520835)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer 
-
-pkgbase=python-pygpgme
-pkgname=(python-pygpgme python2-pygpgme)
-pkgver=0.3
-pkgrel=6
-pkgdesc="A Python interface to the gpgme GnuPG library"
-arch=('x86_64')
-url='https://launchpad.net/pygpgme'
-makedepends=('python' 'python2')
-license=('LGPL')
-source=("https://launchpad.net/pygpgme/trunk/${pkgver}/+download/pygpgme-${pkgver}.tar.gz;)
-md5sums=('d38355af73f0352cde3d410b25f34fd0')
-
-package_python-pygpgme() {
-  depends=('python' 'gpgme')
-
-  cd "${srcdir}/pygpgme-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-pygpgme() {
-  depends=('python2' 'gpgme')
-
-  cd "${srcdir}/pygpgme-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-pygpgme/repos/community-x86_64/PKGBUILD (from rev 520834, 
python-pygpgme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 12:37:55 UTC (rev 520835)
@@ -0,0 +1,17 @@
+# Maintainer: Lukas Fleischer 
+
+pkgname=python-pygpgme
+pkgver=0.3
+pkgrel=7
+pkgdesc="A Python interface to the gpgme GnuPG library"
+arch=('x86_64')
+url='https://launchpad.net/pygpgme'
+depends=('python' 'gpgme')
+license=('LGPL')
+source=("https://launchpad.net/pygpgme/trunk/${pkgver}/+download/pygpgme-${pkgver}.tar.gz;)
+md5sums=('d38355af73f0352cde3d410b25f34fd0')
+
+package() {
+   cd "${srcdir}/pygpgme-${pkgver}"
+   python setup.py install --root="${pkgdir}" --optimize=1
+}


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 12:37:49
  Author: lfleischer
Revision: 520834

upgpkg: python-pygpgme 0.3-7

Remove Python 2 version.

Modified:
  python-pygpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 12:31:54 UTC (rev 520833)
+++ PKGBUILD2019-10-28 12:37:49 UTC (rev 520834)
@@ -1,27 +1,17 @@
 # Maintainer: Lukas Fleischer 
 
-pkgbase=python-pygpgme
-pkgname=(python-pygpgme python2-pygpgme)
+pkgname=python-pygpgme
 pkgver=0.3
-pkgrel=6
+pkgrel=7
 pkgdesc="A Python interface to the gpgme GnuPG library"
 arch=('x86_64')
 url='https://launchpad.net/pygpgme'
-makedepends=('python' 'python2')
+depends=('python' 'gpgme')
 license=('LGPL')
 
source=("https://launchpad.net/pygpgme/trunk/${pkgver}/+download/pygpgme-${pkgver}.tar.gz;)
 md5sums=('d38355af73f0352cde3d410b25f34fd0')
 
-package_python-pygpgme() {
-  depends=('python' 'gpgme')
-
-  cd "${srcdir}/pygpgme-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
+package() {
+   cd "${srcdir}/pygpgme-${pkgver}"
+   python setup.py install --root="${pkgdir}" --optimize=1
 }
-
-package_python2-pygpgme() {
-  depends=('python2' 'gpgme')
-
-  cd "${srcdir}/pygpgme-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}


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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 12:31:54
  Author: lfleischer
Revision: 520833

archrelease: copy trunk to community-staging-x86_64

Added:
  notmuch/repos/community-staging-x86_64/PKGBUILD
(from rev 520832, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-staging-x86_64/notmuch.install
(from rev 520832, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-staging-x86_64/PKGBUILD
  notmuch/repos/community-staging-x86_64/notmuch.install

-+
 PKGBUILD|  212 +++---
 notmuch.install |   16 ++--
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 12:31:22 UTC (rev 520832)
+++ PKGBUILD2019-10-28 12:31:54 UTC (rev 520833)
@@ -1,106 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.29.1
-pkgrel=2
-arch=('x86_64')
-url="https://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime3' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d45bc3f5177a0fa63d7469bb98ee5f45')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--zshcompletiondir=/usr/share/zsh/site-functions
-make
-
-make -C "contrib/${pkgbase}-mutt"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime3' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-make DESTDIR="$pkgdir/" WITH_BASH=1 install-completion
-
-# Install manpages
-make DESTDIR="$pkgdir" install-man
-
-# this is provided both with and without a statically included 
libnotmuch.so ???
-install -Dm755 notmuch-shared "$pkgdir/usr/bin/notmuch"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --root="$pkgdir" --optimize=1
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --root="$pkgdir" --optimize=1
-
-# Remove mimeinfo.cache (fixes FS#53629).
-rm "$pkgdir/usr/share/applications/mimeinfo.cache"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-staging-x86_64/PKGBUILD (from rev 520832, 
notmuch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 12:31:54 UTC (rev 520833)
@@ -0,0 +1,106 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Wallace 
+# Contributor: fauno 
+# Contributor: Olivier Ramonat 
+# Contributor: Richard Murri 
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.29.2
+pkgrel=2
+arch=('x86_64')
+url="https://notmuchmail.org/;
+license=('GPL3')

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

2019-10-28 Thread Lukas Fleischer via arch-commits
Date: Monday, October 28, 2019 @ 12:31:22
  Author: lfleischer
Revision: 520832

upgpkg: notmuch 0.29.2-2

* Python 3.8 rebuild.
* Add missing quotes.

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 12:23:50 UTC (rev 520831)
+++ PKGBUILD2019-10-28 12:31:22 UTC (rev 520832)
@@ -7,7 +7,7 @@
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
 pkgver=0.29.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://notmuchmail.org/;
 license=('GPL3')
@@ -77,12 +77,12 @@
 cd "$srcdir/$pkgbase-$pkgver"
 
 # Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
+make DESTDIR="$pkgdir" install-emacs
 
 
 # Install ruby bindings
 sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr install
+make -C bindings/ruby exec_prefix="$pkgdir"/usr install
 
 # Install python bindings
 cd "$srcdir/$pkgbase-$pkgver/bindings/python"


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

2019-10-28 Thread Massimiliano Torromeo via arch-commits
Date: Monday, October 28, 2019 @ 12:23:50
  Author: mtorromeo
Revision: 520831

archrelease: copy trunk to community-x86_64

Added:
  snapper/repos/community-x86_64/PKGBUILD
(from rev 520830, snapper/trunk/PKGBUILD)
  snapper/repos/community-x86_64/add-missing-pthread-library-for-server.patch
(from rev 520830, 
snapper/trunk/add-missing-pthread-library-for-server.patch)
Deleted:
  snapper/repos/community-x86_64/PKGBUILD
  snapper/repos/community-x86_64/add-missing-pthread-library-for-server.patch

--+
 PKGBUILD |  136 -
 add-missing-pthread-library-for-server.patch |   54 -
 2 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 12:23:35 UTC (rev 520830)
+++ PKGBUILD2019-10-28 12:23:50 UTC (rev 520831)
@@ -1,68 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tom Kuther 
-
-pkgname=snapper
-pkgver=0.8.4
-pkgrel=1
-pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
-arch=('x86_64')
-url="http://snapper.io;
-license=('GPL2')
-depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
-makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
-optdepends=('pam: pam_snapper')
-backup=('etc/conf.d/snapper')
-source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('cc8f6616e783fde75d18a3503d9ca90e4f88603db92c25ea40a2daeb9b491843')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # cron names
-  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
-
-  # fix sysconf dir
-  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
-
-  # fix pam plugin install location
-  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
-
-  # dbus policy files in /usr/share/dbus-1
-  sed -i -e 's@/etc/dbus-1/@/usr/share/dbus-1/@' data/Makefile.am
-
-  # all in /usr/bin
-  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
-
-  # NTP drift file location
-  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
-
-  # man pages sysconfig location
-  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
-
-  # swap macro errors
-  sed -i -e '/#include /i #include ' 
{snapper,client,dbus}/*.{h,cc}
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  aclocal
-  libtoolize --force --automake --copy
-  autoheader
-  automake --add-missing --copy
-  autoconf
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-conf=/etc/conf.d \
-  --disable-zypp \
-  --disable-silent-rules
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 data/sysconfig.snapper \
-"$pkgdir"/etc/conf.d/snapper
-}

Copied: snapper/repos/community-x86_64/PKGBUILD (from rev 520830, 
snapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 12:23:50 UTC (rev 520831)
@@ -0,0 +1,68 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Tom Kuther 
+
+pkgname=snapper
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
+arch=('x86_64')
+url="http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=("https://github.com/openSUSE/snapper/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f7269eeca6e400609d5fbf6b2bef1594e2483a6a0b09b10174fd582b8b13ead2')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # cron names
+  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
+
+  # fix sysconf dir
+  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # dbus policy files in /usr/share/dbus-1
+  sed -i -e 's@/etc/dbus-1/@/usr/share/dbus-1/@' data/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+  # NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+
+  # swap macro errors
+  sed -i -e '/#include /i #include ' 
{snapper,client,dbus}/*.{h,cc}
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+

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

2019-10-28 Thread Massimiliano Torromeo via arch-commits
Date: Monday, October 28, 2019 @ 12:23:35
  Author: mtorromeo
Revision: 520830

upgpkg: snapper 0.8.5-1

Modified:
  snapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 11:29:58 UTC (rev 520829)
+++ PKGBUILD2019-10-28 12:23:35 UTC (rev 520830)
@@ -2,7 +2,7 @@
 # Contributor: Tom Kuther 
 
 pkgname=snapper
-pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping."
 arch=('x86_64')
@@ -12,8 +12,8 @@
 makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
 optdepends=('pam: pam_snapper')
 backup=('etc/conf.d/snapper')
-source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('cc8f6616e783fde75d18a3503d9ca90e4f88603db92c25ea40a2daeb9b491843')
+source=("https://github.com/openSUSE/snapper/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f7269eeca6e400609d5fbf6b2bef1594e2483a6a0b09b10174fd582b8b13ead2')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-10-28 Thread David Runge via arch-commits
Date: Monday, October 28, 2019 @ 11:29:58
  Author: dvzrv
Revision: 520829

archrelease: copy trunk to community-x86_64

Added:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
(from rev 520828, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-x86_64/configuration.diff
(from rev 520828, dnscrypt-proxy/trunk/configuration.diff)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
(from rev 520828, dnscrypt-proxy/trunk/dnscrypt-proxy.install)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service
(from rev 520828, dnscrypt-proxy/trunk/dnscrypt-proxy.service)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.socket
(from rev 520828, dnscrypt-proxy/trunk/dnscrypt-proxy.socket)
Deleted:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
  dnscrypt-proxy/repos/community-x86_64/configuration.diff
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.socket

+
 PKGBUILD   |  140 ++--
 configuration.diff |  234 +++
 dnscrypt-proxy.install |   14 +-
 dnscrypt-proxy.service |   48 -
 dnscrypt-proxy.socket  |   32 +++---
 5 files changed, 234 insertions(+), 234 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 11:26:43 UTC (rev 520828)
+++ PKGBUILD2019-10-28 11:29:58 UTC (rev 520829)
@@ -1,70 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-# Contributor: Techlive Zheng 
-# Contributor: peace4all 
-
-pkgname=dnscrypt-proxy
-pkgver=2.0.28
-pkgrel=1
-pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"
-arch=('x86_64')
-url="https://dnscrypt.info;
-license=('custom:ISC')
-depends=('glibc')
-makedepends=('git' 'go-pie')
-install="${pkgname}.install"
-backup=("etc/${pkgname}/${pkgname}.toml"
-"etc/${pkgname}/blacklist.txt"
-"etc/${pkgname}/cloaking-rules.txt"
-"etc/${pkgname}/forwarding-rules.txt"
-"etc/${pkgname}/ip-blacklist.txt"
-"etc/${pkgname}/whitelist.txt"
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jedisct1/${pkgname}/archive/${pkgver}.tar.gz;
-"${pkgname}.service"
-"${pkgname}.socket"
-'configuration.diff')
-sha512sums=('45496a02bd19c94def17b621d0843cc93de4467e51ded4c20af91d9b5aa127529d85b8ff2473a88293c726611291a055d466a50258b7587da0e7d4ba7f0f366e'
-
'aa871927bbc37d0c629e75a39cbfe50ce6062a19d7fe5b61895c604d6a480ba8f484cf207943c6ee7bf2dc3c7799d8f7a2b1ea5c8e586920c97730a7c503985e'
-
'56a56e87032da9316b392b0613124b0743673041596c717005541ae9b3994c7fc16c02497ea773d321f45d8e0f9ea8fda00783062cef4d5c8277b5b6f7cb10d5'
-
'6144f3d33f3d85c9a4e5573f88e92f1b9d7118fd654072eeac6c3f76085086d4b2464e1d3579d8501153f453bc5125859d148fc3b3486d26368d1f51911aeb33')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../configuration.diff
-  # create empty ip-blacklist.txt
-  touch "${pkgname}/ip-blacklist.txt"
-}
-
-build() {
-  cd "$pkgname-$pkgver/${pkgname}"
-  go build -ldflags="-linkmode external -extldflags ${LDFLAGS} -s -w"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # executable
-  install -vDm 755 "${pkgname}/${pkgname}" -t "${pkgdir}/usr/bin/"
-  # configuration
-  install -vDm 644 "${pkgname}/example-${pkgname}.toml" \
-"${pkgdir}/etc/${pkgname}/${pkgname}.toml"
-  install -vDm 644 "${pkgname}/example-blacklist.txt" \
-"${pkgdir}/etc/${pkgname}/blacklist.txt"
-  install -vDm 644 "${pkgname}/example-cloaking-rules.txt" \
-"${pkgdir}/etc/${pkgname}/cloaking-rules.txt"
-  install -vDm 644 "${pkgname}/example-forwarding-rules.txt" \
-"${pkgdir}/etc/${pkgname}/forwarding-rules.txt"
-  install -vDm 644 "${pkgname}/ip-blacklist.txt" \
-"${pkgdir}/etc/${pkgname}/ip-blacklist.txt"
-  install -vDm 644 "${pkgname}/example-whitelist.txt" \
-"${pkgdir}/etc/${pkgname}/whitelist.txt"
-  # systemd service/socket
-  install -vDm 644 "../${pkgname}."{service,socket} \
--t "${pkgdir}/usr/lib/systemd/system/"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-# vim:set ts=2 sw=2 et:

Copied: dnscrypt-proxy/repos/community-x86_64/PKGBUILD (from rev 520828, 
dnscrypt-proxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 11:29:58 UTC (rev 520829)
@@ -0,0 +1,70 @@
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+# Contributor: Techlive Zheng 
+# Contributor: peace4all 
+
+pkgname=dnscrypt-proxy
+pkgver=2.0.29
+pkgrel=1
+pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"

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

2019-10-28 Thread David Runge via arch-commits
Date: Monday, October 28, 2019 @ 11:26:43
  Author: dvzrv
Revision: 520828

upgpkg: dnscrypt-proxy 2.0.29-1

Upgrading to 2.0.29. Updating maintainer info.

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 11:24:04 UTC (rev 520827)
+++ PKGBUILD2019-10-28 11:26:43 UTC (rev 520828)
@@ -1,4 +1,4 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Felix Yan 
 # Contributor: Techlive Zheng 
 # Contributor: peace4all 


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

2019-10-28 Thread David Runge via arch-commits
Date: Monday, October 28, 2019 @ 11:24:04
  Author: dvzrv
Revision: 520827

upgpkg: dnscrypt-proxy 2.0.29-1

Upgrading to 2.0.29.

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 11:10:35 UTC (rev 520826)
+++ PKGBUILD2019-10-28 11:24:04 UTC (rev 520827)
@@ -4,7 +4,7 @@
 # Contributor: peace4all 
 
 pkgname=dnscrypt-proxy
-pkgver=2.0.28
+pkgver=2.0.29
 pkgrel=1
 pkgdesc="DNS proxy, supporting encrypted DNS protocols such as DNSCrypt v2 and 
DNS-over-HTTPS"
 arch=('x86_64')
@@ -24,7 +24,7 @@
 "${pkgname}.service"
 "${pkgname}.socket"
 'configuration.diff')
-sha512sums=('45496a02bd19c94def17b621d0843cc93de4467e51ded4c20af91d9b5aa127529d85b8ff2473a88293c726611291a055d466a50258b7587da0e7d4ba7f0f366e'
+sha512sums=('f02abe56e017153e7fc8b4a26b34c90f68554a1b32a16558c05e8113327896dbf7f81aa69c76fa823a4a0a697b4bb2089bdeb1237ad4ef3587121c2d4cdfe78c'
 
'aa871927bbc37d0c629e75a39cbfe50ce6062a19d7fe5b61895c604d6a480ba8f484cf207943c6ee7bf2dc3c7799d8f7a2b1ea5c8e586920c97730a7c503985e'
 
'56a56e87032da9316b392b0613124b0743673041596c717005541ae9b3994c7fc16c02497ea773d321f45d8e0f9ea8fda00783062cef4d5c8277b5b6f7cb10d5'
 
'6144f3d33f3d85c9a4e5573f88e92f1b9d7118fd654072eeac6c3f76085086d4b2464e1d3579d8501153f453bc5125859d148fc3b3486d26368d1f51911aeb33')


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

2019-10-28 Thread Bruno Pagani via arch-commits
Date: Monday, October 28, 2019 @ 11:10:30
  Author: archange
Revision: 520825

Implement FS#64283

Modified:
  keepassxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 10:44:57 UTC (rev 520824)
+++ PKGBUILD2019-10-28 11:10:30 UTC (rev 520825)
@@ -3,7 +3,7 @@
 
 pkgname=keepassxc
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
 url="https://keepassxc.org/;
@@ -11,6 +11,7 @@
 depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
  qt5-svg qt5-x11extras quazip yubikey-personalization)
 makedepends=(git cmake qt5-tools)
+provides=(org.freedesktop.secrets)
 _tag=a1cc0e27e1e692c9b3e03b1b67f1ec8613329875 # git rev-parse ${pkgver}
 source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
 sha256sums=(SKIP)


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

2019-10-28 Thread Bruno Pagani via arch-commits
Date: Monday, October 28, 2019 @ 11:10:35
  Author: archange
Revision: 520826

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 11:10:30 UTC (rev 520825)
+++ PKGBUILD2019-10-28 11:10:35 UTC (rev 520826)
@@ -1,43 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(git cmake qt5-tools)
-_tag=a1cc0e27e1e692c9b3e03b1b67f1ec8613329875 # git rev-parse ${pkgver}
-source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
-sha256sums=(SKIP)
-validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2  # KeePassXC Release 

-  3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01  # Jonathan White 

-  B3724F5B2C98B5B0AEDDBD582AC0283D4CFC9A10) # Janek Bevendorff 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../${pkgname} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 520825, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 11:10:35 UTC (rev 520826)
@@ -0,0 +1,44 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(git cmake qt5-tools)
+provides=(org.freedesktop.secrets)
+_tag=a1cc0e27e1e692c9b3e03b1b67f1ec8613329875 # git rev-parse ${pkgver}
+source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
+sha256sums=(SKIP)
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2  # KeePassXC Release 

+  3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01  # Jonathan White 

+  B3724F5B2C98B5B0AEDDBD582AC0283D4CFC9A10) # Janek Bevendorff 

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


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

2019-10-28 Thread Bruno Pagani via arch-commits
Date: Monday, October 28, 2019 @ 10:44:52
  Author: archange
Revision: 520823

upgpkg: intel-compute-runtime 19.43.14583-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 07:41:35 UTC (rev 520822)
+++ PKGBUILD2019-10-28 10:44:52 UTC (rev 520823)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.42.14504
+pkgver=19.43.14583
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b752ff7c8f3e65a2e81c976ee08b352ea62fac47a8b381134e590c77ccc6ca30')
+sha256sums=('abf31f9f85b722584eca6360b03f6b207511d109ee85b40f724092e03594c8bc')
 
 prepare() {
 mkdir -p build


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

2019-10-28 Thread Bruno Pagani via arch-commits
Date: Monday, October 28, 2019 @ 10:44:57
  Author: archange
Revision: 520824

archrelease: copy trunk to community-x86_64

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

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

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

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


[arch-commits] Commit in efl/repos/testing-x86_64 (4 files)

2019-10-28 Thread Ronald van Haren via arch-commits
Date: Monday, October 28, 2019 @ 09:54:05
  Author: ronald
Revision: 365973

archrelease: copy trunk to testing-x86_64

Added:
  efl/repos/testing-x86_64/PKGBUILD
(from rev 365972, efl/trunk/PKGBUILD)
  efl/repos/testing-x86_64/eina_doxygen.patch
(from rev 365972, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/testing-x86_64/PKGBUILD
  efl/repos/testing-x86_64/eina_doxygen.patch

+
 PKGBUILD   |  173 +--
 eina_doxygen.patch |   20 ++---
 2 files changed, 96 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 09:50:20 UTC (rev 365972)
+++ PKGBUILD2019-10-28 09:54:05 UTC (rev 365973)
@@ -1,87 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.23.0
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('x86_64')
-url="https://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
- 'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
- 'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
- 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
- 'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
- 'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
- 'wayland' 'wayland-protocols' 'libxkbcommon-x11'
- 'pulseaudio')
-optdepends=('geoclue: For elocation'
-'gst-plugins-base: Video and thumbnail codecs'
-'gst-plugins-good: Video and thumbnail codecs'
-'gst-plugins-bad: Video and thumbnail codecs'
-'gst-plugins-ugly: Video and thumbnail codecs'
-'gst-libav: Video and thumbnails with ffmpeg/libav'
-'libreoffice: Office document thumbnails'
-'python2: Compare Eina benchmarks')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'meson' 'ninja')
-options=('!emptydirs')
-source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd9625161b324621f873f00eb841de03398892078ce73d60205abd1766c15cc5')
-
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  if [ -d build ]; then
-rm -rf build
-  fi
-  mkdir -p build
-
-  meson --prefix=/usr \
--Dfb=true \
--Ddrm=true \
--Dwl=true \
--Dnetwork-backend=connman \
--Devas-loaders-disabler=json \
--Dbindings= \
--Dbuild-examples=false \
--Dbuild-tests=false \
--Decore-imf-loaders-disabler= \
-. build
-
-  ninja -C build
-
-  cd build/doc
-  doxygen
-  #make -j1 doc || return 0  # don't fail on the docs
-}
-
-package_efl(){
-  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  DESTDIR="${pkgdir}" ninja -C build install
-  
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/build"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-  cp -a man "${pkgdir}/usr/share"
-  
-}
-

Copied: efl/repos/testing-x86_64/PKGBUILD (from rev 365972, efl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 09:54:05 UTC (rev 365973)
@@ -0,0 +1,86 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.23.1
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
+ 'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
+ 'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
+ 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
+ 'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
+ 'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
+ 'wayland' 'wayland-protocols' 'libxkbcommon-x11'
+ 'pulseaudio')
+optdepends=('geoclue: For elocation'
+'gst-plugins-base: Video and thumbnail codecs'
+'gst-plugins-good: Video and thumbnail codecs'
+'gst-plugins-bad: Video and thumbnail codecs'
+  

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

2019-10-28 Thread Ronald van Haren via arch-commits
Date: Monday, October 28, 2019 @ 09:50:20
  Author: ronald
Revision: 365972

upgpkg: efl 1.23.1-1

update to 1.23.1; remove man pages for now FS#64104

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 08:49:02 UTC (rev 365971)
+++ PKGBUILD2019-10-28 09:50:20 UTC (rev 365972)
@@ -3,7 +3,7 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.23.0
+pkgver=1.23.1
 pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
@@ -28,7 +28,7 @@
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'meson' 'ninja')
 options=('!emptydirs')
 
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd9625161b324621f873f00eb841de03398892078ce73d60205abd1766c15cc5')
+sha256sums=('d62220cca16d434c18b36fe3acffa0f5c0e669da4931b133524183308f242f61')
 
 
 build() {
@@ -57,7 +57,6 @@
 
   cd build/doc
   doxygen
-  #make -j1 doc || return 0  # don't fail on the docs
 }
 
 package_efl(){
@@ -81,7 +80,7 @@
   install -d "${pkgdir}/usr/share/doc/${pkgbase}"
   cp -a html "${pkgdir}/usr/share/doc/${pkgbase}/html"
   cp -a latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-  cp -a man "${pkgdir}/usr/share"
+  #cp -a man "${pkgdir}/usr/share"
   
 }
 


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

2019-10-28 Thread Jelle van der Waa via arch-commits
Date: Monday, October 28, 2019 @ 08:49:02
  Author: jelle
Revision: 365971

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|  142 +-
 prometheus.service  |   54 +--
 prometheus.sysusers |2 
 3 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 08:48:42 UTC (rev 365970)
+++ PKGBUILD2019-10-28 08:49:02 UTC (rev 365971)
@@ -1,71 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.13.0
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('8df0ac742fedaad12e3996850b6b769d5aca7075669e05540fbc5c363be0b28a'
-'116a5444d7da1f96446a9801f0c9df9c45e7d6af497c9fabf36f0dd26c31c025'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 365970, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 08:49:02 UTC (rev 365971)
@@ -0,0 +1,71 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.13.1
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('5624c16728679362cfa46b76ec1d247018106989f2260d35583c42c49c5142b5'
+'116a5444d7da1f96446a9801f0c9df9c45e7d6af497c9fabf36f0dd26c31c025'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  

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

2019-10-28 Thread Jelle van der Waa via arch-commits
Date: Monday, October 28, 2019 @ 08:48:42
  Author: jelle
Revision: 365970

upgpkg: prometheus 2.13.1-1

Upstream update

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 07:42:50 UTC (rev 365969)
+++ PKGBUILD2019-10-28 08:48:42 UTC (rev 365970)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus
-pkgver=2.13.0
+pkgver=2.13.1
 pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -18,7 +18,7 @@
 prometheus.service
 prometheus.sysusers)
 
-sha256sums=('8df0ac742fedaad12e3996850b6b769d5aca7075669e05540fbc5c363be0b28a'
+sha256sums=('5624c16728679362cfa46b76ec1d247018106989f2260d35583c42c49c5142b5'
 '116a5444d7da1f96446a9801f0c9df9c45e7d6af497c9fabf36f0dd26c31c025'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
 


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

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 06:54:08
  Author: felixonmars
Revision: 520808

archrelease: copy trunk to community-staging-any

Added:
  python-keystoneauth1/repos/community-staging-any/PKGBUILD
(from rev 520807, python-keystoneauth1/trunk/PKGBUILD)
Deleted:
  python-keystoneauth1/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 06:53:52 UTC (rev 520807)
+++ PKGBUILD2019-10-28 06:54:08 UTC (rev 520808)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-keystoneauth1
-pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.17.1
-pkgrel=2
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="https://docs.openstack.org/developer/keystoneauth;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
- 'python2-iso8601' 'python-os-service-types' 
'python2-os-service-types' 'python-requests'
- 'python2-requests' 'python-stevedore' 'python2-stevedore')
-checkdepends=('python-requests-mock' 'python2-requests-mock' 
'python-testscenarios'
-  'python2-testscenarios' 'python-mock' 'python2-mock' 
'python-lxml' 'python2-lxml'
-  'python-oslo-config' 'python2-oslo-config' 'python-betamax' 
'python2-betamax'
-  'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 
'python2-oslo-utils'
-  'python-requests-kerberos' 'python2-requests-kerberos' 
'python-oauthlib'
-  'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 
'python-stestr'
-  'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz;)
-sha512sums=('ae9a230bc2f34aa30b9e3d0bb4cd4f8e2fe6c15bfa041ce2f1a9ddd280a23c0d287c87aaea4f3c4f1e2dcb6bd2549d8eb220648f0738803b9c207a9085be0f07')
-
-prepare() {
-  sed -i 's/pep8/pycodestyle/g' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py
-
-  cp -a keystoneauth-$pkgver{,-py2}
-
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/extras/kerberos/*.py
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/keystoneauth-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/keystoneauth-$pkgver
-  stestr run
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-keystoneauth1() {
-  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-os-service-types' 'python-requests')
-  optdepends=('python-requests-kerberos: for kerberos support'
-  'python-lxml: for saml2 support'
-  'python-oauthlib: for oauth1 support'
-  'python-betamax: for betamax support'
-  'python-fixtures: for betamax support'
-  'python-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneauth1() {
-  depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-os-service-types' 'python2-requests')
-  optdepends=('python2-requests-kerberos: for kerberos support'
-  'python2-lxml: for saml2 support'
-  'python2-oauthlib: for oauth1 support'
-  'python2-betamax: for betamax support'
-  'python2-fixtures: for betamax support'
-  'python2-mock: for betamax support')
-
-  cd "$srcdir"/keystoneauth-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneauth1/repos/community-staging-any/PKGBUILD (from rev 
520807, python-keystoneauth1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 06:54:08 UTC (rev 520808)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-keystoneauth1
+pkgname=(python-keystoneauth1 python2-keystoneauth1)
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="https://docs.openstack.org/developer/keystoneauth;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
+ 'python2-iso8601' 'python-os-service-types' 
'python2-os-service-types' 'python-requests'
+ 'python2-requests' 'python-stevedore' 'python2-stevedore')
+checkdepends=('python-requests-mock' 'python2-requests-mock' 
'python-testscenarios'
+  'python2-testscenarios' 'python-mock' 'python2-mock' 
'python-lxml' 'python2-lxml'
+  

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

2019-10-28 Thread Felix Yan via arch-commits
Date: Monday, October 28, 2019 @ 06:53:52
  Author: felixonmars
Revision: 520807

upgpkg: python-keystoneauth1 3.18.0-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 02:51:18 UTC (rev 520806)
+++ PKGBUILD2019-10-28 06:53:52 UTC (rev 520807)
@@ -3,8 +3,8 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.17.1
-pkgrel=2
+pkgver=3.18.0
+pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')
 url="https://docs.openstack.org/developer/keystoneauth;
@@ -20,7 +20,7 @@
   'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 
'python-stestr'
   'python2-stestr')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz;)
-sha512sums=('ae9a230bc2f34aa30b9e3d0bb4cd4f8e2fe6c15bfa041ce2f1a9ddd280a23c0d287c87aaea4f3c4f1e2dcb6bd2549d8eb220648f0738803b9c207a9085be0f07')
+sha512sums=('cc245b52027df6d555671f27e29ca1c626189182217b2bfe3d3769f076152946d5b80fb21b95419a939f9d7836edca75f3ed85d344fb49c0366a62a53ab668a5')
 
 prepare() {
   sed -i 's/pep8/pycodestyle/g' 
keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py


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

2019-10-28 Thread Andreas Radke via arch-commits
Date: Monday, October 28, 2019 @ 06:23:46
  Author: andyrtr
Revision: 365958

archrelease: copy trunk to extra-x86_64

Added:
  libinput/repos/extra-x86_64/PKGBUILD
(from rev 365957, libinput/trunk/PKGBUILD)
Deleted:
  libinput/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 06:23:38 UTC (rev 365957)
+++ PKGBUILD2019-10-28 06:23:46 UTC (rev 365958)
@@ -1,35 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.14.2
-pkgrel=1
-pkgdesc="Input device management and event handling library"
-url="https://www.freedesktop.org/wiki/Software/libinput/;
-arch=(x86_64)
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-# upstream doesn't recommend building docs
-makedepends=('gtk3' 'meson') # 'doxygen' 'graphviz' 'python-sphinx' 
'python-recommonmark'
-optdepends=('gtk3: libinput debug-gui'
-'python-pyudev: libinput measure'
-'python-libevdev: libinput measure')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('932949a78bf95a7a05f50170cfc7dc109c99e1e3e70e63797566c0c3a3003632cad56e9b9ca2a180880f5e2ec1060613066d068b384096f37785fe70ac30c1eb'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  arch-meson $pkgname-$pkgver build \
--Dudev-dir=/usr/lib/udev \
--Dtests=false \
--Ddocumentation=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dvm644 $pkgname-$pkgver/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libinput/repos/extra-x86_64/PKGBUILD (from rev 365957, 
libinput/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 06:23:46 UTC (rev 365958)
@@ -0,0 +1,35 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+url="https://www.freedesktop.org/wiki/Software/libinput/;
+arch=(x86_64)
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+# upstream doesn't recommend building docs
+makedepends=('gtk3' 'meson') # 'doxygen' 'graphviz' 'python-sphinx' 
'python-recommonmark'
+optdepends=('gtk3: libinput debug-gui'
+'python-pyudev: libinput measure'
+'python-libevdev: libinput measure')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('f01d1bd1b25b8060519575644597d35f0c89de5386d298441f440128ceee3e57549921a058adec31adc8b33dbdedf4c0bd12c76905a69f752859d3136e26336d'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+-Dudev-dir=/usr/lib/udev \
+-Dtests=false \
+-Ddocumentation=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dvm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-10-28 Thread Andreas Radke via arch-commits
Date: Monday, October 28, 2019 @ 06:23:38
  Author: andyrtr
Revision: 365957

upgpkg: libinput 1.14.3-1

upstream update 1.14.3

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 06:18:42 UTC (rev 365956)
+++ PKGBUILD2019-10-28 06:23:38 UTC (rev 365957)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 url="https://www.freedesktop.org/wiki/Software/libinput/;
@@ -15,7 +15,7 @@
 'python-pyudev: libinput measure'
 'python-libevdev: libinput measure')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('932949a78bf95a7a05f50170cfc7dc109c99e1e3e70e63797566c0c3a3003632cad56e9b9ca2a180880f5e2ec1060613066d068b384096f37785fe70ac30c1eb'
+sha512sums=('f01d1bd1b25b8060519575644597d35f0c89de5386d298441f440128ceee3e57549921a058adec31adc8b33dbdedf4c0bd12c76905a69f752859d3136e26336d'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2019-10-28 Thread Andreas Radke via arch-commits
Date: Monday, October 28, 2019 @ 06:18:35
  Author: andyrtr
Revision: 365955

upgpkg: libisoburn 1.5.2-1

upstream update 1.5.2

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 06:16:27 UTC (rev 365954)
+++ PKGBUILD2019-10-28 06:18:35 UTC (rev 365955)
@@ -2,8 +2,8 @@
 # Contributor: Gour 
 
 pkgname=libisoburn
-pkgver=1.5.0 #.pl01
-pkgrel=2
+pkgver=1.5.2 #.pl01
+pkgrel=1
 pkgdesc="frontend for libraries libburn and libisofs"
 url="https://dev.lovelyhq.com/libburnia;
 arch=('x86_64')
@@ -13,7 +13,7 @@
 #'bwidget: for xorriso-tcltk frontend') # AUR
 provides=('xorriso' 'xorriso-tcltk')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('dac1f5629c404df236453b2b6a2671473900776c6a5707e5b8acae20385c1de5'
+sha256sums=('cc720bc9511d8e0b09365e2c8b0e40817986be308cd96ca2705c807c955590ec'
 'SKIP')
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

 


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

2019-10-28 Thread Andreas Radke via arch-commits
Date: Monday, October 28, 2019 @ 06:18:42
  Author: andyrtr
Revision: 365956

archrelease: copy trunk to extra-x86_64

Added:
  libisoburn/repos/extra-x86_64/PKGBUILD
(from rev 365955, libisoburn/trunk/PKGBUILD)
Deleted:
  libisoburn/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 06:18:35 UTC (rev 365955)
+++ PKGBUILD2019-10-28 06:18:42 UTC (rev 365956)
@@ -1,29 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Gour 
-
-pkgname=libisoburn
-pkgver=1.5.0 #.pl01
-pkgrel=2
-pkgdesc="frontend for libraries libburn and libisofs"
-url="https://dev.lovelyhq.com/libburnia;
-arch=('x86_64')
-license=('GPL2')
-depends=('libburn' 'libisofs' 'readline')
-optdepends=('tk:  for xorriso-tcltk frontend')
-#'bwidget: for xorriso-tcltk frontend') # AUR
-provides=('xorriso' 'xorriso-tcltk')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('dac1f5629c404df236453b2b6a2671473900776c6a5707e5b8acae20385c1de5'
-'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-x86_64/PKGBUILD (from rev 365955, 
libisoburn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 06:18:42 UTC (rev 365956)
@@ -0,0 +1,29 @@
+# Maintainer: Andreas Radke 
+# Contributor: Gour 
+
+pkgname=libisoburn
+pkgver=1.5.2 #.pl01
+pkgrel=1
+pkgdesc="frontend for libraries libburn and libisofs"
+url="https://dev.lovelyhq.com/libburnia;
+arch=('x86_64')
+license=('GPL2')
+depends=('libburn' 'libisofs' 'readline')
+optdepends=('tk:  for xorriso-tcltk frontend')
+#'bwidget: for xorriso-tcltk frontend') # AUR
+provides=('xorriso' 'xorriso-tcltk')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('cc720bc9511d8e0b09365e2c8b0e40817986be308cd96ca2705c807c955590ec'
+'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd "${pkgname}"-${pkgver/.pl01/}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"-${pkgver/.pl01/}
+  make DESTDIR="${pkgdir}" install
+}


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

2019-10-28 Thread Andreas Radke via arch-commits
Date: Monday, October 28, 2019 @ 06:16:22
  Author: andyrtr
Revision: 365953

upgpkg: libisofs 1.5.2-1

upstream update 1.5.2

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 06:15:10 UTC (rev 365952)
+++ PKGBUILD2019-10-28 06:16:22 UTC (rev 365953)
@@ -3,7 +3,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=1.5.0
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('da5f9de3085dd7e34f3bfa73bef4f6380253b839c7aa9aa8ae66f1e1a61a3400'
+sha256sums=('ef5a139600b3e688357450e52381e40ec26a447d35eb8d21524598c7b1675500'
 'SKIP')
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

 


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

2019-10-28 Thread Andreas Radke via arch-commits
Date: Monday, October 28, 2019 @ 06:16:27
  Author: andyrtr
Revision: 365954

archrelease: copy trunk to extra-x86_64

Added:
  libisofs/repos/extra-x86_64/PKGBUILD
(from rev 365953, libisofs/trunk/PKGBUILD)
Deleted:
  libisofs/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 06:16:22 UTC (rev 365953)
+++ PKGBUILD2019-10-28 06:16:27 UTC (rev 365954)
@@ -1,29 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Hugo Doria 
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
-arch=('x86_64')
-url="https://dev.lovelyhq.com/libburnia;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('da5f9de3085dd7e34f3bfa73bef4f6380253b839c7aa9aa8ae66f1e1a61a3400'
-'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-x86_64/PKGBUILD (from rev 365953, 
libisofs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 06:16:27 UTC (rev 365954)
@@ -0,0 +1,28 @@
+# Maintainer: AndyRTR 
+# Contributor: Hugo Doria 
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
+arch=('x86_64')
+url="https://dev.lovelyhq.com/libburnia;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('ef5a139600b3e688357450e52381e40ec26a447d35eb8d21524598c7b1675500'
+'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd "${pkgname}"-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2019-10-28 Thread Andreas Radke via arch-commits
Date: Monday, October 28, 2019 @ 06:14:57
  Author: andyrtr
Revision: 365951

upgpkg: libburn 1.5.2-1

upstream update 1.5.2

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 04:53:24 UTC (rev 365950)
+++ PKGBUILD2019-10-28 06:14:57 UTC (rev 365951)
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 
 pkgname=libburn
-pkgver=1.5.0 # .pl01
+pkgver=1.5.2 # .pl01
 pkgrel=1
 pkgdesc="Library for reading, mastering and writing optical discs"
 arch=('x86_64')
@@ -9,9 +9,10 @@
 url="https://dev.lovelyhq.com/libburnia;
 license=('GPL')
 depends=('glibc')
+# https://dev.lovelyhq.com/libburnia/web/wikis/Releases
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!emptydirs')
-sha256sums=('582b12c236c1365211946f2fe3c254976af37bbec244051f7742a98ded9be2bd'
+sha256sums=('7b32db1719d7f6516cce82a9d00dfddfb3581725db732ea87d41ea8ef0ce5227'
 'SKIP')
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

 


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

2019-10-28 Thread Andreas Radke via arch-commits
Date: Monday, October 28, 2019 @ 06:15:10
  Author: andyrtr
Revision: 365952

archrelease: copy trunk to extra-x86_64

Added:
  libburn/repos/extra-x86_64/PKGBUILD
(from rev 365951, libburn/trunk/PKGBUILD)
Deleted:
  libburn/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 06:14:57 UTC (rev 365951)
+++ PKGBUILD2019-10-28 06:15:10 UTC (rev 365952)
@@ -1,28 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: William Rea 
-
-pkgname=libburn
-pkgver=1.5.0 # .pl01
-pkgrel=1
-pkgdesc="Library for reading, mastering and writing optical discs"
-arch=('x86_64')
-url="https://dev.lovelyhq.com/libburnia;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!emptydirs')
-sha256sums=('582b12c236c1365211946f2fe3c254976af37bbec244051f7742a98ded9be2bd'
-'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-x86_64/PKGBUILD (from rev 365951, 
libburn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 06:15:10 UTC (rev 365952)
@@ -0,0 +1,28 @@
+# Maintainer: Andreas Radke 
+# Contributor: William Rea 
+
+pkgname=libburn
+pkgver=1.5.2 # .pl01
+pkgrel=1
+pkgdesc="Library for reading, mastering and writing optical discs"
+arch=('x86_64')
+url="https://dev.lovelyhq.com/libburnia;
+license=('GPL')
+depends=('glibc')
+# https://dev.lovelyhq.com/libburnia/web/wikis/Releases
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!emptydirs')
+sha256sums=('7b32db1719d7f6516cce82a9d00dfddfb3581725db732ea87d41ea8ef0ce5227'
+'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd "${pkgname}"-${pkgver/.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}"-${pkgver/.pl01/}
+  make DESTDIR="${pkgdir}" install
+}