[arch-commits] Commit in lirc/repos/extra-x86_64 (9 files)

2022-02-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 15, 2022 @ 07:41:25
  Author: arojas
Revision: 437345

archrelease: copy trunk to extra-x86_64

Added:
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 437344, lirc/trunk/PKGBUILD)
  lirc/repos/extra-x86_64/lirc-0.10-build-fix.patch
(from rev 437344, lirc/trunk/lirc-0.10-build-fix.patch)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 437344, lirc/trunk/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 437344, lirc/trunk/lirc.tmpfiles)
  lirc/repos/extra-x86_64/python-yaml-6.patch
(from rev 437344, lirc/trunk/python-yaml-6.patch)
Deleted:
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/lirc-0.10-build-fix.patch
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc.tmpfiles

---+
 PKGBUILD  |  131 ++--
 lirc-0.10-build-fix.patch |   60 ++--
 lirc.logrotate|   10 +--
 lirc.tmpfiles |2 
 python-yaml-6.patch   |   78 ++
 5 files changed, 181 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 07:41:11 UTC (rev 437344)
+++ PKGBUILD2022-02-15 07:41:25 UTC (rev 437345)
@@ -1,64 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Paul Mattal 
-
-pkgname=lirc
-_pkgver=0.10.1
-[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
-pkgrel=11
-epoch=1
-pkgdesc="Linux Infrared Remote Control utilities"
-arch=('x86_64')
-url="https://www.lirc.org/;
-license=('GPL')
-depends=('alsa-lib' 'libx11' 'libftdi' 'libusb-compat')
-makedepends=('help2man' 'alsa-lib' 'libx11' 'libxslt' 'python' 
'python-setuptools'
- 'python-yaml' 'systemd')
-optdepends=('python: for lirc-setup, irdb-get and pronto2lirc'
-'python-gobject: for lirc-setup and irdb-get'
-'python-yaml: for lirc-setup and irdb-get')
-provides=('lirc-utils')
-conflicts=('lirc-utils')
-replaces=('lirc-utils')
-backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
-source=("https://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
-lirc-0.10-build-fix.patch
-lirc.logrotate
-lirc.tmpfiles)
-sha1sums=('9d6f6d18ac566a96ef4ca1d6909a4e8bc517d48a'
-  '952ce902c94d822b0113d8e74bc6fda6a551ad7e'
-  '4342b004eb53d51fcbb9af2cf136bb4990874608'
-  '5cd3f206e6e60632d9bea2ce9d22dbe5283eb129')
-
-prepare() {
-  cd "${srcdir}/lirc-${_pkgver}"
-
-  patch -p1 -i ../lirc-0.10-build-fix.patch
-
-  autoreconf -fi
-  automake -ac
-}
-
-build() {
-  cd "${srcdir}/lirc-${_pkgver}"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-devinput \
---enable-uinput
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "${srcdir}/lirc-${_pkgver}"
-
-  make DESTDIR="${pkgdir}" -j1 install
-
-  install -Dm644 "${srcdir}"/lirc.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/lirc.conf
-  install -Dm644 "${srcdir}"/lirc.logrotate "${pkgdir}"/etc/logrotate.d/lirc
-
-  rmdir "${pkgdir}"/var/{run/lirc/,run/}
-}

Copied: lirc/repos/extra-x86_64/PKGBUILD (from rev 437344, lirc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 07:41:25 UTC (rev 437345)
@@ -0,0 +1,67 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Paul Mattal 
+
+pkgname=lirc
+_pkgver=0.10.1
+[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
+pkgrel=12
+epoch=1
+pkgdesc="Linux Infrared Remote Control utilities"
+arch=('x86_64')
+url="https://www.lirc.org/;
+license=('GPL')
+depends=('alsa-lib' 'libx11' 'libftdi' 'libusb-compat')
+makedepends=('help2man' 'alsa-lib' 'libx11' 'libxslt' 'python' 
'python-setuptools'
+ 'python-yaml' 'systemd')
+optdepends=('python: for lirc-setup, irdb-get and pronto2lirc'
+'python-gobject: for lirc-setup and irdb-get'
+'python-yaml: for lirc-setup and irdb-get')
+provides=('lirc-utils')
+conflicts=('lirc-utils')
+replaces=('lirc-utils')
+backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
+source=("https://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
+lirc-0.10-build-fix.patch
+lirc.logrotate
+lirc.tmpfiles
+python-yaml-6.patch)
+sha1sums=('9d6f6d18ac566a96ef4ca1d6909a4e8bc517d48a'
+  '952ce902c94d822b0113d8e74bc6fda6a551ad7e'
+  '4342b004eb53d51fcbb9af2cf136bb4990874608'
+  '5cd3f206e6e60632d9bea2ce9d22dbe5283eb129'
+  '3d6d40bba363051ae36c09709dc5a41166cf2d51')
+
+prepare() {
+  cd "${srcdir}/lirc-${_pkgver}"
+
+  patch -p1 -i ../lirc-0.10-build-fix.patch
+  patch -p1 -i 

[arch-commits] Commit in lirc/trunk (PKGBUILD python-yaml-6.patch)

2022-02-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 15, 2022 @ 07:41:11
  Author: arojas
Revision: 437344

Fix build with python-yaml 6 (FS#73766)

Added:
  lirc/trunk/python-yaml-6.patch
Modified:
  lirc/trunk/PKGBUILD

-+
 PKGBUILD|9 +++--
 python-yaml-6.patch |   78 ++
 2 files changed, 84 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 06:52:10 UTC (rev 437343)
+++ PKGBUILD2022-02-15 07:41:11 UTC (rev 437344)
@@ -4,7 +4,7 @@
 pkgname=lirc
 _pkgver=0.10.1
 [[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
-pkgrel=11
+pkgrel=12
 epoch=1
 pkgdesc="Linux Infrared Remote Control utilities"
 arch=('x86_64')
@@ -23,16 +23,19 @@
 
source=("https://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
 lirc-0.10-build-fix.patch
 lirc.logrotate
-lirc.tmpfiles)
+lirc.tmpfiles
+python-yaml-6.patch)
 sha1sums=('9d6f6d18ac566a96ef4ca1d6909a4e8bc517d48a'
   '952ce902c94d822b0113d8e74bc6fda6a551ad7e'
   '4342b004eb53d51fcbb9af2cf136bb4990874608'
-  '5cd3f206e6e60632d9bea2ce9d22dbe5283eb129')
+  '5cd3f206e6e60632d9bea2ce9d22dbe5283eb129'
+  '3d6d40bba363051ae36c09709dc5a41166cf2d51')
 
 prepare() {
   cd "${srcdir}/lirc-${_pkgver}"
 
   patch -p1 -i ../lirc-0.10-build-fix.patch
+  patch -p1 -i ../python-yaml-6.patch # Fix build with python-yaml 6
 
   autoreconf -fi
   automake -ac

Added: python-yaml-6.patch
===
--- python-yaml-6.patch (rev 0)
+++ python-yaml-6.patch 2022-02-15 07:41:11 UTC (rev 437344)
@@ -0,0 +1,78 @@
+From bb6a390633f32942ac10f9b7b7fc01dfbd395a48 Mon Sep 17 00:00:00 2001
+From: Alec Leamas 
+Date: Fri, 21 Jan 2022 14:00:54 +0100
+Subject: [PATCH] database.py: Handle new PyYAML interface.
+
+---
+ python-pkg/lirc/database.py | 12 
+ tools/check_configs.py  |  4 
+ 2 files changed, 12 insertions(+), 4 deletions(-)
+
+diff --git a/python-pkg/lirc/database.py b/python-pkg/lirc/database.py
+index d464c2ab..d1f42c64 100644
+--- a/python-pkg/lirc/database.py
 b/python-pkg/lirc/database.py
+@@ -44,6 +44,10 @@ import sys
+ 
+ try:
+ import yaml
++try:
++from yaml import CLoader as Loader, CDumper as Dumper
++except ImportError:
++from yaml import Loader, Dumper
+ except ImportError:
+ _YAML_MSG = '''
+ "Cannot import the yaml library. Please install the python3
+@@ -66,7 +70,7 @@ def _load_kerneldrivers(configdir):
+ '''
+ 
+ with open(os.path.join(configdir, "kernel-drivers.yaml")) as f:
+-cf = yaml.load(f.read())
++cf = yaml.load(f.read(), Loader = Loader)
+ drivers = cf['drivers'].copy()
+ for driver in cf['drivers']:
+ if driver == 'default':
+@@ -132,14 +136,14 @@ class Database(object):
+ yamlpath = configdir
+ db = {}
+ with open(os.path.join(yamlpath, "confs_by_driver.yaml")) as f:
+-cf = yaml.load(f.read())
++cf = yaml.load(f.read(), Loader = Loader)
+ db['lircd_by_driver'] = cf['lircd_by_driver'].copy()
+ db['lircmd_by_driver'] = cf['lircmd_by_driver'].copy()
+ 
+ db['kernel-drivers'] = _load_kerneldrivers(configdir)
+ db['drivers'] = db['kernel-drivers'].copy()
+ with open(os.path.join(yamlpath, "drivers.yaml")) as f:
+-cf = yaml.load(f.read())
++cf = yaml.load(f.read(), Loader = Loader)
+ db['drivers'].update(cf['drivers'].copy())
+ for key, d in db['drivers'].items():
+ d['id'] = key
+@@ -158,7 +162,7 @@ class Database(object):
+ configs = {}
+ for path in glob.glob(configdir + '/*.conf'):
+ with open(path) as f:
+-cf = yaml.load(f.read())
++cf = yaml.load(f.read(), Loader = Loader)
+ configs[cf['config']['id']] = cf['config']
+ db['configs'] = configs
+ self.db = db
+diff --git a/tools/check_configs.py b/tools/check_configs.py
+index 1e0d831b..5e458de7 100755
+--- a/tools/check_configs.py
 b/tools/check_configs.py
+@@ -4,6 +4,10 @@
+ 
+ import glob
+ import yaml
++try:
++from yaml import CLoader as Loader, CDumper as Dumper
++except ImportError:
++from yaml import Loader, Dumper
+ 
+ def main():
+ configs = {}
+-- 
+2.34.1
+



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

2022-02-14 Thread George Rawlinson via arch-commits
Date: Tuesday, February 15, 2022 @ 07:05:42
  Author: grawlinson
Revision: 1133326

archrelease: copy trunk to community-x86_64

Added:
  mimalloc/repos/community-x86_64/PKGBUILD
(from rev 1133325, mimalloc/trunk/PKGBUILD)
Deleted:
  mimalloc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 07:03:36 UTC (rev 1133325)
+++ PKGBUILD2022-02-15 07:05:42 UTC (rev 1133326)
@@ -1,42 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: René Wagner < rwagner at rw-net dot de >
-# Contributor: Diab Neiroukh 
-
-pkgname=mimalloc
-pkgver=2.0.3
-pkgrel=2
-pkgdesc="General-purpose allocator with excellent performance characteristics"
-arch=('x86_64')
-url="https://github.com/microsoft/mimalloc;
-license=('MIT')
-depends=('glibc')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('275a5249d09a57c9a039714fc6eef24ae778496954972419f3ac8e33f3d12e9837ba0691a3c08a4ab807c26b868aad3a5b2c28ee10ecaa60fe21ffe1d416f08f')
-b2sums=('4b803881ab75afa358cb2dd251268c0934472074bf1983c3851a9d4f8c8ec0ea3907b52c40b0efe1cc09916cf4c5aa93f786a606e0b999536118b91bb5800310')
-
-prepare() {
-  cmake \
--B build \
--S "$pkgname-$pkgver" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMI_BUILD_STATIC=OFF \
--DMI_BUILD_OBJECT=OFF \
--DMI_INSTALL_TOPLEVEL=ON
-}
-
-build() {
-  cmake --build build
-}
-
-check() {
-  cd build
-
-  ctest --output-on-failure
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$pkgname-$pkgver/LICENSE"
-}

Copied: mimalloc/repos/community-x86_64/PKGBUILD (from rev 1133325, 
mimalloc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 07:05:42 UTC (rev 1133326)
@@ -0,0 +1,40 @@
+# Maintainer: George Rawlinson 
+# Contributor: René Wagner < rwagner at rw-net dot de >
+# Contributor: Diab Neiroukh 
+
+pkgname=mimalloc
+pkgver=2.0.5
+pkgrel=1
+pkgdesc="General-purpose allocator with excellent performance characteristics"
+arch=('x86_64')
+url="https://github.com/microsoft/mimalloc;
+license=('MIT')
+depends=('glibc')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('d164392ace523a3fa0aa00fc58d8a9e8fbe913f07957e19ca977675b389e6d2a2eaf4772e72cae0d87aabb960f3fd6ea3923a066ece4ba4fdaa0c6860cfa414d')
+b2sums=('9148ba4af7620eec36e1dde0f6fd2d1e3e9937bd2286ac790a727052402c3286b55387236de3a77e4405983c080bb7acae8deb3334cf9103fcf3f90250080204')
+
+build() {
+  cmake \
+-B build \
+-S "$pkgname-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMI_BUILD_STATIC=OFF \
+-DMI_BUILD_OBJECT=OFF \
+-DMI_INSTALL_TOPLEVEL=ON
+
+  cmake --build build
+}
+
+check() {
+  cd build
+
+  ctest --output-on-failure
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
"$pkgname-$pkgver/LICENSE"
+}



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

2022-02-14 Thread George Rawlinson via arch-commits
Date: Tuesday, February 15, 2022 @ 07:03:36
  Author: grawlinson
Revision: 1133325

upgpkg: mimalloc 2.0.5-1

* New upstream release.
* Move prepare() stuff back into build() as LDFLAGS was being missed.

Modified:
  mimalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 06:55:04 UTC (rev 1133324)
+++ PKGBUILD2022-02-15 07:03:36 UTC (rev 1133325)
@@ -3,8 +3,8 @@
 # Contributor: Diab Neiroukh 
 
 pkgname=mimalloc
-pkgver=2.0.3
-pkgrel=2
+pkgver=2.0.5
+pkgrel=1
 pkgdesc="General-purpose allocator with excellent performance characteristics"
 arch=('x86_64')
 url="https://github.com/microsoft/mimalloc;
@@ -12,10 +12,10 @@
 depends=('glibc')
 makedepends=('cmake')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('275a5249d09a57c9a039714fc6eef24ae778496954972419f3ac8e33f3d12e9837ba0691a3c08a4ab807c26b868aad3a5b2c28ee10ecaa60fe21ffe1d416f08f')
-b2sums=('4b803881ab75afa358cb2dd251268c0934472074bf1983c3851a9d4f8c8ec0ea3907b52c40b0efe1cc09916cf4c5aa93f786a606e0b999536118b91bb5800310')
+sha512sums=('d164392ace523a3fa0aa00fc58d8a9e8fbe913f07957e19ca977675b389e6d2a2eaf4772e72cae0d87aabb960f3fd6ea3923a066ece4ba4fdaa0c6860cfa414d')
+b2sums=('9148ba4af7620eec36e1dde0f6fd2d1e3e9937bd2286ac790a727052402c3286b55387236de3a77e4405983c080bb7acae8deb3334cf9103fcf3f90250080204')
 
-prepare() {
+build() {
   cmake \
 -B build \
 -S "$pkgname-$pkgver" \
@@ -23,9 +23,7 @@
 -DMI_BUILD_STATIC=OFF \
 -DMI_BUILD_OBJECT=OFF \
 -DMI_INSTALL_TOPLEVEL=ON
-}
 
-build() {
   cmake --build build
 }
 



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

2022-02-14 Thread George Rawlinson via arch-commits
Date: Tuesday, February 15, 2022 @ 06:55:04
  Author: grawlinson
Revision: 1133324

upgpkg: git-delta; fix dir for html manual

Modified:
  git-delta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 06:34:26 UTC (rev 1133323)
+++ PKGBUILD2022-02-15 06:55:04 UTC (rev 1133324)
@@ -34,7 +34,7 @@
 
   # html manual
   cd manual
-  mdbook build
+  mdbook build --dest-dir html
 }
 
 check() {
@@ -61,5 +61,7 @@
 
   # documentation
   install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-  cp -r manual/book/* "$pkgdir/usr/share/doc/$pkgname"
+
+  # html manual
+  cp -r manual/html "$pkgdir/usr/share/doc/$pkgname"
 }



[arch-commits] Commit in xf86-input-wacom/repos (3 files)

2022-02-14 Thread Andreas Radke via arch-commits
Date: Tuesday, February 15, 2022 @ 06:52:10
  Author: andyrtr
Revision: 437343

archrelease: copy trunk to testing-x86_64

Added:
  xf86-input-wacom/repos/testing-x86_64/
  xf86-input-wacom/repos/testing-x86_64/PKGBUILD
(from rev 437342, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/testing-x86_64/meson_build_fixes.patch
(from rev 437342, xf86-input-wacom/trunk/meson_build_fixes.patch)

-+
 PKGBUILD|   59 +
 meson_build_fixes.patch |  124 ++
 2 files changed, 183 insertions(+)

Copied: xf86-input-wacom/repos/testing-x86_64/PKGBUILD (from rev 437342, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-02-15 06:52:10 UTC (rev 437343)
@@ -0,0 +1,59 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: M Rawash 
+
+pkgname=xf86-input-wacom
+pkgver=0.99.3
+pkgrel=1
+pkgdesc="X.Org Wacom tablet driver"
+arch=(x86_64)
+url="https://github.com/linuxwacom/xf86-input-wacom;
+license=(GPL)
+depends=(libxi libxinerama libxrandr systemd-libs)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.4' 'meson'
+   'gobject-introspection' )
+conflicts=('xorg-server<21.1.1' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
+source=(https://github.com/linuxwacom/xf86-input-wacom/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2{,.sig}
+meson_build_fixes.patch)
+# check at https://github.com/linuxwacom/xf86-input-wacom/releases
+sha256sums=('7bc1c508ecf515675a7bcd2eb8513ae16071b4741b65fd21b680aa550214d5e7'
+'SKIP'
+'eadfe8c5c60a089f29f491519708bb0363701c19fd2571ba8b50c695d99a9706')
+#validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') # Jason Gerecke 

+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') #  "Peter Hutterer 
(Who-T) "
+#validpgpkeys=('5222AA87620F928D2C16F62BDB4ABF7C3424190B') # "Aaron Armstrong 
Skomra "
+#validpgpkeys=('FBE078781106933D3DDCF93E5B4EA609784983CA') # "Jason Gerecke 
"
+
+prepare() {
+  # https://github.com/linuxwacom/xf86-input-wacom/pull/251
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../meson_build_fixes.patch
+}
+
+build() {
+  #cd $pkgname-$pkgver
+  #./configure --prefix=/usr
+  #make
+
+  arch-meson $pkgname-$pkgver build \
+-D xorg-conf-dir=/usr/share/X11/xorg.conf.d/ \
+-D systemd-unit-dir=/usr/lib/systemd/system/ \
+-D unittests=enabled
+
+#-D sdkdir=/usr/include/xorg/
+
+  # Print config
+  meson configure build
+  ninja -C build
+}
+
+check() {
+  meson test -C build # || /bin/true
+}
+
+package() {
+#  cd $pkgname-$pkgver
+#  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja -C build install
+}

Copied: xf86-input-wacom/repos/testing-x86_64/meson_build_fixes.patch (from rev 
437342, xf86-input-wacom/trunk/meson_build_fixes.patch)
===
--- testing-x86_64/meson_build_fixes.patch  (rev 0)
+++ testing-x86_64/meson_build_fixes.patch  2022-02-15 06:52:10 UTC (rev 
437343)
@@ -0,0 +1,124 @@
+From 6ea20068855e84dd3255fc4dcb67a831f7dcd916 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Tue, 15 Feb 2022 08:14:49 +1000
+Subject: [PATCH 1/4] meson.build: use datadir, not sysconfdir, for the
+ xorg.conf files
+
+Mixup of the two, sysconfdir is /etc which is not what we want for a
+normal install of the driver
+
+Signed-off-by: Peter Hutterer 
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 0b4bfe9e..237a669c 100644
+--- a/meson.build
 b/meson.build
+@@ -9,7 +9,7 @@ wacom_version = meson.project_version().split('.')
+ dir_man1  = get_option('prefix') / get_option('mandir') / 'man1'
+ dir_man4  = get_option('prefix') / get_option('mandir') / 'man4'
+ dir_bin   = get_option('prefix') / get_option('bindir')
+-dir_x11_config= get_option('prefix') / get_option('sysconfdir') / 
'X11' / 'xorg.conf.d'
++dir_x11_config= get_option('prefix') / get_option('datadir') / 'X11' 
/ 'xorg.conf.d'
+ dir_pkgconf   = get_option('prefix') / get_option('libdir') / 'pkgconfig'
+ dir_udev  = get_option('prefix') / 'lib' / 'udev'
+ dir_systemd   = get_option('prefix') / 'lib' / 'systemd'
+
+From 703a5577aa0c371e1dea51dd16e8699bf0e4dd92 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Tue, 15 Feb 2022 08:15:51 +1000
+Subject: [PATCH 2/4] meson.build: install the SDK headers
+
+Signed-off-by: Peter Hutterer 
+---
+ meson.build | 8 
+ 1 file changed, 8 insertions(+)
+
+diff --git a/meson.build b/meson.build
+index 237a669c..b3c7c676 100644
+--- a/meson.build
 b/meson.build
+@@ -161,6 +161,14 @@ configure_file(
+   install_dir: dir_pkgconf,
+ )
+ 

[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD meson_build_fixes.patch)

2022-02-14 Thread Andreas Radke via arch-commits
Date: Tuesday, February 15, 2022 @ 06:51:51
  Author: andyrtr
Revision: 437342

upgpkg: xf86-input-wacom 0.99.3-1: upstream update 0.99.3

Added:
  xf86-input-wacom/trunk/meson_build_fixes.patch
Modified:
  xf86-input-wacom/trunk/PKGBUILD

-+
 PKGBUILD|   55 ++--
 meson_build_fixes.patch |  124 ++
 2 files changed, 164 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 01:19:54 UTC (rev 437341)
+++ PKGBUILD2022-02-15 06:51:51 UTC (rev 437342)
@@ -4,31 +4,56 @@
 # Contributor: M Rawash 
 
 pkgname=xf86-input-wacom
-pkgver=0.40.0
-pkgrel=2
+pkgver=0.99.3
+pkgrel=1
 pkgdesc="X.Org Wacom tablet driver"
 arch=(x86_64)
 url="https://github.com/linuxwacom/xf86-input-wacom;
 license=(GPL)
 depends=(libxi libxinerama libxrandr systemd-libs)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.4')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.4' 'meson'
+   'gobject-introspection' )
 conflicts=('xorg-server<21.1.1' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
-source=(https://github.com/linuxwacom/xf86-input-wacom/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2{,.sig})
+source=(https://github.com/linuxwacom/xf86-input-wacom/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2{,.sig}
+meson_build_fixes.patch)
 # check at https://github.com/linuxwacom/xf86-input-wacom/releases
-sha256sums=('8c4f5dba4bee803dafea98277f81cb0e67b4e474c9cc2e42ceb443cdb4ea2062'
-'SKIP')
-validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') # Jason Gerecke 

-validpgpkeys+=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') #  "Peter Hutterer 
(Who-T) "
-validpgpkeys+=('5222AA87620F928D2C16F62BDB4ABF7C3424190B') # "Aaron Armstrong 
Skomra "
-validpgpkeys+=('FBE078781106933D3DDCF93E5B4EA609784983CA') # "Jason Gerecke 
"
+sha256sums=('7bc1c508ecf515675a7bcd2eb8513ae16071b4741b65fd21b680aa550214d5e7'
+'SKIP'
+'eadfe8c5c60a089f29f491519708bb0363701c19fd2571ba8b50c695d99a9706')
+#validpgpkeys=('9A12ECCC5383CA2AF5B42CDCA6DC66911B2127D5') # Jason Gerecke 

+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') #  "Peter Hutterer 
(Who-T) "
+#validpgpkeys=('5222AA87620F928D2C16F62BDB4ABF7C3424190B') # "Aaron Armstrong 
Skomra "
+#validpgpkeys=('FBE078781106933D3DDCF93E5B4EA609784983CA') # "Jason Gerecke 
"
 
-build() {
+prepare() {
+  # https://github.com/linuxwacom/xf86-input-wacom/pull/251
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
+  patch -Np1 -i ../meson_build_fixes.patch
 }
 
+build() {
+  #cd $pkgname-$pkgver
+  #./configure --prefix=/usr
+  #make
+
+  arch-meson $pkgname-$pkgver build \
+-D xorg-conf-dir=/usr/share/X11/xorg.conf.d/ \
+-D systemd-unit-dir=/usr/lib/systemd/system/ \
+-D unittests=enabled
+
+#-D sdkdir=/usr/include/xorg/
+
+  # Print config
+  meson configure build
+  ninja -C build
+}
+
+check() {
+  meson test -C build # || /bin/true
+}
+
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+#  cd $pkgname-$pkgver
+#  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja -C build install
 }

Added: meson_build_fixes.patch
===
--- meson_build_fixes.patch (rev 0)
+++ meson_build_fixes.patch 2022-02-15 06:51:51 UTC (rev 437342)
@@ -0,0 +1,124 @@
+From 6ea20068855e84dd3255fc4dcb67a831f7dcd916 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Tue, 15 Feb 2022 08:14:49 +1000
+Subject: [PATCH 1/4] meson.build: use datadir, not sysconfdir, for the
+ xorg.conf files
+
+Mixup of the two, sysconfdir is /etc which is not what we want for a
+normal install of the driver
+
+Signed-off-by: Peter Hutterer 
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 0b4bfe9e..237a669c 100644
+--- a/meson.build
 b/meson.build
+@@ -9,7 +9,7 @@ wacom_version = meson.project_version().split('.')
+ dir_man1  = get_option('prefix') / get_option('mandir') / 'man1'
+ dir_man4  = get_option('prefix') / get_option('mandir') / 'man4'
+ dir_bin   = get_option('prefix') / get_option('bindir')
+-dir_x11_config= get_option('prefix') / get_option('sysconfdir') / 
'X11' / 'xorg.conf.d'
++dir_x11_config= get_option('prefix') / get_option('datadir') / 'X11' 
/ 'xorg.conf.d'
+ dir_pkgconf   = get_option('prefix') / get_option('libdir') / 'pkgconfig'
+ dir_udev  = get_option('prefix') / 'lib' / 'udev'
+ dir_systemd   = get_option('prefix') / 'lib' / 'systemd'
+
+From 703a5577aa0c371e1dea51dd16e8699bf0e4dd92 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Tue, 15 Feb 2022 08:15:51 +1000
+Subject: [PATCH 2/4] meson.build: install the SDK headers
+
+Signed-off-by: Peter Hutterer 
+---
+ meson.build | 8 
+ 

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

2022-02-14 Thread George Rawlinson via arch-commits
Date: Tuesday, February 15, 2022 @ 06:34:26
  Author: grawlinson
Revision: 1133323

upgpkg: git-delta; generate html manual

Modified:
  git-delta/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 06:26:42 UTC (rev 1133322)
+++ PKGBUILD2022-02-15 06:34:26 UTC (rev 1133323)
@@ -12,7 +12,7 @@
 url="https://github.com/dandavison/delta;
 license=('MIT')
 depends=('libgit2')
-makedepends=('rust')
+makedepends=('rust' 'mdbook')
 checkdepends=('git')
 options=('!lto')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
@@ -21,12 +21,20 @@
 
 prepare() {
   cd "$_pkgname-$pkgver"
+
+  # download dependencies
   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
 }
 
 build() {
   cd "$_pkgname-$pkgver"
+
+  # binary
   cargo build --frozen --release --all-features
+
+  # html manual
+  cd manual
+  mdbook build
 }
 
 check() {
@@ -53,4 +61,5 @@
 
   # documentation
   install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+  cp -r manual/book/* "$pkgdir/usr/share/doc/$pkgname"
 }



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

2022-02-14 Thread Caleb Maclennan via arch-commits
Date: Tuesday, February 15, 2022 @ 06:26:42
  Author: alerque
Revision: 1133322

archrelease: copy trunk to community-x86_64

Added:
  qgit/repos/community-x86_64/PKGBUILD
(from rev 1133321, qgit/trunk/PKGBUILD)
Deleted:
  qgit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 06:26:35 UTC (rev 1133321)
+++ PKGBUILD2022-02-15 06:26:42 UTC (rev 1133322)
@@ -1,30 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Andrea Scarpino 
-# Contributor: Allan McRae 
-# Contributor: Dan McGee 
-
-pkgname=qgit
-pkgver=2.9
-pkgrel=2
-pkgdesc="A GIT GUI viewer built on Qt/C++"
-url='https://github.com/tibirna/qgit'
-arch=('x86_64')
-license=('GPL')
-makedepends=('cmake')
-depends=('qt5-base' 'git' 'hicolor-icon-theme')
-optdepends=('source-highlight')
-source=("${pkgname}::git+https://github.com/tibirna/qgit.git#tag=${pkgname}-${pkgver};)
-
-build() {
-  cd ${srcdir}/${pkgname}
-  rm -rf build && mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}/build
-  make DESTDIR=${pkgdir} install
-}
-
-md5sums=('SKIP')

Copied: qgit/repos/community-x86_64/PKGBUILD (from rev 1133321, 
qgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 06:26:42 UTC (rev 1133322)
@@ -0,0 +1,30 @@
+# Maintainer: schuay 
+# Maintainer: Caleb Maclennan 
+# Contributor: Andrea Scarpino 
+# Contributor: Allan McRae 
+# Contributor: Dan McGee 
+
+pkgname=qgit
+pkgver=2.10
+pkgrel=1
+pkgdesc="A GIT GUI viewer built on Qt/C++"
+url='https://github.com/tibirna/qgit'
+arch=('x86_64')
+license=('GPL')
+makedepends=('cmake')
+depends=('qt5-base' 'git' 'hicolor-icon-theme')
+optdepends=('source-highlight')
+source=("${pkgname}::git+https://github.com/tibirna/qgit.git#tag=${pkgname}-${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+  rm -rf build && mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  make
+}
+
+package() {
+  cd ${pkgname}/build
+  make DESTDIR="${pkgdir}" install
+}



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

2022-02-14 Thread Caleb Maclennan via arch-commits
Date: Tuesday, February 15, 2022 @ 06:26:35
  Author: alerque
Revision: 1133321

upgpkg: qgit 2.10-1

Modified:
  qgit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 06:22:51 UTC (rev 1133320)
+++ PKGBUILD2022-02-15 06:26:35 UTC (rev 1133321)
@@ -1,11 +1,12 @@
 # Maintainer: schuay 
+# Maintainer: Caleb Maclennan 
 # Contributor: Andrea Scarpino 
 # Contributor: Allan McRae 
 # Contributor: Dan McGee 
 
 pkgname=qgit
-pkgver=2.9
-pkgrel=2
+pkgver=2.10
+pkgrel=1
 pkgdesc="A GIT GUI viewer built on Qt/C++"
 url='https://github.com/tibirna/qgit'
 arch=('x86_64')
@@ -14,6 +15,7 @@
 depends=('qt5-base' 'git' 'hicolor-icon-theme')
 optdepends=('source-highlight')
 
source=("${pkgname}::git+https://github.com/tibirna/qgit.git#tag=${pkgname}-${pkgver};)
+md5sums=('SKIP')
 
 build() {
   cd ${pkgname}
@@ -26,5 +28,3 @@
   cd ${pkgname}/build
   make DESTDIR="${pkgdir}" install
 }
-
-md5sums=('SKIP')



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

2022-02-14 Thread Caleb Maclennan via arch-commits
Date: Tuesday, February 15, 2022 @ 06:22:51
  Author: alerque
Revision: 1133320

archrelease: copy trunk to community-x86_64

Added:
  git-delta/repos/community-x86_64/PKGBUILD
(from rev 1133319, git-delta/trunk/PKGBUILD)
Deleted:
  git-delta/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 06:22:43 UTC (rev 1133319)
+++ PKGBUILD2022-02-15 06:22:51 UTC (rev 1133320)
@@ -1,56 +0,0 @@
-# Maintainer: George Rawlinson 
-# Maintainer: Caleb Maclennan 
-# Contributor:  Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor : ccorn
-
-pkgname=git-delta
-_pkgname=delta
-pkgver=0.11.3
-pkgrel=1
-pkgdesc='Syntax-highlighting pager for git and diff output'
-arch=('x86_64')
-url="https://github.com/dandavison/delta;
-license=('MIT')
-depends=('libgit2')
-makedepends=('rust')
-checkdepends=('git')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('090d64d1a9a8f3b905c1f7e80b98bbf3c62b3db14668cdf1f64fe8614086dd346513b305d9b9f160cb9bf7cdd3cdce640cc948c76ea48fd5a65018d356120785')
-b2sums=('ba3707a70e1a9f589a91a931e0a908525d9c3faabd78f8e336b9677b91c03e12cddaf985b5a2babfba9522a24e04d4b550015b9d021a80ca39da1f579ea8e97e')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$_pkgname-$pkgver"
-  cargo build --frozen --release --all-features
-}
-
-check() {
-  cd "$_pkgname-$pkgver"
-  # some tests hang for 60+ seconds, find out why
-  # took my machine ~ 470 seconds
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" target/release/delta
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  # shell auto-completions
-  install -vDm644 etc/completion/completion.bash \
-"$pkgdir/usr/share/bash-completion/completions/$_pkgname"
-  install -vDm644 etc/completion/completion.zsh \
-"$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: git-delta/repos/community-x86_64/PKGBUILD (from rev 1133319, 
git-delta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 06:22:51 UTC (rev 1133320)
@@ -0,0 +1,56 @@
+# Maintainer: George Rawlinson 
+# Maintainer: Caleb Maclennan 
+# Contributor:  Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor : ccorn
+
+pkgname=git-delta
+_pkgname=delta
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='Syntax-highlighting pager for git and diff output'
+arch=('x86_64')
+url="https://github.com/dandavison/delta;
+license=('MIT')
+depends=('libgit2')
+makedepends=('rust')
+checkdepends=('git')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('409a49974073f1a92cde2922df57e4a8539901a63c0896486c8b09f0e2b7edeea86b97baa3eb743cd175bdfc70cb67eb7db5eb164796820162ca623cc6bf085b')
+b2sums=('bb9deff579f98fa6a6ff27b69f4d374db4d0ff1e3c848379d6a9ed132b529ed5017f06230de8677f32019e3d4820c22bca9551bc761c8c55b03be1817e585dc2')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$_pkgname-$pkgver"
+  cargo build --frozen --release --all-features
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+  # some tests hang for 60+ seconds, find out why
+  # took my machine ~ 470 seconds
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" target/release/delta
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # shell auto-completions
+  install -vDm644 etc/completion/completion.bash \
+"$pkgdir/usr/share/bash-completion/completions/$_pkgname"
+  install -vDm644 etc/completion/completion.zsh \
+"$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}



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

2022-02-14 Thread Caleb Maclennan via arch-commits
Date: Tuesday, February 15, 2022 @ 06:22:43
  Author: alerque
Revision: 1133319

upgpkg: git-delta 0.12.0-1

Modified:
  git-delta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 06:12:02 UTC (rev 1133318)
+++ PKGBUILD2022-02-15 06:22:43 UTC (rev 1133319)
@@ -5,7 +5,7 @@
 
 pkgname=git-delta
 _pkgname=delta
-pkgver=0.11.3
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='Syntax-highlighting pager for git and diff output'
 arch=('x86_64')
@@ -16,8 +16,8 @@
 checkdepends=('git')
 options=('!lto')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('090d64d1a9a8f3b905c1f7e80b98bbf3c62b3db14668cdf1f64fe8614086dd346513b305d9b9f160cb9bf7cdd3cdce640cc948c76ea48fd5a65018d356120785')
-b2sums=('ba3707a70e1a9f589a91a931e0a908525d9c3faabd78f8e336b9677b91c03e12cddaf985b5a2babfba9522a24e04d4b550015b9d021a80ca39da1f579ea8e97e')
+sha512sums=('409a49974073f1a92cde2922df57e4a8539901a63c0896486c8b09f0e2b7edeea86b97baa3eb743cd175bdfc70cb67eb7db5eb164796820162ca623cc6bf085b')
+b2sums=('bb9deff579f98fa6a6ff27b69f4d374db4d0ff1e3c848379d6a9ed132b529ed5017f06230de8677f32019e3d4820c22bca9551bc761c8c55b03be1817e585dc2')
 
 prepare() {
   cd "$_pkgname-$pkgver"



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

2022-02-14 Thread Caleb Maclennan via arch-commits
Date: Tuesday, February 15, 2022 @ 06:12:02
  Author: alerque
Revision: 1133318

archrelease: copy trunk to community-x86_64

Added:
  btop/repos/community-x86_64/PKGBUILD
(from rev 1133317, btop/trunk/PKGBUILD)
Deleted:
  btop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 06:11:21 UTC (rev 1133317)
+++ PKGBUILD2022-02-15 06:12:02 UTC (rev 1133318)
@@ -1,24 +0,0 @@
-# Maintainer: Caleb Maclennan 
-
-pkgname=btop
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='A monitor of system resources, bpytop ported to C++'
-arch=(x86_64)
-url="https://github.com/aristocratos/$pkgname;
-license=(Apache)
-depends=(gcc-libs)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('09118f459321c0182df8e611ec5595db2ab5ca9e2cf3f0029cf4413f2497853b')
-
-build() {
-   cd "$_archive"
-   make all
-}
-
-package() {
-   cd "$_archive"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-

Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1133317, 
btop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 06:12:02 UTC (rev 1133318)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan 
+
+pkgname=btop
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='A monitor of system resources, bpytop ported to C++'
+arch=(x86_64)
+url="https://github.com/aristocratos/$pkgname;
+license=(Apache)
+depends=(gcc-libs)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('9e16b76ad74086948fa3dce4899a5532095a1656e6f1deec3e807f992d22f47c')
+
+build() {
+   cd "$_archive"
+   make all
+}
+
+package() {
+   cd "$_archive"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+



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

2022-02-14 Thread Caleb Maclennan via arch-commits
Date: Tuesday, February 15, 2022 @ 06:11:21
  Author: alerque
Revision: 1133317

upgpkg: btop 1.2.2-1

Modified:
  btop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 05:37:20 UTC (rev 1133316)
+++ PKGBUILD2022-02-15 06:11:21 UTC (rev 1133317)
@@ -1,7 +1,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=btop
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc='A monitor of system resources, bpytop ported to C++'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(gcc-libs)
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('09118f459321c0182df8e611ec5595db2ab5ca9e2cf3f0029cf4413f2497853b')
+sha256sums=('9e16b76ad74086948fa3dce4899a5532095a1656e6f1deec3e807f992d22f47c')
 
 build() {
cd "$_archive"



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

2022-02-14 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 15, 2022 @ 05:37:20
  Author: polyzen
Revision: 1133316

archrelease: copy trunk to community-any

Added:
  python-sphinx-furo/repos/community-any/PKGBUILD
(from rev 1133315, python-sphinx-furo/trunk/PKGBUILD)
Deleted:
  python-sphinx-furo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 05:36:57 UTC (rev 1133315)
+++ PKGBUILD2022-02-15 05:37:20 UTC (rev 1133316)
@@ -1,54 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=furo
-pkgname=python-sphinx-$_pkgname
-pkgver=2022.01.02
-pkgrel=2
-pkgdesc='A clean customizable documentation theme for Sphinx'
-arch=('any')
-url='https://github.com/pradyunsg/furo'
-license=('MIT')
-depends=('python-sphinx' 'python-pygments' 'python-beautifulsoup4')
-makedepends=('python-build' 'python-pip' 'python-sphinx-theme-builder' 
'python-flit-core'
- 'nodejs-lts-gallium' 'npm' 'expac')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('dcd2bae18c28a8623b566ef79a996a76d9157a05627b4e9c930b0ea82154992b9d2321ffe1c62fc2d014d499b7ca1f71117bcea9a1e8879a0ef12d3818cdd290')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  # force use of system nodejs
-  local node_ver=$(expac %v nodejs-lts-gallium | cut -d - -f 1)
-  sed -i "s/16.13.0/$node_ver/" pyproject.toml
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python -m build -nw
-
-  # docs disabled for now to unblock Python 3.10 update
-
-  # sphinx needs this theme installed because it is uses it.
-  # simply injecting the package to sys.path (via PYTHONPATH or similar)
-  # is not enough because sphinx looks for themes in the registered
-  # entrypoints, this means we actually have to install the package.
-  # for this we will create a venv with access to system packages and
-  # install the theme there, then we will build the documentation.
-
-  #python -m venv --system-site-packages doc-env
-  #doc-env/bin/python setup.py install --skip-build
-
-  #doc-env/bin/python /usr/bin/sphinx-build -b dirhtml -v docs build/docs/html
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps dist/*.whl
-
-  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  #cp -r -a --no-preserve=ownership build/docs/html 
"$pkgdir"/usr/share/doc/$pkgname
-  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-sphinx-furo/repos/community-any/PKGBUILD (from rev 1133315, 
python-sphinx-furo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 05:37:20 UTC (rev 1133316)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=furo
+pkgname=python-sphinx-$_pkgname
+pkgver=2022.02.14.1
+pkgrel=1
+pkgdesc='A clean customizable documentation theme for Sphinx'
+arch=('any')
+url='https://github.com/pradyunsg/furo'
+license=('MIT')
+depends=('python-sphinx' 'python-pygments' 'python-beautifulsoup4')
+makedepends=('python-build' 'python-pip' 'python-sphinx-theme-builder' 
'python-flit-core'
+ 'nodejs-lts-gallium' 'npm' 'expac')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('883b149e622aa020c0a2b6e5f85b463d0a13dcabace2d6068254c078dab198200a86b803f198fcdbc6d358aeeed84b2e6a292e6f2ed5f07d95659439cb2dc787')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python -m build -nw
+
+  # docs disabled for now to unblock Python 3.10 update
+
+  # sphinx needs this theme installed because it is uses it.
+  # simply injecting the package to sys.path (via PYTHONPATH or similar)
+  # is not enough because sphinx looks for themes in the registered
+  # entrypoints, this means we actually have to install the package.
+  # for this we will create a venv with access to system packages and
+  # install the theme there, then we will build the documentation.
+
+  #python -m venv --system-site-packages doc-env
+  #doc-env/bin/python setup.py install --skip-build
+
+  #doc-env/bin/python /usr/bin/sphinx-build -b dirhtml -v docs build/docs/html
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps dist/*.whl
+
+  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  #cp -r -a --no-preserve=ownership build/docs/html 
"$pkgdir"/usr/share/doc/$pkgname
+  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-02-14 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 15, 2022 @ 05:36:57
  Author: polyzen
Revision: 1133315

upgpkg: python-sphinx-furo 2022.02.14.1-1

Modified:
  python-sphinx-furo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 05:24:56 UTC (rev 1133314)
+++ PKGBUILD2022-02-15 05:36:57 UTC (rev 1133315)
@@ -2,8 +2,8 @@
 
 _pkgname=furo
 pkgname=python-sphinx-$_pkgname
-pkgver=2022.01.02
-pkgrel=2
+pkgver=2022.02.14.1
+pkgrel=1
 pkgdesc='A clean customizable documentation theme for Sphinx'
 arch=('any')
 url='https://github.com/pradyunsg/furo'
@@ -12,15 +12,8 @@
 makedepends=('python-build' 'python-pip' 'python-sphinx-theme-builder' 
'python-flit-core'
  'nodejs-lts-gallium' 'npm' 'expac')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('dcd2bae18c28a8623b566ef79a996a76d9157a05627b4e9c930b0ea82154992b9d2321ffe1c62fc2d014d499b7ca1f71117bcea9a1e8879a0ef12d3818cdd290')
+sha512sums=('883b149e622aa020c0a2b6e5f85b463d0a13dcabace2d6068254c078dab198200a86b803f198fcdbc6d358aeeed84b2e6a292e6f2ed5f07d95659439cb2dc787')
 
-prepare() {
-  cd $_pkgname-$pkgver
-  # force use of system nodejs
-  local node_ver=$(expac %v nodejs-lts-gallium | cut -d - -f 1)
-  sed -i "s/16.13.0/$node_ver/" pyproject.toml
-}
-
 build() {
   cd $_pkgname-$pkgver
 



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

2022-02-14 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 15, 2022 @ 05:24:56
  Author: polyzen
Revision: 1133314

archrelease: copy trunk to community-any

Added:
  python-stack-data/repos/community-any/PKGBUILD
(from rev 1133313, python-stack-data/trunk/PKGBUILD)
Deleted:
  python-stack-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 05:24:33 UTC (rev 1133313)
+++ PKGBUILD2022-02-15 05:24:56 UTC (rev 1133314)
@@ -1,43 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=stack_data
-pkgname=python-stack-data
-pkgver=0.1.4
-pkgrel=1
-pkgdesc='Extract data from python stack frames and tracebacks for informative 
displays'
-arch=('any')
-url=https://github.com/alexmojaki/stack_data
-license=('MIT')
-depends=('python-asttokens' 'python-executing' 'python-pure-eval')
-makedepends=('python-build' 'python-install' 'python-setuptools-scm'
- 'python-wheel')
-checkdepends=('python-littleutils' 'python-pygments' 'python-pytest'
-  'python-typeguard')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('7769ed2482ce0030e00175dd1bf4ef1e873603b6ab61cd3da443b410e64e9477')
-b2sums=('277d403a441ddd6e3d3019fa8e49e5703d140ee0df7ceac81b7a3b513241ed3759a105b8ada896c328804e35965a26527608477870435d4d6506e58651249d40')
-
-build() {
-  cd "$_name-$pkgver"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd "$_name-$pkgver"
-  python -m venv --system-site-packages test-env
-  test-env/bin/python -m install --optimize=1 dist/*.whl
-  test-env/bin/python -m pytest
-}
-
-package() {
-  cd "$_name-$pkgver"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-
-  # Symlink license file
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-stack-data/repos/community-any/PKGBUILD (from rev 1133313, 
python-stack-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 05:24:56 UTC (rev 1133314)
@@ -0,0 +1,43 @@
+# Maintainer: Daniel M. Capella 
+
+_name=stack_data
+pkgname=python-stack-data
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Extract data from python stack frames and tracebacks for informative 
displays'
+arch=('any')
+url=https://github.com/alexmojaki/stack_data
+license=('MIT')
+depends=('python-asttokens' 'python-executing' 'python-pure-eval')
+makedepends=('python-build' 'python-install' 'python-setuptools-scm'
+ 'python-wheel')
+checkdepends=('cython' 'python-littleutils' 'python-pygments' 'python-pytest'
+  'python-typeguard')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('45692d41bd633a9503a5195552df22b583caf16f0b27c4e58c98d88c8b648e12')
+b2sums=('af79e5c46d03967a8ea6a992a0672a5bd3676a8b088be412782b8c6be6f58a14de1c6e6ff0cd4ae764a65c539a83aa4d7491bb7fe81761452d430d30f70d20fb')
+
+build() {
+  cd "$_name-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "$_name-$pkgver"
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m install --optimize=1 dist/*.whl
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-02-14 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 15, 2022 @ 05:24:33
  Author: polyzen
Revision: 1133313

upgpkg: python-stack-data 0.2.0-1

Modified:
  python-stack-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 03:18:35 UTC (rev 1133312)
+++ PKGBUILD2022-02-15 05:24:33 UTC (rev 1133313)
@@ -2,7 +2,7 @@
 
 _name=stack_data
 pkgname=python-stack-data
-pkgver=0.1.4
+pkgver=0.2.0
 pkgrel=1
 pkgdesc='Extract data from python stack frames and tracebacks for informative 
displays'
 arch=('any')
@@ -11,11 +11,11 @@
 depends=('python-asttokens' 'python-executing' 'python-pure-eval')
 makedepends=('python-build' 'python-install' 'python-setuptools-scm'
  'python-wheel')
-checkdepends=('python-littleutils' 'python-pygments' 'python-pytest'
+checkdepends=('cython' 'python-littleutils' 'python-pygments' 'python-pytest'
   'python-typeguard')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('7769ed2482ce0030e00175dd1bf4ef1e873603b6ab61cd3da443b410e64e9477')
-b2sums=('277d403a441ddd6e3d3019fa8e49e5703d140ee0df7ceac81b7a3b513241ed3759a105b8ada896c328804e35965a26527608477870435d4d6506e58651249d40')
+sha256sums=('45692d41bd633a9503a5195552df22b583caf16f0b27c4e58c98d88c8b648e12')
+b2sums=('af79e5c46d03967a8ea6a992a0672a5bd3676a8b088be412782b8c6be6f58a14de1c6e6ff0cd4ae764a65c539a83aa4d7491bb7fe81761452d430d30f70d20fb')
 
 build() {
   cd "$_name-$pkgver"



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

2022-02-14 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 15, 2022 @ 03:18:35
  Author: polyzen
Revision: 1133312

archrelease: copy trunk to community-x86_64

Added:
  go-yq/repos/community-x86_64/PKGBUILD
(from rev 1133311, go-yq/trunk/PKGBUILD)
Deleted:
  go-yq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 03:18:13 UTC (rev 1133311)
+++ PKGBUILD2022-02-15 03:18:35 UTC (rev 1133312)
@@ -1,51 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Mario Finelli 
-
-pkgname=go-yq
-pkgver=4.19.1
-pkgrel=1
-pkgdesc='Portable command-line YAML processor'
-arch=('x86_64')
-url=https://github.com/mikefarah/yq
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-conflicts=('yq')
-source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
-b2sums=('463e0f1b2db99508b840b884af3e53ebd3b0a4e870ee6e0fb3e7ae77c97b379196efec060cce8e2031ef9f14c350bbe59ea76f1ee9c2e7651203fec8dbe91fd6')
-
-prepare() {
-  cd yq-$pkgver
-  go mod vendor
-}
-
-build() {
-  cd yq-$pkgver
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-modcacherw"
-  go build .
-}
-
-check() {
-  cd yq-$pkgver
-  go test ./...
-}
-
-package() {
-  cd yq-$pkgver
-  install -Dt "$pkgdir"/usr/bin yq
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-
-  ./yq shell-completion bash | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/bash-completion/completions/yq
-  ./yq shell-completion zsh | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/zsh/site-functions/_yq
-  ./yq shell-completion fish | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/fish/vendor_completions.d/yq.fish
-}
-
-# vim:set ts=2 sw=2 et:

Copied: go-yq/repos/community-x86_64/PKGBUILD (from rev 1133311, 
go-yq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 03:18:35 UTC (rev 1133312)
@@ -0,0 +1,51 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Mario Finelli 
+
+pkgname=go-yq
+pkgver=4.20.1
+pkgrel=1
+pkgdesc='Portable command-line YAML processor'
+arch=('x86_64')
+url=https://github.com/mikefarah/yq
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+conflicts=('yq')
+source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
+b2sums=('0e489c71b0f777f83c005102d7b06b9f507ea16a8ee90b4ab7c0b296f85e4513629dadfa02c82bcb9228e03d08f127488b43b3079aabef50a43593804f4eb2d0')
+
+prepare() {
+  cd yq-$pkgver
+  go mod vendor
+}
+
+build() {
+  cd yq-$pkgver
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-modcacherw"
+  go build .
+}
+
+check() {
+  cd yq-$pkgver
+  go test ./...
+}
+
+package() {
+  cd yq-$pkgver
+  install -Dt "$pkgdir"/usr/bin yq
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+
+  ./yq shell-completion bash | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/bash-completion/completions/yq
+  ./yq shell-completion zsh | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/zsh/site-functions/_yq
+  ./yq shell-completion fish | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/fish/vendor_completions.d/yq.fish
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-02-14 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 15, 2022 @ 03:18:13
  Author: polyzen
Revision: 1133311

upgpkg: go-yq 4.20.1-1

Modified:
  go-yq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 02:08:11 UTC (rev 1133310)
+++ PKGBUILD2022-02-15 03:18:13 UTC (rev 1133311)
@@ -2,7 +2,7 @@
 # Contributor: Mario Finelli 
 
 pkgname=go-yq
-pkgver=4.19.1
+pkgver=4.20.1
 pkgrel=1
 pkgdesc='Portable command-line YAML processor'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go')
 conflicts=('yq')
 source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
-b2sums=('463e0f1b2db99508b840b884af3e53ebd3b0a4e870ee6e0fb3e7ae77c97b379196efec060cce8e2031ef9f14c350bbe59ea76f1ee9c2e7651203fec8dbe91fd6')
+b2sums=('0e489c71b0f777f83c005102d7b06b9f507ea16a8ee90b4ab7c0b296f85e4513629dadfa02c82bcb9228e03d08f127488b43b3079aabef50a43593804f4eb2d0')
 
 prepare() {
   cd yq-$pkgver



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 02:08:11
  Author: felixonmars
Revision: 1133310

archrelease: copy trunk to community-testing-any

Added:
  python-argcomplete/repos/community-testing-any/
  python-argcomplete/repos/community-testing-any/PKGBUILD
(from rev 1133309, python-argcomplete/trunk/PKGBUILD)

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

Copied: python-argcomplete/repos/community-testing-any/PKGBUILD (from rev 
1133309, python-argcomplete/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-02-15 02:08:11 UTC (rev 1133310)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Andrey Mikhaylenko 
+
+pkgname=python-argcomplete
+_pyname=argcomplete
+pkgver=2.0.0
+_gitcommit=bf16566adcfb2fd0307c6ecdf24304b21b0b5752
+pkgrel=1
+pkgdesc='Easy, extensible command line tab completion of arguments for your 
Python script'
+url='https://github.com/kislyuk/argcomplete'
+arch=('any')
+license=('Apache')
+depends=('python')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-pexpect' 'tcsh' 'fish' 'python-pip')
+source=(${_pyname}::"git+https://github.com/kislyuk/${_pyname}#commit=${_gitcommit}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('29BCBADB4ECAAAC2382699388AFAFCD242818A52') # Andrey Kislyuk 

+
+pkgver() {
+  cd ${_pyname}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd ${_pyname}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}
+  # workaround for https://github.com/kislyuk/argcomplete/issues/337
+  echo "set enable-bracketed-paste off" > .inputrc
+  INPUTRC=$PWD/.inputrc python test/test.py -v
+}
+
+package() {
+  cd ${_pyname}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+}
+
+# vim: ts=2 sw=2 et:



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 02:08:00
  Author: felixonmars
Revision: 1133309

upgpkg: python-argcomplete 2.0.0-1

Modified:
  python-argcomplete/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 01:19:04 UTC (rev 1133308)
+++ PKGBUILD2022-02-15 02:08:00 UTC (rev 1133309)
@@ -3,8 +3,8 @@
 
 pkgname=python-argcomplete
 _pyname=argcomplete
-pkgver=1.12.3
-_gitcommit=ce54b6dfd51f9f01b4ef85bb8692a9f804a11771
+pkgver=2.0.0
+_gitcommit=bf16566adcfb2fd0307c6ecdf24304b21b0b5752
 pkgrel=1
 pkgdesc='Easy, extensible command line tab completion of arguments for your 
Python script'
 url='https://github.com/kislyuk/argcomplete'
@@ -29,7 +29,9 @@
 
 check() {
   cd ${_pyname}
-  LC_CTYPE=en_US.UTF-8 python test/test.py -v
+  # workaround for https://github.com/kislyuk/argcomplete/issues/337
+  echo "set enable-bracketed-paste off" > .inputrc
+  INPUTRC=$PWD/.inputrc python test/test.py -v
 }
 
 package() {



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

2022-02-14 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 15, 2022 @ 01:18:19
  Author: svenstaro
Revision: 437338

archrelease: copy trunk to staging-x86_64

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

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

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 437337, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-02-15 01:18:19 UTC (rev 437338)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=510.54
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2022-02-14 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 15, 2022 @ 01:18:08
  Author: svenstaro
Revision: 437337

upgpkg: nvidia 510.54-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 01:18:03 UTC (rev 437336)
+++ PKGBUILD2022-02-15 01:18:08 UTC (rev 437337)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Baechler 
 
 pkgname=nvidia
-pkgver=510.47.03
-pkgrel=6
+pkgver=510.54
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;
@@ -31,4 +31,3 @@
 
 install -Dm644 /usr/share/licenses/nvidia-dkms/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
-



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

2022-02-14 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 15, 2022 @ 01:18:03
  Author: svenstaro
Revision: 437336

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-settings/repos/staging-x86_64/
  nvidia-settings/repos/staging-x86_64/PKGBUILD
(from rev 437335, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/staging-x86_64/libxnvctrl_so.patch
(from rev 437335, nvidia-settings/trunk/libxnvctrl_so.patch)

-+
 PKGBUILD|   63 ++
 libxnvctrl_so.patch |   36 
 2 files changed, 99 insertions(+)

Copied: nvidia-settings/repos/staging-x86_64/PKGBUILD (from rev 437335, 
nvidia-settings/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-02-15 01:18:03 UTC (rev 437336)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=510.54
+pkgrel=1
+pkgdesc='Tool for configuring the NVIDIA graphics driver'
+url='https://github.com/NVIDIA/nvidia-settings'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('inetutils' 'jansson' 'gtk2' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
+libxnvctrl_so.patch)
+sha512sums=('b98ee2484cbfe4124d19391c2dd217dafb4e0057f870c2516ce6b2962674a708531b61f06910bc1e0d1be2ae1ab72cb2da4d9fd4b2671cea36a1a181e1f71e6b'
+
'91ff94736063b911c83b8876fe3e3778db82e0ffe0102036d81a3a6e872ca44a585914646fcbbbe399cd63aa17685fc7f73263ec4f4084f48768ca4d704037fa')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+  export OUTPUTDIR=out
+  cd ${pkgbase}-${pkgver}
+  patch -p0 < "${srcdir}/libxnvctrl_so.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  export CFLAGS+=" -ffat-lto-objects"
+  make
+  make -C src/libXNVCtrl
+}
+
+package_nvidia-settings() {
+  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -e 
's/__NVIDIA_SETTINGS_DESKTOP_CATEGORIES__/Settings;HardwareSettings;/' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}
+
+package_libxnvctrl() {
+  depends=('libxext')
+  pkgdesc='NVIDIA NV-CONTROL X extension'
+  provides=('libXNVCtrl.so')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
+
+  cd src/libXNVCtrl
+  install -Dm 644 ./*.h -t "${pkgdir}/usr/include/NVCtrl"
+  install -d "${pkgdir}/usr/lib"
+  cp -Pr out/libXNVCtrl.* -t "${pkgdir}/usr/lib"
+}
+
+# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/staging-x86_64/libxnvctrl_so.patch (from rev 
437335, nvidia-settings/trunk/libxnvctrl_so.patch)
===
--- staging-x86_64/libxnvctrl_so.patch  (rev 0)
+++ staging-x86_64/libxnvctrl_so.patch  2022-02-15 01:18:03 UTC (rev 437336)
@@ -0,0 +1,36 @@
+--- src/libXNVCtrl/Makefile2019-07-30 00:26:56.0 +0200
 src/libXNVCtrl/Makefile2019-08-02 14:08:56.963744238 +0200
+@@ -50,8 +50,8 @@
+ 
+ .PHONY: clean
+ 
+-all: $(LIBXNVCTRL)
++all: $(LIBXNVCTRL) $(LIBXNVCTRL_SHARED)
+ 
+ clean:
+-  rm -rf $(LIBXNVCTRL) *~ \
++  rm -rf $(LIBXNVCTRL) $(LIBXNVCTRL_SHARED)* *~ \
+   $(OUTPUTDIR)/*.o $(OUTPUTDIR)/*.d
+--- src/libXNVCtrl/xnvctrl.mk  2019-08-02 17:04:08.216230565 +0200
 src/libXNVCtrl/xnvctrl.mk  2019-08-02 17:08:02.563660632 +0200
+@@ -39,6 +39,11 @@
+ 
+ LIBXNVCTRL = $(OUTPUTDIR)/libXNVCtrl.a
+ 
++LIBXNVCTRL_SHARED = $(OUTPUTDIR)/libXNVCtrl.so
++LIBXNVCTRL_ABI_VERSION_MAJOR = 0
++LIBXNVCTRL_ABI_VERSION_MINOR = 0
++LIBXNVCTRL_LIBS += -lXext -lX11
++
+ LIBXNVCTRL_SRC = $(XNVCTRL_DIR)/NVCtrl.c
+ 
+ LIBXNVCTRL_OBJ = $(call BUILD_OBJECT_LIST,$(LIBXNVCTRL_SRC))
+@@ -47,3 +52,8 @@
+ 
+ $(LIBXNVCTRL) : $(LIBXNVCTRL_OBJ)
+   $(call quiet_cmd,AR) ru $@ $(LIBXNVCTRL_OBJ)
++
++$(LIBXNVCTRL_SHARED) : $(LIBXNVCTRL_OBJ)
++  $(CC) -shared $(CFLAGS) $(LDFLAGS) -Wl,-soname=$(notdir 
$@).${LIBXNVCTRL_ABI_VERSION_MAJOR} -o 
$@.$(LIBXNVCTRL_ABI_VERSION_MAJOR).$(LIBXNVCTRL_ABI_VERSION_MINOR).0 $^ 
$(LIBXNVCTRL_LIBS)
++  ln -s $(notdir 
$@).$(LIBXNVCTRL_ABI_VERSION_MAJOR).$(LIBXNVCTRL_ABI_VERSION_MINOR).0 $@
++  ln -s $(notdir 

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

2022-02-14 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 15, 2022 @ 01:17:46
  Author: svenstaro
Revision: 437335

upgpkg: nvidia-settings 510.54-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 01:10:16 UTC (rev 437334)
+++ PKGBUILD2022-02-15 01:17:46 UTC (rev 437335)
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=510.47.03
+pkgver=510.54
 pkgrel=1
 pkgdesc='Tool for configuring the NVIDIA graphics driver'
 url='https://github.com/NVIDIA/nvidia-settings'
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 libxnvctrl_so.patch)
-sha512sums=('cf2afcd9174b92288f31b33f4e86bb791a1293f865a76cfe5c1497529fad37445813448767354feed9b74a72d23f53ddaaa26f66a719a784bc16a966c8698691'
+sha512sums=('b98ee2484cbfe4124d19391c2dd217dafb4e0057f870c2516ce6b2962674a708531b61f06910bc1e0d1be2ae1ab72cb2da4d9fd4b2671cea36a1a181e1f71e6b'
 
'91ff94736063b911c83b8876fe3e3778db82e0ffe0102036d81a3a6e872ca44a585914646fcbbbe399cd63aa17685fc7f73263ec4f4084f48768ca4d704037fa')
 
 prepare() {



[arch-commits] Commit in acme.sh/repos/community-any (PKGBUILD PKGBUILD)

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 01:15:59
  Author: felixonmars
Revision: 1133307

archrelease: copy trunk to community-any

Added:
  acme.sh/repos/community-any/PKGBUILD
(from rev 1133306, acme.sh/trunk/PKGBUILD)
Deleted:
  acme.sh/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 01:15:48 UTC (rev 1133306)
+++ PKGBUILD2022-02-15 01:15:59 UTC (rev 1133307)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Gavin Lloyd 
-
-pkgname=acme.sh
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='An ACME Shell script, an acme client alternative to certbot'
-arch=('any')
-url='https://github.com/acmesh-official/acme.sh'
-license=('GPL3')
-depends=('bash')
-optdepends=('socat: for standalone mode')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/acmesh-official/acme.sh/archive/$pkgver.tar.gz;)
-sha512sums=('8bc5468fa70bf0a23f516b05e49f4c457cceb3ae0c12e963b538297912adce1f16fca200b116fc39a88ee0ba522e1757654ed231bebb6199ef7f5ad152511c71')
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -dm755 "$pkgdir"/usr/share/acme.sh/deploy
-  install -dm755 "$pkgdir"/usr/share/acme.sh/dnsapi
-  install -dm755 "$pkgdir"/usr/share/acme.sh/notify
-  install -dm755 "$pkgdir"/usr/bin
-
-  install -m755 acme.sh "$pkgdir"/usr/share/acme.sh/
-  install -m755 deploy/*.sh "$pkgdir"/usr/share/acme.sh/deploy/
-  install -m755 dnsapi/*.sh "$pkgdir"/usr/share/acme.sh/dnsapi/
-  install -m755 notify/*.sh "$pkgdir"/usr/share/acme.sh/notify/
-
-  ln -s /usr/share/acme.sh/acme.sh "$pkgdir"/usr/bin/acme.sh
-}

Copied: acme.sh/repos/community-any/PKGBUILD (from rev 1133306, 
acme.sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 01:15:59 UTC (rev 1133307)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Gavin Lloyd 
+
+pkgname=acme.sh
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='An ACME Shell script, an acme client alternative to certbot'
+arch=('any')
+url='https://github.com/acmesh-official/acme.sh'
+license=('GPL3')
+depends=('bash')
+optdepends=('socat: for standalone mode')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/acmesh-official/acme.sh/archive/$pkgver.tar.gz;)
+sha512sums=('6bd40951df02e3eaa1ed0efd8767acb5245e9c26c666ec7087db2cd0a38b65ea3c79ade98be954b4fbde0e89b6a988ac1c85ce2a6bd77b33574fb3fc0266ea03')
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm755 "$pkgdir"/usr/share/acme.sh/deploy
+  install -dm755 "$pkgdir"/usr/share/acme.sh/dnsapi
+  install -dm755 "$pkgdir"/usr/share/acme.sh/notify
+  install -dm755 "$pkgdir"/usr/bin
+
+  install -m755 acme.sh "$pkgdir"/usr/share/acme.sh/
+  install -m755 deploy/*.sh "$pkgdir"/usr/share/acme.sh/deploy/
+  install -m755 dnsapi/*.sh "$pkgdir"/usr/share/acme.sh/dnsapi/
+  install -m755 notify/*.sh "$pkgdir"/usr/share/acme.sh/notify/
+
+  ln -s /usr/share/acme.sh/acme.sh "$pkgdir"/usr/bin/acme.sh
+}



[arch-commits] Commit in acme.sh/trunk (PKGBUILD)

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 01:15:48
  Author: felixonmars
Revision: 1133306

upgpkg: acme.sh 3.0.2-1

Modified:
  acme.sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 01:12:46 UTC (rev 1133305)
+++ PKGBUILD2022-02-15 01:15:48 UTC (rev 1133306)
@@ -2,7 +2,7 @@
 # Contributor: Gavin Lloyd 
 
 pkgname=acme.sh
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='An ACME Shell script, an acme client alternative to certbot'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('bash')
 optdepends=('socat: for standalone mode')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/acmesh-official/acme.sh/archive/$pkgver.tar.gz;)
-sha512sums=('8bc5468fa70bf0a23f516b05e49f4c457cceb3ae0c12e963b538297912adce1f16fca200b116fc39a88ee0ba522e1757654ed231bebb6199ef7f5ad152511c71')
+sha512sums=('6bd40951df02e3eaa1ed0efd8767acb5245e9c26c666ec7087db2cd0a38b65ea3c79ade98be954b4fbde0e89b6a988ac1c85ce2a6bd77b33574fb3fc0266ea03')
 
 package() {
   cd $pkgname-$pkgver



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

2022-02-14 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 15, 2022 @ 01:12:46
  Author: svenstaro
Revision: 1133305

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-staging-x86_64/
  lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD
(from rev 1133304, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD (from rev 
1133304, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2022-02-15 01:12:46 UTC (rev 1133305)
@@ -0,0 +1,104 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
+pkgver=510.54
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('1e65e96c1ae1cccd5cd483f2b65927e3594d28f3774459dfd094530f445f4b0f5368a3b7eebf4970bd2632438cca2cbb93af50a59a3a87a2c13d08ed5155164c')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('lib32-opencl-driver')
+
+cd "${_pkg}"/32
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
+optdepends=('lib32-opencl-nvidia')
+conflicts=('lib32-nvidia-libgl')
+provides=('lib32-vulkan-driver' 'lib32-opengl-driver' 'lib32-nvidia-libgl')
+replaces=('lib32-nvidia-libgl')
+
+cd "${_pkg}"/32
+
+# Check 
http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/README/installedcomponents.html
+# for hints on what needs to be installed where.
+
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
+install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
+install -D -m755 "libnvidia-glvkspirv.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glvkspirv.so.${pkgver}"
+install -D -m755 "libnvidia-allocator.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-allocator.so.${pkgver}"
+
+# VDPAU
+install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
+
+# nvidia-tls library
+install -D -m755 "libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
+
+# CUDA
+install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
+install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
+
+# PTX JIT 

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

2022-02-14 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 15, 2022 @ 01:12:29
  Author: svenstaro
Revision: 1133304

upgpkg: lib32-nvidia-utils 510.54-1

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 00:39:21 UTC (rev 1133303)
+++ PKGBUILD2022-02-15 01:12:29 UTC (rev 1133304)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=510.47.03
+pkgver=510.54
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -14,7 +14,7 @@
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('7488b1ae99acfa4cd6f8fd071a0e7652dcc9e499ff587d1dfdaf5d202a5b9daa43ed014876d2b2c9caf7f7c531ec380540f30833bb9790395cf159d177f2e803')
+sha512sums=('1e65e96c1ae1cccd5cd483f2b65927e3594d28f3774459dfd094530f445f4b0f5368a3b7eebf4970bd2632438cca2cbb93af50a59a3a87a2c13d08ed5155164c')
 
 create_links() {
 # create soname links



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

2022-02-14 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 15, 2022 @ 01:10:16
  Author: svenstaro
Revision: 437334

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-utils/repos/staging-x86_64/
  nvidia-utils/repos/staging-x86_64/PKGBUILD
(from rev 437333, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
(from rev 437333, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.install
(from rev 437333, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.sysusers
(from rev 437333, nvidia-utils/trunk/nvidia-utils.sysusers)
  nvidia-utils/repos/staging-x86_64/nvidia.rules
(from rev 437333, nvidia-utils/trunk/nvidia.rules)

-+
 PKGBUILD|  237 ++
 nvidia-drm-outputclass.conf |8 +
 nvidia-utils.install|7 +
 nvidia-utils.sysusers   |1 
 nvidia.rules|6 +
 5 files changed, 259 insertions(+)

Copied: nvidia-utils/repos/staging-x86_64/PKGBUILD (from rev 437333, 
nvidia-utils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-02-15 01:10:16 UTC (rev 437334)
@@ -0,0 +1,237 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
+pkgver=510.54
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=('nvidia-drm-outputclass.conf'
+'nvidia-utils.sysusers'
+'nvidia.rules'
+
"https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
+
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
+
'a0ceb0a6c240cf97b21a2e46c5c212250d3ee24fecef16aca3dffb04b8350c445b9f4398274abccdb745dd0ba5132a17942c9508ce165d4f97f41ece02b0b989'
+
'1e65e96c1ae1cccd5cd483f2b65927e3594d28f3774459dfd094530f445f4b0f5368a3b7eebf4970bd2632438cca2cbb93af50a59a3a87a2c13d08ed5155164c')
+
+
+create_links() {
+# create soname links
+find "$pkgdir" -type f -name '*.so*' ! -path '*xorg/*' -print0 | while 
read -d $'\0' _lib; do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+cd kernel
+
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[4]="nvidia-peermem"\
+DEST_MODULE_LOCATION[4]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -Dm644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -Dm755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -Dm755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia-utils "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA drivers - module sources"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+provides=('NVIDIA-MODULE')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server' 'libglvnd' 

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

2022-02-14 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 15, 2022 @ 01:09:49
  Author: svenstaro
Revision: 437333

upgpkg: nvidia-utils 510.54-1

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 00:11:58 UTC (rev 437332)
+++ PKGBUILD2022-02-15 01:09:49 UTC (rev 437333)
@@ -4,8 +4,8 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
-pkgver=510.47.03
-pkgrel=3
+pkgver=510.54
+pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -18,7 +18,7 @@
 
sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
 
'a0ceb0a6c240cf97b21a2e46c5c212250d3ee24fecef16aca3dffb04b8350c445b9f4398274abccdb745dd0ba5132a17942c9508ce165d4f97f41ece02b0b989'
-
'7488b1ae99acfa4cd6f8fd071a0e7652dcc9e499ff587d1dfdaf5d202a5b9daa43ed014876d2b2c9caf7f7c531ec380540f30833bb9790395cf159d177f2e803')
+
'1e65e96c1ae1cccd5cd483f2b65927e3594d28f3774459dfd094530f445f4b0f5368a3b7eebf4970bd2632438cca2cbb93af50a59a3a87a2c13d08ed5155164c')
 
 
 create_links() {



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 00:39:21
  Author: felixonmars
Revision: 1133303

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 00:39:09 UTC (rev 1133302)
+++ PKGBUILD2022-02-15 00:39:21 UTC (rev 1133303)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-soupsieve
-pkgver=2.2.1
-pkgrel=4
-pkgdesc="A CSS4 selector implementation for Beautiful Soup"
-url="https://github.com/facelessuser/soupsieve;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 
'python-lxml')
-source=("https://github.com/facelessuser/soupsieve/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c1339cfca237af7f8915b6d644b8271f769f9a37aa68f8acf536236551baaf9bb44a2f2a736f9168a7649cde14d37b8c24614c9491acbf81e3f4fdaea96b4928')
-
-build() {
-  cd soupsieve-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd soupsieve-$pkgver
-  # https://gitlab.gnome.org/GNOME/libxml2/-/issues/312
-  pytest \
---deselect 
tests/test_extra/test_soup_contains.py::TestSoupContains::test_contains_cdata_html
 \
---deselect 
tests/test_extra/test_soup_contains_own.py::TestSoupContainsOwn::test_contains_own_cdata_html
-}
-
-package() {
-  cd soupsieve-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: python-soupsieve/repos/community-any/PKGBUILD (from rev 1133302, 
python-soupsieve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 00:39:21 UTC (rev 1133303)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-soupsieve
+pkgver=2.3
+pkgrel=1
+pkgdesc="A CSS4 selector implementation for Beautiful Soup"
+url="https://github.com/facelessuser/soupsieve;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 
'python-lxml')
+source=("https://github.com/facelessuser/soupsieve/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('c5d46703aba737c6eea7cc482311fd75dbaaa4929ebf3ed45b580d7e89d1d0be806608adbab974803acd8df5d74435efe1e149bce5cdbd74f77c90bba960859a')
+
+build() {
+  cd soupsieve-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd soupsieve-$pkgver
+  # https://gitlab.gnome.org/GNOME/libxml2/-/issues/312
+  pytest \
+--deselect 
tests/test_extra/test_soup_contains.py::TestSoupContains::test_contains_cdata_html
 \
+--deselect 
tests/test_extra/test_soup_contains_own.py::TestSoupContainsOwn::test_contains_own_cdata_html
+}
+
+package() {
+  cd soupsieve-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 00:39:09
  Author: felixonmars
Revision: 1133302

upgpkg: python-soupsieve 2.3-1

Modified:
  python-soupsieve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 00:17:53 UTC (rev 1133301)
+++ PKGBUILD2022-02-15 00:39:09 UTC (rev 1133302)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-soupsieve
-pkgver=2.2.1
-pkgrel=4
+pkgver=2.3
+pkgrel=1
 pkgdesc="A CSS4 selector implementation for Beautiful Soup"
 url="https://github.com/facelessuser/soupsieve;
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 
'python-lxml')
 
source=("https://github.com/facelessuser/soupsieve/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c1339cfca237af7f8915b6d644b8271f769f9a37aa68f8acf536236551baaf9bb44a2f2a736f9168a7649cde14d37b8c24614c9491acbf81e3f4fdaea96b4928')
+sha512sums=('c5d46703aba737c6eea7cc482311fd75dbaaa4929ebf3ed45b580d7e89d1d0be806608adbab974803acd8df5d74435efe1e149bce5cdbd74f77c90bba960859a')
 
 build() {
   cd soupsieve-$pkgver



[arch-commits] Commit in dbeaver/repos/community-x86_64 (14 files)

2022-02-14 Thread Fabio Castelli via arch-commits
Date: Tuesday, February 15, 2022 @ 00:17:53
  Author: muflone
Revision: 1133301

archrelease: copy trunk to community-x86_64

Added:
  dbeaver/repos/community-x86_64/PKGBUILD
(from rev 1133300, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-x86_64/dbeaver.hook
(from rev 1133300, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-x86_64/dbeaver.install
(from rev 1133300, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
(from rev 1133300, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-x86_64/dbeaver.sh
(from rev 1133300, dbeaver/trunk/dbeaver.sh)
  dbeaver/repos/community-x86_64/io.dbeaver.DBeaver.desktop
(from rev 1133300, dbeaver/trunk/io.dbeaver.DBeaver.desktop)
  dbeaver/repos/community-x86_64/tycho_source_11.patch
(from rev 1133300, dbeaver/trunk/tycho_source_11.patch)
Deleted:
  dbeaver/repos/community-x86_64/PKGBUILD
  dbeaver/repos/community-x86_64/dbeaver.hook
  dbeaver/repos/community-x86_64/dbeaver.install
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
  dbeaver/repos/community-x86_64/dbeaver.sh
  dbeaver/repos/community-x86_64/io.dbeaver.DBeaver.desktop
  dbeaver/repos/community-x86_64/tycho_source_11.patch

+
 PKGBUILD   |  236 +--
 dbeaver.hook   |   24 ++--
 dbeaver.install|   10 -
 dbeaver.sh |   12 +-
 io.dbeaver.DBeaver.desktop |   32 ++---
 tycho_source_11.patch  |   30 ++---
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 00:17:19 UTC (rev 1133300)
+++ PKGBUILD2022-02-15 00:17:53 UTC (rev 1133301)
@@ -1,118 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=21.3.3
-pkgrel=1
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('x86_64')
-url="https://dbeaver.io/;
-license=("Apache")
-depends=('java-runtime>=11' 'gtk3' 'gtk-update-icon-cache' 'libsecret')
-makedepends=('maven' 'java-runtime<15')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
-'dbeaver-plugin-svg-format: save diagrams in SVG format')
-conflicts=('dbeaver-plugin-sshj-lib')
-replaces=('dbeaver-plugin-sshj-lib')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/dbeaver/dbeaver/archive/${pkgver}.tar.gz;
-"io.${pkgname}.DBeaver.desktop"
-"${pkgname}.sh"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"${pkgname}.install"
-"tycho_source_11.patch")
-sha256sums=('f0199cb8b94f0905d0008d7eb6853909f09a6757be8f32f387ad948d040cd327'
-'9480a7d08f680e10c399db070c5a04cbabf282442602a2ef83d1159fe7c3e88b'
-'406a2980806c394670e88b1ae70134900be376c2ea4a4216610591cc8b557526'
-'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
-'f8b763ca210bfa4d9a4e407b656ba4f5d1bf2f3f54c67044f7a4dd0c3625fc22'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab'
-'2b5259a22ecd17c7fe501fe161aa866652c6c87f0435d94bf16d3447fc0cfd1c')
-install="${pkgname}.install"
-
-prepare() {
-  # Fix version number in profile file
-  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
-sed "s/DBEAVER_VERSION/${pkgver}/g" |
-gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-
-  # Avoid the use of any Java 15/16/17, actually incompatible with the build
-  export JAVA_HOME="/usr/lib/jvm/$(archlinux-java status | tail -n +2 | sort | 
cut -d ' ' -f 3 | sort -nr -k 2 -t '-' | grep -vE '15-|16-|17-' -m 1)"
-  cd "${pkgname}-${pkgver}"
-
-  # Fix for Java >= 11
-  patch -Np1 -i "${srcdir}/tycho_source_11.patch"
-
-  # Download dependencies during prepare FS#55873
-  # https://bugs.archlinux.org/task/55873
-  export MAVEN_OPTS="-Xmx2048m"
-  mvn --batch-mode validate
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/community"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s 

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

2022-02-14 Thread Fabio Castelli via arch-commits
Date: Tuesday, February 15, 2022 @ 00:17:19
  Author: muflone
Revision: 1133300

upgpkg: dbeaver 21.3.4-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 00:13:12 UTC (rev 1133299)
+++ PKGBUILD2022-02-15 00:17:19 UTC (rev 1133300)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=21.3.3
+pkgver=21.3.4
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -21,7 +21,7 @@
 "${pkgname}.hook"
 "${pkgname}.install"
 "tycho_source_11.patch")
-sha256sums=('f0199cb8b94f0905d0008d7eb6853909f09a6757be8f32f387ad948d040cd327'
+sha256sums=('562f7cae8728cb1fc8a488eb01dff8691d347c00e240ea09db7a476e65229629'
 '9480a7d08f680e10c399db070c5a04cbabf282442602a2ef83d1159fe7c3e88b'
 '406a2980806c394670e88b1ae70134900be376c2ea4a4216610591cc8b557526'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'



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

2022-02-14 Thread David Runge via arch-commits
Date: Tuesday, February 15, 2022 @ 00:13:12
  Author: dvzrv
Revision: 1133299

archrelease: copy trunk to community-x86_64

Added:
  cardinal/repos/community-x86_64/
  cardinal/repos/community-x86_64/PKGBUILD
(from rev 1133298, cardinal/trunk/PKGBUILD)

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

Copied: cardinal/repos/community-x86_64/PKGBUILD (from rev 1133298, 
cardinal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-02-15 00:13:12 UTC (rev 1133299)
@@ -0,0 +1,130 @@
+# Maintainer: David Runge 
+
+pkgbase=cardinal
+pkgname=(cardinal cardinal-data cardinal-jack cardinal-lv2 cardinal-vst 
cardinal-vst3)
+pkgver=22.02
+pkgrel=1
+pkgdesc="Virtual modular synthesizer plugin"
+arch=(x86_64)
+url="https://github.com/DISTRHO/Cardinal;
+license=(GPL3)
+groups=(lv2-plugins pro-audio vst-plugins vst3-plugins)
+makedepends=(dbus file gcc-libs git glibc jansson libarchive libglvnd liblo
+libsndfile libsamplerate libx11 libxext libxrandr mold python speexdsp)
+# lv2lint needs the additional lv2-extensions from mod-sdk:
+# https://github.com/moddevices/mod-sdk/blob/master/mod.lv2/mod.ttl#L174
+# checkdepends=(kxstudio-lv2-extensions lv2 lv2lint xorg-server-xvfb)
+source=(https://github.com/DISTRHO/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver.tar.xz)
+sha512sums=('9ec540366f61437f5b7103a08fa7865bfa7e17e92757c3a742ba950eeb6483688be3335fe4ebf830c76a70c18789b698f9121762312aa7cfb3da629730268fe7')
+b2sums=('0b4c2d2ee7cb3b191df25b6f5643db1c923c0d74515f4c2c03665ce16b38c5c11968096b1e6d330bf64f99419039669ebba14ce0a29fafde32d9e07ec4b42c90')
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+build() {
+  export CFLAGS+=" -B/usr/lib/mold"
+  export CXXFLAGS+=" -B/usr/lib/mold"
+  make PREFIX=/usr SYSDEPS=true WITH_LTO=true -C $pkgname-$pkgver
+}
+
+# check() {
+#   declare -A _links=(
+# ["Cardinal"]="https://distrho.kx.studio/plugins/cardinal;
+# ["CardinalFX"]="https://distrho.kx.studio/plugins/cardinal#fx;
+# ["CardinalSynth"]="https://distrho.kx.studio/plugins/cardinal#synth;
+#   )
+# 
+#   for _name in Cardinal{,FX,Synth}; do
+# xvfb-run lv2lint -s "lv2_generate_ttl" -Mpack -I 
$pkgname-$pkgver/bin/$_name.lv2 "${_links[$_name]}"
+#   done
+# }
+
+package_cardinal() {
+  depends=(cardinal-jack cardinal-lv2 cardinal-vst cardinal-vst3)
+
+  make PREFIX=/usr SYSDEPS=true DESTDIR="$pkgdir" install -C $pkgbase-$pkgver
+
+  # add missing symlinks for resources
+  for _name in Cardinal{,FX,Synth}; do
+ln -sv /usr/share/$pkgbase "$pkgdir/usr/lib/lv2/$_name.lv2/resources"
+ln -sv /usr/share/$pkgbase 
"$pkgdir/usr/lib/vst3/$_name.vst3/Contents/Resources"
+  done
+  for _name in Cardinal{FX,Synth}; do
+ln -sv /usr/share/$pkgbase "$pkgdir/usr/lib/vst/$_name.vst/resources"
+  done
+
+  (
+cd "$pkgdir"
+_pick $pkgbase-data usr/share/$pkgbase
+_pick $pkgbase-data usr/share/doc
+_pick $pkgbase-jack usr/bin/
+_pick $pkgbase-lv2 usr/lib/lv2/
+_pick $pkgbase-vst usr/lib/vst/
+_pick $pkgbase-vst3 usr/lib/vst3/
+  )
+}
+
+package_cardinal-data() {
+  pkgdesc+=" - data"
+
+  mv -v $pkgbase-data/* "$pkgdir"
+}
+
+package_cardinal-jack() {
+  pkgdesc+=" - JACK standalone"
+  depends=(cardinal-data gcc-libs glibc jack jansson libglvnd libx11 libxext
+  libxrandr speexdsp libdbus-1.so libarchive.so liblo.so libmagic.so
+  libsndfile.so libsamplerate.so)
+  optdepends=(
+'carla: for carla module and ildaeil plugin host'
+'mpv: for experimental video support'
+  )
+
+  mv -v $pkgbase-jack/* "$pkgdir"
+}
+
+package_cardinal-lv2() {
+  pkgdesc+=" - LV2 plugin"
+  depends=(cardinal-data gcc-libs glibc jansson libglvnd libx11 libxext
+  libxrandr lv2-host speexdsp libdbus-1.so libarchive.so liblo.so libmagic.so
+  libsndfile.so libsamplerate.so)
+  optdepends=(
+'carla: for carla module and ildaeil plugin host'
+'mpv: for experimental video support'
+  )
+
+  mv -v $pkgbase-lv2/* "$pkgdir"
+}
+
+package_cardinal-vst() {
+  pkgdesc+=" - VST2 plugin"
+  depends=(cardinal-data gcc-libs glibc jansson libglvnd libx11 libxext
+  libxrandr speexdsp vst-host libdbus-1.so libarchive.so liblo.so libmagic.so
+  libsndfile.so libsamplerate.so)
+  optdepends=(
+'carla: for carla module and ildaeil plugin host'
+'mpv: for experimental video support'
+  )
+
+  mv -v $pkgbase-vst/* "$pkgdir"
+}
+
+package_cardinal-vst3() {
+  pkgdesc+=" - VST3 plugin"
+  depends=(cardinal-data gcc-libs glibc jansson libglvnd libx11 libxext
+  libxrandr speexdsp vst3-host libdbus-1.so libarchive.so liblo.so libmagic.so
+  libsndfile.so libsamplerate.so)
+  optdepends=(
+'carla: for carla module and ildaeil plugin host'
+ 

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

2022-02-14 Thread David Runge via arch-commits
Date: Tuesday, February 15, 2022 @ 00:12:48
  Author: dvzrv
Revision: 1133298

upgpkg: cardinal 22.02-1: Add cardinal 22.02.

Add fix for missing symlinks in plugins (preventing the loading of required 
data).

Modified:
  cardinal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 00:10:37 UTC (rev 1133297)
+++ PKGBUILD2022-02-15 00:12:48 UTC (rev 1133298)
@@ -50,6 +50,16 @@
   depends=(cardinal-jack cardinal-lv2 cardinal-vst cardinal-vst3)
 
   make PREFIX=/usr SYSDEPS=true DESTDIR="$pkgdir" install -C $pkgbase-$pkgver
+
+  # add missing symlinks for resources
+  for _name in Cardinal{,FX,Synth}; do
+ln -sv /usr/share/$pkgbase "$pkgdir/usr/lib/lv2/$_name.lv2/resources"
+ln -sv /usr/share/$pkgbase 
"$pkgdir/usr/lib/vst3/$_name.vst3/Contents/Resources"
+  done
+  for _name in Cardinal{FX,Synth}; do
+ln -sv /usr/share/$pkgbase "$pkgdir/usr/lib/vst/$_name.vst/resources"
+  done
+
   (
 cd "$pkgdir"
 _pick $pkgbase-data usr/share/$pkgbase



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

2022-02-14 Thread Frederik Schwan via arch-commits
Date: Tuesday, February 15, 2022 @ 00:11:58
  Author: freswa
Revision: 437332

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 437331, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 437331, linux-hardened/trunk/config)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config

--+
 PKGBUILD |  412 -
 config   |20960 ++---
 2 files changed, 10686 insertions(+), 10686 deletions(-)

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


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

2022-02-14 Thread Frederik Schwan via arch-commits
Date: Tuesday, February 15, 2022 @ 00:11:52
  Author: freswa
Revision: 437331

gcc 11.2.0 rebuild

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 21:32:23 UTC (rev 437330)
+++ PKGBUILD2022-02-15 00:11:52 UTC (rev 437331)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 pkgver=5.15.21.hardened1
-pkgrel=2
+pkgrel=3
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
 arch=(x86_64)



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 00:10:37
  Author: felixonmars
Revision: 1133297

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 00:10:25 UTC (rev 1133296)
+++ PKGBUILD2022-02-15 00:10:37 UTC (rev 1133297)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sequencer 
-
-pkgname=python-schemdraw
-pkgver=0.12
-pkgrel=2
-pkgdesc="Electrical circuit schematic drawing."
-url="https://bitbucket.org/cdelker/schemdraw;
-license=('BSD')
-arch=('any')
-depends=('python')
-optdepends=('python-matplotlib: for matplotlib backend'
-'python-ziafont: for svg backend'
-'python-ziamath: for svg backend'
-'python-latex2mathml: for svg backend')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-nbval' 'python-matplotlib' 
'python-ziafont'
-  'python-ziamath' 'python-latex2mathml')
-source=("$pkgname-$pkgver.tar.bz2::https://bitbucket.org/cdelker/schemdraw/get/$pkgver.tar.bz2;)
-sha512sums=('abeb82e52302e559078b969b31a8b4d3b34065380126159864fa53dbbd610a6c0261ab31b33a26f65e60a005ecd3489693ae57003059aa2be237c5b6b2613440')
-
-prepare() {
-  mv cdelker-schemdraw-* schemdraw-$pkgver
-}
-
-build() {
-  cd schemdraw-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd schemdraw-$pkgver
-  python setup.py pytest --addopts --nbval-lax
-}
-
-package() {
-  cd schemdraw-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-schemdraw/repos/community-any/PKGBUILD (from rev 1133296, 
python-schemdraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 00:10:37 UTC (rev 1133297)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Sequencer 
+
+pkgname=python-schemdraw
+pkgver=0.13
+pkgrel=1
+pkgdesc="Electrical circuit schematic drawing."
+url="https://bitbucket.org/cdelker/schemdraw;
+license=('BSD')
+arch=('any')
+depends=('python')
+optdepends=('python-matplotlib: for matplotlib backend'
+'python-ziafont: for svg backend'
+'python-ziamath: for svg backend'
+'python-latex2mathml: for svg backend')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-nbval' 'python-matplotlib' 
'python-ziafont'
+  'python-ziamath' 'python-latex2mathml')
+source=("$pkgname-$pkgver.tar.bz2::https://bitbucket.org/cdelker/schemdraw/get/$pkgver.tar.bz2;)
+sha512sums=('ef1b8bc4bc5f4295315d3b033cd965ab72fe9c3f6e5122eb19302870fba0bf55f537f7dc900642382a274857853fbe0d85c26af5aa8940fceb11c1a7a3d32c48')
+
+prepare() {
+  mv cdelker-schemdraw-* schemdraw-$pkgver
+}
+
+build() {
+  cd schemdraw-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd schemdraw-$pkgver
+  python setup.py pytest --addopts --nbval-lax
+}
+
+package() {
+  cd schemdraw-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 00:10:25
  Author: felixonmars
Revision: 1133296

upgpkg: python-schemdraw 0.13-1

Modified:
  python-schemdraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 00:09:15 UTC (rev 1133295)
+++ PKGBUILD2022-02-15 00:10:25 UTC (rev 1133296)
@@ -2,8 +2,8 @@
 # Contributor: Sequencer 
 
 pkgname=python-schemdraw
-pkgver=0.12
-pkgrel=2
+pkgver=0.13
+pkgrel=1
 pkgdesc="Electrical circuit schematic drawing."
 url="https://bitbucket.org/cdelker/schemdraw;
 license=('BSD')
@@ -17,7 +17,7 @@
 checkdepends=('python-pytest-runner' 'python-nbval' 'python-matplotlib' 
'python-ziafont'
   'python-ziamath' 'python-latex2mathml')
 
source=("$pkgname-$pkgver.tar.bz2::https://bitbucket.org/cdelker/schemdraw/get/$pkgver.tar.bz2;)
-sha512sums=('abeb82e52302e559078b969b31a8b4d3b34065380126159864fa53dbbd610a6c0261ab31b33a26f65e60a005ecd3489693ae57003059aa2be237c5b6b2613440')
+sha512sums=('ef1b8bc4bc5f4295315d3b033cd965ab72fe9c3f6e5122eb19302870fba0bf55f537f7dc900642382a274857853fbe0d85c26af5aa8940fceb11c1a7a3d32c48')
 
 prepare() {
   mv cdelker-schemdraw-* schemdraw-$pkgver



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 00:09:15
  Author: felixonmars
Revision: 1133295

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 00:09:03 UTC (rev 1133294)
+++ PKGBUILD2022-02-15 00:09:15 UTC (rev 1133295)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-softlayer
-pkgver=5.9.8
-pkgrel=2
-pkgdesc="A library for SoftLayer's API"
-arch=('any')
-license=('MIT')
-url='https://github.com/softlayer/softlayer-python'
-depends=('python-six' 'python-prettytable' 'python-click' 'python-requests' 
'python-prompt_toolkit'
- 'python-pygments' 'python-urllib3')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-mock' 'python-testtools' 'tk')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;
- 
https://github.com/softlayer/softlayer-python/commit/bfcbc022dd0f16c13ad6618c6dfca01ced9c9b7e.patch)
-sha512sums=('3125489e59e810620c10b5a347015ed62c36c97794c30a4657135ff8e7cd0cd631505e8ce406c02559f652c52ecc0e9e597b8a110a3e0097b71233bc290ea0e4'
-
'07400a8b643cc35eb479be36a074e75bf60576c318409b935e7646ef2b055a2eb510b077e3d19ddf2e4ef5071cb658affc0d82a38c25436bc612b307e174be35')
-
-prepare() {
-  cd softlayer-python-$pkgver
-  sed -i 's/==/>=/' setup.py
-  patch -p1 < ../bfcbc022dd0f16c13ad6618c6dfca01ced9c9b7e.patch # replace 
PTable with prettytable
-}
-
-build() {
-  cd softlayer-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd softlayer-python-$pkgver
-  python setup.py pytest --addopts '-k "not test_edit_perms_on_bad"'
-}
-
-package() {
-  cd softlayer-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # It's only present when tests are enabled, so adding -f
-  rm -rf "$pkgdir"/usr/lib/python3.10/site-packages/tests
-
-  # Prevent collisions with `sl` package; This command is deemed deprecated by
-  # the project anyway
-  rm -f "$pkgdir/usr/bin/sl"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-softlayer/repos/community-any/PKGBUILD (from rev 1133294, 
python-softlayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 00:09:15 UTC (rev 1133295)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-softlayer
+pkgver=5.9.9
+pkgrel=1
+pkgdesc="A library for SoftLayer's API"
+arch=('any')
+license=('MIT')
+url='https://github.com/softlayer/softlayer-python'
+depends=('python-six' 'python-prettytable' 'python-click' 'python-requests' 
'python-prompt_toolkit'
+ 'python-pygments' 'python-urllib3')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-mock' 'python-testtools' 'tk')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;
+ 
https://github.com/softlayer/softlayer-python/commit/bfcbc022dd0f16c13ad6618c6dfca01ced9c9b7e.patch)
+sha512sums=('3391605664f46616f771f0337cbc4c5e5c88a80c84849bc83bf4105ecf1e591315c94d8b18bde76b34d2b4f98c1e5f7890a3cd204796e9af14a6eab01697cc78'
+
'07400a8b643cc35eb479be36a074e75bf60576c318409b935e7646ef2b055a2eb510b077e3d19ddf2e4ef5071cb658affc0d82a38c25436bc612b307e174be35')
+
+prepare() {
+  cd softlayer-python-$pkgver
+  sed -i 's/==/>=/' setup.py
+  patch -p1 < ../bfcbc022dd0f16c13ad6618c6dfca01ced9c9b7e.patch # replace 
PTable with prettytable
+}
+
+build() {
+  cd softlayer-python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd softlayer-python-$pkgver
+  python setup.py pytest --addopts '-k "not test_edit_perms_on_bad"'
+}
+
+package() {
+  cd softlayer-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # It's only present when tests are enabled, so adding -f
+  rm -rf "$pkgdir"/usr/lib/python3.10/site-packages/tests
+
+  # Prevent collisions with `sl` package; This command is deemed deprecated by
+  # the project anyway
+  rm -f "$pkgdir/usr/bin/sl"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 00:09:03
  Author: felixonmars
Revision: 1133294

upgpkg: python-softlayer 5.9.9-1

Modified:
  python-softlayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-15 00:07:03 UTC (rev 1133293)
+++ PKGBUILD2022-02-15 00:09:03 UTC (rev 1133294)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-softlayer
-pkgver=5.9.8
-pkgrel=2
+pkgver=5.9.9
+pkgrel=1
 pkgdesc="A library for SoftLayer's API"
 arch=('any')
 license=('MIT')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python-mock' 'python-testtools' 'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;
  
https://github.com/softlayer/softlayer-python/commit/bfcbc022dd0f16c13ad6618c6dfca01ced9c9b7e.patch)
-sha512sums=('3125489e59e810620c10b5a347015ed62c36c97794c30a4657135ff8e7cd0cd631505e8ce406c02559f652c52ecc0e9e597b8a110a3e0097b71233bc290ea0e4'
+sha512sums=('3391605664f46616f771f0337cbc4c5e5c88a80c84849bc83bf4105ecf1e591315c94d8b18bde76b34d2b4f98c1e5f7890a3cd204796e9af14a6eab01697cc78'
 
'07400a8b643cc35eb479be36a074e75bf60576c318409b935e7646ef2b055a2eb510b077e3d19ddf2e4ef5071cb658affc0d82a38c25436bc612b307e174be35')
 
 prepare() {



[arch-commits] Commit in python-cucumber-tag-expressions/repos/community-any (2 files)

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 00:07:03
  Author: felixonmars
Revision: 1133293

archrelease: copy trunk to community-any

Added:
  python-cucumber-tag-expressions/repos/community-any/PKGBUILD
(from rev 1133292, python-cucumber-tag-expressions/trunk/PKGBUILD)
Deleted:
  python-cucumber-tag-expressions/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-15 00:06:52 UTC (rev 1133292)
+++ PKGBUILD2022-02-15 00:07:03 UTC (rev 1133293)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-cucumber-tag-expressions
-pkgver=3.0.1
-pkgrel=3
-pkgdesc="Provides tag-expression parser for cucumber/behave"
-url="https://github.com/cucumber/tag-expressions-python;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-html')
-source=("https://github.com/cucumber/tag-expressions-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('444c04d219998899e7ea30f3a3141c9f6d711c7ab727eca107bdcfa0b3b8fe66c99cfa07c695638efcbf5279d75a12434101a85f2c778f6802a74a972b274c85')
-
-build() {
-  cd tag-expressions-python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tag-expressions-python-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd tag-expressions-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-cucumber-tag-expressions/repos/community-any/PKGBUILD (from rev 
1133292, python-cucumber-tag-expressions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-15 00:07:03 UTC (rev 1133293)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-cucumber-tag-expressions
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Provides tag-expression parser for cucumber/behave"
+url="https://github.com/cucumber/tag-expressions;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-html')
+source=("https://github.com/cucumber/tag-expressions/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b855386e00671c27c10febf1ce9a642d60cd07fc6afab5afe352733f3443c87067049e4a526b96ac5038f0ae334c730356c51fee826c22df920b2e8908ec25ba')
+
+prepare() {
+  cd tag-expressions-$pkgver/python
+  sed -i '/use_2to3 = /d' setup.py
+}
+
+build() {
+  cd tag-expressions-$pkgver/python
+  python setup.py build
+}
+
+check() {
+  cd tag-expressions-$pkgver/python
+  python -m pytest
+}
+
+package() {
+  cd tag-expressions-$pkgver/python
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in python-cucumber-tag-expressions/trunk (PKGBUILD)

2022-02-14 Thread Felix Yan via arch-commits
Date: Tuesday, February 15, 2022 @ 00:06:52
  Author: felixonmars
Revision: 1133292

upgpkg: python-cucumber-tag-expressions 4.0.0-1

Modified:
  python-cucumber-tag-expressions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 23:54:27 UTC (rev 1133291)
+++ PKGBUILD2022-02-15 00:06:52 UTC (rev 1133292)
@@ -1,30 +1,35 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-cucumber-tag-expressions
-pkgver=3.0.1
-pkgrel=3
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="Provides tag-expression parser for cucumber/behave"
-url="https://github.com/cucumber/tag-expressions-python;
+url="https://github.com/cucumber/tag-expressions;
 license=('MIT')
 arch=('any')
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-html')
-source=("https://github.com/cucumber/tag-expressions-python/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('444c04d219998899e7ea30f3a3141c9f6d711c7ab727eca107bdcfa0b3b8fe66c99cfa07c695638efcbf5279d75a12434101a85f2c778f6802a74a972b274c85')
+source=("https://github.com/cucumber/tag-expressions/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b855386e00671c27c10febf1ce9a642d60cd07fc6afab5afe352733f3443c87067049e4a526b96ac5038f0ae334c730356c51fee826c22df920b2e8908ec25ba')
 
+prepare() {
+  cd tag-expressions-$pkgver/python
+  sed -i '/use_2to3 = /d' setup.py
+}
+
 build() {
-  cd tag-expressions-python-$pkgver
+  cd tag-expressions-$pkgver/python
   python setup.py build
 }
 
 check() {
-  cd tag-expressions-python-$pkgver
+  cd tag-expressions-$pkgver/python
   python -m pytest
 }
 
 package() {
-  cd tag-expressions-python-$pkgver
+  cd tag-expressions-$pkgver/python
   python setup.py install --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 23:54:27
  Author: felixonmars
Revision: 1133291

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 23:54:15 UTC (rev 1133290)
+++ PKGBUILD2022-02-14 23:54:27 UTC (rev 1133291)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-
-_name=identify
-pkgname=python-identify
-pkgver=2.4.9
-pkgrel=1
-pkgdesc="File identification library for Python"
-arch=(any)
-url="https://github.com/pre-commit/identify;
-license=(MIT)
-depends=(python)
-makedepends=(python-setuptools)
-checkdepends=(python-ukkonen python-pytest)
-optdepends=('python-editdistance-s: for returning license identifiers')
-optdepends=('python-ukkonen: for returning license identifiers')
-source=("${_name}-${pkgver}.tar.gz::https://github.com/pre-commit/${_name}/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('d52ae2ffda3ae4043ddf018f21fdd74b6fbe35bc1cf4bda83f3f36de73e2314c1f8a87f61ab9449558824919fc6ea81c5ee40ef8181acdb14a27f686fb96')
-b2sums=('12f4182858b412cc8989488029014cdca8ddb88fd99254e0be9b3dbe37605a374091d97564cdeee77bfe91176f1089e68a181d6b25feaa311cc3c9fc9d26444f')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-identify/repos/community-any/PKGBUILD (from rev 1133290, 
python-identify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 23:54:27 UTC (rev 1133291)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+
+_name=identify
+pkgname=python-identify
+pkgver=2.4.10
+pkgrel=1
+pkgdesc="File identification library for Python"
+arch=(any)
+url="https://github.com/pre-commit/identify;
+license=(MIT)
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(python-ukkonen python-pytest)
+optdepends=('python-editdistance-s: for returning license identifiers')
+optdepends=('python-ukkonen: for returning license identifiers')
+source=("${_name}-${pkgver}.tar.gz::https://github.com/pre-commit/${_name}/archive/refs/tags/v${pkgver}.tar.gz;)
+sha512sums=('5e065210e043e28cc46218a9ed997d8b734813b20bc7cd46da4cea0286749bd3a5558b60942edbe95484df3d4ee01100f186dd92fa8c2b3d96479b47faf9bc85')
+b2sums=('be41cbdbe8c2be99d3c703df3d5b23968047c146318c74b212ed1636091072b98cb25c57feb78a9a4fbd70a0cc2569e2f754108a9bbe2d983cc682cb0744fb4f')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 23:54:15
  Author: felixonmars
Revision: 1133290

upgpkg: python-identify 2.4.10-1

Modified:
  python-identify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 23:49:20 UTC (rev 1133289)
+++ PKGBUILD2022-02-14 23:54:15 UTC (rev 1133290)
@@ -3,7 +3,7 @@
 
 _name=identify
 pkgname=python-identify
-pkgver=2.4.9
+pkgver=2.4.10
 pkgrel=1
 pkgdesc="File identification library for Python"
 arch=(any)
@@ -15,8 +15,8 @@
 optdepends=('python-editdistance-s: for returning license identifiers')
 optdepends=('python-ukkonen: for returning license identifiers')
 
source=("${_name}-${pkgver}.tar.gz::https://github.com/pre-commit/${_name}/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('d52ae2ffda3ae4043ddf018f21fdd74b6fbe35bc1cf4bda83f3f36de73e2314c1f8a87f61ab9449558824919fc6ea81c5ee40ef8181acdb14a27f686fb96')
-b2sums=('12f4182858b412cc8989488029014cdca8ddb88fd99254e0be9b3dbe37605a374091d97564cdeee77bfe91176f1089e68a181d6b25feaa311cc3c9fc9d26444f')
+sha512sums=('5e065210e043e28cc46218a9ed997d8b734813b20bc7cd46da4cea0286749bd3a5558b60942edbe95484df3d4ee01100f186dd92fa8c2b3d96479b47faf9bc85')
+b2sums=('be41cbdbe8c2be99d3c703df3d5b23968047c146318c74b212ed1636091072b98cb25c57feb78a9a4fbd70a0cc2569e2f754108a9bbe2d983cc682cb0744fb4f')
 
 build() {
   cd "${_name}-${pkgver}"



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 23:49:20
  Author: felixonmars
Revision: 1133289

archrelease: copy trunk to community-x86_64

Added:
  klayout/repos/community-x86_64/PKGBUILD
(from rev 1133288, klayout/trunk/PKGBUILD)
  klayout/repos/community-x86_64/klayoutEditor.desktop
(from rev 1133288, klayout/trunk/klayoutEditor.desktop)
  klayout/repos/community-x86_64/klayoutViewer.desktop
(from rev 1133288, klayout/trunk/klayoutViewer.desktop)
Deleted:
  klayout/repos/community-x86_64/PKGBUILD
  klayout/repos/community-x86_64/klayoutEditor.desktop
  klayout/repos/community-x86_64/klayoutViewer.desktop

---+
 PKGBUILD  |   72 
 klayoutEditor.desktop |   26 -
 klayoutViewer.desktop |   26 -
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 23:49:02 UTC (rev 1133288)
+++ PKGBUILD2022-02-14 23:49:20 UTC (rev 1133289)
@@ -1,36 +0,0 @@
-# Contributor: Lars Boettcher 
-# Maintainer: Aaron Ali 
-
-pkgname=klayout
-pkgver=0.27.7
-pkgrel=1
-pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS 
files."
-arch=('x86_64')
-url="https://www.klayout.de;
-license=('GPL')
-depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 
'ruby2.7' 'python')
-source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.bz2
-klayoutEditor.desktop klayoutViewer.desktop)
-sha512sums=('06f5ff10214784e34718e28e981c992d8f837899c70244b7838e5da003f6aab91e68a0fdcbdbf7a5311c74b8ab58b374d89fd4dde7d0d0c256f0df7d12f07651'
-
'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1'
-
'37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f')
-
-build() {
-  cd klayout-$pkgver
-  ./build.sh -ruby /usr/bin/ruby-2.7
-}
-
-package() {
-  install -D -m 644 klayoutEditor.desktop 
"$pkgdir"/usr/share/applications/klayoutEditor.desktop
-  install -D -m 644 klayoutViewer.desktop 
"$pkgdir"/usr/share/applications/klayoutViewer.desktop
-  cd klayout-$pkgver
-  install -D -m 644 etc/logo.png 
"$pkgdir"/usr/share/icons/hicolor/32x32/apps/klayout.png
-  install -D -m 755 build-release/klayout "$pkgdir"/usr/bin/klayout
-  cd bin-release
-  for lib in `find . -type f | grep so`; do
-install -D -m 755 $lib "$pkgdir"/usr/lib/$lib
-  done
-  for lib in `find . -type l | grep so`; do
-cp -a $lib "$pkgdir"/usr/lib/$lib
-  done
-}

Copied: klayout/repos/community-x86_64/PKGBUILD (from rev 1133288, 
klayout/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 23:49:20 UTC (rev 1133289)
@@ -0,0 +1,36 @@
+# Contributor: Lars Boettcher 
+# Maintainer: Aaron Ali 
+
+pkgname=klayout
+pkgver=0.27.8
+pkgrel=1
+pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS 
files."
+arch=('x86_64')
+url="https://www.klayout.de;
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 
'ruby2.7' 'python')
+source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.bz2
+klayoutEditor.desktop klayoutViewer.desktop)
+sha512sums=('d9b929557f7281b6aab1b5ab44685f93d7bbed8c6e4eed6c1069716eb559cbfb3e277ad338f4e7029f8726670d4b0a9829afdc97b6b7178c64265036862cafca'
+
'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1'
+
'37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f')
+
+build() {
+  cd klayout-$pkgver
+  ./build.sh -ruby /usr/bin/ruby-2.7
+}
+
+package() {
+  install -D -m 644 klayoutEditor.desktop 
"$pkgdir"/usr/share/applications/klayoutEditor.desktop
+  install -D -m 644 klayoutViewer.desktop 
"$pkgdir"/usr/share/applications/klayoutViewer.desktop
+  cd klayout-$pkgver
+  install -D -m 644 etc/logo.png 
"$pkgdir"/usr/share/icons/hicolor/32x32/apps/klayout.png
+  install -D -m 755 build-release/klayout "$pkgdir"/usr/bin/klayout
+  cd bin-release
+  for lib in `find . -type f | grep so`; do
+install -D -m 755 $lib "$pkgdir"/usr/lib/$lib
+  done
+  for lib in `find . -type l | grep so`; do
+cp -a $lib "$pkgdir"/usr/lib/$lib
+  done
+}

Deleted: klayoutEditor.desktop
===
--- klayoutEditor.desktop   2022-02-14 23:49:02 UTC (rev 1133288)
+++ klayoutEditor.desktop   2022-02-14 23:49:20 UTC (rev 1133289)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Comment[de]=Programm zur Bearbeiten von GDS-Dateien
-Comment=Program to edit GDS and CIF files
-Exec=klayout -e %F
-GenericName[de]=Klayout Editor

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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 23:49:02
  Author: felixonmars
Revision: 1133288

upgpkg: klayout 0.27.8-1

Modified:
  klayout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 23:10:15 UTC (rev 1133287)
+++ PKGBUILD2022-02-14 23:49:02 UTC (rev 1133288)
@@ -2,7 +2,7 @@
 # Maintainer: Aaron Ali 
 
 pkgname=klayout
-pkgver=0.27.7
+pkgver=0.27.8
 pkgrel=1
 pkgdesc="High Performance Layout Viewer And Editor. Support of GDS and OASIS 
files."
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('qt5-base' 'qt5-tools' 'qt5-multimedia' 'qt5-xmlpatterns' 'qt5-svg' 
'ruby2.7' 'python')
 source=(http://www.klayout.org/downloads/source/klayout-$pkgver.tar.bz2
 klayoutEditor.desktop klayoutViewer.desktop)
-sha512sums=('06f5ff10214784e34718e28e981c992d8f837899c70244b7838e5da003f6aab91e68a0fdcbdbf7a5311c74b8ab58b374d89fd4dde7d0d0c256f0df7d12f07651'
+sha512sums=('d9b929557f7281b6aab1b5ab44685f93d7bbed8c6e4eed6c1069716eb559cbfb3e277ad338f4e7029f8726670d4b0a9829afdc97b6b7178c64265036862cafca'
 
'bc6c7621e5cda754509a86664fb3e7ecd15f577dec712f4b0c52c9a7455ba692043a67145f5bf143d8fdc502b84e4212303906d62107537eefb4bebe57b2ffe1'
 
'37a3bbb06ab155c1c22e3990cf160383570e8ea945dbf4964bc94b6fd4e6321627d31071a29d3dbeafc9e2fc406b6905761e299bfccdfe0a35663f2021624f4f')
 



[arch-commits] Commit in (4 files)

2022-02-14 Thread David Runge via arch-commits
Date: Monday, February 14, 2022 @ 23:10:15
  Author: dvzrv
Revision: 1133287

Add cardinal.

Added:
  cardinal/
  cardinal/repos/
  cardinal/trunk/
  cardinal/trunk/PKGBUILD

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

Added: cardinal/trunk/PKGBUILD
===
--- cardinal/trunk/PKGBUILD (rev 0)
+++ cardinal/trunk/PKGBUILD 2022-02-14 23:10:15 UTC (rev 1133287)
@@ -0,0 +1,120 @@
+# Maintainer: David Runge 
+
+pkgbase=cardinal
+pkgname=(cardinal cardinal-data cardinal-jack cardinal-lv2 cardinal-vst 
cardinal-vst3)
+pkgver=22.02
+pkgrel=1
+pkgdesc="Virtual modular synthesizer plugin"
+arch=(x86_64)
+url="https://github.com/DISTRHO/Cardinal;
+license=(GPL3)
+groups=(lv2-plugins pro-audio vst-plugins vst3-plugins)
+makedepends=(dbus file gcc-libs git glibc jansson libarchive libglvnd liblo
+libsndfile libsamplerate libx11 libxext libxrandr mold python speexdsp)
+# lv2lint needs the additional lv2-extensions from mod-sdk:
+# https://github.com/moddevices/mod-sdk/blob/master/mod.lv2/mod.ttl#L174
+# checkdepends=(kxstudio-lv2-extensions lv2 lv2lint xorg-server-xvfb)
+source=(https://github.com/DISTRHO/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver.tar.xz)
+sha512sums=('9ec540366f61437f5b7103a08fa7865bfa7e17e92757c3a742ba950eeb6483688be3335fe4ebf830c76a70c18789b698f9121762312aa7cfb3da629730268fe7')
+b2sums=('0b4c2d2ee7cb3b191df25b6f5643db1c923c0d74515f4c2c03665ce16b38c5c11968096b1e6d330bf64f99419039669ebba14ce0a29fafde32d9e07ec4b42c90')
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+build() {
+  export CFLAGS+=" -B/usr/lib/mold"
+  export CXXFLAGS+=" -B/usr/lib/mold"
+  make PREFIX=/usr SYSDEPS=true WITH_LTO=true -C $pkgname-$pkgver
+}
+
+# check() {
+#   declare -A _links=(
+# ["Cardinal"]="https://distrho.kx.studio/plugins/cardinal;
+# ["CardinalFX"]="https://distrho.kx.studio/plugins/cardinal#fx;
+# ["CardinalSynth"]="https://distrho.kx.studio/plugins/cardinal#synth;
+#   )
+# 
+#   for _name in Cardinal{,FX,Synth}; do
+# xvfb-run lv2lint -s "lv2_generate_ttl" -Mpack -I 
$pkgname-$pkgver/bin/$_name.lv2 "${_links[$_name]}"
+#   done
+# }
+
+package_cardinal() {
+  depends=(cardinal-jack cardinal-lv2 cardinal-vst cardinal-vst3)
+
+  make PREFIX=/usr SYSDEPS=true DESTDIR="$pkgdir" install -C $pkgbase-$pkgver
+  (
+cd "$pkgdir"
+_pick $pkgbase-data usr/share/$pkgbase
+_pick $pkgbase-data usr/share/doc
+_pick $pkgbase-jack usr/bin/
+_pick $pkgbase-lv2 usr/lib/lv2/
+_pick $pkgbase-vst usr/lib/vst/
+_pick $pkgbase-vst3 usr/lib/vst3/
+  )
+}
+
+package_cardinal-data() {
+  pkgdesc+=" - data"
+
+  mv -v $pkgbase-data/* "$pkgdir"
+}
+
+package_cardinal-jack() {
+  pkgdesc+=" - JACK standalone"
+  depends=(cardinal-data gcc-libs glibc jack jansson libglvnd libx11 libxext
+  libxrandr speexdsp libdbus-1.so libarchive.so liblo.so libmagic.so
+  libsndfile.so libsamplerate.so)
+  optdepends=(
+'carla: for carla module and ildaeil plugin host'
+'mpv: for experimental video support'
+  )
+
+  mv -v $pkgbase-jack/* "$pkgdir"
+}
+
+package_cardinal-lv2() {
+  pkgdesc+=" - LV2 plugin"
+  depends=(cardinal-data gcc-libs glibc jansson libglvnd libx11 libxext
+  libxrandr lv2-host speexdsp libdbus-1.so libarchive.so liblo.so libmagic.so
+  libsndfile.so libsamplerate.so)
+  optdepends=(
+'carla: for carla module and ildaeil plugin host'
+'mpv: for experimental video support'
+  )
+
+  mv -v $pkgbase-lv2/* "$pkgdir"
+}
+
+package_cardinal-vst() {
+  pkgdesc+=" - VST2 plugin"
+  depends=(cardinal-data gcc-libs glibc jansson libglvnd libx11 libxext
+  libxrandr speexdsp vst-host libdbus-1.so libarchive.so liblo.so libmagic.so
+  libsndfile.so libsamplerate.so)
+  optdepends=(
+'carla: for carla module and ildaeil plugin host'
+'mpv: for experimental video support'
+  )
+
+  mv -v $pkgbase-vst/* "$pkgdir"
+}
+
+package_cardinal-vst3() {
+  pkgdesc+=" - VST3 plugin"
+  depends=(cardinal-data gcc-libs glibc jansson libglvnd libx11 libxext
+  libxrandr speexdsp vst3-host libdbus-1.so libarchive.so liblo.so libmagic.so
+  libsndfile.so libsamplerate.so)
+  optdepends=(
+'carla: for carla module and ildaeil plugin host'
+'mpv: for experimental video support'
+  )
+
+  mv -v $pkgbase-vst3/* "$pkgdir"
+}



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 23:02:13
  Author: felixonmars
Revision: 1133286

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 23:01:59 UTC (rev 1133285)
+++ PKGBUILD2022-02-14 23:02:13 UTC (rev 1133286)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-openmdao
-pkgver=3.13.0
-pkgrel=1
-pkgdesc="An open-source high-performance computing platform"
-url="https://github.com/OpenMDAO/OpenMDAO;
-license=('Apache')
-arch=('any')
-depends=('python-networkx' 'python-numpy' 'python-pydoe2' 'python-pyparsing' 
'python-scipy'
- 'python-requests')
-optdepends=('python-matplotlib: for docs'
-'python-numpydoc: for docs'
-'python-redbaron: for docs'
-'python-sphinx: for docs'
-'python-tabulate: for docs and notebooks'
-'ipython: for docs and notebooks'
-'python-notebook: for notebooks'
-'python-bokeh: for visualization'
-'python-colorama: for visualization')
-checkdepends=('python-mpi4py' 'python-parameterized' 'python-numpydoc' 
'python-pycodestyle'
-  'python-pydocstyle' 'python-testflo' 'python-websockets' 
'python-pyppeteer'
-  'python-aiounittest')
-source=("https://github.com/OpenMDAO/OpenMDAO/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e3dbeb85c2c8baec1e9cf877800cb7c358509a7cfe88276d246ac33f6ed0fedc435a5cabed3240e69ae26818c8084096e3f05115c9287fbbea2be7ee99fe6220')
-
-prepare() {
-  cd OpenMDAO-$pkgver
-  sed -e 's/==/>=/' -i setup.py
-}
-
-build() {
-  cd OpenMDAO-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd OpenMDAO-$pkgver
-  PYTHONPATH="$PWD/build/lib" testflo -n 16 --timeout=120 openmdao || echo 
"Tests failed"
-}
-
-package() {
-  cd OpenMDAO-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-openmdao/repos/community-any/PKGBUILD (from rev 1133285, 
python-openmdao/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 23:02:13 UTC (rev 1133286)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-openmdao
+pkgver=3.13.1
+pkgrel=1
+pkgdesc="An open-source high-performance computing platform"
+url="https://github.com/OpenMDAO/OpenMDAO;
+license=('Apache')
+arch=('any')
+depends=('python-networkx' 'python-numpy' 'python-pydoe2' 'python-pyparsing' 
'python-scipy'
+ 'python-requests')
+optdepends=('python-matplotlib: for docs'
+'python-numpydoc: for docs'
+'python-redbaron: for docs'
+'python-sphinx: for docs'
+'python-tabulate: for docs and notebooks'
+'ipython: for docs and notebooks'
+'python-notebook: for notebooks'
+'python-bokeh: for visualization'
+'python-colorama: for visualization')
+checkdepends=('python-mpi4py' 'python-parameterized' 'python-numpydoc' 
'python-pycodestyle'
+  'python-pydocstyle' 'python-testflo' 'python-websockets' 
'python-pyppeteer'
+  'python-aiounittest')
+source=("https://github.com/OpenMDAO/OpenMDAO/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('001272b5bb7a87dfa537a30648b20c33bc1ba6527c3b4d682629dfe5054b1686d7ab437f450511d4ae1a33e66013fae7641c2911e5bdc7bcbc040c7eed4f3495')
+
+prepare() {
+  cd OpenMDAO-$pkgver
+  sed -e 's/==/>=/' -i setup.py
+}
+
+build() {
+  cd OpenMDAO-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd OpenMDAO-$pkgver
+  PYTHONPATH="$PWD/build/lib" testflo -n 16 --timeout=120 openmdao || echo 
"Tests failed"
+}
+
+package() {
+  cd OpenMDAO-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 23:01:59
  Author: felixonmars
Revision: 1133285

upgpkg: python-openmdao 3.13.1-1

Modified:
  python-openmdao/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 23:00:35 UTC (rev 1133284)
+++ PKGBUILD2022-02-14 23:01:59 UTC (rev 1133285)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-openmdao
-pkgver=3.13.0
+pkgver=3.13.1
 pkgrel=1
 pkgdesc="An open-source high-performance computing platform"
 url="https://github.com/OpenMDAO/OpenMDAO;
@@ -22,7 +22,7 @@
   'python-pydocstyle' 'python-testflo' 'python-websockets' 
'python-pyppeteer'
   'python-aiounittest')
 
source=("https://github.com/OpenMDAO/OpenMDAO/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e3dbeb85c2c8baec1e9cf877800cb7c358509a7cfe88276d246ac33f6ed0fedc435a5cabed3240e69ae26818c8084096e3f05115c9287fbbea2be7ee99fe6220')
+sha512sums=('001272b5bb7a87dfa537a30648b20c33bc1ba6527c3b4d682629dfe5054b1686d7ab437f450511d4ae1a33e66013fae7641c2911e5bdc7bcbc040c7eed4f3495')
 
 prepare() {
   cd OpenMDAO-$pkgver



[arch-commits] Commit in mongo-c-driver/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 23:00:35
  Author: felixonmars
Revision: 1133284

archrelease: copy trunk to community-x86_64

Added:
  mongo-c-driver/repos/community-x86_64/PKGBUILD
(from rev 1133283, mongo-c-driver/trunk/PKGBUILD)
Deleted:
  mongo-c-driver/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 23:00:23 UTC (rev 1133283)
+++ PKGBUILD2022-02-14 23:00:35 UTC (rev 1133284)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=mongo-c-driver
-pkgver=1.20.1
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('x86_64')
-url='https://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libsasl' 'icu' 'snappy' 'zlib' 'zstd')
-makedepends=('cmake')
-provides=('libbson' 'libmongoc')
-conflicts=('libbson' 'libmongoc')
-replaces=('libbson' 'libmongoc')
-source=("https://github.com/mongodb/mongo-c-driver/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('ee55cd1b27ca6c3b404e47aa0fe375d9c9e8d46a892391e1f1ad404880a57d67bc4a44ebd5df4e3cee218a7e251ad464b0b14dee2bac0382019a2b82e348860b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../mongo-c-driver-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DENABLE_STATIC=OFF -DENABLE_TESTS=OFF
-# Test profiles are not found even with ENABLE_TESTS=ON
-  make
-}
-
-check() {
-  cd build
-  # No test profile found
-  # pifpaf run mongodb --port 27017 make test || echo "Tests failed"
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: mongo-c-driver/repos/community-x86_64/PKGBUILD (from rev 1133283, 
mongo-c-driver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 23:00:35 UTC (rev 1133284)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=mongo-c-driver
+pkgver=1.21.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('x86_64')
+url='https://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libsasl' 'icu' 'snappy' 'zlib' 'zstd')
+makedepends=('cmake')
+provides=('libbson' 'libmongoc')
+conflicts=('libbson' 'libmongoc')
+replaces=('libbson' 'libmongoc')
+source=("https://github.com/mongodb/mongo-c-driver/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('7ae9e349a813a5698787aa5bededeaf08030c1a1973b23c63c8d97512e69f56a084574862421c578f7150941e57d1983b10bb85886d43d0e39ac324c17f7c1c9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../mongo-c-driver-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_STATIC=OFF -DENABLE_TESTS=OFF
+# Test profiles are not found even with ENABLE_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+  # No test profile found
+  # pifpaf run mongodb --port 27017 make test || echo "Tests failed"
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}



[arch-commits] Commit in mongo-c-driver/trunk (PKGBUILD)

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 23:00:23
  Author: felixonmars
Revision: 1133283

upgpkg: mongo-c-driver 1.21.0-1

Modified:
  mongo-c-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 22:59:50 UTC (rev 1133282)
+++ PKGBUILD2022-02-14 23:00:23 UTC (rev 1133283)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=mongo-c-driver
-pkgver=1.20.1
+pkgver=1.21.0
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('libbson' 'libmongoc')
 replaces=('libbson' 'libmongoc')
 
source=("https://github.com/mongodb/mongo-c-driver/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('ee55cd1b27ca6c3b404e47aa0fe375d9c9e8d46a892391e1f1ad404880a57d67bc4a44ebd5df4e3cee218a7e251ad464b0b14dee2bac0382019a2b82e348860b')
+sha512sums=('7ae9e349a813a5698787aa5bededeaf08030c1a1973b23c63c8d97512e69f56a084574862421c578f7150941e57d1983b10bb85886d43d0e39ac324c17f7c1c9')
 
 prepare() {
   mkdir -p build



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:59:50
  Author: felixonmars
Revision: 1133282

archrelease: copy trunk to community-any

Added:
  python-oslo-context/repos/community-any/PKGBUILD
(from rev 1133281, python-oslo-context/trunk/PKGBUILD)
Deleted:
  python-oslo-context/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 22:59:39 UTC (rev 1133281)
+++ PKGBUILD2022-02-14 22:59:50 UTC (rev 1133282)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-oslo-context
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="OpenStack Context library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.context/$pkgver;
-license=('Apache')
-depends=('python-pbr' 'python-debtcollector')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-oslotest')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz;)
-sha512sums=('5d4ccf25bf06abe0c62f6082f19c49b74212c0f813cf147b38734b0d0fee1af4eec193b1761ff4b1c813087f701439f316e57948f89aadbf14d5ae7ada8964e2')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslo.context-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.context-$pkgver
-  stestr run
-}
-
-package() {
-  cd oslo.context-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-context/repos/community-any/PKGBUILD (from rev 1133281, 
python-oslo-context/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 22:59:50 UTC (rev 1133282)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-oslo-context
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="OpenStack Context library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.context/$pkgver;
+license=('Apache')
+depends=('python-pbr' 'python-debtcollector')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-oslotest')
+source=("https://github.com/openstack/oslo.context/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e9d6a545ae8bbde1af722cf0eee4d0c22bd40f940ac669b7c80a9be29fee6a748fb281da55df83200b9f633e242dfc6ae43075b4dc5760f0253bf2ff18ce6fcd')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslo.context-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.context-$pkgver
+  stestr run
+}
+
+package() {
+  cd oslo.context-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:59:39
  Author: felixonmars
Revision: 1133281

upgpkg: python-oslo-context 4.0.0-1

Modified:
  python-oslo-context/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 22:57:49 UTC (rev 1133280)
+++ PKGBUILD2022-02-14 22:59:39 UTC (rev 1133281)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-oslo-context
-pkgver=3.4.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="OpenStack Context library"
 arch=('any')
@@ -11,9 +11,8 @@
 depends=('python-pbr' 'python-debtcollector')
 makedepends=('python-setuptools')
 checkdepends=('python-mock' 'python-oslotest')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.context/archive/$pkgver.tar.gz;)
-sha512sums=('5d4ccf25bf06abe0c62f6082f19c49b74212c0f813cf147b38734b0d0fee1af4eec193b1761ff4b1c813087f701439f316e57948f89aadbf14d5ae7ada8964e2')
+source=("https://github.com/openstack/oslo.context/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e9d6a545ae8bbde1af722cf0eee4d0c22bd40f940ac669b7c80a9be29fee6a748fb281da55df83200b9f633e242dfc6ae43075b4dc5760f0253bf2ff18ce6fcd')
 
 export PBR_VERSION=$pkgver
 



[arch-commits] Commit in python-unittest-xml-reporting/repos/community-any (2 files)

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:57:49
  Author: felixonmars
Revision: 1133280

archrelease: copy trunk to community-any

Added:
  python-unittest-xml-reporting/repos/community-any/PKGBUILD
(from rev 1133279, python-unittest-xml-reporting/trunk/PKGBUILD)
Deleted:
  python-unittest-xml-reporting/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 22:57:38 UTC (rev 1133279)
+++ PKGBUILD2022-02-14 22:57:49 UTC (rev 1133280)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgname=python-unittest-xml-reporting
-pkgver=3.1.0
-pkgrel=1
-pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
-arch=('any')
-url='https://github.com/xmlrunner/unittest-xml-reporting'
-license=('BSD')
-depends=('python-lxml')
-makedepends=('python-setuptools')
-source=("https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('27b4c017969f12879e0c7ff996834f5da94e71a290f3e61ca5fec78b27c5c70937007472fe91dc324e4e7bb1e7ce8c3cfd57e7f4ac5e3c8b1c7f185e58c58c80')
-
-build() {
-  cd unittest-xml-reporting-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd unittest-xml-reporting-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd unittest-xml-reporting-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-unittest-xml-reporting/repos/community-any/PKGBUILD (from rev 
1133279, python-unittest-xml-reporting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 22:57:49 UTC (rev 1133280)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgname=python-unittest-xml-reporting
+pkgver=3.1.0
+pkgrel=2
+pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
+arch=('any')
+url='https://github.com/xmlrunner/unittest-xml-reporting'
+license=('BSD')
+depends=('python-lxml')
+makedepends=('python-setuptools')
+source=("https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('27b4c017969f12879e0c7ff996834f5da94e71a290f3e61ca5fec78b27c5c70937007472fe91dc324e4e7bb1e7ce8c3cfd57e7f4ac5e3c8b1c7f185e58c58c80')
+
+build() {
+  cd unittest-xml-reporting-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd unittest-xml-reporting-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd unittest-xml-reporting-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+
+  # Broken data_files
+  rm "$pkgdir"/usr/LICENSE
+}



[arch-commits] Commit in python-unittest-xml-reporting/trunk (PKGBUILD)

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:57:38
  Author: felixonmars
Revision: 1133279

upgpkg: python-unittest-xml-reporting 3.1.0-2: fix broken data_files

Modified:
  python-unittest-xml-reporting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 22:56:26 UTC (rev 1133278)
+++ PKGBUILD2022-02-14 22:57:38 UTC (rev 1133279)
@@ -4,7 +4,7 @@
 
 pkgname=python-unittest-xml-reporting
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
 arch=('any')
 url='https://github.com/xmlrunner/unittest-xml-reporting'
@@ -29,4 +29,7 @@
   python setup.py install --root="$pkgdir" -O1
 
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+
+  # Broken data_files
+  rm "$pkgdir"/usr/LICENSE
 }



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:56:26
  Author: felixonmars
Revision: 1133278

archrelease: copy trunk to community-any

Added:
  twine/repos/community-any/PKGBUILD
(from rev 1133277, twine/trunk/PKGBUILD)
Deleted:
  twine/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 22:56:14 UTC (rev 1133277)
+++ PKGBUILD2022-02-14 22:56:26 UTC (rev 1133278)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgname=twine
-pkgver=3.5.0
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-depends=('python-pkginfo' 'python-readme-renderer' 'python-requests' 
'python-requests-toolbelt'
- 'python-packaging' 'python-importlib-metadata' 'python-tqdm' 
'python-keyring'
- 'python-rfc3986' 'python-colorama')
-makedepends=('python-dephell' 'python-setuptools-scm')
-checkdepends=('git' 'python-munch' 'python-jaraco.envs' 'python-portend' 
'python-pretend'
-  'python-pytest-cov' 'python-pytest-services' 
'python-pytest-socket')
-provides=('python-twine')
-conflicts=('python-twine')
-replaces=('python-twine')
-source=("https://github.com/pypa/twine/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('37219c1078bb7209123aee79c2d2bd73390c8ce4ab2bf6b5493a54e4ccb9c714a6422ee4a782b3c19d3a5344c1431285c666230729f44615b7761c7a5aff07d6')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cd twine-$pkgver
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd twine-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd twine-$pkgver
-  python setup.py egg_info
-  python -m pytest
-}
-
-package() {
-  cd twine-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}

Copied: twine/repos/community-any/PKGBUILD (from rev 1133277, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 22:56:26 UTC (rev 1133278)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgname=twine
+pkgver=3.6.0
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+depends=('python-pkginfo' 'python-readme-renderer' 'python-requests' 
'python-requests-toolbelt'
+ 'python-packaging' 'python-importlib-metadata' 'python-tqdm' 
'python-keyring'
+ 'python-rfc3986' 'python-colorama')
+makedepends=('python-pyproject2setuppy' 'python-setuptools-scm')
+checkdepends=('git' 'python-munch' 'python-jaraco.envs' 'python-portend' 
'python-pretend'
+  'python-pytest-cov' 'python-pytest-services' 
'python-pytest-socket')
+provides=('python-twine')
+conflicts=('python-twine')
+replaces=('python-twine')
+source=("https://github.com/pypa/twine/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('41da4d89ac69c692a98545aefffd9afd4c7b0287179807906504b4121bf9257095b227ec2966d98983939fa76fb8509f6ffa2577c0e7b4c7f43f614f44745460')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cd twine-$pkgver
+  # This is needed because twine uses setuptools-scm's file finder hook to 
include package data,
+  # but the git checkout we use don't contain the needed SCM info.
+  # dephell generates a pattern for this automatically.
+  echo "recursive-include twine *.typed" > MANIFEST.in
+}
+
+build() {
+  cd twine-$pkgver
+  python -m pyproject2setuppy build
+}
+
+check() {
+  cd twine-$pkgver
+  python -m pyproject2setuppy egg_info
+  python -m pytest
+}
+
+package() {
+  cd twine-$pkgver
+  python -m pyproject2setuppy install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:56:14
  Author: felixonmars
Revision: 1133277

upgpkg: twine 3.6.0-1

Modified:
  twine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 22:55:55 UTC (rev 1133276)
+++ PKGBUILD2022-02-14 22:56:14 UTC (rev 1133277)
@@ -2,7 +2,7 @@
 # Contributor: Chris Warrick 
 
 pkgname=twine
-pkgver=3.5.0
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='Collection of utilities for interacting with PyPI'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-pkginfo' 'python-readme-renderer' 'python-requests' 
'python-requests-toolbelt'
  'python-packaging' 'python-importlib-metadata' 'python-tqdm' 
'python-keyring'
  'python-rfc3986' 'python-colorama')
-makedepends=('python-dephell' 'python-setuptools-scm')
+makedepends=('python-pyproject2setuppy' 'python-setuptools-scm')
 checkdepends=('git' 'python-munch' 'python-jaraco.envs' 'python-portend' 
'python-pretend'
   'python-pytest-cov' 'python-pytest-services' 
'python-pytest-socket')
 provides=('python-twine')
@@ -18,28 +18,31 @@
 conflicts=('python-twine')
 replaces=('python-twine')
 
source=("https://github.com/pypa/twine/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('37219c1078bb7209123aee79c2d2bd73390c8ce4ab2bf6b5493a54e4ccb9c714a6422ee4a782b3c19d3a5344c1431285c666230729f44615b7761c7a5aff07d6')
+sha512sums=('41da4d89ac69c692a98545aefffd9afd4c7b0287179807906504b4121bf9257095b227ec2966d98983939fa76fb8509f6ffa2577c0e7b4c7f43f614f44745460')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
 prepare() {
   cd twine-$pkgver
-  dephell deps convert --from pyproject.toml --to setup.py
+  # This is needed because twine uses setuptools-scm's file finder hook to 
include package data,
+  # but the git checkout we use don't contain the needed SCM info.
+  # dephell generates a pattern for this automatically.
+  echo "recursive-include twine *.typed" > MANIFEST.in
 }
 
 build() {
   cd twine-$pkgver
-  python setup.py build
+  python -m pyproject2setuppy build
 }
 
 check() {
   cd twine-$pkgver
-  python setup.py egg_info
+  python -m pyproject2setuppy egg_info
   python -m pytest
 }
 
 package() {
   cd twine-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m pyproject2setuppy install --root="$pkgdir" --optimize=1
   ln -s twine "$pkgdir"/usr/bin/twine3
 }



[arch-commits] Commit in python-unittest-xml-reporting/repos/community-any (2 files)

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:55:55
  Author: felixonmars
Revision: 1133276

archrelease: copy trunk to community-any

Added:
  python-unittest-xml-reporting/repos/community-any/PKGBUILD
(from rev 1133275, python-unittest-xml-reporting/trunk/PKGBUILD)
Deleted:
  python-unittest-xml-reporting/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 22:55:43 UTC (rev 1133275)
+++ PKGBUILD2022-02-14 22:55:55 UTC (rev 1133276)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgname=python-unittest-xml-reporting
-pkgver=3.0.4
-pkgrel=3
-pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
-arch=('any')
-url='https://github.com/xmlrunner/unittest-xml-reporting'
-license=('BSD')
-depends=('python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-lxml' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver.tar.gz;)
-sha512sums=('ef147e73f9c2311a919593775a359b2f168cc5647ecdd322afcd7849f1a17750909b82cf6e1b5c0fda0e0b3ec2970aeb4077d6006e060cadc4f8c0e22a06ba50')
-
-build() {
-  cd unittest-xml-reporting-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd unittest-xml-reporting-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd unittest-xml-reporting-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-unittest-xml-reporting/repos/community-any/PKGBUILD (from rev 
1133275, python-unittest-xml-reporting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 22:55:55 UTC (rev 1133276)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgname=python-unittest-xml-reporting
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
+arch=('any')
+url='https://github.com/xmlrunner/unittest-xml-reporting'
+license=('BSD')
+depends=('python-lxml')
+makedepends=('python-setuptools')
+source=("https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('27b4c017969f12879e0c7ff996834f5da94e71a290f3e61ca5fec78b27c5c70937007472fe91dc324e4e7bb1e7ce8c3cfd57e7f4ac5e3c8b1c7f185e58c58c80')
+
+build() {
+  cd unittest-xml-reporting-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd unittest-xml-reporting-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd unittest-xml-reporting-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in python-unittest-xml-reporting/trunk (PKGBUILD)

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:55:43
  Author: felixonmars
Revision: 1133275

upgpkg: python-unittest-xml-reporting 3.1.0-1

Modified:
  python-unittest-xml-reporting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 22:54:00 UTC (rev 1133274)
+++ PKGBUILD2022-02-14 22:55:43 UTC (rev 1133275)
@@ -3,17 +3,16 @@
 # Contributor: Thomas S Hatch 
 
 pkgname=python-unittest-xml-reporting
-pkgver=3.0.4
-pkgrel=3
+pkgver=3.1.0
+pkgrel=1
 pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.'
 arch=('any')
 url='https://github.com/xmlrunner/unittest-xml-reporting'
 license=('BSD')
-depends=('python-six')
+depends=('python-lxml')
 makedepends=('python-setuptools')
-checkdepends=('python-lxml' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver.tar.gz;)
-sha512sums=('ef147e73f9c2311a919593775a359b2f168cc5647ecdd322afcd7849f1a17750909b82cf6e1b5c0fda0e0b3ec2970aeb4077d6006e060cadc4f8c0e22a06ba50')
+source=("https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('27b4c017969f12879e0c7ff996834f5da94e71a290f3e61ca5fec78b27c5c70937007472fe91dc324e4e7bb1e7ce8c3cfd57e7f4ac5e3c8b1c7f185e58c58c80')
 
 build() {
   cd unittest-xml-reporting-$pkgver
@@ -29,5 +28,5 @@
   cd unittest-xml-reporting-$pkgver
   python setup.py install --root="$pkgdir" -O1
 
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:54:00
  Author: felixonmars
Revision: 1133274

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 22:53:49 UTC (rev 1133273)
+++ PKGBUILD2022-02-14 22:54:00 UTC (rev 1133274)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-neutronclient
-pkgver=7.7.0
-pkgrel=1
-pkgdesc="OpenStack Networking (Neutron) Client"
-arch=('any')
-url="https://docs.openstack.org/python-neutronclient/latest/;
-license=('Apache')
-depends=('python-pbr' 'python-cliff' 'python-debtcollector' 'python-iso8601' 
'python-netaddr'
- 'python-osc-lib' 'python-oslo-i18n' 'python-oslo-log' 
'python-oslo-serialization'
- 'python-oslo-utils' 'python-os-client-config' 'python-keystoneauth1'
- 'python-keystoneclient' 'python-requests' 'python-simplejson')
-checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock')
-source=("https://github.com/openstack/python-neutronclient/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('12322e9f8c5adc55cbe4c35223ff8ba653d54924b33646fbc4515082073f67f4e700e9d1ae494fc4c440f6ed0fcfee1e4213708cfc72bd449d63402eb950777f')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd python-neutronclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-neutronclient-$pkgver
-  # 
https://salsa.debian.org/openstack-team/clients/python-neutronclient/-/blob/debian/ussuri/debian/rules
-  stestr run 
'neutronclient\.tests\.unit\.(?!(.*osc\.v2\.fwaas\.test_firewallrule\.TestShowFirewallRule\.test_show_filtered_by_id_or_name.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestListFirewallRule\.test_list_with_long_option.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestCreateFirewallRule\.test_create_with_no_options.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestCreateFirewallRule\.test_create_with_all_params_protocol_any.*))'
-}
-
-package() {
-  cd python-neutronclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-neutronclient/repos/community-any/PKGBUILD (from rev 1133273, 
python-neutronclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 22:54:00 UTC (rev 1133274)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-neutronclient
+pkgver=7.8.0
+pkgrel=1
+pkgdesc="OpenStack Networking (Neutron) Client"
+arch=('any')
+url="https://docs.openstack.org/python-neutronclient/latest/;
+license=('Apache')
+depends=('python-pbr' 'python-cliff' 'python-debtcollector' 'python-iso8601' 
'python-netaddr'
+ 'python-osc-lib' 'python-oslo-i18n' 'python-oslo-log' 
'python-oslo-serialization'
+ 'python-oslo-utils' 'python-os-client-config' 'python-keystoneauth1'
+ 'python-keystoneclient' 'python-requests' 'python-simplejson')
+checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock')
+source=("https://github.com/openstack/python-neutronclient/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('a6f80d67f16cc8a9f7febf630e7c1ebdbcc643dd132805f913dc0d686cf38bc786925ee5e5da324c83f112369cc1875cf9d6758d2337f77b905164ede2fabbc4')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd python-neutronclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-neutronclient-$pkgver
+  # 
https://salsa.debian.org/openstack-team/clients/python-neutronclient/-/blob/debian/ussuri/debian/rules
+  stestr run 
'neutronclient\.tests\.unit\.(?!(.*osc\.v2\.fwaas\.test_firewallrule\.TestShowFirewallRule\.test_show_filtered_by_id_or_name.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestListFirewallRule\.test_list_with_long_option.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestCreateFirewallRule\.test_create_with_no_options.*|.*osc\.v2\.fwaas\.test_firewallrule\.TestCreateFirewallRule\.test_create_with_all_params_protocol_any.*))'
+}
+
+package() {
+  cd python-neutronclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:53:49
  Author: felixonmars
Revision: 1133273

upgpkg: python-neutronclient 7.8.0-1

Modified:
  python-neutronclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 22:53:09 UTC (rev 1133272)
+++ PKGBUILD2022-02-14 22:53:49 UTC (rev 1133273)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-neutronclient
-pkgver=7.7.0
+pkgver=7.8.0
 pkgrel=1
 pkgdesc="OpenStack Networking (Neutron) Client"
 arch=('any')
@@ -14,7 +14,7 @@
  'python-keystoneclient' 'python-requests' 'python-simplejson')
 checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock')
 
source=("https://github.com/openstack/python-neutronclient/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('12322e9f8c5adc55cbe4c35223ff8ba653d54924b33646fbc4515082073f67f4e700e9d1ae494fc4c440f6ed0fcfee1e4213708cfc72bd449d63402eb950777f')
+sha512sums=('a6f80d67f16cc8a9f7febf630e7c1ebdbcc643dd132805f913dc0d686cf38bc786925ee5e5da324c83f112369cc1875cf9d6758d2337f77b905164ede2fabbc4')
 
 export PBR_VERSION=$pkgver
 



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:53:09
  Author: felixonmars
Revision: 1133272

archrelease: copy trunk to community-any

Added:
  python-pytest-subtests/repos/community-any/PKGBUILD
(from rev 1133271, python-pytest-subtests/trunk/PKGBUILD)
Deleted:
  python-pytest-subtests/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 22:52:58 UTC (rev 1133271)
+++ PKGBUILD2022-02-14 22:53:09 UTC (rev 1133272)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-subtests
-pkgver=0.5.0
-pkgrel=4
-pkgdesc='unittest subTest() support and subtests fixture'
-arch=('any')
-license=('MIT')
-url='https://github.com/pytest-dev/pytest-subtests'
-depends=('python-pytest')
-makedepends=('python-setuptools-scm')
-source=("https://github.com/pytest-dev/pytest-subtests/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e3d7e90c3ab66950eb80d25049bc6f6f75b08b3da5ce0de5f3fc55d6a176a8d1fdcb19a19f7d9d137aeadcc82b214550474f76d5611bc5592ca649ddd8257a2a')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-subtests-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pytest-subtests-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD" pytest
-}
-
-package() {
-  cd pytest-subtests-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-subtests/repos/community-any/PKGBUILD (from rev 1133271, 
python-pytest-subtests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 22:53:09 UTC (rev 1133272)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-subtests
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='unittest subTest() support and subtests fixture'
+arch=('any')
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-subtests'
+depends=('python-pytest')
+makedepends=('python-setuptools-scm')
+source=("https://github.com/pytest-dev/pytest-subtests/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('9b4fa2e1957388f0e61a13a3cce95976fb5fdea64def627c5a1bf75049a0272e82f19ed9aa117bac0d02c6fd8832f22e7cfe409694ea81920def49742142eb93')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-subtests-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytest-subtests-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD" pytest
+}
+
+package() {
+  cd pytest-subtests-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:52:58
  Author: felixonmars
Revision: 1133271

upgpkg: python-pytest-subtests 0.6.0-1

Modified:
  python-pytest-subtests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 22:52:52 UTC (rev 1133270)
+++ PKGBUILD2022-02-14 22:52:58 UTC (rev 1133271)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-subtests
-pkgver=0.5.0
-pkgrel=4
+pkgver=0.6.0
+pkgrel=1
 pkgdesc='unittest subTest() support and subtests fixture'
 arch=('any')
 license=('MIT')
@@ -10,7 +10,7 @@
 depends=('python-pytest')
 makedepends=('python-setuptools-scm')
 
source=("https://github.com/pytest-dev/pytest-subtests/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('e3d7e90c3ab66950eb80d25049bc6f6f75b08b3da5ce0de5f3fc55d6a176a8d1fdcb19a19f7d9d137aeadcc82b214550474f76d5611bc5592ca649ddd8257a2a')
+sha512sums=('9b4fa2e1957388f0e61a13a3cce95976fb5fdea64def627c5a1bf75049a0272e82f19ed9aa117bac0d02c6fd8832f22e7cfe409694ea81920def49742142eb93')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:52:52
  Author: felixonmars
Revision: 1133270

archrelease: copy trunk to community-any

Added:
  python-pytest-mypy/repos/community-any/PKGBUILD
(from rev 1133269, python-pytest-mypy/trunk/PKGBUILD)
Deleted:
  python-pytest-mypy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 22:52:41 UTC (rev 1133269)
+++ PKGBUILD2022-02-14 22:52:52 UTC (rev 1133270)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-mypy
-pkgver=0.8.1
-pkgrel=3
-pkgdesc='Mypy static type checker plugin for Pytest'
-arch=('any')
-license=('MIT')
-url='https://github.com/dbader/pytest-mypy'
-depends=('mypy' 'python-filelock' 'python-pytest')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-xdist' 'python-pexpect')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dbader/pytest-mypy/archive/v$pkgver.tar.gz;
-
$pkgname-mypy-0.9x.patch::https://github.com/dbader/pytest-mypy/commit/4b0a8bf541bd.patch)
-sha512sums=('69f6ddf605bfcd075d6780f516f2f9821675762f8fee6a3d042f450f3544d8565ea0a3a905b5dd5d560278bffc28773faba9a09554ac9758ffcc24d13e3f316e'
-
'b1afc1fe631b636692998f019d803ec751cf5476e9feeb1263ac177022bfe3fafec8423d67ba52288d2ed687fdf1159911a3d04f0556f1f919afdf6e2a262d27')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cd pytest-mypy-$pkgver
-  patch -Np1 -i ../$pkgname-mypy-0.9x.patch
-}
-
-build() {
-  cd pytest-mypy-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-mypy-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
pytest
-}
-
-package() {
-  cd pytest-mypy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-mypy/repos/community-any/PKGBUILD (from rev 1133269, 
python-pytest-mypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 22:52:52 UTC (rev 1133270)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-mypy
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Mypy static type checker plugin for Pytest'
+arch=('any')
+license=('MIT')
+url='https://github.com/dbader/pytest-mypy'
+depends=('mypy' 'python-filelock' 'python-pytest')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-xdist' 'python-pexpect')
+source=("https://github.com/dbader/pytest-mypy/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('4417d585b3e50f9c32a6b8e12f32737f3483b6a9d90df978f4fdfef7d7b4355a244e9ec6d4d25488d35651e2745173d64b7ceae313b09f9c3b2af916f097baf0')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-mypy-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-mypy-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
pytest
+}
+
+package() {
+  cd pytest-mypy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:52:41
  Author: felixonmars
Revision: 1133269

upgpkg: python-pytest-mypy 0.9.0-1

Modified:
  python-pytest-mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 22:52:10 UTC (rev 1133268)
+++ PKGBUILD2022-02-14 22:52:41 UTC (rev 1133269)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-mypy
-pkgver=0.8.1
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 pkgdesc='Mypy static type checker plugin for Pytest'
 arch=('any')
 license=('MIT')
@@ -10,18 +10,11 @@
 depends=('mypy' 'python-filelock' 'python-pytest')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-xdist' 'python-pexpect')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dbader/pytest-mypy/archive/v$pkgver.tar.gz;
-
$pkgname-mypy-0.9x.patch::https://github.com/dbader/pytest-mypy/commit/4b0a8bf541bd.patch)
-sha512sums=('69f6ddf605bfcd075d6780f516f2f9821675762f8fee6a3d042f450f3544d8565ea0a3a905b5dd5d560278bffc28773faba9a09554ac9758ffcc24d13e3f316e'
-
'b1afc1fe631b636692998f019d803ec751cf5476e9feeb1263ac177022bfe3fafec8423d67ba52288d2ed687fdf1159911a3d04f0556f1f919afdf6e2a262d27')
+source=("https://github.com/dbader/pytest-mypy/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('4417d585b3e50f9c32a6b8e12f32737f3483b6a9d90df978f4fdfef7d7b4355a244e9ec6d4d25488d35651e2745173d64b7ceae313b09f9c3b2af916f097baf0')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
-prepare() {
-  cd pytest-mypy-$pkgver
-  patch -Np1 -i ../$pkgname-mypy-0.9x.patch
-}
-
 build() {
   cd pytest-mypy-$pkgver
   python setup.py build



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:52:10
  Author: felixonmars
Revision: 1133268

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 22:51:59 UTC (rev 1133267)
+++ PKGBUILD2022-02-14 22:52:10 UTC (rev 1133268)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pyaml
-pkgver=21.8.3
-pkgrel=3
-pkgdesc="PyYAML-based module to produce pretty and readable YAML-serialized 
data"
-url="https://pypi.python.org/pypi/pyaml;
-license=('BSD')
-arch=('any')
-depends=('python-yaml')
-makedepends=('python-setuptools' 'python-yaml')
-checkdepends=('python-unidecode')
-optdepends=('python-unidecode: Needed if same-id objects or recursion is used 
within serialized data')
-source=("https://pypi.io/packages/source/p/pyaml/pyaml-$pkgver.tar.gz;)
-sha512sums=('69b1181511f7d3ac1263b710fa49b18a162e096e28414d83300bc2e9038222363cef995a0d3248387560e7066973736f9cee06b67042ee957427b4790c269653')
-
-build() {
-  cd "$srcdir"/pyaml-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/pyaml-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd pyaml-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: python-pyaml/repos/community-any/PKGBUILD (from rev 1133267, 
python-pyaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 22:52:10 UTC (rev 1133268)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pyaml
+pkgver=21.10.1
+pkgrel=1
+pkgdesc="PyYAML-based module to produce pretty and readable YAML-serialized 
data"
+url="https://pypi.python.org/pypi/pyaml;
+license=('BSD')
+arch=('any')
+depends=('python-yaml')
+makedepends=('python-setuptools' 'python-yaml')
+checkdepends=('python-unidecode')
+optdepends=('python-unidecode: Needed if same-id objects or recursion is used 
within serialized data')
+source=("https://pypi.io/packages/source/p/pyaml/pyaml-$pkgver.tar.gz;)
+sha512sums=('3a98a021856446584f079bfb7427c63feaf6fdd1bd0d809d46aa0c646b2cb9533c393ed0167240be587aad7b94209b6e5bfe2c09918b45ec9a86ad9781bdf9f2')
+
+build() {
+  cd "$srcdir"/pyaml-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/pyaml-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd pyaml-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:51:59
  Author: felixonmars
Revision: 1133267

upgpkg: python-pyaml 21.10.1-1

Modified:
  python-pyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 22:50:05 UTC (rev 1133266)
+++ PKGBUILD2022-02-14 22:51:59 UTC (rev 1133267)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pyaml
-pkgver=21.8.3
-pkgrel=3
+pkgver=21.10.1
+pkgrel=1
 pkgdesc="PyYAML-based module to produce pretty and readable YAML-serialized 
data"
 url="https://pypi.python.org/pypi/pyaml;
 license=('BSD')
@@ -12,7 +12,7 @@
 checkdepends=('python-unidecode')
 optdepends=('python-unidecode: Needed if same-id objects or recursion is used 
within serialized data')
 source=("https://pypi.io/packages/source/p/pyaml/pyaml-$pkgver.tar.gz;)
-sha512sums=('69b1181511f7d3ac1263b710fa49b18a162e096e28414d83300bc2e9038222363cef995a0d3248387560e7066973736f9cee06b67042ee957427b4790c269653')
+sha512sums=('3a98a021856446584f079bfb7427c63feaf6fdd1bd0d809d46aa0c646b2cb9533c393ed0167240be587aad7b94209b6e5bfe2c09918b45ec9a86ad9781bdf9f2')
 
 build() {
   cd "$srcdir"/pyaml-$pkgver



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:50:05
  Author: felixonmars
Revision: 1133266

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 22:49:53 UTC (rev 1133265)
+++ PKGBUILD2022-02-14 22:50:05 UTC (rev 1133266)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Caleb Maclennan 
-
-pkgname=python-pypandoc
-pkgver=1.6.4
-pkgrel=3
-pkgdesc="Thin wrapper for pandoc"
-arch=('any')
-license=('MIT')
-url="https://github.com/bebraw/pypandoc;
-depends=('pandoc')
-makedepends=('python-setuptools')
-checkdepends=('texlive-core' 'texlive-latexextra')
-source=("https://github.com/bebraw/pypandoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('f01a999040f48b858452d7de29fd0c44f7c247ff088fddfcd84ea47826327ce4572119e23a26bd929b6ff282d67974e23a61cdb5e4956ffd35af36cb991c199a')
-
-prepare() {
-  # We don't really need pip and wheel at runtime
-  sed -i "s/install_requires = .*/install_requires = ['setuptools'],/" 
pypandoc-$pkgver/setup.py
-}
-
-build() {
-  cd pypandoc-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pypandoc-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd pypandoc-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pypandoc/repos/community-any/PKGBUILD (from rev 1133265, 
python-pypandoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 22:50:05 UTC (rev 1133266)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Caleb Maclennan 
+
+pkgname=python-pypandoc
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Thin wrapper for pandoc"
+arch=('any')
+license=('MIT')
+url="https://github.com/bebraw/pypandoc;
+depends=('pandoc')
+makedepends=('python-setuptools')
+checkdepends=('texlive-core' 'texlive-latexextra')
+source=("https://github.com/bebraw/pypandoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('41369c31392e1bae39545ab3d8e81060637f436bcdf6b59bac0071dede5890d9460485ae371509b9c0c7e334c3973ba2ba8b0906f2314420e787f0f9ff356239')
+
+prepare() {
+  # We don't really need pip and wheel at runtime
+  sed -i "s/install_requires = .*/install_requires = ['setuptools'],/" 
pypandoc-$pkgver/setup.py
+}
+
+build() {
+  cd pypandoc-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pypandoc-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd pypandoc-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:49:53
  Author: felixonmars
Revision: 1133265

upgpkg: python-pypandoc 1.7.0-1

Modified:
  python-pypandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 22:48:03 UTC (rev 1133264)
+++ PKGBUILD2022-02-14 22:49:53 UTC (rev 1133265)
@@ -2,8 +2,8 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=python-pypandoc
-pkgver=1.6.4
-pkgrel=3
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="Thin wrapper for pandoc"
 arch=('any')
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('texlive-core' 'texlive-latexextra')
 
source=("https://github.com/bebraw/pypandoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('f01a999040f48b858452d7de29fd0c44f7c247ff088fddfcd84ea47826327ce4572119e23a26bd929b6ff282d67974e23a61cdb5e4956ffd35af36cb991c199a')
+sha512sums=('41369c31392e1bae39545ab3d8e81060637f436bcdf6b59bac0071dede5890d9460485ae371509b9c0c7e334c3973ba2ba8b0906f2314420e787f0f9ff356239')
 
 prepare() {
   # We don't really need pip and wheel at runtime



[arch-commits] Commit in jenkins/repos/community-any (14 files)

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:48:03
  Author: felixonmars
Revision: 1133264

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 1133263, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 1133263, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 1133263, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 1133263, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 1133263, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 1133263, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 1133263, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-02-14 22:47:36 UTC (rev 1133263)
+++ LICENSE 2022-02-14 22:48:03 UTC (rev 1133264)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 1133263, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-02-14 22:48:03 UTC (rev 1133264)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 22:47:36 UTC (rev 1133263)
+++ PKGBUILD2022-02-14 22:48:03 UTC (rev 1133264)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.333
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:47:36
  Author: felixonmars
Revision: 1133263

upgpkg: jenkins 2.334-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 22:47:00 UTC (rev 1133262)
+++ PKGBUILD2022-02-14 22:47:36 UTC (rev 1133263)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.333
+pkgver=2.334
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('2e00317a1528f32d04c029423298f9698a846dd608567cc4409af4289df90c29c3b637bd528995795f2be79eea354ee929d244432acd5e5d99bbd75b709096cc'
+sha512sums=('bed2b70efab177f8c56ff3f9eb4af8821038b1b4a3f996772d0725494cc9a335e97f24182f9467f5363b31c46127a393cfcc48eed52368773836a06b82e0'
 
'7a81b2fd0ce91da42bacf35615fd7cb0352a0316b78b41fe180ba531848ca85b1f1df1573ab5707d9aebb36bacc51c81bc200f80cf41f1d1903309c1478d50f8'
 
'320e3d7bcdb78861e829e97be3ec37b8f1846737032ba70f624dfc5be86569d527279f53654a4a22d78b816ff1b07df429725a1d0a8059d44900d1095d1189ab'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:47:00
  Author: felixonmars
Revision: 1133262

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 22:46:48 UTC (rev 1133261)
+++ PKGBUILD2022-02-14 22:47:00 UTC (rev 1133262)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-testflo
-pkgver=1.4.7
-pkgrel=1
-pkgdesc="A simple flow-based testing framework"
-url="https://github.com/OpenMDAO/testflo;
-license=('Apache')
-arch=('any')
-depends=('python-coverage')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz;)
-sha512sums=('17abb5f333c374e6d388fb52da91029df3dcbde837e7be9feab8b3009837c7963b95e87aca7ecc1b5146f2cffd8217c0d177704b3322b563069c63d4813eb174')
-
-prepare() {
-  cd testflo-$pkgver
-  sed -i 's/coverage<5.0/coverage/' setup.py
-}
-
-build() {
-  cd testflo-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd testflo-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-testflo/repos/community-any/PKGBUILD (from rev 1133261, 
python-testflo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 22:47:00 UTC (rev 1133262)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-testflo
+pkgver=1.4.8
+pkgrel=1
+pkgdesc="A simple flow-based testing framework"
+url="https://github.com/OpenMDAO/testflo;
+license=('Apache')
+arch=('any')
+depends=('python-coverage')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz;)
+sha512sums=('0c69661cd136b155425229404c742e1630c67429046190ef75c01178e4d1b7cab30421da5aa24aef5afa8e0d33f039b36bb26b4d16b52d32592ace324d1f8f02')
+
+prepare() {
+  cd testflo-$pkgver
+  sed -i 's/coverage<5.0/coverage/' setup.py
+}
+
+build() {
+  cd testflo-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd testflo-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2022-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 14, 2022 @ 22:46:48
  Author: felixonmars
Revision: 1133261

upgpkg: python-testflo 1.4.8-1

Modified:
  python-testflo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 21:37:07 UTC (rev 1133260)
+++ PKGBUILD2022-02-14 22:46:48 UTC (rev 1133261)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-testflo
-pkgver=1.4.7
+pkgver=1.4.8
 pkgrel=1
 pkgdesc="A simple flow-based testing framework"
 url="https://github.com/OpenMDAO/testflo;
@@ -10,7 +10,7 @@
 depends=('python-coverage')
 makedepends=('python-setuptools')
 source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz;)
-sha512sums=('17abb5f333c374e6d388fb52da91029df3dcbde837e7be9feab8b3009837c7963b95e87aca7ecc1b5146f2cffd8217c0d177704b3322b563069c63d4813eb174')
+sha512sums=('0c69661cd136b155425229404c742e1630c67429046190ef75c01178e4d1b7cab30421da5aa24aef5afa8e0d33f039b36bb26b4d16b52d32592ace324d1f8f02')
 
 prepare() {
   cd testflo-$pkgver



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

2022-02-14 Thread Alexander Epaneshnikov via arch-commits
Date: Monday, February 14, 2022 @ 21:37:07
  Author: alex19ep
Revision: 1133260

archrelease: copy trunk to community-any

Added:
  bitwarden-cli/repos/community-any/PKGBUILD
(from rev 1133259, bitwarden-cli/trunk/PKGBUILD)
Deleted:
  bitwarden-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 21:37:03 UTC (rev 1133259)
+++ PKGBUILD2022-02-14 21:37:07 UTC (rev 1133260)
@@ -1,54 +0,0 @@
-# Maintainer: Alexander Epaneshnikov 
-# Contributor: libertylocked 
-
-pkgname=bitwarden-cli
-pkgver=1.21.0
-pkgrel=2
-pkgdesc="The command line vault"
-arch=('any')
-url="https://github.com/bitwarden/cli;
-license=('GPL3')
-depends=('nodejs>=16')
-makedepends=('git' 'npm' 'modclean')
-options=(!emptydirs)
-source=(bitwarden-cli::git+https://github.com/bitwarden/cli.git#tag=v${pkgver}
-bitwarden-jslib::git+https://github.com/bitwarden/jslib.git)
-sha512sums=('SKIP'
-'SKIP')
-
-prepare() {
-   cd bitwarden-cli
-   # Link jslib
-   git submodule init
-   git config submodule.jslib.url "$srcdir/bitwarden-jslib"
-   git submodule update
-}
-
-build() {
-   cd bitwarden-cli
-   export npm_config_cache="$srcdir/npm_cache"
-   npm install
-   npm run build
-   npm run clean
-   node ./build/bw.js completion --shell zsh > _bw
-}
-
-package() {
-   cd bitwarden-cli
-   npm install --production -g --prefix "$pkgdir"/usr $(npm pack . | tail 
-1)
-
-   # Non-deterministic race in npm gives 777 permissions to random 
directories.
-   # See https://github.com/npm/npm/issues/9359 for details.
-   chmod -R u=rwX,go=rX "$pkgdir"
-   # npm gives ownership of ALL FILES to build user
-   # https://bugs.archlinux.org/task/63396
-   chown -R root:root "${pkgdir}"
-
-   # package zsh completions
-   install -vDm644 _bw -t "${pkgdir}/usr/share/zsh/site-functions"
-
-   # cleanup
-   sed -e "s|${srcdir}|/|" -i 
"$pkgdir"/usr/lib/node_modules/@bitwarden/cli/package.json
-   find "$pkgdir"/usr/lib/node_modules -name 'package.json' -exec sed -e 
"s|${srcdir}||" -i {} \;
-   modclean --path "$pkgdir"/usr/lib -r -a 
"*.ts,.bin,.github,.vscode,bin.js" --ignore='license'
-}

Copied: bitwarden-cli/repos/community-any/PKGBUILD (from rev 1133259, 
bitwarden-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 21:37:07 UTC (rev 1133260)
@@ -0,0 +1,54 @@
+# Maintainer: Alexander Epaneshnikov 
+# Contributor: libertylocked 
+
+pkgname=bitwarden-cli
+pkgver=1.21.1
+pkgrel=1
+pkgdesc="The command line vault"
+arch=('any')
+url="https://github.com/bitwarden/cli;
+license=('GPL3')
+depends=('nodejs>=16')
+makedepends=('git' 'npm' 'modclean')
+options=(!emptydirs)
+source=(bitwarden-cli::git+https://github.com/bitwarden/cli.git#tag=v${pkgver}
+bitwarden-jslib::git+https://github.com/bitwarden/jslib.git)
+sha512sums=('SKIP'
+'SKIP')
+
+prepare() {
+   cd bitwarden-cli
+   # Link jslib
+   git submodule init
+   git config submodule.jslib.url "$srcdir/bitwarden-jslib"
+   git submodule update
+}
+
+build() {
+   cd bitwarden-cli
+   export npm_config_cache="$srcdir/npm_cache"
+   npm install
+   npm run build
+   npm run clean
+   node ./build/bw.js completion --shell zsh > _bw
+}
+
+package() {
+   cd bitwarden-cli
+   npm install --production -g --prefix "$pkgdir"/usr $(npm pack . | tail 
-1)
+
+   # Non-deterministic race in npm gives 777 permissions to random 
directories.
+   # See https://github.com/npm/npm/issues/9359 for details.
+   chmod -R u=rwX,go=rX "$pkgdir"
+   # npm gives ownership of ALL FILES to build user
+   # https://bugs.archlinux.org/task/63396
+   chown -R root:root "${pkgdir}"
+
+   # package zsh completions
+   install -vDm644 _bw -t "${pkgdir}/usr/share/zsh/site-functions"
+
+   # cleanup
+   sed -e "s|${srcdir}|/|" -i 
"$pkgdir"/usr/lib/node_modules/@bitwarden/cli/package.json
+   find "$pkgdir"/usr/lib/node_modules -name 'package.json' -exec sed -e 
"s|${srcdir}||" -i {} \;
+   modclean --path "$pkgdir"/usr/lib -r -a 
"*.ts,.bin,.github,.vscode,bin.js" --ignore='license'
+}



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

2022-02-14 Thread Alexander Epaneshnikov via arch-commits
Date: Monday, February 14, 2022 @ 21:37:03
  Author: alex19ep
Revision: 1133259

upgpkg: bitwarden-cli 1.21.1-1 upstream release

Modified:
  bitwarden-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 20:51:36 UTC (rev 1133258)
+++ PKGBUILD2022-02-14 21:37:03 UTC (rev 1133259)
@@ -2,8 +2,8 @@
 # Contributor: libertylocked 
 
 pkgname=bitwarden-cli
-pkgver=1.21.0
-pkgrel=2
+pkgver=1.21.1
+pkgrel=1
 pkgdesc="The command line vault"
 arch=('any')
 url="https://github.com/bitwarden/cli;



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

2022-02-14 Thread Frederik Schwan via arch-commits
Date: Monday, February 14, 2022 @ 20:51:36
  Author: freswa
Revision: 1133258

archrelease: copy trunk to community-x86_64

Added:
  libomemo/repos/community-x86_64/PKGBUILD
(from rev 1133257, libomemo/trunk/PKGBUILD)
Deleted:
  libomemo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 20:51:35 UTC (rev 1133257)
+++ PKGBUILD2022-02-14 20:51:36 UTC (rev 1133258)
@@ -1,27 +0,0 @@
-# Maintainer: Frederik Schwan 
-
-pkgname=libomemo
-pkgver=0.7.1
-pkgrel=3
-pkgdesc='Implementation of OMEMO (XEP-0384) in C'
-arch=('x86_64')
-url='https://github.com/gkdr/libomemo'
-license=('MIT')
-depends=('sqlite' 'libgcrypt' 'mxml' 'glib2')
-provides=('libomemo.so')
-source=("https://github.com/gkdr/libomemo/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('a3909650e399075f62026bd048a667a276a6cd7197ac18ddf9e3c12f57e5fd9cb2f5532ba69d0836af87e1415a5ffdc1746cf90a596dcf255265a64e921f039d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX="/usr"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  chmod a+x "${pkgdir}"/usr/lib/libomemo.so.${pkgver}
-  ln -sf libomemo.so.${pkgver} "${pkgdir}"/usr/lib/libomemo.so
-  ln -sf libomemo.so.${pkgver} "${pkgdir}"/usr/lib/libomemo.so.${pkgver%%.*}
-  install -Dm644 -t "${pkgdir}"/usr/share/licenses/${pkgname} LICENSE
-}

Copied: libomemo/repos/community-x86_64/PKGBUILD (from rev 1133257, 
libomemo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 20:51:36 UTC (rev 1133258)
@@ -0,0 +1,27 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=libomemo
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Implementation of OMEMO (XEP-0384) in C'
+arch=('x86_64')
+url='https://github.com/gkdr/libomemo'
+license=('MIT')
+depends=('sqlite' 'libgcrypt' 'mxml' 'glib2')
+provides=('libomemo.so')
+source=("https://github.com/gkdr/libomemo/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+b2sums=('9b1321f16425fcecf963e187c5b686986e6bb01255c78042ea64e48d2c75a06729d1ad6e6b26d62d191e7d99305b7a8f1e07078221c6d14a12f587bf0743')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX="/usr"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  chmod a+x "${pkgdir}"/usr/lib/libomemo.so.${pkgver}
+  ln -sf libomemo.so.${pkgver} "${pkgdir}"/usr/lib/libomemo.so
+  ln -sf libomemo.so.${pkgver} "${pkgdir}"/usr/lib/libomemo.so.${pkgver%%.*}
+  install -Dm644 -t "${pkgdir}"/usr/share/licenses/${pkgname} LICENSE
+}



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

2022-02-14 Thread Frederik Schwan via arch-commits
Date: Monday, February 14, 2022 @ 20:51:35
  Author: freswa
Revision: 1133257

upgpkg: libomemo 0.8.0-1

Modified:
  libomemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 20:44:56 UTC (rev 1133256)
+++ PKGBUILD2022-02-14 20:51:35 UTC (rev 1133257)
@@ -1,8 +1,8 @@
 # Maintainer: Frederik Schwan 
 
 pkgname=libomemo
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
 pkgdesc='Implementation of OMEMO (XEP-0384) in C'
 arch=('x86_64')
 url='https://github.com/gkdr/libomemo'
@@ -10,7 +10,7 @@
 depends=('sqlite' 'libgcrypt' 'mxml' 'glib2')
 provides=('libomemo.so')
 
source=("https://github.com/gkdr/libomemo/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('a3909650e399075f62026bd048a667a276a6cd7197ac18ddf9e3c12f57e5fd9cb2f5532ba69d0836af87e1415a5ffdc1746cf90a596dcf255265a64e921f039d')
+b2sums=('9b1321f16425fcecf963e187c5b686986e6bb01255c78042ea64e48d2c75a06729d1ad6e6b26d62d191e7d99305b7a8f1e07078221c6d14a12f587bf0743')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in (amtk)

2022-02-14 Thread Jan Steffens via arch-commits
Date: Monday, February 14, 2022 @ 20:45:12
  Author: heftig
Revision: 437328

extra2community: Moving amtk from extra to community

Deleted:
  amtk/



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

2022-02-14 Thread Jan Steffens via arch-commits
Date: Monday, February 14, 2022 @ 20:44:56
  Author: heftig
Revision: 1133256

archrelease: copy trunk to community-x86_64

Added:
  amtk/repos/community-x86_64/
  amtk/repos/community-x86_64/PKGBUILD
(from rev 1133255, amtk/trunk/PKGBUILD)

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

Copied: amtk/repos/community-x86_64/PKGBUILD (from rev 1133255, 
amtk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-02-14 20:44:56 UTC (rev 1133256)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=amtk
+pkgver=5.3.1
+pkgrel=1
+pkgdesc="Actions, Menus and Toolbars Kit for GTK+ applications"
+url="https://wiki.gnome.org/Projects/Amtk;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(meson git gobject-introspection gtk-doc)
+_commit=29f7889b67bdebbd8c3119f1d48d44fafa413c99  # tags/5.3.1^0
+source=("git+https://gitlab.gnome.org/GNOME/amtk.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libgtk-3.so)
+  provides+=("libamtk-${pkgver%%.*}.so")
+
+  DESTDIR="$pkgdir" meson install -C build
+}



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

2022-02-14 Thread Jan Steffens via arch-commits
Date: Monday, February 14, 2022 @ 20:44:54
  Author: heftig
Revision: 1133255

extra2community: Moving amtk from extra to community

Added:
  amtk/
  amtk/repos/
  amtk/trunk/
  amtk/trunk/PKGBUILD

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

Added: amtk/trunk/PKGBUILD
===
--- amtk/trunk/PKGBUILD (rev 0)
+++ amtk/trunk/PKGBUILD 2022-02-14 20:44:54 UTC (rev 1133255)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=amtk
+pkgver=5.3.1
+pkgrel=1
+pkgdesc="Actions, Menus and Toolbars Kit for GTK+ applications"
+url="https://wiki.gnome.org/Projects/Amtk;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(meson git gobject-introspection gtk-doc)
+_commit=29f7889b67bdebbd8c3119f1d48d44fafa413c99  # tags/5.3.1^0
+source=("git+https://gitlab.gnome.org/GNOME/amtk.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libgtk-3.so)
+  provides+=("libamtk-${pkgver%%.*}.so")
+
+  DESTDIR="$pkgdir" meson install -C build
+}



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

2022-02-14 Thread David Runge via arch-commits
Date: Monday, February 14, 2022 @ 20:42:14
  Author: dvzrv
Revision: 1133254

archrelease: copy trunk to community-testing-any

Added:
  python-pynitrokey/repos/community-testing-any/PKGBUILD
(from rev 1133253, python-pynitrokey/trunk/PKGBUILD)
  
python-pynitrokey/repos/community-testing-any/python-pynitrokey-0.4.16-remove_spsdk.patch
(from rev 1133253, 
python-pynitrokey/trunk/python-pynitrokey-0.4.16-remove_spsdk.patch)
Deleted:
  python-pynitrokey/repos/community-testing-any/PKGBUILD

-+
 PKGBUILD|   73 ++
 python-pynitrokey-0.4.16-remove_spsdk.patch |   40 ++
 2 files changed, 80 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 20:40:59 UTC (rev 1133253)
+++ PKGBUILD2022-02-14 20:42:14 UTC (rev 1133254)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.16
-pkgrel=2
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-depends=(python-cbor python-cffi python-click python-cryptography
-python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
-python-pyusb python-requests python-spsdk python-tqdm python-urllib3)
-makedepends=(git python-build python-flit python-install)
-source=(
-  "git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;
-)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-build() {
-  cd "${_name}"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd "${_name}"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-testing-any/PKGBUILD (from rev 
1133253, python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 20:42:14 UTC (rev 1133254)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.16
+pkgrel=3
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+depends=(python-cbor python-cffi python-click python-cryptography
+python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
+python-pyusb python-requests python-tqdm python-urllib3)
+makedepends=(git python-build python-flit python-install)
+source=(
+  "git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;
+  $pkgname-0.4.16-remove_spsdk.patch
+)
+sha512sums=('SKIP'
+
'4f5abd730bf6c23f69e8d2252b97e729273a0d48fe85708f9ea623afc10ef0d9ac07b25d17479edc3e7da70af0fe3956b4ecf93f3af69392f57974c6b3f76d94')
+b2sums=('SKIP'
+
'133d8770ec99db1ead4e9d175ec84ad229dd8e94c0772f2406e63d6cabf372446ba76814f7f71fc10ba3128ae0be6b5a68e859bf768be44c70ed8b87d12014b9')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+prepare() {
+  cd $_name
+  patch -Np1 -i ../$pkgname-0.4.16-remove_spsdk.patch
+}
+build() {
+  cd $_name
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_name
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: 
python-pynitrokey/repos/community-testing-any/python-pynitrokey-0.4.16-remove_spsdk.patch
 (from rev 1133253, 
python-pynitrokey/trunk/python-pynitrokey-0.4.16-remove_spsdk.patch)
===
--- python-pynitrokey-0.4.16-remove_spsdk.patch (rev 0)
+++ python-pynitrokey-0.4.16-remove_spsdk.patch 2022-02-14 20:42:14 UTC (rev 
1133254)
@@ -0,0 +1,40 @@
+diff --git i/pynitrokey/cli/__init__.py w/pynitrokey/cli/__init__.py
+index dc27289..034cd60 100644
+--- i/pynitrokey/cli/__init__.py
 w/pynitrokey/cli/__init__.py
+@@ -18,7 +18,6 @@ import pynitrokey
+ import pynitrokey.fido2.operations
+ from pynitrokey.cli.fido2 import fido2
+ from pynitrokey.cli.nethsm import nethsm
+-from pynitrokey.cli.nk3 import nk3
+ from pynitrokey.cli.pro import pro
+ from pynitrokey.cli.start import start
+ from pynitrokey.cli.storage import storage
+@@ -58,7 +57,6 @@ def nitropy():
+ 
+ nitropy.add_command(fido2)
+ nitropy.add_command(nethsm)
+-nitropy.add_command(nk3)
+ nitropy.add_command(start)
+ nitropy.add_command(storage)
+ nitropy.add_command(pro)
+@@ -76,7 

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

2022-02-14 Thread Jan Steffens via arch-commits
Date: Monday, February 14, 2022 @ 20:41:54
  Author: heftig
Revision: 437243

archrelease: copy trunk to extra-x86_64

Added:
  genius/repos/extra-x86_64/PKGBUILD
(from rev 437242, genius/trunk/PKGBUILD)
Deleted:
  genius/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 20:41:21 UTC (rev 437242)
+++ PKGBUILD2022-02-14 20:41:54 UTC (rev 437243)
@@ -1,31 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Arjan Timmerman 
-
-pkgname=genius
-pkgver=1.0.27
-pkgrel=1
-pkgdesc="Advanced calculator including a mathematical programming language"
-arch=('x86_64')
-license=('GPL')
-url="https://www.jirka.org/genius.html;
-depends=('mpfr' 'glib2' 'hicolor-icon-theme' 'gtk3' 'amtk' 'vte3' 
'gtksourceview4')
-makedepends=('intltool' 'gtk-update-icon-cache' 'python')
-options=('!makeflags')
-source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0243b7c36b5f9e930c62778acd52deb188deeca704a5e195337018435d9e7bb5')
-
-build() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/genius \
-  --localstatedir=/var --disable-static \
-  --disable-update-mimedb
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: genius/repos/extra-x86_64/PKGBUILD (from rev 437242, 
genius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 20:41:54 UTC (rev 437243)
@@ -0,0 +1,34 @@
+# Contributor: Jan de Groot 
+# Contributor: Arjan Timmerman 
+
+pkgname=genius
+pkgver=1.0.27
+pkgrel=2
+pkgdesc="Advanced calculator including a mathematical programming language"
+url="https://www.jirka.org/genius.html;
+arch=('x86_64')
+license=('GPL')
+depends=('mpfr' 'glib2' 'hicolor-icon-theme' 'gtk3' 'vte3' 'gtksourceview4')
+makedepends=('intltool' 'gtk-update-icon-cache' 'python')
+source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0243b7c36b5f9e930c62778acd52deb188deeca704a5e195337018435d9e7bb5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/genius \
+  --localstatedir=/var --disable-static \
+  --disable-update-mimedb
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



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

2022-02-14 Thread David Runge via arch-commits
Date: Monday, February 14, 2022 @ 20:40:59
  Author: dvzrv
Revision: 1133253

archrelease: copy trunk to community-any

Added:
  python-pynitrokey/repos/community-any/PKGBUILD
(from rev 1133252, python-pynitrokey/trunk/PKGBUILD)
  
python-pynitrokey/repos/community-any/python-pynitrokey-0.4.16-remove_spsdk.patch
(from rev 1133252, 
python-pynitrokey/trunk/python-pynitrokey-0.4.16-remove_spsdk.patch)
Deleted:
  python-pynitrokey/repos/community-any/PKGBUILD
  
python-pynitrokey/repos/community-any/python-pynitrokey-0.4.15-remove_spsdk.patch

-+
 PKGBUILD|   82 --
 python-pynitrokey-0.4.15-remove_spsdk.patch |   40 
 python-pynitrokey-0.4.16-remove_spsdk.patch |   40 
 3 files changed, 80 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 20:40:51 UTC (rev 1133252)
+++ PKGBUILD2022-02-14 20:40:59 UTC (rev 1133253)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pynitrokey
-pkgname=python-pynitrokey
-pkgver=0.4.16
-pkgrel=1
-pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
-arch=(any)
-url="https://github.com/Nitrokey/pynitrokey;
-license=(Apache)
-depends=(python-cbor python-cffi python-click python-cryptography
-python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
-python-pyusb python-requests python-tqdm python-urllib3)
-makedepends=(git python-build python-flit python-install)
-source=(
-  "git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;
-  "${pkgname}-0.4.15-remove_spsdk.patch"
-)
-sha512sums=('SKIP'
-
'4f5abd730bf6c23f69e8d2252b97e729273a0d48fe85708f9ea623afc10ef0d9ac07b25d17479edc3e7da70af0fe3956b4ecf93f3af69392f57974c6b3f76d94')
-b2sums=('SKIP'
-
'133d8770ec99db1ead4e9d175ec84ad229dd8e94c0772f2406e63d6cabf372446ba76814f7f71fc10ba3128ae0be6b5a68e859bf768be44c70ed8b87d12014b9')
-validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
-
-prepare() {
-  cd "${_name}"
-  # remove nitrokey3 support for now, until spsdk is packaged: 
https://github.com/Nitrokey/pynitrokey/issues/162
-  patch -Np1 -i ../"${pkgname}-0.4.15-remove_spsdk.patch"
-}
-
-build() {
-  cd "${_name}"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd "${_name}"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-  # https://github.com/FFY00/python-install/pull/6
-  chmod +x "$pkgdir"/usr/bin/*
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pynitrokey/repos/community-any/PKGBUILD (from rev 1133252, 
python-pynitrokey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 20:40:59 UTC (rev 1133253)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=pynitrokey
+pkgname=python-pynitrokey
+pkgver=0.4.16
+pkgrel=3
+pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
+arch=(any)
+url="https://github.com/Nitrokey/pynitrokey;
+license=(Apache)
+depends=(python-cbor python-cffi python-click python-cryptography
+python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
+python-pyusb python-requests python-tqdm python-urllib3)
+makedepends=(git python-build python-flit python-install)
+source=(
+  "git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;
+  $pkgname-0.4.16-remove_spsdk.patch
+)
+sha512sums=('SKIP'
+
'4f5abd730bf6c23f69e8d2252b97e729273a0d48fe85708f9ea623afc10ef0d9ac07b25d17479edc3e7da70af0fe3956b4ecf93f3af69392f57974c6b3f76d94')
+b2sums=('SKIP'
+
'133d8770ec99db1ead4e9d175ec84ad229dd8e94c0772f2406e63d6cabf372446ba76814f7f71fc10ba3128ae0be6b5a68e859bf768be44c70ed8b87d12014b9')
+validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
+
+prepare() {
+  cd $_name
+  patch -Np1 -i ../$pkgname-0.4.16-remove_spsdk.patch
+}
+build() {
+  cd $_name
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_name
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Deleted: python-pynitrokey-0.4.15-remove_spsdk.patch
===
--- python-pynitrokey-0.4.15-remove_spsdk.patch 2022-02-14 20:40:51 UTC (rev 
1133252)
+++ python-pynitrokey-0.4.15-remove_spsdk.patch 2022-02-14 20:40:59 UTC (rev 
1133253)
@@ -1,40 +0,0 @@
-diff --git i/pynitrokey/cli/__init__.py w/pynitrokey/cli/__init__.py
-index dc27289..034cd60 100644
 i/pynitrokey/cli/__init__.py
-+++ w/pynitrokey/cli/__init__.py
-@@ -18,7 +18,6 @@ import pynitrokey
- 

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

2022-02-14 Thread David Runge via arch-commits
Date: Monday, February 14, 2022 @ 20:40:51
  Author: dvzrv
Revision: 1133252

upgpkg: python-pynitrokey 0.4.16-3: Rebuild to remove python-spsdk from depends 
again.

Python-spsdk requires the use of python-libusbsio, which bundles proprietary 
shared libaries.
https://github.com/NXPmicro/spsdk/issues/36

Added:
  python-pynitrokey/trunk/python-pynitrokey-0.4.16-remove_spsdk.patch
Modified:
  python-pynitrokey/trunk/PKGBUILD

-+
 PKGBUILD|   19 
 python-pynitrokey-0.4.16-remove_spsdk.patch |   40 ++
 2 files changed, 53 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 20:36:37 UTC (rev 1133251)
+++ PKGBUILD2022-02-14 20:40:51 UTC (rev 1133252)
@@ -3,7 +3,7 @@
 _name=pynitrokey
 pkgname=python-pynitrokey
 pkgver=0.4.16
-pkgrel=2
+pkgrel=3
 pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
 arch=(any)
 url="https://github.com/Nitrokey/pynitrokey;
@@ -10,22 +10,29 @@
 license=(Apache)
 depends=(python-cbor python-cffi python-click python-cryptography
 python-dateutil python-ecdsa python-fido2 python-intelhex python-nkdfu
-python-pyusb python-requests python-spsdk python-tqdm python-urllib3)
+python-pyusb python-requests python-tqdm python-urllib3)
 makedepends=(git python-build python-flit python-install)
 source=(
   "git+https://github.com/nitrokey/pynitrokey#tag=v${pkgver}.nitrokey?signed;
+  $pkgname-0.4.16-remove_spsdk.patch
 )
-sha512sums=('SKIP')
-b2sums=('SKIP')
+sha512sums=('SKIP'
+
'4f5abd730bf6c23f69e8d2252b97e729273a0d48fe85708f9ea623afc10ef0d9ac07b25d17479edc3e7da70af0fe3956b4ecf93f3af69392f57974c6b3f76d94')
+b2sums=('SKIP'
+
'133d8770ec99db1ead4e9d175ec84ad229dd8e94c0772f2406e63d6cabf372446ba76814f7f71fc10ba3128ae0be6b5a68e859bf768be44c70ed8b87d12014b9')
 validpgpkeys=(868184069239FF65DE0BCD7DD9BAE35991DE5B22)  # Szczepan Zalega 
(Nitrokey) 
 
+prepare() {
+  cd $_name
+  patch -Np1 -i ../$pkgname-0.4.16-remove_spsdk.patch
+}
 build() {
-  cd "${_name}"
+  cd $_name
   python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 package() {
-  cd "${_name}"
+  cd $_name
   python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
   # https://github.com/FFY00/python-install/pull/6
   chmod +x "$pkgdir"/usr/bin/*

Added: python-pynitrokey-0.4.16-remove_spsdk.patch
===
--- python-pynitrokey-0.4.16-remove_spsdk.patch (rev 0)
+++ python-pynitrokey-0.4.16-remove_spsdk.patch 2022-02-14 20:40:51 UTC (rev 
1133252)
@@ -0,0 +1,40 @@
+diff --git i/pynitrokey/cli/__init__.py w/pynitrokey/cli/__init__.py
+index dc27289..034cd60 100644
+--- i/pynitrokey/cli/__init__.py
 w/pynitrokey/cli/__init__.py
+@@ -18,7 +18,6 @@ import pynitrokey
+ import pynitrokey.fido2.operations
+ from pynitrokey.cli.fido2 import fido2
+ from pynitrokey.cli.nethsm import nethsm
+-from pynitrokey.cli.nk3 import nk3
+ from pynitrokey.cli.pro import pro
+ from pynitrokey.cli.start import start
+ from pynitrokey.cli.storage import storage
+@@ -58,7 +57,6 @@ def nitropy():
+ 
+ nitropy.add_command(fido2)
+ nitropy.add_command(nethsm)
+-nitropy.add_command(nk3)
+ nitropy.add_command(start)
+ nitropy.add_command(storage)
+ nitropy.add_command(pro)
+@@ -76,7 +74,6 @@ nitropy.add_command(version)
+ def _list():
+ fido2.commands["list"].callback()
+ start.commands["list"].callback()
+-nk3.commands["list"].callback()
+ 
+ 
+ @click.command()
+diff --git i/pyproject.toml w/pyproject.toml
+index 36d76e4..87ae2e3 100644
+--- i/pyproject.toml
 w/pyproject.toml
+@@ -32,7 +32,6 @@ dependencies = [
+   "python-dateutil",
+   "pyusb",
+   "requests",
+-  "spsdk >=1.6.0",
+   "tqdm",
+   "urllib3",
+ ]



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

2022-02-14 Thread Antonio Rojas via arch-commits
Date: Monday, February 14, 2022 @ 20:40:47
  Author: arojas
Revision: 437241

archrelease: copy trunk to extra-x86_64

Added:
  exempi/repos/extra-x86_64/PKGBUILD
(from rev 437240, exempi/trunk/PKGBUILD)
Deleted:
  exempi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 20:40:39 UTC (rev 437240)
+++ PKGBUILD2022-02-14 20:40:47 UTC (rev 437241)
@@ -1,43 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: André Klitzing 
-
-pkgname=exempi
-pkgver=2.5.2
-pkgrel=1
-pkgdesc="A library to parse XMP metadata"
-url="https://libopenraw.freedesktop.org/wiki/Exempi;
-arch=(x86_64)
-license=(custom:BSD)
-depends=(gcc-libs expat zlib)
-makedepends=(boost git autoconf-archive)
-_commit=8db317ecaaf0df53f77091df704b8f1f9858d51a
-source=("git+https://anongit.freedesktop.org/git/exempi#commit=$_commit;)
-sha256sums=('SKIP')
-validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr # --disable-static
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: exempi/repos/extra-x86_64/PKGBUILD (from rev 437240, 
exempi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 20:40:47 UTC (rev 437241)
@@ -0,0 +1,34 @@
+# Maintainer:
+# Contributor: Jan de Groot 
+# Contributor: André Klitzing 
+
+pkgname=exempi
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="A library to parse XMP metadata"
+url="https://libopenraw.freedesktop.org/wiki/Exempi;
+arch=(x86_64)
+license=(custom:BSD)
+depends=(gcc-libs expat zlib)
+makedepends=(boost)
+source=(https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('072451ac1e0dc97ed69a2e5bfc235fd94fe093d837f65584d0e3581af5db18cd'
+'SKIP')
+validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr # --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-02-14 Thread Antonio Rojas via arch-commits
Date: Monday, February 14, 2022 @ 20:40:39
  Author: arojas
Revision: 437240

Update to 2.6.1

Modified:
  exempi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 20:40:15 UTC (rev 437239)
+++ PKGBUILD2022-02-14 20:40:39 UTC (rev 437240)
@@ -1,8 +1,9 @@
-# Maintainer: Jan de Groot 
+# Maintainer:
+# Contributor: Jan de Groot 
 # Contributor: André Klitzing 
 
 pkgname=exempi
-pkgver=2.5.2
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="A library to parse XMP metadata"
 url="https://libopenraw.freedesktop.org/wiki/Exempi;
@@ -9,35 +10,25 @@
 arch=(x86_64)
 license=(custom:BSD)
 depends=(gcc-libs expat zlib)
-makedepends=(boost git autoconf-archive)
-_commit=8db317ecaaf0df53f77091df704b8f1f9858d51a
-source=("git+https://anongit.freedesktop.org/git/exempi#commit=$_commit;)
-sha256sums=('SKIP')
+makedepends=(boost)
+source=(https://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('072451ac1e0dc97ed69a2e5bfc235fd94fe093d837f65584d0e3581af5db18cd'
+'SKIP')
 validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr # --disable-static
   make
 }
 
 check() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make check
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



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

2022-02-14 Thread Jan Steffens via arch-commits
Date: Monday, February 14, 2022 @ 20:40:15
  Author: heftig
Revision: 437239

1.0.27-2: whoops, bump

Modified:
  genius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 20:40:01 UTC (rev 437238)
+++ PKGBUILD2022-02-14 20:40:15 UTC (rev 437239)
@@ -3,7 +3,7 @@
 
 pkgname=genius
 pkgver=1.0.27
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced calculator including a mathematical programming language"
 url="https://www.jirka.org/genius.html;
 arch=('x86_64')



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

2022-02-14 Thread Jan Steffens via arch-commits
Date: Monday, February 14, 2022 @ 20:40:01
  Author: heftig
Revision: 437238

1.0.27-1: remove unnnecessary amtk dep

Modified:
  genius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 20:38:39 UTC (rev 437237)
+++ PKGBUILD2022-02-14 20:40:01 UTC (rev 437238)
@@ -1,4 +1,4 @@
-# Maintainer: Jan de Groot 
+# Contributor: Jan de Groot 
 # Contributor: Arjan Timmerman 
 
 pkgname=genius
@@ -5,18 +5,21 @@
 pkgver=1.0.27
 pkgrel=1
 pkgdesc="Advanced calculator including a mathematical programming language"
+url="https://www.jirka.org/genius.html;
 arch=('x86_64')
 license=('GPL')
-url="https://www.jirka.org/genius.html;
-depends=('mpfr' 'glib2' 'hicolor-icon-theme' 'gtk3' 'amtk' 'vte3' 
'gtksourceview4')
+depends=('mpfr' 'glib2' 'hicolor-icon-theme' 'gtk3' 'vte3' 'gtksourceview4')
 makedepends=('intltool' 'gtk-update-icon-cache' 'python')
-options=('!makeflags')
 
source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('0243b7c36b5f9e930c62778acd52deb188deeca704a5e195337018435d9e7bb5')
 
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
 build() {
   cd $pkgname-$pkgver
-  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/genius \
   --localstatedir=/var --disable-static \



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

2022-02-14 Thread Antonio Rojas via arch-commits
Date: Monday, February 14, 2022 @ 20:36:37
  Author: arojas
Revision: 1133251

archrelease: copy trunk to community-any

Added:
  jupyter-nbclient/repos/community-any/PKGBUILD
(from rev 1133250, jupyter-nbclient/trunk/PKGBUILD)
Deleted:
  jupyter-nbclient/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 20:36:28 UTC (rev 1133250)
+++ PKGBUILD2022-02-14 20:36:37 UTC (rev 1133251)
@@ -1,20 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-nbclient
-pkgver=0.5.10
-pkgrel=1
-pkgdesc="A tool for running Jupyter Notebooks in different execution contexts."
-arch=('any')
-url="https://github.com/jupyter/nbclient;
-license=('BSD')
-depends=('python-nest-asyncio' 'python-traitlets' 'python-async_generator')
-makedepends=('python-setuptools')
-source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('fef9d9b971dc2e60883af8e0ce58c6aa')
-
-package() {
-  cd "$srcdir/nbclient-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-nbclient/repos/community-any/PKGBUILD (from rev 1133250, 
jupyter-nbclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 20:36:37 UTC (rev 1133251)
@@ -0,0 +1,20 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-nbclient
+pkgver=0.5.11
+pkgrel=1
+pkgdesc="A tool for running Jupyter Notebooks in different execution contexts."
+arch=('any')
+url="https://github.com/jupyter/nbclient;
+license=('BSD')
+depends=('python-nest-asyncio' 'python-traitlets' 'python-async_generator')
+makedepends=('python-setuptools')
+source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('d6f64db4fd8ec8588563a49fa7d5983f')
+
+package() {
+  cd "$srcdir/nbclient-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-02-14 Thread Antonio Rojas via arch-commits
Date: Monday, February 14, 2022 @ 20:36:28
  Author: arojas
Revision: 1133250

Update to 0.5.11

Modified:
  jupyter-nbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 20:35:09 UTC (rev 1133249)
+++ PKGBUILD2022-02-14 20:36:28 UTC (rev 1133250)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-nbclient
-pkgver=0.5.10
+pkgver=0.5.11
 pkgrel=1
 pkgdesc="A tool for running Jupyter Notebooks in different execution contexts."
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-nest-asyncio' 'python-traitlets' 'python-async_generator')
 makedepends=('python-setuptools')
 
source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('fef9d9b971dc2e60883af8e0ce58c6aa')
+md5sums=('d6f64db4fd8ec8588563a49fa7d5983f')
 
 package() {
   cd "$srcdir/nbclient-$pkgver"



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

2022-02-14 Thread Antonio Rojas via arch-commits
Date: Monday, February 14, 2022 @ 20:35:09
  Author: arojas
Revision: 1133249

archrelease: copy trunk to community-x86_64

Added:
  geogebra/repos/community-x86_64/PKGBUILD
(from rev 1133248, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-x86_64/geogebra
(from rev 1133248, geogebra/trunk/geogebra)
  geogebra/repos/community-x86_64/geogebra-mime.xml
(from rev 1133248, geogebra/trunk/geogebra-mime.xml)
  geogebra/repos/community-x86_64/geogebra.desktop
(from rev 1133248, geogebra/trunk/geogebra.desktop)
Deleted:
  geogebra/repos/community-x86_64/PKGBUILD
  geogebra/repos/community-x86_64/geogebra
  geogebra/repos/community-x86_64/geogebra-mime.xml
  geogebra/repos/community-x86_64/geogebra.desktop

---+
 PKGBUILD  |   72 ++--
 geogebra  |6 ++--
 geogebra-mime.xml |   54 +++
 geogebra.desktop  |   22 +++
 4 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 20:34:46 UTC (rev 1133248)
+++ PKGBUILD2022-02-14 20:35:09 UTC (rev 1133249)
@@ -1,36 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=6.0.687.0
-pkgrel=1
-pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
-arch=(x86_64)
-url='https://www.geogebra.org/'
-license=(GPL3 'CCPL:by-sa' 'CCPL:by-nc')
-depends=(electron)
-source=(https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${pkgver//./-}.zip
-https://static.geogebra.org/images/geogebra-logo.svg
-geogebra
-geogebra.desktop
-geogebra-mime.xml)
-sha256sums=('010a5c7b700d373cafe3e0fe17dc6bdec2eb969eece8cfa1056f20ef33c202b7'
-'55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
-'62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
-'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'
-'100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4')
-
-package() {
-  cd GeoGebra-linux-x64
-
-  install -Dm755 "$srcdir"/geogebra "$pkgdir"/usr/bin/geogebra
-  install -dm755 "$pkgdir"/usr/lib/geogebra
-  cp -dpr --no-preserve=ownership resources "$pkgdir"/usr/lib/geogebra
-  cp -dpr --no-preserve=ownership locales "$pkgdir"/usr/lib/geogebra
-
-  install -Dm644 "$srcdir"/geogebra.desktop -t 
"$pkgdir"/usr/share/applications/
-  install -Dm644 "$srcdir"/geogebra-logo.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/geogebra.svg
-  install -Dm644 "$srcdir"/geogebra-mime.xml 
"$pkgdir"/usr/share/mime/packages/geogebra.xml
-}

Copied: geogebra/repos/community-x86_64/PKGBUILD (from rev 1133248, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 20:35:09 UTC (rev 1133249)
@@ -0,0 +1,36 @@
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=6.0.688.0
+pkgrel=1
+pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
+arch=(x86_64)
+url='https://www.geogebra.org/'
+license=(GPL3 'CCPL:by-sa' 'CCPL:by-nc')
+depends=(electron)
+source=(https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${pkgver//./-}.zip
+https://static.geogebra.org/images/geogebra-logo.svg
+geogebra
+geogebra.desktop
+geogebra-mime.xml)
+sha256sums=('856d415b266c9d1ace694e7e54671203e722b15f63c5d964ce56b2f383b5214f'
+'55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
+'62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
+'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'
+'100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4')
+
+package() {
+  cd GeoGebra-linux-x64
+
+  install -Dm755 "$srcdir"/geogebra "$pkgdir"/usr/bin/geogebra
+  install -dm755 "$pkgdir"/usr/lib/geogebra
+  cp -dpr --no-preserve=ownership resources "$pkgdir"/usr/lib/geogebra
+  cp -dpr --no-preserve=ownership locales "$pkgdir"/usr/lib/geogebra
+
+  install -Dm644 "$srcdir"/geogebra.desktop -t 
"$pkgdir"/usr/share/applications/
+  install -Dm644 "$srcdir"/geogebra-logo.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/geogebra.svg
+  install -Dm644 "$srcdir"/geogebra-mime.xml 
"$pkgdir"/usr/share/mime/packages/geogebra.xml
+}

Deleted: geogebra
===
--- geogebra2022-02-14 20:34:46 UTC (rev 1133248)
+++ geogebra2022-02-14 20:35:09 UTC (rev 1133249)
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-electron "/usr/lib/geogebra/resources/app" $@

Copied: 

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

2022-02-14 Thread Antonio Rojas via arch-commits
Date: Monday, February 14, 2022 @ 20:34:46
  Author: arojas
Revision: 1133248

Update to 6.0.688

Modified:
  geogebra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-14 20:33:00 UTC (rev 1133247)
+++ PKGBUILD2022-02-14 20:34:46 UTC (rev 1133248)
@@ -4,7 +4,7 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=6.0.687.0
+pkgver=6.0.688.0
 pkgrel=1
 pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 geogebra
 geogebra.desktop
 geogebra-mime.xml)
-sha256sums=('010a5c7b700d373cafe3e0fe17dc6bdec2eb969eece8cfa1056f20ef33c202b7'
+sha256sums=('856d415b266c9d1ace694e7e54671203e722b15f63c5d964ce56b2f383b5214f'
 '55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
 '62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
 'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'



[arch-commits] Commit in (tepl)

2022-02-14 Thread Jan Steffens via arch-commits
Date: Monday, February 14, 2022 @ 20:33:18
  Author: heftig
Revision: 437232

extra2community: Moving tepl from extra to community

Deleted:
  tepl/



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

2022-02-14 Thread Jan Steffens via arch-commits
Date: Monday, February 14, 2022 @ 20:32:59
  Author: heftig
Revision: 1133246

extra2community: Moving tepl from extra to community

Added:
  tepl/
  tepl/repos/
  tepl/trunk/
  tepl/trunk/PKGBUILD

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

Added: tepl/trunk/PKGBUILD
===
--- tepl/trunk/PKGBUILD (rev 0)
+++ tepl/trunk/PKGBUILD 2022-02-14 20:32:59 UTC (rev 1133246)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+
+pkgname=tepl
+pkgver=6.00.0
+pkgrel=3
+pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
+url="https://wiki.gnome.org/Projects/Tepl;
+arch=(x86_64)
+license=(LGPL3)
+depends=(amtk gtksourceview4 uchardet)
+makedepends=(gobject-introspection gtk-doc vala git meson)
+checkdepends=(xorg-server-xvfb)
+_commit=51b15258e130d2b5134f6cd5ff7f91c75e0a482a  # tags/6.0.0.0^0
+source=("git+https://gitlab.gnome.org/GNOME/tepl.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git tag -f 6.00.0 '6.0.0.0^0'; git tag -d 6.0.0.0  # Fixup tag
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libg{d,t}k-3.so libamtk-5.so
+libgtksourceview-4.so)
+  provides+=("libtepl-${pkgver%%.*}.so")
+
+  DESTDIR="$pkgdir" meson install -C build
+}



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

2022-02-14 Thread Jan Steffens via arch-commits
Date: Monday, February 14, 2022 @ 20:33:00
  Author: heftig
Revision: 1133247

archrelease: copy trunk to community-x86_64

Added:
  tepl/repos/community-x86_64/
  tepl/repos/community-x86_64/PKGBUILD
(from rev 1133246, tepl/trunk/PKGBUILD)

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

Copied: tepl/repos/community-x86_64/PKGBUILD (from rev 1133246, 
tepl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-02-14 20:33:00 UTC (rev 1133247)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+
+pkgname=tepl
+pkgver=6.00.0
+pkgrel=3
+pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
+url="https://wiki.gnome.org/Projects/Tepl;
+arch=(x86_64)
+license=(LGPL3)
+depends=(amtk gtksourceview4 uchardet)
+makedepends=(gobject-introspection gtk-doc vala git meson)
+checkdepends=(xorg-server-xvfb)
+_commit=51b15258e130d2b5134f6cd5ff7f91c75e0a482a  # tags/6.0.0.0^0
+source=("git+https://gitlab.gnome.org/GNOME/tepl.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git tag -f 6.00.0 '6.0.0.0^0'; git tag -d 6.0.0.0  # Fixup tag
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libg{d,t}k-3.so libamtk-5.so
+libgtksourceview-4.so)
+  provides+=("libtepl-${pkgver%%.*}.so")
+
+  DESTDIR="$pkgdir" meson install -C build
+}



[arch-commits] Commit in gedit-plugins/repos/extra-x86_64 (3 files)

2022-02-14 Thread Jan Steffens via arch-commits
Date: Monday, February 14, 2022 @ 20:32:40
  Author: heftig
Revision: 437230

archrelease: copy trunk to extra-x86_64

Added:
  gedit-plugins/repos/extra-x86_64/PKGBUILD
(from rev 437228, gedit-plugins/trunk/PKGBUILD)
  gedit-plugins/repos/extra-x86_64/fix-build.diff
(from rev 437228, gedit-plugins/trunk/fix-build.diff)
Deleted:
  gedit-plugins/repos/extra-x86_64/PKGBUILD

+
 PKGBUILD   |  101 +
 fix-build.diff |  216 +++
 2 files changed, 268 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-14 20:32:40 UTC (rev 437229)
+++ PKGBUILD2022-02-14 20:32:40 UTC (rev 437230)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Rødseth 
-# Contributor: Hugo Doria 
-# Contributor: Sergej Chodarev 
-# Contributor: zhuqin 
-
-pkgname=gedit-plugins
-pkgver=40.1
-pkgrel=2
-pkgdesc="Collection of plugins for the gedit Text Editor"
-url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
-arch=(x86_64)
-license=(GPL)
-depends=(gedit python-dbus python-cairo)
-makedepends=(vte3 libgit2-glib gucharmap gobject-introspection vala yelp-tools
- appstream-glib git meson)
-optdepends=('gucharmap: for charmap plugin'
-'vte3: for embedded terminal'
-'libgit2-glib: for git plugin')
-_commit=ff3e9f6b51698b91df2ccede481809860111e91b  # tags/40.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  python -m compileall -d /usr "$pkgdir/usr"
-  python -O -m compileall -d /usr "$pkgdir/usr"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/extra-x86_64/PKGBUILD (from rev 437228, 
gedit-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-14 20:32:40 UTC (rev 437230)
@@ -0,0 +1,52 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Rødseth 
+# Contributor: Hugo Doria 
+# Contributor: Sergej Chodarev 
+# Contributor: zhuqin 
+
+pkgname=gedit-plugins
+pkgver=40.1
+pkgrel=3
+pkgdesc="Collection of plugins for the gedit Text Editor"
+url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
+arch=(x86_64)
+license=(GPL)
+depends=(gedit python-dbus python-cairo)
+makedepends=(vte3 libgit2-glib gucharmap gobject-introspection vala yelp-tools
+ appstream-glib git meson)
+optdepends=('gucharmap: for charmap plugin'
+'vte3: for embedded terminal'
+'libgit2-glib: for git plugin')
+_commit=ff3e9f6b51698b91df2ccede481809860111e91b  # tags/40.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit;
+fix-build.diff)
+sha512sums=('SKIP'
+
'3ee6d0918d9b27dc8f43d3433461606ad066a6a0f662d0f8d39ccbfc6f77c3abef3245e266395eb8b4e8a2518148ecf13c96bdc88aff594776c487555e9cb632')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git apply -3 ../fix-build.diff  # meson 0.61
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  python -m compileall -d /usr "$pkgdir/usr"
+  python -O -m compileall -d /usr "$pkgdir/usr"
+}
+
+# vim:set sw=2 et:

Copied: gedit-plugins/repos/extra-x86_64/fix-build.diff (from rev 437228, 
gedit-plugins/trunk/fix-build.diff)
===
--- fix-build.diff  (rev 0)
+++ fix-build.diff  2022-02-14 20:32:40 UTC (rev 437230)
@@ -0,0 +1,216 @@
+diff --git i/plugins/bookmarks/meson.build w/plugins/bookmarks/meson.build
+index 4e09d60..ed051c6 100644
+--- i/plugins/bookmarks/meson.build
 w/plugins/bookmarks/meson.build
+@@ -41,7 +41,6 @@ bookmarks_plugin = custom_target(
+ )
+ 
+ bookmarks_metainfo = i18n.merge_file(
+-  'gedit-bookmarks.metainfo.xml',
+   input: 'gedit-bookmarks.metainfo.xml.in',
+   output: 'gedit-bookmarks.metainfo.xml',
+   po_dir: join_paths(srcdir, 'po'),
+diff --git i/plugins/bracketcompletion/meson.build 
w/plugins/bracketcompletion/meson.build
+index 4d2ff4d..5f3e653 100644
+--- i/plugins/bracketcompletion/meson.build
 w/plugins/bracketcompletion/meson.build
+@@ -30,7 +30,6 @@ bracketcompletion_plugin = custom_target(
+ )
+ 
+ bracketcompletion_metainfo = i18n.merge_file(
+-  'gedit-bracketcompletion.metainfo.xml',
+   input: 

  1   2   3   >