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

2020-07-16 Thread Antonio Rojas via arch-commits
Date: Thursday, July 16, 2020 @ 07:08:21
  Author: arojas
Revision: 664103

archrelease: copy trunk to community-staging-x86_64

Added:
  jami-daemon/repos/community-staging-x86_64/
  jami-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 664102, jami-daemon/trunk/PKGBUILD)

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

Copied: jami-daemon/repos/community-staging-x86_64/PKGBUILD (from rev 664102, 
jami-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-16 07:08:21 UTC (rev 664103)
@@ -0,0 +1,67 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
+
+_pkgname=ring-daemon
+pkgname=jami-daemon
+pkgver=20190813
+pkgrel=5
+_pjprojectver=5dfa75be7d69047387f9b0436dd9492bbbf03fe4
+pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (daemon component)"
+arch=(x86_64)
+url="https://jami.net";
+license=(GPL3)
+groups=(jami)
+depends=(opendht yaml-cpp alsa-lib libpulse jack jsoncpp dbus-c++ ffmpeg gnutls
+ expat libupnp libnatpmp libva libvdpau restbed libsecp256k1 util-linux
+ opus libjsoncpp.so)
+makedepends=(git boost msgpack-c autoconf-archive)
+#checkdepends=(cppunit)
+provides=(${_pkgname})
+conflicts=(${_pkgname})
+replaces=(${_pkgname})
+_commit=26b35255a94aa9a13cbf3b3aa530d4b282a79565
+source=("git+https://git.jami.net/savoirfairelinux/ring-daemon.git#commit=${_commit}";
+
"https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz";)
+noextract=("pjproject-${_pjprojectver}.tar.gz")
+sha512sums=('SKIP'
+
'a9433b47294434288d61524dea556687fb02137ed56a10e8e2ba85d7888a2ca2a5bea4ae4a9ad008a4c208c5ec53fe364b10ed14481700d6aa8b9b6137e5e9ee')
+
+prepare() {
+  cd ${_pkgname}
+
+  git cherry-pick -n 14deb3d34bde107744bf27e34de0608e7801f4d2 # Fix build with 
GCC 10
+
+  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd ${_pkgname}/contrib/native
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-ipv6
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd ${_pkgname}
+#  make -k check
+#}
+
+package() {
+  cd ${_pkgname}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-16 Thread Antonio Rojas via arch-commits
Date: Thursday, July 16, 2020 @ 07:08:11
  Author: arojas
Revision: 664102

jsoncpp 1.8.3 rebuild

Modified:
  jami-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 06:52:35 UTC (rev 664101)
+++ PKGBUILD2020-07-16 07:08:11 UTC (rev 664102)
@@ -4,7 +4,7 @@
 _pkgname=ring-daemon
 pkgname=jami-daemon
 pkgver=20190813
-pkgrel=4
+pkgrel=5
 _pjprojectver=5dfa75be7d69047387f9b0436dd9492bbbf03fe4
 pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (daemon component)"
 arch=(x86_64)
@@ -28,6 +28,9 @@
 
 prepare() {
   cd ${_pkgname}
+
+  git cherry-pick -n 14deb3d34bde107744bf27e34de0608e7801f4d2 # Fix build with 
GCC 10
+
   cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
   mkdir contrib/native
   autoreconf -fvi


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

2020-07-16 Thread Andreas Radke via arch-commits
Date: Thursday, July 16, 2020 @ 07:27:36
  Author: andyrtr
Revision: 391954

upgpkg: libevdev 1.9.1-1: upstream update 1.9.1

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 06:29:22 UTC (rev 391953)
+++ PKGBUILD2020-07-16 07:27:36 UTC (rev 391954)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libevdev
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 makedepends=('python' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('6e7589b5776437ac23fbf65b3194fb1dd3a68a294696145060cdd97bcdeb9b04f355f2be028dc1a5efe98ef2cafca15e4f61115edf5d62591e3a8944dc95942a'
+sha512sums=('7d845ce2279d2e2ef12437f6218550265ea0c85e5b6c0d116aff09787b73626b338fe3084baff060085d393688b5ae3d33772689e0581684eff257af01c4c645'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2020-07-16 Thread Andreas Radke via arch-commits
Date: Thursday, July 16, 2020 @ 07:27:48
  Author: andyrtr
Revision: 391955

archrelease: copy trunk to extra-x86_64

Added:
  libevdev/repos/extra-x86_64/PKGBUILD
(from rev 391954, libevdev/trunk/PKGBUILD)
Deleted:
  libevdev/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 07:27:36 UTC (rev 391954)
+++ PKGBUILD2020-07-16 07:27:48 UTC (rev 391955)
@@ -1,36 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=libevdev
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="Wrapper library for evdev devices"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libevdev/";
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('6e7589b5776437ac23fbf65b3194fb1dd3a68a294696145060cdd97bcdeb9b04f355f2be028dc1a5efe98ef2cafca15e4f61115edf5d62591e3a8944dc95942a'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 391954, 
libevdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 07:27:48 UTC (rev 391955)
@@ -0,0 +1,36 @@
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libevdev/";
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('7d845ce2279d2e2ef12437f6218550265ea0c85e5b6c0d116aff09787b73626b338fe3084baff060085d393688b5ae3d33772689e0581684eff257af01c4c645'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2020-07-16 Thread Daniel M. Capella via arch-commits
Date: Thursday, July 16, 2020 @ 08:06:31
  Author: polyzen
Revision: 664105

archrelease: copy trunk to community-any

Added:
  yamllint/repos/community-any/PKGBUILD
(from rev 664104, yamllint/trunk/PKGBUILD)
Deleted:
  yamllint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 08:06:09 UTC (rev 664104)
+++ PKGBUILD2020-07-16 08:06:31 UTC (rev 664105)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=yamllint
-pkgver=1.24.1
-pkgrel=1
-pkgdesc='Linter for YAML files'
-arch=('any')
-url=https://github.com/adrienverge/yamllint
-license=('GPL3')
-depends=('python-pathspec' 'python-setuptools' 'python-yaml')
-checkdepends=('python-nose')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('c104ff5c29511ea59236cb06a68e34a9663724a35f1fdee736657d90fcb56162')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python -m unittest discover tests
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set sw=2 et:

Copied: yamllint/repos/community-any/PKGBUILD (from rev 664104, 
yamllint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 08:06:31 UTC (rev 664105)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=yamllint
+pkgver=1.24.2
+pkgrel=1
+pkgdesc='Linter for YAML files'
+arch=('any')
+url=https://github.com/adrienverge/yamllint
+license=('GPL3')
+depends=('python-pathspec' 'python-setuptools' 'python-yaml')
+checkdepends=('python-nose')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('40b68de6bacdccec1585dbd54072731b10da7fc2f9cfd96517a71f066208b61f')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m unittest discover tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set sw=2 et:


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

2020-07-16 Thread Daniel M. Capella via arch-commits
Date: Thursday, July 16, 2020 @ 08:06:09
  Author: polyzen
Revision: 664104

upgpkg: yamllint 1.24.2-1

Modified:
  yamllint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 07:08:21 UTC (rev 664103)
+++ PKGBUILD2020-07-16 08:06:09 UTC (rev 664104)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=yamllint
-pkgver=1.24.1
+pkgver=1.24.2
 pkgrel=1
 pkgdesc='Linter for YAML files'
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-pathspec' 'python-setuptools' 'python-yaml')
 checkdepends=('python-nose')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('c104ff5c29511ea59236cb06a68e34a9663724a35f1fdee736657d90fcb56162')
+sha256sums=('40b68de6bacdccec1585dbd54072731b10da7fc2f9cfd96517a71f066208b61f')
 
 build() {
   cd $pkgname-$pkgver


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

2020-07-16 Thread Antonio Rojas via arch-commits
Date: Thursday, July 16, 2020 @ 10:10:27
  Author: arojas
Revision: 664106

jsoncpp 1.8.3 rebuild

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 08:06:31 UTC (rev 664105)
+++ PKGBUILD2020-07-16 10:10:27 UTC (rev 664106)
@@ -6,7 +6,7 @@
 
 pkgname=vtk
 pkgver=8.2.0
-pkgrel=13
+pkgrel=14
 pkgdesc="A software system for 3D computer graphics, image processing, and 
visualization"
 arch=(x86_64)
 url="https://www.vtk.org/";
@@ -45,13 +45,17 @@
 "${url}/files/release/${pkgver%.*}/VTKData-${pkgver}.tar.gz"
 "${url}/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz"
 proj6.patch
-
vtk-python-3.8.patch::"https://gitlab.kitware.com/vtk/vtk/merge_requests/5883.patch";)
+
vtk-python-3.8.patch::"https://gitlab.kitware.com/vtk/vtk/merge_requests/5883.patch";
+
vtk-gcc10.patch::"https://gitlab.kitware.com/vtk/vtk/-/commit/a9079bdc.patch";
+
vtk-qt5.15.patch::"https://gitlab.kitware.com/vtk/vtk/-/commit/797f2869.patch";)
 options=(staticlibs)
 
sha512sums=('521bd4dabedbc24b0e80a314a34ecd7554b04af28a7973245e3a9cf99a09b995d1b8ac42305c8e53369f226a0a6da3cdb29105ba2c90b46492736ef717760286'
 
'517d0f6dfdb0c61f59df933f06d3a28c8a48ea684aaff311456213fe493e2a20128886144325fc4edfa376b2d375a2dae6c60ad6e3d5d2f4a7b0ac1d8545c87b'
 
'8a7ea3d5870b1e4ccb31c77b4c270d00208349da1b2938e957210db3ec1449b678c66edc2faee1d4514aca6d725f642abc91e10ab0c151f6743cad1c53485588'
 
'bd095a848c198752307d6924eaa46d07af4fbbba70f4665e10c8b5dd8d2a84cb6d9ea6c25705463a6c054c5afa5af4c68030ad90d37953672c0fc609eaf24b07'
-
'0dcc47e66b758fc0db5c0bd84ebc82a6bd4b788df477d53e159aa3d02ea736333db8b4ef1cbfa222d4d322ff26ed5e725e1aed0083e6193626aa2deb96f0f3f3')
+
'9b85600812b6caf5007cdaeff34a504fa706bd0e1412dd306f8424b39edde430d8eedddcb53ce987afb6799ffc571f3fb9de80106324782e9d5b37947e92dcd6'
+
'5432ae62773377301a6709de0b789b1d5a459e467e4796b3d275c8a1cec6962fd8ebf404f8f11ed63a8d525c2d5a8dd163080d8fd3e483f3a5e06739133acd8f'
+
'a82df18ed019fe798b740c707e6511ea28b200ddd887054346508ead0aa91a847de15aa5f668c9cb87792424d2ead3600e59f7acc76e003477bc5f630cbbadaa')
 
 prepare() {
   mkdir build
@@ -63,6 +67,13 @@
   # Fix build with python 3.8
   patch -p1 -i ../vtk-python-3.8.patch
 
+  # Fix build with GCC 10
+  patch -d ThirdParty/exodusII/vtkexodusII -p1 -i "$srcdir"/vtk-gcc10.patch
+  sed -e 's|REGEX MATCH \"\[3-9\]|REGEX MATCH \"[1-9][0-9]|' -i 
CMake/VTKGenerateExportHeader.cmake
+
+  # Fix build with Qt 5.15
+  patch -p1 -i ../vtk-qt5.15.patch
+
   # Fix build with Java 12
   sed -i 's/VTK_JAVA_SOURCE_VERSION "1.6"/VTK_JAVA_SOURCE_VERSION "1.7"/
   s/VTK_JAVA_TARGET_VERSION "1.6"/VTK_JAVA_TARGET_VERSION "1.7"/' 
Wrapping/Java/CMakeLists.txt


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

2020-07-16 Thread Antonio Rojas via arch-commits
Date: Thursday, July 16, 2020 @ 10:10:40
  Author: arojas
Revision: 664107

archrelease: copy trunk to community-staging-x86_64

Added:
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/.contrib
(from rev 664106, vtk/trunk/.contrib)
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 664106, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-x86_64/proj6.patch
(from rev 664106, vtk/trunk/proj6.patch)

-+
 .contrib|6 ++
 PKGBUILD|  150 ++
 proj6.patch |  110 ++
 3 files changed, 266 insertions(+)

Copied: vtk/repos/community-staging-x86_64/.contrib (from rev 664106, 
vtk/trunk/.contrib)
===
--- community-staging-x86_64/.contrib   (rev 0)
+++ community-staging-x86_64/.contrib   2020-07-16 10:10:40 UTC (rev 664107)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Copied: vtk/repos/community-staging-x86_64/PKGBUILD (from rev 664106, 
vtk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-16 10:10:40 UTC (rev 664107)
@@ -0,0 +1,150 @@
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Bruno Pagani 
+# Contributor: Ray Rashif 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic 
+
+pkgname=vtk
+pkgver=8.2.0
+pkgrel=14
+pkgdesc="A software system for 3D computer graphics, image processing, and 
visualization"
+arch=(x86_64)
+url="https://www.vtk.org/";
+license=(BSD)
+depends=(gcc-libs double-conversion)
+makedepends=(cmake boost doxygen ffmpeg gdal gnuplot
+ java-environment openmpi python-matplotlib qt5-base
+ qt5-tools qt5-webkit qt5-x11extras tk unixodbc wget
+ double-conversion eigen expat freetype2 glew hdf5
+ libjpeg jsoncpp libxml2 lz4 xz python-mpi4py netcdf
+ libogg pdal pegtl libpng pugixml libtheora libtiff zlib
+ proj sqlite)
+optdepends=('gnuplot: plotting tools'
+'graphviz: drawing tools'
+'java-runtime: java bindings'
+'python: python bindings'
+'python-mpi4py: OpenMPI python support'
+'python-matplotlib: for Matplotlib rendering'
+'openmpi: OpenMPI support'
+'qt5-x11extras'
+'qt5-webkit: WebKit support'
+'tk: tcl bindings'
+ffmpeg
+gdal
+glew
+hdf5
+jsoncpp
+lz4
+netcdf
+pdal
+pugixml
+proj
+sqlite
+unixodbc)
+source=("${url}/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz"
+"${url}/files/release/${pkgver%.*}/VTKData-${pkgver}.tar.gz"
+"${url}/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz"
+proj6.patch
+
vtk-python-3.8.patch::"https://gitlab.kitware.com/vtk/vtk/merge_requests/5883.patch";
+
vtk-gcc10.patch::"https://gitlab.kitware.com/vtk/vtk/-/commit/a9079bdc.patch";
+
vtk-qt5.15.patch::"https://gitlab.kitware.com/vtk/vtk/-/commit/797f2869.patch";)
+options=(staticlibs)
+sha512sums=('521bd4dabedbc24b0e80a314a34ecd7554b04af28a7973245e3a9cf99a09b995d1b8ac42305c8e53369f226a0a6da3cdb29105ba2c90b46492736ef717760286'
+
'517d0f6dfdb0c61f59df933f06d3a28c8a48ea684aaff311456213fe493e2a20128886144325fc4edfa376b2d375a2dae6c60ad6e3d5d2f4a7b0ac1d8545c87b'
+
'8a7ea3d5870b1e4ccb31c77b4c270d00208349da1b2938e957210db3ec1449b678c66edc2faee1d4514aca6d725f642abc91e10ab0c151f6743cad1c53485588'
+
'bd095a848c198752307d6924eaa46d07af4fbbba70f4665e10c8b5dd8d2a84cb6d9ea6c25705463a6c054c5afa5af4c68030ad90d37953672c0fc609eaf24b07'
+
'9b85600812b6caf5007cdaeff34a504fa706bd0e1412dd306f8424b39edde430d8eedddcb53ce987afb6799ffc571f3fb9de80106324782e9d5b37947e92dcd6'
+
'5432ae62773377301a6709de0b789b1d5a459e467e4796b3d275c8a1cec6962fd8ebf404f8f11ed63a8d525c2d5a8dd163080d8fd3e483f3a5e06739133acd8f'
+
'a82df18ed019fe798b740c707e6511ea28b200ddd887054346508ead0aa91a847de15aa5f668c9cb87792424d2ead3600e59f7acc76e003477bc5f630cbbadaa')
+
+prepare() {
+  mkdir build
+  cd VTK-${pkgver}
+
+  # Fix build with proj 6.0
+  patch -Np1 -i ../proj6.patch
+
+  # Fix build with python 3.8
+  patch -p1 -i ../vtk-python-3.8.patch
+
+  # Fix build with GCC 10
+  patch -d ThirdParty/exodusII/vtkexodusII -p1 -i "$srcdir"/vtk-gcc10.patch
+  sed -e 's|REGEX MATCH \"\[3-9\]|REGEX MATCH \"[1-9][0-9]|' -i 
CMake/VTKGenerateExportHeader.cmake
+
+  # Fix build with Qt 5.15
+  patch -p1 -i ../vtk-qt5.15.patch
+
+  # Fix build with Java 12
+  sed -i 's/VTK_JAVA_SOURCE

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

2020-07-16 Thread Andreas Radke via arch-commits
Date: Thursday, July 16, 2020 @ 10:46:27
  Author: andyrtr
Revision: 391957

upgpkg: cups 2.3.3-2: add optional dependency on ipp-usb

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 08:48:23 UTC (rev 391956)
+++ PKGBUILD2020-07-16 10:46:27 UTC (rev 391957)
@@ -3,7 +3,7 @@
 pkgbase="cups"
 pkgname=('libcups' 'cups')
 pkgver=2.3.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('Apache' 'custom')
 url="https://www.cups.org/";
@@ -120,7 +120,8 @@
 etc/pam.d/cups)
 depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters' 'bc'
  'dbus' 'systemd' 'libpaper' 'hicolor-icon-theme')
-optdepends=('xdg-utils: xdg .desktop file support'
+optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections'
+'xdg-utils: xdg .desktop file support'
 'colord: for ICC color profile support'
 'logrotate: for logfile rotation support')
 


[arch-commits] Commit in cups/repos/extra-x86_64 (18 files)

2020-07-16 Thread Andreas Radke via arch-commits
Date: Thursday, July 16, 2020 @ 10:46:45
  Author: andyrtr
Revision: 391958

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 391957, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 391957, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 391957, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 391957, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 391957, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 391957, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 391957, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 391957, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 391957, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch

--+
 PKGBUILD |  347 -
 cups-1.6.2-statedir.patch|   24 +-
 cups-no-export-ssllibs.patch |   24 +-
 cups-systemd-socket.patch|   76 
 cups.install |   40 ++--
 cups.logrotate   |   10 -
 cups.pam |6 
 cups.sysusers|4 
 guid.patch   |   84 -
 9 files changed, 308 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 10:46:27 UTC (rev 391957)
+++ PKGBUILD2020-07-16 10:46:45 UTC (rev 391958)
@@ -1,173 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-pkgver=2.3.3
-pkgrel=1
-arch=('x86_64')
-license=('Apache' 'custom')
-url="https://www.cups.org/";
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-cups.logrotate
-cups.pam
-cups.sysusers
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch
-guid.patch)
-sha256sums=('261fd948bce8647b6d5cb2a1784f0c24cc52b5c4e827b71d726020bcc502f3ee'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'3d8e24fd340fecef7101672d342433365cf78130b7182ecfd03071e31e894a9b'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
-
-prepare() {
-
-  cd "${pkgbase}"-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i "${srcdir}"/cups-no-export-ssllibs.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i "${srcdir}"/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i "${srcdir}"/cups-systemd-socket.patch
-
-  # FS#56818 - https://github.com/apple/cups/issues/5236
-  patch -Np1 -i "${srcdir}"/guid.patch
-
-  # set MaxLogSize to 0 to prevent using cups internal log rotation
-  sed -i -e '5i\ ' conf/cupsd.conf.in
-  sed -i -e '6i# Disable cups internal logging - use logrotate instead' 
conf/cupsd.conf.in
-  sed -i -e '7iMaxLogSize 0' conf/cupsd.conf.in
-
-  # Rebuild configure script for not zipping man-pages.
-  aclocal -I config-scripts
-  autoconf -I config-scripts
-}
-
-build() {
-  cd "${pkgbase}"-${pkgver}
-
-  # use fixed cups user (id 209) since systemd adds "lp" group without a fixed 
id
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --sbindir=/usr/bin \
- --libdir=/usr/lib \
- --with-logdir=/var/log/cups \
- --with-docdir=/usr/share/cups/doc \
- 

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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:04:38
  Author: foxboron
Revision: 664108

upgpkg: font-awesome 5.14.0-1

Modified:
  font-awesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 10:10:40 UTC (rev 664107)
+++ PKGBUILD2020-07-16 11:04:38 UTC (rev 664108)
@@ -3,14 +3,14 @@
 
 pkgbase=font-awesome
 pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.13.1
-pkgrel=2
+pkgver=5.14.0
+pkgrel=1
 pkgdesc="Iconic font designed for Bootstrap"
 url="https://fontawesome.com/";
 license=('custom:OFL')
 arch=('any')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz";)
-sha256sums=('26cae227514f3f77f9a43ad4e4f6a383702e08a5ec2a2fcb055cd35e033b7dd2')
+sha256sums=('706a5bec081feaf06669bd57c40a8e452765b7bc4103c72635627cf57fe656d0')
 
 package_ttf-font-awesome() {
   cd "Font-Awesome-${pkgver}"


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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:04:46
  Author: foxboron
Revision: 664109

archrelease: copy trunk to community-any

Added:
  font-awesome/repos/community-any/PKGBUILD
(from rev 664108, font-awesome/trunk/PKGBUILD)
Deleted:
  font-awesome/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 11:04:38 UTC (rev 664108)
+++ PKGBUILD2020-07-16 11:04:46 UTC (rev 664109)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Alad Wenter 

-
-pkgbase=font-awesome
-pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.13.1
-pkgrel=2
-pkgdesc="Iconic font designed for Bootstrap"
-url="https://fontawesome.com/";
-license=('custom:OFL')
-arch=('any')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz";)
-sha256sums=('26cae227514f3f77f9a43ad4e4f6a383702e08a5ec2a2fcb055cd35e033b7dd2')
-
-package_ttf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/TTF"
-  install -m644 ./webfonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
-}
-
-package_otf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/OTF"
-  install -m644 ./otfs/*.otf "$pkgdir/usr/share/fonts/OTF"
-}

Copied: font-awesome/repos/community-any/PKGBUILD (from rev 664108, 
font-awesome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 11:04:46 UTC (rev 664109)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud  
+# Contributor: Alad Wenter 

+
+pkgbase=font-awesome
+pkgname=(ttf-font-awesome otf-font-awesome)
+pkgver=5.14.0
+pkgrel=1
+pkgdesc="Iconic font designed for Bootstrap"
+url="https://fontawesome.com/";
+license=('custom:OFL')
+arch=('any')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz";)
+sha256sums=('706a5bec081feaf06669bd57c40a8e452765b7bc4103c72635627cf57fe656d0')
+
+package_ttf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/TTF"
+  install -m644 ./webfonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
+}
+
+package_otf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/OTF"
+  install -m644 ./otfs/*.otf "$pkgdir/usr/share/fonts/OTF"
+}


[arch-commits] Commit in cage/trunk (PKGBUILD cage-0.1.1-wlroots-0.11.0.patch)

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 11:11:17
  Author: dvzrv
Revision: 664110

upgpkg: cage 0.1.1.r68.g27391f1-1: Rebuilding against wlroots 0.11.0.

Adding patch for wlroots >= 0.11.0 compatibility on top of the last signed 
commit available on upstream.

Added:
  cage/trunk/cage-0.1.1-wlroots-0.11.0.patch
Modified:
  cage/trunk/PKGBUILD

-+
 PKGBUILD|   16 +++---
 cage-0.1.1-wlroots-0.11.0.patch |   59 ++
 2 files changed, 71 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 11:04:46 UTC (rev 664109)
+++ PKGBUILD2020-07-16 11:11:17 UTC (rev 664110)
@@ -1,9 +1,10 @@
 # Maintainer: David Runge 
 # Maintainer: Brett Cornwall 
 
+_commit='27391f174a1fe385899074f13453667b98af8621'
 pkgname=cage
-pkgver=0.1.1.r40.gcc1f975
-pkgrel=2
+pkgver=0.1.1.r68.g27391f1
+pkgrel=1
 pkgdesc="A kiosk compositor for Wayland"
 arch=('x86_64')
 url="https://www.hjdskes.nl/projects/cage/";
@@ -16,8 +17,10 @@
 # https://github.com/Hjdskes/cage/issues/107
 # 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Hjdskes/${pkgname}/archive/v${pkgver}.tar.gz";
 # 
"https://github.com/Hjdskes/cage/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig";)
-source=("${pkgname}-${pkgver}::git+https://github.com/Hjdskes/${pkgname}.git#commit=cc1f975?signed";)
-sha512sums=('SKIP')
+source=("${pkgname}-${pkgver}::git+https://github.com/Hjdskes/${pkgname}.git#commit=${_commit}?signed";
+"${pkgname}-0.1.1-wlroots-0.11.0.patch")
+sha512sums=('SKIP'
+
'4273fb848309c329496a61ecc68018e302ec6b7b4b65c8d3a57304b2e1dd95822d08043cf3ec6c6e1673e16d276edb3b7d0c2566da72689e0f6cabe86f2bf96a')
 validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes 

 
 pkgver() {
@@ -25,6 +28,11 @@
   git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i "../${pkgname}-0.1.1-wlroots-0.11.0.patch"
+}
+
 build() {
   cd "$pkgname-$pkgver"
   arch-meson --prefix=/usr \

Added: cage-0.1.1-wlroots-0.11.0.patch
===
--- cage-0.1.1-wlroots-0.11.0.patch (rev 0)
+++ cage-0.1.1-wlroots-0.11.0.patch 2020-07-16 11:11:17 UTC (rev 664110)
@@ -0,0 +1,59 @@
+From 6a12da196068189a6ba390ca5ca3473454a90da7 Mon Sep 17 00:00:00 2001
+From: Jan Beich 
+Date: Sat, 9 May 2020 11:39:00 +
+Subject: [PATCH 1/3] output: unbreak with wlroots 0.11.0
+
+Port changes changes from
+https://github.com/swaywm/sway/commit/9d0aa0cb8396
+https://github.com/swaywm/sway/commit/40e87fa98afd
+---
+ output.c | 5 +
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/output.c b/output.c
+index d6e34aa..96f915c 100644
+--- a/output.c
 b/output.c
+@@ -232,10 +232,7 @@ scan_out_primary_view(struct cg_output *output)
+   return false;
+   }
+ 
+-  if (!wlr_output_attach_buffer(wlr_output, surface->buffer)) {
+-  return false;
+-  }
+-
++  wlr_output_attach_buffer(wlr_output, &surface->buffer->base);
+   return wlr_output_commit(wlr_output);
+ }
+ 
+
+From 3575c9180bc09d72545b8c832b5278905fa0b006 Mon Sep 17 00:00:00 2001
+From: Jan Beich 
+Date: Wed, 15 Jul 2020 23:30:48 +
+Subject: [PATCH 2/3] meson: require wlroots 0.11.0 after 6a12da196068
+
+../output.c:235:57: error: no member named 'base' in 'struct wlr_buffer'
+wlr_output_attach_buffer(wlr_output, &surface->buffer->base);
+  ~~~  ^
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 90bc400..ee6d4c7 100644
+--- a/meson.build
 b/meson.build
+@@ -34,7 +34,7 @@ if is_freebsd
+   )
+ endif
+ 
+-wlroots= dependency('wlroots', version: '>= 0.9.1')
++wlroots= dependency('wlroots', version: '>= 0.11.0')
+ wayland_protos = dependency('wayland-protocols', version: '>=1.14')
+ wayland_server = dependency('wayland-server')
+ pixman = dependency('pixman-1')
+
+From c9cef876c05d5412c412774f58926d3b38ae594a Mon Sep 17 00:00:00 2001
+From: Jan Beich 
+Date: Sat, 9 May 2020 11:46:10 +
+Subject: [PATCH 3/3] CI: bump wlroots version to 0.11.0


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

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 11:11:26
  Author: dvzrv
Revision: 664111

archrelease: copy trunk to community-staging-x86_64

Added:
  cage/repos/community-staging-x86_64/
  cage/repos/community-staging-x86_64/PKGBUILD
(from rev 664110, cage/trunk/PKGBUILD)
  cage/repos/community-staging-x86_64/cage-0.1.1-wlroots-0.11.0.patch
(from rev 664110, cage/trunk/cage-0.1.1-wlroots-0.11.0.patch)

-+
 PKGBUILD|   55 +++
 cage-0.1.1-wlroots-0.11.0.patch |   59 ++
 2 files changed, 114 insertions(+)

Copied: cage/repos/community-staging-x86_64/PKGBUILD (from rev 664110, 
cage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-16 11:11:26 UTC (rev 664111)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+# Maintainer: Brett Cornwall 
+
+_commit='27391f174a1fe385899074f13453667b98af8621'
+pkgname=cage
+pkgver=0.1.1.r68.g27391f1
+pkgrel=1
+pkgdesc="A kiosk compositor for Wayland"
+arch=('x86_64')
+url="https://www.hjdskes.nl/projects/cage/";
+license=('MIT')
+depends=('glibc' 'libxkbcommon' 'polkit' 'pixman' 'wayland')
+makedepends=('git' 'meson' 'wayland-protocols' 'wlroots' 
'xorg-server-xwayland')
+optdepends=('xorg-server-xwayland: X11 support')
+# cage 0.1.1 not compatible with wlroots > 0.8.1
+# therefore pinning current HEAD to be able to upgrade wlroots
+# https://github.com/Hjdskes/cage/issues/107
+# 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Hjdskes/${pkgname}/archive/v${pkgver}.tar.gz";
+# 
"https://github.com/Hjdskes/cage/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig";)
+source=("${pkgname}-${pkgver}::git+https://github.com/Hjdskes/${pkgname}.git#commit=${_commit}?signed";
+"${pkgname}-0.1.1-wlroots-0.11.0.patch")
+sha512sums=('SKIP'
+
'4273fb848309c329496a61ecc68018e302ec6b7b4b65c8d3a57304b2e1dd95822d08043cf3ec6c6e1673e16d276edb3b7d0c2566da72689e0f6cabe86f2bf96a')
+validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes 

+
+pkgver() {
+  cd "$pkgname-$pkgver"
+  git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i "../${pkgname}-0.1.1-wlroots-0.11.0.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson --prefix=/usr \
+ --libdir=lib \
+ --buildtype=release \
+ -Dxwayland=true \
+ build
+  ninja -C build
+}
+
+package() {
+  depends+=('libwlroots.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  #docs
+  install -vDm 644 README.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+}

Copied: cage/repos/community-staging-x86_64/cage-0.1.1-wlroots-0.11.0.patch 
(from rev 664110, cage/trunk/cage-0.1.1-wlroots-0.11.0.patch)
===
--- community-staging-x86_64/cage-0.1.1-wlroots-0.11.0.patch
(rev 0)
+++ community-staging-x86_64/cage-0.1.1-wlroots-0.11.0.patch2020-07-16 
11:11:26 UTC (rev 664111)
@@ -0,0 +1,59 @@
+From 6a12da196068189a6ba390ca5ca3473454a90da7 Mon Sep 17 00:00:00 2001
+From: Jan Beich 
+Date: Sat, 9 May 2020 11:39:00 +
+Subject: [PATCH 1/3] output: unbreak with wlroots 0.11.0
+
+Port changes changes from
+https://github.com/swaywm/sway/commit/9d0aa0cb8396
+https://github.com/swaywm/sway/commit/40e87fa98afd
+---
+ output.c | 5 +
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/output.c b/output.c
+index d6e34aa..96f915c 100644
+--- a/output.c
 b/output.c
+@@ -232,10 +232,7 @@ scan_out_primary_view(struct cg_output *output)
+   return false;
+   }
+ 
+-  if (!wlr_output_attach_buffer(wlr_output, surface->buffer)) {
+-  return false;
+-  }
+-
++  wlr_output_attach_buffer(wlr_output, &surface->buffer->base);
+   return wlr_output_commit(wlr_output);
+ }
+ 
+
+From 3575c9180bc09d72545b8c832b5278905fa0b006 Mon Sep 17 00:00:00 2001
+From: Jan Beich 
+Date: Wed, 15 Jul 2020 23:30:48 +
+Subject: [PATCH 2/3] meson: require wlroots 0.11.0 after 6a12da196068
+
+../output.c:235:57: error: no member named 'base' in 'struct wlr_buffer'
+wlr_output_attach_buffer(wlr_output, &surface->buffer->base);
+  ~~~  ^
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 90bc400..ee6d4c7 100644
+--- a/meson.build
 b/meson.build
+@@ -34,7 +34,7 @@ if is_freebsd
+   )
+ endif
+ 
+-wlroots= dependency('wlroots', version: '>= 0.9.1')
++wlroots= dependency('wlroots', version: '>= 0.11.0')
+ wayland_protos = dependency('wayland-protoco

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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:15:17
  Author: foxboron
Revision: 664112

upgpkg: python-m2crypto 0.36.0-1

Modified:
  python-m2crypto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 11:11:26 UTC (rev 664111)
+++ PKGBUILD2020-07-16 11:15:17 UTC (rev 664112)
@@ -5,8 +5,8 @@
 
 pkgbase=python-m2crypto
 pkgname=(python2-m2crypto python-m2crypto)
-pkgver=0.35.2
-pkgrel=3
+pkgver=0.36.0
+pkgrel=1
 pkgdesc="A crypto and SSL toolkit for Python"
 arch=('x86_64')
 url="https://pypi.python.org/pypi/M2Crypto";
@@ -15,19 +15,12 @@
  'python2' 'python2-setuptools'
  'swig')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/m2crypto/m2crypto/repository/${pkgver}/archive.tar.gz";
-"socketio.patch"
-"LICENSE")
-sha256sums=('57220b06de0622d0fad464ec2f16abe6f7aaa6d8ab5ab11372e6a17d7b52550b'
-'d4937399c15c00986088f35c3a813584c4b171bea631ffe1a71e483c8236c304'
+"LICENSE")
+sha256sums=('18e23c5a4d5962a5bd44feba00a521f662c4f7a391b27b8464df095494f21eda'
 '4eca478396f4b2b020729a111fce3f096456d74500bfd8f2b0388c3c69f997c0')
 
 prepare() {
   mv m2crypto-${pkgver}-* m2crypto-${pkgver}
-
-  cd "m2crypto-$pkgver"
-  patch -Np1 < "$srcdir/socketio.patch"
-  cd ..
-
   cp -a m2crypto-$pkgver{,-py2}
 }
 


[arch-commits] Commit in python-m2crypto/trunk (socketio.patch)

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:15:54
  Author: foxboron
Revision: 664113

deleted patch

Deleted:
  python-m2crypto/trunk/socketio.patch

+
 socketio.patch |   47 ---
 1 file changed, 47 deletions(-)

Deleted: socketio.patch
===
--- socketio.patch  2020-07-16 11:15:17 UTC (rev 664112)
+++ socketio.patch  2020-07-16 11:15:54 UTC (rev 664113)
@@ -1,47 +0,0 @@
-From d3a43ffe1bfe4c128d6ab7c390419dee68f4ca5a Mon Sep 17 00:00:00 2001
-From: lethliel 
-Date: Wed, 19 Feb 2020 11:53:05 +0100
-Subject: [PATCH] wrap SocketIO in io.Buffered* for makefile
-
-In python3.8 the fp is wrapped in a Buffer.
-SSL.Connection.makefile returns a socketIO which is no buffer.
-
-SocketIO in 'r' mode:
-use io.BufferedReader
-
-SocketIO in 'rw' mode:
-use io.BufferedRWPair

- M2Crypto/SSL/Connection.py | 8 ++--
- 1 file changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/M2Crypto/SSL/Connection.py b/M2Crypto/SSL/Connection.py
-index 7053aa6b..01bb61c5 100644
 a/M2Crypto/SSL/Connection.py
-+++ b/M2Crypto/SSL/Connection.py
-@@ -12,6 +12,7 @@ Copyright 2008 Heikki Toivonen. All rights reserved.
- 
- import logging
- import socket
-+import io
- 
- from M2Crypto import BIO, Err, X509, m2, py27plus, six, util  # noqa
- from M2Crypto.SSL import Checker, Context, timeout  # noqa
-@@ -582,9 +583,12 @@ class Connection(object):
- return m2.ssl_set_cipher_list(self.ssl, cipher_list)
- 
- def makefile(self, mode='rb', bufsize=-1):
--# type: (AnyStr, int) -> socket._fileobject
-+# type: (AnyStr, int) -> Union[io.BufferedRWPair,io.BufferedReader]
- if six.PY3:
--return socket.SocketIO(self, mode)
-+raw = socket.SocketIO(self, mode)
-+if 'rw' in mode:
-+return io.BufferedRWPair(raw, raw)
-+return io.BufferedReader(raw, io.DEFAULT_BUFFER_SIZE)
- else:
- return socket._fileobject(self, mode, bufsize)
- 
--- 
-2.26.2
-


[arch-commits] Commit in python-m2crypto/repos/community-x86_64 (5 files)

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:24:18
  Author: foxboron
Revision: 664114

archrelease: copy trunk to community-x86_64

Added:
  python-m2crypto/repos/community-x86_64/LICENSE
(from rev 664113, python-m2crypto/trunk/LICENSE)
  python-m2crypto/repos/community-x86_64/PKGBUILD
(from rev 664113, python-m2crypto/trunk/PKGBUILD)
Deleted:
  python-m2crypto/repos/community-x86_64/LICENSE
  python-m2crypto/repos/community-x86_64/PKGBUILD
  python-m2crypto/repos/community-x86_64/socketio.patch

+
 LICENSE|   52 +--
 PKGBUILD   |  103 +--
 socketio.patch |   47 -
 3 files changed, 74 insertions(+), 128 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-07-16 11:15:54 UTC (rev 664113)
+++ LICENSE 2020-07-16 11:24:18 UTC (rev 664114)
@@ -1,26 +0,0 @@
-Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
-
-Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
-All rights reserved.
-
-Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
-All rights reserved.
-
-Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation.
-
-THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python-m2crypto/repos/community-x86_64/LICENSE (from rev 664113, 
python-m2crypto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-07-16 11:24:18 UTC (rev 664114)
@@ -0,0 +1,26 @@
+Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
+
+Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
+All rights reserved.
+
+Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
+All rights reserved.
+
+Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation.
+
+THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 11:15:54 UTC (rev 664113)
+++ PKGBUILD2020-07-16 11:24:18 UTC (rev 664114)
@@ -1,55 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel Velasquez  
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgbase=python-m2crypto
-pkgname=(python2-m2crypto python-m2crypto)
-pkgver=0.35.2
-pkgrel=3
-pkgdesc="A crypto and SSL toolkit for Python"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/M2Crypto";
-license=('BSD')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools'
- 'swig')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/m2crypto/m2crypto/repository/${pkgver}/archive.tar.gz";
-"socketio.patch"
-"LICENSE")
-sha256sums=('57220b06de0622d0fad464ec2f16abe6f7aaa6d8ab5ab11372e6a17d7b52550b'
-'d4937399c15c00986088f35c3a813584c4b171bea631ffe1a71e483c8236c304'
-'4eca478396f4b2b020729a111fce3f096456d74500bfd8f2b0388c3c69f997c0')
-
-prepa

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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:38:34
  Author: foxboron
Revision: 664115

upgpkg: conmon 1:2.0.19-1

Modified:
  conmon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 11:24:18 UTC (rev 664114)
+++ PKGBUILD2020-07-16 11:38:34 UTC (rev 664115)
@@ -2,8 +2,8 @@
 # Maintainer: Morten Linderud 
 
 pkgname=conmon
-pkgver=2.0.18
-pkgrel=2
+pkgver=2.0.19
+pkgrel=1
 epoch=1
 pkgdesc='OCI container runtime monitor'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(APACHE)
 depends=(glibc glib2 systemd)
 makedepends=(git)
-_commit=7b3e303be8f1aea7e0d4a784c8e64a75c14756a4 # tags/v2.0.18
+_commit=25585dd8e8ebff68baa00f695115eff4191ca1f9 # tags/v2.0.19
 source=("git+https://github.com/containers/conmon#commit=${_commit}";)
 md5sums=('SKIP')
 


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

2020-07-16 Thread Morten Linderud via arch-commits
Date: Thursday, July 16, 2020 @ 11:38:41
  Author: foxboron
Revision: 664116

archrelease: copy trunk to community-x86_64

Added:
  conmon/repos/community-x86_64/PKGBUILD
(from rev 664115, conmon/trunk/PKGBUILD)
Deleted:
  conmon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 11:38:34 UTC (rev 664115)
+++ PKGBUILD2020-07-16 11:38:41 UTC (rev 664116)
@@ -1,30 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=conmon
-pkgver=2.0.18
-pkgrel=2
-epoch=1
-pkgdesc='OCI container runtime monitor'
-arch=(x86_64)
-url='https://github.com/containers/conmon'
-license=(APACHE)
-depends=(glibc glib2 systemd)
-makedepends=(git)
-_commit=7b3e303be8f1aea7e0d4a784c8e64a75c14756a4 # tags/v2.0.18
-source=("git+https://github.com/containers/conmon#commit=${_commit}";)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd conmon
-  make PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="$pkgdir"
-}
-
-package() {
-  install -Dm755 conmon/bin/conmon "$pkgdir/usr/bin/conmon"
-}

Copied: conmon/repos/community-x86_64/PKGBUILD (from rev 664115, 
conmon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 11:38:41 UTC (rev 664116)
@@ -0,0 +1,30 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=conmon
+pkgver=2.0.19
+pkgrel=1
+epoch=1
+pkgdesc='OCI container runtime monitor'
+arch=(x86_64)
+url='https://github.com/containers/conmon'
+license=(APACHE)
+depends=(glibc glib2 systemd)
+makedepends=(git)
+_commit=25585dd8e8ebff68baa00f695115eff4191ca1f9 # tags/v2.0.19
+source=("git+https://github.com/containers/conmon#commit=${_commit}";)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd conmon
+  make PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="$pkgdir"
+}
+
+package() {
+  install -Dm755 conmon/bin/conmon "$pkgdir/usr/bin/conmon"
+}


[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2020-07-16 Thread Andrew Crerar via arch-commits
Date: Thursday, July 16, 2020 @ 12:34:50
  Author: andrewsc
Revision: 664117

upgpkg: firefox-developer-edition 79.0b8-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 11:38:41 UTC (rev 664116)
+++ PKGBUILD2020-07-16 12:34:50 UTC (rev 664117)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=79.0b7
+pkgver=79.0b8
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001_Use_remoting_name_for_GDK_application_names.patch
 "$pkgname".desktop)
-sha512sums=('9d482a30294ed0f56c1ef42ac63cf62066560e2da6d36994a132ed0279e3e9e29f264168091818856061cc43d5ed37ff2e2dcc446ae382746c27d5c350e6327c'
+sha512sums=('ed4001a4fb1f1c4bf7482d12626595cea3745826de2ed419fc15fb89fd0be78044678b804c91c9be47fad94280b8d0fcb5c0c5b7185f161b879f39205908b7a3'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'812f0f34d16472a305ad78b5b22f4d0ef0ac63e47e10700954f4e3374cfe25d596a9ef137ea48a421128d504affb653cf310bd3c33bc313d505924f8f392ad8f'


[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2020-07-16 Thread Andrew Crerar via arch-commits
Date: Thursday, July 16, 2020 @ 12:35:13
  Author: andrewsc
Revision: 664118

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
(from rev 664117, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 664117, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 664117, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 664117, firefox-developer-edition/trunk/firefox-install-dir.patch)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch

+
 0001_Use_remoting_name_for_GDK_application_names.patch |   96 +-
 PKGBUILD   |  446 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 654 insertions(+), 654 deletions(-)

Deleted: 0001_Use_remoting_name_for_GDK_application_names.patch
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  2020-07-16 
12:34:50 UTC (rev 664117)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-07-16 
12:35:13 UTC (rev 664118)
@@ -1,48 +0,0 @@
-# HG changeset patch
-# User Andrew Crerar 
-# Date 153129 14400
-#  Thu May 07 16:25:29 2020 -0400
-# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
-# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
-Use remoting name for GDK application names
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3703,11 +3703,7 @@
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -178,10 +179,8 @@
-   // creating top-level windows. (At this point, a child process hasn't
-   // received the list of registered chrome packages, so the
-   // GetBrandShortName call would fail anyway.)
--  nsAutoString brandName;
--  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--  if (!brandName.IsEmpty()) {
--gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+  if (gAppData) {
-+gdk_set_program_class(gAppData->remotingName);
-   }
- }
-   }

Copied: 
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
 (from rev 664117, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  
(rev 0)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-07-16 
12:35:13 UTC (rev 664118)
@@ -0,0 +1,48 @@
+# HG changeset patch
+# User Andrew Crerar 
+# Date 153129 14400
+#  Thu May 07 16:25:29 2020 -0400
+# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
+# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
+Use remoting name for GDK application names
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3703,11 +3703,7 @@
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
+ #i

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2020-07-16 Thread Andrew Crerar via arch-commits
Date: Thursday, July 16, 2020 @ 12:42:57
  Author: andrewsc
Revision: 664119

upgpkg: firefox-developer-edition-i18n 79.0b8-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 12:35:13 UTC (rev 664118)
+++ PKGBUILD2020-07-16 12:42:57 UTC (rev 664119)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=79.0b7
+pkgver=79.0b8
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('8fa382428ea24cb84e909201f8f714be1b12acf0f10f82ed4bf46aedf385909f595071ac994ed9d32b0ae834c84de196ffa8e4f7b9e3df5f7c5fc49983916e54'
-
'0d3eea1fefe86d476af7512b7a5ad96a19ba4f11fd5bfbea7428a57c53c379ffce3f0ffe6c6be52918a96eb8caf8ca9b70c9e315e48b2cea15511e5dc1d83acb'
-
'95f0ff95f000cbad8ba4780b8f6bf9609547190d53b9f7bb7f66ef34875bf92c729859dd1a249788edeb4844eeed364a70affc7576452539aca961809161d879'
-
'f019f60c54897a597a5ad3789eaf0af3d2c344c25196b67097625fbe095d9ecfb7fdd9e86182d2604df2fd43e8ee35e17e87c743339567b94fdfee16b7e90e1e'
-
'a298b8a86adb92e377c22427ee3b78eef39d415f6638f512a5f18e5952479f4a76ec975c5696a7a02176f86b3e3e1dc73af87301fd373e0454376976dd5cddac'
-
'12848d5bfffd1b7d834a6dfbe43716ee61194f86c4a6f605ac63107791d1ae04ce31427e98202ba2e44a98844664b0d30fdf14df19df8e061a1ebd59bbd3c178'
-
'6017a885efce06d0f5c8b014eaa8d97d8aab8a19870aa96f0398d6affdf0f57ff3345d77effbae743880f65e540407f4ebdc692bc4a383d19eb7d483f8cdd59e'
-
'1ab7775e7922f52fd8503f0b2673805443ecf52e9eb41c02bc585c0eb1b265ab5f1b704c4498d7f1e308475ac8cf921e0860b5dda873db5cbaac98ef1b3b57f6'
-
'155be8d78a8bbe048fb277f8c5b0bfa9ed78fcb28df7caa19ebcf9a655cec28c18099386c997a220bc18895b17c43f504f2330c29b62dbe99520e611824af819'
-
'af012d6f486e79297a61375af2911dd5dd12847f98ebb5db6d1bbc9ed7960615cad3af8baded97c2f6699bb0f4c0580cb452c15b522a0e85392d9375fb5d1c4b'
-
'7f53df4aee4003695955fb7d09b69ee956eced506c67274d4bca8e3836c5ee3af2ef7db79e6e3fa1c77d90b75c524faa1e8df7826fd53326835ad542a412'
-
'3ad8ac2e940599f4e651635b45c70eb2ec8af25d873c59ca42179af8d700c25ebb99e3c4fdfdc260f24c57cf1452c15d46cc91fca36054ea036a3b2e5a7a6670'
-
'392e42bd233b52612a77090b49567ae3c1c7565a5c1871ad71c796f2e98985527e43275d0b033fb0ae27acb5dfd87f9063bdec4db883a7e6eb7ac74ee30f2de6'
-
'43e2f3c69e7d7efb66cce552fff1e2155cbaa57b1c39ce07c6b2263572be80e970507585b1313a59fbbf9fabc47d50d6fdee71a3c1d404ac977c8b4242cb0ee9'
-
'9adc4beb1e99088aecf1b77b939f3ec08ffee0a21a6d34d76079caff305e47e44836c143b27b438c0af0ae6ea8cbdcb9a7c6f7b69083e4bed8feba02a121ee4d'
-
'869d54393f866acc950dc5a78ea762359fbc9f4d1a33edfbd8f32c756236b23b0c6c0c4f99a7868f863d1b384775aa9da971b447061d25a46e74e2665219da77'
-
'b5ba81c5b5718cc7bc40139f570df8be4e995e7b9a68842e7cb4dd4645973ba64171f2142be21aeec5d23f7b1b1fe5c1ff22a426ce095b1c11af3b1fd0399ff8'
-
'424b73010a780bac67423b2933163e8a0f65234a4fa506cc2453486c5f6c74564a236e554e3e20ca1ff06022db143b9e5a7baf67b97aee79ebd4ed587772131b'
-
'64517548082f0dce77469c40e74b2de373e266dfe4a5ed1bafc4356558b222d854ccd2e88eb7eddd8c59962da15ca5f8c7879106aa38312e805d4d3442bd1b30'
-
'19f016e73321aae0da874671af824112e948a441c25a92173cf8cffbc1c312da184a23d29b6eda1caf665e1f263d1f457ae471ec077642d780924c718aa0777c'
-
'935c1d560b710666ef98f5f2e9f0524ac127b19e8b5a3177b1a29b0d31dab38232bca5e196e66490431ee1faec2aa7536637f09f24c6008bbfec698be6a399b2'
-
'b8f79ac7dedabc718320aa6966263bb82a4b5e724d3dbd327423a0e01eb9909cc501802f49f4d82aff977ebd6ad6a28bda987f88b333f1735cd4ee6402a523b3'
-
'6ea20ab1589a05d4e100be75ac4f68a766dbe4af18a9c6a2ddb4d5a8e42a407c7e6f306ac3f927a8602c84635cc590e3786218cc891c809cdab9e4d9b53fdbb2'
-
'f1ad35538c33d967fb6710eb4800795e6bfb647cde407125e05fa45704798d71c825cced3c2921fa4480659b644ced912bf6f63f1f58299b485f999ce0c81fbf'
-
'2a223a38bc6f6c50f233967d6c5e14008febdd549560629083dac6675f813ff78a2006d5c6d2acc7ddf2acf1d2628705e9153ac9f3e1f58d622da112c0ef9842'
-
'1fb4a5e446a13c3deba570f772bb1736c64589ffcd10abdca6cf47ae2e365c78a85b4af329fda693a4439e3a0bf02e64112722fe497c30349a89327627f54ef1'
-
'97e1abef4a3ebe28f64f2640d182788383c4228168e6ff3403ed3f7498b566b5720d5845e2fa7c0b7d9d0e78e7263a010d8ada3748b787ebc8210cb65d93cc08'
-
'547a27e653cc011017caee03676ffd147b060cf7c7b60df044d1e21f940ebce08c7a5bbdd21687acca9c2193a76118fc888a5dfcd4e854a0d644669989f1fbc2'
-
'b435cf59503f45a0c36f0f612083171f962a27982a8eae259226758868da61173ae

[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2020-07-16 Thread Andrew Crerar via arch-commits
Date: Thursday, July 16, 2020 @ 12:43:23
  Author: andrewsc
Revision: 664120

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 664119, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 12:42:57 UTC (rev 664119)
+++ PKGBUILD2020-07-16 12:43:23 UTC (rev 664120)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=79.0b7
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('8fa382428ea24cb84e909201f8f714be1b12acf0f10f82ed4bf46aedf385909f595071ac994ed9d32b0ae834c84de196ffa8e4f7b9e3df5f7c5fc49983916e54'
-
'0d3eea1fefe86d476af7512b7a5ad96a19ba4f11fd5bfbea7428a57c53c379ffce3f0ffe6c6be52918a96eb8caf8ca9b70c9e315e48b2cea15511e5dc1d83acb'
-
'95f0ff95f000cbad8ba4780b8f6bf9609547190d53b9f7bb7f66ef34875bf92c729859dd1a249788edeb4844eeed364a70affc7576452539aca961809161d879'
-
'f019f60c54897a597a5ad3789eaf0af3d2c344c25196b67

[arch-commits] Commit in mkinitcpio/trunk (0002-mkinitcpio-fix-builtin.patch PKGBUILD)

2020-07-16 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, July 16, 2020 @ 12:50:14
  Author: grazzolini
Revision: 391959

upgpkg: mkinitcpio 27-4

Revert the patch for FS#65725

Modified:
  mkinitcpio/trunk/PKGBUILD
Deleted:
  mkinitcpio/trunk/0002-mkinitcpio-fix-builtin.patch

---+
 0002-mkinitcpio-fix-builtin.patch |   29 -
 PKGBUILD  |   11 +++
 2 files changed, 3 insertions(+), 37 deletions(-)

Deleted: 0002-mkinitcpio-fix-builtin.patch
===
--- 0002-mkinitcpio-fix-builtin.patch   2020-07-16 10:46:45 UTC (rev 391958)
+++ 0002-mkinitcpio-fix-builtin.patch   2020-07-16 12:50:14 UTC (rev 391959)
@@ -1,29 +0,0 @@
-From 30dbfc2770cb49cb3babfb750205b126d7d88791 Mon Sep 17 00:00:00 2001
-From: Morten Linderud 
-Date: Thu, 20 Feb 2020 09:44:29 +0100
-Subject: [PATCH] [functions] Ignore modinfo built-in modules
-
-modinfo have started reporting filenames as "(builtin)" on built-in
-modules. Ignore these and continue with other modules.
-
-Fixes: https://bugs.archlinux.org/task/65564
-Introduced in: 
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/commit/?id=e7e2cb61fa9f1db3429d91ef6accff549500d268
-
-Signed-off-by: Morten Linderud 

- functions | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/functions b/functions
-index f407c82..1c72b56 100644
 a/functions
-+++ b/functions
-@@ -371,7 +371,7 @@ add_module() {
- target=${1%.ko*} target=${target//-/_}
- 
- # skip expensive stuff if this module has already been added
--(( _addedmodules["$target"] == 1 )) && return
-+(( _addedmodules["$target"] > 0 )) && return
- 
- while IFS=':= ' read -r -d '' field value; do
- case "$field" in

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 10:46:45 UTC (rev 391958)
+++ PKGBUILD2020-07-16 12:50:14 UTC (rev 391959)
@@ -4,7 +4,7 @@
 
 pkgname=mkinitcpio
 pkgver=27
-pkgrel=3
+pkgrel=4
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="https://projects.archlinux.org/mkinitcpio.git/";
@@ -19,13 +19,11 @@
 provides=('initramfs')
 backup=('etc/mkinitcpio.conf')
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
-"0001-mkinitcpio-remove-preset-pacsave.patch"
-"0002-mkinitcpio-fix-builtin.patch")
+"0001-mkinitcpio-remove-preset-pacsave.patch")
 install=mkinitcpio.install
 sha256sums=('e6bff1cb78b677538eb9aace900b715fd59de8fc210b74fb9d899dfaa32bc354'
 'SKIP'
-'845569fa760f70c868ecb3dc8ae9667287970526dddaf403fdafcb716e8b3d51'
-'d097f3df15ba9fefd3771f9f784e1c31c8d5ff1d9d6885a46fc6b5188e419796')
+'845569fa760f70c868ecb3dc8ae9667287970526dddaf403fdafcb716e8b3d51')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
   '86CFFCA918CF3AF47147588051E8B148AC34'   # Evangelos Foutras
   'ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB')  # Giancarlo 
Razzolini
@@ -34,9 +32,6 @@
   cd $pkgname-$pkgver
   # Apply 0001-mkinitcpio-remove-preset-pacsave.patch
   patch -Np1 < $srcdir/0001-mkinitcpio-remove-preset-pacsave.patch
-
-  # Apply 0002-mkinitcpio-fix-builtin.patch
-  patch -Np1 < $srcdir/0002-mkinitcpio-fix-builtin.patch
 }
 
 check() {


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

2020-07-16 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, July 16, 2020 @ 12:51:11
  Author: grazzolini
Revision: 391960

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/0001-mkinitcpio-remove-preset-pacsave.patch
(from rev 391959, 
mkinitcpio/trunk/0001-mkinitcpio-remove-preset-pacsave.patch)
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 391959, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-any/mkinitcpio.install
(from rev 391959, mkinitcpio/trunk/mkinitcpio.install)

-+
 0001-mkinitcpio-remove-preset-pacsave.patch |   59 ++
 PKGBUILD|   43 ++
 mkinitcpio.install  |   15 ++
 3 files changed, 117 insertions(+)

Copied: 
mkinitcpio/repos/testing-any/0001-mkinitcpio-remove-preset-pacsave.patch (from 
rev 391959, mkinitcpio/trunk/0001-mkinitcpio-remove-preset-pacsave.patch)
===
--- testing-any/0001-mkinitcpio-remove-preset-pacsave.patch 
(rev 0)
+++ testing-any/0001-mkinitcpio-remove-preset-pacsave.patch 2020-07-16 
12:51:11 UTC (rev 391960)
@@ -0,0 +1,59 @@
+diff --git a/libalpm/scripts/mkinitcpio-remove 
b/libalpm/scripts/mkinitcpio-remove
+index 86838e4..17b4b31 100644
+--- a/libalpm/scripts/mkinitcpio-remove
 b/libalpm/scripts/mkinitcpio-remove
+@@ -2,6 +2,20 @@
+ 
+ package=0
+ 
++process_preset() {
++if [[ -n "${pkgbase}" && -e $preset ]]; then
++if ! cmp $preset > /dev/null 2>&1 <(sed "s|%PKGBASE%|${pkgbase}|g" 
/usr/share/mkinitcpio/hook.preset); then
++if [[ ! -e $preset.pacsave ]]; then
++# save the preset as pacsave
++mv $preset $preset.pacsave && return 0
++fi
++else
++# remove the preset
++rm $preset && return 0
++fi
++fi
++}
++
+ while read -r line; do
+ if [[ $line != */vmlinuz ]]; then
+ # triggers when it's a change to usr/lib/initcpio/*
+@@ -23,17 +37,25 @@ while read -r line; do
+ # remove the installed kernel
+ rm $kernel
+ fi
+-if [[ -e $preset ]]; then
+-# remove the preset
+-rm $preset
++
++process_preset "${pkgbase}" $preset
++
++if [[ -e $initramfs ]]; then
++# remove the main image
++rm $initramfs
+ fi
+-if [[ -e $initramfs && -e $fallback_initramfs ]]; then
+-# remove the images
+-rm $initramfs $fallback_initramfs
++if [[ -e $fallback_initramfs ]]; then
++# remove the fallback image
++rm $fallback_initramfs
+ fi
+ done
+ 
+ if (( package )) && compgen -G /etc/mkinitcpio.d/"*.preset" > /dev/null; then
+-# remove all presets
+-rm /etc/mkinitcpio.d/*.preset
++shopt -s nullglob
++for preset in /etc/mkinitcpio.d/*.preset; do
++pkgbase=${preset##*/}
++pkgbase=${pkgbase%.preset}
++process_preset "${pkgbase}" $preset
++done
++shopt -u nullglob
+ fi

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 391959, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-07-16 12:51:11 UTC (rev 391960)
@@ -0,0 +1,43 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Dave Reisner 
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio
+pkgver=27
+pkgrel=4
+pkgdesc="Modular initramfs image creation utility"
+arch=('any')
+url="https://projects.archlinux.org/mkinitcpio.git/";
+license=('GPL')
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 
'libarchive' 'coreutils'
+ 'bash' 'diffutils' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip' 
'systemd')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'lz4: Use lz4 compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+provides=('initramfs')
+backup=('etc/mkinitcpio.conf')
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
+"0001-mkinitcpio-remove-preset-pacsave.patch")
+install=mkinitcpio.install
+sha256sums=('e6bff1cb78b677538eb9aace900b715fd59de8fc210b74fb9d899dfaa32bc354'
+'SKIP'
+'845569fa760f70c868ecb3dc8ae9667287970526dddaf403fdafcb716e8b3d51')
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
+  '86CFFCA918CF3AF47147588051E8B148AC34'   # Evangelos Foutras
+  'ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB')  # Giancarlo 
Razzolini
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Apply 0001-mkinitcpio-remove-preset-pacsave.patch
+  patch -Np1 < $srcdir/0001-mkinitcpio-remove-preset

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

2020-07-16 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, July 16, 2020 @ 14:16:57
  Author: grazzolini
Revision: 391963

upgpkg: mkinitcpio 28-1

Modified:
  mkinitcpio/trunk/PKGBUILD
Deleted:
  mkinitcpio/trunk/0001-mkinitcpio-remove-preset-pacsave.patch

-+
 0001-mkinitcpio-remove-preset-pacsave.patch |   59 --
 PKGBUILD|   20 +++-
 2 files changed, 8 insertions(+), 71 deletions(-)

Deleted: 0001-mkinitcpio-remove-preset-pacsave.patch
===
--- 0001-mkinitcpio-remove-preset-pacsave.patch 2020-07-16 13:18:23 UTC (rev 
391962)
+++ 0001-mkinitcpio-remove-preset-pacsave.patch 2020-07-16 14:16:57 UTC (rev 
391963)
@@ -1,59 +0,0 @@
-diff --git a/libalpm/scripts/mkinitcpio-remove 
b/libalpm/scripts/mkinitcpio-remove
-index 86838e4..17b4b31 100644
 a/libalpm/scripts/mkinitcpio-remove
-+++ b/libalpm/scripts/mkinitcpio-remove
-@@ -2,6 +2,20 @@
- 
- package=0
- 
-+process_preset() {
-+if [[ -n "${pkgbase}" && -e $preset ]]; then
-+if ! cmp $preset > /dev/null 2>&1 <(sed "s|%PKGBASE%|${pkgbase}|g" 
/usr/share/mkinitcpio/hook.preset); then
-+if [[ ! -e $preset.pacsave ]]; then
-+# save the preset as pacsave
-+mv $preset $preset.pacsave && return 0
-+fi
-+else
-+# remove the preset
-+rm $preset && return 0
-+fi
-+fi
-+}
-+
- while read -r line; do
- if [[ $line != */vmlinuz ]]; then
- # triggers when it's a change to usr/lib/initcpio/*
-@@ -23,17 +37,25 @@ while read -r line; do
- # remove the installed kernel
- rm $kernel
- fi
--if [[ -e $preset ]]; then
--# remove the preset
--rm $preset
-+
-+process_preset "${pkgbase}" $preset
-+
-+if [[ -e $initramfs ]]; then
-+# remove the main image
-+rm $initramfs
- fi
--if [[ -e $initramfs && -e $fallback_initramfs ]]; then
--# remove the images
--rm $initramfs $fallback_initramfs
-+if [[ -e $fallback_initramfs ]]; then
-+# remove the fallback image
-+rm $fallback_initramfs
- fi
- done
- 
- if (( package )) && compgen -G /etc/mkinitcpio.d/"*.preset" > /dev/null; then
--# remove all presets
--rm /etc/mkinitcpio.d/*.preset
-+shopt -s nullglob
-+for preset in /etc/mkinitcpio.d/*.preset; do
-+pkgbase=${preset##*/}
-+pkgbase=${pkgbase%.preset}
-+process_preset "${pkgbase}" $preset
-+done
-+shopt -u nullglob
- fi

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 13:18:23 UTC (rev 391962)
+++ PKGBUILD2020-07-16 14:16:57 UTC (rev 391963)
@@ -3,8 +3,8 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=27
-pkgrel=4
+pkgver=28
+pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="https://projects.archlinux.org/mkinitcpio.git/";
@@ -18,21 +18,17 @@
 'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
 provides=('initramfs')
 backup=('etc/mkinitcpio.conf')
-source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
-"0001-mkinitcpio-remove-preset-pacsave.patch")
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('e6bff1cb78b677538eb9aace900b715fd59de8fc210b74fb9d899dfaa32bc354'
-'SKIP'
-'845569fa760f70c868ecb3dc8ae9667287970526dddaf403fdafcb716e8b3d51')
+sha256sums=('bf83a158786d272d8046a4dd48bfcc343ec37de2cae0ae65c59132a45744808c'
+'SKIP')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
   '86CFFCA918CF3AF47147588051E8B148AC34'   # Evangelos Foutras
   'ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB')  # Giancarlo 
Razzolini
 
-prepare() {
-  cd $pkgname-$pkgver
-  # Apply 0001-mkinitcpio-remove-preset-pacsave.patch
-  patch -Np1 < $srcdir/0001-mkinitcpio-remove-preset-pacsave.patch
-}
+# prepare() {
+#   cd $pkgname-$pkgver
+# }
 
 check() {
   make -C "$pkgname-$pkgver" check


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

2020-07-16 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, July 16, 2020 @ 14:17:21
  Author: grazzolini
Revision: 391964

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 391963, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-any/mkinitcpio.install
(from rev 391963, mkinitcpio/trunk/mkinitcpio.install)

+
 PKGBUILD   |   39 +++
 mkinitcpio.install |   15 +++
 2 files changed, 54 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 391963, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-07-16 14:17:21 UTC (rev 391964)
@@ -0,0 +1,39 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Dave Reisner 
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio
+pkgver=28
+pkgrel=1
+pkgdesc="Modular initramfs image creation utility"
+arch=('any')
+url="https://projects.archlinux.org/mkinitcpio.git/";
+license=('GPL')
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 
'libarchive' 'coreutils'
+ 'bash' 'diffutils' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip' 
'systemd')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'lz4: Use lz4 compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+provides=('initramfs')
+backup=('etc/mkinitcpio.conf')
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+install=mkinitcpio.install
+sha256sums=('bf83a158786d272d8046a4dd48bfcc343ec37de2cae0ae65c59132a45744808c'
+'SKIP')
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
+  '86CFFCA918CF3AF47147588051E8B148AC34'   # Evangelos Foutras
+  'ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB')  # Giancarlo 
Razzolini
+
+# prepare() {
+#   cd $pkgname-$pkgver
+# }
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Copied: mkinitcpio/repos/testing-any/mkinitcpio.install (from rev 391963, 
mkinitcpio/trunk/mkinitcpio.install)
===
--- testing-any/mkinitcpio.install  (rev 0)
+++ testing-any/mkinitcpio.install  2020-07-16 14:17:21 UTC (rev 391964)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ "$(vercmp 0.9.0 "$2")" -eq 1 ]; then
+printf '==> If your /usr is on a separate partition, you must add the 
"usr" hook\n'
+printf 'to /etc/mkinitcpio.conf and regenerate your images before 
rebooting\n'
+  fi
+
+  if [ "$(vercmp 0.12.0 "$2")" -eq 1 ]; then
+printf '==> The "block" hook has replaced several hooks:\n'
+printf '   fw, sata, pata, scsi, virtio, mmc, usb\n'
+printf 'Replace any and all of these in /etc/mkinitcpio.conf with a 
single\n'
+printf 'instance of the "block" hook\n'
+  fi
+}


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

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 14:29:54
  Author: dvzrv
