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

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Monday, June 22, 2020 @ 05:49:15
  Author: foutrelis
Revision: 650305

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 650304, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-22 05:49:09 UTC (rev 650304)
+++ PKGBUILD2020-06-22 05:49:15 UTC (rev 650305)
@@ -1,78 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.2.5
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="https://shorewall.org/;
-license=('GPL')
-source=(https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-$pkgver.tar.bz2{,.asc}
-
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('9af3e9901543f5a749e84bb4ce459802088223a8df1a8634e96fa16dc8cde152'
-'SKIP'
-'370c76f9b45ca23ec8f3e86d0d6a0a8d5400df854f12d5c616242da964ddb0e5'
-'SKIP'
-'688a44a574697149b2ba633ab7df590b654a78932a7314b12a0441116e32cd61'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,arprules,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 650304, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-22 05:49:15 UTC (rev 650305)
@@ -0,0 +1,78 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.2.5.1
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="https://shorewall.org/;
+license=('GPL')
+source=(https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-$pkgver.tar.bz2{,.asc}
+
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('786c7016d124c131f80aff72105e1cffca3aad825078692ba878287271193f98'
+'SKIP'
+'9db0f815a713aec565073c9b6038ccdb673abddb571d714e3153c74d47381d54'
+'SKIP'
+'94c0df3ef44504b7f370ddd055c2a9459a78fbc5f6057b550e0a652939cfb5fc'
+'SKIP')
+validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
+
+build() {
+  for product in shorewall{,6,-core}; do
+

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

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Monday, June 22, 2020 @ 05:49:09
  Author: foutrelis
Revision: 650304

upgpkg: shorewall 5.2.5.1-1: new upstream release

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 23:11:10 UTC (rev 650303)
+++ PKGBUILD2020-06-22 05:49:09 UTC (rev 650304)
@@ -4,7 +4,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.2.5
+pkgver=5.2.5.1
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -14,11 +14,11 @@
 
source=(https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-$pkgver.tar.bz2{,.asc}
 
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
https://shorewall.org/pub/shorewall/$_v1/shorewall-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('9af3e9901543f5a749e84bb4ce459802088223a8df1a8634e96fa16dc8cde152'
+sha256sums=('786c7016d124c131f80aff72105e1cffca3aad825078692ba878287271193f98'
 'SKIP'
-'370c76f9b45ca23ec8f3e86d0d6a0a8d5400df854f12d5c616242da964ddb0e5'
+'9db0f815a713aec565073c9b6038ccdb673abddb571d714e3153c74d47381d54'
 'SKIP'
-'688a44a574697149b2ba633ab7df590b654a78932a7314b12a0441116e32cd61'
+'94c0df3ef44504b7f370ddd055c2a9459a78fbc5f6057b550e0a652939cfb5fc'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


[arch-commits] Commit in vault/repos/community-x86_64 (15 files)

2020-06-21 Thread Christian Rebischke via arch-commits
Date: Sunday, June 21, 2020 @ 23:11:10
  Author: shibumi
Revision: 650303

archrelease: copy trunk to community-x86_64

Added:
  vault/repos/community-x86_64/CHANGELOG.md
(from rev 650302, vault/trunk/CHANGELOG.md)
  vault/repos/community-x86_64/PKGBUILD
(from rev 650302, vault/trunk/PKGBUILD)
  vault/repos/community-x86_64/vault.hcl
(from rev 650302, vault/trunk/vault.hcl)
  vault/repos/community-x86_64/vault.install
(from rev 650302, vault/trunk/vault.install)
  vault/repos/community-x86_64/vault.service
(from rev 650302, vault/trunk/vault.service)
  vault/repos/community-x86_64/vault.sysusers
(from rev 650302, vault/trunk/vault.sysusers)
  vault/repos/community-x86_64/vault.tmpfiles
(from rev 650302, vault/trunk/vault.tmpfiles)
Deleted:
  vault/repos/community-x86_64/CHANGELOG.md
  vault/repos/community-x86_64/PKGBUILD
  vault/repos/community-x86_64/vault-fix-ssh-rsa.patch
  vault/repos/community-x86_64/vault.hcl
  vault/repos/community-x86_64/vault.install
  vault/repos/community-x86_64/vault.service
  vault/repos/community-x86_64/vault.sysusers
  vault/repos/community-x86_64/vault.tmpfiles

-+
 CHANGELOG.md| 7664 --
 PKGBUILD|  113 
 vault-fix-ssh-rsa.patch |   41 
 vault.hcl   |   38 
 vault.install   |   18 
 vault.service   |   44 
 vault.sysusers  |2 
 vault.tmpfiles  |2 
 8 files changed, 3495 insertions(+), 4427 deletions(-)

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


[arch-commits] Commit in vault/trunk (CHANGELOG.md PKGBUILD vault-fix-ssh-rsa.patch)

2020-06-21 Thread Christian Rebischke via arch-commits
Date: Sunday, June 21, 2020 @ 23:10:56
  Author: shibumi
Revision: 650302

upgpkg: vault 1.4.2-1

Modified:
  vault/trunk/CHANGELOG.md
  vault/trunk/PKGBUILD
Deleted:
  vault/trunk/vault-fix-ssh-rsa.patch

-+
 CHANGELOG.md| 3526 +-
 PKGBUILD|   13 
 vault-fix-ssh-rsa.patch |   41 
 3 files changed, 1324 insertions(+), 2256 deletions(-)

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


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

2020-06-21 Thread Massimiliano Torromeo via arch-commits
Date: Sunday, June 21, 2020 @ 22:21:43
  Author: mtorromeo
Revision: 650301

archrelease: copy trunk to community-staging-x86_64

Added:
  sysdig/repos/community-staging-x86_64/
  sysdig/repos/community-staging-x86_64/PKGBUILD
(from rev 650300, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-staging-x86_64/bashcomp-location.patch
(from rev 650300, sysdig/trunk/bashcomp-location.patch)
  sysdig/repos/community-staging-x86_64/glibc.patch
(from rev 650300, sysdig/trunk/glibc.patch)
  sysdig/repos/community-staging-x86_64/linux-5.6.patch
(from rev 650300, sysdig/trunk/linux-5.6.patch)

-+
 PKGBUILD|   54 ++
 bashcomp-location.patch |   13 +++
 glibc.patch |   12 ++
 linux-5.6.patch |   35 +
 4 files changed, 114 insertions(+)

Copied: sysdig/repos/community-staging-x86_64/PKGBUILD (from rev 650300, 
sysdig/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-21 22:21:43 UTC (rev 650301)
@@ -0,0 +1,54 @@
+# Maintainer: Massimiliano Torromeo 
+# Contribuitor: Alfredo Palhares 
+# Contribuitor: Christian Babeux 
+
+pkgname=sysdig
+pkgver=0.26.7
+pkgrel=3
+pkgdesc="Open source system-level exploration and troubleshooting tool"
+arch=('x86_64')
+url="https://www.sysdig.com/;
+license=('GPL2' 'Apache' 'MIT')
+depends=('dkms' 'jsoncpp' 'libjsoncpp.so' 'luajit' 'curl' 'libcurl.so' 'jq' 
'libb64' 'intel-tbb' 'grpc')
+makedepends=('cmake' 'pandoc' 'gtest')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"bashcomp-location.patch"
+"glibc.patch")
+sha256sums=('c82aa4201e8ad37e22c780c27c28ac28359a8e677b4dc0ea295eb1452115d6c0'
+'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b'
+'9d9ee715500cb5c3709cf6a77e95421edaaae5f15dbb1c7c8ad2147cc9637939')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/bashcomp-location.patch
+  patch -p1 -i "$srcdir"/glibc.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake .. \
+-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} ${CPPFLAGS} 
-Wno-deprecated-declarations" \
+-DCMAKE_C_FLAGS="${CFLAGS} ${CPPFLAGS} -Wno-deprecated-declarations" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSDIG_VERSION=$pkgver \
+-DUSE_BUNDLED_DEPS=OFF \
+-DBUILD_DRIVER=OFF \
+-DBUILD_LIBSCAP_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
+
+  cd build
+  make install DESTDIR="$pkgdir"
+}

Copied: sysdig/repos/community-staging-x86_64/bashcomp-location.patch (from rev 
650300, sysdig/trunk/bashcomp-location.patch)
===
--- community-staging-x86_64/bashcomp-location.patch
(rev 0)
+++ community-staging-x86_64/bashcomp-location.patch2020-06-21 22:21:43 UTC 
(rev 650301)
@@ -0,0 +1,13 @@
+diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+index ded65e9..fd2a59b 100644
+--- a/scripts/CMakeLists.txt
 b/scripts/CMakeLists.txt
+@@ -2,7 +2,7 @@ configure_file(debian/postinst.in debian/postinst)
+ configure_file(debian/prerm.in debian/prerm)
+ 
+ install(FILES completions/bash/sysdig
+-  DESTINATION "${DIR_ETC}/bash_completion.d")
++  DESTINATION "share/bash-completion/completions/")
+ 
+ install(FILES completions/zsh/_sysdig
+   DESTINATION share/zsh/vendor-completions)

Copied: sysdig/repos/community-staging-x86_64/glibc.patch (from rev 650300, 
sysdig/trunk/glibc.patch)
===
--- community-staging-x86_64/glibc.patch(rev 0)
+++ community-staging-x86_64/glibc.patch2020-06-21 22:21:43 UTC (rev 
650301)
@@ -0,0 +1,12 @@
+diff --git a/userspace/libscap/scap_fds.c b/userspace/libscap/scap_fds.c
+index 452353a..c1e38b1 100644
+--- a/userspace/libscap/scap_fds.c
 b/userspace/libscap/scap_fds.c
+@@ -25,6 +25,7 @@ limitations under the License.
+ #include "scap_savefile.h"
+ #include 
+ #include 
++#include 
+ #include 
+ #include "uthash.h"
+ #ifdef _WIN32

Copied: sysdig/repos/community-staging-x86_64/linux-5.6.patch (from rev 650300, 
sysdig/trunk/linux-5.6.patch)
===
--- community-staging-x86_64/linux-5.6.patch(rev 0)
+++ community-staging-x86_64/linux-5.6.patch2020-06-21 22:21:43 UTC (rev 
650301)
@@ -0,0 +1,35 @@
+From 55a8525dfffdc18106d981d7a1f70b8bd34d064d Mon 

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

2020-06-21 Thread Massimiliano Torromeo via arch-commits
Date: Sunday, June 21, 2020 @ 22:21:17
  Author: mtorromeo
Revision: 650300

upgpkg: sysdig 0.26.7-3

Modified:
  sysdig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 22:16:19 UTC (rev 650299)
+++ PKGBUILD2020-06-21 22:21:17 UTC (rev 650300)
@@ -4,7 +4,7 @@
 
 pkgname=sysdig
 pkgver=0.26.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('x86_64')
 url="https://www.sysdig.com/;


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

2020-06-21 Thread Antonio Rojas via arch-commits
Date: Sunday, June 21, 2020 @ 22:16:19
  Author: arojas
Revision: 650299

archrelease: copy trunk to community-testing-x86_64

Added:
  python-scipy/repos/community-testing-x86_64/
  python-scipy/repos/community-testing-x86_64/PKGBUILD
(from rev 650298, python-scipy/trunk/PKGBUILD)

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

Copied: python-scipy/repos/community-testing-x86_64/PKGBUILD (from rev 650298, 
python-scipy/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-21 22:16:19 UTC (rev 650299)
@@ -0,0 +1,57 @@
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Bodor Dávid Gábor 
+# Contributor: Andrzej Giniewicz 
+
+_name=scipy
+pkgname=python-scipy
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
+arch=('x86_64')
+url="https://www.scipy.org/;
+license=('BSD')
+depends=('python-numpy')
+provides=('python3-scipy' 'scipy')
+makedepends=('gcc-fortran' 'python-setuptools' 'pybind11')
+checkdepends=('python-pytest')
+optdepends=('python-pillow: for image saving module')
+#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
+source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('4c981a3125a88593cbc5a17417022a5db8f6ccb4c1c24e78afeb9bb26428b81d2d0fe9965caa418753b1bbbda2fa30533fa1307aac6ab168458d68f7b46049be')
+
+build() {
+  # required for gfortran
+  export LDFLAGS="-Wall -shared"
+
+  cd scipy-${pkgver}
+  python setup.py config_fc --fcompiler=gnu95 build
+}
+
+check() {
+  # we need to do a temp install so we can import scipy
+  # also, the tests must not be run from the scipy source directory
+  export LDFLAGS="-Wall -shared"
+
+  cd scipy-${pkgver}
+  python3 setup.py config_fc --fcompiler=gnu95 install \
+--prefix=/usr --root=${srcdir}/test --optimize=1
+  export PYTHONPATH=${srcdir}/test/usr/lib/python3.8/site-packages
+  cd "${srcdir}"
+  python -c "from scipy import test; test('full')"
+}
+
+package() {
+  export LDFLAGS="-Wall -shared"
+
+  cd scipy-${pkgver}
+  python3 setup.py config_fc --fcompiler=gnu95 install \
+--prefix=/usr --root="${pkgdir}" --optimize=1
+
+  install -Dm644 LICENSE.txt \
+"${pkgdir}/usr/share/licenses/python-scipy/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-21 Thread Antonio Rojas via arch-commits
Date: Sunday, June 21, 2020 @ 22:16:01
  Author: arojas
Revision: 650298

Update to 1.5.0

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 22:03:59 UTC (rev 650297)
+++ PKGBUILD2020-06-21 22:16:01 UTC (rev 650298)
@@ -7,7 +7,7 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.4.1
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="SciPy is open-source software for mathematics, science, and 
engineering."
 arch=('x86_64')
@@ -20,13 +20,11 @@
 optdepends=('python-pillow: for image saving module')
 
#source=("https://github.com/scipy/scipy/releases/download/v${pkgver}/scipy-${pkgver}.tar.xz;)
 
source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('79407a2cbb4ba29c0941570181df4d7835e5791e50a3abef9b63c2fc5b15308a2e4964eb71cdebbee8cd2dcb8e497cf92fe50ee21fb12cac3013ea5e0466b25d')
+sha512sums=('4c981a3125a88593cbc5a17417022a5db8f6ccb4c1c24e78afeb9bb26428b81d2d0fe9965caa418753b1bbbda2fa30533fa1307aac6ab168458d68f7b46049be')
 
 build() {
   # required for gfortran
   export LDFLAGS="-Wall -shared"
-  # workaround build failure with GCC 10, remove in 1.5
-  export FFLAGS+=" -fallow-argument-mismatch"
 
   cd scipy-${pkgver}
   python setup.py config_fc --fcompiler=gnu95 build
@@ -43,7 +41,6 @@
   export PYTHONPATH=${srcdir}/test/usr/lib/python3.8/site-packages
   cd "${srcdir}"
   python -c "from scipy import test; test('full')"
-
 }
 
 package() {


[arch-commits] Commit in sagemath/repos/community-x86_64 (36 files)

2020-06-21 Thread Antonio Rojas via arch-commits
Date: Sunday, June 21, 2020 @ 22:03:59
  Author: arojas
Revision: 650297

archrelease: copy trunk to community-x86_64

Added:
  sagemath/repos/community-x86_64/PKGBUILD
(from rev 650296, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-x86_64/latte-count.patch
(from rev 650296, sagemath/trunk/latte-count.patch)
  sagemath/repos/community-x86_64/package.patch
(from rev 650296, sagemath/trunk/package.patch)
  sagemath/repos/community-x86_64/sagemath-cremona.patch
(from rev 650296, sagemath/trunk/sagemath-cremona.patch)
  sagemath/repos/community-x86_64/sagemath-ecl-20.04.patch
(from rev 650296, sagemath/trunk/sagemath-ecl-20.04.patch)
  sagemath/repos/community-x86_64/sagemath-flint-2.6.patch
(from rev 650296, sagemath/trunk/sagemath-flint-2.6.patch)
  sagemath/repos/community-x86_64/sagemath-gap-4.11.patch
(from rev 650296, sagemath/trunk/sagemath-gap-4.11.patch)
  sagemath/repos/community-x86_64/sagemath-ipython7.patch
(from rev 650296, sagemath/trunk/sagemath-ipython7.patch)
  sagemath/repos/community-x86_64/sagemath-jedi-0.16.patch
(from rev 650296, sagemath/trunk/sagemath-jedi-0.16.patch)
  sagemath/repos/community-x86_64/sagemath-matplotlib-3.2.patch
(from rev 650296, sagemath/trunk/sagemath-matplotlib-3.2.patch)
  sagemath/repos/community-x86_64/sagemath-no-dict-sorting.patch
(from rev 650296, sagemath/trunk/sagemath-no-dict-sorting.patch)
  sagemath/repos/community-x86_64/sagemath-pari-2.11.3.patch
(from rev 650296, sagemath/trunk/sagemath-pari-2.11.3.patch)
  sagemath/repos/community-x86_64/sagemath-pexpect-4.8.patch
(from rev 650296, sagemath/trunk/sagemath-pexpect-4.8.patch)
  sagemath/repos/community-x86_64/sagemath-python-3.8.patch
(from rev 650296, sagemath/trunk/sagemath-python-3.8.patch)
  sagemath/repos/community-x86_64/sagemath-singular-4.1.2.patch
(from rev 650296, sagemath/trunk/sagemath-singular-4.1.2.patch)
  sagemath/repos/community-x86_64/sagemath-sphinx-3.patch
(from rev 650296, sagemath/trunk/sagemath-sphinx-3.patch)
  sagemath/repos/community-x86_64/sagemath-sympy-1.6.patch
(from rev 650296, sagemath/trunk/sagemath-sympy-1.6.patch)
  sagemath/repos/community-x86_64/test-optional.patch
(from rev 650296, sagemath/trunk/test-optional.patch)
Deleted:
  sagemath/repos/community-x86_64/PKGBUILD
  sagemath/repos/community-x86_64/latte-count.patch
  sagemath/repos/community-x86_64/package.patch
  sagemath/repos/community-x86_64/sagemath-cremona.patch
  sagemath/repos/community-x86_64/sagemath-ecl-sigfpe.patch
  sagemath/repos/community-x86_64/sagemath-flint-2.6.patch
  sagemath/repos/community-x86_64/sagemath-gap-4.11.patch
  sagemath/repos/community-x86_64/sagemath-ipython7.patch
  sagemath/repos/community-x86_64/sagemath-jedi-0.16.patch
  sagemath/repos/community-x86_64/sagemath-matplotlib-3.2.patch
  sagemath/repos/community-x86_64/sagemath-no-dict-sorting.patch
  sagemath/repos/community-x86_64/sagemath-pari-2.11.3.patch
  sagemath/repos/community-x86_64/sagemath-pexpect-4.8.patch
  sagemath/repos/community-x86_64/sagemath-python-3.8.patch
  sagemath/repos/community-x86_64/sagemath-singular-4.1.2.patch
  sagemath/repos/community-x86_64/sagemath-sphinx-3.patch
  sagemath/repos/community-x86_64/sagemath-sympy-1.6.patch
  sagemath/repos/community-x86_64/test-optional.patch

+
 PKGBUILD   |  347 +--
 latte-count.patch  |  178 -
 package.patch  |  108 -
 sagemath-cremona.patch |   62 
 sagemath-ecl-20.04.patch   |  413 
 sagemath-ecl-sigfpe.patch  |  147 -
 sagemath-flint-2.6.patch   |  252 +-
 sagemath-gap-4.11.patch|  424 ++--
 sagemath-ipython7.patch|  468 ++---
 sagemath-jedi-0.16.patch   |   26 
 sagemath-matplotlib-3.2.patch  |  240 +-
 sagemath-no-dict-sorting.patch |  124 -
 sagemath-pari-2.11.3.patch |  504 ++---
 sagemath-pexpect-4.8.patch |   48 
 sagemath-python-3.8.patch  | 3614 +++
 sagemath-singular-4.1.2.patch  | 1398 +++
 sagemath-sphinx-3.patch|  544 ++---
 sagemath-sympy-1.6.patch   |  120 -
 test-optional.patch|   40 
 19 files changed, 4659 insertions(+), 4398 deletions(-)

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


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

2020-06-21 Thread Antonio Rojas via arch-commits
Date: Sunday, June 21, 2020 @ 22:03:22
  Author: arojas
Revision: 650296

ecl 20.04 rebuild

Added:
  sagemath/trunk/sagemath-ecl-20.04.patch
Modified:
  sagemath/trunk/PKGBUILD
Deleted:
  sagemath/trunk/sagemath-ecl-sigfpe.patch

---+
 PKGBUILD  |   17 -
 sagemath-ecl-20.04.patch  |  413 
 sagemath-ecl-sigfpe.patch |  147 ---
 3 files changed, 419 insertions(+), 158 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 21:52:42 UTC (rev 650295)
+++ PKGBUILD2020-06-21 22:03:22 UTC (rev 650296)
@@ -8,7 +8,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=9.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(x86_64)
 url="http://www.sagemath.org;
@@ -39,7 +39,7 @@
 test-optional.patch
 sagemath-cremona.patch
 sagemath-singular-4.1.2.patch
-sagemath-ecl-sigfpe.patch
+sagemath-ecl-20.04.patch
 sagemath-no-dict-sorting.patch
 sagemath-ipython7.patch
 sagemath-python-3.8.patch
@@ -57,7 +57,7 @@
 '887b931b0eb3c7fcfcb01ae0cfda9668925ed59740c4134cba13c43dfe0dd088'
 '937074fa7a8a4e2aba9ea77ec622fe937985a1a9176c48460d51325ee877a4f5'
 '4cb86b4f39f4e876450080e6ae5058ad2226d20b9cb3425ba0dc3e4368708434'
-'e44bbde87f3312548faad75b7383ef21fade55be251ab5804de41cd3842ca8a0'
+'1fabc86d066310988a90083aaedceb9690822df8ff80c16501692231daa96e33'
 'c6ac173198303cc3c719e9aa7e1e55c7353d6065184a0142c27bc3b82db255dd'
 'fc28ca3aa1a656bfb451181d5086b3041238f24bf462cc69626d3cd603a246df'
 '9b24c5ccecaccb7bdd20c849d43ad048a2f5ade4fc9c359d22a8bf19b13012ca'
@@ -78,8 +78,8 @@
   patch -p1 -i ../sagemath-cremona.patch
 # Fixes for singular 4.1.2 https://trac.sagemath.org/ticket/25993
   patch -p1 -i ../sagemath-singular-4.1.2.patch
-# Fix SIGFPE crashes with ecl 16.1.3 https://trac.sagemath.org/ticket/22191
-  patch -p1 -i ../sagemath-ecl-sigfpe.patch
+# Fix build with ECL 20.04 https://trac.sagemath.org/ticket/22191
+  patch -p1 -i ../sagemath-ecl-20.04.patch
 # Fix doc build with sphinx 3 https://trac.sagemath.org/ticket/28856
   patch -p1 -i ../sagemath-sphinx-3.patch
 # Fix warnings with matplotlib 3.2 https://trac.sagemath.org/ticket/29547
@@ -120,10 +120,7 @@
 build() {
   cd sage-$pkgver/src
 
-  export CC=gcc \
- SAGE_ROOT="$PWD" \
- SAGE_SRC="$PWD" \
- SAGE_NUM_THREADS=10
+  export SAGE_NUM_THREADS=10
   python setup.py build
 }
 
@@ -132,8 +129,6 @@
 
   cd sage-$pkgver/src
 
-  export SAGE_ROOT="$PWD" \
- SAGE_LOCAL="/usr"
   python setup.py install --root="$pkgdir" --optimize=1
 
   mkdir -p "$pkgdir"/usr/bin

Added: sagemath-ecl-20.04.patch
===
--- sagemath-ecl-20.04.patch(rev 0)
+++ sagemath-ecl-20.04.patch2020-06-21 22:03:22 UTC (rev 650296)
@@ -0,0 +1,413 @@
+diff --git a/src/sage/interfaces/interface.py 
b/src/sage/interfaces/interface.py
+index 616c13d..430ba80 100644
+--- a/src/sage/interfaces/interface.py
 b/src/sage/interfaces/interface.py
+@@ -589,9 +589,9 @@ class Interface(WithEqualityById, ParentWithBase):
+ EXAMPLES::
+ 
+ sage: maxima.quad_qags(x, x, 0, 1, epsrel=1e-4)
+-[0.5,0.55511151231257...e-14,21,0]
++[0.5,5.5511151231257...e-15,21,0]
+ sage: maxima.function_call('quad_qags', [x, x, 0, 1], 
{'epsrel':'1e-4'})
+-[0.5,0.55511151231257...e-14,21,0]
++[0.5,5.5511151231257...e-15,21,0]
+ """
+ args, kwds = self._convert_args_kwds(args, kwds)
+ self._check_valid_function_name(function)
+diff --git a/src/sage/interfaces/maxima.py b/src/sage/interfaces/maxima.py
+index 9ab456e..3e8f4a6 100644
+--- a/src/sage/interfaces/maxima.py
 b/src/sage/interfaces/maxima.py
+@@ -128,9 +128,9 @@ http://maxima.sourceforge.net/docs/intromax/intromax.html.
+ 
+ sage: a = maxima('(1 + sqrt(2))^5')
+ sage: float(a)
+-82.01219330881975
++82.0121933088197...
+ sage: a.numer()
+-82.01219330881975
++82.0121933088197...
+ 
+ ::
+ 
+diff --git a/src/sage/interfaces/maxima_abstract.py 
b/src/sage/interfaces/maxima_abstract.py
+index 86fbe75..ed3055d 100644
+--- a/src/sage/interfaces/maxima_abstract.py
 b/src/sage/interfaces/maxima_abstract.py
+@@ -1518,7 +1518,7 @@ class MaximaAbstractElement(ExtraTabCompletion, 
InterfaceElement):
+ EXAMPLES::
+ 
+ sage: maxima('exp(-sqrt(x))').nintegral('x',0,1)
+-(0.5284822353142306, 0.41633141378838...e-10, 231, 0)
++(0.5284822353142306, 4.1633141378838...e-11, 231, 0)
+ 
+ Note that GP also does numerical integration, and can do so to very
+ high 

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

2020-06-21 Thread Christian Rebischke via arch-commits
Date: Sunday, June 21, 2020 @ 21:52:42
  Author: shibumi
Revision: 650295

archrelease: copy trunk to community-x86_64

Added:
  iwd/repos/community-x86_64/ChangeLog
(from rev 650294, iwd/trunk/ChangeLog)
  iwd/repos/community-x86_64/PKGBUILD
(from rev 650294, iwd/trunk/PKGBUILD)
  iwd/repos/community-x86_64/iwd.install
(from rev 650294, iwd/trunk/iwd.install)
Deleted:
  iwd/repos/community-x86_64/ChangeLog
  iwd/repos/community-x86_64/PKGBUILD
  iwd/repos/community-x86_64/iwd.install

-+
 ChangeLog   |  412 +-
 PKGBUILD|  104 +++---
 iwd.install |   12 -
 3 files changed, 264 insertions(+), 264 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-06-21 21:49:28 UTC (rev 650294)
+++ ChangeLog   2020-06-21 21:52:42 UTC (rev 650295)
@@ -1,206 +0,0 @@
-ver 1.8:
-   Fix issue with handling FT AKMs when not supported.
-   Fix issue with handling FILS and RSNE in authenticate.
-   Fix issue with handling auto-connection and quick scan.
-   Fix issue with sending multiple scan requests.
-   Add support for P2P feature and API.
-
-ver 1.7:
-   Fix issue with APs that send IGTK falsely in big endian.
-   Fix issue with setting linkmode & operstate for open networks.
-
-ver 1.6:
-   Fix issue with handling missing AP stop events.
-   Fix issue with handling out-of-order disconnect events.
-   Fix issue with handling missing auth/assoc support.
-   Fix issue with handling omitted EAP-TLS-CACert.
-   Fix issue with handling OWE PTK derivation.
-   Add support for internal frame exchange API.
-   Add support for MAC randomization and override.
-   Add support for per-network MAC addresses.
-
-ver 1.5:
-   Fix issue with handling missing NEW_WIPHY events.
-   Fix issue with interface creation and NEW_WIPHY events.
-   Fix issue with handling LastConnectedTime property change.
-   Fix issue with PEAPv0 interoperability with Windows.
-
-ver 1.4:
-   Fix issue with handling Crypto-Binding and invalid MACs.
-   Fix issue with handling change station error results.
-   Fix issue with handling DNS resolving installations.
-
-ver 1.3:
-   Fix issue with handling EAP-GTC and password requests.
-   Fix issue with handling Crypto-Binding TLV for PEAPv0.
-   Fix issue with handling key installation and PEAP Phase 2.
-   Fix issue with handling externally triggered scan requests.
-   Fix issue with handling RCPI calculation for RRM requests.
-
-ver 1.2:
-   Fix issue with handling scan requests while connecting.
-   Fix issue with handling scan duration for RRM requests.
-   Fix issue with handling parent TSF value for RRM requests.
-
-ver 1.1:
-   Fix issue with simple configuration support checks.
-   Fix issue with handling TLS tunnel and PEAPv0.
-   Add support for radio resource management.
-
-ver 1.0:
-   Add support for stable D-Bus interfaces.
-   Add support for network configuration documentation.
-
-ver 0.23:
-   Fix issue with strict certificate chain checks.
-   Fix issue with parsing RSNE_ADVANCE information.
-   Fix issue with parsing RSN information for WPA1.
-   Fix issue with logic error in scan frequency validation.
-   Fix issue with integer overflow and authentication frames.
-   Add support for installing various manual pages.
-
-ver 0.22:
-   Fix issue with hotplug and device capability detection.
-   Add support for IPv6 network configuration handling.
-   Add support for embedding certificates in profiles.
-
-ver 0.21:
-   Fix issue with cleartext ACK and tunneled EAP-Success.
-   Fix issue with setting bits in extended capabilities.
-   Fix issue with WPA-1 information element parsing.
-   Add support for handling QoS Map IE and frames.
-   Add support for STATE_DIRECTORY environment.
-   Add support for CONFIGURATION_DIRECTORY environment.
-
-ver 0.20:
-   Add support for adding Extended Capabilities bits.
-   Add support for ServerDomainMask configuration option.
-
-ver 0.19:
-   Add support for Hotspot 2.0 functionality.
-   Add support for FILS Fast Transition feature.
-   Add support for network configuration handling.
-   Add support for resolution services framework.
-
-ver 0.18:
-   Fix issue with handling stale scan results.
-   Fix issue with handling OWE group renegotiation.
-   Fix issue with handshake failures on FT-PSK.
-   Add support for FILS (Fast Initial Link Setup).
-
-ver 0.17:
-   Fix issue with handling association failure path.
-   Fix issue with handling checks for valid ECC point/scalar.
-   Fix issue with handling potential infinite loop and SAE.
-   Fix issue with handling randomization for passive scans.
-   Add support for randomization of SN for probe 

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

2020-06-21 Thread Christian Rebischke via arch-commits
Date: Sunday, June 21, 2020 @ 21:49:28
  Author: shibumi
Revision: 650294

upgpkg: iwd 1.8-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 21:48:19 UTC (rev 650293)
+++ PKGBUILD2020-06-21 21:49:28 UTC (rev 650294)
@@ -10,7 +10,7 @@
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
 license=('LGPL')
 depends=('glibc' 'readline' 'libreadline.so')
-makedepends=('python-docutils')
+makedepends=('python-docutils' 'dbus' 'systemd')
 backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
 
sha512sums=('f1caa330b3ff18b4598efec596a4b9a22887833218a90d19d59717503679eff71fdb990cb63bd74b8f1523197a366cd803d799259e8002e5cde2745b03d51d8e'
@@ -21,7 +21,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr \
+   dbus-run-session ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
   --with-runstatedir=/run \


[arch-commits] Commit in ruby-term-ansicolor/trunk (PKGBUILD)

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 21:47:55
  Author: anatolik
Revision: 650292

upgpkg: ruby-term-ansicolor 1.7.1-1

Modified:
  ruby-term-ansicolor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 21:42:33 UTC (rev 650291)
+++ PKGBUILD2020-06-21 21:47:55 UTC (rev 650292)
@@ -3,8 +3,8 @@
 # Contributor: Hilton Medeiros 
 
 pkgname=ruby-term-ansicolor
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.7.1
+pkgrel=1
 pkgdesc='A ruby library that colors strings using ANSI escape sequences'
 arch=('any')
 url='https://rubygems.org/gems/term-ansicolor'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('ebcc930f9f8d564a457285aa4d0be41f8b8e9d9871a339bbc7631f2869c23cac')
+sha256sums=('92339ffec77c4bddc786a29385c91601dd52fc68feda23609bba0491229b05f7')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-term-ansicolor/repos (2 files)

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 21:48:19
  Author: anatolik
Revision: 650293

archrelease: copy trunk to community-testing-any

Added:
  ruby-term-ansicolor/repos/community-testing-any/
  ruby-term-ansicolor/repos/community-testing-any/PKGBUILD
(from rev 650292, ruby-term-ansicolor/trunk/PKGBUILD)

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

Copied: ruby-term-ansicolor/repos/community-testing-any/PKGBUILD (from rev 
650292, ruby-term-ansicolor/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-06-21 21:48:19 UTC (rev 650293)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Hilton Medeiros 
+
+pkgname=ruby-term-ansicolor
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='A ruby library that colors strings using ANSI escape sequences'
+arch=('any')
+url='https://rubygems.org/gems/term-ansicolor'
+license=('GPL2')
+depends=('ruby-tins')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('92339ffec77c4bddc786a29385c91601dd52fc68feda23609bba0491229b05f7')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} -n "${pkgdir}"/usr/bin ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libhandy/trunk (PKGBUILD PKGBUILD.next)

2020-06-21 Thread Jan Steffens via arch-commits
Date: Sunday, June 21, 2020 @ 21:42:33
  Author: heftig
Revision: 650291

Return PKGBUILD to 0.0.13; move 0.80.0 to PKGBUILD.next

Added:
  libhandy/trunk/PKGBUILD.next
(from rev 648700, libhandy/trunk/PKGBUILD)
Modified:
  libhandy/trunk/PKGBUILD

---+
 PKGBUILD  |   12 
 PKGBUILD.next |   44 
 2 files changed, 52 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 21:41:26 UTC (rev 650290)
+++ PKGBUILD2020-06-21 21:42:33 UTC (rev 650291)
@@ -1,8 +1,8 @@
 # Maintainer: Balló György 
 
 pkgname=libhandy
-pkgver=0.80.0
-pkgrel=1
+pkgver=0.0.13
+pkgrel=2
 pkgdesc="Library full of GTK+ widgets for mobile phones"
 arch=(x86_64)
 url="https://source.puri.sm/Librem5/libhandy;
@@ -10,13 +10,17 @@
 depends=(glib2 gtk3)
 makedepends=(git glade gobject-introspection meson vala)
 checkdepends=(xorg-server-xvfb)
-provides=(libhandy-1.so)
-_commit=b61eefde06040703026f49a0b979588e69f77d3a  # tags/v0.80.0^0
+provides=(libhandy-0.0.so)
+_commit=7a193d7692c9c76a1a94f17c4d30b585f77d177c  # tags/v0.0.13^0
 source=("git+https://source.puri.sm/Librem5/libhandy.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 prepare() {
   cd $pkgname
+
+  # Fix build with glade 3.36.0
+  sed -e 's/GPC_OBJECT_DELIMITER/GLADE_PROPERTY_DEF_OBJECT_DELIMITER/g' \
+  -i glade/glade-*.c
 }
 
 pkgver() {

Copied: libhandy/trunk/PKGBUILD.next (from rev 648700, libhandy/trunk/PKGBUILD)
===
--- PKGBUILD.next   (rev 0)
+++ PKGBUILD.next   2020-06-21 21:42:33 UTC (rev 650291)
@@ -0,0 +1,44 @@
+# Maintainer: Balló György 
+
+pkgname=libhandy
+pkgver=0.80.0
+pkgrel=1
+pkgdesc="Library full of GTK+ widgets for mobile phones"
+arch=(x86_64)
+url="https://source.puri.sm/Librem5/libhandy;
+license=(LGPL2.1)
+depends=(glib2 gtk3)
+makedepends=(git glade gobject-introspection meson vala)
+checkdepends=(xorg-server-xvfb)
+provides=(libhandy-1.so)
+_commit=b61eefde06040703026f49a0b979588e69f77d3a  # tags/v0.80.0^0
+source=("git+https://source.puri.sm/Librem5/libhandy.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gtk_doc=true \
+-D examples=false
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2020-06-21 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 21, 2020 @ 21:41:16
  Author: jlichtblau
Revision: 650289

upgpkg: po4a 0.59.1-2 - FS#66950 fix

Modified:
  po4a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 21:32:14 UTC (rev 650288)
+++ PKGBUILD2020-06-21 21:41:16 UTC (rev 650289)
@@ -7,14 +7,14 @@
 
 pkgname=po4a
 pkgver=0.59.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools for helping translation of documentation"
 arch=('any')
 url="https://po4a.org/;
 license=('GPL')
-depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-yaml-tiny'
- 'perl-term-readkey' 'perl-sgmls' 'perl-module-build' 
'perl-unicode-linebreak')
+depends=('perl' 'gettext' 'perl-yaml-tiny')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey'
+ 'perl-sgmls' 'perl-module-build' 'perl-unicode-linebreak')
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
 sha256sums=('bd894c728fcf3f9bb2d563fc9e86328f592be69d476c78c1a9cae8a25f45d145')


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

2020-06-21 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 21, 2020 @ 21:41:26
  Author: jlichtblau
Revision: 650290

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
(from rev 650289, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 21:41:16 UTC (rev 650289)
+++ PKGBUILD2020-06-21 21:41:26 UTC (rev 650290)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Thorsten Töpper 
-# Contributor: Francois Boulogne 
-# Contributor: Andre Klitzing 
-# Contributor: Allan McRae 
-# Contributor: Mikko Seppälä  aka Neverth
-
-pkgname=po4a
-pkgver=0.59.1
-pkgrel=1
-pkgdesc="Tools for helping translation of documentation"
-arch=('any')
-url="https://po4a.org/;
-license=('GPL')
-depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-yaml-tiny'
- 'perl-term-readkey' 'perl-sgmls' 'perl-module-build' 
'perl-unicode-linebreak')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('bd894c728fcf3f9bb2d563fc9e86328f592be69d476c78c1a9cae8a25f45d145')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  perl Build.PL installdirs=vendor create_packlist=0
-  # The script expects a UTF-8 locale
-  LC_ALL=en_US.UTF-8 perl Build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  perl Build destdir="${pkgdir}" install
-  # remove perllocal.pod and .packlist
-  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
-}

Copied: po4a/repos/community-any/PKGBUILD (from rev 650289, po4a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 21:41:26 UTC (rev 650290)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thorsten Töpper 
+# Contributor: Francois Boulogne 
+# Contributor: Andre Klitzing 
+# Contributor: Allan McRae 
+# Contributor: Mikko Seppälä  aka Neverth
+
+pkgname=po4a
+pkgver=0.59.1
+pkgrel=2
+pkgdesc="Tools for helping translation of documentation"
+arch=('any')
+url="https://po4a.org/;
+license=('GPL')
+depends=('perl' 'gettext' 'perl-yaml-tiny')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey'
+ 'perl-sgmls' 'perl-module-build' 'perl-unicode-linebreak')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('bd894c728fcf3f9bb2d563fc9e86328f592be69d476c78c1a9cae8a25f45d145')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  perl Build.PL installdirs=vendor create_packlist=0
+  # The script expects a UTF-8 locale
+  LC_ALL=en_US.UTF-8 perl Build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  perl Build destdir="${pkgdir}" install
+  # remove perllocal.pod and .packlist
+  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
+}


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

2020-06-21 Thread Antonio Rojas via arch-commits
Date: Sunday, June 21, 2020 @ 21:40:17
  Author: arojas
Revision: 390105

Add reminder to rebuild sagemath, it was forgotten again

Modified:
  ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 21:36:52 UTC (rev 390104)
+++ PKGBUILD2020-06-21 21:40:17 UTC (rev 390105)
@@ -2,7 +2,7 @@
 # Maintainer: juergen 
 
 pkgname=ecl
-pkgver=20.4.24
+pkgver=20.4.24 # Remember to rebuild sagemath when the soname changes 
 pkgrel=1
 pkgdesc="Embeddable Common Lisp"
 arch=('x86_64')


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

2020-06-21 Thread Jan Steffens via arch-commits
Date: Sunday, June 21, 2020 @ 21:36:52
  Author: heftig
Revision: 390104

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick6/repos/extra-x86_64/PKGBUILD
(from rev 390103, imagemagick6/trunk/PKGBUILD)
  imagemagick6/repos/extra-x86_64/arch-fonts.diff
(from rev 390103, imagemagick6/trunk/arch-fonts.diff)
Deleted:
  imagemagick6/repos/extra-x86_64/PKGBUILD
  imagemagick6/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  222 +++---
 arch-fonts.diff |  214 ++--
 2 files changed, 218 insertions(+), 218 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 21:36:41 UTC (rev 390103)
+++ PKGBUILD2020-06-21 21:36:52 UTC (rev 390104)
@@ -1,111 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6)
-pkgver=6.9.11.19
-pkgrel=1
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('1ab6bbe2fada07550bc0c1ad59738922990743456431180e793aef7be1fce5ce'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Drop tools
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-6/policy.xml
-
-# Use correct options for inkscape<1.0
-  sed -e 's|--export-file|--export-png|' -i 
"$pkgdir"/etc/ImageMagick-6/delegates.xml
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 390103, 
imagemagick6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 21:36:52 UTC (rev 390104)
@@ -0,0 +1,111 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick6
+pkgname=(libmagick6)
+pkgver=6.9.11.20
+pkgrel=1
+pkgdesc="An image viewing/manipulation program (version 6)"
+url="https://legacy.imagemagick.org/;
+arch=(x86_64)
+license=(custom)
+depends=(libltdl lcms2 fontconfig libxext liblqr libraqm 

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

2020-06-21 Thread Jan Steffens via arch-commits
Date: Sunday, June 21, 2020 @ 21:36:41
  Author: heftig
Revision: 390103

6.9.11.20-1

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 20:32:40 UTC (rev 390102)
+++ PKGBUILD2020-06-21 21:36:41 UTC (rev 390103)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6)
-pkgver=6.9.11.19
+pkgver=6.9.11.20
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('1ab6bbe2fada07550bc0c1ad59738922990743456431180e793aef7be1fce5ce'
+sha256sums=('72101002d7adc42ed6f3e1d44e4847d9008096de4f3bdc38d7db47f7809d7a15'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2020-06-21 Thread Christian Rebischke via arch-commits
Date: Sunday, June 21, 2020 @ 21:32:14
  Author: shibumi
Revision: 650288

archrelease: copy trunk to community-x86_64

Added:
  iwd/repos/community-x86_64/ChangeLog
(from rev 650287, iwd/trunk/ChangeLog)
  iwd/repos/community-x86_64/PKGBUILD
(from rev 650287, iwd/trunk/PKGBUILD)
  iwd/repos/community-x86_64/iwd.install
(from rev 650287, iwd/trunk/iwd.install)
Deleted:
  iwd/repos/community-x86_64/ChangeLog
  iwd/repos/community-x86_64/PKGBUILD
  iwd/repos/community-x86_64/iwd.install

-+
 ChangeLog   |  412 +-
 PKGBUILD|  104 +++---
 iwd.install |   12 -
 3 files changed, 264 insertions(+), 264 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-06-21 21:26:37 UTC (rev 650287)
+++ ChangeLog   2020-06-21 21:32:14 UTC (rev 650288)
@@ -1,206 +0,0 @@
-ver 1.8:
-   Fix issue with handling FT AKMs when not supported.
-   Fix issue with handling FILS and RSNE in authenticate.
-   Fix issue with handling auto-connection and quick scan.
-   Fix issue with sending multiple scan requests.
-   Add support for P2P feature and API.
-
-ver 1.7:
-   Fix issue with APs that send IGTK falsely in big endian.
-   Fix issue with setting linkmode & operstate for open networks.
-
-ver 1.6:
-   Fix issue with handling missing AP stop events.
-   Fix issue with handling out-of-order disconnect events.
-   Fix issue with handling missing auth/assoc support.
-   Fix issue with handling omitted EAP-TLS-CACert.
-   Fix issue with handling OWE PTK derivation.
-   Add support for internal frame exchange API.
-   Add support for MAC randomization and override.
-   Add support for per-network MAC addresses.
-
-ver 1.5:
-   Fix issue with handling missing NEW_WIPHY events.
-   Fix issue with interface creation and NEW_WIPHY events.
-   Fix issue with handling LastConnectedTime property change.
-   Fix issue with PEAPv0 interoperability with Windows.
-
-ver 1.4:
-   Fix issue with handling Crypto-Binding and invalid MACs.
-   Fix issue with handling change station error results.
-   Fix issue with handling DNS resolving installations.
-
-ver 1.3:
-   Fix issue with handling EAP-GTC and password requests.
-   Fix issue with handling Crypto-Binding TLV for PEAPv0.
-   Fix issue with handling key installation and PEAP Phase 2.
-   Fix issue with handling externally triggered scan requests.
-   Fix issue with handling RCPI calculation for RRM requests.
-
-ver 1.2:
-   Fix issue with handling scan requests while connecting.
-   Fix issue with handling scan duration for RRM requests.
-   Fix issue with handling parent TSF value for RRM requests.
-
-ver 1.1:
-   Fix issue with simple configuration support checks.
-   Fix issue with handling TLS tunnel and PEAPv0.
-   Add support for radio resource management.
-
-ver 1.0:
-   Add support for stable D-Bus interfaces.
-   Add support for network configuration documentation.
-
-ver 0.23:
-   Fix issue with strict certificate chain checks.
-   Fix issue with parsing RSNE_ADVANCE information.
-   Fix issue with parsing RSN information for WPA1.
-   Fix issue with logic error in scan frequency validation.
-   Fix issue with integer overflow and authentication frames.
-   Add support for installing various manual pages.
-
-ver 0.22:
-   Fix issue with hotplug and device capability detection.
-   Add support for IPv6 network configuration handling.
-   Add support for embedding certificates in profiles.
-
-ver 0.21:
-   Fix issue with cleartext ACK and tunneled EAP-Success.
-   Fix issue with setting bits in extended capabilities.
-   Fix issue with WPA-1 information element parsing.
-   Add support for handling QoS Map IE and frames.
-   Add support for STATE_DIRECTORY environment.
-   Add support for CONFIGURATION_DIRECTORY environment.
-
-ver 0.20:
-   Add support for adding Extended Capabilities bits.
-   Add support for ServerDomainMask configuration option.
-
-ver 0.19:
-   Add support for Hotspot 2.0 functionality.
-   Add support for FILS Fast Transition feature.
-   Add support for network configuration handling.
-   Add support for resolution services framework.
-
-ver 0.18:
-   Fix issue with handling stale scan results.
-   Fix issue with handling OWE group renegotiation.
-   Fix issue with handshake failures on FT-PSK.
-   Add support for FILS (Fast Initial Link Setup).
-
-ver 0.17:
-   Fix issue with handling association failure path.
-   Fix issue with handling checks for valid ECC point/scalar.
-   Fix issue with handling potential infinite loop and SAE.
-   Fix issue with handling randomization for passive scans.
-   Add support for randomization of SN for probe 

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

2020-06-21 Thread Christian Rebischke via arch-commits
Date: Sunday, June 21, 2020 @ 21:26:27
  Author: shibumi
Revision: 650286

upgpkg: iwd 1.8-1

Modified:
  iwd/trunk/ChangeLog
  iwd/trunk/PKGBUILD

---+
 ChangeLog |7 +++
 PKGBUILD  |4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2020-06-21 21:19:42 UTC (rev 650285)
+++ ChangeLog   2020-06-21 21:26:27 UTC (rev 650286)
@@ -1,3 +1,10 @@
+ver 1.8:
+   Fix issue with handling FT AKMs when not supported.
+   Fix issue with handling FILS and RSNE in authenticate.
+   Fix issue with handling auto-connection and quick scan.
+   Fix issue with sending multiple scan requests.
+   Add support for P2P feature and API.
+
 ver 1.7:
Fix issue with APs that send IGTK falsely in big endian.
Fix issue with setting linkmode & operstate for open networks.

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 21:19:42 UTC (rev 650285)
+++ PKGBUILD2020-06-21 21:26:27 UTC (rev 650286)
@@ -3,7 +3,7 @@
 # Contributor: AndyRTR 
 
 pkgname=iwd
-pkgver=1.7
+pkgver=1.8
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('python-docutils')
 backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('3012a7725a909737b48c803289513138d057dec3b99f98a7de91eef0eb58e145537809e7ed84afddc4f061d27d5e448f1fc9d6ac2a748d496bf97656baab48ad'
+sha512sums=('f1caa330b3ff18b4598efec596a4b9a22887833218a90d19d59717503679eff71fdb990cb63bd74b8f1523197a366cd803d799259e8002e5cde2745b03d51d8e'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog


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

2020-06-21 Thread Christian Rebischke via arch-commits
Date: Sunday, June 21, 2020 @ 21:26:37
  Author: shibumi
Revision: 650287

archrelease: copy trunk to community-x86_64

Added:
  iwd/repos/community-x86_64/ChangeLog
(from rev 650286, iwd/trunk/ChangeLog)
  iwd/repos/community-x86_64/PKGBUILD
(from rev 650286, iwd/trunk/PKGBUILD)
  iwd/repos/community-x86_64/iwd.install
(from rev 650286, iwd/trunk/iwd.install)
Deleted:
  iwd/repos/community-x86_64/ChangeLog
  iwd/repos/community-x86_64/PKGBUILD
  iwd/repos/community-x86_64/iwd.install

-+
 ChangeLog   |  405 +-
 PKGBUILD|  104 +++---
 iwd.install |   12 -
 3 files changed, 264 insertions(+), 257 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-06-21 21:26:27 UTC (rev 650286)
+++ ChangeLog   2020-06-21 21:26:37 UTC (rev 650287)
@@ -1,199 +0,0 @@
-ver 1.7:
-   Fix issue with APs that send IGTK falsely in big endian.
-   Fix issue with setting linkmode & operstate for open networks.
-
-ver 1.6:
-   Fix issue with handling missing AP stop events.
-   Fix issue with handling out-of-order disconnect events.
-   Fix issue with handling missing auth/assoc support.
-   Fix issue with handling omitted EAP-TLS-CACert.
-   Fix issue with handling OWE PTK derivation.
-   Add support for internal frame exchange API.
-   Add support for MAC randomization and override.
-   Add support for per-network MAC addresses.
-
-ver 1.5:
-   Fix issue with handling missing NEW_WIPHY events.
-   Fix issue with interface creation and NEW_WIPHY events.
-   Fix issue with handling LastConnectedTime property change.
-   Fix issue with PEAPv0 interoperability with Windows.
-
-ver 1.4:
-   Fix issue with handling Crypto-Binding and invalid MACs.
-   Fix issue with handling change station error results.
-   Fix issue with handling DNS resolving installations.
-
-ver 1.3:
-   Fix issue with handling EAP-GTC and password requests.
-   Fix issue with handling Crypto-Binding TLV for PEAPv0.
-   Fix issue with handling key installation and PEAP Phase 2.
-   Fix issue with handling externally triggered scan requests.
-   Fix issue with handling RCPI calculation for RRM requests.
-
-ver 1.2:
-   Fix issue with handling scan requests while connecting.
-   Fix issue with handling scan duration for RRM requests.
-   Fix issue with handling parent TSF value for RRM requests.
-
-ver 1.1:
-   Fix issue with simple configuration support checks.
-   Fix issue with handling TLS tunnel and PEAPv0.
-   Add support for radio resource management.
-
-ver 1.0:
-   Add support for stable D-Bus interfaces.
-   Add support for network configuration documentation.
-
-ver 0.23:
-   Fix issue with strict certificate chain checks.
-   Fix issue with parsing RSNE_ADVANCE information.
-   Fix issue with parsing RSN information for WPA1.
-   Fix issue with logic error in scan frequency validation.
-   Fix issue with integer overflow and authentication frames.
-   Add support for installing various manual pages.
-
-ver 0.22:
-   Fix issue with hotplug and device capability detection.
-   Add support for IPv6 network configuration handling.
-   Add support for embedding certificates in profiles.
-
-ver 0.21:
-   Fix issue with cleartext ACK and tunneled EAP-Success.
-   Fix issue with setting bits in extended capabilities.
-   Fix issue with WPA-1 information element parsing.
-   Add support for handling QoS Map IE and frames.
-   Add support for STATE_DIRECTORY environment.
-   Add support for CONFIGURATION_DIRECTORY environment.
-
-ver 0.20:
-   Add support for adding Extended Capabilities bits.
-   Add support for ServerDomainMask configuration option.
-
-ver 0.19:
-   Add support for Hotspot 2.0 functionality.
-   Add support for FILS Fast Transition feature.
-   Add support for network configuration handling.
-   Add support for resolution services framework.
-
-ver 0.18:
-   Fix issue with handling stale scan results.
-   Fix issue with handling OWE group renegotiation.
-   Fix issue with handshake failures on FT-PSK.
-   Add support for FILS (Fast Initial Link Setup).
-
-ver 0.17:
-   Fix issue with handling association failure path.
-   Fix issue with handling checks for valid ECC point/scalar.
-   Fix issue with handling potential infinite loop and SAE.
-   Fix issue with handling randomization for passive scans.
-   Add support for randomization of SN for probe requests.
-   Add support for handling the FILS cipher suites.
-   Add support for ERP key caching feature.
-
-ver 0.16:
-   Add missing pkcs8.conf for module loading.
-
-ver 0.15:
-   Fix issue with handling RSSI thresholds.
-   Fix issue with handling abort for a connection.
-   

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

2020-06-21 Thread Antonio Rojas via arch-commits
Date: Sunday, June 21, 2020 @ 21:19:42
  Author: arojas
Revision: 650285

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 21:19:18 UTC (rev 650284)
+++ PKGBUILD2020-06-21 21:19:42 UTC (rev 650285)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgname=python-rpy2
-pkgver=3.3.3
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(x86_64)
-url="https://rpy2.github.io/;
-license=(MPL GPL LGPL)
-depends=(python-cffi python-numpy python-tzlocal r)
-makedepends=(python-setuptools)
-optdepends=('python-pandas: conversion between rpy and pandas')
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-sha256sums=('ca578dae6df117d55e3e547b29a8247f3710b1246c322c6a6cec3249b823cf0b')
-
-package() {
-  cd rpy2-$pkgver
-
-  python setup.py install --prefix=/usr --install-data=/usr/share 
--root="$pkgdir" --optimize=1
-}

Copied: python-rpy2/repos/community-x86_64/PKGBUILD (from rev 650284, 
python-rpy2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 21:19:42 UTC (rev 650285)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgname=python-rpy2
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(x86_64)
+url="https://rpy2.github.io/;
+license=(MPL GPL LGPL)
+depends=(python-cffi python-numpy python-tzlocal r)
+makedepends=(python-setuptools)
+optdepends=('python-pandas: conversion between rpy and pandas')
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+sha256sums=('763601b1c5d0195a53341c5b053b419e48eab163cdb8908e313ce7c1f207a3d1')
+
+package() {
+  cd rpy2-$pkgver
+
+  python setup.py install --prefix=/usr --install-data=/usr/share 
--root="$pkgdir" --optimize=1
+}


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

2020-06-21 Thread Antonio Rojas via arch-commits
Date: Sunday, June 21, 2020 @ 21:19:18
  Author: arojas
Revision: 650284

Update to 3.3.4

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 21:12:32 UTC (rev 650283)
+++ PKGBUILD2020-06-21 21:19:18 UTC (rev 650284)
@@ -4,7 +4,7 @@
 # Contributor: David Pretty  
 
 pkgname=python-rpy2
-pkgver=3.3.3
+pkgver=3.3.4
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 makedepends=(python-setuptools)
 optdepends=('python-pandas: conversion between rpy and pandas')
 source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-sha256sums=('ca578dae6df117d55e3e547b29a8247f3710b1246c322c6a6cec3249b823cf0b')
+sha256sums=('763601b1c5d0195a53341c5b053b419e48eab163cdb8908e313ce7c1f207a3d1')
 
 package() {
   cd rpy2-$pkgver


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

2020-06-21 Thread Antonio Rojas via arch-commits
Date: Sunday, June 21, 2020 @ 21:12:32
  Author: arojas
Revision: 650283

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 21:12:21 UTC (rev 650282)
+++ PKGBUILD2020-06-21 21:12:32 UTC (rev 650283)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fredrick Brennan 
-# Contributor: Stephan Eisvogel 
-
-pkgname=python-pikepdf
-pkgver=1.15.0
-pkgrel=1
-pkgdesc='Read and write PDFs with Python, powered by qpdf'
-arch=(x86_64)
-url='https://github.com/pikepdf/pikepdf'
-license=(MPL2)
-makedepends=(pybind11 python-setuptools)
-depends=(python-lxml qpdf)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz;)
-sha256sums=('64a85153c8c6b25b10e2d57745ee74e37e6edc6d8b49984a8ccf2e90cd51f547')
-
-build() {
-  cd pikepdf-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pikepdf-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 
--skip-build
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pikepdf/repos/community-x86_64/PKGBUILD (from rev 650282, 
python-pikepdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 21:12:32 UTC (rev 650283)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fredrick Brennan 
+# Contributor: Stephan Eisvogel 
+
+pkgname=python-pikepdf
+pkgver=1.15.1
+pkgrel=1
+pkgdesc='Read and write PDFs with Python, powered by qpdf'
+arch=(x86_64)
+url='https://github.com/pikepdf/pikepdf'
+license=(MPL2)
+makedepends=(pybind11 python-setuptools)
+depends=(python-lxml qpdf)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz;)
+sha256sums=('d89369fa99123275c541cee6e6ac3b95558b0526e6f725182fa6c79d9e8d3076')
+
+build() {
+  cd pikepdf-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pikepdf-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 
--skip-build
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-06-21 Thread Antonio Rojas via arch-commits
Date: Sunday, June 21, 2020 @ 21:12:21
  Author: arojas
Revision: 650282

Update to 1.15.1

Modified:
  python-pikepdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 21:06:08 UTC (rev 650281)
+++ PKGBUILD2020-06-21 21:12:21 UTC (rev 650282)
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel 
 
 pkgname=python-pikepdf
-pkgver=1.15.0
+pkgver=1.15.1
 pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(pybind11 python-setuptools)
 depends=(python-lxml qpdf)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz;)
-sha256sums=('64a85153c8c6b25b10e2d57745ee74e37e6edc6d8b49984a8ccf2e90cd51f547')
+sha256sums=('d89369fa99123275c541cee6e6ac3b95558b0526e6f725182fa6c79d9e8d3076')
 
 build() {
   cd pikepdf-$pkgver


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

2020-06-21 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 21, 2020 @ 21:06:01
  Author: jlichtblau
Revision: 650280

upgpkg: translate-toolkit 3.0.0-1 - new upstream release

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 21:00:44 UTC (rev 650279)
+++ PKGBUILD2020-06-21 21:06:01 UTC (rev 650280)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=translate-toolkit
-pkgver=2.5.0
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
 arch=('any')
 url="https://toolkit.translatehouse.org/;
@@ -17,7 +17,7 @@
 'python-levenshtein: faster matching'
 'python-cheroot: for TM Server')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('4c4f28ab70f8bd028c8242c76a0dfef4ad88e0f62df53c5d7d6f2adcfac57600')
+sha256sums=('edbd6035ca20f2edffb434fb80378f77494fdf41698f006fc93e0c4ce2eea8f2')
 
 package() {
   cd "${srcdir}"/translate-$pkgver


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

2020-06-21 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 21, 2020 @ 21:06:08
  Author: jlichtblau
Revision: 650281

archrelease: copy trunk to community-testing-any

Added:
  translate-toolkit/repos/community-testing-any/
  translate-toolkit/repos/community-testing-any/PKGBUILD
(from rev 650280, translate-toolkit/trunk/PKGBUILD)

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

Copied: translate-toolkit/repos/community-testing-any/PKGBUILD (from rev 
650280, translate-toolkit/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-06-21 21:06:08 UTC (rev 650281)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Hugo Doria 
+
+pkgname=translate-toolkit
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
+arch=('any')
+url="https://toolkit.translatehouse.org/;
+license=('GPL')
+depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch')
+makedepends=('python-setuptools')
+optdepends=('gaupol: for po2sub'
+'python-chardet: encoding detector'
+'python-levenshtein: faster matching'
+'python-cheroot: for TM Server')
+source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
+sha256sums=('edbd6035ca20f2edffb434fb80378f77494fdf41698f006fc93e0c4ce2eea8f2')
+
+package() {
+  cd "${srcdir}"/translate-$pkgver
+
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.8/site-packages/translate
+}


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

2020-06-21 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 21, 2020 @ 21:00:44
  Author: jlichtblau
Revision: 650279

archrelease: copy trunk to community-any

Added:
  clusterssh/repos/community-any/PKGBUILD
(from rev 650278, clusterssh/trunk/PKGBUILD)
  clusterssh/repos/community-any/clusterssh.changelog
(from rev 650278, clusterssh/trunk/clusterssh.changelog)
Deleted:
  clusterssh/repos/community-any/PKGBUILD
  clusterssh/repos/community-any/clusterssh.changelog

--+
 PKGBUILD |   86 +-
 clusterssh.changelog |   99 +
 2 files changed, 94 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 21:00:34 UTC (rev 650278)
+++ PKGBUILD2020-06-21 21:00:44 UTC (rev 650279)
@@ -1,43 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Macfly 
-# Contributor: Duncan Ferguson 
-
-pkgname=clusterssh
-pkgver=4.15
-pkgrel=1
-pkgdesc="Control multiple open terminal windows with connections to specified 
hosts and an administration console"
-arch=('any')
-url="https://sourceforge.net/projects/clusterssh/;
-license=('GPL')
-depends=('xterm' 'perl-exception-class' 'perl-try-tiny' 'perl-tk' 
'perl-x11-protocol-other')
-checkdepends=('perl-cpan-changes' 'perl-file-slurp' 'perl-file-which' 
'perl-readonly'
-  'perl-test-differences' 'perl-test-distmanifest' 
'perl-test-perltidy'
-  'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-pod-coverage'
-  'perl-test-trap' 'perl-sort-naturally')
-makedepends=('perl-module-build')
-options=('!emptydirs')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/duncs/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('85376106e66ebce7864a33bd8b197349567e513c86818e27600c7ccc5b51297d')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  perl Build.PL installdirs=vendor
-  ./Build
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-#  ./Build test
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./Build install destdir="${pkgdir}"
-
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: clusterssh/repos/community-any/PKGBUILD (from rev 650278, 
clusterssh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 21:00:44 UTC (rev 650279)
@@ -0,0 +1,43 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Macfly 
+# Contributor: Duncan Ferguson 
+
+pkgname=clusterssh
+pkgver=4.16
+pkgrel=1
+pkgdesc="Control multiple open terminal windows with connections to specified 
hosts and an administration console"
+arch=('any')
+url="https://sourceforge.net/projects/clusterssh/;
+license=('GPL')
+depends=('xterm' 'perl-exception-class' 'perl-try-tiny' 'perl-tk' 
'perl-x11-protocol-other')
+checkdepends=('perl-cpan-changes' 'perl-file-slurp' 'perl-file-which' 
'perl-readonly'
+  'perl-test-differences' 'perl-test-distmanifest' 
'perl-test-perltidy'
+  'perl-test-pod' 'perl-test-pod-coverage' 'perl-test-pod-coverage'
+  'perl-test-trap' 'perl-sort-naturally')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/duncs/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('1540f42bd521066ab0a41504258ac1aa4c501c6f713057f8906bb896f3335b9f')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  perl Build.PL installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+#  ./Build test
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./Build install destdir="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}

Deleted: clusterssh.changelog
===
--- clusterssh.changelog2020-06-21 21:00:34 UTC (rev 650278)
+++ clusterssh.changelog2020-06-21 21:00:44 UTC (rev 650279)
@@ -1,48 +0,0 @@
-2020-06-04 Jaroslav Lichtblau 
-   * clusterssh 4.15-1
-
-2019-09-18 Jaroslav Lichtblau 
-   * clusterssh 4.14-1
-
-2019-02-17 Jaroslav Lichtblau 
-   * clusterssh 4.13.2_02-1
-
-2018-12-09 Jaroslav Lichtblau 
-   * clusterssh 4.13.2_01-1
-
-2018-03-15 Jaroslav Lichtblau 
-   * clusterssh 4.13.2-1
-
-2018-01-02 Jaroslav Lichtblau 
-   * clusterssh 4.13-1
-
-2017-08-16 Jaroslav Lichtblau 
-   * clusterssh 4.10_02-1
-
-2017-03-21 Jaroslav Lichtblau 
-   * clusterssh 4.09-1
-
-2016-12-18 Jaroslav Lichtblau 
-   * clusterssh 4.08-1
-
-2016-01-31 Jaroslav Lichtblau 
-   * clusterssh 4.05-1
-
-2015-11-10 Jaroslav Lichtblau 
-   * clusterssh 4.04-1
-
-2015-05-17 Jaroslav Lichtblau 
-   * clusterssh 4.03_06-1
-
-2014-10-16 Jaroslav Lichtblau 
-   * clusterssh 4.02_04-3 FS#40797 fixed
-
-2014-05-25 Jaroslav 

[arch-commits] Commit in clusterssh/trunk (PKGBUILD clusterssh.changelog)

2020-06-21 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 21, 2020 @ 21:00:34
  Author: jlichtblau
Revision: 650278

upgpkg: clusterssh 4.16-1 - new upstream release

Modified:
  clusterssh/trunk/PKGBUILD
  clusterssh/trunk/clusterssh.changelog

--+
 PKGBUILD |4 ++--
 clusterssh.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 20:55:30 UTC (rev 650277)
+++ PKGBUILD2020-06-21 21:00:34 UTC (rev 650278)
@@ -3,7 +3,7 @@
 # Contributor: Duncan Ferguson 
 
 pkgname=clusterssh
-pkgver=4.15
+pkgver=4.16
 pkgrel=1
 pkgdesc="Control multiple open terminal windows with connections to specified 
hosts and an administration console"
 arch=('any')
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/duncs/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('85376106e66ebce7864a33bd8b197349567e513c86818e27600c7ccc5b51297d')
+sha256sums=('1540f42bd521066ab0a41504258ac1aa4c501c6f713057f8906bb896f3335b9f')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: clusterssh.changelog
===
--- clusterssh.changelog2020-06-21 20:55:30 UTC (rev 650277)
+++ clusterssh.changelog2020-06-21 21:00:34 UTC (rev 650278)
@@ -1,3 +1,6 @@
+2020-06-21 Jaroslav Lichtblau 
+   * clusterssh 4.16-1
+
 2020-06-04 Jaroslav Lichtblau 
* clusterssh 4.15-1
 


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

2020-06-21 Thread Christian Rebischke via arch-commits
Date: Sunday, June 21, 2020 @ 20:55:30
  Author: shibumi
Revision: 650277

archrelease: copy trunk to community-x86_64

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

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

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

Copied: yaegi/repos/community-x86_64/PKGBUILD (from rev 650276, 
yaegi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 20:55:30 UTC (rev 650277)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke 
+# Contributor: navigaid 
+pkgname=yaegi
+pkgver=0.8.8
+pkgrel=1
+pkgdesc='Yet another Elegant Go Interpreter'
+arch=('x86_64')
+url='https://github.com/containous/yaegi'
+license=('Apache')
+makedepends=('go-pie')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
+sha512sums=('15e6334c935640f22913100e9c154392fd81a1734a26a1cf47f3eeccaf2ddd9993f71995996c67d0d7b4d0dcb763a415df7c2c4679f9fa45568ce7672ec848e6')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build ./cmd/yaegi
+}
+
+# These checks fail right now :(
+#check() {
+#  cd "${pkgname}-${pkgver}"
+#  go test ./...
+#}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 yaegi "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-06-21 Thread Christian Rebischke via arch-commits
Date: Sunday, June 21, 2020 @ 20:55:21
  Author: shibumi
Revision: 650276

upgpkg: yaegi 0.8.8-1 apply golang guidelines

Modified:
  yaegi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 20:55:11 UTC (rev 650275)
+++ PKGBUILD2020-06-21 20:55:21 UTC (rev 650276)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 # Contributor: navigaid 
 pkgname=yaegi
-pkgver=0.8.4
+pkgver=0.8.8
 pkgrel=1
 pkgdesc='Yet another Elegant Go Interpreter'
 arch=('x86_64')
@@ -10,11 +10,16 @@
 makedepends=('go-pie')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz;)
-sha512sums=('fe405b7ce92835ffdfdd6fbbefe78f6081a5aead143a8ef65ef9c5227711ed129dc3a4d7590d979c3b295d9b31a1250c78a22ce23d1d04a4002d050d634bfe9b')
+sha512sums=('15e6334c935640f22913100e9c154392fd81a1734a26a1cf47f3eeccaf2ddd9993f71995996c67d0d7b4d0dcb763a415df7c2c4679f9fa45568ce7672ec848e6')
 
 build() {
   cd "${pkgname}-${pkgver}"
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" ./cmd/yaegi
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build ./cmd/yaegi
 }
 
 # These checks fail right now :(


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

2020-06-21 Thread Jelle van der Waa via arch-commits
Date: Sunday, June 21, 2020 @ 20:32:40
  Author: jelle
Revision: 390102

archrelease: copy trunk to extra-x86_64

Added:
  exo/repos/extra-x86_64/PKGBUILD
(from rev 390101, exo/trunk/PKGBUILD)
Deleted:
  exo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 20:32:33 UTC (rev 390101)
+++ PKGBUILD2020-06-21 20:32:40 UTC (rev 390102)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=exo
-pkgver=0.12.11
-pkgrel=3
-pkgdesc="Application library for Xfce"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ec892519c08a67f3e0a1f0f8d43446e26871183e5aa6be7f82e214f388d1e5b6')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-x86_64/PKGBUILD (from rev 390101, exo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 20:32:40 UTC (rev 390102)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=exo
+pkgver=0.12.11
+pkgrel=4
+pkgdesc="Application library for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4ui' 'perl-uri' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ec892519c08a67f3e0a1f0f8d43446e26871183e5aa6be7f82e214f388d1e5b6')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-21 Thread Jelle van der Waa via arch-commits
Date: Sunday, June 21, 2020 @ 20:32:33
  Author: jelle
Revision: 390101

Make exo reproducible by rebuilding against intltool

Modified:
  exo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 19:21:35 UTC (rev 390100)
+++ PKGBUILD2020-06-21 20:32:33 UTC (rev 390101)
@@ -4,7 +4,7 @@
 
 pkgname=exo
 pkgver=0.12.11
-pkgrel=3
+pkgrel=4
 pkgdesc="Application library for Xfce"
 arch=('x86_64')
 url="https://www.xfce.org/;


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

2020-06-21 Thread Jonas Witschel via arch-commits
Date: Sunday, June 21, 2020 @ 20:28:40
  Author: diabonas
Revision: 650274

archrelease: copy trunk to community-any

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

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

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

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


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

2020-06-21 Thread Jonas Witschel via arch-commits
Date: Sunday, June 21, 2020 @ 20:28:33
  Author: diabonas
Revision: 650273

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

Modified:
  python-matrix-nio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 19:49:07 UTC (rev 650272)
+++ PKGBUILD2020-06-21 20:28:33 UTC (rev 650273)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=python-matrix-nio
-pkgver=0.13.0
-_tag=19d03421dcc3ef5b667285496a3b8420e314529b # git show-ref "$pkgver"
+pkgver=0.14.0
+_tag=df76faecb611158af4ad31ffb6097f0aacd03261 # git rev-parse "$pkgver"
 pkgrel=1
 pkgdesc='Python Matrix client library, designed according to sans I/O 
principles'
 arch=('any')


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 19:49:07
  Author: felixonmars
Revision: 650272

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 650271, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 19:48:49 UTC (rev 650271)
+++ PKGBUILD2020-06-21 19:49:07 UTC (rev 650272)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200621
-_commit=8fd7509e7a5389f53b7f3ef95789c4f09d73132b
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('fc0ab61d5b7ffa9e6d33fb4d593a18cd6d3efcbe4498d1667a0adca0b60c535c209a50808dfa6c59fa9f4ad0b9da704d3f9cd7beabba55320a4d0f1ab125bea9')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 650271, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 19:49:07 UTC (rev 650272)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200622
+_commit=9455ec13fa892c237f4197ea8cf370526a085f7d
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('08cc8000571b07ffb35695d199c717d700d2677855713c27797ec7dc1f6df51c020a7e8a808a30371b684a48932e7aecf5a0ffa16af434af78a8e258d1b165f3')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 19:48:41
  Author: felixonmars
Revision: 650270

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD
(from rev 650269, lib32-v4l-utils/trunk/PKGBUILD)
Deleted:
  lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 19:48:23 UTC (rev 650269)
+++ PKGBUILD2020-06-21 19:48:41 UTC (rev 650270)
@@ -1,35 +0,0 @@
-# Maintainer: Jan "heftig" Steffens 
-_pkgbasename=v4l-utils
-pkgname=lib32-$_pkgbasename
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
-arch=('x86_64')
-url="https://linuxtv.org/;
-provides=("lib32-libv4l=$pkgver")
-replaces=('lib32-libv4l')
-conflicts=('lib32-libv4l')
-license=('LGPL')
-depends=($_pkgbasename 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 'lib32-systemd')
-source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
-
https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
-validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

-sha512sums=('2e9f77abc2fd65bd6a5508831185a941553441384719293f99ece7e6c53c37bb142eb3719532b11f1cef48df691667d2a4235d920338d672738d40659d499056'
-'SKIP')
-
-build() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
-  make -C lib
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  MAKEFLAGS="-j1" make -C lib install DESTDIR="${pkgdir}/"
-  rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin},etc,lib}
-}

Copied: lib32-v4l-utils/repos/multilib-x86_64/PKGBUILD (from rev 650269, 
lib32-v4l-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 19:48:41 UTC (rev 650270)
@@ -0,0 +1,35 @@
+# Maintainer: Jan "heftig" Steffens 
+_pkgbasename=v4l-utils
+pkgname=lib32-$_pkgbasename
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
+arch=('x86_64')
+url="https://linuxtv.org/;
+provides=("lib32-libv4l=$pkgver")
+replaces=('lib32-libv4l')
+conflicts=('lib32-libv4l')
+license=('LGPL')
+depends=($_pkgbasename 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 'lib32-systemd')
+source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
+
https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
+validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

+sha512sums=('179ca8dbbf7af5fa4870b70f17645d7834fe6ba52670ae6b58473efa257db0cd812ce14f16574cc4491c0bcb218835e4c29f1354882a151687eecec97852fc63'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
+  make -C lib
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  MAKEFLAGS="-j1" make -C lib install DESTDIR="${pkgdir}/"
+  rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin},etc,lib}
+}


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 19:48:49
  Author: felixonmars
Revision: 650271

upgpkg: rime-cantonese 0.0.0.20200622-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 19:48:41 UTC (rev 650270)
+++ PKGBUILD2020-06-21 19:48:49 UTC (rev 650271)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200621
-_commit=8fd7509e7a5389f53b7f3ef95789c4f09d73132b
+pkgver=0.0.0.20200622
+_commit=9455ec13fa892c237f4197ea8cf370526a085f7d
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('fc0ab61d5b7ffa9e6d33fb4d593a18cd6d3efcbe4498d1667a0adca0b60c535c209a50808dfa6c59fa9f4ad0b9da704d3f9cd7beabba55320a4d0f1ab125bea9')
+sha512sums=('08cc8000571b07ffb35695d199c717d700d2677855713c27797ec7dc1f6df51c020a7e8a808a30371b684a48932e7aecf5a0ffa16af434af78a8e258d1b165f3')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 19:48:23
  Author: felixonmars
Revision: 650269

upgpkg: lib32-v4l-utils 1.20.0-1

Modified:
  lib32-v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 19:19:48 UTC (rev 650268)
+++ PKGBUILD2020-06-21 19:48:23 UTC (rev 650269)
@@ -1,7 +1,7 @@
 # Maintainer: Jan "heftig" Steffens 
 _pkgbasename=v4l-utils
 pkgname=lib32-$_pkgbasename
-pkgver=1.18.1
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="Userspace tools and conversion library for Video 4 Linux (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 
source=(https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2
 
https://linuxtv.org/downloads/v4l-utils/${_pkgbasename}-${pkgver}.tar.bz2.asc)
 validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

-sha512sums=('2e9f77abc2fd65bd6a5508831185a941553441384719293f99ece7e6c53c37bb142eb3719532b11f1cef48df691667d2a4235d920338d672738d40659d499056'
+sha512sums=('179ca8dbbf7af5fa4870b70f17645d7834fe6ba52670ae6b58473efa257db0cd812ce14f16574cc4491c0bcb218835e4c29f1354882a151687eecec97852fc63'
 'SKIP')
 
 build() {


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

2020-06-21 Thread Jürgen Hötzel via arch-commits
Date: Sunday, June 21, 2020 @ 19:21:35
  Author: juergen
Revision: 390100

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 390099, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 390099, sbcl/trunk/arch-fixes.lisp)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp

-+
 PKGBUILD|  148 +++---
 arch-fixes.lisp |   42 +++
 2 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 19:21:22 UTC (rev 390099)
+++ PKGBUILD2020-06-21 19:21:35 UTC (rev 390100)
@@ -1,74 +0,0 @@
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/;
-arch=('x86_64')
-license=('custom')
-depends=('zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  "arch-fixes.lisp")
-sha256sums=('b5543f123214b2023ff5fc32dfd00b6cfeabd92c8edb33ad208842c4fd642f00'
-'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  if [[ ${CARCH} = x86_64  ]]; then
-enable_disable_largefile=enable
-  else
-enable_disable_largefile=disable
-  fi
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=2.0.5
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/;
+arch=('x86_64')
+license=('custom')
+depends=('zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  "arch-fixes.lisp")
+sha256sums=('0050f88dd12893c90f03e7b6c3b998929dcd08e7bb0ca5c4003be6110337e2cb'
+'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  if [[ ${CARCH} = x86_64  ]]; then
+enable_disable_largefile=enable
+  else
+enable_disable_largefile=disable
+  fi
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp <

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

2020-06-21 Thread Jürgen Hötzel via arch-commits
Date: Sunday, June 21, 2020 @ 19:21:22
  Author: juergen
Revision: 390099

upgpkg: sbcl 2.0.5-1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 19:20:00 UTC (rev 390098)
+++ PKGBUILD2020-06-21 19:21:22 UTC (rev 390099)
@@ -4,7 +4,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=2.0.3
+pkgver=2.0.5
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 url="http://www.sbcl.org/;
@@ -15,7 +15,7 @@
 makedepends=('sbcl')
 
source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
   "arch-fixes.lisp")
-sha256sums=('b5543f123214b2023ff5fc32dfd00b6cfeabd92c8edb33ad208842c4fd642f00'
+sha256sums=('0050f88dd12893c90f03e7b6c3b998929dcd08e7bb0ca5c4003be6110337e2cb'
 'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
 
 


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 19:19:48
  Author: felixonmars
Revision: 650268

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 19:19:30 UTC (rev 650267)
+++ PKGBUILD2020-06-21 19:19:48 UTC (rev 650268)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Llewelyn Trahaearn 
-# Contributor: kokoko3k 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=lib32-libva
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux (32-bit)'
-arch=(x86_64)
-url='https://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=(lib32-libdrm lib32-libgl lib32-wayland lib32-libxext lib32-libxfixes 
libva)
-makedepends=(mesa lib32-libglvnd)
-optdepends=('lib32-libva-vdpau-driver: vdpau back-end for nvidia'
-'lib32-libva-intel-driver: back-end for intel cards')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/intel/libva/archive/$pkgver.tar.gz;)
-sha512sums=('6f6c8f9a479f0265415c0926b52aaa4cf54ba5e63170196934f24aecd71ceb1e3f28f5afa2671307885db6f520d6f748f94025a7b62c59f72b8ad9d3744bbdf3')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd "${pkgname#*-}-$pkgver"
-  ./autogen.sh --prefix=/usr --libdir='/usr/lib32' 
-  make
-}
-
-package() {
-  cd "${pkgname#*-}-$pkgver"
-  make DESTDIR="${pkgdir}" install
-  rm -rfv "${pkgdir}/usr/"{include,bin}
-  install -m644 -D COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: lib32-libva/repos/multilib-x86_64/PKGBUILD (from rev 650267, 
lib32-libva/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 19:19:48 UTC (rev 650268)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Llewelyn Trahaearn 
+# Contributor: kokoko3k 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=lib32-libva
+pkgver=2.7.1
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux (32-bit)'
+arch=(x86_64)
+url='https://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=(lib32-libdrm lib32-libgl lib32-wayland lib32-libxext lib32-libxfixes 
libva)
+makedepends=(mesa lib32-libglvnd)
+optdepends=('lib32-libva-vdpau-driver: vdpau back-end for nvidia'
+'lib32-libva-intel-driver: back-end for intel cards')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/intel/libva/archive/$pkgver.tar.gz;)
+sha512sums=('92cef4418eed3a0c6c0d9111abf65bbbd0163c4de5d902ae5219f51b825d4bb269aa39842f2a929d237612af58fbceb9785eebc5cb82cdd6aa68e253826cac8e')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd "${pkgname#*-}-$pkgver"
+  ./autogen.sh --prefix=/usr --libdir='/usr/lib32' 
+  make
+}
+
+package() {
+  cd "${pkgname#*-}-$pkgver"
+  make DESTDIR="${pkgdir}" install
+  rm -rfv "${pkgdir}/usr/"{include,bin}
+  install -m644 -D COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2020-06-21 Thread Jürgen Hötzel via arch-commits
Date: Sunday, June 21, 2020 @ 19:20:00
  Author: juergen
Revision: 390098

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 390097, maxima/trunk/PKGBUILD)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 19:19:45 UTC (rev 390097)
+++ PKGBUILD2020-06-21 19:20:00 UTC (rev 390098)
@@ -1,39 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.44.0
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=2.0.3' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('5f1fce915675f46823c33638480dcc1fcaf447a1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-#check() {  # test 23&129 fail from rtest_taylor
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 390097, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 19:20:00 UTC (rev 390098)
@@ -0,0 +1,39 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.44.0
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system"
+arch=('x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=2.0.5' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('5f1fce915675f46823c33638480dcc1fcaf447a1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+#check() {  # test 23&129 fail from rtest_taylor
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+}


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

2020-06-21 Thread Jürgen Hötzel via arch-commits
Date: Sunday, June 21, 2020 @ 19:19:45
  Author: juergen
Revision: 390097

sbcl-2.0.5 rebuild

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 19:04:52 UTC (rev 390096)
+++ PKGBUILD2020-06-21 19:19:45 UTC (rev 390097)
@@ -3,12 +3,12 @@
 
 pkgname=maxima
 pkgver=5.44.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A sophisticated computer algebra system"
 arch=('x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net;
-depends=('sbcl=2.0.3' 'texinfo' 'sh' 'shared-mime-info')
+depends=('sbcl=2.0.5' 'texinfo' 'sh' 'shared-mime-info')
 makedepends=('python' 'emacs')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 19:19:30
  Author: felixonmars
Revision: 650267

upgpkg: lib32-libva 2.7.1-1

Modified:
  lib32-libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 19:10:33 UTC (rev 650266)
+++ PKGBUILD2020-06-21 19:19:30 UTC (rev 650267)
@@ -5,7 +5,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=lib32-libva
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux (32-bit)'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 optdepends=('lib32-libva-vdpau-driver: vdpau back-end for nvidia'
 'lib32-libva-intel-driver: back-end for intel cards')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/intel/libva/archive/$pkgver.tar.gz;)
-sha512sums=('6f6c8f9a479f0265415c0926b52aaa4cf54ba5e63170196934f24aecd71ceb1e3f28f5afa2671307885db6f520d6f748f94025a7b62c59f72b8ad9d3744bbdf3')
+sha512sums=('92cef4418eed3a0c6c0d9111abf65bbbd0163c4de5d902ae5219f51b825d4bb269aa39842f2a929d237612af58fbceb9785eebc5cb82cdd6aa68e253826cac8e')
 
 build() {
   export CC='gcc -m32'


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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 19:10:33
  Author: anatolik
Revision: 650266

archrelease: copy trunk to community-testing-x86_64

Added:
  librdkafka/repos/community-testing-x86_64/
  librdkafka/repos/community-testing-x86_64/PKGBUILD
(from rev 650265, librdkafka/trunk/PKGBUILD)

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

Copied: librdkafka/repos/community-testing-x86_64/PKGBUILD (from rev 650265, 
librdkafka/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-21 19:10:33 UTC (rev 650266)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun 
+# Contributor: Joel Teichroeb 
+# Contributor: Alim Gokkaya 
+
+pkgname=librdkafka
+pkgver=1.4.4
+pkgrel=1
+pkgdesc='The Apache Kafka C/C++ library'
+arch=(x86_64)
+url='https://github.com/edenhill/librdkafka'
+license=(BSD)
+depends=(libsasl zstd)
+makedepends=(python openssl lz4 rapidjson cmake)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+sha256sums=('0984ffbe17b9e04599fb9eceb16cfa189f525a042bef02474cd1bbfe1ea68416')
+
+build() {
+  cmake -S librdkafka-$pkgver -B build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr --build build
+}
+
+check() {
+  # TODO: figure out why the tests timeout
+  # cmake --build build --target test
+  true
+}
+
+package() {
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+}


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 19:10:01
  Author: felixonmars
Revision: 650263

upgpkg: python-hypothesis 5.16.3-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 19:06:50 UTC (rev 650262)
+++ PKGBUILD2020-06-21 19:10:01 UTC (rev 650263)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.16.2
+pkgver=5.16.3
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -19,7 +19,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('91feb7b81c4c36468b05318c0db7ce3b607374b55bf2609bb587d316448f087fab44b99cde1cb5fc440df8d31ef2dd6c154281f13dd7bc6d1de4e463cdabf66a')
+sha512sums=('912d984995d4ad8f06e98eb2cc327629328990fc1c072527ce261b637e16622acaf4d0d93928f9dd2d6601ab78f69aa6cf129d5cd7c1c00e50754ebc06957df0')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 19:10:16
  Author: anatolik
Revision: 650264

upgpkg: librdkafka 1.4.4-1

Modified:
  librdkafka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 19:10:01 UTC (rev 650263)
+++ PKGBUILD2020-06-21 19:10:16 UTC (rev 650264)
@@ -4,8 +4,8 @@
 # Contributor: Alim Gokkaya 
 
 pkgname=librdkafka
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.4
+pkgrel=1
 pkgdesc='The Apache Kafka C/C++ library'
 arch=(x86_64)
 url='https://github.com/edenhill/librdkafka'
@@ -13,7 +13,7 @@
 depends=(libsasl zstd)
 makedepends=(python openssl lz4 rapidjson cmake)
 
source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
-sha256sums=('3b99a36c082a67ef6295eabd4fb3e32ab0bff7c6b0d397d6352697335f4e57eb')
+sha256sums=('0984ffbe17b9e04599fb9eceb16cfa189f525a042bef02474cd1bbfe1ea68416')
 
 build() {
   cmake -S librdkafka-$pkgver -B build


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 19:10:17
  Author: felixonmars
Revision: 650265

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 19:10:16 UTC (rev 650264)
+++ PKGBUILD2020-06-21 19:10:17 UTC (rev 650265)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=5.16.2
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('91feb7b81c4c36468b05318c0db7ce3b607374b55bf2609bb587d316448f087fab44b99cde1cb5fc440df8d31ef2dd6c154281f13dd7bc6d1de4e463cdabf66a')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py pytest
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 650263, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 19:10:17 UTC (rev 650265)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=5.16.3
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('912d984995d4ad8f06e98eb2cc327629328990fc1c072527ce261b637e16622acaf4d0d93928f9dd2d6601ab78f69aa6cf129d5cd7c1c00e50754ebc06957df0')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py pytest
+}
+
+package() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 19:06:50
  Author: anatolik
Revision: 650262

archrelease: copy trunk to community-x86_64

Added:
  mruby/repos/community-x86_64/PKGBUILD
(from rev 650261, mruby/trunk/PKGBUILD)
Deleted:
  mruby/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 19:06:32 UTC (rev 650261)
+++ PKGBUILD2020-06-21 19:06:50 UTC (rev 650262)
@@ -1,34 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=mruby
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
-arch=(i686 x86_64)
-url='https://github.com/mruby/mruby'
-license=(MIT)
-depends=(readline)
-makedepends=(bison ruby)
-source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
-sha1sums=('723535bd1eb13a847d99b94cb16c630c72818c7a')
-
-build() {
-  cd mruby-$pkgver
-  make
-}
-
-check() {
-  cd mruby-$pkgver
-  make test
-}
-
-package() {
-  cd mruby-$pkgver
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib" 
"$pkgdir/usr/share/licenses/mruby"
-  cp build/host/bin/* "$pkgdir/usr/bin"
-  cp build/host/lib/*.a "$pkgdir/usr/lib"
-  cp -r include "$pkgdir/usr"
-
-  cp LICENSE "$pkgdir/usr/share/licenses/mruby/LICENSE"
-}

Copied: mruby/repos/community-x86_64/PKGBUILD (from rev 650261, 
mruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 19:06:50 UTC (rev 650262)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=mruby
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
+arch=(i686 x86_64)
+url='https://github.com/mruby/mruby'
+license=(MIT)
+depends=(readline)
+makedepends=(bison ruby ruby-rake)
+source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
+sha1sums=('fa573c5f283dd01ad77ce763e611944a626aa8e4')
+
+build() {
+  cd mruby-$pkgver
+  make
+}
+
+check() {
+  cd mruby-$pkgver
+  # make test disable due to https://github.com/mruby/mruby/issues/5026
+}
+
+package() {
+  cd mruby-$pkgver
+
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib" 
"$pkgdir/usr/share/licenses/mruby"
+  cp build/host/bin/* "$pkgdir/usr/bin"
+  cp build/host/lib/*.a "$pkgdir/usr/lib"
+  cp -r include "$pkgdir/usr"
+
+  cp LICENSE "$pkgdir/usr/share/licenses/mruby/LICENSE"
+}


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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 19:06:32
  Author: anatolik
Revision: 650261

upgpkg: mruby 2.1.1-1

Modified:
  mruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 19:02:32 UTC (rev 650260)
+++ PKGBUILD2020-06-21 19:06:32 UTC (rev 650261)
@@ -1,16 +1,16 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=mruby
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
 pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
 arch=(i686 x86_64)
 url='https://github.com/mruby/mruby'
 license=(MIT)
 depends=(readline)
-makedepends=(bison ruby)
+makedepends=(bison ruby ruby-rake)
 source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
-sha1sums=('723535bd1eb13a847d99b94cb16c630c72818c7a')
+sha1sums=('fa573c5f283dd01ad77ce763e611944a626aa8e4')
 
 build() {
   cd mruby-$pkgver
@@ -19,7 +19,7 @@
 
 check() {
   cd mruby-$pkgver
-  make test
+  # make test disable due to https://github.com/mruby/mruby/issues/5026
 }
 
 package() {


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

2020-06-21 Thread Jürgen Hötzel via arch-commits
Date: Sunday, June 21, 2020 @ 19:04:46
  Author: juergen
Revision: 390095

upgpkg: metalog 20200113-1

Modified:
  metalog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:57:44 UTC (rev 390094)
+++ PKGBUILD2020-06-21 19:04:46 UTC (rev 390095)
@@ -2,8 +2,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=metalog
-pkgver=20181125
-pkgrel=2
+pkgver=20200113
+pkgrel=1
 pkgdesc="A modern replacement for syslogd and klogd"
 url="http://metalog.sourceforge.net;
 license=('GPL')
@@ -12,12 +12,12 @@
 depends=('pcre')
 provides=('logger')
 backup=('etc/metalog.conf')
-source=("https://github.com/hvisage/metalog/archive/${pkgver}.tar.gz; 
'metalog.service')
-sha256sums=('191cbe9cfc2fe42c20b13f3d22299c9f575a9d03c0b7114499f3d9db08deb341'
+source=("https://github.com/hvisage/metalog/archive/metalog-${pkgver}.tar.gz; 
'metalog.service')
+sha256sums=('cf4b5601697145420af08633c873e1d4c3c437643b8fe3fb5dd8a30c1a20e73d'
 'd6e51d73683d2d460f9b9cf253f85118a6c63266d0d3a161100f80f148f4c430')
 
 build() {
-  cd $pkgname-${pkgver}
+  cd $pkgname-$pkgname-${pkgver}
   ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --sbin=/usr/bin
   make
@@ -24,7 +24,7 @@
 }
 
 package() {
-  cd $pkgname-${pkgver}
+  cd $pkgname-$pkgname-${pkgver}
   make DESTDIR="$pkgdir" install
   install -D -m644 metalog.conf "$pkgdir/etc/metalog.conf"
   install -Dm644 "${srcdir}"/metalog.service 
"${pkgdir}"/usr/lib/systemd/system/metalog.service


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

2020-06-21 Thread Jürgen Hötzel via arch-commits
Date: Sunday, June 21, 2020 @ 19:04:52
  Author: juergen
Revision: 390096

archrelease: copy trunk to extra-x86_64

Added:
  metalog/repos/extra-x86_64/PKGBUILD
(from rev 390095, metalog/trunk/PKGBUILD)
  metalog/repos/extra-x86_64/metalog.service
(from rev 390095, metalog/trunk/metalog.service)
Deleted:
  metalog/repos/extra-x86_64/PKGBUILD
  metalog/repos/extra-x86_64/metalog.service

-+
 PKGBUILD|   62 +++---
 metalog.service |   18 +++
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 19:04:46 UTC (rev 390095)
+++ PKGBUILD2020-06-21 19:04:52 UTC (rev 390096)
@@ -1,31 +0,0 @@
-# Maintainer: juergen 
-# Contributor: Tom Newsom 
-
-pkgname=metalog
-pkgver=20181125
-pkgrel=2
-pkgdesc="A modern replacement for syslogd and klogd"
-url="http://metalog.sourceforge.net;
-license=('GPL')
-arch=('x86_64')
-makedepends=('autoconf-archive')
-depends=('pcre')
-provides=('logger')
-backup=('etc/metalog.conf')
-source=("https://github.com/hvisage/metalog/archive/${pkgver}.tar.gz; 
'metalog.service')
-sha256sums=('191cbe9cfc2fe42c20b13f3d22299c9f575a9d03c0b7114499f3d9db08deb341'
-'d6e51d73683d2d460f9b9cf253f85118a6c63266d0d3a161100f80f148f4c430')
-
-build() {
-  cd $pkgname-${pkgver}
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --sbin=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-${pkgver}
-  make DESTDIR="$pkgdir" install
-  install -D -m644 metalog.conf "$pkgdir/etc/metalog.conf"
-  install -Dm644 "${srcdir}"/metalog.service 
"${pkgdir}"/usr/lib/systemd/system/metalog.service
-}

Copied: metalog/repos/extra-x86_64/PKGBUILD (from rev 390095, 
metalog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 19:04:52 UTC (rev 390096)
@@ -0,0 +1,31 @@
+# Maintainer: juergen 
+# Contributor: Tom Newsom 
+
+pkgname=metalog
+pkgver=20200113
+pkgrel=1
+pkgdesc="A modern replacement for syslogd and klogd"
+url="http://metalog.sourceforge.net;
+license=('GPL')
+arch=('x86_64')
+makedepends=('autoconf-archive')
+depends=('pcre')
+provides=('logger')
+backup=('etc/metalog.conf')
+source=("https://github.com/hvisage/metalog/archive/metalog-${pkgver}.tar.gz; 
'metalog.service')
+sha256sums=('cf4b5601697145420af08633c873e1d4c3c437643b8fe3fb5dd8a30c1a20e73d'
+'d6e51d73683d2d460f9b9cf253f85118a6c63266d0d3a161100f80f148f4c430')
+
+build() {
+  cd $pkgname-$pkgname-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --sbin=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -D -m644 metalog.conf "$pkgdir/etc/metalog.conf"
+  install -Dm644 "${srcdir}"/metalog.service 
"${pkgdir}"/usr/lib/systemd/system/metalog.service
+}

Deleted: metalog.service
===
--- metalog.service 2020-06-21 19:04:46 UTC (rev 390095)
+++ metalog.service 2020-06-21 19:04:52 UTC (rev 390096)
@@ -1,9 +0,0 @@
-[Unit]
-Description=System Logger Daemon
-
-[Service]
-ExecStart=/usr/bin/metalog
-
-[Install]
-WantedBy=multi-user.target
-Alias=syslog.service

Copied: metalog/repos/extra-x86_64/metalog.service (from rev 390095, 
metalog/trunk/metalog.service)
===
--- metalog.service (rev 0)
+++ metalog.service 2020-06-21 19:04:52 UTC (rev 390096)
@@ -0,0 +1,9 @@
+[Unit]
+Description=System Logger Daemon
+
+[Service]
+ExecStart=/usr/bin/metalog
+
+[Install]
+WantedBy=multi-user.target
+Alias=syslog.service


[arch-commits] Commit in gitlab/repos (15 files)

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 19:02:32
  Author: anatolik
Revision: 650260

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 650259, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/build_fix.patch
(from rev 650259, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-testing-x86_64/configs.patch
(from rev 650259, gitlab/trunk/configs.patch)
  gitlab/repos/community-testing-x86_64/environment
(from rev 650259, gitlab/trunk/environment)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 650259, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 650259, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 650259, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-puma.service
(from rev 650259, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 650259, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 650259, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 650259, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 650259, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 650259, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-testing-x86_64/ruby27-pop-extra-arg.patch
(from rev 650259, gitlab/trunk/ruby27-pop-extra-arg.patch)

+
 PKGBUILD   |  195 +++
 build_fix.patch|   23 +++
 configs.patch  |  305 +++
 environment|3 
 gitlab-backup.service  |   19 ++
 gitlab-backup.timer|   10 +
 gitlab-mailroom.service|   21 ++
 gitlab-puma.service|   33 
 gitlab-sidekiq.service |   30 
 gitlab.install |   34 
 gitlab.logrotate   |6 
 gitlab.target  |7 
 gitlab.tmpfiles.d  |1 
 ruby27-pop-extra-arg.patch |   26 +++
 14 files changed, 713 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 650259, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-21 19:02:32 UTC (rev 650260)
@@ -0,0 +1,195 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab
+pkgver=13.1.0
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/gitlab/database.yml"
+"etc/webapps/gitlab/gitlab.yml"
+"etc/webapps/gitlab/resque.yml"
+"etc/webapps/gitlab/puma.rb"
+"etc/webapps/gitlab/smtp_settings.rb"
+"etc/logrotate.d/gitlab")
+source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
+configs.patch
+build_fix.patch
+environment
+gitlab-puma.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate
+ruby27-pop-extra-arg.patch)
+install='gitlab.install'
+sha512sums=('SKIP'
+
'19c69797d268216e254f82dd9e865a70c8e79039a34b09efba42542b6e59e4d74f546be566ad923f39ed9e873273b7341619efa71ce7689d97e1a72df5677753'
+
'9623de113358d3d6e49047f688e272d9394579734ace1bd647497e8717a90784546d27e547a29197a16c80d72ad9f2c79eb65f8edc631deadf2ec90ee86ea44b'
+
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'

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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 19:01:27
  Author: anatolik
Revision: 650259

upgpkg: gitlab 13.1.0-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:59:05 UTC (rev 650258)
+++ PKGBUILD2020-06-21 19:01:27 UTC (rev 650259)
@@ -11,7 +11,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=13.0.6
+pkgver=13.1.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')


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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 18:59:05
  Author: anatolik
Revision: 650258

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-runner/repos/community-testing-x86_64/
  gitlab-runner/repos/community-testing-x86_64/PKGBUILD
(from rev 650257, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-testing-x86_64/config.toml
(from rev 650257, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-testing-x86_64/gitlab-runner.install
(from rev 650257, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-testing-x86_64/gitlab-runner.service
(from rev 650257, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-testing-x86_64/gitlab-runner.sysusers
(from rev 650257, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-testing-x86_64/gitlab-runner.tmpfiles
(from rev 650257, gitlab-runner/trunk/gitlab-runner.tmpfiles)

+
 PKGBUILD   |   71 +++
 config.toml|1 
 gitlab-runner.install  |6 +++
 gitlab-runner.service  |   17 +++
 gitlab-runner.sysusers |1 
 gitlab-runner.tmpfiles |1 
 6 files changed, 97 insertions(+)

Copied: gitlab-runner/repos/community-testing-x86_64/PKGBUILD (from rev 650257, 
gitlab-runner/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-21 18:59:05 UTC (rev 650258)
@@ -0,0 +1,71 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lubomir 'Kuci' Kucera 
+
+pkgname=gitlab-runner
+pkgver=13.1.0
+pkgrel=1
+pkgdesc="The official GitLab CI runner written in Go"
+arch=('x86_64')
+url='https://gitlab.com/gitlab-org/gitlab-runner'
+license=('GPL3')
+depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
+makedepends=('git' 'go' 'git' 'mercurial' 'gox')
+install=gitlab-runner.install
+replaces=('gitlab-ci-multi-runner')
+backup=('etc/gitlab-runner/config.toml')
+noextract=("prebuilt-${pkgver}-x86_64.tar.xz"
+   "prebuilt-${pkgver}-arm.tar.xz")
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-runner/repository/archive?sha=v${pkgver};
+
"prebuilt-${pkgver}-x86_64.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-x86_64.tar.xz;
+
"prebuilt-${pkgver}-arm.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-arm.tar.xz;
+"gitlab-runner.service"
+"gitlab-runner.sysusers"
+"gitlab-runner.tmpfiles"
+"config.toml")
+sha512sums=('b6e289013e12675bbb69c95337f465b05f2982935d4b4229be8db6c9f9a7971c6417705c32e37065bf99c4190442b587e355bef7d30e03e0fb44c9a1ac88ada7'
+
'cc29dbde3540925fa35b49ca77201ac58c1154be82e3e286a4791749ca697f02621c49a786cdcf33db896f79e57279bf7b29b64a969084525753198b07d79976'
+
'fa8c200dbd76c40937e4ea58dfdb2fd77148a28906cd1da8708f6cf82f479ac944d089c2ee7c115363091193bc072c45405ec709e9d034304786b065b0ffe76a'
+
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
+
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
+
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'
+
'9718b94bd0ddb09095ffb8c1e60ca1e9649dabb1747e7fc95e58e404b2f9effdeb4cfd759f5b904443dc53a4e18c02003c38f85584713deb49f6a6d1007503de')
+
+_srcdir="gitlab-runner-v${pkgver}-"
+
+prepare() {
+  local revision=$(ls -d ${_srcdir}* | rev | cut -c 33-40 | rev)
+
+  cd "${_srcdir}"*
+
+  local version=$(cat VERSION)
+
+  sed -i "s/export VERSION.*/export VERSION := $version/" Makefile
+  sed -i "s/REVISION := .*/REVISION := $revision/" Makefile
+  sed -i "s/var VERSION.*/var VERSION = \"$version\"/" common/version.go
+
+  make version
+
+  ln -sf "${srcdir}/prebuilt-${pkgver}-x86_64.tar.xz" prebuilt-x86_64.tar.xz
+  ln -sf "${srcdir}/prebuilt-${pkgver}-arm.tar.xz" prebuilt-arm.tar.xz
+}
+
+build() {
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd "${_srcdir}"*
+  go build -o gitlab-runner .
+}
+
+package() {
+  cd "${_srcdir}"*
+
+  install -Dm644 "${srcdir}/config.toml" 
"${pkgdir}/etc/gitlab-runner/config.toml"
+  install -Dm644 "${srcdir}/gitlab-runner.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-runner.service"
+  install -Dm644 "${srcdir}/gitlab-runner.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/gitlab-runner.conf"
+  install -Dm644 "${srcdir}/gitlab-runner.tmpfiles" 

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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 18:58:28
  Author: anatolik
Revision: 650257

upgpkg: gitlab-runner 13.1.0-1

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:57:47 UTC (rev 650256)
+++ PKGBUILD2020-06-21 18:58:28 UTC (rev 650257)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=13.0.1
+pkgver=13.1.0
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('x86_64')
@@ -22,9 +22,9 @@
 "gitlab-runner.sysusers"
 "gitlab-runner.tmpfiles"
 "config.toml")
-sha512sums=('1f0c2416872c6625ca1b2cd4c9a0fa82e7112f2f0967080ff0a69dc7f3c1bd76a0f91ab76be6c1fd119862d1bc9a8be285b52b5d3453cef8ef65d7ff57b65ca9'
-
'dbf7e5c594a2df1948b01f0caf4a8f1c6d469dc758fa12dcfeb59859d0abc2bba78dce89bacb70e16c39289a97134c7031f9da18b8a470628d844497099de225'
-
'4f3be54f15aecc191b158ac35e53a2f11b7d7792989a1406de496e384010433af56820de70bdd4aa7080c196fb560ea188512850387d578274143618f650e133'
+sha512sums=('b6e289013e12675bbb69c95337f465b05f2982935d4b4229be8db6c9f9a7971c6417705c32e37065bf99c4190442b587e355bef7d30e03e0fb44c9a1ac88ada7'
+
'cc29dbde3540925fa35b49ca77201ac58c1154be82e3e286a4791749ca697f02621c49a786cdcf33db896f79e57279bf7b29b64a969084525753198b07d79976'
+
'fa8c200dbd76c40937e4ea58dfdb2fd77148a28906cd1da8708f6cf82f479ac944d089c2ee7c115363091193bc072c45405ec709e9d034304786b065b0ffe76a'
 
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
 
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'


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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 18:57:47
  Author: anatolik
Revision: 650256

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-workhorse/repos/community-testing-x86_64/
  gitlab-workhorse/repos/community-testing-x86_64/PKGBUILD
(from rev 650255, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-testing-x86_64/gitlab-workhorse.service
(from rev 650255, gitlab-workhorse/trunk/gitlab-workhorse.service)

--+
 PKGBUILD |   38 ++
 gitlab-workhorse.service |   22 ++
 2 files changed, 60 insertions(+)

Copied: gitlab-workhorse/repos/community-testing-x86_64/PKGBUILD (from rev 
650255, gitlab-workhorse/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-21 18:57:47 UTC (rev 650256)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=8.36.0
+pkgrel=1
+pkgdesc="A smart reverse proxy for GitLab that handles large HTTP requests 
such as file downloads, file uploads, git push/pull and git archive downloads"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc' 'perl-image-exiftool')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver};
+"gitlab-workhorse.service")
+sha512sums=('985d79d2a41c04d26388f7375bd9ab373b8dfd4945ef5d1d0acecf73ec8adf047c61aef71204fb81450028578d574f75deb1921c88e005f0ac9d475d78623b32'
+
'893527f270179fc78ff60e33f0b44abd984d1e9859dd5bf59fea77245ddd4c1c252d2c7882719366944d0f9341a90b5e077470b15afcc3df419b0d0a9f2e6d56')
+
+build() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make
+}
+
+package() {
+  cd "${pkgname}-v${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm755 "gitlab-zip-cat" "${pkgdir}/usr/bin/gitlab-zip-cat"
+  install -Dm755 "gitlab-zip-metadata" "${pkgdir}/usr/bin/gitlab-zip-metadata"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}

Copied: 
gitlab-workhorse/repos/community-testing-x86_64/gitlab-workhorse.service (from 
rev 650255, gitlab-workhorse/trunk/gitlab-workhorse.service)
===
--- community-testing-x86_64/gitlab-workhorse.service   
(rev 0)
+++ community-testing-x86_64/gitlab-workhorse.service   2020-06-21 18:57:47 UTC 
(rev 650256)
@@ -0,0 +1,22 @@
+[Unit]
+Description=Gitlab Workhorse
+Requires=gitlab-puma.service
+After=gitlab-puma.service
+
+[Service]
+User=gitlab
+Group=gitlab
+WorkingDirectory=/usr/share/webapps/gitlab
+SyslogIdentifier=gitlab-workhorse
+CapabilityBoundingSet=
+ProtectSystem=full
+ProtectHome=true
+NoNewPrivileges=true
+ExecStart=/usr/bin/gitlab-workhorse -listenUmask 0 -listenNetwork unix 
-listenAddr /run/gitlab/gitlab-workhorse.socket -authBackend 
http://localhost:8080 -authSocket /run/gitlab/gitlab.socket -documentRoot 
/usr/share/webapps/gitlab/public
+ExecStop=/usr/bin/kill -QUIT $MAINPID
+ExecReload=/usr/bin/kill -USR2 $MAINPID
+Restart=on-failure
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target


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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 18:57:27
  Author: anatolik
Revision: 650255

upgpkg: gitlab-workhorse 8.36.0-1

Modified:
  gitlab-workhorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:54:37 UTC (rev 650254)
+++ PKGBUILD2020-06-21 18:57:27 UTC (rev 650255)
@@ -3,7 +3,7 @@
 # Contributor: Pavol (Lopo) Hluchy 
 
 pkgname=gitlab-workhorse
-pkgver=8.35.0
+pkgver=8.36.0
 pkgrel=1
 pkgdesc="A smart reverse proxy for GitLab that handles large HTTP requests 
such as file downloads, file uploads, git push/pull and git archive downloads"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-workhorse/repository/archive?sha=v${pkgver};
 "gitlab-workhorse.service")
-sha512sums=('b19d217e52ce50c07db680f30db094b8d4b2d11ea250883b4cb6025448dc53f2b69d9f7b947c213e0a5e646ea7c9c7cb9bf077cfafb39eb0b5d91dd016b81351'
+sha512sums=('985d79d2a41c04d26388f7375bd9ab373b8dfd4945ef5d1d0acecf73ec8adf047c61aef71204fb81450028578d574f75deb1921c88e005f0ac9d475d78623b32'
 
'893527f270179fc78ff60e33f0b44abd984d1e9859dd5bf59fea77245ddd4c1c252d2c7882719366944d0f9341a90b5e077470b15afcc3df419b0d0a9f2e6d56')
 
 build() {


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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 18:54:37
  Author: anatolik
Revision: 650254

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-gitaly/repos/community-testing-x86_64/
  gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD
(from rev 650253, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-testing-x86_64/configs.patch
(from rev 650253, gitlab-gitaly/trunk/configs.patch)
  gitlab-gitaly/repos/community-testing-x86_64/gitlab-gitaly.service
(from rev 650253, gitlab-gitaly/trunk/gitlab-gitaly.service)

---+
 PKGBUILD  |   53 +
 configs.patch |   99 
 gitlab-gitaly.service |   25 
 3 files changed, 177 insertions(+)

Copied: gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD (from rev 650253, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-21 18:54:37 UTC (rev 650254)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab-gitaly
+pkgver=13.1.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby libxml2 libxslt libssh2)
+options=(!buildflags)
+makedepends=(go ruby-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+_tag=v${pkgver}
+source=("https://gitlab.com/gitlab-org/gitaly/-/archive/${_tag}/gitaly-${_tag}.tar.gz;
+"configs.patch"
+"gitlab-gitaly.service")
+sha512sums=('f9c5ddf4de13a3e64bbfef367e8b431a3224c3b2a97f11e7abe1037406526c7e319d238dcc16fc7bd5f4f3690f6574eff2956691bde75086fd7c1da52db727da'
+
'6565b3dbed2653c31d5a49043dd8227812d9c8a1f6d716ed65fed5878b9c9bd6def84e8b00ff23ddb37d8bf2f484ecb229dcb1528e8276fff7fbbb1099790850'
+
'e6c31cab200424af118ee9da4def0963a52727f33025fdbdb515c6c1337a9b32f4a377bd925fdd33ffe7b91371ce1d5d70847e07c2b73eac1e85d3f38f5e1261')
+
+prepare() {
+  cd gitaly-$_tag
+
+  patch -p1 < ../configs.patch
+  # At this point the config file should not contain any references to 
'/home/git'
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
+}
+
+build() {
+  cd gitaly-$_tag
+
+  bundle config force_ruby_platform true # build from sources as some prebuilt 
gems are not available for newer ruby
+  make BUILD_TAGS="tracer_static tracer_static_jaeger"
+}
+
+package() {
+  cd gitaly-$_tag
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  mkdir -p ${pkgdir}/etc/gitlab-gitaly
+  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
+  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
+
+  install -Dm644 config.toml.example "${pkgdir}/etc/${pkgname}/config.toml"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
+}

Copied: gitlab-gitaly/repos/community-testing-x86_64/configs.patch (from rev 
650253, gitlab-gitaly/trunk/configs.patch)
===
--- community-testing-x86_64/configs.patch  (rev 0)
+++ community-testing-x86_64/configs.patch  2020-06-21 18:54:37 UTC (rev 
650254)
@@ -0,0 +1,99 @@
+commit 487d724f098441298088e59805af2faba7843fbe
+Author: Anatol Pomozov 
+Date:   Tue May 26 00:26:02 2020 -0700
+
+Patch config files with Arch Linux specific locations
+
+Arch uses upstream's default config files as a base for its configs.
+But directory structure at Arch is completely different from the default
+one specified by gitlab project.
+We used to have a lot of seds expressions to adjust the files but as
+complexity of configs grew 'sed' makes it easy to miss a changed/added
+option.
+
+Track set of diffs as a patch. If upstream modifies config file then it
+will cause a conflict that needs to be reviewed manually.
+
+diff --git a/config.toml.example b/config.toml.example
+index 85fbf6ba..9f8e6c99 100644
+--- a/config.toml.example
 b/config.toml.example
+@@ -2,10 +2,10 @@
+ # Documentation lives at https://docs.gitlab.com/ee/administration/gitaly/ and
+ # https://docs.gitlab.com/ee//administration/gitaly/reference
+ 
+-socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket"
++socket_path = "/run/gitlab/gitlab-gitaly.socket"
+ 
+ # The directory where Gitaly's executables are stored
+-bin_dir = "/home/git/gitaly"
++bin_dir = "/usr/bin"
+ 
+ # # Optional: listen on a TCP socket. This is insecure (no authentication)
+ # 

[arch-commits] Commit in gitlab-gitaly/trunk (PKGBUILD configs.patch)

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 18:54:10
  Author: anatolik
Revision: 650253

upgpkg: gitlab-gitaly 13.1.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD
  gitlab-gitaly/trunk/configs.patch

---+
 PKGBUILD  |   12 +++-
 configs.patch |   22 +-
 2 files changed, 16 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:53:53 UTC (rev 650252)
+++ PKGBUILD2020-06-21 18:54:10 UTC (rev 650253)
@@ -4,7 +4,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-gitaly
-pkgver=13.0.5
+pkgver=13.1.0
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -16,12 +16,10 @@
 backup=("etc/gitlab-gitaly/config.toml")
 _tag=v${pkgver}
 
source=("https://gitlab.com/gitlab-org/gitaly/-/archive/${_tag}/gitaly-${_tag}.tar.gz;
-
"ruby27.patch::https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2227.patch;
 "configs.patch"
 "gitlab-gitaly.service")
-sha512sums=('04c0e12cf01ba3917bfb1e44029b467eecda25603a34c6eb1dec92f0b23c6e9179f8085169faeb968c8974caebe4b1c73b14e12e4898c2beead98640b74de565'
-
'76ed13110aab0bf5075eebd45c97e2c2499e0f035dfd51a9e20f95f968f8d4d3c2ad7b097b0590b7a70e6b61f783cc3aab5517b0bcf02acc7b02833c1a88ef0c'
-
'28bfb8f290d6d6206b75e2f35d8fd15b298baa005b533648550f224c6bf4fd16eeda4e2b8ff3231873ef208172f391a553956684f81867451bc08b7ad18d581f'
+sha512sums=('f9c5ddf4de13a3e64bbfef367e8b431a3224c3b2a97f11e7abe1037406526c7e319d238dcc16fc7bd5f4f3690f6574eff2956691bde75086fd7c1da52db727da'
+
'6565b3dbed2653c31d5a49043dd8227812d9c8a1f6d716ed65fed5878b9c9bd6def84e8b00ff23ddb37d8bf2f484ecb229dcb1528e8276fff7fbbb1099790850'
 
'e6c31cab200424af118ee9da4def0963a52727f33025fdbdb515c6c1337a9b32f4a377bd925fdd33ffe7b91371ce1d5d70847e07c2b73eac1e85d3f38f5e1261')
 
 prepare() {
@@ -30,8 +28,6 @@
   patch -p1 < ../configs.patch
   # At this point the config file should not contain any references to 
'/home/git'
 
-  patch -p1 < ../ruby27.patch
-
   # https://github.com/bundler/bundler/issues/6882
   sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
 }
@@ -55,5 +51,3 @@
   install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
 }
-
-# vim:set ts=2 sw=2 et:

Modified: configs.patch
===
--- configs.patch   2020-06-21 18:53:53 UTC (rev 650252)
+++ configs.patch   2020-06-21 18:54:10 UTC (rev 650253)
@@ -1,4 +1,4 @@
-commit e70c0ab485e0ee789ae2d3c2657f8b3ad5f2a6db
+commit 487d724f098441298088e59805af2faba7843fbe
 Author: Anatol Pomozov 
 Date:   Tue May 26 00:26:02 2020 -0700
 
@@ -15,7 +15,7 @@
 will cause a conflict that needs to be reviewed manually.
 
 diff --git a/config.toml.example b/config.toml.example
-index aaab83c2..46bbad26 100644
+index 85fbf6ba..9f8e6c99 100644
 --- a/config.toml.example
 +++ b/config.toml.example
 @@ -2,10 +2,10 @@
@@ -78,18 +78,22 @@
  
  # # Gitaly-ruby resident set size (RSS) that triggers a memory restart (bytes)
  # max_rss = 2
-@@ -85,10 +85,10 @@ dir = "/home/git/gitaly/ruby"
+@@ -85,14 +85,14 @@ dir = "/home/git/gitaly/ruby"
  
  [gitlab-shell]
  # The directory where gitlab-shell is installed
 -dir = "/home/git/gitlab-shell"
--secret_file = "/home/git/gitlab-shell/.gitlab_shell_secret"
++dir = "/usr/share/webapps/gitlab-shell"
+ 
+ [hooks]
 -custom_hooks_dir = "/home/git/custom_hooks"
--gitlab_url = "http://localhost:8080;
-+dir = "/usr/share/webapps/gitlab-shell"
-+secret_file = "/etc/webapps/gitlab-shell/secret"
 +custom_hooks_dir = "/var/lib/gitlab/custom_hooks"
-+gitlab_url = "http+unix://%2Frun%2Fgitlab%2Fgitlab.socket"
  
- [gitlab-shell.http-settings]
+ [gitlab]
+-secret_file = "/home/git/gitlab-shell/.gitlab_shell_secret"
+-url = 
"http+unix://%2Fhome%2Fgit%2Fgitlab%2Ftmp%2Fsockets%2Fgitlab-workhorse.socket"
++secret_file = "/etc/webapps/gitlab-shell/secret"
++url = "http+unix://%2Frun%2Fgitlab%2Fgitlab.socket"
+ 
+ [gitlab.http-settings]
  # read_timeout = 300


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 18:47:49
  Author: felixonmars
Revision: 650021

archrelease: copy trunk to community-x86_64

Added:
  haskell-esqueleto/repos/community-x86_64/PKGBUILD
(from rev 650013, haskell-esqueleto/trunk/PKGBUILD)
Deleted:
  haskell-esqueleto/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 18:47:28 UTC (rev 650020)
+++ PKGBUILD2020-06-21 18:47:49 UTC (rev 650021)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=esqueleto
-pkgname=haskell-esqueleto
-pkgver=3.3.3.0
-pkgrel=35
-pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
-url="https://github.com/bitemyapp/esqueleto;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-html' 
'haskell-conduit'
- 'haskell-monad-logger' 'haskell-persistent' 'haskell-resourcet' 
'haskell-tagged'
- 'haskell-unliftio' 'haskell-unordered-containers')
-makedepends=('ghc')  # 'haskell-vector')  # Not enabled yet
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ac5b005ccb5c2234b45dc94f19b85ae17d65aa7a4ad5c9de2b5a26fc19890832edd6f98f512cfbf4059de1a912b2a580ac504e5805a19727033d5f5948f8cd5e')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-mysql -f-postgresql
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-esqueleto/repos/community-x86_64/PKGBUILD (from rev 650013, 
haskell-esqueleto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 18:47:49 UTC (rev 650021)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=3.3.3.1
+pkgrel=1
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-html' 
'haskell-conduit'
+ 'haskell-monad-logger' 'haskell-persistent' 'haskell-resourcet' 
'haskell-tagged'
+ 'haskell-unliftio' 'haskell-unordered-containers')
+makedepends=('ghc')  # 'haskell-vector')  # Not enabled yet
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1af1420338e8e5a45859fe7c6aaa6c6070ff0287bfc714be11a20e43950d2bba75efe108a12e1e6e6e0219cd7990f629987c8f9da25405833ec0b849a7866054')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 18:47:12
  Author: felixonmars
Revision: 650002

upgpkg: haskell-esqueleto 3.3.3.1-1

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:47:11 UTC (rev 650001)
+++ PKGBUILD2020-06-21 18:47:12 UTC (rev 650002)
@@ -3,8 +3,8 @@
 
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
-pkgver=3.3.3.0
-pkgrel=35
+pkgver=3.3.3.1
+pkgrel=1
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("BSD")
@@ -14,7 +14,7 @@
  'haskell-unliftio' 'haskell-unordered-containers')
 makedepends=('ghc')  # 'haskell-vector')  # Not enabled yet
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ac5b005ccb5c2234b45dc94f19b85ae17d65aa7a4ad5c9de2b5a26fc19890832edd6f98f512cfbf4059de1a912b2a580ac504e5805a19727033d5f5948f8cd5e')
+sha512sums=('1af1420338e8e5a45859fe7c6aaa6c6070ff0287bfc714be11a20e43950d2bba75efe108a12e1e6e6e0219cd7990f629987c8f9da25405833ec0b849a7866054')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-06-21 Thread Jürgen Hötzel via arch-commits
Date: Sunday, June 21, 2020 @ 18:44:24
  Author: juergen
Revision: 649907

archrelease: copy trunk to community-x86_64

Added:
  maxima-ecl/repos/community-x86_64/PKGBUILD
(from rev 649902, maxima-ecl/trunk/PKGBUILD)
  maxima-ecl/repos/community-x86_64/build-fasl.patch
(from rev 649903, maxima-ecl/trunk/build-fasl.patch)
  maxima-ecl/repos/community-x86_64/matrixexp.patch
(from rev 649903, maxima-ecl/trunk/matrixexp.patch)
  maxima-ecl/repos/community-x86_64/maxima-printing.patch
(from rev 649904, maxima-ecl/trunk/maxima-printing.patch)
Deleted:
  maxima-ecl/repos/community-x86_64/PKGBUILD
  maxima-ecl/repos/community-x86_64/build-fasl.patch
  maxima-ecl/repos/community-x86_64/matrixexp.patch
  maxima-ecl/repos/community-x86_64/maxima-printing.patch

---+
 PKGBUILD  |  108 
 build-fasl.patch  |   46 ++--
 matrixexp.patch   |   26 +--
 maxima-printing.patch |   38 
 4 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 18:44:23 UTC (rev 649906)
+++ PKGBUILD2020-06-21 18:44:24 UTC (rev 649907)
@@ -1,54 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Modified to compile against ecl by: maribu
-
-pkgname=maxima-ecl
-_pkgname=maxima
-pkgver=5.44.0
-_eclver=16.1.3
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
-arch=(x86_64)
-license=(GPL)
-url="https://maxima.sourceforge.net;
-depends=(ecl=$_eclver texinfo shared-mime-info)
-makedepends=(python emacs)
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-conflicts=(maxima)
-provides=(maxima)
-options=(!zipman) # don't zip info pages or they won't work inside maxima
-source=("https://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-$pkgver.tar.gz;
-build-fasl.patch matrixexp.patch maxima-printing.patch)
-sha256sums=('d93f5e48c4daf8f085d609cb3c7b0bdf342c667fd04cf750c846426874c9d2ec'
-'90ced3b33361fa24c2b417e0aeba8956892f0965b4a22d57d0c04115f2a3274b'
-'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619'
-'631f65e477a1496b0ce71d385117713274fcabfa2487c52b165fc3b1d015c0db')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-# build maxima ecl library
-  patch -p1 -i ../build-fasl.patch
-# fix matrix exponentiation
-  patch -p1 -i ../matrixexp.patch
-# fix bogus ? characters
-  patch -p1 -i ../maxima-printing.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-ecl --with-default-lisp=ecl
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  _ecldir="/usr/lib/ecl-$_eclver"
-  mkdir -p "$pkgdir/$_ecldir"
-  install src/binary-ecl/maxima.fas "$pkgdir/$_ecldir"
-}

Copied: maxima-ecl/repos/community-x86_64/PKGBUILD (from rev 649902, 
maxima-ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 18:44:24 UTC (rev 649907)
@@ -0,0 +1,54 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Modified to compile against ecl by: maribu
+
+pkgname=maxima-ecl
+_pkgname=maxima
+pkgver=5.44.0
+_eclver=20.4.24
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
+arch=(x86_64)
+license=(GPL)
+url="https://maxima.sourceforge.net;
+depends=(ecl=$_eclver texinfo shared-mime-info)
+makedepends=(python emacs)
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+conflicts=(maxima)
+provides=(maxima)
+options=(!zipman) # don't zip info pages or they won't work inside maxima
+source=("https://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-$pkgver.tar.gz;
+build-fasl.patch matrixexp.patch maxima-printing.patch)
+sha256sums=('d93f5e48c4daf8f085d609cb3c7b0bdf342c667fd04cf750c846426874c9d2ec'
+'90ced3b33361fa24c2b417e0aeba8956892f0965b4a22d57d0c04115f2a3274b'
+'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619'
+'631f65e477a1496b0ce71d385117713274fcabfa2487c52b165fc3b1d015c0db')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+# build maxima ecl library
+  patch -p1 -i ../build-fasl.patch
+# fix matrix exponentiation
+  patch -p1 -i ../matrixexp.patch
+# fix bogus ? characters
+  patch -p1 -i ../maxima-printing.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-ecl 

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

2020-06-21 Thread Jürgen Hötzel via arch-commits
Date: Sunday, June 21, 2020 @ 18:44:14
  Author: juergen
Revision: 649898

upgpkg: maxima-ecl 5.44.0-2

Modified:
  maxima-ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:44:14 UTC (rev 649897)
+++ PKGBUILD2020-06-21 18:44:14 UTC (rev 649898)
@@ -6,8 +6,8 @@
 pkgname=maxima-ecl
 _pkgname=maxima
 pkgver=5.44.0
-_eclver=16.1.3
-pkgrel=1
+_eclver=20.4.24
+pkgrel=2
 pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
 arch=(x86_64)
 license=(GPL)


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

2020-06-21 Thread Jürgen Hötzel via arch-commits
Date: Sunday, June 21, 2020 @ 18:43:35
  Author: juergen
Revision: 389935

archrelease: copy trunk to extra-x86_64

Added:
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 389934, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 18:43:29 UTC (rev 389934)
+++ PKGBUILD2020-06-21 18:43:35 UTC (rev 389935)
@@ -1,47 +0,0 @@
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=16.1.3
-pkgrel=4
-pkgdesc="Embeddable Common Lisp"
-arch=('x86_64')
-url="https://common-lisp.net/project/ecl/;
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz;)
-sha256sums=('76a585c616e8fa83a6b7209325a309da5bc0ca68e0658f396f49955638111254')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # upstream patch: 
https://gitlab.com/sagemath/dev/trac/-/commit/ed7bc14f751a76ad88c506cd33beb7f3e1030ff5
-  sed -i "s/FFI_SYSV/FFI_UNIX64/" src/c/ffi.d
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure
-  CFLAGS+=" -fcommon"
-  ./configure \
---build=$CHOST \
---prefix=/usr \
---with-tcp \
---with-serve-event \
---with-clos-streams \
---with-system-gmp \
---without-x \
---without-clx \
---enable-threads \
---enable-shared \
---enable-boehm=included \
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 389934, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 18:43:35 UTC (rev 389935)
@@ -0,0 +1,47 @@
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=20.4.24
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('x86_64')
+url="https://common-lisp.net/project/ecl/;
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz;)
+sha256sums=('670838edf258a936b522fdb620da336de7e575aa0d27e34841727252726d0f07')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # upstream patch: 
https://gitlab.com/sagemath/dev/trac/-/commit/ed7bc14f751a76ad88c506cd33beb7f3e1030ff5
+  sed -i "s/FFI_SYSV/FFI_UNIX64/" src/c/ffi.d
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure
+  CFLAGS+=" -fcommon"
+  ./configure \
+--build=$CHOST \
+--prefix=/usr \
+--with-tcp \
+--with-serve-event \
+--with-clos-streams \
+--with-system-gmp \
+--without-x \
+--without-clx \
+--enable-threads \
+--enable-shared \
+--enable-boehm=included \
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}


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

2020-06-21 Thread Jürgen Hötzel via arch-commits
Date: Sunday, June 21, 2020 @ 18:43:29
  Author: juergen
Revision: 389934

upgpkg: ecl 20.4.24-1

Modified:
  ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:37:07 UTC (rev 389933)
+++ PKGBUILD2020-06-21 18:43:29 UTC (rev 389934)
@@ -2,8 +2,8 @@
 # Maintainer: juergen 
 
 pkgname=ecl
-pkgver=16.1.3
-pkgrel=4
+pkgver=20.4.24
+pkgrel=1
 pkgdesc="Embeddable Common Lisp"
 arch=('x86_64')
 url="https://common-lisp.net/project/ecl/;
@@ -13,7 +13,7 @@
 provides=('common-lisp' 'cl-asdf')
 options=('!makeflags')
 
source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz;)
-sha256sums=('76a585c616e8fa83a6b7209325a309da5bc0ca68e0658f396f49955638111254')
+sha256sums=('670838edf258a936b522fdb620da336de7e575aa0d27e34841727252726d0f07')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 18:37:07
  Author: felixonmars
Revision: 389933

archrelease: copy trunk to testing-any

Added:
  python-pip/repos/testing-any/
  python-pip/repos/testing-any/PKGBUILD
(from rev 389932, python-pip/trunk/PKGBUILD)

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

Copied: python-pip/repos/testing-any/PKGBUILD (from rev 389932, 
python-pip/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-06-21 18:37:07 UTC (rev 389933)
@@ -0,0 +1,110 @@
+# Maintainer: Dan McGee 
+# Contributor: Eli Schwartz 
+# Contributor: Sebastien Binet 
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=20.1.1
+pkgrel=1
+pkgdesc="The PyPA recommended tool for installing Python packages"
+url="https://pip.pypa.io/;
+arch=('any')
+license=('MIT')
+_deps=('appdirs' 'cachecontrol' 'colorama' 'contextlib2' 'distlib' 'distro' 
'html5lib'
+   'packaging' 'pep517' 'progress' 'requests' 'retrying' 'resolvelib' 
'setuptools' 'six' 'toml')
+makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 
'python2-ipaddress' 'python-sphinx')
+checkdepends=('python-pytest-runner' 'python-scripttest' 'python-virtualenv' 
'python-pretend'
+  'python-yaml' 'python-mock' 'python-freezegun' 
'python-cryptography' 'python-pip'
+  'python-wheel' 'python-werkzeug' 'python-csv23' 'git' 
'subversion')
+source=("pip-${pkgver}.tar.gz::https://github.com/pypa/pip/archive/${pkgver}.tar.gz;)
+sha512sums=('ee7b0345c08fbe0215811d07b4c57c1ceece826871842f6d1c174d82e8eee0ad810aa5413d6763ecd5a513e151792a53c36623ab99d2049555ef2542d32d1658')
+
+shopt -s extglob
+prepare() {
+  cd "$srcdir/pip-$pkgver"
+
+  # Remove certifi usage
+  sed -i 's|from pip._vendor.certifi import where|where = lambda: 
"/etc/ssl/certs/ca-certificates.crt"|' src/pip/_internal/commands/debug.py
+
+  rm -rf src/pip/_vendor/!(__init__.py)
+  sed -i -e 's/DEBUNDLED = False/DEBUNDLED = True/' \
+src/pip/_vendor/__init__.py
+}
+
+build() {
+  cd "$srcdir/pip-$pkgver"
+
+  python setup.py build
+  python2 setup.py build
+
+  cd docs/
+  PYTHONPATH="$srcdir/pip-$pkgver/src/" sphinx-build -W -b man -d 
build/doctrees/man man build/man -c html
+  mkdir -p build/man-pip2
+  cd build/man
+  for manfile in *; do
+sed 's/pip/pip2/g;s/PIP/PIP2/g' $manfile > ../man-pip2/${manfile/pip/pip2}
+  done
+}
+
+check() {
+  cd "$srcdir"/pip-$pkgver
+  pip wheel -w tests/data/common_wheels -r 
tools/requirements/tests-common_wheels.txt
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  # appdirs: https://github.com/pypa/pip/issues/7784
+  # build_env: TODO weird looking errors
+  # virtualenv: https://github.com/pypa/pip/issues/8273
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" \
+python -m pytest -m unit --junit-xml=junit/unit-test.xml --deselect 
tests/unit/test_appdirs.py::TestSiteConfigDirs::test_site_config_dirs_linux \
+ --deselect 
tests/unit/test_appdirs.py::TestSiteConfigDirs::test_site_config_dirs_linux_override
 \
+ --deselect 
tests/unit/test_appdirs.py::TestSiteConfigDirs::test_site_config_dirs_linux_empty
 \
+ --deselect 
tests/unit/test_appdirs.py::TestUserDataDir::test_user_data_dir_osx \
+ --deselect 
tests/unit/test_appdirs.py::TestUserConfigDir::test_user_config_dir_osx \
+ --deselect 
tests/unit/test_build_env.py::test_build_env_requirements_check \
+ --deselect 
tests/unit/test_build_env.py::test_build_env_overlay_prefix_has_priority \
+ --deselect 
tests/unit/test_build_env.py::test_build_env_isolation \
+ --deselect 
tests/unit/test_build_env.py::test_build_env_allow_only_one_install \
+ --deselect 
tests/unit/test_direct_url_helpers.py::test_from_link_vcs_with_source_dir_obtains_commit_id
 \
+ --deselect 
tests/unit/test_direct_url_helpers.py::test_from_link_vcs_without_source_dir \
+ --deselect 
tests/unit/test_wheel_builder.py::test_should_cache_git_sha \
+ --deselect 
tests/unit/resolution_resolvelib/test_requirement.py::test_new_resolver_full_resolve
+}
+
+package_python-pip() {
+  depends=("${_deps[@]/#/python-}")
+
+  cd 

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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 18:36:52
  Author: felixonmars
Revision: 389932

upgpkg: python-pip 20.1.1-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:34:12 UTC (rev 389931)
+++ PKGBUILD2020-06-21 18:36:52 UTC (rev 389932)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet 
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=20.1
+pkgver=20.1.1
 pkgrel=1
 pkgdesc="The PyPA recommended tool for installing Python packages"
 url="https://pip.pypa.io/;
@@ -16,7 +16,7 @@
   'python-yaml' 'python-mock' 'python-freezegun' 
'python-cryptography' 'python-pip'
   'python-wheel' 'python-werkzeug' 'python-csv23' 'git' 
'subversion')
 
source=("pip-${pkgver}.tar.gz::https://github.com/pypa/pip/archive/${pkgver}.tar.gz;)
-sha512sums=('19cc1172540bec4b0c6facf55fa9c463bf8f4391dd1a643ac208c8e0b787950b2d72a6ec8f0772c7e6582c6b6a4a103f31ad58ffa2119fb574c174e5ec77b0c1')
+sha512sums=('ee7b0345c08fbe0215811d07b4c57c1ceece826871842f6d1c174d82e8eee0ad810aa5413d6763ecd5a513e151792a53c36623ab99d2049555ef2542d32d1658')
 
 shopt -s extglob
 prepare() {


[arch-commits] Commit in (perl-www-curl)

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 18:36:20
  Author: foutrelis
Revision: 649876

Remove unused perl-www-curl with dead upstream

Deleted:
  perl-www-curl/


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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 18:32:56
  Author: anatolik
Revision: 649868

upgpkg: shards 0.11.1-1

Modified:
  shards/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:27:39 UTC (rev 649867)
+++ PKGBUILD2020-06-21 18:32:56 UTC (rev 649868)
@@ -2,7 +2,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=shards
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc='The package manager for the Crystal language'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(crystal)
 checkdepends=(git)
 
source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
-sha256sums=('d1b58ec81c6acc2bf7ecad4e2868e05f74a57647318a167c7324f706b568bfff')
+sha256sums=('e78095867334b4058f860c6da8dc3892994769ef51795de74ffb708a66c6847d')
 
 build() {
   cd shards-$pkgver


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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 18:33:18
  Author: anatolik
Revision: 649870

archrelease: copy trunk to community-testing-x86_64

Added:
  shards/repos/community-testing-x86_64/PKGBUILD
(from rev 649868, shards/trunk/PKGBUILD)
Deleted:
  shards/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 18:33:15 UTC (rev 649869)
+++ PKGBUILD2020-06-21 18:33:18 UTC (rev 649870)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=shards
-pkgver=0.11.0
-pkgrel=1
-pkgdesc='The package manager for the Crystal language'
-arch=(x86_64)
-url='https://github.com/crystal-lang/shards'
-license=(Apache)
-depends=(libyaml git libevent gc)
-makedepends=(crystal)
-checkdepends=(git)
-source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
-sha256sums=('d1b58ec81c6acc2bf7ecad4e2868e05f74a57647318a167c7324f706b568bfff')
-
-build() {
-  cd shards-$pkgver
-  CRYSTAL_OPTS="--release" make
-}
-
-check() {
-  cd shards-$pkgver
-  # tests are currently failing. TODO: fix it
-  # make test -j1 # https://github.com/crystal-lang/shards/issues/347
-}
-
-package() {
-  cd shards-$pkgver
-  PREFIX=/usr DESTDIR="$pkgdir" make install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: shards/repos/community-testing-x86_64/PKGBUILD (from rev 649868, 
shards/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 18:33:18 UTC (rev 649870)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=shards
+pkgver=0.11.1
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(x86_64)
+url='https://github.com/crystal-lang/shards'
+license=(Apache)
+depends=(libyaml git libevent gc)
+makedepends=(crystal)
+checkdepends=(git)
+source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
+sha256sums=('e78095867334b4058f860c6da8dc3892994769ef51795de74ffb708a66c6847d')
+
+build() {
+  cd shards-$pkgver
+  CRYSTAL_OPTS="--release" make
+}
+
+check() {
+  cd shards-$pkgver
+  # tests are currently failing. TODO: fix it
+  # make test -j1 # https://github.com/crystal-lang/shards/issues/347
+}
+
+package() {
+  cd shards-$pkgver
+  PREFIX=/usr DESTDIR="$pkgdir" make install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 18:12:49
  Author: felixonmars
Revision: 649863

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 649862, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 649862, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-21 18:12:49 UTC (rev 649863)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="Web-based user interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 
'haskell-http-conduit'
+ 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 
'haskell-network'
+ 'haskell-shakespeare' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-cors' 
'haskell-wai-extra'
+ 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' 
'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('19eab0c6c6cb59d9e3fbe6b65ccd8d38d6f8eca3aa9fdcc2ed3b6bf3836a48a2092c812ba1da43a87cb06e2debe490bd759bf2adfa00d522b22fd77783798cbd')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 18:12:35
  Author: felixonmars
Revision: 649862

upgpkg: hledger-web 1.18.1-1: rebuild with hledger 1.18.1, hledger-lib 1.18.1, 
hledger-ui 1.18.1, hledger-web 1.18.1

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:11:00 UTC (rev 649861)
+++ PKGBUILD2020-06-21 18:12:35 UTC (rev 649862)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger-web
-pkgver=1.18
-pkgrel=11
+pkgver=1.18.1
+pkgrel=1
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")
@@ -20,7 +20,7 @@
 makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
 replaces=('hledger-api')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('75ea536bd75b90d143b16beb0aef8575567d212ea0e7ef3f1e5f9e6de0d2a85fd9557e19a123175ae26ab201edfa7e62b5efad75300b99f5af46c91374e2f005')
+sha512sums=('19eab0c6c6cb59d9e3fbe6b65ccd8d38d6f8eca3aa9fdcc2ed3b6bf3836a48a2092c812ba1da43a87cb06e2debe490bd759bf2adfa00d522b22fd77783798cbd')
 
 prepare() {
 cd $pkgname-$pkgver


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 18:10:45
  Author: felixonmars
Revision: 649860

upgpkg: hledger-ui 1.18.1-1: rebuild with hledger 1.18.1, hledger-lib 1.18.1, 
hledger-ui 1.18.1, hledger-web 1.18.1

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:08:57 UTC (rev 649859)
+++ PKGBUILD2020-06-21 18:10:45 UTC (rev 649860)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger-ui
-pkgver=1.18
-pkgrel=7
+pkgver=1.18.1
+pkgrel=1
 pkgdesc="Curses-style terminal interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")
@@ -15,7 +15,7 @@
  'haskell-vector' 'haskell-brick' 'haskell-vty')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('fb2e9bfb9ca5d5147a350ee676335e813990f16177a70c80327d7016f602e6cffd9b20d93900360b9b8f7b93eacd8fdd2cb4361c18e2fca0210c934ce0331705')
+sha512sums=('3d32e5cd9dd5d51fd76ec2cf9588d518834983bbeb8a661c469936696e0a541a8173548c7ab4139d5f929fca5b39c840d6f009a790be35ddd2f25543c3f4e9c4')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 18:11:00
  Author: felixonmars
Revision: 649861

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 649860, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 649860, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-21 18:11:00 UTC (rev 649861)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="Curses-style terminal interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 
'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('3d32e5cd9dd5d51fd76ec2cf9588d518834983bbeb8a661c469936696e0a541a8173548c7ab4139d5f929fca5b39c840d6f009a790be35ddd2f25543c3f4e9c4')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 18:08:43
  Author: felixonmars
Revision: 649858

upgpkg: hledger 1.18.1-1: rebuild with hledger 1.18.1, hledger-lib 1.18.1, 
hledger-ui 1.18.1, hledger-web 1.18.1

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:07:11 UTC (rev 649857)
+++ PKGBUILD2020-06-21 18:08:43 UTC (rev 649858)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger
-pkgver=1.18
-pkgrel=6
+pkgver=1.18.1
+pkgrel=1
 pkgdesc="Command-line interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")
@@ -17,7 +17,7 @@
  'haskell-utility-ht' 'haskell-wizards')
 makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('71d89e9ef2fab0417885fcb198bb58b42219b636f2c950697f283b2d8fa412cf659772db5f07cd76c06773b0d6b9a37bab6cda6cf6e29a7a0bed6145d2ec0382')
+sha512sums=('f75e6fcc009c6ce9e3f73f473d698dc5b872ea1bbfb7f2ca32dd22345bffc5b9131ab51454df7131414312751c3a8b35ce4b6a29d8985517838c128dcbb56e19')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 18:08:57
  Author: felixonmars
Revision: 649859

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger/repos/community-staging-x86_64/
  hledger/repos/community-staging-x86_64/PKGBUILD
(from rev 649858, hledger/trunk/PKGBUILD)

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 649858, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-21 18:08:57 UTC (rev 649859)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="Command-line interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base-compat-batteries'
+ 'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 
'haskell-diff'
+ 'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 
'haskell-math-functions'
+ 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show' 
'haskell-regex-tdfa'
+ 'haskell-safe' 'haskell-shakespeare' 'haskell-split' 
'haskell-tabular' 'haskell-tasty'
+ 'haskell-temporary' 'haskell-unordered-containers' 
'haskell-utf8-string'
+ 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f75e6fcc009c6ce9e3f73f473d698dc5b872ea1bbfb7f2ca32dd22345bffc5b9131ab51454df7131414312751c3a8b35ce4b6a29d8985517838c128dcbb56e19')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded --ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 18:07:11
  Author: felixonmars
Revision: 649857

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hledger-lib/repos/community-staging-x86_64/
  haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD
(from rev 649856, haskell-hledger-lib/trunk/PKGBUILD)

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

Copied: haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 
649856, haskell-hledger-lib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-21 18:07:11 UTC (rev 649857)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="A reusable library providing the core functionality of hledger"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
+ 'haskell-base-compat-batteries' 'haskell-blaze-markup' 
'haskell-call-stack'
+ 'haskell-cassava' 'haskell-cassava-megaparsec' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-fgl' 'haskell-file-embed' 
'haskell-glob'
+ 'haskell-hashtables' 'haskell-megaparsec' 'haskell-old-time' 
'haskell-parser-combinators'
+ 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 
'haskell-split'
+ 'haskell-tabular' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-timeit'
+ 'haskell-uglymemo' 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5f43b70a9838890f14856bc26ce66d7648b7356883d5c0eccd368c2ade21cf2a6cf85ba5a8b05b65499f6dc815e60edf9a2da5025ecfac769e5962864778bce9')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 18:06:56
  Author: felixonmars
Revision: 649856

upgpkg: haskell-hledger-lib 1.18.1-1: rebuild with hledger 1.18.1, hledger-lib 
1.18.1, hledger-ui 1.18.1, hledger-web 1.18.1

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 18:06:27 UTC (rev 649855)
+++ PKGBUILD2020-06-21 18:06:56 UTC (rev 649856)
@@ -3,8 +3,8 @@
 
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
-pkgver=1.18
-pkgrel=5
+pkgver=1.18.1
+pkgrel=1
 pkgdesc="A reusable library providing the core functionality of hledger"
 url="http://hledger.org;
 license=("GPL")
@@ -19,7 +19,7 @@
  'haskell-uglymemo' 'haskell-utf8-string')
 makedepends=('ghc' 'haskell-doctest')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('071e4e4defbe8af3d8e03f81f9075f0e0e4a9eb7c93d8a3a7e623d52e814bf06ed21099c7c6f129ef04d883313f97df236eca2e59d8c0244d2794ce7b9f14882')
+sha512sums=('5f43b70a9838890f14856bc26ce66d7648b7356883d5c0eccd368c2ade21cf2a6cf85ba5a8b05b65499f6dc815e60edf9a2da5025ecfac769e5962864778bce9')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 18:06:27
  Author: anatolik
Revision: 649855

archrelease: copy trunk to community-testing-x86_64

Added:
  shards/repos/community-testing-x86_64/
  shards/repos/community-testing-x86_64/PKGBUILD
(from rev 649854, shards/trunk/PKGBUILD)

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

Copied: shards/repos/community-testing-x86_64/PKGBUILD (from rev 649854, 
shards/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-21 18:06:27 UTC (rev 649855)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=shards
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(x86_64)
+url='https://github.com/crystal-lang/shards'
+license=(Apache)
+depends=(libyaml git libevent gc)
+makedepends=(crystal)
+checkdepends=(git)
+source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
+sha256sums=('d1b58ec81c6acc2bf7ecad4e2868e05f74a57647318a167c7324f706b568bfff')
+
+build() {
+  cd shards-$pkgver
+  CRYSTAL_OPTS="--release" make
+}
+
+check() {
+  cd shards-$pkgver
+  # tests are currently failing. TODO: fix it
+  # make test -j1 # https://github.com/crystal-lang/shards/issues/347
+}
+
+package() {
+  cd shards-$pkgver
+  PREFIX=/usr DESTDIR="$pkgdir" make install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in shards/trunk (PKGBUILD fix_build.patch)

2020-06-21 Thread Anatol Pomozov via arch-commits
Date: Sunday, June 21, 2020 @ 18:06:07
  Author: anatolik
Revision: 649854

upgpkg: shards 0.11.0-1

Modified:
  shards/trunk/PKGBUILD
Deleted:
  shards/trunk/fix_build.patch

-+
 PKGBUILD|   18 +--
 fix_build.patch |   64 --
 2 files changed, 6 insertions(+), 76 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 17:57:58 UTC (rev 649853)
+++ PKGBUILD2020-06-21 18:06:07 UTC (rev 649854)
@@ -2,27 +2,21 @@
 # Contributor: Jonne Haß 
 
 pkgname=shards
-pkgver=0.10.0
+pkgver=0.11.0
 pkgrel=1
 pkgdesc='The package manager for the Crystal language'
 arch=(x86_64)
 url='https://github.com/crystal-lang/shards'
 license=(Apache)
-depends=(libyaml git pcre libevent gc)
+depends=(libyaml git libevent gc)
 makedepends=(crystal)
-source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz
-fix_build.patch) # a few upstream changes to fix the build
-sha256sums=('3aea420df959552d1866d473c878ab1ed0b58489c4c9881ef40a170cfb775459'
-'61f1a81bd3d6e386de8746fffd7f9bc1ac6db6b5a82f18fd901fd5c5edf7a09c')
+checkdepends=(git)
+source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
+sha256sums=('d1b58ec81c6acc2bf7ecad4e2868e05f74a57647318a167c7324f706b568bfff')
 
-prepare() {
-  cd shards-$pkgver
-  patch -p1 < ../fix_build.patch
-}
-
 build() {
   cd shards-$pkgver
-  CRYSTAL_OPTS=--release make -j1
+  CRYSTAL_OPTS="--release" make
 }
 
 check() {

Deleted: fix_build.patch
===
--- fix_build.patch 2020-06-21 17:57:58 UTC (rev 649853)
+++ fix_build.patch 2020-06-21 18:06:07 UTC (rev 649854)
@@ -1,64 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 0d0b989..35d5543 100644
 a/Makefile
-+++ b/Makefile
-@@ -1,26 +1,29 @@
- .POSIX:
- 
- CRYSTAL = crystal
--CRFLAGS =
-+SHARDS = shards
- SHARDS_SOURCES = $(shell find src -name '*.cr')
--MOLINILLO_SOURCES = $(shell find lib/molinillo -name '*.cr')
-+MOLINILLO_SOURCES = $(shell find lib/molinillo -name '*.cr' 2> /dev/null)
- SOURCES = $(SHARDS_SOURCES) $(MOLINILLO_SOURCES)
- TEMPLATES = src/templates/*.ecr
- 
--DESTDIR =
--PREFIX = /usr/local
--BINDIR = $(DESTDIR)$(PREFIX)/bin
--MANDIR = $(DESTDIR)$(PREFIX)/share/man
--INSTALL = /usr/bin/install
-+DESTDIR ?=
-+PREFIX ?= /usr/local
-+BINDIR ?= $(DESTDIR)$(PREFIX)/bin
-+MANDIR ?= $(DESTDIR)$(PREFIX)/share/man
-+INSTALL ?= /usr/bin/install
-+
-+MOLINILLO_VERSION = $(shell $(CRYSTAL) eval 'require "yaml"; puts 
YAML.parse(File.read("shard.lock"))["shards"]["molinillo"]["version"]')
-+MOLINILLO_URL = 
"https://github.com/crystal-lang/crystal-molinillo/archive/v$(MOLINILLO_VERSION).tar.gz"
- 
- all: bin/shards
- 
- clean: phony
-   rm -f bin/shards
- 
--bin/shards: $(SOURCES) $(TEMPLATES)
-+bin/shards: $(SOURCES) $(TEMPLATES) lib
-   @mkdir -p bin
--  $(CRYSTAL) build src/shards.cr -o bin/shards $(CRFLAGS)
-+  $(CRYSTAL) build src/shards.cr -o bin/shards
- 
- install: bin/shards phony
-   $(INSTALL) -m 0755 -d "$(BINDIR)" "$(MANDIR)/man1" "$(MANDIR)/man5"
-@@ -35,10 +38,17 @@ uninstall: phony
- 
- test: test_unit test_integration
- 
--test_unit: phony
--  $(CRYSTAL) spec ./spec/unit/*_spec.cr
-+test_unit: phony lib
-+  $(CRYSTAL) spec ./spec/unit/
- 
- test_integration: bin/shards phony
--  $(CRYSTAL) spec ./spec/integration/*_spec.cr
-+  $(CRYSTAL) spec ./spec/integration/
-+
-+lib: shard.lock
-+  mkdir -p lib/molinillo
-+  $(SHARDS) install || (curl -L $(MOLINILLO_URL) | tar -xzf - -C 
lib/molinillo --strip-components=1)
-+
-+shard.lock: shard.yml
-+  $(SHARDS) update
- 
- phony:


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

2020-06-21 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 21, 2020 @ 17:57:58
  Author: jlichtblau
Revision: 649853

archrelease: copy trunk to community-x86_64

Added:
  newsboat/repos/community-x86_64/PKGBUILD
(from rev 649852, newsboat/trunk/PKGBUILD)
  newsboat/repos/community-x86_64/newsboat.changelog
(from rev 649852, newsboat/trunk/newsboat.changelog)
Deleted:
  newsboat/repos/community-x86_64/PKGBUILD
  newsboat/repos/community-x86_64/newsboat.changelog

+
 PKGBUILD   |   66 +--
 newsboat.changelog |  171 +--
 2 files changed, 120 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 17:57:51 UTC (rev 649852)
+++ PKGBUILD2020-06-21 17:57:58 UTC (rev 649853)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sven Pfleiderer 
-
-pkgname=newsboat
-pkgver=2.19
-pkgrel=2
-pkgdesc="An RSS/Atom feed reader for text terminals"
-arch=('x86_64')
-url="https://newsboat.org/;
-license=('custom: MIT')
-depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
-makedepends=('swig' 'gettext' 'asciidoc' 'rust' 'asciidoctor')
-replaces=('newsbeuter')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
-validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

-sha256sums=('ba484c825bb903daf6d33d55126107b59e4b455d368362208f1825403d1b'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix=/usr
-  make doc
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: newsboat/repos/community-x86_64/PKGBUILD (from rev 649852, 
newsboat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 17:57:58 UTC (rev 649853)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sven Pfleiderer 
+
+pkgname=newsboat
+pkgver=2.20
+pkgrel=1
+pkgdesc="An RSS/Atom feed reader for text terminals"
+arch=('x86_64')
+url="https://newsboat.org/;
+license=('custom: MIT')
+depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
+makedepends=('swig' 'gettext' 'asciidoc' 'rust' 'asciidoctor')
+replaces=('newsbeuter')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

+sha256sums=('d3a7d5d5a33a89f0970b8651cb95239816e3361d02eb153effeaa1c915a7e402'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr
+  make doc
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: newsboat.changelog
===
--- newsboat.changelog  2020-06-21 17:57:51 UTC (rev 649852)
+++ newsboat.changelog  2020-06-21 17:57:58 UTC (rev 649853)
@@ -1,84 +0,0 @@
-2020-03-23 Jaroslav Lichtblau 
-   * newsboat 2.19-1
-
-2019-12-23 Jaroslav Lichtblau 
-   * newsboat 2.18-1
-
-2019-08-06 Jaroslav Lichtblau 
-   * newsboat 2.16.1-1
-
-2019-03-30 Jaroslav Lichtblau 
-   * newsboat 2.15-1
-
-2019-02-10 Jaroslav Lichtblau 
-   * newsboat 2.14.1-1
-
-2019-01-01 Jaroslav Lichtblau 
-   * newsboat 2.14-1
-
-2018-09-29 Jaroslav Lichtblau 
-   * newsboat 2.13-1
-
-2018-04-10 Jaroslav Lichtblau 
-   * newsboat 2.11.1-1
-
-2018-03-26 Jaroslav Lichtblau 
-   * newsboat 2.11-1
-
-2017-12-27 Jaroslav Lichtblau 
-   * newsboat 2.10.2-1
-
-2017-12-02 Jaroslav Lichtblau 
-   * newsboat 2.10.1-2 FS#56519 fixed
-
-2017-10-21 Jaroslav Lichtblau 
-   * newsboat 2.10.1-1
-
-2017-10-21 Jaroslav Lichtblau 
-   * newsboat 2.10-1 moving over to the new maintained fork of newsbeuter
-
-2015-09-13 Jaroslav Lichtblau 
-   * newsbeuter 2.9-4 ncurses6 re-rebuild
-
-2015-09-13 Jaroslav Lichtblau 
-   * newsbeuter 2.9-3 segmentation fault on podcasts downloads #167 fix
-
-2015-02-19 Jaroslav Lichtblau 
-   * newsbeuter 2.9-1
-
-2014-01-27 Jaroslav Lichtblau 
-   * newsbeuter 2.8-1
-
-2013-09-02 Jaroslav Lichtblau 
-   * newsbeuter 2.7-1
-
-2013-03-28 Jaroslav Lichtblau 
-   * newsbeuter 2.6-1
-
-2013-03-07 Andrea Scarpino 
-   * ruby 2.0 rebuild
-
-2012-02-23 Jaroslav Lichtblau 
-   * newsbeuter 2.5-1
-
-2011-01-06 Jaroslav Lichtblau 
-   * newsbeuter 2.4-1
-
-2010-06-26 Jaroslav Lichtblau 
-   * Update to major release v2.3
-   * FS#19744 fixed - non-working locale
-
-2010-03-17 Jaroslav Lichtblau 
-   * Update to major release v2.2
-
-2009-12-19 Jaroslav Lichtblau 
-   * Update to 

[arch-commits] Commit in newsboat/trunk (PKGBUILD newsboat.changelog)

2020-06-21 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 21, 2020 @ 17:57:51
  Author: jlichtblau
Revision: 649852

upgpkg: newsboat 2.20-1 - new upstream release

Modified:
  newsboat/trunk/PKGBUILD
  newsboat/trunk/newsboat.changelog

+
 PKGBUILD   |6 +++---
 newsboat.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 17:32:25 UTC (rev 649851)
+++ PKGBUILD2020-06-21 17:57:51 UTC (rev 649852)
@@ -2,8 +2,8 @@
 # Contributor: Sven Pfleiderer 
 
 pkgname=newsboat
-pkgver=2.19
-pkgrel=2
+pkgver=2.20
+pkgrel=1
 pkgdesc="An RSS/Atom feed reader for text terminals"
 arch=('x86_64')
 url="https://newsboat.org/;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
 validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

-sha256sums=('ba484c825bb903daf6d33d55126107b59e4b455d368362208f1825403d1b'
+sha256sums=('d3a7d5d5a33a89f0970b8651cb95239816e3361d02eb153effeaa1c915a7e402'
 'SKIP')
 
 build() {

Modified: newsboat.changelog
===
--- newsboat.changelog  2020-06-21 17:32:25 UTC (rev 649851)
+++ newsboat.changelog  2020-06-21 17:57:51 UTC (rev 649852)
@@ -1,3 +1,6 @@
+2020-06-21 Jaroslav Lichtblau 
+   * newsboat 2.20-1
+
 2020-03-23 Jaroslav Lichtblau 
* newsboat 2.19-1
 


[arch-commits] Commit in perl-image-sane/repos (2 files)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 17:32:25
  Author: felixonmars
Revision: 649851

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-image-sane/repos/community-staging-x86_64/
  perl-image-sane/repos/community-staging-x86_64/PKGBUILD
(from rev 649850, perl-image-sane/trunk/PKGBUILD)

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

Copied: perl-image-sane/repos/community-staging-x86_64/PKGBUILD (from rev 
649850, perl-image-sane/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-21 17:32:25 UTC (rev 649851)
@@ -0,0 +1,44 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek 
+# Contributor: Stefan Husmann 
+
+pkgname=perl-image-sane
+_perl_namespace=Image
+_perl_module=Sane
+pkgver=5
+pkgrel=2
+pkgdesc="Perl extension for the SANE (Scanner Access Now Easy) Project"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+makedepends=('imagemagick')
+depends=('perl' 'sane' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 
'perl-readonly' 'perl-test-requires' 'perl-exception-class' 'perl-try-tiny')
+provides=('perl-sane')
+replaces=('perl-sane')
+conflicts=('perl-sane')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('229aa0e9f049efa760f3c2f6e61d9d539af43d8f764b50a6e03064b4729a35ff')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


[arch-commits] Commit in perl-image-sane/trunk (PKGBUILD)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 17:32:11
  Author: felixonmars
Revision: 649850

upgpkg: perl-image-sane 5-2: Perl 5.32 rebuild

Modified:
  perl-image-sane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 17:31:22 UTC (rev 649849)
+++ PKGBUILD2020-06-21 17:32:11 UTC (rev 649850)
@@ -6,7 +6,7 @@
 _perl_namespace=Image
 _perl_module=Sane
 pkgver=5
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl extension for the SANE (Scanner Access Now Easy) Project"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};


[arch-commits] Commit in perl-image-sane/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 17:31:22
  Author: foutrelis
Revision: 649849

archrelease: copy trunk to community-x86_64

Added:
  perl-image-sane/repos/community-x86_64/PKGBUILD
(from rev 649848, perl-image-sane/trunk/PKGBUILD)
Deleted:
  perl-image-sane/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 17:31:13 UTC (rev 649848)
+++ PKGBUILD2020-06-21 17:31:22 UTC (rev 649849)
@@ -1,44 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: John D Jones III AKA jnbek 
-# Contributor: Stefan Husmann 
-
-pkgname=perl-image-sane
-_perl_namespace=Image
-_perl_module=Sane
-pkgver=0.14
-pkgrel=4
-pkgdesc="Perl extension for the SANE (Scanner Access Now Easy) Project"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
-license=('PerlArtistic' 'GPL')
-makedepends=('imagemagick')
-depends=('perl' 'sane' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 
'perl-readonly' 'perl-test-requires' 'perl-exception-class' 'perl-try-tiny')
-provides=('perl-sane')
-replaces=('perl-sane')
-conflicts=('perl-sane')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('a4b027c9b7650291f1acb0eb93861a7fc45aef4e08f6726843f174fa113c8ba5')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-}

Copied: perl-image-sane/repos/community-x86_64/PKGBUILD (from rev 649848, 
perl-image-sane/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 17:31:22 UTC (rev 649849)
@@ -0,0 +1,44 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek 
+# Contributor: Stefan Husmann 
+
+pkgname=perl-image-sane
+_perl_namespace=Image
+_perl_module=Sane
+pkgver=5
+pkgrel=1
+pkgdesc="Perl extension for the SANE (Scanner Access Now Easy) Project"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
+license=('PerlArtistic' 'GPL')
+makedepends=('imagemagick')
+depends=('perl' 'sane' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 
'perl-readonly' 'perl-test-requires' 'perl-exception-class' 'perl-try-tiny')
+provides=('perl-sane')
+replaces=('perl-sane')
+conflicts=('perl-sane')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
+sha256sums=('229aa0e9f049efa760f3c2f6e61d9d539af43d8f764b50a6e03064b4729a35ff')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}


[arch-commits] Commit in perl-image-sane/trunk (PKGBUILD)

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 17:31:13
  Author: foutrelis
Revision: 649848

upgpkg: perl-image-sane 5-1: new upstream release

Modified:
  perl-image-sane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 17:26:45 UTC (rev 649847)
+++ PKGBUILD2020-06-21 17:31:13 UTC (rev 649848)
@@ -5,8 +5,8 @@
 pkgname=perl-image-sane
 _perl_namespace=Image
 _perl_module=Sane
-pkgver=0.14
-pkgrel=4
+pkgver=5
+pkgrel=1
 pkgdesc="Perl extension for the SANE (Scanner Access Now Easy) Project"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
@@ -17,7 +17,7 @@
 replaces=('perl-sane')
 conflicts=('perl-sane')
 
source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
-sha256sums=('a4b027c9b7650291f1acb0eb93861a7fc45aef4e08f6726843f174fa113c8ba5')
+sha256sums=('229aa0e9f049efa760f3c2f6e61d9d539af43d8f764b50a6e03064b4729a35ff')
 options=('!emptydirs')
 
 build() {


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 17:26:45
  Author: felixonmars
Revision: 649847

archrelease: copy trunk to community-staging-x86_64

Added:
  libguestfs/repos/community-staging-x86_64/
  libguestfs/repos/community-staging-x86_64/PKGBUILD
(from rev 649846, libguestfs/trunk/PKGBUILD)

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

Copied: libguestfs/repos/community-staging-x86_64/PKGBUILD (from rev 649846, 
libguestfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-21 17:26:45 UTC (rev 649847)
@@ -0,0 +1,86 @@
+# Maintainer: Robin Broda 
+# Contributor: Peter Wu 
+# Contributor: Evaggelos Balaskas 
+# Contributor: Xiao-Long Chen 
+# Contributor: Nikos Skalkotos 
+
+pkgname=libguestfs
+pkgver=1.42.0
+_pkgver_short=${pkgver%.*}
+pkgrel=3
+pkgdesc="Access and modify virtual machine disk images"
+arch=('x86_64')
+url="http://libguestfs.org/;
+license=('GPL2' 'LGPL2.1')
+_appliancedeps=('iproute2' 'mdadm' 'lvm2' 'libldm' 'btrfs-progs' 'dosfstools' 
'gdisk' 'procps' 'psmisc'
+'rsync' 'xfsprogs' 'dhcpcd' 'iputils' 'ntfs-3g' 'vim' 
'systemd-sysvcompat' 'openssh'
+'f2fs-tools' 'jfsutils' 'lsscsi' 'lsof' 'lzop' 'pciutils' 
'squashfs-tools'
+'strace' 'syslinux' 'debootstrap' 'exfat-utils' 'grub' 'lrzip' 
'mtools'
+'multipath-tools' 'nilfs-utils' 'reiserfsprogs' 'yara')
+#   'scrub' 'zerofree' 'hfsprogs')
+depends=('augeas' 'libvirt' 'jansson' 'fuse' 'hivex' 'sleuthkit' 'supermin' 
'qemu-headless' 'libconfig'
+ 'perl-libintl-perl' "${_appliancedeps[@]}")
+makedepends=('ocaml' 'ocaml-findlib' 'gperf' 'cdrtools' 'perl-module-build' 
'python'
+ 'gobject-introspection' 'vala' 'bash-completion' 'cpio' 
'java-environment'
+ 'php' 'erlang-nox' 'lua' 'go' 'rust')
+# 'ghc' 'ruby')
+checkdepends=('linux')
+optdepends=('ocaml: OCaml Bindings'
+'python: Python Bindings'
+'gobject-introspection: GObject-Introspection Bindings')
+provides=('libguestfs.so' 'libguestfs-gobject-1.0.so')
+backup=('etc/libguestfs-tools.conf'
+'etc/xdg/virt-builder/repos.d/libguestfs.conf'
+'etc/xdg/virt-builder/repos.d/libguestfs.gpg'
+'etc/xdg/virt-builder/repos.d/opensuse.conf'
+'etc/xdg/virt-builder/repos.d/opensuse.gpg')
+source=("http://download.libguestfs.org/$_pkgver_short-stable/$pkgname-$pkgver.tar.gz"{,.sig}
+
"libguestfs-erlang-23.patch::https://github.com/libguestfs/libguestfs/commit/987734fcca101cf782264756f7883cf48430a91b.patch;
+
"libguestfs-01.patch::https://github.com/libguestfs/libguestfs/commit/31e6b187100626cae44bcb505db153088245155c.patch;)
+sha256sums=('4fee192cf3aaa597f142afb21fa2d7f380fdabcf34d054e37090163e4a74f024'
+'SKIP'
+'41eb5f6c77fb9bbdda6c4f08196f6d24475e5773a9e8364e3edc0eace0731758'
+'f09ac113112011625cf6df204fa2e6c05577cf6977a1920fd8c40cc020152896')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 < ../libguestfs-erlang-23.patch
+  patch -p1 < ../libguestfs-01.patch
+  sed -i 's/ Sys::Virt / /g' m4/guestfs-perl.m4
+  autoreconf -v
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static \
+--disable-haskell \
+--disable-ruby \
+--with-extra-packages="libldm systemd-sysvcompat openssh qemu-headless"
+  # ^ haskell & ruby bindings do not build
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  #tests require /dev/kvm to be available
+#  make quickcheck
+#  make -k check ||: takes ages
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chmod 644 {} +
+  find "$pkgdir/usr/lib/perl5" -name '*.bs' -exec rm -f {} +
+
+  # Remove obsolete binaries (RHBZ#1213298).
+  rm -f "$pkgdir"/usr/bin/virt-list-{filesystems,partitions}
+  rm -f "$pkgdir"/usr/bin/virt-tar
+  rm -f "$pkgdir"/usr/share/man/man1/virt-list-{filesystems,partitions}.1*
+  rm -f "$pkgdir"/usr/share/man/man1/virt-tar.1*
+}


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 17:26:26
  Author: felixonmars
Revision: 649846

upgpkg: libguestfs 1.42.0-3: Perl 5.32 rebuild

Modified:
  libguestfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 17:23:38 UTC (rev 649845)
+++ PKGBUILD2020-06-21 17:26:26 UTC (rev 649846)
@@ -7,7 +7,7 @@
 pkgname=libguestfs
 pkgver=1.42.0
 _pkgver_short=${pkgver%.*}
-pkgrel=2
+pkgrel=3
 pkgdesc="Access and modify virtual machine disk images"
 arch=('x86_64')
 url="http://libguestfs.org/;


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

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 17:23:38
  Author: foutrelis
Revision: 649845

archrelease: copy trunk to community-staging-x86_64

Added:
  pcsc-perl/repos/community-staging-x86_64/
  pcsc-perl/repos/community-staging-x86_64/PKGBUILD
(from rev 649844, pcsc-perl/trunk/PKGBUILD)

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

Copied: pcsc-perl/repos/community-staging-x86_64/PKGBUILD (from rev 649844, 
pcsc-perl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-21 17:23:38 UTC (rev 649845)
@@ -0,0 +1,33 @@
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: neuromante 
+# Contributor: marc0s 
+
+pkgname=pcsc-perl
+pkgver=1.4.14
+pkgrel=11
+pkgdesc="A Perl Module for PC/SC SmartCard access"
+arch=('x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/;
+license=('GPL' 'PerlArtistic')
+depends=('pcsclite' 'perl')
+makedepends=('pkgconfig')
+options=('!emptydirs')
+source=("http://ludovic.rousseau.free.fr/softwares/$pkgname/$pkgname-$pkgver.tar.bz2;
+
"http://ludovic.rousseau.free.fr/softwares/$pkgname/$pkgname-$pkgver.tar.bz2.asc;)
+sha256sums=('2722b7e5543e4faf3ba1ec6b29a7dfec6d92be1edec09d0a3191992d4d88c69d'
+'SKIP')
+# Ludovic Rousseau 
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E')
+
+build() {
+cd "$pkgname-$pkgver"
+
+# install module in vendor directories.
+PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in subversion/repos (8 files)

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 17:22:47
  Author: foutrelis
Revision: 389930

archrelease: copy trunk to staging-x86_64

Added:
  subversion/repos/staging-x86_64/
  subversion/repos/staging-x86_64/PKGBUILD
(from rev 389929, subversion/trunk/PKGBUILD)
  subversion/repos/staging-x86_64/ruby-frozen-nil.patch
(from rev 389929, subversion/trunk/ruby-frozen-nil.patch)
  subversion/repos/staging-x86_64/subversion.rpath.fix.patch
(from rev 389929, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/staging-x86_64/svn
(from rev 389929, subversion/trunk/svn)
  subversion/repos/staging-x86_64/svnserve.conf
(from rev 389929, subversion/trunk/svnserve.conf)
  subversion/repos/staging-x86_64/svnserve.service
(from rev 389929, subversion/trunk/svnserve.service)
  subversion/repos/staging-x86_64/svnserve.tmpfiles
(from rev 389929, subversion/trunk/svnserve.tmpfiles)

+
 PKGBUILD   |  115 +++
 ruby-frozen-nil.patch  |   42 +++
 subversion.rpath.fix.patch |   11 
 svn|   11 
 svnserve.conf  |5 +
 svnserve.service   |   11 
 svnserve.tmpfiles  |1 
 7 files changed, 196 insertions(+)

Copied: subversion/repos/staging-x86_64/PKGBUILD (from rev 389929, 
subversion/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-06-21 17:22:47 UTC (rev 389930)
@@ -0,0 +1,115 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Paul Mattal 
+# Contributor: Jason Chu 
+
+pkgname=subversion
+pkgver=1.14.0
+pkgrel=2
+pkgdesc="A Modern Concurrent Version Control System"
+arch=('x86_64')
+url="https://subversion.apache.org/;
+license=('APACHE')
+depends=('file' 'libutf8proc' 'serf' 'sqlite' 'systemd')
+makedepends=('apache' 'python' 'python-py3c' 'perl' 'swig' 
'java-environment>=8'
+ 'libgnome-keyring' 'kwallet' 'kdelibs4support' 'ruby')
+optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
+'kwallet: for KWallet for auth credentials'
+'bash-completion: for svn bash completion'
+'python: for some hook scripts'
+'java-environment: for Java support'
+'ruby: for some hook scripts')
+checkdepends=('ruby-test-unit')
+provides=('svn')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+options=('!makeflags' '!emptydirs')
+source=(https://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion.rpath.fix.patch
+ruby-frozen-nil.patch)
+sha512sums=('af6b706fdc91f7ab292fce9d9de582da306fd11e92767dc852687e71a6a8b65bb867fa70d5afd7f76a46005acb1b3c2d3193e690def48cd26875b3a7851cd13b'
+'SKIP'
+
'3df59e92aa0314ff6adce26e2e1162bf2872ca03ff1f78891081a60e67b521b6046b4a2f85f718dcd27f9d5709594658817a09548cdb74e3976d371dbe47e7db'
+
'f7f2ceac2446cc94ac2be3404083cc54a0f1f4d04d5301f600dfafca38819669bcffdfa45f1b90b9f3cdb042469385a764f11dc1a827f10c23ddf73b7ac6c9da'
+
'7775f4da5003970c9ebdc2f696ba090df194a77d9daed791875488c943f72ae496b5f9cc6f3ff9f3f4de9f352a3b518137babdea38947d1a2d5dd16aa1844036'
+
'8cc23ae71bd7ce7c337eaf12929f1af0a11b55250808e88f06397b874daf2efb9491c464be3d082d937a82c2b0b7c3ed06d6695cfd8a3fda1f803bbfd15837de'
+
'60d538160e738eb3b3e84a3881fe5a8d75c79053d3f31c4c29ef6ace6ccc5dd4367ed712766c911bae3436e9706e4dd144b270bb45161a6c1834a37e154d0440'
+
'bb772e55acd9601121ad06b254c364e8d8cf772ca59b8df0cf4c5c5ecba110d4108d0363672f121f770550cdd052802474029e57643258f398aacd2b63ccb898')
+validpgpkeys=('19BBCAEF7B19B280A0E2175E62D48FAD16A0DE01'
+  '8BC4DAE0C5A4D65F404401074F7DBAA99A59B973'
+  'BA3C15B1337CF0FB222BD41A1BCA6586A347943F'
+  'E7B2A7F4EC28BE9FF8B38BA4B64FFF1209F9FA74'
+  '3D1DC66D6D2E0B9039528138C4A6C625CCC8E1DF'
+  'A844790FB5743606EE95920776D788E1ED1A599C'
+  '7B8CA7F6451AD89C8ADC077B376A3CFD110B1C95'
+  '056F8016D9B87B1BDE41746799EC741B57921ACC'
+  '3F8E467CB3366E3013E1120D583F00ADF981C39F'
+  '91BFBF4D6956BD5DF7B72D23DFE691AE331BA3DB')
+# Ben Reser / Stefan Sperling / Branko Čibej / Evgeny Kotkov / Bert Huijben / 
Philip Martin /
+# Stefan Fuhrmann / Stefan Hett (CODE SIGNING KEY) /Nathan Hartman (CODE 
SIGNING KEY) / James McCoy
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   patch -p1 -i ../ruby-frozen-nil.patch
+   rm subversion/bindings/swig/proxy/*.swg
+
+   ./autogen.sh
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr --with-apxs \
+   --enable-javahl 

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

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 17:23:21
  Author: foutrelis
Revision: 649843

archrelease: copy trunk to community-staging-x86_64

Added:
  weechat/repos/community-staging-x86_64/
  weechat/repos/community-staging-x86_64/PKGBUILD
(from rev 649842, weechat/trunk/PKGBUILD)

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

Copied: weechat/repos/community-staging-x86_64/PKGBUILD (from rev 649842, 
weechat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-21 17:23:21 UTC (rev 649843)
@@ -0,0 +1,64 @@
+# Maintainer : Christian Rebischke 
+# Maintainer : Eli Schwartz 
+# Contributor: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=2.8
+pkgrel=3
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('x86_64')
+url="https://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoctor' 'cmake' 'aspell' 'guile' 'lua' 'perl' 'python'
+ 'ruby' 'tcl')
+optdepends=('aspell: spellchecker support'
+'guile: support for guile scripts'
+'lua: support for lua scripts'
+'perl: support for perl scripts'
+'python: support for python scripts'
+'ruby: support for ruby scripts'
+'tcl: support for tcl scripts')
+source=("https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
"weechat-cmake-datarootdir.patch::https://github.com/weechat/weechat/commit/683464626d.patch;
+
"weechat-fix-bugged-sharedir.patch::https://github.com/weechat/weechat/commit/973a4b2e77.patch;)
+sha512sums=('3bebb42118fca6b601f1de8f4d52378619a10e5c490f5b46f86d27a9680f00a56d48a1ade729e78d965cae589e6c80647c22414393000c7d3cfcc94a1e41c4df'
+'SKIP'
+
'973990a496370c35a4aaf607e660dd28b6bfcd561d7f354f551ad59a1ec84ccb77ad6cc09a2389fa65d5b4059dc1a544b08dc26c02f3d3d4f584c62759109c21'
+
'75ad367745a08805f11835f5b451ead8220b7940cf2f792ad77bda017ef25d987d098b111ffd423c38b5f891b13fb45ff688fdda646e77308600e466d4e858da')
+b2sums=('756ce1719ecaa351a2780641758bb7587b45b8e6b16e5a82833009ddb27f71783a461cf89662e04118c75e2d372103eda5a11c98feb62d624b330b223bf22ede'
+'SKIP'
+
'158300f1bd5b36c3689808a2198dda5ba5471943e32047622045bd14722b2628d9092386c691a8ebc17ab2775db288a120676ca701388071fc2712d67667f95d'
+
'e39fd2dbeecce7821f4e28d502ed72238ff0f607b7ec8b39a1a6ac23fd0e64962b7db3ece145d50908ed967370475a2916a3943decb4c7ddc3acf2692ae36cc2')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key) 
+
+# cmake does not correctly handle CPPFLAGS, so kludge it in anyway:
+# https://gitlab.kitware.com/cmake/cmake/-/issues/12928
+CFLAGS+=" ${CPPFLAGS}"
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # https://github.com/weechat/weechat/pull/1461
+  # make /usr/share/weechat work, e.g. community/weechat-matrix
+  patch -p1 -i ../weechat-cmake-datarootdir.patch
+  patch -p1 -i ../weechat-fix-bugged-sharedir.patch
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON \
+-DENABLE_JAVASCRIPT=OFF \
+-DENABLE_PHP=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 17:22:39
  Author: foutrelis
Revision: 389929

upgpkg: subversion 1.14.0-2: Perl 5.32 rebuild

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 16:54:29 UTC (rev 389928)
+++ PKGBUILD2020-06-21 17:22:39 UTC (rev 389929)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('x86_64')
 url="https://subversion.apache.org/;


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

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 17:23:17
  Author: foutrelis
Revision: 649842

upgpkg: weechat 2.8-3: Perl 5.32 rebuild

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 17:16:03 UTC (rev 649841)
+++ PKGBUILD2020-06-21 17:23:17 UTC (rev 649842)
@@ -5,7 +5,7 @@
 
 pkgname=weechat
 pkgver=2.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('x86_64')
 url="https://www.weechat.org/;


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

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 17:23:33
  Author: foutrelis
Revision: 649844

upgpkg: pcsc-perl 1.4.14-11: Perl 5.32 rebuild

Modified:
  pcsc-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 17:23:21 UTC (rev 649843)
+++ PKGBUILD2020-06-21 17:23:33 UTC (rev 649844)
@@ -5,7 +5,7 @@
 
 pkgname=pcsc-perl
 pkgver=1.4.14
-pkgrel=10
+pkgrel=11
 pkgdesc="A Perl Module for PC/SC SmartCard access"
 arch=('x86_64')
 url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/;


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

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 17:16:03
  Author: foutrelis
Revision: 649841

Fix build with Erlang 23

Modified:
  libguestfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 17:09:02 UTC (rev 649840)
+++ PKGBUILD2020-06-21 17:16:03 UTC (rev 649841)
@@ -35,14 +35,17 @@
 'etc/xdg/virt-builder/repos.d/opensuse.conf'
 'etc/xdg/virt-builder/repos.d/opensuse.gpg')
 
source=("http://download.libguestfs.org/$_pkgver_short-stable/$pkgname-$pkgver.tar.gz"{,.sig}
+
"libguestfs-erlang-23.patch::https://github.com/libguestfs/libguestfs/commit/987734fcca101cf782264756f7883cf48430a91b.patch;
 
"libguestfs-01.patch::https://github.com/libguestfs/libguestfs/commit/31e6b187100626cae44bcb505db153088245155c.patch;)
 sha256sums=('4fee192cf3aaa597f142afb21fa2d7f380fdabcf34d054e37090163e4a74f024'
 'SKIP'
+'41eb5f6c77fb9bbdda6c4f08196f6d24475e5773a9e8364e3edc0eace0731758'
 'f09ac113112011625cf6df204fa2e6c05577cf6977a1920fd8c40cc020152896')
 validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

 
 prepare() {
   cd "$pkgname-$pkgver"
+  patch -p1 < ../libguestfs-erlang-23.patch
   patch -p1 < ../libguestfs-01.patch
   sed -i 's/ Sys::Virt / /g' m4/guestfs-perl.m4
   autoreconf -v


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

2020-06-21 Thread Maxim Baz via arch-commits
Date: Sunday, June 21, 2020 @ 17:09:02
  Author: maximbaz
Revision: 649840

archrelease: copy trunk to community-x86_64

Added:
  neomutt/repos/community-x86_64/PKGBUILD
(from rev 649839, neomutt/trunk/PKGBUILD)
  neomutt/repos/community-x86_64/default-ca-certificates.patch
(from rev 649839, neomutt/trunk/default-ca-certificates.patch)
Deleted:
  neomutt/repos/community-x86_64/PKGBUILD
  neomutt/repos/community-x86_64/default-ca-certificates.patch

---+
 PKGBUILD  |  128 
 default-ca-certificates.patch |   24 +++
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 17:08:56 UTC (rev 649839)
+++ PKGBUILD2020-06-21 17:09:02 UTC (rev 649840)
@@ -1,64 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: Jelle van der Waa 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Chris Salzberg 
-# Contributor: Leonidas Spyropoulos 
-pkgname=neomutt
-pkgver=20200501
-pkgrel=1
-pkgdesc='A version of mutt with added features'
-url='https://neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
- 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet'
- 'lz4' 'zlib' 'zstd')
-optdepends=('python: keybase.py'
-'perl: smime_keys'
-'ca-certificates: default CA certificates')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
-_github='https://github.com/neomutt/neomutt'
-source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
-
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
-"default-ca-certificates.patch")
-sha256sums=('9d0a0da14448ebb60f2585532fc4cd903c10146903c8639cd0a3d51fe620430f'
-'SKIP'
-'571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
-
-prepare() {
-cd "$pkgname-$pkgver"
-patch -Np1 -i "$srcdir/default-ca-certificates.patch"
-}
-
-build() {
-cd "$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---gpgme \
---sqlite \
---autocrypt \
---lua \
---notmuch \
---gss \
---gnutls \
---sasl \
---with-ui=ncurses \
---with-idn2=/usr \
---disable-idn \
---idn2 \
---lmdb \
---kyotocabinet \
---gdbm \
---lz4 \
---zlib \
---zstd
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 649839, 
neomutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 17:09:02 UTC (rev 649840)
@@ -0,0 +1,64 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Alad Wenter 
+# Contributor: Jelle van der Waa 
+# Contributor: Chris Salzberg 
+# Contributor: Leonidas Spyropoulos 
+pkgname=neomutt
+pkgver=20200619
+pkgrel=1
+pkgdesc='A version of mutt with added features'
+url='https://neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'gpgme' 'lua' 'notmuch-runtime' 'krb5' 'gnutls' 'sqlite'
+ 'libsasl' 'ncurses' 'libidn2' 'lmdb' 'gdbm' 'kyotocabinet'
+ 'lz4' 'zlib' 'zstd')
+optdepends=('python: keybase.py'
+'perl: smime_keys'
+'ca-certificates: default CA certificates')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'w3m')
+_github='https://github.com/neomutt/neomutt'
+source=("$pkgname-$pkgver.tar.gz::$_github/archive/$pkgver.tar.gz"
+
"$pkgname-$pkgver.tar.gz.sig::$_github/releases/download/$pkgver/$pkgver.tar.gz.sig"
+"default-ca-certificates.patch")
+sha256sums=('4449d43b3586a730ead151c66afc6af37e3ea15b3e72065e579a9e9884146acc'
+'SKIP'
+'571716b8979e9b43328416c3c56eff228b6c58355d7c080b8987ea89c6360776')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon 
(flatcap) 
+
+prepare() {
+cd "$pkgname-$pkgver"
+patch -Np1 -i "$srcdir/default-ca-certificates.patch"
+}
+
+build() {
+cd "$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--gpgme \
+--sqlite \
+--autocrypt \
+--lua \
+--notmuch \
+--gss \
+--gnutls \
+--sasl \
+--with-ui=ncurses \
+--with-idn2=/usr \
+--disable-idn \
+--idn2 \
+--lmdb \
+--kyotocabinet \
+--gdbm \
+--lz4 \
+--zlib \
+--zstd
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+

  1   2   3   4   5   6   7   8   9   10   >