Revision: 664122

archrelease: copy trunk to community-staging-x86_64

Added:
  cage/repos/community-staging-x86_64/PKGBUILD
(from rev 664121, cage/trunk/PKGBUILD)
  cage/repos/community-staging-x86_64/cage-0.1.2-scdoc.patch
(from rev 664121, cage/trunk/cage-0.1.2-scdoc.patch)
Deleted:
  cage/repos/community-staging-x86_64/PKGBUILD
  cage/repos/community-staging-x86_64/cage-0.1.1-wlroots-0.11.0.patch

-+
 PKGBUILD|  100 +-
 cage-0.1.1-wlroots-0.11.0.patch |   59 --
 cage-0.1.2-scdoc.patch  |   13 
 3 files changed, 58 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 14:29:45 UTC (rev 664121)
+++ PKGBUILD2020-07-16 14:29:54 UTC (rev 664122)
@@ -1,55 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Brett Cornwall 
-
-_commit='27391f174a1fe385899074f13453667b98af8621'
-pkgname=cage
-pkgver=0.1.1.r68.g27391f1
-pkgrel=1
-pkgdesc="A kiosk compositor for Wayland"
-arch=('x86_64')
-url="https://www.hjdskes.nl/projects/cage/";
-license=('MIT')
-depends=('glibc' 'libxkbcommon' 'polkit' 'pixman' 'wayland')
-makedepends=('git' 'meson' 'wayland-protocols' 'wlroots' 
'xorg-server-xwayland')
-optdepends=('xorg-server-xwayland: X11 support')
-# cage 0.1.1 not compatible with wlroots > 0.8.1
-# therefore pinning current HEAD to be able to upgrade wlroots
-# https://github.com/Hjdskes/cage/issues/107
-# 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Hjdskes/${pkgname}/archive/v${pkgver}.tar.gz";
-# 
"https://github.com/Hjdskes/cage/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig";)
-source=("${pkgname}-${pkgver}::git+https://github.com/Hjdskes/${pkgname}.git#commit=${_commit}?signed";
-"${pkgname}-0.1.1-wlroots-0.11.0.patch")
-sha512sums=('SKIP'
-
'4273fb848309c329496a61ecc68018e302ec6b7b4b65c8d3a57304b2e1dd95822d08043cf3ec6c6e1673e16d276edb3b7d0c2566da72689e0f6cabe86f2bf96a')
-validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes 

-
-pkgver() {
-  cd "$pkgname-$pkgver"
-  git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i "../${pkgname}-0.1.1-wlroots-0.11.0.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- -Dxwayland=true \
- build
-  ninja -C build
-}
-
-package() {
-  depends+=('libwlroots.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  #docs
-  install -vDm 644 README.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: cage/repos/community-staging-x86_64/PKGBUILD (from rev 664121, 
cage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 14:29:54 UTC (rev 664122)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+# Maintainer: Brett Cornwall 
+
+pkgname=cage
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="A kiosk compositor for Wayland"
+arch=('x86_64')
+url="https://www.hjdskes.nl/projects/cage/";
+license=('MIT')
+depends=('glibc' 'libxkbcommon' 'polkit' 'pixman' 'wayland')
+makedepends=('git' 'meson' 'scdoc' 'wayland-protocols' 'wlroots'
+'xorg-server-xwayland')
+optdepends=('xorg-server-xwayland: X11 support')
+source=("${pkgname}::git+https://github.com/Hjdskes/${pkgname}.git#tag=v${pkgver}?signed";
+"${pkgname}-0.1.2-scdoc.patch")
+sha512sums=('SKIP'
+
'20cb1ccfd14c6e27df6487c42d98fde672fec084bcd221717aeeceed7739705cc7d8ac5261bfa526c8f20f37305f2c5827f023d620aaebba1d83ea2385d29d9a')
+validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes 

+
+prepare() {
+  cd "$pkgname"
+  patch -Np1 -i "../${pkgname}-0.1.2-scdoc.patch"
+}
+
+build() {
+  cd "$pkgname"
+  arch-meson --prefix=/usr \
+ --libdir=lib \
+ --buildtype=release \
+ -Dxwayland=true \
+ build
+  ninja -C build
+}
+
+package() {
+  depends+=('libwlroots.so')
+  cd "$pkgname"
+  DESTDIR="${pkgdir}" meson install -C build
+  #docs
+  install -vDm 644 README.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+}

Deleted: cage-0.1.1-wlroots-0.11.0.patch
===
--- cage-0.1.1-wlroots-0.11.0.patch 2020-07-16 14:29:45 UTC (rev 664121)
+++ cage-0.1.1-wlroots-0.11.0.patch 2020-07-16 14:29:54 UTC (rev 664122)
@@ -1,59 +0,0 @@
-From 6a12da196068189a6ba390ca5ca3473454a90da7 Mon Sep 17 00:00:00 2001
-From: Jan Beich 
-Date: Sat, 9 May 2020 11:39:00 +
-Subject: [PATCH 1/3] output: unbreak

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

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 14:29:45
  Author: dvzrv
Revision: 664121

upgpkg: cage 0.1.2-1: Upgrading to 0.1.2.

Relying on upstream's PGP signed release tags for packaging.
Removing now included patch for wlroots >= 0.11.0.
Adding patch for man page generation using scdoc.

Added:
  cage/trunk/cage-0.1.2-scdoc.patch
Modified:
  cage/trunk/PKGBUILD
Deleted:
  cage/trunk/cage-0.1.1-wlroots-0.11.0.patch

-+
 PKGBUILD|   30 ++-
 cage-0.1.1-wlroots-0.11.0.patch |   59 --
 cage-0.1.2-scdoc.patch  |   13 
 3 files changed, 23 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 12:43:23 UTC (rev 664120)
+++ PKGBUILD2020-07-16 14:29:45 UTC (rev 664121)
@@ -1,9 +1,8 @@
 # Maintainer: David Runge 
 # Maintainer: Brett Cornwall 
 
-_commit='27391f174a1fe385899074f13453667b98af8621'
 pkgname=cage
-pkgver=0.1.1.r68.g27391f1
+pkgver=0.1.2
 pkgrel=1
 pkgdesc="A kiosk compositor for Wayland"
 arch=('x86_64')
@@ -10,31 +9,22 @@
 url="https://www.hjdskes.nl/projects/cage/";
 license=('MIT')
 depends=('glibc' 'libxkbcommon' 'polkit' 'pixman' 'wayland')
-makedepends=('git' 'meson' 'wayland-protocols' 'wlroots' 
'xorg-server-xwayland')
+makedepends=('git' 'meson' 'scdoc' 'wayland-protocols' 'wlroots'
+'xorg-server-xwayland')
 optdepends=('xorg-server-xwayland: X11 support')
-# cage 0.1.1 not compatible with wlroots > 0.8.1
-# therefore pinning current HEAD to be able to upgrade wlroots
-# https://github.com/Hjdskes/cage/issues/107
-# 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Hjdskes/${pkgname}/archive/v${pkgver}.tar.gz";
-# 
"https://github.com/Hjdskes/cage/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig";)
-source=("${pkgname}-${pkgver}::git+https://github.com/Hjdskes/${pkgname}.git#commit=${_commit}?signed";
-"${pkgname}-0.1.1-wlroots-0.11.0.patch")
+source=("${pkgname}::git+https://github.com/Hjdskes/${pkgname}.git#tag=v${pkgver}?signed";
+"${pkgname}-0.1.2-scdoc.patch")
 sha512sums=('SKIP'
-
'4273fb848309c329496a61ecc68018e302ec6b7b4b65c8d3a57304b2e1dd95822d08043cf3ec6c6e1673e16d276edb3b7d0c2566da72689e0f6cabe86f2bf96a')
+
'20cb1ccfd14c6e27df6487c42d98fde672fec084bcd221717aeeceed7739705cc7d8ac5261bfa526c8f20f37305f2c5827f023d620aaebba1d83ea2385d29d9a')
 validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes 

 
-pkgver() {
-  cd "$pkgname-$pkgver"
-  git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
 prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i "../${pkgname}-0.1.1-wlroots-0.11.0.patch"
+  cd "$pkgname"
+  patch -Np1 -i "../${pkgname}-0.1.2-scdoc.patch"
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   arch-meson --prefix=/usr \
  --libdir=lib \
  --buildtype=release \
@@ -45,7 +35,7 @@
 
 package() {
   depends+=('libwlroots.so')
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   DESTDIR="${pkgdir}" meson install -C build
   #docs
   install -vDm 644 README.md \

Deleted: cage-0.1.1-wlroots-0.11.0.patch
===
--- cage-0.1.1-wlroots-0.11.0.patch 2020-07-16 12:43:23 UTC (rev 664120)
+++ cage-0.1.1-wlroots-0.11.0.patch 2020-07-16 14:29:45 UTC (rev 664121)
@@ -1,59 +0,0 @@
-From 6a12da196068189a6ba390ca5ca3473454a90da7 Mon Sep 17 00:00:00 2001
-From: Jan Beich 
-Date: Sat, 9 May 2020 11:39:00 +
-Subject: [PATCH 1/3] output: unbreak with wlroots 0.11.0
-
-Port changes changes from
-https://github.com/swaywm/sway/commit/9d0aa0cb8396
-https://github.com/swaywm/sway/commit/40e87fa98afd

- output.c | 5 +
- 1 file changed, 1 insertion(+), 4 deletions(-)
-
-diff --git a/output.c b/output.c
-index d6e34aa..96f915c 100644
 a/output.c
-+++ b/output.c
-@@ -232,10 +232,7 @@ scan_out_primary_view(struct cg_output *output)
-   return false;
-   }
- 
--  if (!wlr_output_attach_buffer(wlr_output, surface->buffer)) {
--  return false;
--  }
--
-+  wlr_output_attach_buffer(wlr_output, &surface->buffer->base);
-   return wlr_output_commit(wlr_output);
- }
- 
-
-From 3575c9180bc09d72545b8c832b5278905fa0b006 Mon Sep 17 00:00:00 2001
-From: Jan Beich 
-Date: Wed, 15 Jul 2020 23:30:48 +
-Subject: [PATCH 2/3] meson: require wlroots 0.11.0 after 6a12da196068
-
-../output.c:235:57: error: no member named 'base' in 'struct wlr_buffer'
-wlr_output_attach_buffer(wlr_output, &surface->buffer->base);
-  ~~~  ^

- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 90bc400..ee6d4c7 100644
 a/meson.build
-+++ b/meson.build
-@@ -34,7 +34,7 @@ if is_freebsd
-   )
- endif
- 
--wlroots= dependency('wlroots', version: '

[arch-commits] Commit in java-commons-lang/trunk (PKGBUILD)

2020-07-16 Thread Jonas Witschel via arch-commits
Date: Thursday, July 16, 2020 @ 15:34:00
  Author: diabonas
Revision: 664123

upgpkg: java-commons-lang 3.11-1: upstream release

Modified:
  java-commons-lang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 14:29:54 UTC (rev 664122)
+++ PKGBUILD2020-07-16 15:34:00 UTC (rev 664123)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=java-commons-lang
-pkgver=3.10
-pkgrel=2
+pkgver=3.11
+pkgrel=1
 pkgdesc='A host of helper utilities for the java.lang API'
 arch=('any')
 url='https://commons.apache.org/proper/commons-lang/'
@@ -10,7 +10,7 @@
 makedepends=('maven')
 
source=("https://www.apache.org/dist/commons/lang/source/commons-lang3-$pkgver-src.tar.gz"{,.asc}
 
'java-commons-lang-3.10_improve-reproducibility-of-generated-JARs.patch')
-sha512sums=('8c3e90e60bbb0b83c8e5e8d173d5a982d6f5bf3d2392e11cd17b153484a87c42f3003a7ae84ff3c34a11c16df61d7a4fb8e902b31e0e9c2cef2a17115c0c468b'
+sha512sums=('ebcb13e47c24e6984835d9d6904fe33077aa3ba781cd61db109fa7005517e4e74cf086c4789a1d65cf3d6c4924b32337c98827a75f91aab908d8e8b9d3b92087'
 'SKIP'
 
'e07e11717ac80e2232a1e4161bd9bc76e7e0d5d6e8a616077fd03f06c3501010e7b5f8e67d24a69acca06df020e4a59bb2cf005163ae3ee0ab9f149cc8f1c796')
 validpgpkeys=('B6E73D84EA4FCC47166087253FAAD2CD5ECBB314'  # Rob Tompkins 

@@ -19,7 +19,7 @@
 prepare() {
cd "commons-lang3-$pkgver-src"
# Remove build-dependent manifest headers from JAR 
(https://github.com/apache/commons-lang/pull/578)
-   patch --strip=1 --binary 
--input="$srcdir/java-commons-lang-3.10_improve-reproducibility-of-generated-JARs.patch"
+   patch --strip=1 
--input="$srcdir/java-commons-lang-3.10_improve-reproducibility-of-generated-JARs.patch"
 }
 
 build() {


[arch-commits] Commit in java-commons-lang/repos/community-any (4 files)

2020-07-16 Thread Jonas Witschel via arch-commits
Date: Thursday, July 16, 2020 @ 15:34:08
  Author: diabonas
Revision: 664124

archrelease: copy trunk to community-any

Added:
  java-commons-lang/repos/community-any/PKGBUILD
(from rev 664123, java-commons-lang/trunk/PKGBUILD)
  
java-commons-lang/repos/community-any/java-commons-lang-3.10_improve-reproducibility-of-generated-JARs.patch
(from rev 664123, 
java-commons-lang/trunk/java-commons-lang-3.10_improve-reproducibility-of-generated-JARs.patch)
Deleted:
  java-commons-lang/repos/community-any/PKGBUILD
  
java-commons-lang/repos/community-any/java-commons-lang-3.10_improve-reproducibility-of-generated-JARs.patch

+
 PKGBUILD   |   78 
-
 java-commons-lang-3.10_improve-reproducibility-of-generated-JARs.patch |   82 
+-
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 15:34:00 UTC (rev 664123)
+++ PKGBUILD2020-07-16 15:34:08 UTC (rev 664124)
@@ -1,39 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=java-commons-lang
-pkgver=3.10
-pkgrel=2
-pkgdesc='A host of helper utilities for the java.lang API'
-arch=('any')
-url='https://commons.apache.org/proper/commons-lang/'
-license=('APACHE')
-depends=('java-runtime-headless')
-makedepends=('maven')
-source=("https://www.apache.org/dist/commons/lang/source/commons-lang3-$pkgver-src.tar.gz"{,.asc}
-
'java-commons-lang-3.10_improve-reproducibility-of-generated-JARs.patch')
-sha512sums=('8c3e90e60bbb0b83c8e5e8d173d5a982d6f5bf3d2392e11cd17b153484a87c42f3003a7ae84ff3c34a11c16df61d7a4fb8e902b31e0e9c2cef2a17115c0c468b'
-'SKIP'
-
'e07e11717ac80e2232a1e4161bd9bc76e7e0d5d6e8a616077fd03f06c3501010e7b5f8e67d24a69acca06df020e4a59bb2cf005163ae3ee0ab9f149cc8f1c796')
-validpgpkeys=('B6E73D84EA4FCC47166087253FAAD2CD5ECBB314'  # Rob Tompkins 

-  '2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB') # Gary David Gregory 
(Code signing key) 
-
-prepare() {
-   cd "commons-lang3-$pkgver-src"
-   # Remove build-dependent manifest headers from JAR 
(https://github.com/apache/commons-lang/pull/578)
-   patch --strip=1 --binary 
--input="$srcdir/java-commons-lang-3.10_improve-reproducibility-of-generated-JARs.patch"
-}
-
-build() {
-   cd "commons-lang3-$pkgver-src"
-   mvn -Dproject.build.outputTimestamp="$SOURCE_DATE_EPOCH" 
-Dmaven.javadoc.skip=true -Dmaven.test.skip=true clean package
-}
-
-check() {
-   cd "commons-lang3-$pkgver-src"
-   mvn test
-}
-
-package() {
-   cd "commons-lang3-$pkgver-src"
-   install -Dm644 "target/commons-lang3-$pkgver.jar" -t 
"$pkgdir/usr/share/java/commons-lang"
-   ln -s "commons-lang3-$pkgver.jar" 
"$pkgdir/usr/share/java/commons-lang/commons-lang.jar"
-}

Copied: java-commons-lang/repos/community-any/PKGBUILD (from rev 664123, 
java-commons-lang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 15:34:08 UTC (rev 664124)
@@ -0,0 +1,39 @@
+# Maintainer: Jonas Witschel 
+pkgname=java-commons-lang
+pkgver=3.11
+pkgrel=1
+pkgdesc='A host of helper utilities for the java.lang API'
+arch=('any')
+url='https://commons.apache.org/proper/commons-lang/'
+license=('APACHE')
+depends=('java-runtime-headless')
+makedepends=('maven')
+source=("https://www.apache.org/dist/commons/lang/source/commons-lang3-$pkgver-src.tar.gz"{,.asc}
+
'java-commons-lang-3.10_improve-reproducibility-of-generated-JARs.patch')
+sha512sums=('ebcb13e47c24e6984835d9d6904fe33077aa3ba781cd61db109fa7005517e4e74cf086c4789a1d65cf3d6c4924b32337c98827a75f91aab908d8e8b9d3b92087'
+'SKIP'
+
'e07e11717ac80e2232a1e4161bd9bc76e7e0d5d6e8a616077fd03f06c3501010e7b5f8e67d24a69acca06df020e4a59bb2cf005163ae3ee0ab9f149cc8f1c796')
+validpgpkeys=('B6E73D84EA4FCC47166087253FAAD2CD5ECBB314'  # Rob Tompkins 

+  '2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB') # Gary David Gregory 
(Code signing key) 
+
+prepare() {
+   cd "commons-lang3-$pkgver-src"
+   # Remove build-dependent manifest headers from JAR 
(https://github.com/apache/commons-lang/pull/578)
+   patch --strip=1 
--input="$srcdir/java-commons-lang-3.10_improve-reproducibility-of-generated-JARs.patch"
+}
+
+build() {
+   cd "commons-lang3-$pkgver-src"
+   mvn -Dproject.build.outputTimestamp="$SOURCE_DATE_EPOCH" 
-Dmaven.javadoc.skip=true -Dmaven.test.skip=true clean package
+}
+
+check() {
+   cd "commons-lang3-$pkgver-src"
+   mvn test
+}
+
+package() {
+   cd "commons-lang3-$pkgver-src"
+   install -Dm644 "target/commons-lang3-$pkgver.jar" -t 
"$pkgdir/usr/share/java/commons-lang"
+   ln -s "commons-lang3-$pkgver.jar" 
"$pkgdir/usr/share/java/commons-lang/commons-lang.jar"
+}

Deleted: java-commons-lang-3.10_improve

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

2020-07-16 Thread Jan Steffens via arch-commits
Date: Thursday, July 16, 2020 @ 15:54:52
  Author: heftig
Revision: 391966

archrelease: copy trunk to extra-x86_64

Added:
  rust/repos/extra-x86_64/PKGBUILD
(from rev 391965, rust/trunk/PKGBUILD)
Deleted:
  rust/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  296 ++---
 1 file changed, 148 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 15:54:15 UTC (rev 391965)
+++ PKGBUILD2020-07-16 15:54:52 UTC (rev 391966)
@@ -1,148 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-pkgname=('rust' 'lib32-rust-libs' 'rust-docs')
-epoch=1
-pkgver=1.44.1
-pkgrel=1
-
-_llvm_ver=10.0.0
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' "llvm=$_llvm_ver" 'libffi' 'lib32-gcc-libs' 'perl' 
'python' 'curl' 'cmake')
-checkdepends=('procps-ng' 'gdb')
-
-options=('!emptydirs' '!strip')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$_llvm_ver/compiler-rt-$_llvm_ver.src.tar.xz"{,.sig})
-
-sha256sums=('7e2e64cb298dd5d5aea52eafe943ba0458fa82f2987fdcda1ff6f537b6f88473'
-'SKIP'
-'6a7da64d3a0a7320577b68b9ca4933bdcab676e898b759850e827333c3282c75'
-'SKIP')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE'  # Rust Language (Tag 
and Release Signing Key) 
-  '474E22316ABF4785A88C6E8EA2C794A986419D8A'  # Tom Stellard 

-  'B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cat >config.toml 

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

2020-07-16 Thread Jan Steffens via arch-commits
Date: Thursday, July 16, 2020 @ 15:54:15
  Author: heftig
Revision: 391965

1.45.0-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 14:17:21 UTC (rev 391964)
+++ PKGBUILD2020-07-16 15:54:15 UTC (rev 391965)
@@ -5,7 +5,7 @@
 
 pkgname=('rust' 'lib32-rust-libs' 'rust-docs')
 epoch=1
-pkgver=1.44.1
+pkgver=1.45.0
 pkgrel=1
 
 _llvm_ver=10.0.0
@@ -23,7 +23,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$_llvm_ver/compiler-rt-$_llvm_ver.src.tar.xz"{,.sig})
 
-sha256sums=('7e2e64cb298dd5d5aea52eafe943ba0458fa82f2987fdcda1ff6f537b6f88473'
+sha256sums=('ba0495f12c7d4e8735f3fa9e036bfafd1ae58c26910393201e95b9d13c80cd7c'
 'SKIP'
 '6a7da64d3a0a7320577b68b9ca4933bdcab676e898b759850e827333c3282c75'
 'SKIP')


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 16:26:00
  Author: anthraxx
Revision: 391967

upgpkg: linux-hardened 5.7.9.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

--+
 PKGBUILD |8 
 config   |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 15:54:52 UTC (rev 391966)
+++ PKGBUILD2020-07-16 16:26:00 UTC (rev 391967)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.7.8.a
+pkgver=5.7.9.a
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -28,11 +28,11 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A'  # Daniel Micay
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('afb577b88e400758ea64109937bb514ab8171fe9c5613138928ac232a3844dc6'
+sha256sums=('a87d3066a7849cd6ba9a004311a9ee0402d29d17f12f64ad7d942447070b43f8'
 'SKIP'
-'6821f92bd2bde3a3938d17b070d70f18a2f33cae81647567b5a4d94c9cd75f3d'
+'09d12b596dc5d9091e04ddb1e5eec5667c9c9389a26a3767a5d321988067b864'
 'SKIP'
-'15ce09447b7e9b28425c1df5961c955378f2829e4115037337eef347b1db3d9d'
+'e4fae0b10f47f563945f0e31cc5745e7ea847409d855d52cfa6f9aefa01f5a07'
 '8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c')
 
 export KBUILD_BUILD_HOST=archlinux

Modified: config
===
--- config  2020-07-16 15:54:52 UTC (rev 391966)
+++ config  2020-07-16 16:26:00 UTC (rev 391967)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.7.8 Kernel Configuration
+# Linux/x86 5.7.9 Kernel Configuration
 #
 
 #


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 16:26:06
  Author: anthraxx
Revision: 391968

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 391967, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 391967, linux-hardened/trunk/config)
  linux-hardened/repos/extra-x86_64/sphinx-workaround.patch
(from rev 391967, linux-hardened/trunk/sphinx-workaround.patch)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config
  linux-hardened/repos/extra-x86_64/sphinx-workaround.patch

-+
 PKGBUILD|  412 
 config  |21678 +++---
 sphinx-workaround.patch |   26 
 3 files changed, 11058 insertions(+), 11058 deletions(-)

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


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

2020-07-16 Thread Christian Hesse via arch-commits
Date: Thursday, July 16, 2020 @ 16:37:56
  Author: eworm
Revision: 391970

archrelease: copy trunk to testing-x86_64

Added:
  gpgme/repos/testing-x86_64/
  gpgme/repos/testing-x86_64/PKGBUILD
(from rev 391969, gpgme/trunk/PKGBUILD)

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

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 391969, 
gpgme/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-16 16:37:56 UTC (rev 391970)
@@ -0,0 +1,82 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgbase=gpgme
+pkgname=(gpgme qgpgme python-gpgme)
+pkgver=1.14.0
+pkgrel=1
+_python_ver=3.8
+pkgdesc="A C wrapper library for GnuPG"
+arch=('x86_64')
+url='https://www.gnupg.org/related_software/gpgme/'
+license=('LGPL')
+makedepends=('libgpg-error' 'gnupg' 'qt5-base' 'python' 'swig')
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('cef1f710a6b0d28f5b44242713ad373702d1466dcbe512eb4e754d7f35cd4307'
+'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  export PYTHONHASHSEED=0
+  ./configure \
+--prefix=/usr \
+--disable-fd-passing \
+--disable-static \
+--disable-gpgsm-test
+  make
+
+  # ensure reproducibility of .pyc files
+  touch -d @$SOURCE_DATE_EPOCH lang/python/version.py
+  touch -d @$SOURCE_DATE_EPOCH 
lang/python/python${_python_ver}-gpg/lib.linux-x86_64-${_python_ver}/gpg/gpgme.py
+  
+  # .pyc files will be created if check() is used - generate them here
+  
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+
+  # this test fails with gnupg (FS#66572)
+  sed -i 's#"t-keylist-secret",##' tests/json/t-json.c
+
+  make check
+
+  # ensure reproducibilty whether test-suite is run or not
+  find . -name *.pyc -exec rm {} +
+}
+
+package_gpgme() {
+  depends=('libgpg-error' 'gnupg>=2')
+  options=('!emptydirs')
+  provides=('libgpgme.so'
+'libgpgmepp.so')
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # split qgpgme
+  rm -r "${pkgdir}"/usr/include/{qgpgme,QGpgME}/
+  rm -r "${pkgdir}"/usr/lib/{cmake/QGpgme/,libqgpgme.*}
+  rm -r "${pkgdir}"/usr/lib/python*
+}
+
+package_qgpgme() {
+  pkgdesc="Qt bindings for GPGme"
+  depends=('gpgme' 'qt5-base')
+
+  cd ${pkgbase}-${pkgver}/lang/qt
+
+  make DESTDIR="${pkgdir}" install
+}
+
+package_python-gpgme() {
+  pkgdesc="Python bindings for GPGme"
+  depends=('gpgme' 'python')
+
+  cd ${pkgbase}-${pkgver}/lang/python
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-16 Thread Christian Hesse via arch-commits
Date: Thursday, July 16, 2020 @ 16:37:49
  Author: eworm
Revision: 391969

upgpkg: gpgme 1.14.0-1: new upstream release

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 16:26:06 UTC (rev 391968)
+++ PKGBUILD2020-07-16 16:37:49 UTC (rev 391969)
@@ -4,8 +4,8 @@
 
 pkgbase=gpgme
 pkgname=(gpgme qgpgme python-gpgme)
-pkgver=1.13.1
-pkgrel=7
+pkgver=1.14.0
+pkgrel=1
 _python_ver=3.8
 pkgdesc="A C wrapper library for GnuPG"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('libgpg-error' 'gnupg' 'qt5-base' 'python' 'swig')
 
source=("https://www.gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('c4e30b227682374c23cddc7fdb9324a99694d907e79242a25a4deeedb393be46'
+sha256sums=('cef1f710a6b0d28f5b44242713ad373702d1466dcbe512eb4e754d7f35cd4307'
 'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:20:30
  Author: aginiewicz
Revision: 664126

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:20:23 UTC (rev 664125)
+++ PKGBUILD2020-07-16 17:20:30 UTC (rev 664126)
@@ -1,38 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.12.1
-pkgrel=1
-pkgdesc="A library to manipulate font files from Python"
-url="https://github.com/fonttools/fonttools";
-license=("MIT")
-arch=('x86_64')
-depends=("python")
-makedepends=("cython")
-optdepends=("python-lxml: faster backend for XML files reading/writing"
-   "python-fs: to read/write UFO source files, "
-   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
-   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
-   "python-scipy: for finding wrong contour/component order between 
different masters"
-   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
-   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
-   "python-sympy: for symbolic font statistics analysis"
-   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
-   "python-reportlab: to drawing glyphs as PNG images"
-"python-lz4: for graphite type tables in ttLib/tables")
-source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip";)
-sha256sums=('4b790ebb2e009282b84db896cb6f31332038c79829b5c29c432481b6df058ece')
-
-build() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/fonttools-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 664125, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:20:30 UTC (rev 664126)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.13.0
+pkgrel=1
+pkgdesc="A library to manipulate font files from Python"
+url="https://github.com/fonttools/fonttools";
+license=("MIT")
+arch=('x86_64')
+depends=("python")
+makedepends=("cython")
+optdepends=("python-lxml: faster backend for XML files reading/writing"
+   "python-fs: to read/write UFO source files, "
+   "python-brotli: to compress/decompress WOFF 2.0 web fonts"
+   "python-zopfli: faster backend fom WOFF 1.0 web fonts compression"
+   "python-scipy: for finding wrong contour/component order between 
different masters"
+   "python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel"
+   "python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx"
+   "python-sympy: for symbolic font statistics analysis"
+   "python-pyqt5: for drawing glyphs with Qt's QPainterPath"
+   "python-reportlab: to drawing glyphs as PNG images"
+"python-lz4: for graphite type tables in ttLib/tables")
+source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip";)
+sha256sums=('63987cd374c39a75146748f8be8637634221e53fef15cdf76f1676d8545a')
+
+build() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/fonttools-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m755 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:20:23
  Author: aginiewicz
Revision: 664125

upgpkg: python-fonttools 4.13.0-1: python-fonttools: new upstream release

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 15:34:08 UTC (rev 664124)
+++ PKGBUILD2020-07-16 17:20:23 UTC (rev 664125)
@@ -3,7 +3,7 @@
 # Contributor: flying sheep 
 
 pkgname=python-fonttools
-pkgver=4.12.1
+pkgver=4.13.0
 pkgrel=1
 pkgdesc="A library to manipulate font files from Python"
 url="https://github.com/fonttools/fonttools";
@@ -23,7 +23,7 @@
"python-reportlab: to drawing glyphs as PNG images"
 "python-lz4: for graphite type tables in ttLib/tables")
 
source=("https://github.com/fonttools/fonttools/releases/download/${pkgver}/fonttools-${pkgver}.zip";)
-sha256sums=('4b790ebb2e009282b84db896cb6f31332038c79829b5c29c432481b6df058ece')
+sha256sums=('63987cd374c39a75146748f8be8637634221e53fef15cdf76f1676d8545a')
 
 build() {
   cd "$srcdir"/fonttools-${pkgver}


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

2020-07-16 Thread Alexander Rødseth via arch-commits
Date: Thursday, July 16, 2020 @ 17:26:49
  Author: arodseth
Revision: 664127

upgpkg: moosefs 3.0.113-1

Modified:
  moosefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 17:20:30 UTC (rev 664126)
+++ PKGBUILD2020-07-16 17:26:49 UTC (rev 664127)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=moosefs
-pkgver=3.0.112
+pkgver=3.0.113
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='https://moosefs.com/'
@@ -12,7 +12,7 @@
 depends=(fuse2 libpcap python xfsprogs)
 
source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz";
 moosefs.sysusers)
-sha256sums=('346c83a0cdbd9a46a2e3610e3e76c2bb19356711a95d4c57f82c47beb5808323'
+sha256sums=('17f0716202ba42ad37dcb57f3b400583e022a62438a1b8fbe70cc1c71288b48f'
 'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
 
 build() {


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

2020-07-16 Thread Alexander Rødseth via arch-commits
Date: Thursday, July 16, 2020 @ 17:26:56
  Author: arodseth
Revision: 664128

archrelease: copy trunk to community-x86_64

Added:
  moosefs/repos/community-x86_64/PKGBUILD
(from rev 664127, moosefs/trunk/PKGBUILD)
  moosefs/repos/community-x86_64/moosefs.sysusers
(from rev 664127, moosefs/trunk/moosefs.sysusers)
Deleted:
  moosefs/repos/community-x86_64/PKGBUILD
  moosefs/repos/community-x86_64/moosefs.sysusers

--+
 PKGBUILD |   88 ++---
 moosefs.sysusers |2 -
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:26:49 UTC (rev 664127)
+++ PKGBUILD2020-07-16 17:26:56 UTC (rev 664128)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.112
-pkgrel=1
-pkgdesc='High performing and fault tolerant distributed file system'
-url='https://moosefs.com/'
-replaces=(mfs-master mfs-chunkserver mfs-client)
-conflicts=(mfs-master mfs-chunkserver mfs-client)
-arch=(x86_64)
-license=(GPL2)
-depends=(fuse2 libpcap python xfsprogs)
-source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz";
-moosefs.sysusers)
-sha256sums=('346c83a0cdbd9a46a2e3610e3e76c2bb19356711a95d4c57f82c47beb5808323'
-'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure \
---localstatedir=/var/lib \
---mandir=/usr/share/man \
---prefix=/usr \
---sysconfdir=/etc \
---with-default-group=mfs \
---with-default-user=mfs \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
-
-  # Move mount.moosefs from sbin to usr/bin. They end up in
-  # /usr/bin just the same, but this silences a warning
-  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
-  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
-  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
-
-  install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# getver: moosefs.com/download/sources.html
-# vim: ts=2 sw=2 et:

Copied: moosefs/repos/community-x86_64/PKGBUILD (from rev 664127, 
moosefs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:26:56 UTC (rev 664128)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.113
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='https://moosefs.com/'
+replaces=(mfs-master mfs-chunkserver mfs-client)
+conflicts=(mfs-master mfs-chunkserver mfs-client)
+arch=(x86_64)
+license=(GPL2)
+depends=(fuse2 libpcap python xfsprogs)
+source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz";
+moosefs.sysusers)
+sha256sums=('17f0716202ba42ad37dcb57f3b400583e022a62438a1b8fbe70cc1c71288b48f'
+'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure \
+--localstatedir=/var/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-default-group=mfs \
+--with-default-user=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
+
+  # Move mount.moosefs from sbin to usr/bin. They end up in
+  # /usr/bin just the same, but this silences a warning
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
+
+  install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# getver: moosefs.com/download/sources.html
+# vim: ts=2 sw=2 et:

Deleted: moosefs.sysusers
===
--- moosefs.sysusers2020-07-16 17:26:49 UTC (rev 664127)
+++ moosefs.sysusers2020-07-16 17:26:56 UTC (rev 664128)
@@ -1 +0,0 @@
-u mfs - "MooseFS" /var/lib/mfs

Copied: moosefs/repos/community-x86_64/moosefs.sysusers (from rev 664127, 
moosefs/trunk/moosefs.sysusers)
===
--- moosefs.sysusers(rev 0)
+++ moosefs.sysusers2020-07-16 17:26:56 UTC (rev 664128)
@@ -0,0 +1 @@
+u mfs - "MooseFS" /var/lib/mfs


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

2020-07-16 Thread Alexander Rødseth via arch-commits
Date: Thursday, July 16, 2020 @ 17:27:36
  Author: arodseth
Revision: 664129

archrelease: copy trunk to community-x86_64

Added:
  moosefs/repos/community-x86_64/PKGBUILD
(from rev 664128, moosefs/trunk/PKGBUILD)
  moosefs/repos/community-x86_64/moosefs.sysusers
(from rev 664128, moosefs/trunk/moosefs.sysusers)
Deleted:
  moosefs/repos/community-x86_64/PKGBUILD
  moosefs/repos/community-x86_64/moosefs.sysusers

--+
 PKGBUILD |   88 ++---
 moosefs.sysusers |2 -
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:26:56 UTC (rev 664128)
+++ PKGBUILD2020-07-16 17:27:36 UTC (rev 664129)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.113
-pkgrel=1
-pkgdesc='High performing and fault tolerant distributed file system'
-url='https://moosefs.com/'
-replaces=(mfs-master mfs-chunkserver mfs-client)
-conflicts=(mfs-master mfs-chunkserver mfs-client)
-arch=(x86_64)
-license=(GPL2)
-depends=(fuse2 libpcap python xfsprogs)
-source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz";
-moosefs.sysusers)
-sha256sums=('17f0716202ba42ad37dcb57f3b400583e022a62438a1b8fbe70cc1c71288b48f'
-'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure \
---localstatedir=/var/lib \
---mandir=/usr/share/man \
---prefix=/usr \
---sysconfdir=/etc \
---with-default-group=mfs \
---with-default-user=mfs \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
-
-  # Move mount.moosefs from sbin to usr/bin. They end up in
-  # /usr/bin just the same, but this silences a warning
-  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
-  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
-  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
-
-  install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# getver: moosefs.com/download/sources.html
-# vim: ts=2 sw=2 et:

Copied: moosefs/repos/community-x86_64/PKGBUILD (from rev 664128, 
moosefs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:27:36 UTC (rev 664129)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.113
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='https://moosefs.com/'
+replaces=(mfs-master mfs-chunkserver mfs-client)
+conflicts=(mfs-master mfs-chunkserver mfs-client)
+arch=(x86_64)
+license=(GPL2)
+depends=(fuse2 libpcap python xfsprogs)
+source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz";
+moosefs.sysusers)
+sha256sums=('17f0716202ba42ad37dcb57f3b400583e022a62438a1b8fbe70cc1c71288b48f'
+'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure \
+--localstatedir=/var/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-default-group=mfs \
+--with-default-user=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
+
+  # Move mount.moosefs from sbin to usr/bin. They end up in
+  # /usr/bin just the same, but this silences a warning
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
+
+  install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# getver: moosefs.com/download/sources.html
+# vim: ts=2 sw=2 et:

Deleted: moosefs.sysusers
===
--- moosefs.sysusers2020-07-16 17:26:56 UTC (rev 664128)
+++ moosefs.sysusers2020-07-16 17:27:36 UTC (rev 664129)
@@ -1 +0,0 @@
-u mfs - "MooseFS" /var/lib/mfs

Copied: moosefs/repos/community-x86_64/moosefs.sysusers (from rev 664128, 
moosefs/trunk/moosefs.sysusers)
===
--- moosefs.sysusers(rev 0)
+++ moosefs.sysusers2020-07-16 17:27:36 UTC (rev 664129)
@@ -0,0 +1 @@
+u mfs - "MooseFS" /var/lib/mfs


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:27:55
  Author: aginiewicz
Revision: 664131

archrelease: copy trunk to community-any

Added:
  python-pandas-datareader/repos/community-any/PKGBUILD
(from rev 664130, python-pandas-datareader/trunk/PKGBUILD)
Deleted:
  python-pandas-datareader/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:27:49 UTC (rev 664130)
+++ PKGBUILD2020-07-16 17:27:55 UTC (rev 664131)
@@ -1,28 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-# TODO: move optional python-requests-cache
-
-pkgname='python-pandas-datareader'
-pkgver=0.8.1
-pkgrel=2
-pkgdesc="Data readers extracted from the pandas codebase"
-arch=('any')
-url="https://github.com/pydata/pandas-datareader";
-license=('BSD')
-depends=('python-pandas' 'python-lxml' 'python-requests' 'python-wrapt')
-makedepends=('python-setuptools')
-source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz";)
-sha256sums=('a7d8343c69d1fb76f80e3bc6d1280cb0525ead41f54da53746ad0205bfd6bd31')
-
-build() {
-  cd "$srcdir"/pandas-datareader-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/pandas-datareader-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-pandas-datareader/repos/community-any/PKGBUILD (from rev 664130, 
python-pandas-datareader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:27:55 UTC (rev 664131)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz 
+
+# TODO: move optional python-requests-cache
+
+pkgname=python-pandas-datareader
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Data readers extracted from the pandas codebase"
+arch=('any')
+url="https://github.com/pydata/pandas-datareader";
+license=('BSD')
+depends=('python-pandas' 'python-lxml' 'python-requests')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz";)
+sha256sums=('f7de31b193fcf16bf4ec794beba28f371b8423a0edeef4433ec8a29c9eb028ca')
+
+build() {
+  cd "$srcdir"/pandas-datareader-${pkgver}
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/pandas-datareader-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:27:49
  Author: aginiewicz
Revision: 664130

upgpkg: python-pandas-datareader 0.9.0-1: python-pandas-datareader: new 
upstream release

Modified:
  python-pandas-datareader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 17:27:36 UTC (rev 664129)
+++ PKGBUILD2020-07-16 17:27:49 UTC (rev 664130)
@@ -2,17 +2,17 @@
 
 # TODO: move optional python-requests-cache
 
-pkgname='python-pandas-datareader'
-pkgver=0.8.1
-pkgrel=2
+pkgname=python-pandas-datareader
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Data readers extracted from the pandas codebase"
 arch=('any')
 url="https://github.com/pydata/pandas-datareader";
 license=('BSD')
-depends=('python-pandas' 'python-lxml' 'python-requests' 'python-wrapt')
+depends=('python-pandas' 'python-lxml' 'python-requests')
 makedepends=('python-setuptools')
-source=("https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz";)
-sha256sums=('a7d8343c69d1fb76f80e3bc6d1280cb0525ead41f54da53746ad0205bfd6bd31')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz";)
+sha256sums=('f7de31b193fcf16bf4ec794beba28f371b8423a0edeef4433ec8a29c9eb028ca')
 
 build() {
   cd "$srcdir"/pandas-datareader-${pkgver}


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:29:41
  Author: aginiewicz
Revision: 664132

upgpkg: python-joblib 0.16.0-1: python-joblib: new upstream release

Modified:
  python-joblib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 17:27:55 UTC (rev 664131)
+++ PKGBUILD2020-07-16 17:29:41 UTC (rev 664132)
@@ -1,8 +1,8 @@
 # Maintainer: Andrzej Giniewicz 
 # Contributor: Francois Boulogne 
 
-pkgname='python-joblib'
-pkgver=0.14.1
+pkgname=python-joblib
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="Set of tools to provide lightweight pipelining in Python"
 arch=('any')
@@ -12,8 +12,8 @@
 optdepends=('python-numpy: for array manipulation'
 'python-lz4: for compressed serialization')
 makedepends=('python-setuptools')
-source=("https://github.com/joblib/joblib/archive/${pkgver}.tar.gz";)
-sha256sums=('9cf07185bd8c778b2515f76b19a04af4979d417356e330fd90edebf8cfd29793')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/joblib/joblib/archive/${pkgver}.tar.gz";)
+sha256sums=('172f59cc7381149063c808ef8a644ad18bcb9290f1729d49f1368fc976f57662')
 
 build() {
   cd "$srcdir"/joblib-${pkgver}


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:29:43
  Author: aginiewicz
Revision: 664133

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:29:41 UTC (rev 664132)
+++ PKGBUILD2020-07-16 17:29:43 UTC (rev 664133)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Francois Boulogne 
-
-pkgname='python-joblib'
-pkgver=0.14.1
-pkgrel=1
-pkgdesc="Set of tools to provide lightweight pipelining in Python"
-arch=('any')
-url="https://joblib.readthedocs.io/";
-license=('BSD')
-depends=('python')
-optdepends=('python-numpy: for array manipulation'
-'python-lz4: for compressed serialization')
-makedepends=('python-setuptools')
-source=("https://github.com/joblib/joblib/archive/${pkgver}.tar.gz";)
-sha256sums=('9cf07185bd8c778b2515f76b19a04af4979d417356e330fd90edebf8cfd29793')
-
-build() {
-  cd "$srcdir"/joblib-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/joblib-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-joblib/repos/community-any/PKGBUILD (from rev 664132, 
python-joblib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:29:43 UTC (rev 664133)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Francois Boulogne 
+
+pkgname=python-joblib
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="Set of tools to provide lightweight pipelining in Python"
+arch=('any')
+url="https://joblib.readthedocs.io/";
+license=('BSD')
+depends=('python')
+optdepends=('python-numpy: for array manipulation'
+'python-lz4: for compressed serialization')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/joblib/joblib/archive/${pkgver}.tar.gz";)
+sha256sums=('172f59cc7381149063c808ef8a644ad18bcb9290f1729d49f1368fc976f57662')
+
+build() {
+  cd "$srcdir"/joblib-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/joblib-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:31:53
  Author: aginiewicz
Revision: 664134

upgpkg: python-threadpoolctl 2.1.0-1: python-threadpoolctl: new upstream release

Modified:
  python-threadpoolctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 17:29:43 UTC (rev 664133)
+++ PKGBUILD2020-07-16 17:31:53 UTC (rev 664134)
@@ -2,7 +2,7 @@
 # Contributor: Butui Hu 
 
 pkgname=python-threadpoolctl
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Python helpers to limit the number of threads used in native 
libraries that handle their own internal threadpool"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz";)
-sha256sums=('48b3e3e9ee079d6b5295c65cbe255b36a3026afc6dde3fb49c085cd0c004bbcf')
+sha256sums=('ddc57c96a38beb63db45d6c159b5ab07b6bced12c45a1f07b2b92f272aebfa6b')
 
 build() {
   cd "$srcdir"/threadpoolctl-${pkgver}


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

2020-07-16 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, July 16, 2020 @ 17:31:55
  Author: aginiewicz
Revision: 664135

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:31:53 UTC (rev 664134)
+++ PKGBUILD2020-07-16 17:31:55 UTC (rev 664135)
@@ -1,25 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Butui Hu 
-
-pkgname=python-threadpoolctl
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Python helpers to limit the number of threads used in native 
libraries that handle their own internal threadpool"
-arch=('any')
-url="https://github.com/joblib/threadpoolctl";
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz";)
-sha256sums=('48b3e3e9ee079d6b5295c65cbe255b36a3026afc6dde3fb49c085cd0c004bbcf')
-
-build() {
-  cd "$srcdir"/threadpoolctl-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/threadpoolctl-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-threadpoolctl/repos/community-any/PKGBUILD (from rev 664134, 
python-threadpoolctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:31:55 UTC (rev 664135)
@@ -0,0 +1,25 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Butui Hu 
+
+pkgname=python-threadpoolctl
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Python helpers to limit the number of threads used in native 
libraries that handle their own internal threadpool"
+arch=('any')
+url="https://github.com/joblib/threadpoolctl";
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz";)
+sha256sums=('ddc57c96a38beb63db45d6c159b5ab07b6bced12c45a1f07b2b92f272aebfa6b')
+
+build() {
+  cd "$srcdir"/threadpoolctl-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/threadpoolctl-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in cage/trunk (PKGBUILD cage-0.1.2-scdoc.patch)

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 17:44:23
  Author: dvzrv
Revision: 664136

upgpkg: cage 0.1.2.1-1: Upgrading to 0.1.2.1.

Removing now included patch for scdoc man page generation.

Modified:
  cage/trunk/PKGBUILD
Deleted:
  cage/trunk/cage-0.1.2-scdoc.patch

+
 PKGBUILD   |   13 +++--
 cage-0.1.2-scdoc.patch |   13 -
 2 files changed, 3 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 17:31:55 UTC (rev 664135)
+++ PKGBUILD2020-07-16 17:44:23 UTC (rev 664136)
@@ -2,7 +2,7 @@
 # Maintainer: Brett Cornwall 
 
 pkgname=cage
-pkgver=0.1.2
+pkgver=0.1.2.1
 pkgrel=1
 pkgdesc="A kiosk compositor for Wayland"
 arch=('x86_64')
@@ -12,17 +12,10 @@
 makedepends=('git' 'meson' 'scdoc' 'wayland-protocols' 'wlroots'
 'xorg-server-xwayland')
 optdepends=('xorg-server-xwayland: X11 support')
-source=("${pkgname}::git+https://github.com/Hjdskes/${pkgname}.git#tag=v${pkgver}?signed";
-"${pkgname}-0.1.2-scdoc.patch")
-sha512sums=('SKIP'
-
'20cb1ccfd14c6e27df6487c42d98fde672fec084bcd221717aeeceed7739705cc7d8ac5261bfa526c8f20f37305f2c5827f023d620aaebba1d83ea2385d29d9a')
+source=("${pkgname}::git+https://github.com/Hjdskes/${pkgname}.git#tag=v${pkgver}?signed";)
+sha512sums=('SKIP')
 validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes 

 
-prepare() {
-  cd "$pkgname"
-  patch -Np1 -i "../${pkgname}-0.1.2-scdoc.patch"
-}
-
 build() {
   cd "$pkgname"
   arch-meson --prefix=/usr \

Deleted: cage-0.1.2-scdoc.patch
===
--- cage-0.1.2-scdoc.patch  2020-07-16 17:31:55 UTC (rev 664135)
+++ cage-0.1.2-scdoc.patch  2020-07-16 17:44:23 UTC (rev 664136)
@@ -1,13 +0,0 @@
-diff --git i/cage.1.scd w/cage.1.scd
-index a67cddf..4ca1bea 100644
 i/cage.1.scd
-+++ w/cage.1.scd
-@@ -32,7 +32,7 @@ activities outside the scope of the running application are 
prevented.
-   times, each resulting in an additional 90 degrees clockwise rotation.
- 
- *-s*
--  Allow VT switching
-+  Allow VT switching
- 
- *-v*
-   Show the version number and exit.


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

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 17:44:54
  Author: dvzrv
Revision: 664137

archrelease: copy trunk to community-staging-x86_64

Added:
  cage/repos/community-staging-x86_64/PKGBUILD
(from rev 664136, cage/trunk/PKGBUILD)
Deleted:
  cage/repos/community-staging-x86_64/PKGBUILD
  cage/repos/community-staging-x86_64/cage-0.1.2-scdoc.patch

+
 PKGBUILD   |   83 +--
 cage-0.1.2-scdoc.patch |   13 ---
 2 files changed, 38 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:44:23 UTC (rev 664136)
+++ PKGBUILD2020-07-16 17:44:54 UTC (rev 664137)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Brett Cornwall 
-
-pkgname=cage
-pkgver=0.1.2
-pkgrel=1
-pkgdesc="A kiosk compositor for Wayland"
-arch=('x86_64')
-url="https://www.hjdskes.nl/projects/cage/";
-license=('MIT')
-depends=('glibc' 'libxkbcommon' 'polkit' 'pixman' 'wayland')
-makedepends=('git' 'meson' 'scdoc' 'wayland-protocols' 'wlroots'
-'xorg-server-xwayland')
-optdepends=('xorg-server-xwayland: X11 support')
-source=("${pkgname}::git+https://github.com/Hjdskes/${pkgname}.git#tag=v${pkgver}?signed";
-"${pkgname}-0.1.2-scdoc.patch")
-sha512sums=('SKIP'
-
'20cb1ccfd14c6e27df6487c42d98fde672fec084bcd221717aeeceed7739705cc7d8ac5261bfa526c8f20f37305f2c5827f023d620aaebba1d83ea2385d29d9a')
-validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes 

-
-prepare() {
-  cd "$pkgname"
-  patch -Np1 -i "../${pkgname}-0.1.2-scdoc.patch"
-}
-
-build() {
-  cd "$pkgname"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- -Dxwayland=true \
- build
-  ninja -C build
-}
-
-package() {
-  depends+=('libwlroots.so')
-  cd "$pkgname"
-  DESTDIR="${pkgdir}" meson install -C build
-  #docs
-  install -vDm 644 README.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: cage/repos/community-staging-x86_64/PKGBUILD (from rev 664136, 
cage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:44:54 UTC (rev 664137)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+# Maintainer: Brett Cornwall 
+
+pkgname=cage
+pkgver=0.1.2.1
+pkgrel=1
+pkgdesc="A kiosk compositor for Wayland"
+arch=('x86_64')
+url="https://www.hjdskes.nl/projects/cage/";
+license=('MIT')
+depends=('glibc' 'libxkbcommon' 'polkit' 'pixman' 'wayland')
+makedepends=('git' 'meson' 'scdoc' 'wayland-protocols' 'wlroots'
+'xorg-server-xwayland')
+optdepends=('xorg-server-xwayland: X11 support')
+source=("${pkgname}::git+https://github.com/Hjdskes/${pkgname}.git#tag=v${pkgver}?signed";)
+sha512sums=('SKIP')
+validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes 

+
+build() {
+  cd "$pkgname"
+  arch-meson --prefix=/usr \
+ --libdir=lib \
+ --buildtype=release \
+ -Dxwayland=true \
+ build
+  ninja -C build
+}
+
+package() {
+  depends+=('libwlroots.so')
+  cd "$pkgname"
+  DESTDIR="${pkgdir}" meson install -C build
+  #docs
+  install -vDm 644 README.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+}

Deleted: cage-0.1.2-scdoc.patch
===
--- cage-0.1.2-scdoc.patch  2020-07-16 17:44:23 UTC (rev 664136)
+++ cage-0.1.2-scdoc.patch  2020-07-16 17:44:54 UTC (rev 664137)
@@ -1,13 +0,0 @@
-diff --git i/cage.1.scd w/cage.1.scd
-index a67cddf..4ca1bea 100644
 i/cage.1.scd
-+++ w/cage.1.scd
-@@ -32,7 +32,7 @@ activities outside the scope of the running application are 
prevented.
-   times, each resulting in an additional 90 degrees clockwise rotation.
- 
- *-s*
--  Allow VT switching
-+  Allow VT switching
- 
- *-v*
-   Show the version number and exit.


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

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 17:55:17
  Author: dvzrv
Revision: 664138

upgpkg: lv2lint 0.8.0-1: Upgrading to 0.8.0.

Adding PGP signature of upstream developer:
'5AE26CEBBF49705C19FB273A30258F99258CB76A': Hanspeter Portner 
.
Enabling LTO and PIE per meson flags.

Modified:
  lv2lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 17:44:54 UTC (rev 664137)
+++ PKGBUILD2020-07-16 17:55:17 UTC (rev 664138)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=lv2lint
-pkgver=0.6.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Check whether a given LV2 plugin is up to the specification"
 arch=('x86_64')
@@ -9,12 +9,23 @@
 license=('Artistic2.0')
 depends=('glibc' 'libelf')
 makedepends=('curl' 'lilv' 'lv2' 'meson')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('df8e53b55ff88f088ad8290be765fc33fded72359541e9f5342e7282445d3f310c0f94694450d3d42ad26afd34ae39004b5db33c85bd6bfc50248329082a639e')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('3531f5cb6534b6fe79584a52c5fec0520a7bec5af95b48401c6bfe75409b9317ad9cc0ff873a849de9897bd35e1a076f664cd885443126e2c21d9a58b95d6891'
+'SKIP')
+b2sums=('d56b3de13b6eae1f54403add02f30e2fa82edb2ccaef2f967268c78f3614dc9901a75ac444d38df53722f2ae2ea95db46b9635a3e6cc4d4226df245abbb41655'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

 
 build() {
   cd "$pkgname-$pkgver"
   meson --prefix=/usr \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
 -Donline-tests=true \
 -Delf-tests=true \
 build


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

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 17:55:22
  Author: dvzrv
Revision: 664139

archrelease: copy trunk to community-x86_64

Added:
  lv2lint/repos/community-x86_64/PKGBUILD
(from rev 664138, lv2lint/trunk/PKGBUILD)
Deleted:
  lv2lint/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:55:17 UTC (rev 664138)
+++ PKGBUILD2020-07-16 17:55:22 UTC (rev 664139)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=lv2lint
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Check whether a given LV2 plugin is up to the specification"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/lv2lint/";
-license=('Artistic2.0')
-depends=('glibc' 'libelf')
-makedepends=('curl' 'lilv' 'lv2' 'meson')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('df8e53b55ff88f088ad8290be765fc33fded72359541e9f5342e7282445d3f310c0f94694450d3d42ad26afd34ae39004b5db33c85bd6bfc50248329082a639e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix=/usr \
--Donline-tests=true \
--Delf-tests=true \
-build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  ninja -C build test
-}
-
-package() {
-  depends+=('libcurl.so' 'liblilv-0.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="$pkgdir/" ninja -C build install
-  install -vDm 644 {ChangeLog,README.md,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: lv2lint/repos/community-x86_64/PKGBUILD (from rev 664138, 
lv2lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:55:22 UTC (rev 664139)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+
+pkgname=lv2lint
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Check whether a given LV2 plugin is up to the specification"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/lv2lint/";
+license=('Artistic2.0')
+depends=('glibc' 'libelf')
+makedepends=('curl' 'lilv' 'lv2' 'meson')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('3531f5cb6534b6fe79584a52c5fec0520a7bec5af95b48401c6bfe75409b9317ad9cc0ff873a849de9897bd35e1a076f664cd885443126e2c21d9a58b95d6891'
+'SKIP')
+b2sums=('d56b3de13b6eae1f54403add02f30e2fa82edb2ccaef2f967268c78f3614dc9901a75ac444d38df53722f2ae2ea95db46b9635a3e6cc4d4226df245abbb41655'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+-Donline-tests=true \
+-Delf-tests=true \
+build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  ninja -C build test
+}
+
+package() {
+  depends+=('libcurl.so' 'liblilv-0.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="$pkgdir/" ninja -C build install
+  install -vDm 644 {ChangeLog,README.md,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in midi_matrix.lv2/trunk (PKGBUILD)

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 17:59:26
  Author: dvzrv
Revision: 664140

upgpkg: midi_matrix.lv2 0.26.0-1: Upgrading to 0.26.0.

Adding PGP signature of upstream developer:
'5AE26CEBBF49705C19FB273A30258F99258CB76A': Hanspeter Portner 
.
Switching to meson from arch-meson and enabling LTO and PIE.
Removing useless prepare().
Enabling test in check().

Modified:
  midi_matrix.lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 17:55:22 UTC (rev 664139)
+++ PKGBUILD2020-07-16 17:59:26 UTC (rev 664140)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=midi_matrix.lv2
-pkgver=0.24.0
+pkgver=0.26.0
 pkgrel=1
 pkgdesc="A plugin for MIDI channel filtering, multiplication and rerouting"
 arch=('x86_64')
@@ -11,27 +11,29 @@
 depends=('glibc' 'libglvnd' 'libx11')
 makedepends=('glu' 'lv2' 'meson' 'sord')
 checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('e5b18f94ea3e1d27d103739c979fc57609367a0630a62e9727767fe2fdf4efbb9027060198a91e2b6a6ca83195ef88540a5275dc967067a2c9608b1fa6cb7eac')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('b2d7418de8d158562cc9b2dc6a7c37f1490a947e40861555d7f9baf68457eac67d7d9201cd42589b6f6b0d39e402611e5d241fe8899fb2eb04ea596abb20e78f'
+'SKIP')
+b2sums=('d90b1c31499e3e388639abefffdb63a610ce2de5e073d59e2bca98b50e23038c93b4b555c8c565dade60dd3b3d16ed206a4fd53ec65a604317b3b67445421c71'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

 
-prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir -v build
-}
-
 build() {
   cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- build
+  meson --prefix=/usr \
+--libdir=lib \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
   ninja -C build
 }
 
 check() {
   cd "$pkgname-$pkgver"
-  # check fails due to currently broken lv2_validate in lv2
-  #  meson test -C build
+  meson test -C build
   lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/midi_matrix#channel_filter";
 }
 


[arch-commits] Commit in midi_matrix.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 17:59:31
  Author: dvzrv
Revision: 664141

archrelease: copy trunk to community-x86_64

Added:
  midi_matrix.lv2/repos/community-x86_64/PKGBUILD
(from rev 664140, midi_matrix.lv2/trunk/PKGBUILD)
Deleted:
  midi_matrix.lv2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 17:59:26 UTC (rev 664140)
+++ PKGBUILD2020-07-16 17:59:31 UTC (rev 664141)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=midi_matrix.lv2
-pkgver=0.24.0
-pkgrel=1
-pkgdesc="A plugin for MIDI channel filtering, multiplication and rerouting"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/midi_matrix/";
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('glibc' 'libglvnd' 'libx11')
-makedepends=('glu' 'lv2' 'meson' 'sord')
-checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('e5b18f94ea3e1d27d103739c979fc57609367a0630a62e9727767fe2fdf4efbb9027060198a91e2b6a6ca83195ef88540a5275dc967067a2c9608b1fa6cb7eac')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir -v build
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  # check fails due to currently broken lv2_validate in lv2
-  #  meson test -C build
-  lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/midi_matrix#channel_filter";
-}
-
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: midi_matrix.lv2/repos/community-x86_64/PKGBUILD (from rev 664140, 
midi_matrix.lv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 17:59:31 UTC (rev 664141)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+
+pkgname=midi_matrix.lv2
+pkgver=0.26.0
+pkgrel=1
+pkgdesc="A plugin for MIDI channel filtering, multiplication and rerouting"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/midi_matrix/";
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc' 'libglvnd' 'libx11')
+makedepends=('glu' 'lv2' 'meson' 'sord')
+checkdepends=('lv2lint')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('b2d7418de8d158562cc9b2dc6a7c37f1490a947e40861555d7f9baf68457eac67d7d9201cd42589b6f6b0d39e402611e5d241fe8899fb2eb04ea596abb20e78f'
+'SKIP')
+b2sums=('d90b1c31499e3e388639abefffdb63a610ce2de5e073d59e2bca98b50e23038c93b4b555c8c565dade60dd3b3d16ed206a4fd53ec65a604317b3b67445421c71'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+--libdir=lib \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  meson test -C build
+  lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/midi_matrix#channel_filter";
+}
+
+
+package() {
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 18:03:59
  Author: dvzrv
Revision: 664143

archrelease: copy trunk to community-x86_64

Added:
  patchmatrix/repos/community-x86_64/PKGBUILD
(from rev 664142, patchmatrix/trunk/PKGBUILD)
Deleted:
  patchmatrix/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 18:03:54 UTC (rev 664142)
+++ PKGBUILD2020-07-16 18:03:59 UTC (rev 664143)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=patchmatrix
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="A JACK patchbay in flow matrix style"
-arch=('x86_64')
-url="https://git.open-music-kontrollers.ch/lad/patchmatrix/about/";
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
-makedepends=('glu' 'jack' 'lv2' 'meson')
-source=("https://git.open-music-kontrollers.ch/lad/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('08125b84cdd653ec9ab0d54769095216b84349d256911ddf82641f748e61d3f66a0e2bcee2eed2689e80de9852a247aa9eec7fd1ec98635b3113b6d0d18a2e62')
-
-build() {
-  cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  meson test -C build
-}
-
-package() {
-  depends+=('libjack.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: patchmatrix/repos/community-x86_64/PKGBUILD (from rev 664142, 
patchmatrix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 18:03:59 UTC (rev 664143)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+
+pkgname=patchmatrix
+pkgver=0.20.0
+pkgrel=1
+pkgdesc="A JACK patchbay in flow matrix style"
+arch=('x86_64')
+url="https://git.open-music-kontrollers.ch/lad/patchmatrix/about/";
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
+makedepends=('glu' 'jack' 'lv2' 'meson')
+source=("https://git.open-music-kontrollers.ch/lad/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('5be32eaad63bd338d7bbce127a95e44ed4450818904e1de757d4dc2c03cb60032e9fb5999e335b2e17530e1cd36ca9398b2b965fddc42f8c5f76faa323521bf3'
+'SKIP')
+b2sums=('73779744c27d87365cadd0bb76d18d1a5c4e307ebeb1dd21099d020b2969e82adeeeb5e92ed34692f74f49848f540510b2afca431ec4148845c0fa98f505840d'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  meson test -C build
+}
+
+package() {
+  depends+=('libjack.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 18:03:54
  Author: dvzrv
Revision: 664142

upgpkg: patchmatrix 0.20.0-1: Upgrading to 0.20.0.

Adding PGP signature of upstream developer:
'5AE26CEBBF49705C19FB273A30258F99258CB76A': Hanspeter Portner 
.
Switching to meson from arch-meson and enabling LTO and PIE.

Modified:
  patchmatrix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 17:59:31 UTC (rev 664141)
+++ PKGBUILD2020-07-16 18:03:54 UTC (rev 664142)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=patchmatrix
-pkgver=0.18.0
+pkgver=0.20.0
 pkgrel=1
 pkgdesc="A JACK patchbay in flow matrix style"
 arch=('x86_64')
@@ -10,15 +10,24 @@
 groups=('lv2-plugins' 'pro-audio')
 depends=('glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
 makedepends=('glu' 'jack' 'lv2' 'meson')
-source=("https://git.open-music-kontrollers.ch/lad/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('08125b84cdd653ec9ab0d54769095216b84349d256911ddf82641f748e61d3f66a0e2bcee2eed2689e80de9852a247aa9eec7fd1ec98635b3113b6d0d18a2e62')
+source=("https://git.open-music-kontrollers.ch/lad/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('5be32eaad63bd338d7bbce127a95e44ed4450818904e1de757d4dc2c03cb60032e9fb5999e335b2e17530e1cd36ca9398b2b965fddc42f8c5f76faa323521bf3'
+'SKIP')
+b2sums=('73779744c27d87365cadd0bb76d18d1a5c4e307ebeb1dd21099d020b2969e82adeeeb5e92ed34692f74f49848f540510b2afca431ec4148845c0fa98f505840d'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

 
 build() {
   cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- build
+  meson --prefix=/usr \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
   ninja -C build
 }
 


[arch-commits] Commit in moony.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 18:09:54
  Author: dvzrv
Revision: 664145

archrelease: copy trunk to community-x86_64

Added:
  moony.lv2/repos/community-x86_64/PKGBUILD
(from rev 664144, moony.lv2/trunk/PKGBUILD)
Deleted:
  moony.lv2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 18:09:49 UTC (rev 664144)
+++ PKGBUILD2020-07-16 18:09:54 UTC (rev 664145)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=moony.lv2
-pkgver=0.32.0
-pkgrel=1
-pkgdesc="Easily add realtime programmable logic glue in LV2 plugin graphs"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/moony/";
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('glibc' 'libglvnd' 'libx11')
-makedepends=('glu' 'lv2' 'meson' 'sord')
-checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('ce7571284be0cf2eb0f25e0450f67d7398db2192557188d2854a8df78e307936af4ed1adac6cb9d34c314055250b9fb638b924271de6f570c1267615a375c7f4')
-
-build() {
-  cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  _plugin_names=('a1xa1' 'a2xa2' 'a4xa4' 'c1a1xc1a1' 'c1xc1' 'c2a1xc2a1'
-  'c2xc2' 'c4a1xc4a1' 'c4xc4')
-  for _plugin in ${_plugin_names[@]}; do
-lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/moony#${_plugin}";
-  done
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: moony.lv2/repos/community-x86_64/PKGBUILD (from rev 664144, 
moony.lv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 18:09:54 UTC (rev 664145)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+
+pkgname=moony.lv2
+pkgver=0.34.0
+pkgrel=1
+pkgdesc="Easily add realtime programmable logic glue in LV2 plugin graphs"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/moony/";
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc' 'libglvnd' 'libx11')
+makedepends=('glu' 'lv2' 'meson' 'sord')
+checkdepends=('lv2lint')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('4a83aa90495124f641a7f1f4147c0ef3e4cb05b8c92f016cb03e186039fa749b56cb527664d14f3bfe7b66ff5640193cf2ddc954cf21e9c6670531f236c8c027'
+'SKIP')
+b2sums=('8d60c31216e5cd7a534a8387b968ec10b5d04a029099605e738ab5dc55438c0c6bb2e09de4e40df25b974cff747649771f4e054255095e34ed0ebb28208d'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+--libdir=lib \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  _plugin_names=('a1xa1' 'a2xa2' 'a4xa4' 'c1a1xc1a1' 'c1xc1' 'c2a1xc2a1'
+  'c2xc2' 'c4a1xc4a1' 'c4xc4')
+  for _plugin in ${_plugin_names[@]}; do
+lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/moony#${_plugin}";
+  done
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in moony.lv2/trunk (PKGBUILD)

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 18:09:49
  Author: dvzrv
Revision: 664144

upgpkg: moony.lv2 0.34.0-1: Upgrading to 0.34.0.

Adding PGP signature of upstream developer:
'5AE26CEBBF49705C19FB273A30258F99258CB76A': Hanspeter Portner 
.
Switching to meson from arch-meson and enabling LTO and PIE.

Modified:
  moony.lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 18:03:59 UTC (rev 664143)
+++ PKGBUILD2020-07-16 18:09:49 UTC (rev 664144)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=moony.lv2
-pkgver=0.32.0
+pkgver=0.34.0
 pkgrel=1
 pkgdesc="Easily add realtime programmable logic glue in LV2 plugin graphs"
 arch=('x86_64')
@@ -11,15 +11,25 @@
 depends=('glibc' 'libglvnd' 'libx11')
 makedepends=('glu' 'lv2' 'meson' 'sord')
 checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('ce7571284be0cf2eb0f25e0450f67d7398db2192557188d2854a8df78e307936af4ed1adac6cb9d34c314055250b9fb638b924271de6f570c1267615a375c7f4')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('4a83aa90495124f641a7f1f4147c0ef3e4cb05b8c92f016cb03e186039fa749b56cb527664d14f3bfe7b66ff5640193cf2ddc954cf21e9c6670531f236c8c027'
+'SKIP')
+b2sums=('8d60c31216e5cd7a534a8387b968ec10b5d04a029099605e738ab5dc55438c0c6bb2e09de4e40df25b974cff747649771f4e054255095e34ed0ebb28208d'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

 
 build() {
   cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- build
+  meson --prefix=/usr \
+--libdir=lib \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
   ninja -C build
 }
 


[arch-commits] Commit in (3 files)

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 18:28:32
  Author: jelle
Revision: 391971

postgresql exporter

Added:
  prometheus-postgres-exporter/
  prometheus-postgres-exporter/repos/
  prometheus-postgres-exporter/trunk/


[arch-commits] Commit in sherlock.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 18:29:03
  Author: dvzrv
Revision: 664147

archrelease: copy trunk to community-x86_64

Added:
  sherlock.lv2/repos/community-x86_64/PKGBUILD
(from rev 664146, sherlock.lv2/trunk/PKGBUILD)
Deleted:
  sherlock.lv2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 18:28:58 UTC (rev 664146)
+++ PKGBUILD2020-07-16 18:29:03 UTC (rev 664147)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=sherlock.lv2
-pkgver=0.22.0
-pkgrel=1
-pkgdesc="An investigative plugin bundle"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/sherlock/";
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('glibc' 'libglvnd' 'libx11')
-makedepends=('flex' 'glu' 'lv2' 'meson' 'serd' 'sord' 'sratom')
-checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz";)
-sha512sums=('3ed6caa88ac8d89e4f6c4934966c4c0988597152dfd6a963057d7bf585cbe294539398303d76986736dcc0683ea304f77f668ee201d6871f527430476d60f92e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  _plugin_names=('atom_inspector' 'midi_inspector' 'osc_inspector')
-  for _plugin in ${_plugin_names[@]}; do
-lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/sherlock#${_plugin}";
-  done
-}
-
-package() {
-  depends+=('libserd-0.so' 'libsratom-0.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: sherlock.lv2/repos/community-x86_64/PKGBUILD (from rev 664146, 
sherlock.lv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 18:29:03 UTC (rev 664147)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+
+pkgname=sherlock.lv2
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="An investigative plugin bundle"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/sherlock/";
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc' 'libglvnd' 'libx11')
+makedepends=('flex' 'glu' 'lv2' 'meson' 'serd' 'sord' 'sratom')
+checkdepends=('lv2lint')
+source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz"{,.asc})
+sha512sums=('40603ca53978e0fad7b593a3ed8ff429ad15930e6da6119da21058d5eb10c6183a4ea8ed93c9561bd187a2b8966f822d9434f4d0098e807c258fa2ab15234fd1'
+'SKIP')
+b2sums=('a95dd9a4677179a2aa345c64b490111c931b32a63df36279581beb0da365b43c0492e8708773d8c5d7459afce64b7750ebf289236b7b9ead47ea8de1594f7ac2'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+--libdir=lib \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  _plugin_names=('atom_inspector' 'midi_inspector' 'osc_inspector')
+  for _plugin in ${_plugin_names[@]}; do
+lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/sherlock#${_plugin}";
+  done
+}
+
+package() {
+  depends+=('libserd-0.so' 'libsratom-0.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in sherlock.lv2/trunk (PKGBUILD)

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 18:28:58
  Author: dvzrv
Revision: 664146

upgpkg: sherlock.lv2 0.24.0-1: Upgrading to 0.24.0.

Adding PGP signature of upstream developer:
'5AE26CEBBF49705C19FB273A30258F99258CB76A': Hanspeter Portner 
.
Switching to meson from arch-meson and enabling LTO and PIE.

Modified:
  sherlock.lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 18:09:54 UTC (rev 664145)
+++ PKGBUILD2020-07-16 18:28:58 UTC (rev 664146)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=sherlock.lv2
-pkgver=0.22.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="An investigative plugin bundle"
 arch=('x86_64')
@@ -11,15 +11,25 @@
 depends=('glibc' 'libglvnd' 'libx11')
 makedepends=('flex' 'glu' 'lv2' 'meson' 'serd' 'sord' 'sratom')
 checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz";)
-sha512sums=('3ed6caa88ac8d89e4f6c4934966c4c0988597152dfd6a963057d7bf585cbe294539398303d76986736dcc0683ea304f77f668ee201d6871f527430476d60f92e')
+source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz"{,.asc})
+sha512sums=('40603ca53978e0fad7b593a3ed8ff429ad15930e6da6119da21058d5eb10c6183a4ea8ed93c9561bd187a2b8966f822d9434f4d0098e807c258fa2ab15234fd1'
+'SKIP')
+b2sums=('a95dd9a4677179a2aa345c64b490111c931b32a63df36279581beb0da365b43c0492e8708773d8c5d7459afce64b7750ebf289236b7b9ead47ea8de1594f7ac2'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

 
 build() {
   cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- build
+  meson --prefix=/usr \
+--libdir=lib \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
   ninja -C build
 }
 


[arch-commits] Commit in vm.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 18:29:29
  Author: dvzrv
Revision: 664149

archrelease: copy trunk to community-x86_64

Added:
  vm.lv2/repos/community-x86_64/PKGBUILD
(from rev 664148, vm.lv2/trunk/PKGBUILD)
Deleted:
  vm.lv2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 18:29:25 UTC (rev 664148)
+++ PKGBUILD2020-07-16 18:29:29 UTC (rev 664149)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=vm.lv2
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A virtual machine LV2 plugin bundle"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/vm/#";
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('glibc' 'libglvnd')
-makedepends=('glu' 'lv2' 'meson')
-checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2//$pkgname/snapshot/$pkgname-$pkgver.tar.xz";)
-sha512sums=('343be1c9f48f2a10995bc10cc774eaf89228ef7b5e76f5da75cd8d9fe396cf583db039e432e919fab3d39f37732282e46dd998b448baf06950ea4e36ec69fe74')
-
-build() {
-  cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  _plugin_names=('atom' 'audio' 'control' 'cv' 'midi')
-  for _plugin in ${_plugin_names[@]}; do
-lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/vm#${_plugin}";
-  done
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: vm.lv2/repos/community-x86_64/PKGBUILD (from rev 664148, 
vm.lv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 18:29:29 UTC (rev 664149)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge 
+
+pkgname=vm.lv2
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="A virtual machine LV2 plugin bundle"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/vm/#";
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc' 'libglvnd')
+makedepends=('glu' 'lv2' 'meson')
+checkdepends=('lv2lint')
+source=("https://git.open-music-kontrollers.ch/lv2//$pkgname/snapshot/$pkgname-$pkgver.tar.xz"{,.asc})
+sha512sums=('86e2bda3449904e731d491324f7bc3bd18bda75835c3f05cc29acb246b7c62581e0700f6397fc8c8427861ed50a3d490387a8524b679b620f117535fd9c76329'
+'SKIP')
+b2sums=('8864e3f2dcff756cbb7efe21df09fe2e0424c35cb62faf050675b36fe53631b1abe727fd353c9f9d956518bd2e85bf5ba8662e31aa6964de2cc2d1db8051846b'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+--libdir=lib \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  _plugin_names=('atom' 'audio' 'control' 'cv' 'midi')
+  for _plugin in ${_plugin_names[@]}; do
+lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/vm#${_plugin}";
+  done
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in vm.lv2/trunk (PKGBUILD)

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 18:29:25
  Author: dvzrv
Revision: 664148

upgpkg: vm.lv2 0.10.0-1: Upgrading to 0.10.0.

Adding PGP signature of upstream developer:
'5AE26CEBBF49705C19FB273A30258F99258CB76A': Hanspeter Portner 
.
Switching to meson from arch-meson and enabling LTO and PIE.

Modified:
  vm.lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 18:29:03 UTC (rev 664147)
+++ PKGBUILD2020-07-16 18:29:25 UTC (rev 664148)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=vm.lv2
-pkgver=0.8.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="A virtual machine LV2 plugin bundle"
 arch=('x86_64')
@@ -11,15 +11,25 @@
 depends=('glibc' 'libglvnd')
 makedepends=('glu' 'lv2' 'meson')
 checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2//$pkgname/snapshot/$pkgname-$pkgver.tar.xz";)
-sha512sums=('343be1c9f48f2a10995bc10cc774eaf89228ef7b5e76f5da75cd8d9fe396cf583db039e432e919fab3d39f37732282e46dd998b448baf06950ea4e36ec69fe74')
+source=("https://git.open-music-kontrollers.ch/lv2//$pkgname/snapshot/$pkgname-$pkgver.tar.xz"{,.asc})
+sha512sums=('86e2bda3449904e731d491324f7bc3bd18bda75835c3f05cc29acb246b7c62581e0700f6397fc8c8427861ed50a3d490387a8524b679b620f117535fd9c76329'
+'SKIP')
+b2sums=('8864e3f2dcff756cbb7efe21df09fe2e0424c35cb62faf050675b36fe53631b1abe727fd353c9f9d956518bd2e85bf5ba8662e31aa6964de2cc2d1db8051846b'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

 
 build() {
   cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- build
+  meson --prefix=/usr \
+--libdir=lib \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
   ninja -C build
 }
 


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

2020-07-16 Thread Alexander Rødseth via arch-commits
Date: Thursday, July 16, 2020 @ 18:36:59
  Author: arodseth
Revision: 664151

archrelease: copy trunk to community-x86_64

Added:
  swi-prolog/repos/community-x86_64/PKGBUILD
(from rev 664150, swi-prolog/trunk/PKGBUILD)
Deleted:
  swi-prolog/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 18:36:53 UTC (rev 664150)
+++ PKGBUILD2020-07-16 18:36:59 UTC (rev 664151)
@@ -1,51 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Jachym Barvinek 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: John Proctor 
-# Contributor: Juergen Hoetzel 
-
-pkgname=swi-prolog
-pkgver=8.2.0
-pkgrel=1
-pkgdesc='Prolog environment'
-arch=('x86_64')
-url='https://www.swi-prolog.org/'
-license=(GPL LGPL)
-depends=(libarchive libyaml qt5-base)
-makedepends=(cmake jdk-openjdk junit libjpeg libxft libxinerama libxpm ninja 
unixodbc)
-optdepends=('unixodbc: for using the odbc4pl library'
-'libjpeg:  for using the pl2xpce library'
-'libxpm:   for using the pl2xpce library'
-'libxinerama:  for using the pl2xpce library'
-'libxft:   for using the pl2xpce library'
-'jdk-openjdk:  for using Prolog from Java'
-'java-runtime: for using Prolog from Java')
-source=("https://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz";)
-sha256sums=('d8c9f3adb9cd997a5fed7b5f5dbfe971d2defda969b9066ada158e4202c09c3c')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../swipl-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS="$CFLAGS -fPIC -ffile-prefix-map=$PWD= -w" \
--DLIBEDIT_LIBRARIES=/usr/lib/libedit.so.0 \
--DLIBEDIT_INCLUDE_DIR=/usr/include \
--G Ninja
-  ../swipl-$pkgver/scripts/pgo-compile.sh
-  ninja
-}
-
-check() {
-  cd build
-  # the prolog_in_java test fails
-  ctest -j 8 || true
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: www.swi-prolog.org/download/stable
-# vim: ts=2 sw=2 et:

Copied: swi-prolog/repos/community-x86_64/PKGBUILD (from rev 664150, 
swi-prolog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 18:36:59 UTC (rev 664151)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Jachym Barvinek 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: John Proctor 
+# Contributor: Juergen Hoetzel 
+
+pkgname=swi-prolog
+pkgver=8.2.1
+pkgrel=1
+pkgdesc='Prolog environment'
+arch=('x86_64')
+url='https://www.swi-prolog.org/'
+license=(GPL LGPL)
+depends=(libarchive libyaml qt5-base)
+makedepends=(cmake jdk-openjdk junit libjpeg libxft libxinerama libxpm ninja 
unixodbc)
+optdepends=('libjpeg:  for using the pl2xpce library'
+'libxpm:   for using the pl2xpce library'
+'libxinerama:  for using the pl2xpce library'
+'libxft:   for using the pl2xpce library'
+'jdk-openjdk:  for using Prolog from Java'
+'java-runtime: for using Prolog from Java'
+'unixodbc: for using the odbc4pl library')
+source=("https://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz";)
+sha256sums=('331bc5093d72af0c9f18fc9ed83b88ef9ddec0c8d379e6c49fa43739c8bda2fb')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../swipl-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS="$CFLAGS -fPIC -ffile-prefix-map=$PWD= -w" \
+-DLIBEDIT_LIBRARIES=/usr/lib/libedit.so.0 \
+-DLIBEDIT_INCLUDE_DIR=/usr/include \
+-G Ninja
+  ../swipl-$pkgver/scripts/pgo-compile.sh
+  ninja
+}
+
+check() {
+  cd build
+  # the prolog_in_java test fails
+  ctest -j 8 || true
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: www.swi-prolog.org/download/stable
+# vim: ts=2 sw=2 et:


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

2020-07-16 Thread Alexander Rødseth via arch-commits
Date: Thursday, July 16, 2020 @ 18:36:53
  Author: arodseth
Revision: 664150

upgpkg: swi-prolog 8.2.1-1

Modified:
  swi-prolog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 18:29:29 UTC (rev 664149)
+++ PKGBUILD2020-07-16 18:36:53 UTC (rev 664150)
@@ -5,7 +5,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=swi-prolog
-pkgver=8.2.0
+pkgver=8.2.1
 pkgrel=1
 pkgdesc='Prolog environment'
 arch=('x86_64')
@@ -13,15 +13,15 @@
 license=(GPL LGPL)
 depends=(libarchive libyaml qt5-base)
 makedepends=(cmake jdk-openjdk junit libjpeg libxft libxinerama libxpm ninja 
unixodbc)
-optdepends=('unixodbc: for using the odbc4pl library'
-'libjpeg:  for using the pl2xpce library'
+optdepends=('libjpeg:  for using the pl2xpce library'
 'libxpm:   for using the pl2xpce library'
 'libxinerama:  for using the pl2xpce library'
 'libxft:   for using the pl2xpce library'
 'jdk-openjdk:  for using Prolog from Java'
-'java-runtime: for using Prolog from Java')
+'java-runtime: for using Prolog from Java'
+'unixodbc: for using the odbc4pl library')
 source=("https://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz";)
-sha256sums=('d8c9f3adb9cd997a5fed7b5f5dbfe971d2defda969b9066ada158e4202c09c3c')
+sha256sums=('331bc5093d72af0c9f18fc9ed83b88ef9ddec0c8d379e6c49fa43739c8bda2fb')
 
 build() {
   mkdir -p build


[arch-commits] Commit in sane-airscan/trunk (Makefile.patch PKGBUILD)

2020-07-16 Thread Andreas Radke via arch-commits
Date: Thursday, July 16, 2020 @ 18:39:52
  Author: andyrtr
Revision: 391972

upgpkg: sane-airscan 0.99.10-1: upstream update 0.99.10

Modified:
  sane-airscan/trunk/PKGBUILD
Deleted:
  sane-airscan/trunk/Makefile.patch

+
 Makefile.patch |   87 ---
 PKGBUILD   |   15 ++---
 2 files changed, 4 insertions(+), 98 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2020-07-16 18:28:32 UTC (rev 391971)
+++ Makefile.patch  2020-07-16 18:39:52 UTC (rev 391972)
@@ -1,87 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 70555a8..01b1f79 100644
 a/Makefile
-+++ b/Makefile
-@@ -34,23 +34,36 @@ MAN_DISCOVER = $(DISCOVER).1
- MAN_DISCOVER_TITLE = "SANE Scanner Access Now Easy"
- MAN_BACKEND = sane-airscan.5
- MAN_BACKEND_TITLE = "AirScan (eSCL) and WSD SANE backend"
--DEPENDS   := avahi-client avahi-glib libjpeg libsoup-2.4 libxml-2.0
--DEPENDS += libpng
-+DEPS_COMMON := avahi-client avahi-glib libsoup-2.4 libxml-2.0
-+DEPS_CODECS := libjpeg libpng
- 
- # Sources and object files
- SRC   = $(wildcard airscan-*.c) sane_strstatus.c
- OBJ   = $(addprefix $(OBJDIR), $(SRC:.c=.o))
- 
- # Obtain CFLAGS and LDFLAGS for dependencies
--airscan_CFLAGS= $(CFLAGS)
--airscan_CFLAGS += -fPIC
--airscan_CFLAGS += $(foreach lib, $(DEPENDS), $(shell pkg-config --cflags 
$(lib)))
-+deps_CFLAGS   := $(foreach lib, $(DEPS_COMMON), $(shell pkg-config 
--cflags $(lib)))
-+deps_CFLAGS   += $(foreach lib, $(DEPS_CODECS), $(shell pkg-config 
--cflags $(lib)))
- 
--airscan_LIBS := $(foreach lib, $(DEPENDS), $(shell pkg-config --libs $(lib))) 
-lm
-+deps_LIBS := $(foreach lib, $(DEPS_COMMON), $(shell pkg-config 
--libs $(lib))) -lm
-+deps_LIBS_CODECS  := $(foreach lib, $(DEPS_CODECS), $(shell pkg-config 
--libs $(lib)))
- 
--airscan_LDFLAGS = $(LDFLAGS)
--airscan_LDFLAGS += $(airscan_LIBS)
--airscan_LDFLAGS += -Wl,--version-script=airscan.sym
-+# Compute CFLAGS and LDFLAGS for backend and tools
-+#
-+# Note, CFLAGS are common, for simplicity, while LDFLAGS are not, to
-+# avoid linking unneeded libraries
-+common_CFLAGS := $(CFLAGS) $(deps_CFLAGS)
-+common_CFLAGS += -fPIC
-+
-+backend_LDFLAGS   := $(LDFLAGS)
-+backend_LDFLAGS   += $(deps_LIBS) $(deps_LIBS_CODECS)
-+backend_LDFLAGS   += -Wl,--version-script=airscan.sym
-+
-+tools_LDFLAGS := $(LDFLAGS)
-+tools_LDFLAGS += $(deps_LIBS)
-+tools_LDFLAGS += -fPIE
-+
-+tests_LDFLAGS := $(tools_LDFLAGS) $(deps_LIBS_CODECS)
- 
- # This magic is a workaround for libsoup bug.
- #
-@@ -65,11 +78,11 @@ airscan_LDFLAGS += -Wl,--version-script=airscan.sym
- # The workaround is to prevent our backend's shared object from being
- # unloaded when not longer in use, and these magical options do it
- # by adding NODELETE flag to the resulting ELF shared object
--airscan_LDFLAGS += -Wl,-z,nodelete
-+backend_LDFLAGS += -Wl,-z,nodelete
- 
- $(OBJDIR)%.o: %.c Makefile airscan.h
-   mkdir -p $(OBJDIR)
--  $(CC) -c -o $@ $< $(CPPFLAGS) $(airscan_CFLAGS)
-+  $(CC) -c -o $@ $< $(CPPFLAGS) $(common_CFLAGS)
- 
- .PHONY: all clean install man
- 
-@@ -79,10 +92,10 @@ tags: $(SRC) airscan.h test.c test-decode.c
-   -ctags -R .
- 
- $(BACKEND): $(OBJDIR)airscan.o $(LIBAIRSCAN) airscan.sym
--  $(CC) -o $(BACKEND) -shared $(OBJDIR)/airscan.o $(LIBAIRSCAN) 
$(airscan_LDFLAGS)
-+  $(CC) -o $(BACKEND) -shared $(OBJDIR)/airscan.o $(LIBAIRSCAN) 
$(backend_LDFLAGS)
- 
- $(DISCOVER): $(OBJDIR)discover.o $(LIBAIRSCAN)
--   $(CC) -o $(DISCOVER) discover.c $(CPPFLAGS) $(airscan_CFLAGS) 
$(LIBAIRSCAN) $(airscan_LIBS) $(LDFLAGS) -fPIE
-+   $(CC) -o $(DISCOVER) discover.c $(CPPFLAGS) $(common_CFLAGS) 
$(LIBAIRSCAN) $(tools_LDFLAGS)
- 
- $(LIBAIRSCAN): $(OBJ) Makefile
-   ar cru $(LIBAIRSCAN) $(OBJ)
-@@ -121,7 +134,7 @@ $(MAN_BACKEND): $(MAN_BACKEND).md
-   ronn --roff --manual=$(MAN_BACKEND_TITLE) $(MAN_BACKEND).md
- 
- test: $(BACKEND) test.c
--  $(CC) -o test test.c $(BACKEND) -Wl,-rpath . $(LDFLAGS) 
${airscan_CFLAGS}
-+  $(CC) -o test test.c $(BACKEND) -Wl,-rpath . $(LDFLAGS) ${common_CFLAGS}
- 
- test-decode: test-decode.c $(LIBAIRSCAN)
--   $(CC) -o test-decode test-decode.c $(CPPFLAGS) $(airscan_CFLAGS) 
$(LIBAIRSCAN) $(LDFLAGS) $(airscan_LIBS)
-+   $(CC) -o test-decode test-decode.c $(CPPFLAGS) $(common_CFLAGS) 
$(LIBAIRSCAN) $(tests_LDFLAGS)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 18:28:32 UTC (rev 391971)
+++ PKGBUILD2020-07-16 18:39:52 UTC (rev 391972)
@@ -2,8 +2,8 @@
 # Contributor: Thomas Kiss 
 
 pkgname=sane-airscan
-pkgver=0.99.9
-pkgrel=2
+pkgver=0.99.10
+pkgrel=1
 pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
 url="https://github.com/alexpevzner/sane-airscan";
 arch=('x86

[arch-commits] Commit in sane-airscan/repos/extra-x86_64 (3 files)

2020-07-16 Thread Andreas Radke via arch-commits
Date: Thursday, July 16, 2020 @ 18:40:02
  Author: andyrtr
Revision: 391973

archrelease: copy trunk to extra-x86_64

Added:
  sane-airscan/repos/extra-x86_64/PKGBUILD
(from rev 391972, sane-airscan/trunk/PKGBUILD)
Deleted:
  sane-airscan/repos/extra-x86_64/Makefile.patch
  sane-airscan/repos/extra-x86_64/PKGBUILD

+
 Makefile.patch |   87 ---
 PKGBUILD   |   65 ++---
 2 files changed, 29 insertions(+), 123 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2020-07-16 18:39:52 UTC (rev 391972)
+++ Makefile.patch  2020-07-16 18:40:02 UTC (rev 391973)
@@ -1,87 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 70555a8..01b1f79 100644
 a/Makefile
-+++ b/Makefile
-@@ -34,23 +34,36 @@ MAN_DISCOVER = $(DISCOVER).1
- MAN_DISCOVER_TITLE = "SANE Scanner Access Now Easy"
- MAN_BACKEND = sane-airscan.5
- MAN_BACKEND_TITLE = "AirScan (eSCL) and WSD SANE backend"
--DEPENDS   := avahi-client avahi-glib libjpeg libsoup-2.4 libxml-2.0
--DEPENDS += libpng
-+DEPS_COMMON := avahi-client avahi-glib libsoup-2.4 libxml-2.0
-+DEPS_CODECS := libjpeg libpng
- 
- # Sources and object files
- SRC   = $(wildcard airscan-*.c) sane_strstatus.c
- OBJ   = $(addprefix $(OBJDIR), $(SRC:.c=.o))
- 
- # Obtain CFLAGS and LDFLAGS for dependencies
--airscan_CFLAGS= $(CFLAGS)
--airscan_CFLAGS += -fPIC
--airscan_CFLAGS += $(foreach lib, $(DEPENDS), $(shell pkg-config --cflags 
$(lib)))
-+deps_CFLAGS   := $(foreach lib, $(DEPS_COMMON), $(shell pkg-config 
--cflags $(lib)))
-+deps_CFLAGS   += $(foreach lib, $(DEPS_CODECS), $(shell pkg-config 
--cflags $(lib)))
- 
--airscan_LIBS := $(foreach lib, $(DEPENDS), $(shell pkg-config --libs $(lib))) 
-lm
-+deps_LIBS := $(foreach lib, $(DEPS_COMMON), $(shell pkg-config 
--libs $(lib))) -lm
-+deps_LIBS_CODECS  := $(foreach lib, $(DEPS_CODECS), $(shell pkg-config 
--libs $(lib)))
- 
--airscan_LDFLAGS = $(LDFLAGS)
--airscan_LDFLAGS += $(airscan_LIBS)
--airscan_LDFLAGS += -Wl,--version-script=airscan.sym
-+# Compute CFLAGS and LDFLAGS for backend and tools
-+#
-+# Note, CFLAGS are common, for simplicity, while LDFLAGS are not, to
-+# avoid linking unneeded libraries
-+common_CFLAGS := $(CFLAGS) $(deps_CFLAGS)
-+common_CFLAGS += -fPIC
-+
-+backend_LDFLAGS   := $(LDFLAGS)
-+backend_LDFLAGS   += $(deps_LIBS) $(deps_LIBS_CODECS)
-+backend_LDFLAGS   += -Wl,--version-script=airscan.sym
-+
-+tools_LDFLAGS := $(LDFLAGS)
-+tools_LDFLAGS += $(deps_LIBS)
-+tools_LDFLAGS += -fPIE
-+
-+tests_LDFLAGS := $(tools_LDFLAGS) $(deps_LIBS_CODECS)
- 
- # This magic is a workaround for libsoup bug.
- #
-@@ -65,11 +78,11 @@ airscan_LDFLAGS += -Wl,--version-script=airscan.sym
- # The workaround is to prevent our backend's shared object from being
- # unloaded when not longer in use, and these magical options do it
- # by adding NODELETE flag to the resulting ELF shared object
--airscan_LDFLAGS += -Wl,-z,nodelete
-+backend_LDFLAGS += -Wl,-z,nodelete
- 
- $(OBJDIR)%.o: %.c Makefile airscan.h
-   mkdir -p $(OBJDIR)
--  $(CC) -c -o $@ $< $(CPPFLAGS) $(airscan_CFLAGS)
-+  $(CC) -c -o $@ $< $(CPPFLAGS) $(common_CFLAGS)
- 
- .PHONY: all clean install man
- 
-@@ -79,10 +92,10 @@ tags: $(SRC) airscan.h test.c test-decode.c
-   -ctags -R .
- 
- $(BACKEND): $(OBJDIR)airscan.o $(LIBAIRSCAN) airscan.sym
--  $(CC) -o $(BACKEND) -shared $(OBJDIR)/airscan.o $(LIBAIRSCAN) 
$(airscan_LDFLAGS)
-+  $(CC) -o $(BACKEND) -shared $(OBJDIR)/airscan.o $(LIBAIRSCAN) 
$(backend_LDFLAGS)
- 
- $(DISCOVER): $(OBJDIR)discover.o $(LIBAIRSCAN)
--   $(CC) -o $(DISCOVER) discover.c $(CPPFLAGS) $(airscan_CFLAGS) 
$(LIBAIRSCAN) $(airscan_LIBS) $(LDFLAGS) -fPIE
-+   $(CC) -o $(DISCOVER) discover.c $(CPPFLAGS) $(common_CFLAGS) 
$(LIBAIRSCAN) $(tools_LDFLAGS)
- 
- $(LIBAIRSCAN): $(OBJ) Makefile
-   ar cru $(LIBAIRSCAN) $(OBJ)
-@@ -121,7 +134,7 @@ $(MAN_BACKEND): $(MAN_BACKEND).md
-   ronn --roff --manual=$(MAN_BACKEND_TITLE) $(MAN_BACKEND).md
- 
- test: $(BACKEND) test.c
--  $(CC) -o test test.c $(BACKEND) -Wl,-rpath . $(LDFLAGS) 
${airscan_CFLAGS}
-+  $(CC) -o test test.c $(BACKEND) -Wl,-rpath . $(LDFLAGS) ${common_CFLAGS}
- 
- test-decode: test-decode.c $(LIBAIRSCAN)
--   $(CC) -o test-decode test-decode.c $(CPPFLAGS) $(airscan_CFLAGS) 
$(LIBAIRSCAN) $(LDFLAGS) $(airscan_LIBS)
-+   $(CC) -o test-decode test-decode.c $(CPPFLAGS) $(common_CFLAGS) 
$(LIBAIRSCAN) $(tests_LDFLAGS)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 18:39:52 UTC (rev 391972)
+++ PKGBUILD2020-07-16 18:40:02 UTC (rev 391973)
@@ -1,36 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Thomas Kiss 
-
-pkgname=sane-airscan
-pkgver=0.99.9
-pkgrel=2

[arch-commits] Commit in mephisto.lv2/trunk (PKGBUILD)

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 18:42:11
  Author: dvzrv
Revision: 664152

upgpkg: mephisto.lv2 0.12.0-1: Upgrading to 0.12.0.

Adding PGP signature of upstream developer:
'5AE26CEBBF49705C19FB273A30258F99258CB76A': Hanspeter Portner 
.
Switching to meson from arch-meson and enabling LTO and PIE.

Modified:
  mephisto.lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 18:36:59 UTC (rev 664151)
+++ PKGBUILD2020-07-16 18:42:11 UTC (rev 664152)
@@ -1,23 +1,35 @@
 # Maintainer: David Runge 
 
 pkgname=mephisto.lv2
-pkgver=0.8.8
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="A Just-in-Time FAUST compiler embedded in an LV2 plugin"
 arch=('x86_64')
 url="https://open-music-kontrollers.ch/lv2/mephisto/";
 license=('Artistic2.0')
 groups=('lv2-plugins' 'pro-audio')
-depends=('fontconfig' 'glew' 'glibc' 'libevdev' 'libglvnd' 'libvterm' 'libx11'
+depends=('fontconfig' 'glibc' 'libevdev' 'libglvnd' 'libvterm' 'libx11'
 'ttf-fira-code')
-makedepends=('faust' 'glu' 'lv2' 'meson')
+makedepends=('faust' 'fontconfig' 'glew' 'glu' 'lv2' 'meson')
 checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('7c07ed64cb665da1f753a67177e0d789ea1ba229b0ea674fad6844bfd03a09c8551e568386ae5ec4192d2beb21dc8472d9cacf851831c149cd43041129d22738')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('beeff7e314d98f5c4611c5258065ce10149f55a281d3d367425e12755ffb29a55095b1a5d6296a76bc912d0bd27a313aac4f481178792418abc600b5cd8128af'
+'SKIP')
+b2sums=('ac177e28c1394c8a0d52fc6f5f95a5c3c99ee77147d7898483ea5a85e1b07b312787b7d48480b15ded794c14284d55228f4a765d6ca2b69290f8ceb02c75ca62'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

 
 build() {
   cd "$pkgname-$pkgver"
-  meson --prefix=/usr build
+  meson --prefix=/usr \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
   ninja -C build
 }
 
@@ -31,7 +43,7 @@
 }
 
 package() {
-  depends+=('libfaust.so')
+  depends+=('libGLEW.so' 'libfaust.so' 'libfontconfig.so')
   cd "$pkgname-$pkgver"
   DESTDIR="${pkgdir}" ninja -C build install
   # devendoring ttf-fira-code


[arch-commits] Commit in mephisto.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 18:42:16
  Author: dvzrv
Revision: 664153

archrelease: copy trunk to community-x86_64

Added:
  mephisto.lv2/repos/community-x86_64/PKGBUILD
(from rev 664152, mephisto.lv2/trunk/PKGBUILD)
Deleted:
  mephisto.lv2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 18:42:11 UTC (rev 664152)
+++ PKGBUILD2020-07-16 18:42:16 UTC (rev 664153)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=mephisto.lv2
-pkgver=0.8.8
-pkgrel=2
-pkgdesc="A Just-in-Time FAUST compiler embedded in an LV2 plugin"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/mephisto/";
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('fontconfig' 'glew' 'glibc' 'libevdev' 'libglvnd' 'libvterm' 'libx11'
-'ttf-fira-code')
-makedepends=('faust' 'glu' 'lv2' 'meson')
-checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('7c07ed64cb665da1f753a67177e0d789ea1ba229b0ea674fad6844bfd03a09c8551e568386ae5ec4192d2beb21dc8472d9cacf851831c149cd43041129d22738')
-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix=/usr build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  _plugin_names=('audio_1x1' 'audio_2x2' 'audio_4x4' 'audio_8x8' 'cv_1x1'
-  'cv_2x2' 'cv_4x4' 'cv_8x8')
-  for _plugin in ${_plugin_names[@]}; do
-lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/mephisto#${_plugin}";
-  done
-}
-
-package() {
-  depends+=('libfaust.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" ninja -C build install
-  # devendoring ttf-fira-code
-  rm -vf "${pkgdir}/usr/lib/lv2/${pkgname}/"*.ttf
-  for font_type in {Bold,Light,Medium,Regular}; do
-ln -svf "/usr/share/fonts/TTF/FiraCode-${font_type}.ttf" \
-  "${pkgdir}/usr/lib/lv2/${pkgname}/"
-  done
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: mephisto.lv2/repos/community-x86_64/PKGBUILD (from rev 664152, 
mephisto.lv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 18:42:16 UTC (rev 664153)
@@ -0,0 +1,57 @@
+# Maintainer: David Runge 
+
+pkgname=mephisto.lv2
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="A Just-in-Time FAUST compiler embedded in an LV2 plugin"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/mephisto/";
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fontconfig' 'glibc' 'libevdev' 'libglvnd' 'libvterm' 'libx11'
+'ttf-fira-code')
+makedepends=('faust' 'fontconfig' 'glew' 'glu' 'lv2' 'meson')
+checkdepends=('lv2lint')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('beeff7e314d98f5c4611c5258065ce10149f55a281d3d367425e12755ffb29a55095b1a5d6296a76bc912d0bd27a313aac4f481178792418abc600b5cd8128af'
+'SKIP')
+b2sums=('ac177e28c1394c8a0d52fc6f5f95a5c3c99ee77147d7898483ea5a85e1b07b312787b7d48480b15ded794c14284d55228f4a765d6ca2b69290f8ceb02c75ca62'
+'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner 

+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  _plugin_names=('audio_1x1' 'audio_2x2' 'audio_4x4' 'audio_8x8' 'cv_1x1'
+  'cv_2x2' 'cv_4x4' 'cv_8x8')
+  for _plugin in ${_plugin_names[@]}; do
+lv2lint -Mpack -I "build/" 
"http://open-music-kontrollers.ch/lv2/mephisto#${_plugin}";
+  done
+}
+
+package() {
+  depends+=('libGLEW.so' 'libfaust.so' 'libfontconfig.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" ninja -C build install
+  # devendoring ttf-fira-code
+  rm -vf "${pkgdir}/usr/lib/lv2/${pkgname}/"*.ttf
+  for font_type in {Bold,Light,Medium,Regular}; do
+ln -svf "/usr/share/fonts/TTF/FiraCode-${font_type}.ttf" \
+  "${pkgdir}/usr/lib/lv2/${pkgname}/"
+  done
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 18:47:43
  Author: dvzrv
Revision: 664155

archrelease: copy trunk to community-x86_64

Added:
  nomacs/repos/community-x86_64/PKGBUILD
(from rev 664154, nomacs/trunk/PKGBUILD)
Deleted:
  nomacs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 18:47:38 UTC (rev 664154)
+++ PKGBUILD2020-07-16 18:47:43 UTC (rev 664155)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-_plugins_pkgver=3.15.1616
-pkgname=nomacs
-pkgver=3.15.1616
-pkgrel=1
-pkgdesc="A Qt image viewer"
-arch=('x86_64')
-url="https://nomacs.org/";
-license=('GPL3')
-depends=('exiv2' 'gcc-libs' 'glibc' 'libraw' 'libtiff' 'opencv' 'qt5-base'
-'qt5-svg' 'quazip')
-optdepends=('qt5-imageformats: support additional image formats')
-makedepends=('cmake' 'qt5-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz";
-
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz";)
-sha512sums=('f2720d201696aedd4c55507fd30cd8fbe91dfbe75a1510a5d0ee87dd3472773367515e2ce5bc21264c056be9fd8e22b37b4c119622c9109ff53947b68de1d825'
-
'8cf49ade3b71724034f4e18b9a65764a24d77cee9ef8e463813087022f9fe3273f2bf69582bec7821ec4d6d1ea36b6537fde7f7f041a502fce3ff4bb58dcf6e3')
-b2sums=('d70f6f8c87ea9965762bd2c5fc185fc8778b4b6aeaa933231ab23c807c704364cca8e430805d6f25ef58259ae4494f79d15316c972579a6ef24960c778f712c6'
-
'029b99251e85b0bc1b5e12c44474dee4c1c9153b6e4e689d2081d210b895e4e277671c4dad3b3a630c549f22cf5c281b65dc9bb40ddc19a3db82577e2ad72cf6')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # copy plugin sources into place
-  cp -av "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}/"* 
"ImageLounge/plugins"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--DUSE_SYSTEM_QUAZIP=ON \
--DENABLE_AVIF=ON \
--DENABLE_TRANSLATIONS=ON \
--W no-dev \
--B build \
--S ./ImageLounge
-  make VERBOSE=1 -C build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-}

Copied: nomacs/repos/community-x86_64/PKGBUILD (from rev 664154, 
nomacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 18:47:43 UTC (rev 664155)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_plugins_pkgver=3.15.1616
+pkgname=nomacs
+pkgver=3.16.1705
+pkgrel=1
+pkgdesc="A Qt image viewer"
+arch=('x86_64')
+url="https://nomacs.org/";
+license=('GPL3')
+depends=('exiv2' 'gcc-libs' 'glibc' 'libraw' 'libtiff' 'opencv' 'qt5-base'
+'qt5-svg' 'quazip')
+optdepends=('qt5-imageformats: support additional image formats')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz";
+
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz";)
+sha512sums=('0eb4f4365efcd5f22aa2f24e4c3154a828641442255890b7f95129feab78a327950f80602632594bfda8f06750276650da16aa65e8cdd0055e53b474642e38ae'
+
'8cf49ade3b71724034f4e18b9a65764a24d77cee9ef8e463813087022f9fe3273f2bf69582bec7821ec4d6d1ea36b6537fde7f7f041a502fce3ff4bb58dcf6e3')
+b2sums=('5eaa79a0a2945196d7ebcab09f4ec969ee9820b16a644ce3ddcc7a7c4efdb74b569b1c02a10704e16637bb17b8954a77f6649c698c932770a1a6640f632107c7'
+
'029b99251e85b0bc1b5e12c44474dee4c1c9153b6e4e689d2081d210b895e4e277671c4dad3b3a630c549f22cf5c281b65dc9bb40ddc19a3db82577e2ad72cf6')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # copy plugin sources into place
+  cp -av "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}/"* 
"ImageLounge/plugins"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-DUSE_SYSTEM_QUAZIP=ON \
+-DENABLE_AVIF=ON \
+-DENABLE_TRANSLATIONS=ON \
+-W no-dev \
+-B build \
+-S ./ImageLounge
+  make VERBOSE=1 -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install -C build
+}


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

2020-07-16 Thread David Runge via arch-commits
Date: Thursday, July 16, 2020 @ 18:47:38
  Author: dvzrv
Revision: 664154

upgpkg: nomacs 3.16.1705-1: Upgrading to 3.16.1705.

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 18:42:16 UTC (rev 664153)
+++ PKGBUILD2020-07-16 18:47:38 UTC (rev 664154)
@@ -3,7 +3,7 @@
 
 _plugins_pkgver=3.15.1616
 pkgname=nomacs
-pkgver=3.15.1616
+pkgver=3.16.1705
 pkgrel=1
 pkgdesc="A Qt image viewer"
 arch=('x86_64')
@@ -15,9 +15,9 @@
 makedepends=('cmake' 'qt5-tools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz";
 
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz";)
-sha512sums=('f2720d201696aedd4c55507fd30cd8fbe91dfbe75a1510a5d0ee87dd3472773367515e2ce5bc21264c056be9fd8e22b37b4c119622c9109ff53947b68de1d825'
+sha512sums=('0eb4f4365efcd5f22aa2f24e4c3154a828641442255890b7f95129feab78a327950f80602632594bfda8f06750276650da16aa65e8cdd0055e53b474642e38ae'
 
'8cf49ade3b71724034f4e18b9a65764a24d77cee9ef8e463813087022f9fe3273f2bf69582bec7821ec4d6d1ea36b6537fde7f7f041a502fce3ff4bb58dcf6e3')
-b2sums=('d70f6f8c87ea9965762bd2c5fc185fc8778b4b6aeaa933231ab23c807c704364cca8e430805d6f25ef58259ae4494f79d15316c972579a6ef24960c778f712c6'
+b2sums=('5eaa79a0a2945196d7ebcab09f4ec969ee9820b16a644ce3ddcc7a7c4efdb74b569b1c02a10704e16637bb17b8954a77f6649c698c932770a1a6640f632107c7'
 
'029b99251e85b0bc1b5e12c44474dee4c1c9153b6e4e689d2081d210b895e4e277671c4dad3b3a630c549f22cf5c281b65dc9bb40ddc19a3db82577e2ad72cf6')
 
 prepare() {


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 19:18:22
  Author: anthraxx
Revision: 664159

archrelease: copy trunk to community-testing-any

Added:
  kibana/repos/community-testing-any/
  kibana/repos/community-testing-any/PKGBUILD
(from rev 664158, kibana/trunk/PKGBUILD)
  kibana/repos/community-testing-any/kibana.service
(from rev 664158, kibana/trunk/kibana.service)
  kibana/repos/community-testing-any/tmpfile.conf
(from rev 664158, kibana/trunk/tmpfile.conf)
  kibana/repos/community-testing-any/user.conf
(from rev 664158, kibana/trunk/user.conf)

+
 PKGBUILD   |   51 +++
 kibana.service |   15 +++
 tmpfile.conf   |5 +
 user.conf  |1 +
 4 files changed, 72 insertions(+)

Copied: kibana/repos/community-testing-any/PKGBUILD (from rev 664158, 
kibana/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-07-16 19:18:22 UTC (rev 664159)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Spider.007 
+
+pkgname=kibana
+pkgver=7.8.0
+pkgrel=1
+pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
+url='https://www.elastic.co/products/kibana'
+arch=('any')
+license=('Apache')
+depends=('nodejs')
+optdepends=('elasticsearch')
+backup=('etc/kibana/kibana.yml')
+options=('!strip' 'emptydirs')
+source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-oss-${pkgver}-linux-x86_64.tar.gz
+kibana.service
+tmpfile.conf
+user.conf)
+sha512sums=('637c291623fdd10cd57a2599afe221d5af1724773a02da08a6ce808a6336a64d8278f7711fdaa95c6e1557c675d417698ec40c92062c5623917b78494dfe3d63'
+
'3216c2864cf184cea0883677a05bf83cf396fda52dbd3d9a187de22f0c45d13db58f8fb4dc926694ba7d7a24000cf6d5f6218805f74fb5d729fc85c643ca8f2f'
+
'afed49c164561f3c658a6d2423519adcf4d5293c416cd93fa5c9d12421416c1e9cb4287e832009049cfd014b365dc1cd93d9cf879117c701cce4caad3b772a8e'
+
'9085884430c656cc68b855c3d6740e5fd0854a8785930341b29e15e201deacc1870d8223255d9ebe096cb111319bea9bf4faa03d0760d5819976ebf912221c7d')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}-linux-x86_64
+
+  # remove nodejs strict version requirements
+  sed "s@^require('./node_version_validator');@// \0@" -i 
src/setup_node_env/index.js
+
+  # set default quiet mode for systemd, cli option forces specified values
+  sed -r 's|#(logging.quiet:) false|\1 true|' -i config/kibana.yml
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}-linux-x86_64
+
+  install -dm 755 "${pkgdir}/usr/share/kibana"
+  cp -a * "${pkgdir}/usr/share/kibana"
+
+  install -dm 750 "${pkgdir}/etc/kibana"
+  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
+  install -Dm 644 "${srcdir}/kibana.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 "${srcdir}/user.conf" 
"${pkgdir}/usr/lib/sysusers.d/kibana.conf"
+  install -Dm 644 "${srcdir}/tmpfile.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/kibana.conf"
+
+  rm -r "${pkgdir}/usr/share/kibana/node"
+  find "${pkgdir}/usr/share/kibana/node_modules" -type d -empty -delete
+}
+
+# vim: ts=2 sw=2 et:

Copied: kibana/repos/community-testing-any/kibana.service (from rev 664158, 
kibana/trunk/kibana.service)
===
--- community-testing-any/kibana.service(rev 0)
+++ community-testing-any/kibana.service2020-07-16 19:18:22 UTC (rev 
664159)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Kibana - dashboard for Elasticsearch
+After=network.target elasticsearch.service
+
+[Service]
+User=kibana
+Group=kibana
+Environment="NODE_ENV=production"
+ExecStart=/usr/bin/node --max-old-space-size=512 /usr/share/kibana/src/cli 
--config=/etc/kibana/kibana.yml
+PrivateTmp=true
+NoNewPrivileges=true
+Restart=always
+
+[Install]
+WantedBy=multi-user.target

Copied: kibana/repos/community-testing-any/tmpfile.conf (from rev 664158, 
kibana/trunk/tmpfile.conf)
===
--- community-testing-any/tmpfile.conf  (rev 0)
+++ community-testing-any/tmpfile.conf  2020-07-16 19:18:22 UTC (rev 664159)
@@ -0,0 +1,5 @@
+d /etc/kibana 0750 kibana kibana -
+Z /etc/kibana/kibana.yml 0640 kibana kibana -
+d /usr/share/kibana 0755 kibana kibana -
+Z /usr/share/kibana/optimize - kibana kibana -
+Z /usr/share/kibana/data - kibana kibana -

Copied: kibana/repos/community-testing-any/user.conf (from rev 664158, 
kibana/trunk/user.conf)
===
--- community-testing-any/user.conf (rev 0)
+++ community-testing-any/user.conf 2020-07-16 19:18:22 UTC (rev 664159)
@@ -0,0 +1 @@
+u kibana 206 "Kibana user" /usr/share/kibana


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 19:18:17
  Author: anthraxx
Revision: 664158

upgpkg: kibana 7.8.0-1

Modified:
  kibana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 19:04:14 UTC (rev 664157)
+++ PKGBUILD2020-07-16 19:18:17 UTC (rev 664158)
@@ -3,7 +3,7 @@
 # Contributor: Spider.007 
 
 pkgname=kibana
-pkgver=7.7.0
+pkgver=7.8.0
 pkgrel=1
 pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
 url='https://www.elastic.co/products/kibana'
@@ -17,7 +17,7 @@
 kibana.service
 tmpfile.conf
 user.conf)
-sha512sums=('ed29806990a032abfeca747edcf9162f4704be5774bbe394bbe6b34c5614c97e27a900a64e9b6e7b242767bdf31729c34903c86e9708fb066f83d8df76966152'
+sha512sums=('637c291623fdd10cd57a2599afe221d5af1724773a02da08a6ce808a6336a64d8278f7711fdaa95c6e1557c675d417698ec40c92062c5623917b78494dfe3d63'
 
'3216c2864cf184cea0883677a05bf83cf396fda52dbd3d9a187de22f0c45d13db58f8fb4dc926694ba7d7a24000cf6d5f6218805f74fb5d729fc85c643ca8f2f'
 
'afed49c164561f3c658a6d2423519adcf4d5293c416cd93fa5c9d12421416c1e9cb4287e832009049cfd014b365dc1cd93d9cf879117c701cce4caad3b772a8e'
 
'9085884430c656cc68b855c3d6740e5fd0854a8785930341b29e15e201deacc1870d8223255d9ebe096cb111319bea9bf4faa03d0760d5819976ebf912221c7d')


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 19:31:31
  Author: anthraxx
Revision: 664160

upgpkg: logstash 7.8.0-1

Modified:
  logstash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 19:18:22 UTC (rev 664159)
+++ PKGBUILD2020-07-16 19:31:31 UTC (rev 664160)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=logstash
-pkgver=7.7.0
+pkgver=7.8.0
 _jrubyver=9.2.7.0
 pkgrel=1
 pkgdesc='Tool for managing events and logs'
@@ -26,7 +26,7 @@
 logstash-tmpfile.conf
 bundle.config)
 noextract=(${_jrubydist})
-sha256sums=('091a7ed6ea505f5603856daa918e261eca2b38a17eaccb5a374c0fcb1abf7f89'
+sha256sums=('7933c02b90977c558911f0cd0c79be773ba46dabce7789b64ded52e932fa220b'
 'da7c1a5ce90015c0bafd4bca0352294e08fe1c9ec049ac51e82fe57ed50e1348'
 '9ae56b463b465f16363f60670c7da4e84a9bf03c17324c4364c089d7a480cb4b'
 '2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
@@ -34,7 +34,7 @@
 '18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
 '346b630484f8a35b1a549e94e53e3e151527852a29c72cc6e529221215a7f533'
 'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
-sha512sums=('41a3ae9d4a1d2edf338fafa9d929f270d8e9d9e990d3ff1346881d171fff50a9a08ad4a8b096d05af357791352aa92538bc158c33dca4dcddc5d41e9732c'
+sha512sums=('e6bef222c0e6f77ab3b10a55d3cbef68ba2f62f55f9daeda9d62d63a61e33a5be971c59a2bf46190e2395fea98ddf2fac8325098f043ede9a62fae6b293f4a29'
 
'8e71e27fdb149cb7470fb736e7ce858719d13ce6ff8a1e9ab1c1dc71fcc068fb601946bb28ed2feee3670b5e6ebfa8a655a6618d1badfc3763897912c41b1c82'
 
'f6ddf9cc70a2c0cabaacf39fa26953c15af0060711713b2de69caddd2b8f845edde535f002cd7a0d0f8fc01abf934d887278fb6617b2a3d640284bc16ea34927'
 
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 19:31:38
  Author: anthraxx
Revision: 664161

archrelease: copy trunk to community-testing-x86_64

Added:
  logstash/repos/community-testing-x86_64/
  logstash/repos/community-testing-x86_64/PKGBUILD
(from rev 664160, logstash/trunk/PKGBUILD)
  logstash/repos/community-testing-x86_64/build.patch
(from rev 664160, logstash/trunk/build.patch)
  logstash/repos/community-testing-x86_64/bundle.config
(from rev 664160, logstash/trunk/bundle.config)
  logstash/repos/community-testing-x86_64/logstash-sysuser.conf
(from rev 664160, logstash/trunk/logstash-sysuser.conf)
  logstash/repos/community-testing-x86_64/logstash-tmpfile.conf
(from rev 664160, logstash/trunk/logstash-tmpfile.conf)
  logstash/repos/community-testing-x86_64/logstash.service
(from rev 664160, logstash/trunk/logstash.service)
  logstash/repos/community-testing-x86_64/logstash@.service
(from rev 664160, logstash/trunk/logstash@.service)

---+
 PKGBUILD  |  111 
 build.patch   |   72 +++
 bundle.config |4 +
 logstash-sysuser.conf |1 
 logstash-tmpfile.conf |6 ++
 logstash.service  |   23 +
 logstash@.service |7 +++
 7 files changed, 224 insertions(+)

Copied: logstash/repos/community-testing-x86_64/PKGBUILD (from rev 664160, 
logstash/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-16 19:31:38 UTC (rev 664161)
@@ -0,0 +1,111 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=logstash
+pkgver=7.8.0
+_jrubyver=9.2.7.0
+pkgrel=1
+pkgdesc='Tool for managing events and logs'
+url='https://www.elastic.co/products/logstash/'
+arch=('x86_64')
+license=('Apache')
+depends=('java-runtime-headless>=8' 'ruby' 'ruby-bundler' 'coreutils' 'awk')
+makedepends=('java-environment<11' 'git')
+backup=('etc/conf.d/logstash'
+'etc/logstash/jvm.options'
+'etc/logstash/log4j2.properties'
+'etc/logstash/logstash.yml'
+'etc/logstash/pipelines.yml')
+_jrubydist=jruby-dist-${_jrubyver}-bin.tar.gz
+source=(https://github.com/elastic/logstash/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://repo1.maven.org/maven2/org/jruby/jruby-dist/${_jrubyver}/${_jrubydist}
+build.patch
+logstash.service
+logstash@.service
+logstash-sysuser.conf
+logstash-tmpfile.conf
+bundle.config)
+noextract=(${_jrubydist})
+sha256sums=('7933c02b90977c558911f0cd0c79be773ba46dabce7789b64ded52e932fa220b'
+'da7c1a5ce90015c0bafd4bca0352294e08fe1c9ec049ac51e82fe57ed50e1348'
+'9ae56b463b465f16363f60670c7da4e84a9bf03c17324c4364c089d7a480cb4b'
+'2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
+'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
+'18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
+'346b630484f8a35b1a549e94e53e3e151527852a29c72cc6e529221215a7f533'
+'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
+sha512sums=('e6bef222c0e6f77ab3b10a55d3cbef68ba2f62f55f9daeda9d62d63a61e33a5be971c59a2bf46190e2395fea98ddf2fac8325098f043ede9a62fae6b293f4a29'
+
'8e71e27fdb149cb7470fb736e7ce858719d13ce6ff8a1e9ab1c1dc71fcc068fb601946bb28ed2feee3670b5e6ebfa8a655a6618d1badfc3763897912c41b1c82'
+
'f6ddf9cc70a2c0cabaacf39fa26953c15af0060711713b2de69caddd2b8f845edde535f002cd7a0d0f8fc01abf934d887278fb6617b2a3d640284bc16ea34927'
+
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
+
'ce2cef4a784845b00d7c867273555811450bc459669abb5be944bfbbb02708129983e45376a9b308d6db22b2c7b4a7a212827a4826f2a27bc7e143cebc9abfe0'
+
'd811dc3b18d0032b79b4669c9f6aefca49963897c309d83cbf87616c7b8cb5944c17c8072980bcd115d0fb57ef1624d98259ff1082d402d308c33e766ee89699'
+
'05ea8af97c4f6ac9ba5518b99dc3136859edd24d8376940b48b8c7a70586c8bc188deb1079a99e19d437c39e0eb17d68e7cc3f9af4aa3ad2bc6a87c08cae94a6'
+
'5091aa34cc31acd50fd2865714080cf6e67c2d437424f27e001bb409c2885a0e82eabe4ce17461d60c181f460a16df0a03d53bac6015fb731b3e5225735fd4da')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm bin/*.bat
+  sed -e 's|LS_SETTINGS_DIR=.*|LS_SETTINGS_DIR="/etc/logstash"|' -i 
config/startup.options
+  sed -e '1i [ -f /etc/profile.d/jre.sh ] && . /etc/profile.d/jre.sh' -i 
bin/logstash.lib.sh
+
+  # remove deprecated JVM options
+  sed 's|"-XX:+UseParNewGC", ||g' -i logstash-core/benchmarks/build.gradle
+  sed 's|-XX:+UseParNewGC||g' -i config/jvm.options
+
+  # patch -p1 -i "$srcdir"/build.patch
+
+  # Use system gradle (currently not working)
+  # sed 's;./gradlew;gradle

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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 19:34:10
  Author: anthraxx
Revision: 664163

archrelease: copy trunk to community-x86_64

Added:
  hcxtools/repos/community-x86_64/PKGBUILD
(from rev 664162, hcxtools/trunk/PKGBUILD)
Deleted:
  hcxtools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 19:34:05 UTC (rev 664162)
+++ PKGBUILD2020-07-16 19:34:10 UTC (rev 664163)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxtools
-pkgver=6.0.2
-pkgrel=1
-pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
-url='https://github.com/ZerBea/hcxtools'
-arch=('x86_64')
-license=('MIT')
-depends=('curl' 'libpcap' 'zlib' 'openssl')
-source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('46c501a9c2e328bda0cf10e74aa9d2cd8abff98b45c720da0658bf5234ec263bbab69a8b9768de230fb30d6bbc6d709dcdd9596f3b1e6c804e0d073dc1e3b2ff'
-'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PRODUCTION=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr PRODUCTION=1 install
-  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hcxtools/repos/community-x86_64/PKGBUILD (from rev 664162, 
hcxtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 19:34:10 UTC (rev 664163)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxtools
+pkgver=6.0.3
+pkgrel=1
+pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
+url='https://github.com/ZerBea/hcxtools'
+arch=('x86_64')
+license=('MIT')
+depends=('curl' 'libpcap' 'zlib' 'openssl')
+source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('6c111456ec2aee75c3a3b86f9afb3cb9395d6be0ca79ece5c673369fab5a4694980a2ce6bc3d031b5cc9bb492ce7e37006b78ab787cf63e292714dc8245711f6'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PRODUCTION=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr PRODUCTION=1 install
+  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 19:34:05
  Author: anthraxx
Revision: 664162

upgpkg: hcxtools 6.0.3-1

Modified:
  hcxtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 19:31:38 UTC (rev 664161)
+++ PKGBUILD2020-07-16 19:34:05 UTC (rev 664162)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxtools
-pkgver=6.0.2
+pkgver=6.0.3
 pkgrel=1
 pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
 url='https://github.com/ZerBea/hcxtools'
@@ -10,7 +10,7 @@
 depends=('curl' 'libpcap' 'zlib' 'openssl')
 
source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('46c501a9c2e328bda0cf10e74aa9d2cd8abff98b45c720da0658bf5234ec263bbab69a8b9768de230fb30d6bbc6d709dcdd9596f3b1e6c804e0d073dc1e3b2ff'
+sha512sums=('6c111456ec2aee75c3a3b86f9afb3cb9395d6be0ca79ece5c673369fab5a4694980a2ce6bc3d031b5cc9bb492ce7e37006b78ab787cf63e292714dc8245711f6'
 'SKIP')
 validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 19:36:00
  Author: anthraxx
Revision: 664165

archrelease: copy trunk to community-x86_64

Added:
  hcxdumptool/repos/community-x86_64/PKGBUILD
(from rev 664164, hcxdumptool/trunk/PKGBUILD)
Deleted:
  hcxdumptool/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 19:35:56 UTC (rev 664164)
+++ PKGBUILD2020-07-16 19:36:00 UTC (rev 664165)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxdumptool
-pkgver=6.0.6
-pkgrel=1
-pkgdesc='Small tool to capture packets from wlan devices'
-url='https://github.com/ZerBea/hcxdumptool'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'openssl')
-source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('16a52e3cc778839b8dd2418fbeae2a269907260cf1286baafe146a2de99fae1c7d9ab3e9d8a10bd8b7f8bb2bef69c857c0c71ab20e5b757477fc00d5d12d9ddb'
-'SKIP')
-b2sums=('4e82f117a973416afef1e6a6a0dafa72c7012517dfc1265428404258a46de5c699e27b7e407ca98088bb212b4e39f822e4350f3ef18f51780895131c66e55d96'
-'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PRODUCTION=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr PRODUCTION=1 install
-  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hcxdumptool/repos/community-x86_64/PKGBUILD (from rev 664164, 
hcxdumptool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 19:36:00 UTC (rev 664165)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxdumptool
+pkgver=6.0.7
+pkgrel=1
+pkgdesc='Small tool to capture packets from wlan devices'
+url='https://github.com/ZerBea/hcxdumptool'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'openssl')
+source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('3cefc460e3c63e04ba230ee87c0a915a34df4ec76efc38d296f69f4912bdb9123564ee39c3f2c5145b4ff41fa44b7a05a0ac3c789988fd5cf3997b6663746c28'
+'SKIP')
+b2sums=('c57da5ce1fe9d2fdb8b10b63d873dcfc671bc45425a7be364eeb8630e8d312fa057799a282f9ea6c6e2083c7a90ef0f6d0f9e7df8c5e7d4fa4260a8db1a69d16'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PRODUCTION=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr PRODUCTION=1 install
+  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 19:35:56
  Author: anthraxx
Revision: 664164

upgpkg: hcxdumptool 6.0.7-1

Modified:
  hcxdumptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 19:34:10 UTC (rev 664163)
+++ PKGBUILD2020-07-16 19:35:56 UTC (rev 664164)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxdumptool
-pkgver=6.0.6
+pkgver=6.0.7
 pkgrel=1
 pkgdesc='Small tool to capture packets from wlan devices'
 url='https://github.com/ZerBea/hcxdumptool'
@@ -10,9 +10,9 @@
 depends=('glibc' 'openssl')
 
source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('16a52e3cc778839b8dd2418fbeae2a269907260cf1286baafe146a2de99fae1c7d9ab3e9d8a10bd8b7f8bb2bef69c857c0c71ab20e5b757477fc00d5d12d9ddb'
+sha512sums=('3cefc460e3c63e04ba230ee87c0a915a34df4ec76efc38d296f69f4912bdb9123564ee39c3f2c5145b4ff41fa44b7a05a0ac3c789988fd5cf3997b6663746c28'
 'SKIP')
-b2sums=('4e82f117a973416afef1e6a6a0dafa72c7012517dfc1265428404258a46de5c699e27b7e407ca98088bb212b4e39f822e4350f3ef18f51780895131c66e55d96'
+b2sums=('c57da5ce1fe9d2fdb8b10b63d873dcfc671bc45425a7be364eeb8630e8d312fa057799a282f9ea6c6e2083c7a90ef0f6d0f9e7df8c5e7d4fa4260a8db1a69d16'
 'SKIP')
 validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 19:36:48
  Author: anthraxx
Revision: 664166

upgpkg: hydra 9.0-3

Modified:
  hydra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 19:36:00 UTC (rev 664165)
+++ PKGBUILD2020-07-16 19:36:48 UTC (rev 664166)
@@ -8,19 +8,29 @@
 
 pkgname=hydra
 pkgver=9.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Very fast network logon cracker which support many different services'
 url='https://github.com/vanhauser-thc/thc-hydra'
 arch=('x86_64')
 license=('GPL3')
 depends=('postgresql-libs' 'subversion' 'libssh' 'mariadb-libs' 'libidn'
- 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
+ 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre'
+ 'freerdp' 'libmemcached' 'mongo-c-driver')
 optdepends=('gtk2: graphical front-end (xhydra)')
 makedepends=('gtk2')
-source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz)
-sha256sums=('56672e253c128abaa6fb19e77f6f59ba6a93762a9ba435505a009ef6d58e8d0e')
-sha512sums=('58067bd2696e82645bb959fe5537f2876e1d8c170a15fe6a9ac65bbdc33cfb75b47fd1a969c314a6c6d91b2b6c0ce4ba087680bbd67a5a38925a2a8b5c5ad338')
+source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz
+
hydra-9.0-apr-path-max.patch::https://github.com/vanhauser-thc/thc-hydra/commit/db9025bf86e79f1af1e1d70bdc6ea133e486c781.patch)
+sha512sums=('58067bd2696e82645bb959fe5537f2876e1d8c170a15fe6a9ac65bbdc33cfb75b47fd1a969c314a6c6d91b2b6c0ce4ba087680bbd67a5a38925a2a8b5c5ad338'
+
'83b1c31fb87fb3eb8d331afad88d8363336de0a80f864b4ed7f69fac033a67a01e1a0d7c0df62058082a77a40555d52f2ef62de354275b1c0403b48586062f70')
+b2sums=('b4834c66fb1bebcd19151784b75d4c9220cbf7045b289a063a1cbc48a793abfa2edcb466d43234bd4c8e14074a2e2a39ccd697698392f24f39c84da54ee07165'
+
'a261b08a469c2540fb67dd6c9d085ab38eb08fa22f050afbe407bc3f0d2d7c46739533b626c6e1d8ab5aa5a0bea22095658893d83918ef07c84359163de43598')
 
+
+prepare() {
+  cd thc-hydra-${pkgver}
+  patch -Np1 < ../hydra-9.0-apr-path-max.patch
+}
+
 build() {
   cd thc-hydra-${pkgver}
   CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 19:36:53
  Author: anthraxx
Revision: 664167

archrelease: copy trunk to community-x86_64

Added:
  hydra/repos/community-x86_64/PKGBUILD
(from rev 664166, hydra/trunk/PKGBUILD)
Deleted:
  hydra/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 19:36:48 UTC (rev 664166)
+++ PKGBUILD2020-07-16 19:36:53 UTC (rev 664167)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Rudy Matela 
-# Contributor: Bartek Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: pootzko 
-# Contributor: Jinx 
-# Contributor: Timothée Ravier 
-
-pkgname=hydra
-pkgver=9.0
-pkgrel=2
-pkgdesc='Very fast network logon cracker which support many different services'
-url='https://github.com/vanhauser-thc/thc-hydra'
-arch=('x86_64')
-license=('GPL3')
-depends=('postgresql-libs' 'subversion' 'libssh' 'mariadb-libs' 'libidn'
- 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
-optdepends=('gtk2: graphical front-end (xhydra)')
-makedepends=('gtk2')
-source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz)
-sha256sums=('56672e253c128abaa6fb19e77f6f59ba6a93762a9ba435505a009ef6d58e8d0e')
-sha512sums=('58067bd2696e82645bb959fe5537f2876e1d8c170a15fe6a9ac65bbdc33cfb75b47fd1a969c314a6c6d91b2b6c0ce4ba087680bbd67a5a38925a2a8b5c5ad338')
-
-build() {
-  cd thc-hydra-${pkgver}
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./configure --fhs
-  make
-}
-
-package() {
-  cd thc-hydra-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hydra/repos/community-x86_64/PKGBUILD (from rev 664166, 
hydra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 19:36:53 UTC (rev 664167)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Rudy Matela 
+# Contributor: Bartek Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: pootzko 
+# Contributor: Jinx 
+# Contributor: Timothée Ravier 
+
+pkgname=hydra
+pkgver=9.0
+pkgrel=3
+pkgdesc='Very fast network logon cracker which support many different services'
+url='https://github.com/vanhauser-thc/thc-hydra'
+arch=('x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'mariadb-libs' 'libidn'
+ 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre'
+ 'freerdp' 'libmemcached' 'mongo-c-driver')
+optdepends=('gtk2: graphical front-end (xhydra)')
+makedepends=('gtk2')
+source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz
+
hydra-9.0-apr-path-max.patch::https://github.com/vanhauser-thc/thc-hydra/commit/db9025bf86e79f1af1e1d70bdc6ea133e486c781.patch)
+sha512sums=('58067bd2696e82645bb959fe5537f2876e1d8c170a15fe6a9ac65bbdc33cfb75b47fd1a969c314a6c6d91b2b6c0ce4ba087680bbd67a5a38925a2a8b5c5ad338'
+
'83b1c31fb87fb3eb8d331afad88d8363336de0a80f864b4ed7f69fac033a67a01e1a0d7c0df62058082a77a40555d52f2ef62de354275b1c0403b48586062f70')
+b2sums=('b4834c66fb1bebcd19151784b75d4c9220cbf7045b289a063a1cbc48a793abfa2edcb466d43234bd4c8e14074a2e2a39ccd697698392f24f39c84da54ee07165'
+
'a261b08a469c2540fb67dd6c9d085ab38eb08fa22f050afbe407bc3f0d2d7c46739533b626c6e1d8ab5aa5a0bea22095658893d83918ef07c84359163de43598')
+
+
+prepare() {
+  cd thc-hydra-${pkgver}
+  patch -Np1 < ../hydra-9.0-apr-path-max.patch
+}
+
+build() {
+  cd thc-hydra-${pkgver}
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  ./configure --fhs
+  make
+}
+
+package() {
+  cd thc-hydra-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 19:50:51
  Author: anthraxx
Revision: 664169

archrelease: copy trunk to community-x86_64

Added:
  bettercap/repos/community-x86_64/PKGBUILD
(from rev 664168, bettercap/trunk/PKGBUILD)
Deleted:
  bettercap/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 19:50:47 UTC (rev 664168)
+++ PKGBUILD2020-07-16 19:50:51 UTC (rev 664169)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Christian Rebischke 
-
-pkgname=bettercap
-pkgver=2.27.1
-pkgrel=2
-pkgdesc='Swiss army knife for network attacks and monitoring'
-url='https://github.com/bettercap/bettercap'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpcap' 'libnetfilter_queue' 'iproute2' 'glibc' 'libnfnetlink')
-makedepends=('go' 'git')
-optdepends=('bettercap-caplets: scripts (caplets) and proxy modules')
-options=('!emptydirs')
-source=(https://github.com/bettercap/bettercap/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('157386a9410056667e391826fe04012f934452dd66a9bc3a6d4eee1654827923a7ad987cff07477b30a56476fe92dc1eadf7db7c4fd6bbf2dc2bd62e825e1835')
-b2sums=('f10074523407e23a6f504a7bba8c7aa63a81890c8a0dc1cfc0d9ea336a7606e7b73e301c3167149d8bbf9a01addc59e5ab047300cc7594eb4b7e929ff2f0cd8c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  find . -type f -exec sed -i'' 's|/usr/local|/usr|g' {} +
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export GO11MODULE=on
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  go build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 bettercap -t "${pkgdir}/usr/bin"
-  install -Dm 644 bettercap.service -t "${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bettercap/repos/community-x86_64/PKGBUILD (from rev 664168, 
bettercap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 19:50:51 UTC (rev 664169)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Christian Rebischke 
+
+pkgname=bettercap
+pkgver=2.28
+pkgrel=1
+pkgdesc='Swiss army knife for network attacks and monitoring'
+url='https://github.com/bettercap/bettercap'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap' 'libnetfilter_queue' 'iproute2' 'glibc' 'libnfnetlink')
+makedepends=('go' 'git')
+optdepends=('bettercap-caplets: scripts (caplets) and proxy modules')
+options=('!emptydirs')
+source=(https://github.com/bettercap/bettercap/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('914b5171e5bea60c008b73e1de528c5d631da459f9670c7dc4eca068e28ee22d0a9b8e9a8b6655aa8ffec795fa5960c7d4335231841839a1abf8583d855c6753')
+b2sums=('b46f4ec60ce1a65a6e7aaa9b05fd1c6280393c9ca4b4578b45ea880005bc7b5d9cd8e1aab7e908067d95aee8851bdaa5e2b5e0e27ccea7b6556035e2424b58a6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  find . -type f -exec sed 's|/usr/local|/usr|g' -i {} +
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export GO11MODULE=on
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath"
+  go build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 bettercap -t "${pkgdir}/usr/bin"
+  install -Dm 644 bettercap.service -t "${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 19:50:47
  Author: anthraxx
Revision: 664168

upgpkg: bettercap 2.28-1

Modified:
  bettercap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 19:36:53 UTC (rev 664167)
+++ PKGBUILD2020-07-16 19:50:47 UTC (rev 664168)
@@ -2,8 +2,8 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=bettercap
-pkgver=2.27.1
-pkgrel=2
+pkgver=2.28
+pkgrel=1
 pkgdesc='Swiss army knife for network attacks and monitoring'
 url='https://github.com/bettercap/bettercap'
 arch=('x86_64')
@@ -13,8 +13,8 @@
 optdepends=('bettercap-caplets: scripts (caplets) and proxy modules')
 options=('!emptydirs')
 
source=(https://github.com/bettercap/bettercap/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('157386a9410056667e391826fe04012f934452dd66a9bc3a6d4eee1654827923a7ad987cff07477b30a56476fe92dc1eadf7db7c4fd6bbf2dc2bd62e825e1835')
-b2sums=('f10074523407e23a6f504a7bba8c7aa63a81890c8a0dc1cfc0d9ea336a7606e7b73e301c3167149d8bbf9a01addc59e5ab047300cc7594eb4b7e929ff2f0cd8c')
+sha512sums=('914b5171e5bea60c008b73e1de528c5d631da459f9670c7dc4eca068e28ee22d0a9b8e9a8b6655aa8ffec795fa5960c7d4335231841839a1abf8583d855c6753')
+b2sums=('b46f4ec60ce1a65a6e7aaa9b05fd1c6280393c9ca4b4578b45ea880005bc7b5d9cd8e1aab7e908067d95aee8851bdaa5e2b5e0e27ccea7b6556035e2424b58a6')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in prometheus-postgres-exporter/trunk (3 files)

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 19:58:50
  Author: jelle
Revision: 391975

Prometheus exporter for infrastructure

Added:
  prometheus-postgres-exporter/trunk/PKGBUILD
  prometheus-postgres-exporter/trunk/prometheus-postgres-exporter.conf
  prometheus-postgres-exporter/trunk/prometheus-postgres-exporter.service

--+
 PKGBUILD |   48 +
 prometheus-postgres-exporter.conf|2 +
 prometheus-postgres-exporter.service |   26 +
 3 files changed, 76 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 19:58:50 UTC (rev 391975)
@@ -0,0 +1,48 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Nils Czernia 
+
+pkgname=prometheus-postgres-exporter
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="Prometheus exporter for PostrgreSQL"
+arch=('x86_64')
+url="https://github.com/wrouesnel/postgres_exporter";
+license=('Apache')
+makedepends=('git' 'go')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wrouesnel/postgres_exporter/archive/v${pkgver}.tar.gz
+"prometheus-postgres-exporter.service"
+"prometheus-postgres-exporter.conf")
+sha256sums=('27877c9b3aa751c7c1265f39986218f6a2c2b66a126cf348c6cc2f20f5201b02'
+'5361f16ddf02d0c43665884674e9a3049cf6da8ac3a19eb7dba154354853eda6'
+'d132e8140c147f3a26fdff648c4e4e59b80225a7ee10195b9e460e224316e556')
+
+prepare() {
+  cd "${srcdir}/postgres_exporter-${pkgver}"
+
+  export GOPATH="${srcdir}/gopath"
+  mkdir -p "${GOPATH}/src/github.com/wrouesnel"
+  ln -snf "${srcdir}/postgres_exporter-${pkgver}" 
"${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+}
+
+build() {
+  export GOPATH="${srcdir}/gopath"
+  cd "${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+  go build \
+-trimpath \
+-buildmode=pie \
+-ldflags "-extldflags \"${LDFLAGS}\"" \
+  ./cmd/postgres_exporter
+}
+
+check() {
+  export GOPATH="${srcdir}/gopath"
+  cd "${GOPATH}/src/github.com/wrouesnel/postgres_exporter"
+  go test ./...
+}
+
+package() {
+  install -Dm755 ${srcdir}/prometheus-postgres-exporter.service 
"${pkgdir}/usr/lib/systemd/system/prometheus-postgres-exporter.service"
+  install -Dm600 ${srcdir}/prometheus-postgres-exporter.conf 
"${pkgdir}/etc/conf.d/prometheus-postgres-exporter"
+
+  install -Dm755 "postgres_exporter-${pkgver}/postgres_exporter" 
"${pkgdir}/usr/bin/prometheus-postgres-exporter"
+}

Added: prometheus-postgres-exporter.conf
===
--- prometheus-postgres-exporter.conf   (rev 0)
+++ prometheus-postgres-exporter.conf   2020-07-16 19:58:50 UTC (rev 391975)
@@ -0,0 +1,2 @@
+DATA_SOURCE_NAME=""
+POSTGRESQL_EXPORTER_ARGS=""

Added: prometheus-postgres-exporter.service
===
--- prometheus-postgres-exporter.service(rev 0)
+++ prometheus-postgres-exporter.service2020-07-16 19:58:50 UTC (rev 
391975)
@@ -0,0 +1,26 @@
+[Unit]
+Description=Prometheus exporter for PostgreSQL
+After=network.target
+
+[Service]
+EnvironmentFile=-/etc/conf.d/prometheus-postgres-exporter
+ExecStart=/usr/bin/prometheus-postgres-exporter $POSTGRESQL_EXPORTER_ARGS
+Restart=on-failure
+
+DynamicUser=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+LockPersonality=true
+ProtectHostname=true
+ProtectHome=true
+ProtectClock=true
+ProtectControlGroups=true
+ProtectKernelLogs=true
+PrivateDevices=true
+PrivateUsers=true
+RestrictRealtime=true
+CapabilityBoundingSet=
+MemoryDenyWriteExecute=true
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in (prometheus-postgresql-exporter)

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 19:59:21
  Author: jelle
Revision: 391976

Rename to prometheus-postgres-exporter

Deleted:
  prometheus-postgresql-exporter/


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 20:02:04
  Author: anthraxx
Revision: 664171

archrelease: copy trunk to community-x86_64

Added:
  pgadmin4/repos/community-x86_64/PKGBUILD
(from rev 664170, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-x86_64/config_distro.py
(from rev 664170, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-x86_64/config_local.py
(from rev 664170, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
(from rev 664170, pgadmin4/trunk/pgAdmin4.desktop)
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
(from rev 664170, pgadmin4/trunk/pgadmin4-python-de-vendor-venv-paths.patch)
Deleted:
  pgadmin4/repos/community-x86_64/PKGBUILD
  pgadmin4/repos/community-x86_64/config_distro.py
  pgadmin4/repos/community-x86_64/config_local.py
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch

+
 PKGBUILD   |  264 +--
 config_distro.py   |4 
 pgAdmin4.desktop   |   22 +-
 pgadmin4-python-de-vendor-venv-paths.patch |   66 +++---
 4 files changed, 178 insertions(+), 178 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 20:01:44 UTC (rev 664170)
+++ PKGBUILD2020-07-16 20:02:04 UTC (rev 664171)
@@ -1,132 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jerome Leclanche 
-
-pkgname=pgadmin4
-pkgver=4.22
-pkgrel=1
-pkgdesc='Comprehensive design and management interface for PostgreSQL'
-url='https://www.pgadmin.org/'
-arch=('x86_64')
-license=('custom')
-depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme' 'python'
- 'python-blinker' 'python-flask' 'python-flask-login'
- 'python-flask-migrate' 'python-flask-sqlalchemy' 'python-flask-wtf'
- 'python-passlib' 'python-pytz' 'python-simplejson' 'python-six'
- 'python-speaklater' 'python-sqlparse' 'python-wtforms' 'python-psutil'
- 'python-jinja' 'python-paramiko' 'python-psycopg2'
- 'python-cryptography' 'python-sqlalchemy' 'python-testtools'
- 'python-webencodings' 'python-werkzeug' 'python-dateutil'
- 'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
- 'python-flask-paranoid' 'python-sshtunnel' 'python-flask-security-too'
- 'python-werkzeug' 'python-flask-compress' 'python-ldap3')
-makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 
'python-fixtures'
- 'python-html5lib' 'python-pbr' 'python-mimeparse' 
'python-pyrsistent'
- 'imagemagick')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
-pgAdmin4.desktop
-config_distro.py
-config_local.py
-pgadmin4-python-de-vendor-venv-paths.patch)
-validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('87ca94924bdfdac6307795acfb9218a667eea12ec0727a97aad90f4278567ae41bbfa85901efa372aa6a21701742ab59cda24efc0398e4222d04033ca111a18b'
-'SKIP'
-
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
-
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'a8c1a3762469b02b745da4e3b30f7534ad6bb94e91d43f7e63604fef24f638e09575e2c9336e753e5b6dbe167c55bb49fb6247a16431415318479eb3a3712adc')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -Np1 < ../pgadmin4-python-de-vendor-venv-paths.patch
-
-  local PYTHONVERSION="$(python -c 'import sys; 
print(f"{sys.version_info.major}.{sys.version_info.minor}")')"
-  sed -E "s|/usr/pgadmin4/web|/usr/lib/pgadmin4/web|g;
-  
s|/usr/pgadmin4/lib/python[0-9\\.]+|/usr/lib/python${PYTHONVERSION}|g" \
-  -i runtime/ConfigWindow.ui
-  sed "s|##PYTHONVERSION##|${PYTHONVERSION}|g" -i runtime/Server.cpp
-
-  sed -E -i requirements.txt \
--e '/blinker>?=/d' \
--e '/extras>?=/d' \
--e '/Flask>?=/d' \
--e '/Flask-Login>?=/d' \
--e '/Flask-Migrate>?=/d' \
--e '/Flask-SQLAlchemy>?=/d' \
--e '/Flask-WTF>?=/d' \
--e '/pycrypto>?=/d' \
--e '/passlib>?=/d' \
--e '/pytz>?=/d' \
--e '/simplejson>?=/d' \
--e '/six>?=/d' \
--e '/speaklater>?=/d' \
--e '/sqlparse>?=/d' \
--e '/WTForms>?=/d' \
--e '/psutil>?=/d' \
--e '/psycopg2>?=/d' \
--e '/python-dateutil>?=/d' \
--e '/SQLAlchemy>?=/d' \
--e '/Flask-Gravatar>?=/d' \
--e '/Flask-Mail>?=/d' \
--e '/Flask-Principal>?=/d' \
--e '/Flask-Par

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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 20:01:44
  Author: anthraxx
Revision: 664170

upgpkg: pgadmin4 4.23-1

Modified:
  pgadmin4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 19:50:51 UTC (rev 664169)
+++ PKGBUILD2020-07-16 20:01:44 UTC (rev 664170)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pgadmin4
-pkgver=4.22
+pkgver=4.23
 pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
@@ -28,7 +28,7 @@
 config_local.py
 pgadmin4-python-de-vendor-venv-paths.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('87ca94924bdfdac6307795acfb9218a667eea12ec0727a97aad90f4278567ae41bbfa85901efa372aa6a21701742ab59cda24efc0398e4222d04033ca111a18b'
+sha512sums=('7327cd7dc5b2c25bf092427ac8196aff067f5b8f4526e5170e7c731ac12c4cc451855111cf86bb35e568acf543e4a35e2dcf981f389af662f2604e0361967e43'
 'SKIP'
 
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
 
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'


[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 20:06:56
  Author: anthraxx
Revision: 664172

upgpkg: intellij-idea-community-edition 2:2020.1.3-1

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 20:02:04 UTC (rev 664171)
+++ PKGBUILD2020-07-16 20:06:56 UTC (rev 664172)
@@ -3,8 +3,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=intellij-idea-community-edition
-pkgver=2020.1.2
-_build=201.7846.76
+pkgver=2020.1.3
+_build=201.8538.31
 pkgrel=1
 epoch=2
 pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'


[arch-commits] Commit in intellij-idea-community-edition/repos/community-x86_64 (6 files)

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 20:07:04
  Author: anthraxx
Revision: 664173

archrelease: copy trunk to community-x86_64

Added:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
(from rev 664172, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
(from rev 664172, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-x86_64/idea.sh
(from rev 664172, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
  intellij-idea-community-edition/repos/community-x86_64/idea.sh

--+
 PKGBUILD |  140 -
 idea.desktop |   22 
 idea.sh  |   22 
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 20:06:56 UTC (rev 664172)
+++ PKGBUILD2020-07-16 20:07:04 UTC (rev 664173)
@@ -1,70 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Maintainer: Levente Polyak 
-# Maintainer: Maxime Gauduin 
-
-pkgname=intellij-idea-community-edition
-pkgver=2020.1.2
-_build=201.7846.76
-pkgrel=1
-epoch=2
-pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
-url='https://www.jetbrains.com/idea/'
-arch=('x86_64')
-license=('Apache')
-backup=('usr/share/idea/bin/idea.vmoptions'
-'usr/share/idea/bin/idea64.vmoptions')
-depends=('giflib' 'java-environment=11' 'python' 'sh' 'ttf-font' 
'libdbusmenu-glib')
-makedepends=('ant' 'git' 'java8-openjfx' 'java-environment=8')
-source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build}";
-
idea-android::"git+https://github.com/JetBrains/android#tag=idea/${_build}";
-
idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#commit=17e9c8b666cac0b974b1efc5e1e4c33404f72904"
-idea.desktop
-idea.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
-'5d4f998bec3249165b0e62b5e51e9b7fbe383bb9f1178ffefe070f2c9872eebb')
-
-prepare() {
-  cd intellij-community
-
-  # build system doesn't like symlinks
-  mv "${srcdir}"/idea-android android
-  mv "${srcdir}"/idea-adt-tools-base android/tools-base
-
-  sed '/def targetOs =/c def targetOs = "linux"' -i 
build/dependencies/setupJbre.gradle
-  sed '/String targetOS/c   String targetOS = OS_LINUX' -i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
-  sed -E 's|(\1|' -i build.xml
-  sed -E 's/-Xmx[0-9]+m/-XX:-UseGCOverheadLimit/' -i build.xml
-  echo ${_build} > build.txt
-}
-
-build() {
-  cd intellij-community
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="${JAVA_HOME}/bin:${PATH}"
-  ant build
-  tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jbr.tar.gz -C "${srcdir}"
-}
-
-package() {
-  cd idea-IC-${_build}
-
-  # workaround FS#40934
-  sed -i 's/lcd/on/' bin/*.vmoptions
-
-  rm -rf bin/fsnotifier-arm lib/libpty/linux/x86
-
-  install -dm 755 
"${pkgdir}"/usr/share/{licenses,pixmaps,idea,icons/hicolor/scalable/apps}
-  cp -dr --no-preserve='ownership' bin lib plugins redist 
"${pkgdir}"/usr/share/idea/
-  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/idea
-  ln -s /usr/share/idea/bin/idea.png "${pkgdir}"/usr/share/pixmaps/
-  ln -s /usr/share/idea/bin/idea.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/
-  install -Dm 644 ../idea.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../idea.sh "${pkgdir}"/usr/bin/idea
-  install -Dm 644 build.txt -t "${pkgdir}"/usr/share/idea
-}
-
-# vim: ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-x86_64/PKGBUILD (from 
rev 664172, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 20:07:04 UTC (rev 664173)
@@ -0,0 +1,70 @@
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+
+pkgname=intellij-idea-community-edition
+pkgver=2020.1.3
+_build=201.8538.31
+pkgrel=1
+epoch=2
+pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
+url='https://www.jetbrains.com/idea/'
+arch=('x86_64')
+license=('Apache')
+backup=('usr/share/idea/bin/idea.vmoptions'
+'usr/share/idea/bin/idea64.vmoptions')
+depends=('giflib' 'java-environment=11' 'python' 'sh' 'ttf-font' 
'libdbusmenu-glib')
+makedepends=('ant' 'git' 'java8-openjfx' 'java-environment=8')
+source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build}";
+
idea-android::"git+https://gith

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

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 20:16:30
  Author: jelle
Revision: 664174

upgpkg: grafana 7.1.0-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 20:07:04 UTC (rev 664173)
+++ PKGBUILD2020-07-16 20:16:30 UTC (rev 664174)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=7.0.6
+pkgver=7.1.0
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'
@@ -29,7 +29,8 @@
   "E9EBB044CD6A98482208FE569A774B897EAAB194"  # 
https://github.com/torkelo.gpg
   "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # 
https://github.com/marefr.gpg
   "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8"  # 
https://github.com/hugohaggmark.gpg
-  "73B00FD007FF40A7B877F8E1C56C450B04996310") # 
https://github.com/mckn.gpg
+  "73B00FD007FF40A7B877F8E1C56C450B04996310" # 
https://github.com/mckn.gpg
+  "3FEB0F042AF5DABD20CDB845539F8AEBA0B8E5DB" ) # 
https://github.com/dprokop.gpg
 
 prepare() {
   cd $pkgname


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

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 20:16:40
  Author: jelle
Revision: 664175

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 664174, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 664174, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 664174, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 664174, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 664174, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  183 ++---
 grafana.install  |   44 ++--
 grafana.service  |   46 ++---
 grafana.sysusers |2 
 grafana.tmpfiles |4 -
 5 files changed, 140 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 20:16:30 UTC (rev 664174)
+++ PKGBUILD2020-07-16 20:16:40 UTC (rev 664175)
@@ -1,91 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=7.0.6
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='https://grafana.com/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs-lts-erbium')
-backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver?signed";
-'grafana.service'
-'grafana.sysusers'
-'grafana.tmpfiles'
-   )
-install=$pkgname.install
-sha512sums=('SKIP'
-
'02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
-
'38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
-
'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')
-validpgpkeys=("D45B6DC53E9057C46487E25CE17E9ABACEFA59EB"
-  "43511C6A68C9A1DE451EF51890AA4FDC4D63CBEA"
-  "AA70DF6234FBF96AB9101D09E6D5D452E87026E9"  # 
https://github.com/aknuds1.gpg
-  "622E7A764E0C94351E061C57F8D44788D50B48DF"  # 
https://github.com/xlson.gpg
-  "E9EBB044CD6A98482208FE569A774B897EAAB194"  # 
https://github.com/torkelo.gpg
-  "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # 
https://github.com/marefr.gpg
-  "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8"  # 
https://github.com/hugohaggmark.gpg
-  "73B00FD007FF40A7B877F8E1C56C450B04996310") # 
https://github.com/mckn.gpg
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  echo "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  # set arch linux paths
-  sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini
-  sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
-  sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
-  sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-}
-
-build() {
-  echo 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  echo 'building the backend'
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go run build.go setup
-  go run build.go build
-
-  echo 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  npm install -g yarn
-  yarn install --pure-lockfile --no-progress
-  npm run build release
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/linux-amd64/grafana-server 
"$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/linux-amd64/grafana-cli "$pkgdir/u

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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 20:20:49
  Author: anthraxx
Revision: 664176

upgpkg: checksec 2.2.3-1

Modified:
  checksec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 20:16:40 UTC (rev 664175)
+++ PKGBUILD2020-07-16 20:20:49 UTC (rev 664176)
@@ -4,7 +4,7 @@
 
 pkgname=checksec
 _pkgname=checksec.sh
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='Tool designed to test which standard Linux OS and PaX security 
features are being used'
 url='https://github.com/slimm609/checksec.sh'
@@ -13,8 +13,8 @@
 depends=('bash' 'binutils' 'coreutils' 'findutils' 'procps-ng' 'awk' 'openssl'
  'file' 'grep')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('d3c8e80bdd1cee0c2f0e60cb7a8a9482b82f651ea069e3a4453ae9a44072a632')
-sha512sums=('d975a9cea60869ddda445515396b67b6ea3c9b33770e711071e1cff684f89b4718b135a3a3c1a88b11b96ccde0df72d6b7924cade0619d24e38db428251d22b0')
+sha512sums=('d1516dc4321f30a57f88d3279fa228b4dbb0f16345c3c7e9d89575ddc3ed9dffae42f392e76321a5a9aba876717aae959365fc829f0abb58c1c21f34dbbf59b7')
+b2sums=('850977dc14d1b57dc947f81af904aca71a7d664bf695619de2b6f7a1014a95176813c4fcd8c39a6c89b028291fa1a08a2beaf6f4dce27f53624202bb0e72ed2c')
 
 prepare() {
   cd ${_pkgname}-${pkgver}


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 20:20:54
  Author: anthraxx
Revision: 664177

archrelease: copy trunk to community-any

Added:
  checksec/repos/community-any/PKGBUILD
(from rev 664176, checksec/trunk/PKGBUILD)
Deleted:
  checksec/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 20:20:49 UTC (rev 664176)
+++ PKGBUILD2020-07-16 20:20:54 UTC (rev 664177)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Micay 
-# Contributor: Lubomir Krajcovic 
-
-pkgname=checksec
-_pkgname=checksec.sh
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Tool designed to test which standard Linux OS and PaX security 
features are being used'
-url='https://github.com/slimm609/checksec.sh'
-arch=('any')
-license=('BSD')
-depends=('bash' 'binutils' 'coreutils' 'findutils' 'procps-ng' 'awk' 'openssl'
- 'file' 'grep')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('d3c8e80bdd1cee0c2f0e60cb7a8a9482b82f651ea069e3a4453ae9a44072a632')
-sha512sums=('d975a9cea60869ddda445515396b67b6ea3c9b33770e711071e1cff684f89b4718b135a3a3c1a88b11b96ccde0df72d6b7924cade0619d24e38db428251d22b0')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed -r 's|(pkg_release=)false|\1true|' -i checksec
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  install -Dm 755 checksec -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 ChangeLog README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 extras/man/checksec.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 extras/zsh/_checksec -t 
"${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: checksec/repos/community-any/PKGBUILD (from rev 664176, 
checksec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 20:20:54 UTC (rev 664177)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+# Contributor: Lubomir Krajcovic 
+
+pkgname=checksec
+_pkgname=checksec.sh
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Tool designed to test which standard Linux OS and PaX security 
features are being used'
+url='https://github.com/slimm609/checksec.sh'
+arch=('any')
+license=('BSD')
+depends=('bash' 'binutils' 'coreutils' 'findutils' 'procps-ng' 'awk' 'openssl'
+ 'file' 'grep')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('d1516dc4321f30a57f88d3279fa228b4dbb0f16345c3c7e9d89575ddc3ed9dffae42f392e76321a5a9aba876717aae959365fc829f0abb58c1c21f34dbbf59b7')
+b2sums=('850977dc14d1b57dc947f81af904aca71a7d664bf695619de2b6f7a1014a95176813c4fcd8c39a6c89b028291fa1a08a2beaf6f4dce27f53624202bb0e72ed2c')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed -r 's|(pkg_release=)false|\1true|' -i checksec
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  install -Dm 755 checksec -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 ChangeLog README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 extras/man/checksec.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 extras/zsh/_checksec -t 
"${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 20:21:56
  Author: anthraxx
Revision: 664178

upgpkg: ccache 3.7.10-1

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 20:20:54 UTC (rev 664177)
+++ PKGBUILD2020-07-16 20:21:56 UTC (rev 664178)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=ccache
-pkgver=3.7.9
+pkgver=3.7.10
 pkgrel=1
 pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
 url='https://ccache.samba.org/'
@@ -12,9 +12,9 @@
 depends=('glibc' 'zlib')
 
source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
 validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

-sha512sums=('5d39baeb66265451b0e9cef250f6d9c5f6869cd87e27c108c9a50bef80050122ed4280ff662a81bba8d1d1311f2004bcaf9ada6b783a42eedc67ca01ebc48bb4'
+sha512sums=('64b0d42af7fd2dfdda65668b04dbd16807a22324e336e61f6c6a91c00110fb535c7ac9062a9c14c924a7ddaf42247f69a43d83dd0fd187ce3b0737158b5bb8fc'
 'SKIP')
-b2sums=('791491c3f9da58f06bb0a58e411d9a7b3e39e460102793ef736820913d43d488ce7daffba572c21f507ea78d8da04edc3aaa47eb1a0fbec8cb35461a60b770e9'
+b2sums=('d7c06ee55a79afb4b72cdc20ec3d6413a5417301c63a0c822a4f82e6b9542c7a9cdf9f1bbd60a4698c335fdddfadcb9d674bff02c6dad1c2df9932212fdf6477'
 'SKIP')
 
 build() {


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 20:22:01
  Author: anthraxx
Revision: 664179

archrelease: copy trunk to community-x86_64

Added:
  ccache/repos/community-x86_64/PKGBUILD
(from rev 664178, ccache/trunk/PKGBUILD)
Deleted:
  ccache/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 20:21:56 UTC (rev 664178)
+++ PKGBUILD2020-07-16 20:22:01 UTC (rev 664179)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=ccache
-pkgver=3.7.9
-pkgrel=1
-pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
-url='https://ccache.samba.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('glibc' 'zlib')
-source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
-validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

-sha512sums=('5d39baeb66265451b0e9cef250f6d9c5f6869cd87e27c108c9a50bef80050122ed4280ff662a81bba8d1d1311f2004bcaf9ada6b783a42eedc67ca01ebc48bb4'
-'SKIP')
-b2sums=('791491c3f9da58f06bb0a58e411d9a7b3e39e460102793ef736820913d43d488ce7daffba572c21f507ea78d8da04edc3aaa47eb1a0fbec8cb35461a60b770e9'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 ccache -t "${pkgdir}/usr/bin"
-  install -Dm 644 doc/ccache.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 doc/{AUTHORS,MANUAL,NEWS}.adoc README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -d "${pkgdir}/usr/lib/ccache/bin"
-  local _prog
-  for _prog in gcc g++ c++; do
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/${CHOST}-$_prog"
-  done
-  for _prog in cc clang clang++; do
-ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: ccache/repos/community-x86_64/PKGBUILD (from rev 664178, 
ccache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 20:22:01 UTC (rev 664179)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=ccache
+pkgver=3.7.10
+pkgrel=1
+pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
+url='https://ccache.samba.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'zlib')
+source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
+validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 

+sha512sums=('64b0d42af7fd2dfdda65668b04dbd16807a22324e336e61f6c6a91c00110fb535c7ac9062a9c14c924a7ddaf42247f69a43d83dd0fd187ce3b0737158b5bb8fc'
+'SKIP')
+b2sums=('d7c06ee55a79afb4b72cdc20ec3d6413a5417301c63a0c822a4f82e6b9542c7a9cdf9f1bbd60a4698c335fdddfadcb9d674bff02c6dad1c2df9932212fdf6477'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 ccache -t "${pkgdir}/usr/bin"
+  install -Dm 644 doc/ccache.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 doc/{AUTHORS,MANUAL,NEWS}.adoc README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+
+  install -d "${pkgdir}/usr/lib/ccache/bin"
+  local _prog
+  for _prog in gcc g++ c++; do
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/${CHOST}-$_prog"
+  done
+  for _prog in cc clang clang++; do
+ln -s /usr/bin/ccache "${pkgdir}/usr/lib/ccache/bin/$_prog"
+  done
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in openssh/trunk (3122.patch 67290.patch PKGBUILD)

2020-07-16 Thread Gaëtan Bisson via arch-commits
Date: Thursday, July 16, 2020 @ 20:23:25
  Author: bisson
Revision: 391977

fix match/include interaction in ssh_config

Added:
  openssh/trunk/3122.patch
  openssh/trunk/67290.patch
Modified:
  openssh/trunk/PKGBUILD

-+
 3122.patch  |   98 ++
 67290.patch |   49 +
 PKGBUILD|   16 +++--
 3 files changed, 160 insertions(+), 3 deletions(-)

Added: 3122.patch
===
--- 3122.patch  (rev 0)
+++ 3122.patch  2020-07-16 20:23:25 UTC (rev 391977)
@@ -0,0 +1,98 @@
+diff -Naur old/servconf.c new/servconf.c
+--- old/servconf.c 2020-05-26 14:38:00.0 -1000
 new/servconf.c 2020-07-16 10:14:14.076284901 -1000
+@@ -550,6 +550,7 @@
+ #define SSHCFG_MATCH  0x02/* allowed inside a Match section */
+ #define SSHCFG_ALL(SSHCFG_GLOBAL|SSHCFG_MATCH)
+ #define SSHCFG_NEVERMATCH 0x04  /* Match never matches; internal only */
++#define SSHCFG_MATCH_ONLY 0x08  /* Match only in conditional blocks; 
internal only */
+ 
+ /* Textual representation of the tokens. */
+ static struct {
+@@ -1259,7 +1260,7 @@
+ static int
+ process_server_config_line_depth(ServerOptions *options, char *line,
+ const char *filename, int linenum, int *activep,
+-struct connection_info *connectinfo, int inc_flags, int depth,
++struct connection_info *connectinfo, int *inc_flags, int depth,
+ struct include_list *includes)
+ {
+   char ch, *cp, ***chararrayptr, **charptr, *arg, *arg2, *p;
+@@ -2002,7 +2003,9 @@
+   parse_server_config_depth(options,
+   item->filename, item->contents,
+   includes, connectinfo,
+-  (oactive ? 0 : SSHCFG_NEVERMATCH),
++  (*inc_flags & SSHCFG_MATCH_ONLY
++  ? SSHCFG_MATCH_ONLY : (oactive
++  ? 0 : SSHCFG_NEVERMATCH)),
+   activep, depth + 1);
+   }
+   found = 1;
+@@ -2050,7 +2053,9 @@
+   parse_server_config_depth(options,
+   item->filename, item->contents,
+   includes, connectinfo,
+-  (oactive ? 0 : SSHCFG_NEVERMATCH),
++  (*inc_flags & SSHCFG_MATCH_ONLY
++  ? SSHCFG_MATCH_ONLY : (oactive
++  ? 0 : SSHCFG_NEVERMATCH)),
+   activep, depth + 1);
+   *activep = oactive;
+   TAILQ_INSERT_TAIL(includes, item, entry);
+@@ -2068,11 +2073,14 @@
+   if (cmdline)
+   fatal("Match directive not supported as a command-line "
+  "option");
+-  value = match_cfg_line(&cp, linenum, connectinfo);
++  value = match_cfg_line(&cp, linenum,
++  (*inc_flags & SSHCFG_NEVERMATCH ? NULL : connectinfo));
+   if (value < 0)
+   fatal("%s line %d: Bad Match condition", filename,
+   linenum);
+-  *activep = (inc_flags & SSHCFG_NEVERMATCH) ? 0 : value;
++  *activep = (*inc_flags & SSHCFG_NEVERMATCH) ? 0 : value;
++  /* The MATCH_ONLY is applicable only until the first match 
block */
++  *inc_flags &= ~SSHCFG_MATCH_ONLY;
+   break;
+ 
+   case sPermitListen:
+@@ -2375,8 +2383,10 @@
+ const char *filename, int linenum, int *activep,
+ struct connection_info *connectinfo, struct include_list *includes)
+ {
++  int inc_flags = 0;
++
+   return process_server_config_line_depth(options, line, filename,
+-  linenum, activep, connectinfo, 0, 0, includes);
++  linenum, activep, connectinfo, &inc_flags, 0, includes);
+ }
+ 
+ 
+@@ -2581,14 +2591,15 @@
+   if (depth < 0 || depth > SERVCONF_MAX_DEPTH)
+   fatal("Too many recursive configuration includes");
+ 
+-  debug2("%s: config %s len %zu", __func__, filename, sshbuf_len(conf));
++  debug2("%s: config %s len %zu%s", __func__, filename, sshbuf_len(conf),
++  (flags & SSHCFG_NEVERMATCH ? " [checking syntax only]" : ""));
+ 
+   if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL)
+   fatal("%s: sshbuf_dup_string failed", __func__);
+   linenum = 1;
+   while ((cp = strsep(&cbuf, "\n")) != NULL) {
+   if (process_server_config_line_depth(options, cp,
+-  filename, linenum++, activep, connectinfo, flags,
++  filename, l

[arch-commits] Commit in openssh/repos (11 files)

2020-07-16 Thread Gaëtan Bisson via arch-commits
Date: Thursday, July 16, 2020 @ 20:24:10
  Author: bisson
Revision: 391978

archrelease: copy trunk to testing-x86_64

Added:
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/3122.patch
(from rev 391977, openssh/trunk/3122.patch)
  openssh/repos/testing-x86_64/67290.patch
(from rev 391977, openssh/trunk/67290.patch)
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 391977, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/PKGBUILD.snap
(from rev 391977, openssh/trunk/PKGBUILD.snap)
  openssh/repos/testing-x86_64/glibc-2.31.patch
(from rev 391977, openssh/trunk/glibc-2.31.patch)
  openssh/repos/testing-x86_64/install
(from rev 391977, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 391977, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 391977, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 391977, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 391977, openssh/trunk/sshdgenkeys.service)

-+
 3122.patch  |   98 ++
 67290.patch |   49 +
 PKGBUILD|  115 ++
 PKGBUILD.snap   |  105 +
 glibc-2.31.patch|  100 +++
 install |   32 +
 sshd.conf   |1 
 sshd.pam|6 ++
 sshd.service|   14 ++
 sshdgenkeys.service |   15 ++
 10 files changed, 535 insertions(+)

Copied: openssh/repos/testing-x86_64/3122.patch (from rev 391977, 
openssh/trunk/3122.patch)
===
--- testing-x86_64/3122.patch   (rev 0)
+++ testing-x86_64/3122.patch   2020-07-16 20:24:10 UTC (rev 391978)
@@ -0,0 +1,98 @@
+diff -Naur old/servconf.c new/servconf.c
+--- old/servconf.c 2020-05-26 14:38:00.0 -1000
 new/servconf.c 2020-07-16 10:14:14.076284901 -1000
+@@ -550,6 +550,7 @@
+ #define SSHCFG_MATCH  0x02/* allowed inside a Match section */
+ #define SSHCFG_ALL(SSHCFG_GLOBAL|SSHCFG_MATCH)
+ #define SSHCFG_NEVERMATCH 0x04  /* Match never matches; internal only */
++#define SSHCFG_MATCH_ONLY 0x08  /* Match only in conditional blocks; 
internal only */
+ 
+ /* Textual representation of the tokens. */
+ static struct {
+@@ -1259,7 +1260,7 @@
+ static int
+ process_server_config_line_depth(ServerOptions *options, char *line,
+ const char *filename, int linenum, int *activep,
+-struct connection_info *connectinfo, int inc_flags, int depth,
++struct connection_info *connectinfo, int *inc_flags, int depth,
+ struct include_list *includes)
+ {
+   char ch, *cp, ***chararrayptr, **charptr, *arg, *arg2, *p;
+@@ -2002,7 +2003,9 @@
+   parse_server_config_depth(options,
+   item->filename, item->contents,
+   includes, connectinfo,
+-  (oactive ? 0 : SSHCFG_NEVERMATCH),
++  (*inc_flags & SSHCFG_MATCH_ONLY
++  ? SSHCFG_MATCH_ONLY : (oactive
++  ? 0 : SSHCFG_NEVERMATCH)),
+   activep, depth + 1);
+   }
+   found = 1;
+@@ -2050,7 +2053,9 @@
+   parse_server_config_depth(options,
+   item->filename, item->contents,
+   includes, connectinfo,
+-  (oactive ? 0 : SSHCFG_NEVERMATCH),
++  (*inc_flags & SSHCFG_MATCH_ONLY
++  ? SSHCFG_MATCH_ONLY : (oactive
++  ? 0 : SSHCFG_NEVERMATCH)),
+   activep, depth + 1);
+   *activep = oactive;
+   TAILQ_INSERT_TAIL(includes, item, entry);
+@@ -2068,11 +2073,14 @@
+   if (cmdline)
+   fatal("Match directive not supported as a command-line "
+  "option");
+-  value = match_cfg_line(&cp, linenum, connectinfo);
++  value = match_cfg_line(&cp, linenum,
++  (*inc_flags & SSHCFG_NEVERMATCH ? NULL : connectinfo));
+   if (value < 0)
+   fatal("%s line %d: Bad Match condition", filename,
+   linenum);
+-  *activep = (inc_flags & SSHCFG_NEVERMATCH) ? 0 : value;
++  *activep = (*inc_flags & SSHCFG_NEVERMATCH) ? 0 : value;
++  

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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 20:25:17
  Author: anthraxx
Revision: 664180

upgpkg: hashcat 1:6.0.0-1

Modified:
  hashcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 20:22:01 UTC (rev 664179)
+++ PKGBUILD2020-07-16 20:25:17 UTC (rev 664180)
@@ -2,8 +2,8 @@
 # Contributor: Sam Stuewe 
 
 pkgname=hashcat
-pkgver=5.1.0
-pkgrel=2
+pkgver=6.0.0
+pkgrel=1
 epoch=1
 pkgdesc='Multithreaded advanced password recovery utility'
 url='https://hashcat.net/hashcat'
@@ -13,7 +13,7 @@
 provides=('libhashcat.so')
 license=('MIT')
 source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('90605c2bcd0ec275d2f6ec581899b95cdc320b1494613a19803192c8a08037a7829b3776ed42c58eb6551ec1a746f47f94ab5b273958ca74e0fc57315e209ece'
+sha512sums=('b508c77e1735c02bb59c427774a3f4fafdea37d09777ef2dcb6e5081cb993d02c4f46a6ab846dc97a8cef2b0f69bbc191e26b8f1608a299bc2c1a6b3d2474f96'
 'SKIP')
 validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
 


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

2020-07-16 Thread Levente Polyak via arch-commits
Date: Thursday, July 16, 2020 @ 20:25:22
  Author: anthraxx
Revision: 664181

archrelease: copy trunk to community-x86_64

Added:
  hashcat/repos/community-x86_64/PKGBUILD
(from rev 664180, hashcat/trunk/PKGBUILD)
Deleted:
  hashcat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 20:25:17 UTC (rev 664180)
+++ PKGBUILD2020-07-16 20:25:22 UTC (rev 664181)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sam Stuewe 
-
-pkgname=hashcat
-pkgver=5.1.0
-pkgrel=2
-epoch=1
-pkgdesc='Multithreaded advanced password recovery utility'
-url='https://hashcat.net/hashcat'
-arch=('x86_64')
-depends=('ocl-icd' 'xxhash')
-makedepends=('opencl-headers')
-provides=('libhashcat.so')
-license=('MIT')
-source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('90605c2bcd0ec275d2f6ec581899b95cdc320b1494613a19803192c8a08037a7829b3776ed42c58eb6551ec1a746f47f94ab5b273958ca74e0fc57315e209ece'
-'SKIP')
-validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  rm -rf deps/{OpenCL-Headers,xxHash}
-  make \
-PREFIX=/usr \
-SHARED=1 \
-USE_SYSTEM_XXHASH=1 \
-USE_SYSTEM_OPENCL=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make \
-DESTDIR="${pkgdir}" \
-PREFIX=/usr \
-SHARED=1 \
-USE_SYSTEM_XXHASH=1 \
-USE_SYSTEM_OPENCL=1 \
-install
-  install -Dm 644 docs/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hashcat/repos/community-x86_64/PKGBUILD (from rev 664180, 
hashcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 20:25:22 UTC (rev 664181)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sam Stuewe 
+
+pkgname=hashcat
+pkgver=6.0.0
+pkgrel=1
+epoch=1
+pkgdesc='Multithreaded advanced password recovery utility'
+url='https://hashcat.net/hashcat'
+arch=('x86_64')
+depends=('ocl-icd' 'xxhash')
+makedepends=('opencl-headers')
+provides=('libhashcat.so')
+license=('MIT')
+source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('b508c77e1735c02bb59c427774a3f4fafdea37d09777ef2dcb6e5081cb993d02c4f46a6ab846dc97a8cef2b0f69bbc191e26b8f1608a299bc2c1a6b3d2474f96'
+'SKIP')
+validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -rf deps/{OpenCL-Headers,xxHash}
+  make \
+PREFIX=/usr \
+SHARED=1 \
+USE_SYSTEM_XXHASH=1 \
+USE_SYSTEM_OPENCL=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make \
+DESTDIR="${pkgdir}" \
+PREFIX=/usr \
+SHARED=1 \
+USE_SYSTEM_XXHASH=1 \
+USE_SYSTEM_OPENCL=1 \
+install
+  install -Dm 644 docs/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-16 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 16, 2020 @ 20:30:43
  Author: jelle
Revision: 664182

Mention optional ruby dependency

Modified:
  newsboat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 20:25:22 UTC (rev 664181)
+++ PKGBUILD2020-07-16 20:30:43 UTC (rev 664182)
@@ -3,7 +3,7 @@
 
 pkgname=newsboat
 pkgver=2.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An RSS/Atom feed reader for text terminals"
 arch=('x86_64')
 url="https://newsboat.org/";
@@ -13,6 +13,7 @@
 replaces=('newsbeuter')
 changelog=$pkgname.changelog
 options=('!emptydirs')
+optdepends=('perl: pinboard.pl script')
 source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
 validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

 sha256sums=('82782079b75fe307f7a5a17dff9e712aa5975678fa550fb728d5a46867943566'


  1   2   3   >