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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 11, 2021 @ 06:31:12
  Author: foutrelis
Revision: 1068187

archrelease: copy trunk to community-testing-any

Added:
  gottengeography/repos/community-testing-any/PKGBUILD
(from rev 1068186, gottengeography/trunk/PKGBUILD)
  gottengeography/repos/community-testing-any/fixes.patch
(from rev 1068186, gottengeography/trunk/fixes.patch)
  gottengeography/repos/community-testing-any/gottengeography.appdata.xml
(from rev 1068186, gottengeography/trunk/gottengeography.appdata.xml)
Deleted:
  gottengeography/repos/community-testing-any/PKGBUILD
  gottengeography/repos/community-testing-any/fixes.patch
  gottengeography/repos/community-testing-any/gottengeography.appdata.xml

-+
 PKGBUILD|   71 ++-
 fixes.patch |  250 +-
 gottengeography.appdata.xml |   50 
 3 files changed, 186 insertions(+), 185 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-11 06:31:07 UTC (rev 1068186)
+++ PKGBUILD2021-12-11 06:31:12 UTC (rev 1068187)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=gottengeography
-pkgver=2.5
-pkgrel=11
-pkgdesc='Easy to use photo geotagging application for the GNOME desktop'
-arch=('any')
-url='https://launchpad.net/gottengeography'
-license=('GPL3')
-depends=('libchamplain' 'libgexiv2' 'python-dateutil' 'python-gobject')
-makedepends=('git' 'python-distutils-extra')
-_commit=7ea816fcaad366a4c6be6b16725fc3e1bff57e4d  # master
-source=("git+https://git.launchpad.net/gottengeography#commit=$_commit;
-'gottengeography.appdata.xml'
-'fixes.patch')
-sha256sums=('SKIP'
-'8cf14124c72dd6213254ce0f3a8404916f30f2bd9b9350530760d77825632d75'
-'6adfc419b27dd2f10e787e5296d8904612aaf0cdca0d1f9949d37d42daf86047')
-
-prepare() {
-  cd $pkgname
-  # Various fixes
-  patch -Np1 -i ../fixes.patch
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 ../gottengeography.appdata.xml 
"$pkgdir/usr/share/metainfo/gottengeography.appdata.xml"
-}

Copied: gottengeography/repos/community-testing-any/PKGBUILD (from rev 1068186, 
gottengeography/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-11 06:31:12 UTC (rev 1068187)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+
+pkgname=gottengeography
+pkgver=2.5
+pkgrel=12
+pkgdesc='Easy to use photo geotagging application for the GNOME desktop'
+arch=('any')
+url='https://launchpad.net/gottengeography'
+license=('GPL3')
+depends=('libchamplain' 'libgexiv2' 'python-dateutil' 'python-gobject')
+makedepends=('git' 'python-distutils-extra')
+_commit=7ea816fcaad366a4c6be6b16725fc3e1bff57e4d  # master
+source=("git+https://git.launchpad.net/gottengeography#commit=$_commit;
+'gottengeography.appdata.xml'
+'fixes.patch')
+sha256sums=('SKIP'
+'8cf14124c72dd6213254ce0f3a8404916f30f2bd9b9350530760d77825632d75'
+'6adfc419b27dd2f10e787e5296d8904612aaf0cdca0d1f9949d37d42daf86047')
+
+prepare() {
+  cd $pkgname
+  # Various fixes
+  patch -Np1 -i ../fixes.patch
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  # adding --skip-build makes it not install usr/share/{help,locale}
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 ../gottengeography.appdata.xml 
"$pkgdir/usr/share/metainfo/gottengeography.appdata.xml"
+}

Deleted: fixes.patch
===
--- fixes.patch 2021-12-11 06:31:07 UTC (rev 1068186)
+++ fixes.patch 2021-12-11 06:31:12 UTC (rev 1068187)
@@ -1,125 +0,0 @@
-diff --git a/gg/actor.py b/gg/actor.py
-index 41a6081..a57f589 100644
 a/gg/actor.py
-+++ b/gg/actor.py
-@@ -41,11 +41,6 @@ MAP_DESCS = [
-  'http://creativecommons.org/licenses/by-sa/2.0/',
-  'http://tile.xn--pnvkarte-m4a.de/tilegen/#Z#/#X#/#Y#.png'],
- 
--['mapquest-osm', 'MapQuest OSM', 0, 17, 256,
-- 'Map data provided by MapQuest, Open Street Map and contributors',
-- 'http://creativecommons.org/licenses/by-sa/2.0/',
-- 'http://otile1.mqcdn.com/tiles/1.0.0/osm/#Z#/#X#/#Y#.png'],
--
- ['mff-relief', 'Maps for Free Relief', 0, 11, 256,
-  'Map data available under GNU Free Documentation license, v1.2 or later',
-  'http://www.gnu.org/copyleft/fdl.html',
-diff --git a/gg/app.py b/gg/app.py
-index 28440b8..7269ee5 100644
 a/gg/app.py
-+++ b/gg/app.py
-@@ -70,8 +70,6 @@ def startup(self):
- Binding(center, 'coords', CoordLabel, 'text')
- center.timeout_seconds = 10  # Only update titlebar every 10 seconds
- 
--screen = Gdk.Screen.get_default()
--
- # Toolbar bindings.
- click_handlers = {
- 'open':

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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 11, 2021 @ 06:31:07
  Author: foutrelis
Revision: 1068186

upgpkg: gottengeography 2.5-12: restore usr/share/{help,locale}

Modified:
  gottengeography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-11 06:21:59 UTC (rev 1068185)
+++ PKGBUILD2021-12-11 06:31:07 UTC (rev 1068186)
@@ -2,7 +2,7 @@
 
 pkgname=gottengeography
 pkgver=2.5
-pkgrel=11
+pkgrel=12
 pkgdesc='Easy to use photo geotagging application for the GNOME desktop'
 arch=('any')
 url='https://launchpad.net/gottengeography'
@@ -30,6 +30,7 @@
 
 package() {
   cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  # adding --skip-build makes it not install usr/share/{help,locale}
+  python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 ../gottengeography.appdata.xml 
"$pkgdir/usr/share/metainfo/gottengeography.appdata.xml"
 }



[arch-commits] Commit in playitslowly/repos/community-testing-any (7 files)

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 11, 2021 @ 06:21:59
  Author: foutrelis
Revision: 1068185

archrelease: copy trunk to community-testing-any

Added:
  playitslowly/repos/community-testing-any/PKGBUILD
(from rev 1068184, playitslowly/trunk/PKGBUILD)
  playitslowly/repos/community-testing-any/gtk-version.patch
(from rev 1068184, playitslowly/trunk/gtk-version.patch)
  playitslowly/repos/community-testing-any/playitslowly.appdata.xml
(from rev 1068184, playitslowly/trunk/playitslowly.appdata.xml)
  playitslowly/repos/community-testing-any/python310.patch
(from rev 1068184, playitslowly/trunk/python310.patch)
Deleted:
  playitslowly/repos/community-testing-any/PKGBUILD
  playitslowly/repos/community-testing-any/gtk-version.patch
  playitslowly/repos/community-testing-any/playitslowly.appdata.xml

--+
 PKGBUILD |  101 +++--
 gtk-version.patch|   48 ++---
 playitslowly.appdata.xml |   44 +--
 python310.patch  |   12 +
 4 files changed, 111 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-11 06:21:54 UTC (rev 1068184)
+++ PKGBUILD2021-12-11 06:21:59 UTC (rev 1068185)
@@ -1,48 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: mrxx 
-# Contributor: Limao Luo 
-# Contributor: sausageandeggs 
-
-pkgname=playitslowly
-pkgver=1.5.1
-pkgrel=9
-pkgdesc='Play back audio files at a different speed or pitch'
-arch=('any')
-url='https://29a.ch/playitslowly'
-license=('GPL3')
-depends=('gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'gst-python' 
'gtk3'
- 'python-gobject')
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs')
-source=("http://29a.ch/$pkgname/$pkgname-$pkgver.tar.gz;
-'gtk-version.patch'
-'playitslowly.appdata.xml')
-sha256sums=('7dfe3da5417971183a13002d1e4ba4f30770baaf1ae3f9ef0ac66a6727f476aa'
-'397b430ad7bc16c606e466d53000c5c4ac57ee0b5390ddd8276bf46dbc17dd26'
-'ebe2890f7e42dfb7988d4304a4faee6d5657556f12bcebcd3279e9de86ec1ae4')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Specify required GTK version
-  patch -Np1 -i ../gtk-version.patch
-
-  # Move files to their right places
-  mkdir -p share/icons/hicolor/{32x32,128x128,scalable}/apps share/metainfo
-  mv share/pixmaps/playitslowly.png 
share/icons/hicolor/128x128/apps/playitslowly.png
-  mv share/icons/hicolor/32x32/playitslowly.png 
share/icons/hicolor/32x32/apps/playitslowly.png
-  mv share/icons/hicolor/scalable/playitslowly.svg \
-share/icons/hicolor/scalable/apps/playitslowly.svg
-  cp ../playitslowly.appdata.xml share/metainfo/playitslowly.appdata.xml
-  rm -r share/pixmaps
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: playitslowly/repos/community-testing-any/PKGBUILD (from rev 1068184, 
playitslowly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-11 06:21:59 UTC (rev 1068185)
@@ -0,0 +1,53 @@
+# Maintainer: Balló György 
+# Contributor: mrxx 
+# Contributor: Limao Luo 
+# Contributor: sausageandeggs 
+
+pkgname=playitslowly
+pkgver=1.5.1
+pkgrel=10
+pkgdesc='Play back audio files at a different speed or pitch'
+arch=('any')
+url='https://29a.ch/playitslowly'
+license=('GPL3')
+depends=('gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'gst-python' 
'gtk3'
+ 'python-gobject')
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs')
+source=("http://29a.ch/$pkgname/$pkgname-$pkgver.tar.gz;
+'python310.patch'
+'gtk-version.patch'
+'playitslowly.appdata.xml')
+sha256sums=('7dfe3da5417971183a13002d1e4ba4f30770baaf1ae3f9ef0ac66a6727f476aa'
+'007fa2535e058894adaa31422be6b64106cb9d61b1e726fd53363ab516ce77f2'
+'397b430ad7bc16c606e466d53000c5c4ac57ee0b5390ddd8276bf46dbc17dd26'
+'ebe2890f7e42dfb7988d4304a4faee6d5657556f12bcebcd3279e9de86ec1ae4')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Correct 'site-packages/playitslowly-py3.1.install-info' filename
+  patch -Np1 -i ../python310.patch
+
+  # Specify required GTK version
+  patch -Np1 -i ../gtk-version.patch
+
+  # Move files to their right places
+  mkdir -p share/icons/hicolor/{32x32,128x128,scalable}/apps share/metainfo
+  mv share/pixmaps/playitslowly.png 
share/icons/hicolor/128x128/apps/playitslowly.png
+  mv share/icons/hicolor/32x32/playitslowly.png 
share/icons/hicolor/32x32/apps/playitslowly.png
+  mv share/icons/hicolor/scalable/playitslowly.svg \
+share/icons/hicolor/scalable/apps/playitslowly.svg
+  cp ../playitslowly.appdata.xml share/metainfo/playitslowly.appdata.xml
+  rm -r 

[arch-commits] Commit in playitslowly/trunk (PKGBUILD python310.patch)

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 11, 2021 @ 06:21:54
  Author: foutrelis
Revision: 1068184

upgpkg: playitslowly 1.5.1-10: fix build with Python 3.10

Added:
  playitslowly/trunk/python310.patch
Modified:
  playitslowly/trunk/PKGBUILD

-+
 PKGBUILD|7 ++-
 python310.patch |   12 
 2 files changed, 18 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-11 06:15:11 UTC (rev 1068183)
+++ PKGBUILD2021-12-11 06:21:54 UTC (rev 1068184)
@@ -5,7 +5,7 @@
 
 pkgname=playitslowly
 pkgver=1.5.1
-pkgrel=9
+pkgrel=10
 pkgdesc='Play back audio files at a different speed or pitch'
 arch=('any')
 url='https://29a.ch/playitslowly'
@@ -15,9 +15,11 @@
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs')
 source=("http://29a.ch/$pkgname/$pkgname-$pkgver.tar.gz;
+'python310.patch'
 'gtk-version.patch'
 'playitslowly.appdata.xml')
 sha256sums=('7dfe3da5417971183a13002d1e4ba4f30770baaf1ae3f9ef0ac66a6727f476aa'
+'007fa2535e058894adaa31422be6b64106cb9d61b1e726fd53363ab516ce77f2'
 '397b430ad7bc16c606e466d53000c5c4ac57ee0b5390ddd8276bf46dbc17dd26'
 'ebe2890f7e42dfb7988d4304a4faee6d5657556f12bcebcd3279e9de86ec1ae4')
 
@@ -24,6 +26,9 @@
 prepare() {
   cd $pkgname-$pkgver
 
+  # Correct 'site-packages/playitslowly-py3.1.install-info' filename
+  patch -Np1 -i ../python310.patch
+
   # Specify required GTK version
   patch -Np1 -i ../gtk-version.patch
 

Added: python310.patch
===
--- python310.patch (rev 0)
+++ python310.patch 2021-12-11 06:21:54 UTC (rev 1068184)
@@ -0,0 +1,12 @@
+diff -upr playitslowly-1.5.1.orig/setup.py playitslowly-1.5.1/setup.py
+--- playitslowly-1.5.1.orig/setup.py   2016-05-21 23:57:51.0 +0300
 playitslowly-1.5.1/setup.py2021-12-11 08:18:39.611049106 +0200
+@@ -22,7 +22,7 @@ class new_install(install):
+ # write install-info
+ basename = "%s-py%s.install-info" % (
+ to_filename(safe_name(self.distribution.get_name())),
+-sys.version[:3]
++".".join(map(str, sys.version_info[:2]))
+ )
+ install_info = os.path.join(self.install_libbase, basename)
+ outputs = self.get_outputs()



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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 11, 2021 @ 06:15:11
  Author: foutrelis
Revision: 1068183

archrelease: copy trunk to community-testing-x86_64

Added:
  python-reedsolo/repos/community-testing-x86_64/PKGBUILD
(from rev 1068182, python-reedsolo/trunk/PKGBUILD)
Deleted:
  python-reedsolo/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-11 06:15:07 UTC (rev 1068182)
+++ PKGBUILD2021-12-11 06:15:11 UTC (rev 1068183)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-reedsolo
-pkgver=1.5.4
-pkgrel=3
-pkgdesc="A pure-python universal errors-and-erasures Reed-Solomon Codec"
-arch=('x86_64')
-url="https://github.com/tomerfiliba/reedsolomon;
-license=('MIT')
-makedepends=('python' 'cython')
-depends=('python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/tomerfiliba/reedsolomon/archive/v${pkgver}.tar.gz)
-sha512sums=('c738f817c8f536ee86e5bcd3de73a4cf6a3e606ba196a359b6c09e7372dba31316ddb8b134d7c335100e4c2ff0158ff07caa35fee9bc20768bde23cd803e274a')
-
-prepare() {
-  cd "reedsolomon-${pkgver}"
-  # https://github.com/tomerfiliba/reedsolomon/issues/36
-  rm creedsolo.c
-}
-
-build() {
-  cd "reedsolomon-${pkgver}"
-  python3 setup.py build
-}
-
-check() {
-  cd "reedsolomon-${pkgver}"
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" python -m 
unittest discover tests
-}
-
-package() {
-  cd "reedsolomon-${pkgver}"
-  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-reedsolo/repos/community-testing-x86_64/PKGBUILD (from rev 
1068182, python-reedsolo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-11 06:15:11 UTC (rev 1068183)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-reedsolo
+pkgver=1.5.4
+pkgrel=4
+pkgdesc="A pure-python universal errors-and-erasures Reed-Solomon Codec"
+arch=('x86_64')
+url="https://github.com/tomerfiliba/reedsolomon;
+license=('MIT')
+makedepends=('python' 'cython')
+depends=('python' 'python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/tomerfiliba/reedsolomon/archive/v${pkgver}.tar.gz)
+sha512sums=('c738f817c8f536ee86e5bcd3de73a4cf6a3e606ba196a359b6c09e7372dba31316ddb8b134d7c335100e4c2ff0158ff07caa35fee9bc20768bde23cd803e274a')
+
+prepare() {
+  cd "reedsolomon-${pkgver}"
+  # https://github.com/tomerfiliba/reedsolomon/issues/36
+  rm creedsolo.c
+}
+
+build() {
+  cd "reedsolomon-${pkgver}"
+  python3 setup.py build
+}
+
+check() {
+  cd "reedsolomon-${pkgver}"
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" python -m 
unittest discover tests
+}
+
+package() {
+  cd "reedsolomon-${pkgver}"
+  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 11, 2021 @ 06:15:07
  Author: foutrelis
Revision: 1068182

upgpkg: python-reedsolo 1.5.4-4: add setuptools build dep

Modified:
  python-reedsolo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-11 06:13:04 UTC (rev 1068181)
+++ PKGBUILD2021-12-11 06:15:07 UTC (rev 1068182)
@@ -2,13 +2,13 @@
 
 pkgname=python-reedsolo
 pkgver=1.5.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A pure-python universal errors-and-erasures Reed-Solomon Codec"
 arch=('x86_64')
 url="https://github.com/tomerfiliba/reedsolomon;
 license=('MIT')
 makedepends=('python' 'cython')
-depends=('python')
+depends=('python' 'python-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/tomerfiliba/reedsolomon/archive/v${pkgver}.tar.gz)
 
sha512sums=('c738f817c8f536ee86e5bcd3de73a4cf6a3e606ba196a359b6c09e7372dba31316ddb8b134d7c335100e4c2ff0158ff07caa35fee9bc20768bde23cd803e274a')
 



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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 11, 2021 @ 06:13:04
  Author: foutrelis
Revision: 1068181

archrelease: copy trunk to community-testing-x86_64

Added:
  razercfg/repos/community-testing-x86_64/PKGBUILD
(from rev 1068180, razercfg/trunk/PKGBUILD)
  razercfg/repos/community-testing-x86_64/tmpfile.conf
(from rev 1068180, razercfg/trunk/tmpfile.conf)
Deleted:
  razercfg/repos/community-testing-x86_64/PKGBUILD
  razercfg/repos/community-testing-x86_64/tmpfile.conf

--+
 PKGBUILD |   72 -
 tmpfile.conf |2 -
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-11 06:13:00 UTC (rev 1068180)
+++ PKGBUILD2021-12-11 06:13:04 UTC (rev 1068181)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Maxwell "Synthead" Pray 
-# Contributor: Fergus Symon 
-
-pkgname=razercfg
-pkgver=0.42
-pkgrel=4
-pkgdesc='Razer mouse configuration tool'
-arch=('x86_64')
-url=https://bues.ch/cms/hacking/razercfg
-license=('GPL')
-depends=('hicolor-icon-theme' 'libusb' 'python')
-makedepends=('cmake')
-optdepends=('python-pyqt5: for the graphical qrazercfg tool')
-provides=('razerd')
-backup=('etc/razer.conf')
-source=("https://bues.ch/razercfg/razercfg-$pkgver.tar.xz"{,.asc})
-sha512sums=('3856f4133b620fb639a46a5bb02fe8e6c47ae3928a04fe9d1bbef2792a44fdd4f5dff2efa43a1e43d75312025d3c65c626e331e723092e4e0b8d6622657fb197'
-'SKIP')
-validpgpkeys=('757FAB7CED1814AE15B4836E5FB027474203454C') # Michael Busch
-
-build() {
-  cd razercfg-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd razercfg-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 -t "$pkgdir"/etc razer.conf
-  install -Dm644 tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/razerd.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: razercfg/repos/community-testing-x86_64/PKGBUILD (from rev 1068180, 
razercfg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-11 06:13:04 UTC (rev 1068181)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Maxwell "Synthead" Pray 
+# Contributor: Fergus Symon 
+
+pkgname=razercfg
+pkgver=0.42
+pkgrel=5
+pkgdesc='Razer mouse configuration tool'
+arch=('x86_64')
+url=https://bues.ch/cms/hacking/razercfg
+license=('GPL')
+depends=('hicolor-icon-theme' 'libusb' 'python')
+makedepends=('cmake' 'systemd')
+optdepends=('python-pyqt5: for the graphical qrazercfg tool')
+provides=('razerd')
+backup=('etc/razer.conf')
+source=("https://bues.ch/razercfg/razercfg-$pkgver.tar.xz"{,.asc})
+sha512sums=('3856f4133b620fb639a46a5bb02fe8e6c47ae3928a04fe9d1bbef2792a44fdd4f5dff2efa43a1e43d75312025d3c65c626e331e723092e4e0b8d6622657fb197'
+'SKIP')
+validpgpkeys=('757FAB7CED1814AE15B4836E5FB027474203454C') # Michael Busch
+
+build() {
+  cd razercfg-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd razercfg-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 -t "$pkgdir"/etc razer.conf
+  install -Dm644 tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/razerd.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: tmpfile.conf
===
--- tmpfile.conf2021-12-11 06:13:00 UTC (rev 1068180)
+++ tmpfile.conf2021-12-11 06:13:04 UTC (rev 1068181)
@@ -1 +0,0 @@
-d /run/razerd 0755 root root -

Copied: razercfg/repos/community-testing-x86_64/tmpfile.conf (from rev 1068180, 
razercfg/trunk/tmpfile.conf)
===
--- tmpfile.conf(rev 0)
+++ tmpfile.conf2021-12-11 06:13:04 UTC (rev 1068181)
@@ -0,0 +1 @@
+d /run/razerd 0755 root root -



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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 11, 2021 @ 06:13:00
  Author: foutrelis
Revision: 1068180

upgpkg: razercfg 0.42-5: add systemd build dep

Modified:
  razercfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-11 05:01:06 UTC (rev 1068179)
+++ PKGBUILD2021-12-11 06:13:00 UTC (rev 1068180)
@@ -4,13 +4,13 @@
 
 pkgname=razercfg
 pkgver=0.42
-pkgrel=4
+pkgrel=5
 pkgdesc='Razer mouse configuration tool'
 arch=('x86_64')
 url=https://bues.ch/cms/hacking/razercfg
 license=('GPL')
 depends=('hicolor-icon-theme' 'libusb' 'python')
-makedepends=('cmake')
+makedepends=('cmake' 'systemd')
 optdepends=('python-pyqt5: for the graphical qrazercfg tool')
 provides=('razerd')
 backup=('etc/razer.conf')



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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 11, 2021 @ 05:01:06
  Author: foutrelis
Revision: 1068179

archrelease: copy trunk to community-testing-x86_64

Added:
  fetchmail/repos/community-testing-x86_64/
  fetchmail/repos/community-testing-x86_64/PKGBUILD
(from rev 1068178, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/community-testing-x86_64/fetchmail.service
(from rev 1068178, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/community-testing-x86_64/fetchmail.sysusers
(from rev 1068178, fetchmail/trunk/fetchmail.sysusers)
  fetchmail/repos/community-testing-x86_64/fetchmail.tmpfiles
(from rev 1068178, fetchmail/trunk/fetchmail.tmpfiles)

+
 PKGBUILD   |   38 ++
 fetchmail.service  |   11 +++
 fetchmail.sysusers |2 ++
 fetchmail.tmpfiles |2 ++
 4 files changed, 53 insertions(+)

Copied: fetchmail/repos/community-testing-x86_64/PKGBUILD (from rev 1068178, 
fetchmail/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-12-11 05:01:06 UTC (rev 1068179)
@@ -0,0 +1,38 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Amish 
+# Contributor: Victor3D 
+
+pkgname=fetchmail
+pkgver=6.4.25
+pkgrel=3
+pkgdesc='A remote-mail retrieval utility'
+arch=('x86_64')
+url='https://www.fetchmail.info'
+license=('GPL')
+depends=('openssl')
+makedepends=('python')
+optdepends=('tk: for using fetchmailconf'
+'python-future: for using fetchmailconf')
+source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'fetchmail.tmpfiles'
+'fetchmail.sysusers'
+'fetchmail.service')
+b2sums=('00adb7b5012ef5e1edb03f05fa861826828973c3b964845d90a3be3845dccd848e0a811d7aecdc6771dd5a7b0243172378664d6d9fffc2a201b86ef9d0f7875d'
+
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
+
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
+
'fca5437bec78786b9624c774015b9e0e7175973d548dbdab406af797a8c4a53b474d73b897a0009faee4dafd62190f93514c6f1ce403312b6a51afb4996dbf21')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-ssl=/usr
+  make
+}
+
+package() {
+  install -D -m644 fetchmail.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/fetchmail.conf
+  install -D -m644 fetchmail.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/fetchmail.conf
+  install -D -m644 fetchmail.service 
"${pkgdir}"/usr/lib/systemd/system/fetchmail.service
+  
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: fetchmail/repos/community-testing-x86_64/fetchmail.service (from rev 
1068178, fetchmail/trunk/fetchmail.service)
===
--- community-testing-x86_64/fetchmail.service  (rev 0)
+++ community-testing-x86_64/fetchmail.service  2021-12-11 05:01:06 UTC (rev 
1068179)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Fetchmail
+After=network.target
+
+[Service]
+User=fetchmail
+ExecStart=/usr/bin/fetchmail -f /etc/fetchmailrc
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target

Copied: fetchmail/repos/community-testing-x86_64/fetchmail.sysusers (from rev 
1068178, fetchmail/trunk/fetchmail.sysusers)
===
--- community-testing-x86_64/fetchmail.sysusers (rev 0)
+++ community-testing-x86_64/fetchmail.sysusers 2021-12-11 05:01:06 UTC (rev 
1068179)
@@ -0,0 +1,2 @@
+u fetchmail - "Fetchmail daemon" /var/lib/fetchmail
+m fetchmail nobody

Copied: fetchmail/repos/community-testing-x86_64/fetchmail.tmpfiles (from rev 
1068178, fetchmail/trunk/fetchmail.tmpfiles)
===
--- community-testing-x86_64/fetchmail.tmpfiles (rev 0)
+++ community-testing-x86_64/fetchmail.tmpfiles 2021-12-11 05:01:06 UTC (rev 
1068179)
@@ -0,0 +1,2 @@
+d /run/fetchmail 700 fetchmail nobody
+d /var/lib/fetchmail 755 fetchmail nobody



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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 11, 2021 @ 05:01:01
  Author: foutrelis
Revision: 1068178

upgpkg: fetchmail 6.4.25-3: Python 3.10 rebuild

Modified:
  fetchmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-11 04:59:30 UTC (rev 1068177)
+++ PKGBUILD2021-12-11 05:01:01 UTC (rev 1068178)
@@ -4,7 +4,7 @@
 
 pkgname=fetchmail
 pkgver=6.4.25
-pkgrel=2
+pkgrel=3
 pkgdesc='A remote-mail retrieval utility'
 arch=('x86_64')
 url='https://www.fetchmail.info'



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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 11, 2021 @ 04:59:30
  Author: foutrelis
Revision: 1068177

archrelease: copy trunk to community-x86_64

Added:
  fetchmail/repos/community-x86_64/PKGBUILD
(from rev 1068176, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/community-x86_64/fetchmail.service
(from rev 1068176, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/community-x86_64/fetchmail.sysusers
(from rev 1068176, fetchmail/trunk/fetchmail.sysusers)
  fetchmail/repos/community-x86_64/fetchmail.tmpfiles
(from rev 1068176, fetchmail/trunk/fetchmail.tmpfiles)
Deleted:
  fetchmail/repos/community-x86_64/PKGBUILD
  fetchmail/repos/community-x86_64/fetchmail.service
  fetchmail/repos/community-x86_64/fetchmail.sysusers
  fetchmail/repos/community-x86_64/fetchmail.tmpfiles

+
 PKGBUILD   |   76 +--
 fetchmail.service  |   22 +++---
 fetchmail.sysusers |4 +-
 fetchmail.tmpfiles |4 +-
 4 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-11 04:59:24 UTC (rev 1068176)
+++ PKGBUILD2021-12-11 04:59:30 UTC (rev 1068177)
@@ -1,38 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Amish 
-# Contributor: Victor3D 
-
-pkgname=fetchmail
-pkgver=6.4.25
-pkgrel=1
-pkgdesc='A remote-mail retrieval utility'
-arch=('x86_64')
-url='https://www.fetchmail.info'
-license=('GPL')
-depends=('openssl')
-makedepends=('python')
-optdepends=('tk: for using fetchmailconf'
-'python-future: for using fetchmailconf')
-source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'fetchmail.tmpfiles'
-'fetchmail.sysusers'
-'fetchmail.service')
-b2sums=('00adb7b5012ef5e1edb03f05fa861826828973c3b964845d90a3be3845dccd848e0a811d7aecdc6771dd5a7b0243172378664d6d9fffc2a201b86ef9d0f7875d'
-
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
-
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
-
'fca5437bec78786b9624c774015b9e0e7175973d548dbdab406af797a8c4a53b474d73b897a0009faee4dafd62190f93514c6f1ce403312b6a51afb4996dbf21')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-ssl=/usr
-  make
-}
-
-package() {
-  install -D -m644 fetchmail.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/fetchmail.conf
-  install -D -m644 fetchmail.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/fetchmail.conf
-  install -D -m644 fetchmail.service 
"${pkgdir}"/usr/lib/systemd/system/fetchmail.service
-  
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: fetchmail/repos/community-x86_64/PKGBUILD (from rev 1068176, 
fetchmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-11 04:59:30 UTC (rev 1068177)
@@ -0,0 +1,38 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Amish 
+# Contributor: Victor3D 
+
+pkgname=fetchmail
+pkgver=6.4.25
+pkgrel=2
+pkgdesc='A remote-mail retrieval utility'
+arch=('x86_64')
+url='https://www.fetchmail.info'
+license=('GPL')
+depends=('openssl')
+makedepends=('python')
+optdepends=('tk: for using fetchmailconf'
+'python-future: for using fetchmailconf')
+source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'fetchmail.tmpfiles'
+'fetchmail.sysusers'
+'fetchmail.service')
+b2sums=('00adb7b5012ef5e1edb03f05fa861826828973c3b964845d90a3be3845dccd848e0a811d7aecdc6771dd5a7b0243172378664d6d9fffc2a201b86ef9d0f7875d'
+
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
+
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
+
'fca5437bec78786b9624c774015b9e0e7175973d548dbdab406af797a8c4a53b474d73b897a0009faee4dafd62190f93514c6f1ce403312b6a51afb4996dbf21')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-ssl=/usr
+  make
+}
+
+package() {
+  install -D -m644 fetchmail.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/fetchmail.conf
+  install -D -m644 fetchmail.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/fetchmail.conf
+  install -D -m644 fetchmail.service 
"${pkgdir}"/usr/lib/systemd/system/fetchmail.service
+  
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: fetchmail.service
===
--- fetchmail.service   2021-12-11 04:59:24 UTC (rev 1068176)
+++ fetchmail.service   2021-12-11 04:59:30 UTC (rev 1068177)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Fetchmail

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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, December 11, 2021 @ 04:59:24
  Author: foutrelis
Revision: 1068176

upgpkg: fetchmail 6.4.25-2: Python 3.9 rebuild

Modified:
  fetchmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-11 04:01:51 UTC (rev 1068175)
+++ PKGBUILD2021-12-11 04:59:24 UTC (rev 1068176)
@@ -4,7 +4,7 @@
 
 pkgname=fetchmail
 pkgver=6.4.25
-pkgrel=1
+pkgrel=2
 pkgdesc='A remote-mail retrieval utility'
 arch=('x86_64')
 url='https://www.fetchmail.info'



[arch-commits] Commit in lib32-pango/repos/multilib-x86_64 (4 files)

2021-12-10 Thread Jan Steffens via arch-commits
Date: Saturday, December 11, 2021 @ 04:01:51
  Author: heftig
Revision: 1068175

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 1068174, lib32-pango/trunk/PKGBUILD)
  lib32-pango/repos/multilib-x86_64/fix-test.diff
(from rev 1068174, lib32-pango/trunk/fix-test.diff)
Deleted:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
  lib32-pango/repos/multilib-x86_64/fix-test.diff

---+
 PKGBUILD  |  118 ++--
 fix-test.diff |   60 ++--
 2 files changed, 86 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-11 04:01:26 UTC (rev 1068174)
+++ PKGBUILD2021-12-11 04:01:51 UTC (rev 1068175)
@@ -1,62 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-pkgname=lib32-pango
-pkgver=1.50.0
-pkgrel=3
-epoch=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
-makedepends=(git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-provides=(libpango{,cairo,ft2,xft}-1.0.so)
-_commit=e80e224baabc7bf22971d0a97c8b31d32fa8ca1c  # tags/1.50.0^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
-fix-test.diff)
-sha256sums=('SKIP'
-'e1c0638305c0f46653bd60b5dee0b3445dd6a6b9aff8cee70be7759c21ba1037')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-
-  # https://bugs.archlinux.org/task/72927
-  git cherry-pick -n f5fdfe4e16b7da761d918f40bb82dad52513c9ff
-
-  # https://bugs.archlinux.org/task/72939
-  git cherry-pick -n 1cf8e9b3cada dc5b1fdea7d6
-
-  # Fix tests... seems to be a rounding error
-  git apply -3 ../fix-test.diff
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
-  arch-meson pango build \
---libdir=/usr/lib32 \
--D introspection=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/{bin,include}
-}
-
-# vim:set sw=2 et:

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 1068174, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-11 04:01:51 UTC (rev 1068175)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+pkgname=lib32-pango
+pkgver=1.50.1
+pkgrel=1
+epoch=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
+makedepends=(git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+provides=(libpango{,cairo,ft2,xft}-1.0.so)
+_commit=fd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb  # tags/1.50.1^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
+fix-test.diff)
+sha256sums=('SKIP'
+'e1c0638305c0f46653bd60b5dee0b3445dd6a6b9aff8cee70be7759c21ba1037')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+
+  # Fix tests... seems to be a rounding error
+  git apply -3 ../fix-test.diff
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  arch-meson pango build \
+--libdir=/usr/lib32 \
+-D introspection=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/{bin,include}
+}
+
+# vim:set sw=2 et:

Deleted: fix-test.diff
===
--- fix-test.diff   2021-12-11 04:01:26 UTC (rev 1068174)
+++ fix-test.diff   2021-12-11 04:01:51 UTC (rev 1068175)
@@ -1,30 +0,0 @@
-diff --git i/tests/layouts/valid-20.layout w/tests/layouts/valid-20.layout
-index 8217b28b..6e81507f 100644
 i/tests/layouts/valid-20.layout
-+++ w/tests/layouts/valid-20.layout
-@@ -140,23 +140,23 @@
- "glyph" : 244,
- "width" : 19456,
- "x-offset" : 14764,
--"y-offset" : 3844,
-+"y-offset" : 3845,
- "is-cluster-start" : true,
- "log-cluster" : 0
-   },
-   {
- "glyph" : 272,
- "width" : 19456,
- "x-offset" : 14764,
- "y-offset" : 4280,
- 

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

2021-12-10 Thread Jan Steffens via arch-commits
Date: Saturday, December 11, 2021 @ 04:01:51
  Author: heftig
Revision: 431849

archrelease: copy trunk to extra-x86_64

Added:
  pango/repos/extra-x86_64/PKGBUILD
(from rev 431848, pango/trunk/PKGBUILD)
  pango/repos/extra-x86_64/fix-test.diff
(from rev 431848, pango/trunk/fix-test.diff)
Deleted:
  pango/repos/extra-x86_64/PKGBUILD
  pango/repos/extra-x86_64/fix-test.diff

---+
 PKGBUILD  |  124 ++--
 fix-test.diff |   60 +--
 2 files changed, 89 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-11 04:01:32 UTC (rev 431848)
+++ PKGBUILD2021-12-11 04:01:51 UTC (rev 431849)
@@ -1,65 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pango
-pkgname=(pango pango-docs)
-pkgver=1.50.0
-pkgrel=3
-epoch=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz fribidi)
-makedepends=(gobject-introspection help2man git meson gi-docgen)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=e80e224baabc7bf22971d0a97c8b31d32fa8ca1c  # tags/1.50.0^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
-fix-test.diff)
-sha256sums=('SKIP'
-'e1c0638305c0f46653bd60b5dee0b3445dd6a6b9aff8cee70be7759c21ba1037')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-
-  # https://bugs.archlinux.org/task/72927
-  git cherry-pick -n f5fdfe4e16b7da761d918f40bb82dad52513c9ff
-
-  # https://bugs.archlinux.org/task/72939
-  git cherry-pick -n 1cf8e9b3cada dc5b1fdea7d6
-
-  # Fix tests... seems to be a rounding error
-  git apply -3 ../fix-test.diff
-}
-
-build() {
-  arch-meson pango build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_pango() {
-  provides=(libpango{,cairo,ft2,xft}-1.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-}
-
-package_pango-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 431848, 
pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-11 04:01:51 UTC (rev 431849)
@@ -0,0 +1,59 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pango
+pkgname=(pango pango-docs)
+pkgver=1.50.1
+pkgrel=1
+epoch=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz fribidi)
+makedepends=(gobject-introspection help2man git meson gi-docgen)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=fd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb  # tags/1.50.1^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
+fix-test.diff)
+sha256sums=('SKIP'
+'e1c0638305c0f46653bd60b5dee0b3445dd6a6b9aff8cee70be7759c21ba1037')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+
+  # Fix tests... seems to be a rounding error
+  git apply -3 ../fix-test.diff
+}
+
+build() {
+  arch-meson pango build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_pango() {
+  provides=(libpango{,cairo,ft2,xft}-1.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_pango-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 et:

Deleted: fix-test.diff
===
--- fix-test.diff   2021-12-11 04:01:32 UTC (rev 431848)
+++ fix-test.diff   2021-12-11 04:01:51 UTC (rev 431849)
@@ -1,30 +0,0 @@
-diff --git i/tests/layouts/valid-20.layout w/tests/layouts/valid-20.layout
-index 8217b28b..6e81507f 100644
 i/tests/layouts/valid-20.layout
-+++ w/tests/layouts/valid-20.layout
-@@ -140,23 +140,23 @@
- "glyph" : 244,
- "width" : 19456,
- "x-offset" : 14764,
--"y-offset" : 3844,
-+"y-offset" : 3845,
- "is-cluster-start" : true,
- "log-cluster" : 0
-   },
-   {
- "glyph" : 272,
- "width" : 19456,
- "x-offset" : 14764,
- "y-offset" : 4280,
- "is-cluster-start" : true,
- "log-cluster" : 1
-   },
-   {
- "glyph" : 273,
- "width" : 19456,
- "x-offset" : 

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

2021-12-10 Thread Jan Steffens via arch-commits
Date: Saturday, December 11, 2021 @ 04:01:32
  Author: heftig
Revision: 431848

1.50.1-1

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-11 00:08:40 UTC (rev 431847)
+++ PKGBUILD2021-12-11 04:01:32 UTC (rev 431848)
@@ -3,8 +3,8 @@
 
 pkgbase=pango
 pkgname=(pango pango-docs)
-pkgver=1.50.0
-pkgrel=3
+pkgver=1.50.1
+pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/;
@@ -13,7 +13,7 @@
 depends=(libthai cairo libxft harfbuzz fribidi)
 makedepends=(gobject-introspection help2man git meson gi-docgen)
 checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=e80e224baabc7bf22971d0a97c8b31d32fa8ca1c  # tags/1.50.0^0
+_commit=fd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb  # tags/1.50.1^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
 fix-test.diff)
 sha256sums=('SKIP'
@@ -27,12 +27,6 @@
 prepare() {
   cd pango
 
-  # https://bugs.archlinux.org/task/72927
-  git cherry-pick -n f5fdfe4e16b7da761d918f40bb82dad52513c9ff
-
-  # https://bugs.archlinux.org/task/72939
-  git cherry-pick -n 1cf8e9b3cada dc5b1fdea7d6
-
   # Fix tests... seems to be a rounding error
   git apply -3 ../fix-test.diff
 }



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

2021-12-10 Thread Jan Steffens via arch-commits
Date: Saturday, December 11, 2021 @ 04:01:26
  Author: heftig
Revision: 1068174

1.50.1-1

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-11 02:58:52 UTC (rev 1068173)
+++ PKGBUILD2021-12-11 04:01:26 UTC (rev 1068174)
@@ -4,8 +4,8 @@
 # Contributor: Mikko Seppälä 
 
 pkgname=lib32-pango
-pkgver=1.50.0
-pkgrel=3
+pkgver=1.50.1
+pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
 url="https://www.pango.org/;
@@ -15,7 +15,7 @@
 makedepends=(git meson)
 checkdepends=(ttf-dejavu cantarell-fonts)
 provides=(libpango{,cairo,ft2,xft}-1.0.so)
-_commit=e80e224baabc7bf22971d0a97c8b31d32fa8ca1c  # tags/1.50.0^0
+_commit=fd62d3ff159232c4a8e7bedb5ce4ac01f1ec8eeb  # tags/1.50.1^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;
 fix-test.diff)
 sha256sums=('SKIP'
@@ -29,12 +29,6 @@
 prepare() {
   cd pango
 
-  # https://bugs.archlinux.org/task/72927
-  git cherry-pick -n f5fdfe4e16b7da761d918f40bb82dad52513c9ff
-
-  # https://bugs.archlinux.org/task/72939
-  git cherry-pick -n 1cf8e9b3cada dc5b1fdea7d6
-
   # Fix tests... seems to be a rounding error
   git apply -3 ../fix-test.diff
 }



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

2021-12-10 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, December 11, 2021 @ 02:58:52
  Author: yan12125
Revision: 1068173

archrelease: copy trunk to community-testing-any

Added:
  python-moto/repos/community-testing-any/PKGBUILD
(from rev 1068172, python-moto/trunk/PKGBUILD)
  python-moto/repos/community-testing-any/sdist-no-pyc.diff
(from rev 1068172, python-moto/trunk/sdist-no-pyc.diff)
Deleted:
  python-moto/repos/community-testing-any/PKGBUILD
  python-moto/repos/community-testing-any/sdist-no-pyc.diff

---+
 PKGBUILD  |  186 ++--
 sdist-no-pyc.diff |   18 ++---
 2 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-11 02:58:35 UTC (rev 1068172)
+++ PKGBUILD2021-12-11 02:58:52 UTC (rev 1068173)
@@ -1,93 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-moto
-_pkgname=moto
-# https://github.com/spulec/moto/blob/master/CHANGELOG.md
-pkgver=2.2.15
-pkgrel=3
-pkgdesc='Moto is a library to mock out the boto library.'
-arch=(any)
-url='https://github.com/spulec/moto'
-license=(Apache)
-# NOTE: Keep the order of dependencies matching setup.py
-# setup.py includes setuptools, which is a work around for missing 
dependencies in aws-xray-sdk [1].
-# I use the correct dependency in python-aws-xray-sdk, so python-setuptools is 
not needed here.
-# [1] https://github.com/spulec/moto/pull/4142
-depends=(python-boto3 python-botocore python-cryptography python-requests 
python-xmltodict
- python-werkzeug python-pytz python-dateutil python-responses
- # Below dependencies varied with Python versions
- python-jinja python-more-itertools)
-# See reqquirements-test.txt, excluding pytest-cov
-checkdepends=(python-pytest python-sure python-freezegun
-  # boto is vendored (#3503), but still imported in tests
-  python-boto podman)
-# Below are optional dependencies. The order matches _dep_* items in upstream 
`setup.py`.
-# Note that _dep_python_jose_ecdsa_pin and _dep_idna are excluded as they are 
pins and
-# not used by moto.
-optdepends=(
-  'python-yaml: for cloudformation, s3 and ssm'
-  'python-jose: for apigateway and cognitoidp'
-  # SNS and SQS still uses docker indirectly, while upstream explicitly 
removes them
-  # https://github.com/spulec/moto/pull/4094
-  'python-docker: for awslambda, batch, cloudformation, dynamodb2 and 
dynamodbstreams'
-  'python-jsondiff: for iotdata'
-  'python-aws-xray-sdk: for xray'
-  'python-cfn-lint: for cloudformation'
-  'python-sshpubkeys: for ec2 and efs'
-  'python-flask: for moto_server'
-  'python-flask-cors: for moto_server'
-)
-checkdepends+=(python-yaml python-jose python-docker python-jsondiff 
python-aws-xray-sdk
-   python-cfn-lint python-sshpubkeys python-flask 
python-flask-cors)
-source=("https://files.pythonhosted.org/packages/source/m/moto/moto-${pkgver}.tar.gz;
-sdist-no-pyc.diff
-
fix-batch-logs.patch::https://github.com/spulec/moto/commit/c7a9dc32e0bcd92097775aadf48d42d630917544.patch)
-sha256sums=('c5692058863803d8a17e422cea48f6f745895760a4be05cd479c0b481cc8e3b0'
-'4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208'
-'6640daff14da0fc63cc0ddffcbdcb5faf847bb66b712c506078cbe4d13c0972f')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -Np1 -i ../sdist-no-pyc.diff
-  patch -Np1 -i ../fix-batch-logs.patch
-
-  # Remove upper bounds of dependencies
-  sed --in-place=.orig -r 's#,?<[0-9.]+,?##;s#==([0-9.]+)#>=\1#' setup.py
-  diff -u setup.py{.orig,} || true
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  # XXX: there are too many tests that depend on docker/podman, and there is 
no simple way
-  # other than listing one-by-one for exclusion. To make things worse, running 
docker/podman
-  # in systemd-nspawn containers appears impossible without special 
configurations. I gave
-  # it up and running podman _outside_ the container for testing.
-  # $ systemctl --user start podman.socket
-  # $ extra-x86_64-build -- -d "$XDG_RUNTIME_DIR/podman:/tmp/podman"
-  PODMAN_SOCK=/tmp/podman/podman.sock
-  if [ -S $PODMAN_SOCK ]; then
-# XXX: a workaround to make tests work with podman
-# Images are not pulled before usage since version 2.2.1 [1][2], and
-# that is needed for podman [3]
-# [1] 
https://github.com/spulec/moto/commit/338420c3b979b85501193d948ab442c1ebd0ae4a
-# [2] https://github.com/spulec/moto/pull/4082
-# [3] https://github.com/spulec/moto/pull/3702
-podman-remote --url "unix:$PODMAN_SOCK" pull 
docker.io/library/busybox:latest
-DOCKER_HOST="unix://$PODMAN_SOCK" TZ=UTC pytest tests
-  fi
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: 

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

2021-12-10 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, December 11, 2021 @ 02:58:35
  Author: yan12125
Revision: 1068172

upgpkg: python-moto 2.2.17-1

Modified:
  python-moto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-11 02:29:30 UTC (rev 1068171)
+++ PKGBUILD2021-12-11 02:58:35 UTC (rev 1068172)
@@ -4,8 +4,8 @@
 pkgname=python-moto
 _pkgname=moto
 # https://github.com/spulec/moto/blob/master/CHANGELOG.md
-pkgver=2.2.15
-pkgrel=3
+pkgver=2.2.17
+pkgrel=1
 pkgdesc='Moto is a library to mock out the boto library.'
 arch=(any)
 url='https://github.com/spulec/moto'
@@ -42,16 +42,16 @@
python-cfn-lint python-sshpubkeys python-flask 
python-flask-cors)
 
source=("https://files.pythonhosted.org/packages/source/m/moto/moto-${pkgver}.tar.gz;
 sdist-no-pyc.diff
-
fix-batch-logs.patch::https://github.com/spulec/moto/commit/c7a9dc32e0bcd92097775aadf48d42d630917544.patch)
-sha256sums=('c5692058863803d8a17e422cea48f6f745895760a4be05cd479c0b481cc8e3b0'
+
"$pkgname-fix-sqs-tests.patch"::"https://github.com/spulec/moto/commit/cbfe962b707ae039579247d23e6d20efa259eaaf.patch;)
+sha256sums=('221ebd16b41b3ae157554ca5e540a8c1b4b1c93443cbf854c1f04751194c51b6'
 '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208'
-'6640daff14da0fc63cc0ddffcbdcb5faf847bb66b712c506078cbe4d13c0972f')
+'e10558c48beac34846c5fb556c23c80d2e249d89746b9972484ee9db820c2123')
 
 prepare() {
   cd $_pkgname-$pkgver
 
   patch -Np1 -i ../sdist-no-pyc.diff
-  patch -Np1 -i ../fix-batch-logs.patch
+  patch -Np1 -i ../$pkgname-fix-sqs-tests.patch
 
   # Remove upper bounds of dependencies
   sed --in-place=.orig -r 's#,?<[0-9.]+,?##;s#==([0-9.]+)#>=\1#' setup.py



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

2021-12-10 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, December 11, 2021 @ 02:29:30
  Author: yan12125
Revision: 1068171

archrelease: copy trunk to community-testing-any

Added:
  python-sphinxcontrib-blockdiag/repos/community-testing-any/PKGBUILD
(from rev 1068170, python-sphinxcontrib-blockdiag/trunk/PKGBUILD)
  python-sphinxcontrib-blockdiag/repos/community-testing-any/ipafont-path.diff
(from rev 1068170, python-sphinxcontrib-blockdiag/trunk/ipafont-path.diff)
Deleted:
  python-sphinxcontrib-blockdiag/repos/community-testing-any/PKGBUILD
  python-sphinxcontrib-blockdiag/repos/community-testing-any/ipafont-path.diff

---+
 PKGBUILD  |   84 ++--
 ipafont-path.diff |   26 
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-11 02:29:12 UTC (rev 1068170)
+++ PKGBUILD2021-12-11 02:29:30 UTC (rev 1068171)
@@ -1,42 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-sphinxcontrib-blockdiag
-pkgver=2.0.0
-pkgrel=4
-pkgdesc='A sphinx extension for embedding block diagram using blockdiag'
-arch=(any)
-url='https://github.com/blockdiag/sphinxcontrib-blockdiag'
-license=(BSD)
-depends=(python blockdiag python-sphinx)
-makedepends=(python-setuptools)
-# otf-ipafont is used by test_latex
-checkdepends=(python-nose python-sphinx-testing python-mock python-reportlab 
otf-ipafont)
-optdepends=(
-  'python-reportlab: for using PDF as the format of images'
-)
-source=("https://github.com/blockdiag/sphinxcontrib-blockdiag/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-ipafont-path.diff)
-sha256sums=('cc7385eb29c81b816ae761c75557ea52a624e51cf6a7456ba7d379ba7932de1a'
-'cd127f6f66d49d91d1b8716b5361d917c354e8eed6b6817e037d2c2441b7e9e8')
-
-prepare() {
-  cd sphinxcontrib-blockdiag-$pkgver
-  patch -Np1 -i ../ipafont-path.diff
-}
-
-build() {
-  cd sphinxcontrib-blockdiag-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd sphinxcontrib-blockdiag-$pkgver
-  # Running tests with 'nosetests' fails with issues around namespace packages
-  python -m nose -v
-}
-
-package() {
-  cd sphinxcontrib-blockdiag-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-sphinxcontrib-blockdiag/repos/community-testing-any/PKGBUILD 
(from rev 1068170, python-sphinxcontrib-blockdiag/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-11 02:29:30 UTC (rev 1068171)
@@ -0,0 +1,42 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-sphinxcontrib-blockdiag
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='A sphinx extension for embedding block diagram using blockdiag'
+arch=(any)
+url='https://github.com/blockdiag/sphinxcontrib-blockdiag'
+license=(BSD)
+depends=(python blockdiag python-sphinx)
+makedepends=(python-setuptools)
+# otf-ipafont is used by test_latex
+checkdepends=(python-nose python-sphinx-testing python-mock python-reportlab 
otf-ipafont)
+optdepends=(
+  'python-reportlab: for using PDF as the format of images'
+)
+source=("https://github.com/blockdiag/sphinxcontrib-blockdiag/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+ipafont-path.diff)
+sha256sums=('9061847004d900b458c2d611b4b539b2a3d594648060a222959f49c837cb41dc'
+'cd127f6f66d49d91d1b8716b5361d917c354e8eed6b6817e037d2c2441b7e9e8')
+
+prepare() {
+  cd sphinxcontrib-blockdiag-$pkgver
+  patch -Np1 -i ../ipafont-path.diff
+}
+
+build() {
+  cd sphinxcontrib-blockdiag-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd sphinxcontrib-blockdiag-$pkgver
+  # Running tests with 'nosetests' fails with issues around namespace packages
+  python -m nose -v
+}
+
+package() {
+  cd sphinxcontrib-blockdiag-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: ipafont-path.diff
===
--- ipafont-path.diff   2021-12-11 02:29:12 UTC (rev 1068170)
+++ ipafont-path.diff   2021-12-11 02:29:30 UTC (rev 1068171)
@@ -1,13 +0,0 @@
-diff --git a/tests/test_latex.py b/tests/test_latex.py
-index bcef06f..175b3ba 100644
 a/tests/test_latex.py
-+++ b/tests/test_latex.py
-@@ -8,7 +8,7 @@ import unittest
- 
- CR = "\r?\n"
- 
--blockdiag_fontpath = '/usr/share/fonts/truetype/ipafont/ipagp.ttf'
-+blockdiag_fontpath = '/usr/share/fonts/OTF/ipagp.ttf'
- with_png_app = with_app(srcdir='tests/docs/basic',
- buildername='latex',
- write_docstring=True,

Copied: 
python-sphinxcontrib-blockdiag/repos/community-testing-any/ipafont-path.diff 
(from rev 1068170, python-sphinxcontrib-blockdiag/trunk/ipafont-path.diff)
===
--- 

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

2021-12-10 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, December 11, 2021 @ 02:29:12
  Author: yan12125
Revision: 1068170

upgpkg: python-sphinxcontrib-blockdiag 3.0.0-1

Modified:
  python-sphinxcontrib-blockdiag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-11 01:30:41 UTC (rev 1068169)
+++ PKGBUILD2021-12-11 02:29:12 UTC (rev 1068170)
@@ -1,8 +1,8 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-sphinxcontrib-blockdiag
-pkgver=2.0.0
-pkgrel=4
+pkgver=3.0.0
+pkgrel=1
 pkgdesc='A sphinx extension for embedding block diagram using blockdiag'
 arch=(any)
 url='https://github.com/blockdiag/sphinxcontrib-blockdiag'
@@ -16,7 +16,7 @@
 )
 
source=("https://github.com/blockdiag/sphinxcontrib-blockdiag/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 ipafont-path.diff)
-sha256sums=('cc7385eb29c81b816ae761c75557ea52a624e51cf6a7456ba7d379ba7932de1a'
+sha256sums=('9061847004d900b458c2d611b4b539b2a3d594648060a222959f49c837cb41dc'
 'cd127f6f66d49d91d1b8716b5361d917c354e8eed6b6817e037d2c2441b7e9e8')
 
 prepare() {



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

2021-12-10 Thread Frederik Schwan via arch-commits
Date: Saturday, December 11, 2021 @ 01:30:36
  Author: freswa
Revision: 1068168

upgpkg: ghidra 10.1-1

yaysw updated in commit 7e6eea065f16dc23c7991353351b15a6ae851756
HFS Explorer removed in 750e6457548b5399628f1086d69c139e12980de8

Modified:
  ghidra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-11 00:03:59 UTC (rev 1068167)
+++ PKGBUILD2021-12-11 01:30:36 UTC (rev 1068168)
@@ -2,11 +2,10 @@
 # Maintainer: Levente Polyak 
 
 pkgname=ghidra
-pkgver=10.0.4
+pkgver=10.1
 _ghidra_data=7d843ec229d43c2d1a8178aaa892be90e37e95a2
 _d2j=2.0
-_yajsw=12.12
-_hfsx=0.21
+_yajsw=13.01
 pkgrel=1
 pkgdesc='Software reverse engineering framework'
 url='https://ghidra-sre.org/'
@@ -21,34 +20,27 @@
 
"git+https://github.com/NationalSecurityAgency/ghidra-data#commit=${_ghidra_data};
 
https://github.com/pxb1988/dex2jar/releases/download/${_d2j}/dex-tools-${_d2j}.zip
 
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/android4me/AXMLPrinter2.jar
-
https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-stable-${_yajsw}/yajsw-stable-${_yajsw}.zip
-
https://sourceforge.net/projects/catacombae/files/HFSExplorer/${_hfsx}/hfsexplorer-${_hfsx/./_}-bin.zip)
+
https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-beta-${_yajsw}/yajsw-beta-${_yajsw}.zip)
 noextract=(AXMLPrinter2.jar
-   yajsw-stable-${_yajsw}.zip
-   hfsexplorer-${_hfsx/./_}-bin.zip)
-sha512sums=('498f0a65dd62ac55194dba3fc82c3789b605805f20987e1f144b019f6e47575fbd811f621e540f190d97515f13026c226627456abaeadbcf1c2027f49a2e7290'
+   yajsw-beta-${_yajsw}.zip)
+sha512sums=('bde9018986fcbbdbd9466d1dcb058742c6d071d6385c5b7671904996b21d59d69ac4b1c559fd7c85b3f271aa620af3be5fe918eaf49cb178ca2a18844dc3fd85'
 'SKIP'
 
'c4a6c72ea09b58a44fcb8918cfada600467f10f99a02b53d2436ac68295e73c8daf9ba0a8bc7160ba1e28e87f032ee034435ebe40af35b6e2fe9fa4607581358'
 
'c1168ec913f1fbb0675915d4fd865ec9a8e8573f6c8aedcb6e68166f61f11aeaececc7548d54d78134843c0102c57d6350973f6d3027d0ffdae52a5c57a7f601'
-
'0ff5a228ae1c5251c8ba59f9bcd9b4a199b0caaf688f6eccba42c3d227784d8f56f9164b2fad73fc173ec314340c036144123ce152fe911013df5598bd708944'
-
'b85b4316115695acc78cc7c675c673058c05a238451562be0c6a48b2d11a28e5645a42cb62cdf063be015369df26201dfab6cf2e60f39e6468d1d53b23f94415')
+
'ed8758920b98003094c79824a9304abbb8ddd40b1a0e1d294093f9b1df81fe7af0770dce1fb64345734ba20eacea52cc6f4b439960b4cdffa808d401994a0e95')
 
 prepare() {
   export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"
-  install -d hfsx
-  unzip -u hfsexplorer-${_hfsx/./_}-bin.zip -d hfsx
-
   cd ghidra-Ghidra_${pkgver}_build
 
   # Copy needed libraries into flat repo folder
   install -Dm 644 ../dex2jar-${_d2j}/lib/dex-*.jar \
 ../AXMLPrinter2.jar \
-../hfsx/lib/{csframework,hfsx*,iharder-base64}.jar \
 -t dependencies/flatRepo
 
   # YAJSW expects this symlink
   ln -sf ghidra-Ghidra_${pkgver}_build ../ghidra.bin
-  install -Dm 644 ../yajsw-stable-${_yajsw}.zip -t Ghidra/Features/GhidraServer
+  install -Dm 644 ../yajsw-beta-${_yajsw}.zip -t dependencies/GhidraServer
 
   # Add FID datasets
   install -Dm 644 ../ghidra-data/FunctionID/*.fidb -t 
Ghidra/Features/FunctionID/src/main/fidb
@@ -62,7 +54,7 @@
   export PATH="$(pwd)/usr/share/java/gradle/bin/:${PATH}"
   cd ghidra-Ghidra_${pkgver}_build
   gradle yajswDevUnpack
-  gradle prebuildNatives_linux64
+  gradle buildNatives_linux_x86_64
   gradle sleighCompile
   gradle buildGhidra
 }
@@ -74,7 +66,7 @@
   install -d "${pkgdir}"/{opt,usr/bin}
   _appver=$(grep -oP '(?<=^application.version=).*$' 
Ghidra/application.properties)
   _relname=$(grep -oP '(?<=^application.release.name=).*$' 
Ghidra/application.properties)
-  unzip -u "build/dist/ghidra_${_appver}_${_relname}"_*_linux64.zip -d 
"${pkgdir}"/opt
+  unzip -u "build/dist/ghidra_${_appver}_${_relname}"_*_linux_x86_64.zip -d 
"${pkgdir}"/opt
 
   # Simplify some directory and binary names
   mv "${pkgdir}"/opt/ghidra{_*,}



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

2021-12-10 Thread Frederik Schwan via arch-commits
Date: Saturday, December 11, 2021 @ 01:30:41
  Author: freswa
Revision: 1068169

archrelease: copy trunk to community-testing-x86_64

Added:
  ghidra/repos/community-testing-x86_64/
  ghidra/repos/community-testing-x86_64/PKGBUILD
(from rev 1068168, ghidra/trunk/PKGBUILD)

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

Copied: ghidra/repos/community-testing-x86_64/PKGBUILD (from rev 1068168, 
ghidra/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-12-11 01:30:41 UTC (rev 1068169)
@@ -0,0 +1,77 @@
+# Maintainer: Robin Broda 
+# Maintainer: Levente Polyak 
+
+pkgname=ghidra
+pkgver=10.1
+_ghidra_data=7d843ec229d43c2d1a8178aaa892be90e37e95a2
+_d2j=2.0
+_yajsw=13.01
+pkgrel=1
+pkgdesc='Software reverse engineering framework'
+url='https://ghidra-sre.org/'
+arch=('x86_64')
+license=('Apache')
+depends=('java-environment>=11' 'bash')
+makedepends=('git' 'gradle' 'unzip' 'java-environment=11')
+optdepends=('python2: Python feature'
+'pam: GhidraServer support')
+options=('!strip')
+source=(https://github.com/NationalSecurityAgency/ghidra/archive/Ghidra_${pkgver}_build.tar.gz
+
"git+https://github.com/NationalSecurityAgency/ghidra-data#commit=${_ghidra_data};
+
https://github.com/pxb1988/dex2jar/releases/download/${_d2j}/dex-tools-${_d2j}.zip
+
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/android4me/AXMLPrinter2.jar
+
https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-beta-${_yajsw}/yajsw-beta-${_yajsw}.zip)
+noextract=(AXMLPrinter2.jar
+   yajsw-beta-${_yajsw}.zip)
+sha512sums=('bde9018986fcbbdbd9466d1dcb058742c6d071d6385c5b7671904996b21d59d69ac4b1c559fd7c85b3f271aa620af3be5fe918eaf49cb178ca2a18844dc3fd85'
+'SKIP'
+
'c4a6c72ea09b58a44fcb8918cfada600467f10f99a02b53d2436ac68295e73c8daf9ba0a8bc7160ba1e28e87f032ee034435ebe40af35b6e2fe9fa4607581358'
+
'c1168ec913f1fbb0675915d4fd865ec9a8e8573f6c8aedcb6e68166f61f11aeaececc7548d54d78134843c0102c57d6350973f6d3027d0ffdae52a5c57a7f601'
+
'ed8758920b98003094c79824a9304abbb8ddd40b1a0e1d294093f9b1df81fe7af0770dce1fb64345734ba20eacea52cc6f4b439960b4cdffa808d401994a0e95')
+
+prepare() {
+  export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"
+  cd ghidra-Ghidra_${pkgver}_build
+
+  # Copy needed libraries into flat repo folder
+  install -Dm 644 ../dex2jar-${_d2j}/lib/dex-*.jar \
+../AXMLPrinter2.jar \
+-t dependencies/flatRepo
+
+  # YAJSW expects this symlink
+  ln -sf ghidra-Ghidra_${pkgver}_build ../ghidra.bin
+  install -Dm 644 ../yajsw-beta-${_yajsw}.zip -t dependencies/GhidraServer
+
+  # Add FID datasets
+  install -Dm 644 ../ghidra-data/FunctionID/*.fidb -t 
Ghidra/Features/FunctionID/src/main/fidb
+
+  # Ignore lack of licensing for YAJSW zip, packed FID datasets, and the 
native binaries
+  sed -i '/FileTree tree/a\\t\texclude "yajsw-stable-**.zip"\n\t\texclude 
"src/main/fidb/**.fidb"\n\t\texclude "os/linux64/**"' gradle/support/ip.gradle
+}
+
+build() {
+  export GRADLE_HOME="$(pwd)/usr/share/java/gradle/"
+  export PATH="$(pwd)/usr/share/java/gradle/bin/:${PATH}"
+  cd ghidra-Ghidra_${pkgver}_build
+  gradle yajswDevUnpack
+  gradle buildNatives_linux_x86_64
+  gradle sleighCompile
+  gradle buildGhidra
+}
+
+package() {
+  cd ghidra-Ghidra_${pkgver}_build
+
+  # Extract built archive into destination folder
+  install -d "${pkgdir}"/{opt,usr/bin}
+  _appver=$(grep -oP '(?<=^application.version=).*$' 
Ghidra/application.properties)
+  _relname=$(grep -oP '(?<=^application.release.name=).*$' 
Ghidra/application.properties)
+  unzip -u "build/dist/ghidra_${_appver}_${_relname}"_*_linux_x86_64.zip -d 
"${pkgdir}"/opt
+
+  # Simplify some directory and binary names
+  mv "${pkgdir}"/opt/ghidra{_*,}
+  ln -s /opt/ghidra/ghidraRun "${pkgdir}"/usr/bin/ghidra
+  ln -s /opt/ghidra/support/analyzeHeadless 
"${pkgdir}"/usr/bin/ghidra-analyzeHeadless
+}
+
+# vim: ts=2 sw=2 et:



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

2021-12-10 Thread Felix Yan via arch-commits
Date: Saturday, December 11, 2021 @ 00:08:40
  Author: felixonmars
Revision: 431847

archrelease: copy trunk to testing-any

Added:
  python-setuptools/repos/testing-any/PKGBUILD
(from rev 431846, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-11 00:08:32 UTC (rev 431846)
+++ PKGBUILD2021-12-11 00:08:40 UTC (rev 431847)
@@ -1,90 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgname=python-setuptools
-pkgver=57.4.0
-pkgrel=5
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="https://pypi.org/project/setuptools/;
-depends=('python-appdirs' 'python-more-itertools' 'python-ordered-set' 
'python-packaging'
- 'python-pyparsing')
-makedepends=('git')
-checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-mock' 
'python-pip'
-  'python-pytest-fixture-config' 'python-pytest-flake8' 
'python-pytest-virtualenv'
-  'python-wheel' 'python-paver' 'python-pytest-cov' 
'python-sphinx')
-provides=('python-distribute')
-replaces=('python-distribute')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('3fa09841118c8e554ee5db141188d4ab19853b12e11c35891600dd0159afff35bfcdf00e51d8897c1d68879c8248c9e67dae5909028a967a63d24c0248a1f2ef')
-
-export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-
-prepare() {
-  # Bootstrap for proper metadata
-  python -m ensurepip
-
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
-
-  # Upstream devendoring logic is badly broken, see:
-  # https://bugs.archlinux.org/task/58670
-  # https://github.com/pypa/pip/issues/5429
-  # https://github.com/pypa/setuptools/issues/1383
-  # The simplest fix is to simply rewrite import paths to use the canonical
-  # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'./from /' \
-  -e 's/import '$_module.extern'./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  {} +
-  done
-
-  # https://github.com/pypa/setuptools/issues/2466
-  sed -i '/ignore:lib2to3 package is deprecated:DeprecationWarning/a \
ignore:Creating a LegacyVersion has been deprecated and will be removed in the 
next major release:DeprecationWarning' \
-  setuptools-$pkgver/pytest.ini
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i @pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-  
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd setuptools-$pkgver
-  python setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd setuptools-$pkgver
-  python -m pytest --deselect setuptools/tests/test_distutils_adoption.py
-)}
-
-package() {
-  cd setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}

Copied: python-setuptools/repos/testing-any/PKGBUILD (from rev 431846, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-11 00:08:40 UTC (rev 431847)
@@ -0,0 +1,87 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Eli Schwartz 
+
+pkgname=python-setuptools
+pkgver=57.4.0
+pkgrel=6
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="https://pypi.org/project/setuptools/;
+depends=('python-appdirs' 'python-more-itertools' 'python-ordered-set' 

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

2021-12-10 Thread Felix Yan via arch-commits
Date: Saturday, December 11, 2021 @ 00:08:32
  Author: felixonmars
Revision: 431846

upgpkg: python-setuptools 1:57.4.0-6: remove bootstrap hack

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 22:18:06 UTC (rev 431845)
+++ PKGBUILD2021-12-11 00:08:32 UTC (rev 431846)
@@ -4,7 +4,7 @@
 
 pkgname=python-setuptools
 pkgver=57.4.0
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')
@@ -12,7 +12,7 @@
 url="https://pypi.org/project/setuptools/;
 depends=('python-appdirs' 'python-more-itertools' 'python-ordered-set' 
'python-packaging'
  'python-pyparsing')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
 checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-mock' 
'python-pip'
   'python-pytest-fixture-config' 'python-pytest-flake8' 
'python-pytest-virtualenv'
   'python-wheel' 'python-paver' 'python-pytest-cov' 
'python-sphinx')
@@ -24,9 +24,6 @@
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
 prepare() {
-  # Bootstrap for proper metadata
-  python -m ensurepip
-
   rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
 
   # Upstream devendoring logic is badly broken, see:



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

2021-12-10 Thread Frederik Schwan via arch-commits
Date: Saturday, December 11, 2021 @ 00:03:28
  Author: freswa
Revision: 1068166

archrelease: copy trunk to community-testing-x86_64

Added:
  fetchmail/repos/community-testing-x86_64/PKGBUILD
(from rev 1068165, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/community-testing-x86_64/fetchmail.service
(from rev 1068165, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/community-testing-x86_64/fetchmail.sysusers
(from rev 1068165, fetchmail/trunk/fetchmail.sysusers)
  fetchmail/repos/community-testing-x86_64/fetchmail.tmpfiles
(from rev 1068165, fetchmail/trunk/fetchmail.tmpfiles)
Deleted:
  fetchmail/repos/community-testing-x86_64/PKGBUILD
  fetchmail/repos/community-testing-x86_64/fetchmail.service
  fetchmail/repos/community-testing-x86_64/fetchmail.sysusers
  fetchmail/repos/community-testing-x86_64/fetchmail.tmpfiles

+
 PKGBUILD   |   76 +--
 fetchmail.service  |   22 +++---
 fetchmail.sysusers |4 +-
 fetchmail.tmpfiles |4 +-
 4 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-11 00:03:25 UTC (rev 1068165)
+++ PKGBUILD2021-12-11 00:03:28 UTC (rev 1068166)
@@ -1,38 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Amish 
-# Contributor: Victor3D 
-
-pkgname=fetchmail
-pkgver=6.4.24
-pkgrel=2
-pkgdesc='A remote-mail retrieval utility'
-arch=('x86_64')
-url='https://www.fetchmail.info'
-license=('GPL')
-depends=('openssl')
-makedepends=('python')
-optdepends=('tk: for using fetchmailconf'
-'python-future: for using fetchmailconf')
-source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-'fetchmail.tmpfiles'
-'fetchmail.sysusers'
-'fetchmail.service')
-b2sums=('f522fda736117c85df9d27781a5452363789e4917efa96fe733abebae0445d24a3342880dfb614cc6259e47e505e222106be5088823e0ee397cccb8c5f8ba131'
-
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
-
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
-
'fca5437bec78786b9624c774015b9e0e7175973d548dbdab406af797a8c4a53b474d73b897a0009faee4dafd62190f93514c6f1ce403312b6a51afb4996dbf21')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-ssl=/usr
-  make
-}
-
-package() {
-  install -D -m644 fetchmail.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/fetchmail.conf
-  install -D -m644 fetchmail.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/fetchmail.conf
-  install -D -m644 fetchmail.service 
"${pkgdir}"/usr/lib/systemd/system/fetchmail.service
-  
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: fetchmail/repos/community-testing-x86_64/PKGBUILD (from rev 1068165, 
fetchmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-11 00:03:28 UTC (rev 1068166)
@@ -0,0 +1,38 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Amish 
+# Contributor: Victor3D 
+
+pkgname=fetchmail
+pkgver=6.4.25
+pkgrel=1
+pkgdesc='A remote-mail retrieval utility'
+arch=('x86_64')
+url='https://www.fetchmail.info'
+license=('GPL')
+depends=('openssl')
+makedepends=('python')
+optdepends=('tk: for using fetchmailconf'
+'python-future: for using fetchmailconf')
+source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'fetchmail.tmpfiles'
+'fetchmail.sysusers'
+'fetchmail.service')
+b2sums=('00adb7b5012ef5e1edb03f05fa861826828973c3b964845d90a3be3845dccd848e0a811d7aecdc6771dd5a7b0243172378664d6d9fffc2a201b86ef9d0f7875d'
+
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
+
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
+
'fca5437bec78786b9624c774015b9e0e7175973d548dbdab406af797a8c4a53b474d73b897a0009faee4dafd62190f93514c6f1ce403312b6a51afb4996dbf21')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-ssl=/usr
+  make
+}
+
+package() {
+  install -D -m644 fetchmail.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/fetchmail.conf
+  install -D -m644 fetchmail.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/fetchmail.conf
+  install -D -m644 fetchmail.service 
"${pkgdir}"/usr/lib/systemd/system/fetchmail.service
+  
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: fetchmail.service
===
--- fetchmail.service   2021-12-11 00:03:25 UTC (rev 1068165)
+++ fetchmail.service   2021-12-11 00:03:28 UTC 

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

2021-12-10 Thread Frederik Schwan via arch-commits
Date: Saturday, December 11, 2021 @ 00:03:25
  Author: freswa
Revision: 1068165

upgpkg: fetchmail 6.4.25-1

Modified:
  fetchmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 23:34:17 UTC (rev 1068164)
+++ PKGBUILD2021-12-11 00:03:25 UTC (rev 1068165)
@@ -3,8 +3,8 @@
 # Contributor: Victor3D 
 
 pkgname=fetchmail
-pkgver=6.4.24
-pkgrel=2
+pkgver=6.4.25
+pkgrel=1
 pkgdesc='A remote-mail retrieval utility'
 arch=('x86_64')
 url='https://www.fetchmail.info'
@@ -17,7 +17,7 @@
 'fetchmail.tmpfiles'
 'fetchmail.sysusers'
 'fetchmail.service')
-b2sums=('f522fda736117c85df9d27781a5452363789e4917efa96fe733abebae0445d24a3342880dfb614cc6259e47e505e222106be5088823e0ee397cccb8c5f8ba131'
+b2sums=('00adb7b5012ef5e1edb03f05fa861826828973c3b964845d90a3be3845dccd848e0a811d7aecdc6771dd5a7b0243172378664d6d9fffc2a201b86ef9d0f7875d'
 
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
 
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
 
'fca5437bec78786b9624c774015b9e0e7175973d548dbdab406af797a8c4a53b474d73b897a0009faee4dafd62190f93514c6f1ce403312b6a51afb4996dbf21')



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

2021-12-10 Thread George Rawlinson via arch-commits
Date: Friday, December 10, 2021 @ 23:34:17
  Author: grawlinson
Revision: 1068164

archrelease: copy trunk to community-x86_64

Added:
  elvish/repos/community-x86_64/PKGBUILD
(from rev 1068163, elvish/trunk/PKGBUILD)
  elvish/repos/community-x86_64/elvish.install
(from rev 1068163, elvish/trunk/elvish.install)
Deleted:
  elvish/repos/community-x86_64/PKGBUILD
  elvish/repos/community-x86_64/elvish.install

+
 PKGBUILD   |  128 +++
 elvish.install |   28 ++--
 2 files changed, 79 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 23:33:19 UTC (rev 1068163)
+++ PKGBUILD2021-12-10 23:34:17 UTC (rev 1068164)
@@ -1,63 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Haochen Tong 
-# Contributor: Qi Xiao 
-
-pkgname=elvish
-pkgver=0.16.3
-pkgrel=1
-pkgdesc="A friendly and expressive Unix shell"
-arch=('x86_64')
-url="https://elv.sh;
-license=('BSD')
-makedepends=('git' 'go')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elves/elvish/archive/v$pkgver.tar.gz;)
-b2sums=('e6e412cad068e01bf9d8d0d5709a3463e12bad782b2b0efe8c2b2810d349eae407de68a8b9226e4481e3f51b116207f884342b115e316b42eeb916d1c63bfdd7')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod vendor
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=vendor \
--modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS} \
--X github.com/elves/elvish/pkg/buildinfo.Reproducible=true \
--X github.com/elves/elvish/pkg/buildinfo.Version=$pkgver" \
--o build \
-./cmd/...
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  go test -v -race ./...
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/elvish
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" ./*.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: elvish/repos/community-x86_64/PKGBUILD (from rev 1068163, 
elvish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 23:34:17 UTC (rev 1068164)
@@ -0,0 +1,65 @@
+# Maintainer: George Rawlinson 
+# Contributor: Haochen Tong 
+# Contributor: Qi Xiao 
+
+pkgname=elvish
+pkgver=0.17.0
+pkgrel=1
+pkgdesc="A friendly and expressive Unix shell"
+arch=('x86_64')
+url="https://elv.sh;
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'go')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elves/elvish/archive/v$pkgver.tar.gz;)
+sha512sums=('bbf4895a99f3c1aa1d35cc04073feba121fda72afcb5dc241c5b1ded3c3f815d81f3ad4b9a51878ead865ecee3ea5dacc855a38057aa7e49a2ada306fc950895')
+b2sums=('3725787f287dff6d2e740f75a4a62a47815166c7146d32b9358720209fc9eb4660b68599f8cc05313a44a5f02d97a0b30077588d9950048ae02a66f741795096')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS} \
+-X github.com/elves/elvish/pkg/buildinfo.Reproducible=true \
+-X github.com/elves/elvish/pkg/buildinfo.Version=$pkgver" \
+-o build \
+./cmd/...
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  go test -v -race ./...
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/elvish
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" ./*.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Deleted: elvish.install
===
--- elvish.install  2021-12-10 23:33:19 UTC (rev 1068163)
+++ elvish.install  2021-12-10 23:34:17 UTC (rev 1068164)
@@ -1,14 +0,0 @@
-post_install() {
-  grep -Fqx /bin/elvish /etc/shells || echo /bin/elvish >> /etc/shells
-  grep -Fqx /usr/bin/elvish /etc/shells || echo /usr/bin/elvish >> /etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -i -r '/^(\/usr)?\/bin\/elvish$/d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: elvish/repos/community-x86_64/elvish.install (from rev 1068163, 
elvish/trunk/elvish.install)
===
--- elvish.install 

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

2021-12-10 Thread George Rawlinson via arch-commits
Date: Friday, December 10, 2021 @ 23:33:19
  Author: grawlinson
Revision: 1068163

upgpkg: elvish 0.17.0-1

* New upstream release.
* Change go module method from vendor to download.
* Add dependency: glibc.

Modified:
  elvish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 22:57:13 UTC (rev 1068162)
+++ PKGBUILD2021-12-10 23:33:19 UTC (rev 1068163)
@@ -3,16 +3,18 @@
 # Contributor: Qi Xiao 
 
 pkgname=elvish
-pkgver=0.16.3
+pkgver=0.17.0
 pkgrel=1
 pkgdesc="A friendly and expressive Unix shell"
 arch=('x86_64')
 url="https://elv.sh;
 license=('BSD')
+depends=('glibc')
 makedepends=('git' 'go')
 install="$pkgname.install"
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/elves/elvish/archive/v$pkgver.tar.gz;)
-b2sums=('e6e412cad068e01bf9d8d0d5709a3463e12bad782b2b0efe8c2b2810d349eae407de68a8b9226e4481e3f51b116207f884342b115e316b42eeb916d1c63bfdd7')
+sha512sums=('bbf4895a99f3c1aa1d35cc04073feba121fda72afcb5dc241c5b1ded3c3f815d81f3ad4b9a51878ead865ecee3ea5dacc855a38057aa7e49a2ada306fc950895')
+b2sums=('3725787f287dff6d2e740f75a4a62a47815166c7146d32b9358720209fc9eb4660b68599f8cc05313a44a5f02d97a0b30077588d9950048ae02a66f741795096')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -21,7 +23,7 @@
   mkdir build
 
   # download dependencies
-  go mod vendor
+  go mod download
 }
 
 build() {
@@ -35,7 +37,7 @@
   go build -v \
 -trimpath \
 -buildmode=pie \
--mod=vendor \
+-mod=readonly \
 -modcacherw \
 -ldflags "-linkmode external -extldflags ${LDFLAGS} \
 -X github.com/elves/elvish/pkg/buildinfo.Reproducible=true \



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

2021-12-10 Thread Antonio Rojas via arch-commits
Date: Friday, December 10, 2021 @ 22:57:13
  Author: arojas
Revision: 1068162

archrelease: copy trunk to community-x86_64

Added:
  kalendar/repos/community-x86_64/PKGBUILD
(from rev 1068161, kalendar/trunk/PKGBUILD)
Deleted:
  kalendar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 22:56:56 UTC (rev 1068161)
+++ PKGBUILD2021-12-10 22:57:13 UTC (rev 1068162)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kalendar
-pkgver=0.3.1
-pkgrel=2
-pkgdesc='A calendar application using Akonadi to sync with external services'
-arch=(x86_64)
-url='https://apps.kde.org/kalendar/'
-license=(GPL)
-depends=(kdepim-runtime eventviews)
-makedepends=(extra-cmake-modules boost)
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('8300a40addb3cb294ccf6e7fb70dd570072b8828c5635f2008851248cc796dca')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kalendar/repos/community-x86_64/PKGBUILD (from rev 1068161, 
kalendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 22:57:13 UTC (rev 1068162)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kalendar
+pkgver=0.3.1
+pkgrel=3
+pkgdesc='A calendar application using Akonadi to sync with external services'
+arch=(x86_64)
+url='https://apps.kde.org/kalendar/'
+license=(GPL)
+depends=(kdepim-runtime eventviews)
+makedepends=(extra-cmake-modules boost)
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8300a40addb3cb294ccf6e7fb70dd570072b8828c5635f2008851248cc796dca')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-12-10 Thread Antonio Rojas via arch-commits
Date: Friday, December 10, 2021 @ 22:56:56
  Author: arojas
Revision: 1068161

Rebuild with kcalutils 21.12 (FS#72973)

Modified:
  kalendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 22:52:02 UTC (rev 1068160)
+++ PKGBUILD2021-12-10 22:56:56 UTC (rev 1068161)
@@ -2,7 +2,7 @@
 
 pkgname=kalendar
 pkgver=0.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A calendar application using Akonadi to sync with external services'
 arch=(x86_64)
 url='https://apps.kde.org/kalendar/'



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

2021-12-10 Thread Orhun Parmaksiz via arch-commits
Date: Friday, December 10, 2021 @ 22:52:02
  Author: orhun
Revision: 1068160

archrelease: copy trunk to community-x86_64

Added:
  taskwarrior-tui/repos/community-x86_64/PKGBUILD
(from rev 1068159, taskwarrior-tui/trunk/PKGBUILD)
Deleted:
  taskwarrior-tui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 22:51:54 UTC (rev 1068159)
+++ PKGBUILD2021-12-10 22:52:02 UTC (rev 1068160)
@@ -1,45 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=taskwarrior-tui
-pkgver=0.16.0
-pkgrel=1
-pkgdesc="A terminal user interface for taskwarrior"
-arch=('x86_64')
-url="https://github.com/kdheepak/taskwarrior-tui;
-license=('MIT')
-depends=('task')
-makedepends=('rust' 'git')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-"git+https://github.com/kdheepak/taskwarrior-testdata;)
-sha256sums=('57d2b812fd48aa1353352f3fdd659cbcf223fbc00968285f8374201eedb5010c'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen --all-features
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export TASKRC="../taskwarrior-testdata/.taskrc"
-  export TASKDATA="../taskwarrior-testdata/.task"
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "docs/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
-  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: taskwarrior-tui/repos/community-x86_64/PKGBUILD (from rev 1068159, 
taskwarrior-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 22:52:02 UTC (rev 1068160)
@@ -0,0 +1,45 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=taskwarrior-tui
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="A terminal user interface for taskwarrior"
+arch=('x86_64')
+url="https://github.com/kdheepak/taskwarrior-tui;
+license=('MIT')
+depends=('task')
+makedepends=('rust' 'git')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+"git+https://github.com/kdheepak/taskwarrior-testdata;)
+sha256sums=('c5306f93d929bb977ad3b3c9fb30921f1fb258f028a14b50045d61de6b9351ac'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen --all-features
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export TASKRC="../taskwarrior-testdata/.taskrc"
+  export TASKDATA="../taskwarrior-testdata/.task"
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "docs/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
+  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-12-10 Thread Orhun Parmaksiz via arch-commits
Date: Friday, December 10, 2021 @ 22:51:54
  Author: orhun
Revision: 1068159

upgpkg: taskwarrior-tui 0.16.1-1: upstream release

Modified:
  taskwarrior-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 22:23:18 UTC (rev 1068158)
+++ PKGBUILD2021-12-10 22:51:54 UTC (rev 1068159)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=taskwarrior-tui
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc="A terminal user interface for taskwarrior"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('rust' 'git')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
 "git+https://github.com/kdheepak/taskwarrior-testdata;)
-sha256sums=('57d2b812fd48aa1353352f3fdd659cbcf223fbc00968285f8374201eedb5010c'
+sha256sums=('c5306f93d929bb977ad3b3c9fb30921f1fb258f028a14b50045d61de6b9351ac'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in gst-editing-services/repos/community-testing-x86_64 (2 files)

2021-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 10, 2021 @ 22:23:18
  Author: heftig
Revision: 1068158

archrelease: copy trunk to community-testing-x86_64

Added:
  gst-editing-services/repos/community-testing-x86_64/PKGBUILD
(from rev 1068157, gst-editing-services/trunk/PKGBUILD)
Deleted:
  gst-editing-services/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 22:23:02 UTC (rev 1068157)
+++ PKGBUILD2021-12-10 22:23:18 UTC (rev 1068158)
@@ -1,36 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: Lubosz Sarnecki 
-# Contributor: Kerrick Staley 
-# Contributor: Thijs Vermeir 
-
-pkgname=gst-editing-services
-pkgver=1.18.5
-pkgrel=2
-pkgdesc='GStreamer library for creating audio/video editors'
-arch=('x86_64')
-license=('LGPL')
-url='https://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('bash-completion' 'gobject-introspection' 'gtk-doc' 'meson' 
'python-gobject')
-checkdepends=('gst-plugins-bad' 'gst-plugins-good')
-source=("https://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5' # Sebastian Dröge
-  'D637032E45B8C6585B9456565D2EEE6F6F349D7C') # Tim-Philipp Müller
-sha256sums=('8af4a8394d051f3e18280686db49a6efaccc95c0c59a17f0f564e32000590df5'
-'SKIP')
-
-build() {
-  arch-meson $pkgname-$pkgver build \
--D doc=disabled \
--D validate=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gst-editing-services/repos/community-testing-x86_64/PKGBUILD (from rev 
1068157, gst-editing-services/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 22:23:18 UTC (rev 1068158)
@@ -0,0 +1,38 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: Lubosz Sarnecki 
+# Contributor: Kerrick Staley 
+# Contributor: Thijs Vermeir 
+
+pkgname=gst-editing-services
+pkgver=1.18.5
+pkgrel=3
+pkgdesc='GStreamer library for creating audio/video editors'
+arch=('x86_64')
+license=('LGPL')
+url='https://gstreamer.freedesktop.org/modules/gst-editing-services.html'
+depends=('gst-plugins-base')
+makedepends=('bash-completion' 'gobject-introspection' 'gtk-doc' 'meson' 
'python-gobject')
+checkdepends=('gst-plugins-bad' 'gst-plugins-good')
+source=("https://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5' # Sebastian Dröge
+  'D637032E45B8C6585B9456565D2EEE6F6F349D7C') # Tim-Philipp Müller
+sha256sums=('8af4a8394d051f3e18280686db49a6efaccc95c0c59a17f0f564e32000590df5'
+'SKIP')
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+-D doc=disabled \
+-D validate=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}



[arch-commits] Commit in gst-editing-services/trunk (PKGBUILD)

2021-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 10, 2021 @ 22:23:02
  Author: heftig
Revision: 1068157

1.18.5-3: compile python, otherwise we get untracked pyc

Modified:
  gst-editing-services/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 21:12:58 UTC (rev 1068156)
+++ PKGBUILD2021-12-10 22:23:02 UTC (rev 1068157)
@@ -6,7 +6,7 @@
 
 pkgname=gst-editing-services
 pkgver=1.18.5
-pkgrel=2
+pkgrel=3
 pkgdesc='GStreamer library for creating audio/video editors'
 arch=('x86_64')
 license=('LGPL')
@@ -32,5 +32,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
 }



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

2021-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 10, 2021 @ 22:18:06
  Author: heftig
Revision: 431845

archrelease: copy trunk to extra-x86_64

Added:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
(from rev 431844, gnome-calendar/trunk/PKGBUILD)
Deleted:
  gnome-calendar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 22:17:53 UTC (rev 431844)
+++ PKGBUILD2021-12-10 22:18:06 UTC (rev 431845)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=41.1
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-url="https://wiki.gnome.org/Apps/Calendar;
-arch=(x86_64)
-license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center
- libdazzle libhandy)
-makedepends=(git meson)
-optdepends=('evolution: ICS file import')
-groups=(gnome)
-_commit=59ad10ba3aaed69c96c5e7f710b3f2c6b35131ae  # tags/41.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
-sha256sums=('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() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 431844, 
gnome-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 22:18:06 UTC (rev 431845)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=41.2
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar;
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center
+ libdazzle libhandy)
+makedepends=(git meson)
+groups=(gnome)
+_commit=deb9ff18302457b91fb8013f98880c8e3a548c19  # tags/41.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2021-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 10, 2021 @ 22:17:53
  Author: heftig
Revision: 431844

41.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 18:12:17 UTC (rev 431843)
+++ PKGBUILD2021-12-10 22:17:53 UTC (rev 431844)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=41.1
+pkgver=41.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -12,13 +12,13 @@
  libdazzle libhandy)
 makedepends=(git meson)
 groups=(gnome)
-_commit=59ad10ba3aaed69c96c5e7f710b3f2c6b35131ae  # tags/41.1^0
+_commit=deb9ff18302457b91fb8013f98880c8e3a548c19  # tags/41.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



[arch-commits] Commit in virtualbox/repos/community-testing-x86_64 (52 files)

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Friday, December 10, 2021 @ 19:53:01
  Author: foutrelis
Revision: 1068153

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox/repos/community-testing-x86_64/001-disable-update.patch
(from rev 1068152, virtualbox/trunk/001-disable-update.patch)
  virtualbox/repos/community-testing-x86_64/002-python310.patch
(from rev 1068152, virtualbox/trunk/002-python310.patch)
  virtualbox/repos/community-testing-x86_64/003-pyunicode.patch
(from rev 1068152, virtualbox/trunk/003-pyunicode.patch)
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
(from rev 1068152, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 1068152, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-x86_64/008-no-vboxvideo.patch
(from rev 1068152, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-testing-x86_64/009-i3wm.patch
(from rev 1068152, virtualbox/trunk/009-i3wm.patch)
  
virtualbox/repos/community-testing-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
(from rev 1068152, 
virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch)
  virtualbox/repos/community-testing-x86_64/013-Makefile.patch
(from rev 1068152, virtualbox/trunk/013-Makefile.patch)
  virtualbox/repos/community-testing-x86_64/017-fix-narrowing-conversion.patch
(from rev 1068152, virtualbox/trunk/017-fix-narrowing-conversion.patch)
  virtualbox/repos/community-testing-x86_64/018-xclient.patch
(from rev 1068152, virtualbox/trunk/018-xclient.patch)
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
(from rev 1068152, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
(from rev 1068152, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
(from rev 1068152, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-x86_64/PKGBUILD
(from rev 1068152, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-x86_64/build.sh
(from rev 1068152, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-x86_64/vboxdrmclient.path
(from rev 1068152, virtualbox/trunk/vboxdrmclient.path)
  virtualbox/repos/community-testing-x86_64/vboxdrmclient.service
(from rev 1068152, virtualbox/trunk/vboxdrmclient.service)
  virtualbox/repos/community-testing-x86_64/vboxreload
(from rev 1068152, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
(from rev 1068152, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-x86_64/vboxservice.service
(from rev 1068152, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-x86_64/vboxweb.service
(from rev 1068152, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-x86_64/virtualbox-ext-vnc.install
(from rev 1068152, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-utils.sysusers
(from rev 1068152, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.conf
(from rev 1068152, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.install
(from rev 1068152, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-testing-x86_64/virtualbox.sysusers
(from rev 1068152, virtualbox/trunk/virtualbox.sysusers)
Deleted:
  virtualbox/repos/community-testing-x86_64/001-disable-update.patch
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
  virtualbox/repos/community-testing-x86_64/008-no-vboxvideo.patch
  virtualbox/repos/community-testing-x86_64/009-i3wm.patch
  
virtualbox/repos/community-testing-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
  virtualbox/repos/community-testing-x86_64/013-Makefile.patch
  virtualbox/repos/community-testing-x86_64/017-fix-narrowing-conversion.patch
  virtualbox/repos/community-testing-x86_64/018-xclient.patch
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
  virtualbox/repos/community-testing-x86_64/PKGBUILD
  virtualbox/repos/community-testing-x86_64/build.sh
  virtualbox/repos/community-testing-x86_64/vboxdrmclient.path
  virtualbox/repos/community-testing-x86_64/vboxdrmclient.service
  virtualbox/repos/community-testing-x86_64/vboxreload
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
  virtualbox/repos/community-testing-x86_64/vboxservice.service
  virtualbox/repos/community-testing-x86_64/vboxweb.service
  

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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Friday, December 10, 2021 @ 19:52:38
  Author: foutrelis
Revision: 1068152

upgpkg: virtualbox 6.1.30-3: fix build with Python 3.10

Added:
  virtualbox/trunk/002-python310.patch
  virtualbox/trunk/003-pyunicode.patch
Modified:
  virtualbox/trunk/PKGBUILD

-+
 002-python310.patch |  143 ++
 003-pyunicode.patch |   26 +
 PKGBUILD|   10 +--
 3 files changed, 174 insertions(+), 5 deletions(-)

Added: 002-python310.patch
===
--- 002-python310.patch (rev 0)
+++ 002-python310.patch 2021-12-10 19:52:38 UTC (rev 1068152)
@@ -0,0 +1,143 @@
+# https://www.virtualbox.org/changeset/90537/vbox
+
+Index: trunk/configure
+===
+--- trunk/configure(revision 90536)
 trunk/configure(revision 90537)
+@@ -3,7 +3,7 @@
+ # libraries VBox OSE depends on.
+ 
+ #
+-# Copyright (C) 2006-2020 Oracle Corporation
++# Copyright (C) 2006-2021 Oracle Corporation
+ #
+ # This file is part of VirtualBox Open Source Edition (OSE), as
+ # available from http://www.virtualbox.org. This file is free software;
+@@ -2043,7 +2043,7 @@
+ }
+ EOF
+   found=
+-  SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 
python3.4m python3.5 python3.5m python3.6 python3.6m python3.7 python3.7m 
python3.8 python3.8m python3.9 python3.9m"
++  SUPPYTHONLIBS="python2.7 python2.6 python3.1 python3.2 python3.3 python3.4 
python3.4m python3.5 python3.5m python3.6 python3.6m python3.7 python3.7m 
python3.8 python3.8m python3.9 python3.9m python3.10 python3.10m"
+   for p in $PYTHONDIR; do
+ for d in $SUPPYTHONLIBS; do
+   for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do
+Index: trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp
+===
+--- trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp  (revision 90536)
 trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp  (revision 90537)
+@@ -84,7 +84,11 @@
+ #  define MANGLE_MODULE_INIT(a_Name)RT_CONCAT(a_Name, MODULE_NAME_SUFFIX)
+ # endif
+ # ifdef VBOX_PYXPCOM_VERSIONED
+-#  if   PY_VERSION_HEX >= 0x0309 && PY_VERSION_HEX < 0x030a
++#  if   PY_VERSION_HEX >= 0x030a && PY_VERSION_HEX < 0x030b
++#   define MODULE_NAMEMANGLE_MODULE_NAME("VBoxPython3_10")
++#   define initVBoxPython MANGLE_MODULE_INIT(PyInit_VBoxPython3_10)
++
++#  elif   PY_VERSION_HEX >= 0x0309 && PY_VERSION_HEX < 0x030a
+ #   define MODULE_NAMEMANGLE_MODULE_NAME("VBoxPython3_9")
+ #   define initVBoxPython MANGLE_MODULE_INIT(PyInit_VBoxPython3_9)
+ 
+Index: trunk/src/libs/xpcom18a4/python/Makefile.kmk
+===
+--- trunk/src/libs/xpcom18a4/python/Makefile.kmk   (revision 90536)
 trunk/src/libs/xpcom18a4/python/Makefile.kmk   (revision 90537)
+@@ -4,7 +4,7 @@
+ #
+ 
+ #
+-# Copyright (C) 2009-2017 Oracle Corporation
++# Copyright (C) 2009-2021 Oracle Corporation
+ #
+ # This file is part of VirtualBox Open Source Edition (OSE), as
+ # available from http://www.virtualbox.org. This file is free software;
+@@ -20,7 +20,7 @@
+ 
+ #
+ # List of supported Python versions, defining a number of
+-# 
VBOX_PYTHON[26|27|31|32|32M|33|33M|34|34M|35|35M|36|36M|37|37M|38|38M|39|39M|DEF]_[INC|LIB]
 variables
++# 
VBOX_PYTHON[26|27|31|32|32M|33|33M|34|34M|35|35M|36|36M|37|37M|38|38M|39|39M|310|310M|DEF]_[INC|LIB]
 variables
+ # which get picked up below.
+ #
+ ifeq ($(KBUILD_TARGET),darwin) # Relatively predictable, don't script.
+@@ -646,6 +646,52 @@
+  endif
+ endif
+ 
++ifdef VBOX_PYTHON310_INC
++#
++# Python 3.10 version
++#
++DLLS += VBoxPython3_10
++VBoxPython3_10_EXTENDS= VBoxPythonBase
++VBoxPython3_10_EXTENDS_BY = appending
++VBoxPython3_10_TEMPLATE   = XPCOM
++VBoxPython3_10_INCS   = $(VBOX_PYTHON310_INC)
++VBoxPython3_10_LIBS   = $(VBOX_PYTHON310_LIB)
++
++ ifdef VBOX_WITH_32_ON_64_MAIN_API
++  ifdef VBOX_PYTHON310_LIB_X86
++DLLS += VBoxPython3_10_x86
++VBoxPython3_10_x86_EXTENDS= VBoxPythonBase_x86
++VBoxPython3_10_x86_EXTENDS_BY = appending
++VBoxPython3_10_x86_TEMPLATE   = XPCOM
++VBoxPython3_10_x86_INCS   = $(VBOX_PYTHON310_INC)
++VBoxPython3_10_x86_LIBS   = $(VBOX_PYTHON310_LIB_X86)
++  endif
++ endif
++endif
++
++ifdef VBOX_PYTHON310M_INC
++#
++# Python 3.10 version with pymalloc
++#
++DLLS += VBoxPython3_10m
++VBoxPython3_10m_EXTENDS= VBoxPythonBase_m
++VBoxPython3_10m_EXTENDS_BY = appending
++VBoxPython3_10m_TEMPLATE   = XPCOM
++VBoxPython3_10m_INCS   = $(VBOX_PYTHON310M_INC)
++VBoxPython3_10m_LIBS   = $(VBOX_PYTHON310M_LIB)
++
++ ifdef VBOX_WITH_32_ON_64_MAIN_API
++  ifdef VBOX_PYTHON310M_LIB_X86
++DLLS += VBoxPython3_10m_x86
++VBoxPython3_10m_x86_EXTENDS= VBoxPythonBase_x86_m
++VBoxPython3_10m_x86_EXTENDS_BY = 

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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 19:33:38
  Author: dvzrv
Revision: 1068151

archrelease: copy trunk to community-testing-x86_64

Added:
  rt-tests/repos/community-testing-x86_64/PKGBUILD
(from rev 1068150, rt-tests/trunk/PKGBUILD)
Deleted:
  rt-tests/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 19:33:31 UTC (rev 1068150)
+++ PKGBUILD2021-12-10 19:33:38 UTC (rev 1068151)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Joakim Hernberg 
-
-pkgname=rt-tests
-pkgver=2.2
-pkgrel=2
-pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
-arch=('x86_64')
-url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;
-license=('GPL2')
-groups=('realtime')
-depends=('glibc')
-makedepends=('numactl' 'python')
-optdepends=('bash: for determine_maximum_mpps.sh'
-'numactl: for cyclictest, oslat and signaltest'
-'python: for get_cyclictest_snapshot and hwlatdetect')
-source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('40a481651c24d05b8f283b370ec4330147600f9b82b43151481a47c4dfeef256ac4979f31f46cf6a18106d29fcd7df8ad909df9d4369d6b69ddb5395b2e5add8')
-b2sums=('835e1e755dfaab088475038379e58eb4064f781807bb92d60791196a67782a69ca59434ae6f9c00e2dada246b6179a65019044951ff97ea105fb1f21c28b2515')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export PYLIB=$(python -c 'import distutils.sysconfig;  
print(distutils.sysconfig.get_python_lib())')
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make prefix=/usr DESTDIR="${pkgdir}" install
-  install -vDm 644 {MAINTAINERS,README.markdown} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: rt-tests/repos/community-testing-x86_64/PKGBUILD (from rev 1068150, 
rt-tests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 19:33:38 UTC (rev 1068151)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+# Contributor: Joakim Hernberg 
+
+pkgname=rt-tests
+pkgver=2.3
+pkgrel=2
+pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
+arch=(x86_64)
+url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;
+license=(GPL2)
+groups=(realtime)
+depends=(glibc)
+makedepends=(numactl python)
+optdepends=('bash: for determine_maximum_mpps.sh'
+'numactl: for cyclictest, oslat and signaltest'
+'python: for get_cyclictest_snapshot and hwlatdetect')
+source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('920e04c716a104b08c49ab5886723d68064c7a28a65078201198c3edb695d07e491ed05f62615400efa13b0ece3a74b82037aa23fec9e3b3e9577cc9686e0ed4')
+b2sums=('59bb723c1c724a0fbd6938069729e1ac264e72d30ff860079f4d90cf52dd781c211712a61872dd7f3ce28abfb0d5badab08b37ecb69194c7b1d2305d981bbfc9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export PYLIB=$(python -c 'import distutils.sysconfig;  
print(distutils.sysconfig.get_python_lib())')
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -vDm 644 {MAINTAINERS,README.markdown} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 19:33:31
  Author: dvzrv
Revision: 1068150

upgpkg: rt-tests 2.3-2: Rebuild against python 3.10.

Modified:
  rt-tests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 19:30:15 UTC (rev 1068149)
+++ PKGBUILD2021-12-10 19:33:31 UTC (rev 1068150)
@@ -3,7 +3,7 @@
 
 pkgname=rt-tests
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
 arch=(x86_64)
 url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;



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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 19:30:15
  Author: dvzrv
Revision: 1068149

archrelease: copy trunk to community-x86_64

Added:
  rt-tests/repos/community-x86_64/PKGBUILD
(from rev 1068148, rt-tests/trunk/PKGBUILD)
Deleted:
  rt-tests/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 19:30:08 UTC (rev 1068148)
+++ PKGBUILD2021-12-10 19:30:15 UTC (rev 1068149)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Joakim Hernberg 
-
-pkgname=rt-tests
-pkgver=2.2
-pkgrel=1
-pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
-arch=('x86_64')
-url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;
-license=('GPL2')
-groups=('realtime')
-depends=('glibc')
-makedepends=('numactl' 'python')
-optdepends=('bash: for determine_maximum_mpps.sh'
-'numactl: for cyclictest, oslat and signaltest'
-'python: for get_cyclictest_snapshot and hwlatdetect')
-source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('40a481651c24d05b8f283b370ec4330147600f9b82b43151481a47c4dfeef256ac4979f31f46cf6a18106d29fcd7df8ad909df9d4369d6b69ddb5395b2e5add8')
-b2sums=('835e1e755dfaab088475038379e58eb4064f781807bb92d60791196a67782a69ca59434ae6f9c00e2dada246b6179a65019044951ff97ea105fb1f21c28b2515')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export PYLIB=$(python -c 'import distutils.sysconfig;  
print(distutils.sysconfig.get_python_lib())')
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make prefix=/usr DESTDIR="${pkgdir}" install
-  install -vDm 644 {MAINTAINERS,README.markdown} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: rt-tests/repos/community-x86_64/PKGBUILD (from rev 1068148, 
rt-tests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 19:30:15 UTC (rev 1068149)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+# Contributor: Joakim Hernberg 
+
+pkgname=rt-tests
+pkgver=2.3
+pkgrel=1
+pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
+arch=(x86_64)
+url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;
+license=(GPL2)
+groups=(realtime)
+depends=(glibc)
+makedepends=(numactl python)
+optdepends=('bash: for determine_maximum_mpps.sh'
+'numactl: for cyclictest, oslat and signaltest'
+'python: for get_cyclictest_snapshot and hwlatdetect')
+source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('920e04c716a104b08c49ab5886723d68064c7a28a65078201198c3edb695d07e491ed05f62615400efa13b0ece3a74b82037aa23fec9e3b3e9577cc9686e0ed4')
+b2sums=('59bb723c1c724a0fbd6938069729e1ac264e72d30ff860079f4d90cf52dd781c211712a61872dd7f3ce28abfb0d5badab08b37ecb69194c7b1d2305d981bbfc9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export PYLIB=$(python -c 'import distutils.sysconfig;  
print(distutils.sysconfig.get_python_lib())')
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -vDm 644 {MAINTAINERS,README.markdown} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 19:30:08
  Author: dvzrv
Revision: 1068148

upgpkg: rt-tests 2.3-1: Upgrade to 2.3.

Simplify quoting in file.

Modified:
  rt-tests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 19:26:12 UTC (rev 1068147)
+++ PKGBUILD2021-12-10 19:30:08 UTC (rev 1068148)
@@ -2,21 +2,21 @@
 # Contributor: Joakim Hernberg 
 
 pkgname=rt-tests
-pkgver=2.2
-pkgrel=2
+pkgver=2.3
+pkgrel=1
 pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
-arch=('x86_64')
+arch=(x86_64)
 url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;
-license=('GPL2')
-groups=('realtime')
-depends=('glibc')
-makedepends=('numactl' 'python')
+license=(GPL2)
+groups=(realtime)
+depends=(glibc)
+makedepends=(numactl python)
 optdepends=('bash: for determine_maximum_mpps.sh'
 'numactl: for cyclictest, oslat and signaltest'
 'python: for get_cyclictest_snapshot and hwlatdetect')
 
source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('40a481651c24d05b8f283b370ec4330147600f9b82b43151481a47c4dfeef256ac4979f31f46cf6a18106d29fcd7df8ad909df9d4369d6b69ddb5395b2e5add8')
-b2sums=('835e1e755dfaab088475038379e58eb4064f781807bb92d60791196a67782a69ca59434ae6f9c00e2dada246b6179a65019044951ff97ea105fb1f21c28b2515')
+sha512sums=('920e04c716a104b08c49ab5886723d68064c7a28a65078201198c3edb695d07e491ed05f62615400efa13b0ece3a74b82037aa23fec9e3b3e9577cc9686e0ed4')
+b2sums=('59bb723c1c724a0fbd6938069729e1ac264e72d30ff860079f4d90cf52dd781c211712a61872dd7f3ce28abfb0d5badab08b37ecb69194c7b1d2305d981bbfc9')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 19:26:12
  Author: dvzrv
Revision: 1068147

archrelease: copy trunk to community-x86_64

Added:
  guitarix/repos/community-x86_64/PKGBUILD
(from rev 1068146, guitarix/trunk/PKGBUILD)
Deleted:
  guitarix/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 19:26:05 UTC (rev 1068146)
+++ PKGBUILD2021-12-10 19:26:12 UTC (rev 1068147)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge https://guitarix.org;
-license=(GPL3)
-groups=(ladspa-plugins lv2-plugins pro-audio)
-depends=(atkmm bluez-libs cairo cairomm gcc-libs glibc glibmm
-gtkmm3 libsigc++ libx11 pangomm ttf-roboto)
-makedepends=(avahi boost curl gdk-pixbuf2 eigen faust fftw
-glib2 gperf gtk3 intltool jack ladspa liblo liblrdf lilv
-lv2 pango sassc waf zita-convolver zita-resampler)
-optdepends=('new-session-manager: for session management')
-provides=(guitarix2 libgxw.so libgxwmm.so ladspa-host lv2-host)
-conflicts=(guitarix2)
-replaces=(guitarix2)
-source=("${pkgname}-${pkgver}.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-${pkgver}.tar.xz;)
-sha512sums=('20dec12a3bfa689c254817e73718da6306404499f95202b2721f72bdea04281a3ab76bb91d38d48a28cc7e7c2d4173f1972a53e0875ffe2ac24c4cd508672563')
-b2sums=('84d98e1033922986e42f2897cb28d33e142699e9c7b46e8e636e6a549f92ead5579a37d0e17bd7475866ea3c4569c60b4100718c224c1407cce7ed26f5fb09c9')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export LINKFLAGS="$LDFLAGS"
-  waf configure --prefix=/usr \
---enable-nls \
---ladspa \
---new-ladspa \
---shared-lib \
---lib-dev \
---ldflags="${LDFLAGS}"
-  waf build -vv
-}
-
-package() {
-  depends+=(libavahi-common.so libavahi-gobject.so libboost_iostreams.so
-  libcurl.so libfftw3f.so libgdk-3.so libgdk_pixbuf-2.0.so libgio-2.0.so
-  libglib-2.0.so libgobject-2.0.so libjack.so liblilv-0.so liblo.so liblrdf.so
-  libpangocairo-1.0.so libpango-1.0.so libsndfile.so libzita-convolver.so
-  libzita-resampler.so)
-
-  cd "${pkgname}-${pkgver}"
-  waf install --destdir="${pkgdir}"
-  # docs
-  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: guitarix/repos/community-x86_64/PKGBUILD (from rev 1068146, 
guitarix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 19:26:12 UTC (rev 1068147)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge https://guitarix.org;
+license=(GPL3)
+groups=(ladspa-plugins lv2-plugins pro-audio)
+depends=(atkmm bluez-libs cairo cairomm gcc-libs glibc glibmm gtkmm3 libsigc++
+libx11 pangomm ttf-roboto)
+makedepends=(avahi boost curl gdk-pixbuf2 eigen faust fftw glib2 gperf gtk3
+intltool jack ladspa liblo liblrdf lilv lv2 pango sassc waf zita-convolver
+zita-resampler)
+optdepends=('new-session-manager: for session management')
+provides=(guitarix2 libgxw.so libgxwmm.so ladspa-host lv2-host)
+conflicts=(guitarix2)
+replaces=(guitarix2)
+source=("${pkgname}-${pkgver}.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-${pkgver}.tar.xz;)
+sha512sums=('30e56d863308cea18bb4af6f71d3e8d852662b4252c998507a1c3de9a2d97fe1c4ecb525bd35ef8e176b5cb5138806553cba157c1aa6cb14e48fe0bbea8a7def')
+b2sums=('bfa72a20f5fe1bdd08162e283f7074f6bcd6b4d6ccb1771f0351e60802ebf030f8f6627d2480ccd2e5972215847edd62bff38c338723fd0bf2504b9b2cee5101')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export LINKFLAGS="$LDFLAGS"
+  waf configure --prefix=/usr \
+--enable-nls \
+--ladspa \
+--new-ladspa \
+--shared-lib \
+--lib-dev \
+--ldflags="${LDFLAGS}"
+  waf build -vv
+}
+
+package() {
+  depends+=(libavahi-common.so libavahi-gobject.so libboost_iostreams.so
+  libcurl.so libfftw3f.so libgdk-3.so libgdk_pixbuf-2.0.so libgio-2.0.so
+  libglib-2.0.so libgobject-2.0.so libjack.so liblilv-0.so liblo.so liblrdf.so
+  libpangocairo-1.0.so libpango-1.0.so libsndfile.so libzita-convolver.so
+  libzita-resampler.so)
+
+  cd "${pkgname}-${pkgver}"
+  waf install --destdir="${pkgdir}"
+  # docs
+  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 19:26:05
  Author: dvzrv
Revision: 1068146

upgpkg: guitarix 0.43.1-1: Upgrade to 0.43.1.

Modified:
  guitarix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 19:19:50 UTC (rev 1068145)
+++ PKGBUILD2021-12-10 19:26:05 UTC (rev 1068146)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge https://guitarix.org;
 license=(GPL3)
 groups=(ladspa-plugins lv2-plugins pro-audio)
-depends=(atkmm bluez-libs cairo cairomm gcc-libs glibc glibmm
-gtkmm3 libsigc++ libx11 pangomm ttf-roboto)
-makedepends=(avahi boost curl gdk-pixbuf2 eigen faust fftw
-glib2 gperf gtk3 intltool jack ladspa liblo liblrdf lilv
-lv2 pango sassc waf zita-convolver zita-resampler)
+depends=(atkmm bluez-libs cairo cairomm gcc-libs glibc glibmm gtkmm3 libsigc++
+libx11 pangomm ttf-roboto)
+makedepends=(avahi boost curl gdk-pixbuf2 eigen faust fftw glib2 gperf gtk3
+intltool jack ladspa liblo liblrdf lilv lv2 pango sassc waf zita-convolver
+zita-resampler)
 optdepends=('new-session-manager: for session management')
 provides=(guitarix2 libgxw.so libgxwmm.so ladspa-host lv2-host)
 conflicts=(guitarix2)
 replaces=(guitarix2)
 
source=("${pkgname}-${pkgver}.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-${pkgver}.tar.xz;)
-sha512sums=('20dec12a3bfa689c254817e73718da6306404499f95202b2721f72bdea04281a3ab76bb91d38d48a28cc7e7c2d4173f1972a53e0875ffe2ac24c4cd508672563')
-b2sums=('84d98e1033922986e42f2897cb28d33e142699e9c7b46e8e636e6a549f92ead5579a37d0e17bd7475866ea3c4569c60b4100718c224c1407cce7ed26f5fb09c9')
+sha512sums=('30e56d863308cea18bb4af6f71d3e8d852662b4252c998507a1c3de9a2d97fe1c4ecb525bd35ef8e176b5cb5138806553cba157c1aa6cb14e48fe0bbea8a7def')
+b2sums=('bfa72a20f5fe1bdd08162e283f7074f6bcd6b4d6ccb1771f0351e60802ebf030f8f6627d2480ccd2e5972215847edd62bff38c338723fd0bf2504b9b2cee5101')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 19:19:50
  Author: dvzrv
Revision: 1068145

archrelease: copy trunk to community-any

Added:
  openapi-diff/repos/community-any/
  openapi-diff/repos/community-any/PKGBUILD
(from rev 1068144, openapi-diff/trunk/PKGBUILD)
  openapi-diff/repos/community-any/openapi-diff-2.0.0-remove_git_hooks.patch
(from rev 1068144, 
openapi-diff/trunk/openapi-diff-2.0.0-remove_git_hooks.patch)
  openapi-diff/repos/community-any/openapi-diff.sh
(from rev 1068144, openapi-diff/trunk/openapi-diff.sh)

---+
 PKGBUILD  |   44 
 openapi-diff-2.0.0-remove_git_hooks.patch |   40 +
 openapi-diff.sh   |4 ++
 3 files changed, 88 insertions(+)

Copied: openapi-diff/repos/community-any/PKGBUILD (from rev 1068144, 
openapi-diff/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-12-10 19:19:50 UTC (rev 1068145)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+pkgname=openapi-diff
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=" Utility for comparing two OpenAPI specifications"
+arch=('any')
+url="https://github.com/OpenAPITools/openapi-diff;
+license=(Apache)
+depends=(bash java-runtime=8)
+makedepends=(maven java-environment=8 strip-nondeterminism)
+source=(
+  
"$pkgname-$pkgver.tar.gz::https://github.com/OpenAPITools/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;
+  "${pkgname}.sh"
+  "${pkgname}-2.0.0-remove_git_hooks.patch"
+)
+sha512sums=('fdccada8baa86af63ff051027cc35967993335b276c0d202749ba7c983e6e11be4e219cdbeadd9784ee46cbb6c9535321b5ca41833606a3758d9f9ad79561e78'
+
'e4143cff09abc59958f50a969ed3f010ab39e640cf77081e47e77cf3e2bb785645100572fd18bc508ea441732bc13a5a811332fdbfdbd7f8a0d6865f301f978e'
+
'b427cb671aef57c8364f3c987ed822a9aaa1ae15e3a756529eedf6d5df77b9ff66489753cdbc327f820a49c3ececcec58b42ef62d723331b48a537a89754d199')
+b2sums=('6a252a07a862744c3431c3f215faa748e184e1df5ea0c8d46763a4f8c4e949ed64f361785ac657ec7d6198b459a2cd3b358c49d3210d0547c1fdb7e05f2b3ec5'
+
'a28a194b1b5c731fd3093c22754fc7f6641441ae2acb1ad177b8ee573d8e3787af2b249740ffd1e3472f721e0274d0866c0acf1bf5c85f4a22fe1c2dcf24af7b'
+
'4ea504d3765bb2428e16a097bfc6278228f09b16fa11e5cd39507bc0e64d277c47e111fa8f69013a0d53b76248ff653f29d77158e06432a7946fc1941d8ad3ec')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # remove maven plugin that requires git checkout: 
https://github.com/OpenAPITools/openapi-diff/issues/299
+  patch -Np1 -i ../"${pkgname}-2.0.0-remove_git_hooks.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  mvn clean install
+  # Timestamps in JAR files generated by Maven do not honour SOURCE_DATE_EPOCH
+  # (https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318)
+  find . -type f -iname "*.jar" -exec strip-nondeterminism --timestamp 
"$SOURCE_DATE_EPOCH" {} \;
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 644  cli/target/openapi-diff-cli-2.0.0-all.jar 
"${pkgdir}/usr/share/java/${pkgname}/${pkgname}-cli.jar"
+  install -vDm 755 "../${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  ln -svf "${pkgname}" "${pkgdir}/usr/bin/${pkgname}-cli"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}

Copied: 
openapi-diff/repos/community-any/openapi-diff-2.0.0-remove_git_hooks.patch 
(from rev 1068144, openapi-diff/trunk/openapi-diff-2.0.0-remove_git_hooks.patch)
===
--- community-any/openapi-diff-2.0.0-remove_git_hooks.patch 
(rev 0)
+++ community-any/openapi-diff-2.0.0-remove_git_hooks.patch 2021-12-10 
19:19:50 UTC (rev 1068145)
@@ -0,0 +1,40 @@
+diff -ruN a/pom.xml b/pom.xml
+--- a/pom.xml  2021-12-05 12:48:03.0 +0100
 b/pom.xml  2021-12-10 19:59:57.792629187 +0100
+@@ -288,11 +288,6 @@
+ 2.9.1
+ 
+ 
+-io.github.phillipuniverse
+-githook-maven-plugin
+-1.0.5
+-
+-
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 3.0.1
+@@ -346,24 +341,6 @@
+ 
+ 
+ 
+-
+-io.github.phillipuniverse
+-githook-maven-plugin
+-
+-
+-
+-install
+-
+-
+-
+-
+-mvn com.coveo:fmt-maven-plugin:format
+-
+-
+-
+-
+-
+-
+ 
+

[arch-commits] Commit in (6 files)

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 19:16:01
  Author: dvzrv
Revision: 1068144

Add openapi-diff.

Added:
  openapi-diff/
  openapi-diff/repos/
  openapi-diff/trunk/
  openapi-diff/trunk/PKGBUILD
  openapi-diff/trunk/openapi-diff-2.0.0-remove_git_hooks.patch
  openapi-diff/trunk/openapi-diff.sh

---+
 PKGBUILD  |   44 
 openapi-diff-2.0.0-remove_git_hooks.patch |   40 +
 openapi-diff.sh   |4 ++
 3 files changed, 88 insertions(+)

Added: openapi-diff/trunk/PKGBUILD
===
--- openapi-diff/trunk/PKGBUILD (rev 0)
+++ openapi-diff/trunk/PKGBUILD 2021-12-10 19:16:01 UTC (rev 1068144)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+pkgname=openapi-diff
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=" Utility for comparing two OpenAPI specifications"
+arch=('any')
+url="https://github.com/OpenAPITools/openapi-diff;
+license=(Apache)
+depends=(bash java-runtime=8)
+makedepends=(maven java-environment=8 strip-nondeterminism)
+source=(
+  
"$pkgname-$pkgver.tar.gz::https://github.com/OpenAPITools/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;
+  "${pkgname}.sh"
+  "${pkgname}-2.0.0-remove_git_hooks.patch"
+)
+sha512sums=('fdccada8baa86af63ff051027cc35967993335b276c0d202749ba7c983e6e11be4e219cdbeadd9784ee46cbb6c9535321b5ca41833606a3758d9f9ad79561e78'
+
'e4143cff09abc59958f50a969ed3f010ab39e640cf77081e47e77cf3e2bb785645100572fd18bc508ea441732bc13a5a811332fdbfdbd7f8a0d6865f301f978e'
+
'b427cb671aef57c8364f3c987ed822a9aaa1ae15e3a756529eedf6d5df77b9ff66489753cdbc327f820a49c3ececcec58b42ef62d723331b48a537a89754d199')
+b2sums=('6a252a07a862744c3431c3f215faa748e184e1df5ea0c8d46763a4f8c4e949ed64f361785ac657ec7d6198b459a2cd3b358c49d3210d0547c1fdb7e05f2b3ec5'
+
'a28a194b1b5c731fd3093c22754fc7f6641441ae2acb1ad177b8ee573d8e3787af2b249740ffd1e3472f721e0274d0866c0acf1bf5c85f4a22fe1c2dcf24af7b'
+
'4ea504d3765bb2428e16a097bfc6278228f09b16fa11e5cd39507bc0e64d277c47e111fa8f69013a0d53b76248ff653f29d77158e06432a7946fc1941d8ad3ec')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # remove maven plugin that requires git checkout: 
https://github.com/OpenAPITools/openapi-diff/issues/299
+  patch -Np1 -i ../"${pkgname}-2.0.0-remove_git_hooks.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  mvn clean install
+  # Timestamps in JAR files generated by Maven do not honour SOURCE_DATE_EPOCH
+  # (https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318)
+  find . -type f -iname "*.jar" -exec strip-nondeterminism --timestamp 
"$SOURCE_DATE_EPOCH" {} \;
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 644  cli/target/openapi-diff-cli-2.0.0-all.jar 
"${pkgdir}/usr/share/java/${pkgname}/${pkgname}-cli.jar"
+  install -vDm 755 "../${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  ln -svf "${pkgname}" "${pkgdir}/usr/bin/${pkgname}-cli"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}

Added: openapi-diff/trunk/openapi-diff-2.0.0-remove_git_hooks.patch
===
--- openapi-diff/trunk/openapi-diff-2.0.0-remove_git_hooks.patch
(rev 0)
+++ openapi-diff/trunk/openapi-diff-2.0.0-remove_git_hooks.patch
2021-12-10 19:16:01 UTC (rev 1068144)
@@ -0,0 +1,40 @@
+diff -ruN a/pom.xml b/pom.xml
+--- a/pom.xml  2021-12-05 12:48:03.0 +0100
 b/pom.xml  2021-12-10 19:59:57.792629187 +0100
+@@ -288,11 +288,6 @@
+ 2.9.1
+ 
+ 
+-io.github.phillipuniverse
+-githook-maven-plugin
+-1.0.5
+-
+-
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 3.0.1
+@@ -346,24 +341,6 @@
+ 
+ 
+ 
+-
+-io.github.phillipuniverse
+-githook-maven-plugin
+-
+-
+-
+-install
+-
+-
+-
+-
+-mvn com.coveo:fmt-maven-plugin:format
+-
+-
+-
+-
+-
+-
+ 
+ org.jacoco
+ jacoco-maven-plugin

Added: openapi-diff/trunk/openapi-diff.sh
===
--- openapi-diff/trunk/openapi-diff.sh  (rev 0)
+++ openapi-diff/trunk/openapi-diff.sh  2021-12-10 19:16:01 UTC (rev 1068144)
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+

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

2021-12-10 Thread Jelle van der Waa via arch-commits
Date: Friday, December 10, 2021 @ 17:53:54
  Author: jelle
Revision: 1068141

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 17:53:41 UTC (rev 1068140)
+++ PKGBUILD2021-12-10 17:53:54 UTC (rev 1068141)
@@ -1,99 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=8.3.1
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='https://grafana.com/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs' 'yarn')
-backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
-'grafana.service'
-'grafana.sysusers'
-'grafana.tmpfiles'
-   )
-install=$pkgname.install
-sha512sums=('SKIP'
-
'02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
-
'38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
-
'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')
-validpgpkeys=("D45B6DC53E9057C46487E25CE17E9ABACEFA59EB"
-  "43511C6A68C9A1DE451EF51890AA4FDC4D63CBEA"
-  "AA70DF6234FBF96AB9101D09E6D5D452E87026E9"  # 
https://github.com/aknuds1.gpg
-  "622E7A764E0C94351E061C57F8D44788D50B48DF"  # 
https://github.com/xlson.gpg
-  "E9EBB044CD6A98482208FE569A774B897EAAB194"  # 
https://github.com/torkelo.gpg
-  "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # 
https://github.com/marefr.gpg
-  "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8"  # 
https://github.com/hugohaggmark.gpg
-  "73B00FD007FF40A7B877F8E1C56C450B04996310"  # 
https://github.com/mckn.gpg
-  "3FEB0F042AF5DABD20CDB845539F8AEBA0B8E5DB"  # 
https://github.com/dprokop.gpg
-  "07B19EBA2380F3B0BE4DD234D2A1C6ABC44CEB74"  # 
https://github.com/kylebrandt.gpg
-  "721354FBE3B3088258A3123371A8B8168DFA6ECC") # 
https://github.com/wbrowne.gpg
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  echo "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  # set arch linux paths
-  sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini
-  sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
-  sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
-  sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-}
-
-build() {
-  echo 'GOPATH setup'
-#export GOPATH="$srcdir/gopath"
-#export PATH+=":$GOPATH/bin"
-#mkdir -p "$GOPATH/src/github.com/grafana/"
-#ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-#cd "$GOPATH/src/github.com/grafana/grafana"
-  cd grafana
-  echo 'Generate golang'
-  make gen-go
-
-  echo 'building the backend'
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  go run build.go setup
-  go run build.go build
-
-  echo 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  yarn install
-  NODE_ENV=production yarn run build
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers 

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

2021-12-10 Thread Jelle van der Waa via arch-commits
Date: Friday, December 10, 2021 @ 17:53:41
  Author: jelle
Revision: 1068140

upgpkg: grafana 8.3.2-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 17:53:36 UTC (rev 1068139)
+++ PKGBUILD2021-12-10 17:53:41 UTC (rev 1068140)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=8.3.1
+pkgver=8.3.2
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'



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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:53:36
  Author: dvzrv
Revision: 1068139

archrelease: copy trunk to community-testing-any

Added:
  python-pytest-testinfra/repos/community-testing-any/PKGBUILD
(from rev 1068138, python-pytest-testinfra/trunk/PKGBUILD)
Deleted:
  python-pytest-testinfra/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 17:53:30 UTC (rev 1068138)
+++ PKGBUILD2021-12-10 17:53:36 UTC (rev 1068139)
@@ -1,59 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Christian Rebischke 
-# Contributor: Lex Black 
-# Contributor: gardar 
-# Contributor: Morten Linderud 
-
-_name=pytest-testinfra
-pkgname=python-pytest-testinfra
-pkgver=6.4.0
-pkgrel=2
-pkgdesc='Testinfra test your infrastructures'
-url="https://github.com/pytest-dev/pytest-testinfra;
-arch=('any')
-license=('Apache')
-depends=('python-pytest')
-makedepends=('python-setuptools-scm' 'python-sphinx')
-checkdepends=('ansible' 'python-mock' 'python-paramiko' 'python-pytest-cov'
-'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'salt')
-optdepends=('ansible: for tests using ansible inventories'
-'docker: for test running docker containers'
-'kubectl: for test running containers in kubernetes'
-'lxd: for test running LXC or LXD containers'
-'podman: for test running podman containers'
-'python-paramiko: for testing remote hosts'
-'python-pywinrm: for testing on Windows hosts'
-'salt: for tests using saltstack')
-conflicts=('python-testinfra')
-provides=('python-testinfra')
-replaces=('python-testinfra')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('acd2c7f9daeb391815a32c972a3542c0d643a716f3cffcb66f4203435ebac789333edb91c83d2778ae8da93b676b245fd47821bca9218faa3e7b50e6764087f4')
-b2sums=('2baf5940e8736cbe78d8017a82b3a8fdb6df95b89acccd49ecd354447b7ea88079f48211e0acea46a0d8702b67609fe6f85f730c66e781a99d8a92b52b3c99b9')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-  make -C doc man
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="build:$PYTHONPATH"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  # man page
-  install -Dm 644 doc/build/man/*.1 \
--t "${pkgdir}/usr/share/man/man1/"
-  # docs
-  install -vDm 644 {CHANGELOG,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pytest-testinfra/repos/community-testing-any/PKGBUILD (from rev 
1068138, python-pytest-testinfra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 17:53:36 UTC (rev 1068139)
@@ -0,0 +1,57 @@
+# Maintainer: David Runge 
+# Contributor: Christian Rebischke 
+# Contributor: Lex Black 
+# Contributor: gardar 
+# Contributor: Morten Linderud 
+
+_name=pytest-testinfra
+pkgname=python-pytest-testinfra
+pkgver=6.5.0
+pkgrel=2
+pkgdesc='Testinfra test your infrastructures'
+arch=(any)
+url="https://github.com/pytest-dev/pytest-testinfra;
+license=(Apache)
+depends=(python-pytest)
+makedepends=(python-setuptools-scm python-sphinx)
+checkdepends=(ansible python-mock python-paramiko python-pytest-cov
+python-pytest-xdist python-pywinrm python-tornado salt)
+optdepends=('ansible: for tests using ansible inventories'
+'docker: for test running docker containers'
+'kubectl: for test running containers in kubernetes'
+'lxd: for test running LXC or LXD containers'
+'podman: for test running podman containers'
+'python-paramiko: for testing remote hosts'
+'python-pywinrm: for testing on Windows hosts'
+'salt: for tests using saltstack')
+conflicts=(python-testinfra)
+provides=(python-testinfra)
+replaces=(python-testinfra)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('f7fcf8facafc0d99b06f55f4241c39b610ff7648b0049c584a75b46944b522b957c98c353f147d74bc8a72f677a179380c456b0868f9dae9af514a9c95d55b13')
+b2sums=('98a8f10f7cf62f204c117d295496a7dfa4de476f5cde457af6f5bc71b22e12e9f02b4893adc6b0d1be11915ed652f628c2574fd44750c82c690e3d8326e29c4c')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+  make -C doc man
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="build:$PYTHONPATH"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" 

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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:53:30
  Author: dvzrv
Revision: 1068138

upgpkg: python-pytest-testinfra 6.5.0-2: Rebuild against python 3.10.

Modified:
  python-pytest-testinfra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 17:52:14 UTC (rev 1068137)
+++ PKGBUILD2021-12-10 17:53:30 UTC (rev 1068138)
@@ -7,7 +7,7 @@
 _name=pytest-testinfra
 pkgname=python-pytest-testinfra
 pkgver=6.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Testinfra test your infrastructures'
 arch=(any)
 url="https://github.com/pytest-dev/pytest-testinfra;



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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:52:14
  Author: dvzrv
Revision: 1068137

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 17:52:07 UTC (rev 1068136)
+++ PKGBUILD2021-12-10 17:52:14 UTC (rev 1068137)
@@ -1,59 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Christian Rebischke 
-# Contributor: Lex Black 
-# Contributor: gardar 
-# Contributor: Morten Linderud 
-
-_name=pytest-testinfra
-pkgname=python-pytest-testinfra
-pkgver=6.4.0
-pkgrel=1
-pkgdesc='Testinfra test your infrastructures'
-url="https://github.com/pytest-dev/pytest-testinfra;
-arch=('any')
-license=('Apache')
-depends=('python-pytest')
-makedepends=('python-setuptools-scm' 'python-sphinx')
-checkdepends=('ansible' 'python-mock' 'python-paramiko' 'python-pytest-cov'
-'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'salt')
-optdepends=('ansible: for tests using ansible inventories'
-'docker: for test running docker containers'
-'kubectl: for test running containers in kubernetes'
-'lxd: for test running LXC or LXD containers'
-'podman: for test running podman containers'
-'python-paramiko: for testing remote hosts'
-'python-pywinrm: for testing on Windows hosts'
-'salt: for tests using saltstack')
-conflicts=('python-testinfra')
-provides=('python-testinfra')
-replaces=('python-testinfra')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('acd2c7f9daeb391815a32c972a3542c0d643a716f3cffcb66f4203435ebac789333edb91c83d2778ae8da93b676b245fd47821bca9218faa3e7b50e6764087f4')
-b2sums=('2baf5940e8736cbe78d8017a82b3a8fdb6df95b89acccd49ecd354447b7ea88079f48211e0acea46a0d8702b67609fe6f85f730c66e781a99d8a92b52b3c99b9')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-  make -C doc man
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="build:$PYTHONPATH"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  # man page
-  install -Dm 644 doc/build/man/*.1 \
--t "${pkgdir}/usr/share/man/man1/"
-  # docs
-  install -vDm 644 {CHANGELOG,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pytest-testinfra/repos/community-any/PKGBUILD (from rev 1068136, 
python-pytest-testinfra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 17:52:14 UTC (rev 1068137)
@@ -0,0 +1,57 @@
+# Maintainer: David Runge 
+# Contributor: Christian Rebischke 
+# Contributor: Lex Black 
+# Contributor: gardar 
+# Contributor: Morten Linderud 
+
+_name=pytest-testinfra
+pkgname=python-pytest-testinfra
+pkgver=6.5.0
+pkgrel=1
+pkgdesc='Testinfra test your infrastructures'
+arch=(any)
+url="https://github.com/pytest-dev/pytest-testinfra;
+license=(Apache)
+depends=(python-pytest)
+makedepends=(python-setuptools-scm python-sphinx)
+checkdepends=(ansible python-mock python-paramiko python-pytest-cov
+python-pytest-xdist python-pywinrm python-tornado salt)
+optdepends=('ansible: for tests using ansible inventories'
+'docker: for test running docker containers'
+'kubectl: for test running containers in kubernetes'
+'lxd: for test running LXC or LXD containers'
+'podman: for test running podman containers'
+'python-paramiko: for testing remote hosts'
+'python-pywinrm: for testing on Windows hosts'
+'salt: for tests using saltstack')
+conflicts=(python-testinfra)
+provides=(python-testinfra)
+replaces=(python-testinfra)
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('f7fcf8facafc0d99b06f55f4241c39b610ff7648b0049c584a75b46944b522b957c98c353f147d74bc8a72f677a179380c456b0868f9dae9af514a9c95d55b13')
+b2sums=('98a8f10f7cf62f204c117d295496a7dfa4de476f5cde457af6f5bc71b22e12e9f02b4893adc6b0d1be11915ed652f628c2574fd44750c82c690e3d8326e29c4c')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+  make -C doc man
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="build:$PYTHONPATH"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  # man page
+  

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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:52:07
  Author: dvzrv
Revision: 1068136

upgpkg: python-pytest-testinfra 6.5.0-1: Upgrade to 6.5.0.

Simplify quoting in file.
Simplify installation in package() to adhere to python package guidelines.

Modified:
  python-pytest-testinfra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 17:51:41 UTC (rev 1068135)
+++ PKGBUILD2021-12-10 17:52:07 UTC (rev 1068136)
@@ -6,16 +6,16 @@
 
 _name=pytest-testinfra
 pkgname=python-pytest-testinfra
-pkgver=6.4.0
-pkgrel=2
+pkgver=6.5.0
+pkgrel=1
 pkgdesc='Testinfra test your infrastructures'
+arch=(any)
 url="https://github.com/pytest-dev/pytest-testinfra;
-arch=('any')
-license=('Apache')
-depends=('python-pytest')
-makedepends=('python-setuptools-scm' 'python-sphinx')
-checkdepends=('ansible' 'python-mock' 'python-paramiko' 'python-pytest-cov'
-'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'salt')
+license=(Apache)
+depends=(python-pytest)
+makedepends=(python-setuptools-scm python-sphinx)
+checkdepends=(ansible python-mock python-paramiko python-pytest-cov
+python-pytest-xdist python-pywinrm python-tornado salt)
 optdepends=('ansible: for tests using ansible inventories'
 'docker: for test running docker containers'
 'kubectl: for test running containers in kubernetes'
@@ -24,12 +24,12 @@
 'python-paramiko: for testing remote hosts'
 'python-pywinrm: for testing on Windows hosts'
 'salt: for tests using saltstack')
-conflicts=('python-testinfra')
-provides=('python-testinfra')
-replaces=('python-testinfra')
+conflicts=(python-testinfra)
+provides=(python-testinfra)
+replaces=(python-testinfra)
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('acd2c7f9daeb391815a32c972a3542c0d643a716f3cffcb66f4203435ebac789333edb91c83d2778ae8da93b676b245fd47821bca9218faa3e7b50e6764087f4')
-b2sums=('2baf5940e8736cbe78d8017a82b3a8fdb6df95b89acccd49ecd354447b7ea88079f48211e0acea46a0d8702b67609fe6f85f730c66e781a99d8a92b52b3c99b9')
+sha512sums=('f7fcf8facafc0d99b06f55f4241c39b610ff7648b0049c584a75b46944b522b957c98c353f147d74bc8a72f677a179380c456b0868f9dae9af514a9c95d55b13')
+b2sums=('98a8f10f7cf62f204c117d295496a7dfa4de476f5cde457af6f5bc71b22e12e9f02b4893adc6b0d1be11915ed652f628c2574fd44750c82c690e3d8326e29c4c')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -49,11 +49,9 @@
 
 package() {
   cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  python setup.py install --root="${pkgdir}" --optimize=1
   # man page
-  install -Dm 644 doc/build/man/*.1 \
--t "${pkgdir}/usr/share/man/man1/"
+  install -Dm 644 doc/build/man/*.1 -t "${pkgdir}/usr/share/man/man1/"
   # docs
-  install -vDm 644 {CHANGELOG,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 {CHANGELOG,CONTRIBUTING,README}.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
 }



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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:51:41
  Author: dvzrv
Revision: 1068135

archrelease: copy trunk to community-x86_64

Added:
  drumstick/repos/community-x86_64/PKGBUILD
(from rev 1068134, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 17:51:34 UTC (rev 1068134)
+++ PKGBUILD2021-12-10 17:51:41 UTC (rev 1068135)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('x86_64')
-url="https://drumstick.sourceforge.io/;
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'doxygen' 'docbook-xsl' 'fluidsynth' 'graphviz'
-'libpulse' 'qt5-tools')
-provides=('libdrumstick-alsa.so' 'libdrumstick-file.so' 'libdrumstick-rt.so'
-'libdrumstick-widgets.so')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('1e3b37d06d857676e7e7f54d6ef4117a83cbf1cd28ae5c8459ed2bac85a87c21d891c1553c2103cfe2af288e4d12ea1bd7c8c940c9970af343f30beee4b7d79e')
-b2sums=('e15c553fc3dc932d5468e8559616115633947d567b91168a9fa9d6e2268e89e32bcf79d7f8c1011f6b6d1e27b16c4613929a3249caaf47d322b7702f7ccc6da1')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # some tests fail due to insufficient system privileges, hence only run those
-  # that make sense in the build environment
-  # https://sourceforge.net/p/drumstick/bugs/24/
-  make test -C build/tests/fileTest1
-  make test -C build/tests/fileTest2
-}
-
-package() {
-  depends+=('libasound.so' 'libfluidsynth.so' 'libpulse.so' 
'libpulse-simple.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install -C build
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,ChangeLog,NEWS,readme.md,TODO}
-}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 1068134, 
drumstick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 17:51:41 UTC (rev 1068135)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=(x86_64)
+url="https://drumstick.sourceforge.io/;
+license=(GPL2)
+depends=(gcc-libs glibc hicolor-icon-theme qt5-base)
+makedepends=(alsa-lib cmake doxygen docbook-xsl fluidsynth graphviz
+libpulse qt5-tools)
+provides=(libdrumstick-alsa.so libdrumstick-file.so libdrumstick-rt.so
+libdrumstick-widgets.so)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('8ab75d4e87d30f7bb77212bddf3dafcf6fc80f2556516464b2f05201350187e0e12b2958805160a9dd22e796da15a473b1e89219d6a9d5147d314ed8c6171128')
+b2sums=('402d33c03c2ae55c263672919c74ee088e38e5d5f174a403fa486a5d8dbd772f4d2435cf2045a39078875e3adb1257b6a4b5bd02d8e5a44175e3bbd4a7486b31')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # some tests fail due to insufficient system privileges, hence only run those
+  # that make sense in the build environment
+  # https://sourceforge.net/p/drumstick/bugs/24/
+  make test -C build/tests/fileTest1
+  make test -C build/tests/fileTest2
+}
+
+package() {
+  depends+=(libasound.so libfluidsynth.so libpulse.so libpulse-simple.so)
+
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install -C build
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,ChangeLog,NEWS,readme.md,TODO}
+}



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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:51:34
  Author: dvzrv
Revision: 1068134

upgpkg: drumstick 2.5.0-1: Upgrade to 2.5.0.

Simplify quoting in file.

Modified:
  drumstick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 17:49:44 UTC (rev 1068133)
+++ PKGBUILD2021-12-10 17:51:34 UTC (rev 1068134)
@@ -3,25 +3,25 @@
 # Contributor: Dany Martineau 
 
 pkgname=drumstick
-pkgver=2.4.1
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="MIDI libraries for Qt5/C++"
-arch=('x86_64')
+arch=(x86_64)
 url="https://drumstick.sourceforge.io/;
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'doxygen' 'docbook-xsl' 'fluidsynth' 'graphviz'
-'libpulse' 'qt5-tools')
-provides=('libdrumstick-alsa.so' 'libdrumstick-file.so' 'libdrumstick-rt.so'
-'libdrumstick-widgets.so')
+license=(GPL2)
+depends=(gcc-libs glibc hicolor-icon-theme qt5-base)
+makedepends=(alsa-lib cmake doxygen docbook-xsl fluidsynth graphviz
+libpulse qt5-tools)
+provides=(libdrumstick-alsa.so libdrumstick-file.so libdrumstick-rt.so
+libdrumstick-widgets.so)
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('1e3b37d06d857676e7e7f54d6ef4117a83cbf1cd28ae5c8459ed2bac85a87c21d891c1553c2103cfe2af288e4d12ea1bd7c8c940c9970af343f30beee4b7d79e')
-b2sums=('e15c553fc3dc932d5468e8559616115633947d567b91168a9fa9d6e2268e89e32bcf79d7f8c1011f6b6d1e27b16c4613929a3249caaf47d322b7702f7ccc6da1')
+sha512sums=('8ab75d4e87d30f7bb77212bddf3dafcf6fc80f2556516464b2f05201350187e0e12b2958805160a9dd22e796da15a473b1e89219d6a9d5147d314ed8c6171128')
+b2sums=('402d33c03c2ae55c263672919c74ee088e38e5d5f174a403fa486a5d8dbd772f4d2435cf2045a39078875e3adb1257b6a4b5bd02d8e5a44175e3bbd4a7486b31')
 
 build() {
   cd "${pkgname}-${pkgver}"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='None' \
+-DCMAKE_BUILD_TYPE=None \
 -Wno-dev \
 -B build \
 -S .
@@ -38,7 +38,8 @@
 }
 
 package() {
-  depends+=('libasound.so' 'libfluidsynth.so' 'libpulse.so' 
'libpulse-simple.so')
+  depends+=(libasound.so libfluidsynth.so libpulse.so libpulse-simple.so)
+
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/" install -C build
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \



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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:49:44
  Author: dvzrv
Revision: 1068133

archrelease: copy trunk to community-x86_64

Added:
  wails/repos/community-x86_64/PKGBUILD
(from rev 1068132, wails/trunk/PKGBUILD)
Deleted:
  wails/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 17:49:37 UTC (rev 1068132)
+++ PKGBUILD2021-12-10 17:49:44 UTC (rev 1068133)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=wails
-pkgver=1.16.8
-pkgrel=1
-pkgdesc="Create desktop apps using Go and Web Technologies"
-arch=('x86_64')
-url="https://github.com/wailsapp/wails;
-license=(MIT)
-depends=(glibc)
-makedepends=(go webkit2gtk gtk3)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wailsapp/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('56b648f5c92ffe3ebd0088cb40a65d00c03100097ad3bb53b7904477e53fe78ad6f5497194eefc06140a4a26bc6743dd1faa47dce157db13e2edfff38ce12e47')
-b2sums=('8732265d57de92803725fd7bbdc89c4d4e014474a9670cab6319aee6ab4b80f80a9a5b6acdf3bf0af8df464c12487c98a0c54ba323eb1f108b9cd96b066bf79a')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir -vp build
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  go build -o build/ ./cmd/wails
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  go test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 755 "build/${pkgname}" -t "${pkgdir}/usr/bin/"
-  install -vDm 644 {CHANGELOG,CONTRIBUTORS,README}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: wails/repos/community-x86_64/PKGBUILD (from rev 1068132, 
wails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 17:49:44 UTC (rev 1068133)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+pkgname=wails
+pkgver=1.16.9
+pkgrel=1
+pkgdesc="Create desktop apps using Go and Web Technologies"
+arch=(x86_64)
+url="https://github.com/wailsapp/wails;
+license=(MIT)
+depends=(glibc)
+makedepends=(go webkit2gtk gtk3)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wailsapp/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz;)
+sha512sums=('66a29a8a1c45004dd5f950c8a2d00ad18280051f4e65a433d44fdf35edce332973da3572f1208d1cc82fc0d893e9f1a16546f6a405aad5fb581ef090cc33c1ea')
+b2sums=('0c2d3df2f760811b3a43e14a4a4de068856d8f9d734f4e66242ae7fe629e745aaeef00778bd6e8c4feb13a37184563fcebec46d6ff406b147f510c4e184cd435')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -vp build
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+
+  go build -o build/ ./cmd/wails
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  go test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 755 "build/${pkgname}" -t "${pkgdir}/usr/bin/"
+  install -vDm 644 {CHANGELOG,CONTRIBUTORS,README}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:49:37
  Author: dvzrv
Revision: 1068132

upgpkg: wails 1.16.9-1: Upgarde to 1.16.9.

Modified:
  wails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 17:38:39 UTC (rev 1068131)
+++ PKGBUILD2021-12-10 17:49:37 UTC (rev 1068132)
@@ -1,17 +1,17 @@
 # Maintainer: David Runge 
 
 pkgname=wails
-pkgver=1.16.8
+pkgver=1.16.9
 pkgrel=1
 pkgdesc="Create desktop apps using Go and Web Technologies"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/wailsapp/wails;
 license=(MIT)
 depends=(glibc)
 makedepends=(go webkit2gtk gtk3)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/wailsapp/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('56b648f5c92ffe3ebd0088cb40a65d00c03100097ad3bb53b7904477e53fe78ad6f5497194eefc06140a4a26bc6743dd1faa47dce157db13e2edfff38ce12e47')
-b2sums=('8732265d57de92803725fd7bbdc89c4d4e014474a9670cab6319aee6ab4b80f80a9a5b6acdf3bf0af8df464c12487c98a0c54ba323eb1f108b9cd96b066bf79a')
+sha512sums=('66a29a8a1c45004dd5f950c8a2d00ad18280051f4e65a433d44fdf35edce332973da3572f1208d1cc82fc0d893e9f1a16546f6a405aad5fb581ef090cc33c1ea')
+b2sums=('0c2d3df2f760811b3a43e14a4a4de068856d8f9d734f4e66242ae7fe629e745aaeef00778bd6e8c4feb13a37184563fcebec46d6ff406b147f510c4e184cd435')
 
 prepare() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in alsa-ucm-conf/repos/testing-any (PKGBUILD PKGBUILD)

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:44:19
  Author: dvzrv
Revision: 431839

archrelease: copy trunk to testing-any

Added:
  alsa-ucm-conf/repos/testing-any/PKGBUILD
(from rev 431838, alsa-ucm-conf/trunk/PKGBUILD)
Deleted:
  alsa-ucm-conf/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 17:44:13 UTC (rev 431838)
+++ PKGBUILD2021-12-10 17:44:19 UTC (rev 431839)
@@ -1,25 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=alsa-ucm-conf
-pkgver=1.2.6.2
-pkgrel=1
-pkgdesc="ALSA Use Case Manager configuration (and topologies)"
-arch=(any)
-url="https://alsa-project.org/;
-license=(BSD)
-source=("https://www.alsa-project.org/files/pub/lib/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('d7122279bc36ab16dfe1a5f2e24b9dda57e1b59b7c7aeac3c8755af62b464053ed038aa56ebb52d7707ecae01674cac920ea784bb7493d978276a98cbf78d873'
-'SKIP')
-b2sums=('98d0ad854b510f8ef41d014686e87776141cb8d3cc2989d5e91407bd2b412c0cb986d0ed726c9849bfc99472d6ca1f875e4c3ce16ac1b9181f031a210f13eb13'
-'SKIP')
-validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  find ucm2 -type f -iname "*.conf" -exec install -vDm 644 {} 
"${pkgdir}/usr/share/alsa/"{} \;
-  find ucm2 -type l -iname "*.conf" -exec cp -dv {} 
"${pkgdir}/usr/share/alsa/"{} \;
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -vDm 644 ucm2/README.md -t "$pkgdir/usr/share/doc/$pkgname/ucm2"
-}

Copied: alsa-ucm-conf/repos/testing-any/PKGBUILD (from rev 431838, 
alsa-ucm-conf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 17:44:19 UTC (rev 431839)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=alsa-ucm-conf
+pkgver=1.2.6.2
+pkgrel=2
+pkgdesc="ALSA Use Case Manager configuration (and topologies)"
+arch=(any)
+url="https://alsa-project.org/;
+license=(BSD)
+source=("https://www.alsa-project.org/files/pub/lib/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('d7122279bc36ab16dfe1a5f2e24b9dda57e1b59b7c7aeac3c8755af62b464053ed038aa56ebb52d7707ecae01674cac920ea784bb7493d978276a98cbf78d873'
+'SKIP')
+b2sums=('98d0ad854b510f8ef41d014686e87776141cb8d3cc2989d5e91407bd2b412c0cb986d0ed726c9849bfc99472d6ca1f875e4c3ce16ac1b9181f031a210f13eb13'
+'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -vdm 755 "${pkgdir}/usr/share/alsa/"
+  cp -av ucm2 "${pkgdir}/usr/share/alsa/"
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -vDm 644 ucm2/README.md -t "$pkgdir/usr/share/doc/$pkgname/ucm2"
+}



[arch-commits] Commit in alsa-ucm-conf/trunk (PKGBUILD)

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:44:13
  Author: dvzrv
Revision: 431838

upgpkg: alsa-ucm-conf 1.2.6.2-2: Rebuild to fix bug in packaging.

The configuration file symlinks were not installed, leading to problems.
Revet to using plain cp for installation.
Fixes https://bugs.archlinux.org/task/72970.

Modified:
  alsa-ucm-conf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 17:38:06 UTC (rev 431837)
+++ PKGBUILD2021-12-10 17:44:13 UTC (rev 431838)
@@ -17,8 +17,8 @@
 
 package() {
   cd "${pkgname}-${pkgver}"
-  find ucm2 -type f -iname "*.conf" -exec install -vDm 644 {} 
"${pkgdir}/usr/share/alsa/"{} \;
-  find ucm2 -type l -iname "*.conf" -exec cp -dv {} 
"${pkgdir}/usr/share/alsa/"{} \;
+  install -vdm 755 "${pkgdir}/usr/share/alsa/"
+  cp -av ucm2 "${pkgdir}/usr/share/alsa/"
   install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
   install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
   install -vDm 644 ucm2/README.md -t "$pkgdir/usr/share/doc/$pkgname/ucm2"



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

2021-12-10 Thread Anatol Pomozov via arch-commits
Date: Friday, December 10, 2021 @ 17:35:34
  Author: anatolik
Revision: 1068129

archrelease: copy trunk to community-testing-x86_64

Added:
  rocksdb/repos/community-testing-x86_64/
  rocksdb/repos/community-testing-x86_64/PKGBUILD
(from rev 1068128, rocksdb/trunk/PKGBUILD)

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

Copied: rocksdb/repos/community-testing-x86_64/PKGBUILD (from rev 1068128, 
rocksdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-12-10 17:35:34 UTC (rev 1068129)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+# Contributor: László Várady 
+
+pkgname=rocksdb
+pkgver=6.26.1
+pkgrel=1
+pkgdesc='Embedded key-value store for fast storage'
+arch=(x86_64)
+url="https://rocksdb.org/;
+license=(GPL2 Apache)
+depends=(bzip2 jemalloc lz4 snappy zlib zstd tbb liburing)
+makedepends=(python)
+source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
+sha256sums=('5aeb94677bdd4ead46eb4cefc3dbb5943141fb3ce0ba627cfd8cbabeed6475e7')
+
+build() {
+  cd rocksdb-$pkgver
+  PORTABLE=1 USE_RTTI=1 make shared_lib
+}
+
+check() {
+  cd rocksdb-$pkgver
+  # make check # fails due to https://github.com/facebook/rocksdb/issues/8974
+}
+
+package() {
+  cd rocksdb-$pkgver
+  make install-shared DESTDIR="$pkgdir" PREFIX=/usr
+}



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

2021-12-10 Thread Anatol Pomozov via arch-commits
Date: Friday, December 10, 2021 @ 17:35:19
  Author: anatolik
Revision: 1068128

upgpkg: rocksdb 6.26.1-1

Modified:
  rocksdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 17:33:03 UTC (rev 1068127)
+++ PKGBUILD2021-12-10 17:35:19 UTC (rev 1068128)
@@ -2,8 +2,8 @@
 # Contributor: László Várady 
 
 pkgname=rocksdb
-pkgver=6.26.0
-pkgrel=2
+pkgver=6.26.1
+pkgrel=1
 pkgdesc='Embedded key-value store for fast storage'
 arch=(x86_64)
 url="https://rocksdb.org/;
@@ -11,7 +11,7 @@
 depends=(bzip2 jemalloc lz4 snappy zlib zstd tbb liburing)
 makedepends=(python)
 
source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
-sha256sums=('b793066463da71d31a46f31946e4fca435a7c3e73435e2bb1d062d95e0a20116')
+sha256sums=('5aeb94677bdd4ead46eb4cefc3dbb5943141fb3ce0ba627cfd8cbabeed6475e7')
 
 build() {
   cd rocksdb-$pkgver



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

2021-12-10 Thread Maxim Baz via arch-commits
Date: Friday, December 10, 2021 @ 17:33:03
  Author: maximbaz
Revision: 1068127

archrelease: copy trunk to community-x86_64

Added:
  kak-lsp/repos/community-x86_64/PKGBUILD
(from rev 1068126, kak-lsp/trunk/PKGBUILD)
Deleted:
  kak-lsp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 17:32:59 UTC (rev 1068126)
+++ PKGBUILD2021-12-10 17:33:03 UTC (rev 1068127)
@@ -1,34 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=kak-lsp
-pkgver=11.0.1
-pkgrel=1
-pkgdesc='Kakoune Language Server Protocol Client'
-arch=('x86_64')
-url='https://github.com/kak-lsp/kak-lsp'
-license=('custom:unlicense')
-depends=('kakoune')
-makedepends=('rust')
-optdepends=(
-'bash-language-server: language server for Bash'
-'gopls: language server for Go'
-'haskell-language-server: language server for Haskell'
-'lua-language-server: language server for Lua'
-'python-language-server: language server for Python'
-'python-lsp-server: language server for Python'
-'rust-analyzer: language server for Rust'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('4ab679b1d99830b999039ee1664c360aaba79ba943d7686e44e31efe96fb808b')
-
-build() {
-cd "${pkgname}-${pkgver}"
-make
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: kak-lsp/repos/community-x86_64/PKGBUILD (from rev 1068126, 
kak-lsp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 17:33:03 UTC (rev 1068127)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=kak-lsp
+pkgver=11.1.0
+pkgrel=1
+pkgdesc='Kakoune Language Server Protocol Client'
+arch=('x86_64')
+url='https://github.com/kak-lsp/kak-lsp'
+license=('custom:unlicense')
+depends=('kakoune')
+makedepends=('rust')
+optdepends=(
+'bash-language-server: language server for Bash'
+'gopls: language server for Go'
+'haskell-language-server: language server for Haskell'
+'lua-language-server: language server for Lua'
+'python-lsp-server: language server for Python'
+'rust-analyzer: language server for Rust'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('8e3b5d1804628dc6680902e9d93f0aef62e53ba022802330d60e6eebeef6991b')
+
+build() {
+cd "${pkgname}-${pkgver}"
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



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

2021-12-10 Thread Maxim Baz via arch-commits
Date: Friday, December 10, 2021 @ 17:32:59
  Author: maximbaz
Revision: 1068126

upgpkg: kak-lsp 11.1.0-1

Modified:
  kak-lsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 17:27:17 UTC (rev 1068125)
+++ PKGBUILD2021-12-10 17:32:59 UTC (rev 1068126)
@@ -1,7 +1,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=kak-lsp
-pkgver=11.0.1
+pkgver=11.1.0
 pkgrel=1
 pkgdesc='Kakoune Language Server Protocol Client'
 arch=('x86_64')
@@ -14,12 +14,11 @@
 'gopls: language server for Go'
 'haskell-language-server: language server for Haskell'
 'lua-language-server: language server for Lua'
-'python-language-server: language server for Python'
 'python-lsp-server: language server for Python'
 'rust-analyzer: language server for Rust'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('4ab679b1d99830b999039ee1664c360aaba79ba943d7686e44e31efe96fb808b')
+sha256sums=('8e3b5d1804628dc6680902e9d93f0aef62e53ba022802330d60e6eebeef6991b')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2021-12-10 Thread Anatol Pomozov via arch-commits
Date: Friday, December 10, 2021 @ 17:27:17
  Author: anatolik
Revision: 1068125

archrelease: copy trunk to community-testing-x86_64

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

-+
 PKGBUILD|   47 +++
 lib64-fix.patch |   25 +
 2 files changed, 72 insertions(+)

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

Copied: sysstat/repos/community-testing-x86_64/lib64-fix.patch (from rev 
1068124, sysstat/trunk/lib64-fix.patch)
===
--- community-testing-x86_64/lib64-fix.patch(rev 0)
+++ community-testing-x86_64/lib64-fix.patch2021-12-10 17:27:17 UTC (rev 
1068125)
@@ -0,0 +1,25 @@
+diff -wbBur sysstat-11.1.3.org/configure.in sysstat-11.1.3/configure.in
+--- sysstat-11.1.3.org/configure.in2015-02-13 17:05:44.0 +0300
 sysstat-11.1.3/configure.in2015-02-16 13:25:26.201405593 +0300
+@@ -209,21 +209,6 @@
+ fi
+ 
+ SADC_DIR=$AuxPrefix/lib
+-if test -d $AuxPrefix/lib64; then
+-# Verify that this OS is really 64 bit
+-BITS=$(getconf LONG_BIT 2>/dev/null)
+-if test $? = 0; then
+-if test $BITS = 64; then
+-SADC_DIR=$AuxPrefix/lib64
+-fi
+-else
+-# Fallback: look for lm (long mode) flag to know if CPU is 64 bit
+-grep " lm " /proc/cpuinfo >/dev/null 2>&1
+-if test $? = 0; then
+-SADC_DIR=$AuxPrefix/lib64
+-fi
+-fi
+-fi
+ 
+ AC_MSG_CHECKING(sadc directory)
+ AC_ARG_VAR([sa_lib_dir],[sadc directory])



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

2021-12-10 Thread Anatol Pomozov via arch-commits
Date: Friday, December 10, 2021 @ 17:26:57
  Author: anatolik
Revision: 1068124

upgpkg: sysstat 12.5.5-1

Modified:
  sysstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 17:24:25 UTC (rev 1068123)
+++ PKGBUILD2021-12-10 17:26:57 UTC (rev 1068124)
@@ -2,7 +2,7 @@
 # Contributor: Martin Devera 
 
 pkgname=sysstat
-pkgver=12.5.4
+pkgver=12.5.5
 pkgrel=1
 pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'etc/conf.d/sysstat.ioconf')
 
source=("http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${pkgver}.tar.xz;
'lib64-fix.patch')
-sha512sums=('58bdfd90995d6479bf0c5e5e599a5af0973b718ab824b56494d0d99b406d5161f27f51ed35c99a05a5ccc71b9f27eb4d2436cec25369265e54d9b70f794e0308'
+sha512sums=('1a51f4942d7e1752c452d1d4dbd6a1034d5a5d42be536826ea5b83cd911ab4c1f4d64fd54f569c0f7b4fd5480dcc04b16e41172401612bf4069179b78335d14d'
 
'46ec3eebb12232d30cddba60f16a57cd8d625513cf002d9e501797a6660f9da9cb4116ec81d0c292644fb6d91eb05c7be458da667260b238bcfef532a020b114')
 
 prepare() {



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

2021-12-10 Thread Alexander Rødseth via arch-commits
Date: Friday, December 10, 2021 @ 17:24:25
  Author: arodseth
Revision: 1068123

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 17:04:31 UTC (rev 1068122)
+++ PKGBUILD2021-12-10 17:24:25 UTC (rev 1068123)
@@ -1,67 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: loqs
-# Contributor: Jorge Araya Navarro 
-# Contributor: Cristian Porras 
-# Contributor: Matthew Bentley 
-
-pkgname=godot
-pkgver=3.4
-pkgrel=3
-pkgdesc='Advanced cross-platform 2D and 3D game engine'
-url='https://godotengine.org'
-license=(MIT)
-arch=(x86_64)
-makedepends=(gcc scons yasm alsa-lib pulseaudio)
-depends=(embree freetype2 libglvnd libtheora libvorbis libvpx libwebp
- libwslay libxcursor libxi libxinerama libxrandr mbedtls miniupnpc 
opusfile)
-optdepends=(alsa-lib pulseaudio)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz;)
-b2sums=('372a48f20b5b04a23ea0c43ee8b4364f51f4223e61abf4b4375721c1fe20662419ec0d06bf1a980ce3b2bfadb24de3f5543c7cda87778df49043c355d65fcf6d')
-
-prepare() {
-  # Disable the check that adds -no-pie to LINKFLAGS, for gcc != 6
-  sed -i 's,0] >,0] =,g' $pkgname-$pkgver-stable/platform/x11/detect.py
-}
-
-build() {
-  # Not unbundled (yet):
-  #  bullet (FS#72924, https://github.com/godotengine/godot/issues/55599)
-  #  certs (FS#72762)
-  #  enet (contains no upstreamed IPv6 support)
-  #  libsquish, recast, xatlas
-  #  AUR: libwebm, squish
-  local to_unbundle="embree freetype libogg libpng libtheora libvorbis libvpx 
libwebp mbedtls miniupnpc opus pcre2 wslay zlib zstd"
-  local system_libs=""
-  for _lib in $to_unbundle; do
-system_libs+="builtin_"$_lib"=no "
-rm -rf thirdparty/$_lib
-  done
-
-  cd $pkgname-$pkgver-stable
-  export BUILD_NAME=arch_linux
-  scons -j16 \
-bits=64 \
-colored=yes \
-platform=x11 \
-pulseaudio=yes \
-system_certs_path=/etc/ssl/certs/ca-certificates.crt \
-target=release_debug \
-tools=yes \
-use_llvm=no \
-CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now" \
-CXXFLAGS="$CXXFLAGS -fPIC -Wl,-z,relro,-z,now" \
-LINKFLAGS="$LDFLAGS" \
-$system_libs
-}
-
-package() {
-  cd $pkgname-$pkgver-stable
-  install -Dm644 misc/dist/linux/org.godotengine.Godot.desktop \
-"$pkgdir/usr/share/applications/godot.desktop"
-  install -Dm644 icon.svg "$pkgdir/usr/share/pixmaps/godot.svg"
-  install -Dm755 bin/godot.x11.opt.tools.64 "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/godot/LICENSE"
-  install -Dm644 misc/dist/linux/godot.6 "$pkgdir/usr/share/man/man6/godot.6"
-  install -Dm644 misc/dist/linux/org.godotengine.Godot.xml \
-"$pkgdir/usr/share/mime/packages/org.godotengine.Godot.xml"
-}

Copied: godot/repos/community-testing-x86_64/PKGBUILD (from rev 1068122, 
godot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 17:24:25 UTC (rev 1068123)
@@ -0,0 +1,67 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: loqs
+# Contributor: Jorge Araya Navarro 
+# Contributor: Cristian Porras 
+# Contributor: Matthew Bentley 
+
+pkgname=godot
+pkgver=3.4
+pkgrel=4
+pkgdesc='Advanced cross-platform 2D and 3D game engine'
+url='https://godotengine.org'
+license=(MIT)
+arch=(x86_64)
+makedepends=(gcc scons yasm alsa-lib pulseaudio)
+depends=(embree freetype2 libglvnd libtheora libvorbis libvpx libwebp
+ libwslay libxcursor libxi libxinerama libxrandr mbedtls miniupnpc 
opusfile)
+optdepends=(alsa-lib pulseaudio)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz;)
+b2sums=('372a48f20b5b04a23ea0c43ee8b4364f51f4223e61abf4b4375721c1fe20662419ec0d06bf1a980ce3b2bfadb24de3f5543c7cda87778df49043c355d65fcf6d')
+
+prepare() {
+  # Disable the check that adds -no-pie to LINKFLAGS, for gcc != 6
+  sed -i 's,0] >,0] =,g' $pkgname-$pkgver-stable/platform/x11/detect.py
+}
+
+build() {
+  # Not unbundled (yet):
+  #  bullet (FS#72924, https://github.com/godotengine/godot/issues/55599)
+  #  certs (FS#72762)
+  #  enet (contains no upstreamed IPv6 support)
+  #  libsquish, recast, xatlas
+  #  AUR: libwebm, squish
+  local to_unbundle="embree freetype libogg libpng libtheora libvorbis libvpx 
libwebp mbedtls miniupnpc opus pcre2 wslay zlib zstd"
+  local system_libs=""
+  for _lib in $to_unbundle; do
+system_libs+="builtin_"$_lib"=no "
+rm -rf thirdparty/$_lib
+  done
+
+  cd $pkgname-$pkgver-stable
+  export BUILD_NAME=arch_linux
+  scons -j16 \
+bits=64 \
+  

[arch-commits] Commit in alsa-ucm-conf/trunk (PKGBUILD)

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:23:02
  Author: dvzrv
Revision: 431836

upgpkg: alsa-ucm-conf 1.2.6.2-2: Upgrade to 1.2.6.2.

Modified:
  alsa-ucm-conf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 17:14:48 UTC (rev 431835)
+++ PKGBUILD2021-12-10 17:23:02 UTC (rev 431836)
@@ -3,7 +3,7 @@
 
 pkgname=alsa-ucm-conf
 pkgver=1.2.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="ALSA Use Case Manager configuration (and topologies)"
 arch=(any)
 url="https://alsa-project.org/;



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

2021-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 10, 2021 @ 17:14:48
  Author: heftig
Revision: 431835

archrelease: copy trunk to testing-any

Added:
  orca/repos/testing-any/PKGBUILD
(from rev 431834, orca/trunk/PKGBUILD)
Deleted:
  orca/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 17:11:13 UTC (rev 431834)
+++ PKGBUILD2021-12-10 17:14:48 UTC (rev 431835)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: William Rea 
-
-pkgname=orca
-pkgver=41.0
-pkgrel=2
-pkgdesc="Screen reader for individuals who are blind or visually impaired"
-url="https://wiki.gnome.org/Projects/Orca;
-arch=(any)
-license=(LGPL)
-depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
- xorg-xmodmap gsettings-desktop-schemas
- gst-plugins-base # playbin, audiotestsrc, basic decoders
- gst-plugins-good # pulsesink, more decoders
-)
-makedepends=(itstool intltool git yelp-tools)
-groups=(gnome)
-_commit=493956a8707307c38a5aaf9e314caa9c3f988caa  # tags/ORCA_41_0^0
-source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/ORCA_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set sw=2 et:

Copied: orca/repos/testing-any/PKGBUILD (from rev 431834, orca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 17:14:48 UTC (rev 431835)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: William Rea 
+
+pkgname=orca
+pkgver=41.1
+pkgrel=1
+pkgdesc="Screen reader for individuals who are blind or visually impaired"
+url="https://wiki.gnome.org/Projects/Orca;
+arch=(any)
+license=(LGPL)
+depends=(
+  gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher
+  liblouis brltty xorg-xmodmap gsettings-desktop-schemas
+  gst-plugins-base # playbin, audiotestsrc, basic decoders
+  gst-plugins-good # pulsesink, more decoders
+)
+makedepends=(itstool intltool git yelp-tools)
+groups=(gnome)
+_commit=e296b5cd9b3c1b3ff6c5e1e0099d5011a8ba9f4f  # tags/ORCA_41_1^0
+source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/ORCA_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:



[arch-commits] Commit in alsa-ucm-conf/repos/testing-any (PKGBUILD PKGBUILD)

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:11:13
  Author: dvzrv
Revision: 431834

archrelease: copy trunk to testing-any

Added:
  alsa-ucm-conf/repos/testing-any/PKGBUILD
(from rev 431833, alsa-ucm-conf/trunk/PKGBUILD)
Deleted:
  alsa-ucm-conf/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 17:10:57 UTC (rev 431833)
+++ PKGBUILD2021-12-10 17:11:13 UTC (rev 431834)
@@ -1,25 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=alsa-ucm-conf
-pkgver=1.2.6.1
-pkgrel=1
-pkgdesc="ALSA Use Case Manager configuration (and topologies)"
-arch=(any)
-url="https://alsa-project.org/;
-license=(BSD)
-source=("https://www.alsa-project.org/files/pub/lib/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('2fca5f6dd87ff46865b57c6224aac9d0a8ca6f09f26c4116b0b0db6379236db7322b240186e3bef05e97c4ccbbd12a73299aca35d85aed0cb20b0019696d6a16'
-'SKIP')
-b2sums=('12ff26daefa4ab0c66d1d0778dfd8a588a30b331dcaa783350510e439cefc83c15422b027ca2119d5a1ecd98257c3f2022219d4096f0d1d3c5122b69eb396e48'
-'SKIP')
-validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  find ucm2 -type f -iname "*.conf" -exec install -vDm 644 {} 
"${pkgdir}/usr/share/alsa/"{} \;
-  find ucm2 -type l -iname "*.conf" -exec cp -dv {} 
"${pkgdir}/usr/share/alsa/"{} \;
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -vDm 644 ucm2/README.md -t "$pkgdir/usr/share/doc/$pkgname/ucm2"
-}

Copied: alsa-ucm-conf/repos/testing-any/PKGBUILD (from rev 431833, 
alsa-ucm-conf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 17:11:13 UTC (rev 431834)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=alsa-ucm-conf
+pkgver=1.2.6.2
+pkgrel=1
+pkgdesc="ALSA Use Case Manager configuration (and topologies)"
+arch=(any)
+url="https://alsa-project.org/;
+license=(BSD)
+source=("https://www.alsa-project.org/files/pub/lib/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('d7122279bc36ab16dfe1a5f2e24b9dda57e1b59b7c7aeac3c8755af62b464053ed038aa56ebb52d7707ecae01674cac920ea784bb7493d978276a98cbf78d873'
+'SKIP')
+b2sums=('98d0ad854b510f8ef41d014686e87776141cb8d3cc2989d5e91407bd2b412c0cb986d0ed726c9849bfc99472d6ca1f875e4c3ce16ac1b9181f031a210f13eb13'
+'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  find ucm2 -type f -iname "*.conf" -exec install -vDm 644 {} 
"${pkgdir}/usr/share/alsa/"{} \;
+  find ucm2 -type l -iname "*.conf" -exec cp -dv {} 
"${pkgdir}/usr/share/alsa/"{} \;
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -vDm 644 ucm2/README.md -t "$pkgdir/usr/share/doc/$pkgname/ucm2"
+}



[arch-commits] Commit in alsa-ucm-conf/trunk (PKGBUILD)

2021-12-10 Thread David Runge via arch-commits
Date: Friday, December 10, 2021 @ 17:10:57
  Author: dvzrv
Revision: 431833

upgpkg: alsa-ucm-conf 1.2.6.2-1: Upgrade to 1.2.6.2.

Modified:
  alsa-ucm-conf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 16:39:42 UTC (rev 431832)
+++ PKGBUILD2021-12-10 17:10:57 UTC (rev 431833)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=alsa-ucm-conf
-pkgver=1.2.6.1
+pkgver=1.2.6.2
 pkgrel=1
 pkgdesc="ALSA Use Case Manager configuration (and topologies)"
 arch=(any)
@@ -9,9 +9,9 @@
 url="https://alsa-project.org/;
 license=(BSD)
 
source=("https://www.alsa-project.org/files/pub/lib/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('2fca5f6dd87ff46865b57c6224aac9d0a8ca6f09f26c4116b0b0db6379236db7322b240186e3bef05e97c4ccbbd12a73299aca35d85aed0cb20b0019696d6a16'
+sha512sums=('d7122279bc36ab16dfe1a5f2e24b9dda57e1b59b7c7aeac3c8755af62b464053ed038aa56ebb52d7707ecae01674cac920ea784bb7493d978276a98cbf78d873'
 'SKIP')
-b2sums=('12ff26daefa4ab0c66d1d0778dfd8a588a30b331dcaa783350510e439cefc83c15422b027ca2119d5a1ecd98257c3f2022219d4096f0d1d3c5122b69eb396e48'
+b2sums=('98d0ad854b510f8ef41d014686e87776141cb8d3cc2989d5e91407bd2b412c0cb986d0ed726c9849bfc99472d6ca1f875e4c3ce16ac1b9181f031a210f13eb13'
 'SKIP')
 validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
 



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

2021-12-10 Thread Alexander Rødseth via arch-commits
Date: Friday, December 10, 2021 @ 17:04:31
  Author: arodseth
Revision: 1068122

upgpkg: godot 3.4-4

Modified:
  godot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 17:04:15 UTC (rev 1068121)
+++ PKGBUILD2021-12-10 17:04:31 UTC (rev 1068122)
@@ -6,7 +6,7 @@
 
 pkgname=godot
 pkgver=3.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Advanced cross-platform 2D and 3D game engine'
 url='https://godotengine.org'
 license=(MIT)



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

2021-12-10 Thread Alexander Rødseth via arch-commits
Date: Friday, December 10, 2021 @ 17:04:15
  Author: arodseth
Revision: 1068121

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 17:03:27 UTC (rev 1068120)
+++ PKGBUILD2021-12-10 17:04:15 UTC (rev 1068121)
@@ -1,63 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: loqs
-# Contributor: Jorge Araya Navarro 
-# Contributor: Cristian Porras 
-# Contributor: Matthew Bentley 
-
-pkgname=godot
-pkgver=3.4
-pkgrel=2
-pkgdesc='Advanced cross-platform 2D and 3D game engine'
-url='https://godotengine.org'
-license=(MIT)
-arch=(x86_64)
-makedepends=(gcc scons yasm alsa-lib pulseaudio)
-depends=(bullet embree freetype2 libglvnd libtheora libvorbis libvpx libwebp
- libwslay libxcursor libxi libxinerama libxrandr mbedtls miniupnpc 
opusfile)
-optdepends=(alsa-lib pulseaudio)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz;)
-b2sums=('372a48f20b5b04a23ea0c43ee8b4364f51f4223e61abf4b4375721c1fe20662419ec0d06bf1a980ce3b2bfadb24de3f5543c7cda87778df49043c355d65fcf6d')
-
-prepare() {
-  # Disable the check that adds -no-pie to LINKFLAGS, for gcc != 6
-  sed -i 's,0] >,0] =,g' $pkgname-$pkgver-stable/platform/x11/detect.py
-}
-
-build() {
-  # Not unbundled yet:
-  #  enet (contains no upstreamed IPv6 support)
-  #  libsquish, recast, xatlas
-  #  AUR: libwebm, squish
-  local to_unbundle="bullet certs embree freetype libogg libpng libtheora 
libvorbis libvpx libwebp mbedtls miniupnpc opus pcre2 wslay zlib zstd"
-  local system_libs=""
-  for _lib in $to_unbundle; do
-system_libs+="builtin_"$_lib"=no "
-rm -rf thirdparty/$_lib
-  done
-
-  cd $pkgname-$pkgver-stable
-  export BUILD_NAME=arch_linux
-  scons -j16 \
-bits=64 \
-colored=yes \
-platform=x11 \
-pulseaudio=yes \
-system_certs_path=/etc/ssl/certs/ca-certificates.crt \
-target=release_debug \
-tools=yes \
-use_llvm=no \
-CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now" \
-CXXFLAGS="$CXXFLAGS -fPIC -Wl,-z,relro,-z,now" \
-LINKFLAGS="$LDFLAGS" \
-$system_libs
-}
-
-package() {
-  cd $pkgname-$pkgver-stable
-  install -Dm644 misc/dist/linux/org.godotengine.Godot.desktop \
-"$pkgdir/usr/share/applications/godot.desktop"
-  install -Dm644 icon.svg "$pkgdir/usr/share/pixmaps/godot.svg"
-  install -Dm755 bin/godot.x11.opt.tools.64 "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/godot/LICENSE"
-  install -Dm644 misc/dist/linux/godot.6 "$pkgdir/usr/share/man/man6/godot.6"
-}

Copied: godot/repos/community-testing-x86_64/PKGBUILD (from rev 1068120, 
godot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 17:04:15 UTC (rev 1068121)
@@ -0,0 +1,67 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: loqs
+# Contributor: Jorge Araya Navarro 
+# Contributor: Cristian Porras 
+# Contributor: Matthew Bentley 
+
+pkgname=godot
+pkgver=3.4
+pkgrel=3
+pkgdesc='Advanced cross-platform 2D and 3D game engine'
+url='https://godotengine.org'
+license=(MIT)
+arch=(x86_64)
+makedepends=(gcc scons yasm alsa-lib pulseaudio)
+depends=(embree freetype2 libglvnd libtheora libvorbis libvpx libwebp
+ libwslay libxcursor libxi libxinerama libxrandr mbedtls miniupnpc 
opusfile)
+optdepends=(alsa-lib pulseaudio)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz;)
+b2sums=('372a48f20b5b04a23ea0c43ee8b4364f51f4223e61abf4b4375721c1fe20662419ec0d06bf1a980ce3b2bfadb24de3f5543c7cda87778df49043c355d65fcf6d')
+
+prepare() {
+  # Disable the check that adds -no-pie to LINKFLAGS, for gcc != 6
+  sed -i 's,0] >,0] =,g' $pkgname-$pkgver-stable/platform/x11/detect.py
+}
+
+build() {
+  # Not unbundled (yet):
+  #  bullet (FS#72924, https://github.com/godotengine/godot/issues/55599)
+  #  certs (FS#72762)
+  #  enet (contains no upstreamed IPv6 support)
+  #  libsquish, recast, xatlas
+  #  AUR: libwebm, squish
+  local to_unbundle="embree freetype libogg libpng libtheora libvorbis libvpx 
libwebp mbedtls miniupnpc opus pcre2 wslay zlib zstd"
+  local system_libs=""
+  for _lib in $to_unbundle; do
+system_libs+="builtin_"$_lib"=no "
+rm -rf thirdparty/$_lib
+  done
+
+  cd $pkgname-$pkgver-stable
+  export BUILD_NAME=arch_linux
+  scons -j16 \
+bits=64 \
+colored=yes \
+platform=x11 \
+pulseaudio=yes \
+system_certs_path=/etc/ssl/certs/ca-certificates.crt \
+target=release_debug \
+tools=yes \
+use_llvm=no \
+CFLAGS="$CFLAGS 

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

2021-12-10 Thread Alexander Rødseth via arch-commits
Date: Friday, December 10, 2021 @ 17:03:27
  Author: arodseth
Revision: 1068120

archrelease: copy trunk to community-x86_64

Added:
  godot/repos/community-x86_64/PKGBUILD
(from rev 1068119, godot/trunk/PKGBUILD)
Deleted:
  godot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 17:03:22 UTC (rev 1068119)
+++ PKGBUILD2021-12-10 17:03:27 UTC (rev 1068120)
@@ -1,63 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: loqs
-# Contributor: Jorge Araya Navarro 
-# Contributor: Cristian Porras 
-# Contributor: Matthew Bentley 
-
-pkgname=godot
-pkgver=3.4
-pkgrel=1
-pkgdesc='Advanced cross-platform 2D and 3D game engine'
-url='https://godotengine.org'
-license=(MIT)
-arch=(x86_64)
-makedepends=(gcc scons yasm alsa-lib pulseaudio)
-depends=(bullet embree freetype2 libglvnd libtheora libvorbis libvpx libwebp
- libwslay libxcursor libxi libxinerama libxrandr mbedtls miniupnpc 
opusfile)
-optdepends=(alsa-lib pulseaudio)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz;)
-b2sums=('372a48f20b5b04a23ea0c43ee8b4364f51f4223e61abf4b4375721c1fe20662419ec0d06bf1a980ce3b2bfadb24de3f5543c7cda87778df49043c355d65fcf6d')
-
-prepare() {
-  # Disable the check that adds -no-pie to LINKFLAGS, for gcc != 6
-  sed -i 's,0] >,0] =,g' $pkgname-$pkgver-stable/platform/x11/detect.py
-}
-
-build() {
-  # Not unbundled yet:
-  #  enet (contains no upstreamed IPv6 support)
-  #  libsquish, recast, xatlas
-  #  AUR: libwebm, squish
-  local to_unbundle="bullet certs embree freetype libogg libpng libtheora 
libvorbis libvpx libwebp mbedtls miniupnpc opus pcre2 wslay zlib zstd"
-  local system_libs=""
-  for _lib in $to_unbundle; do
-system_libs+="builtin_"$_lib"=no "
-rm -rf thirdparty/$_lib
-  done
-
-  cd $pkgname-$pkgver-stable
-  export BUILD_NAME=arch_linux
-  scons -j16 \
-bits=64 \
-colored=yes \
-platform=x11 \
-pulseaudio=yes \
-system_certs_path=/etc/ssl/certs/ca-certificates.crt \
-target=release_debug \
-tools=yes \
-use_llvm=no \
-CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now" \
-CXXFLAGS="$CXXFLAGS -fPIC -Wl,-z,relro,-z,now" \
-LINKFLAGS="$LDFLAGS" \
-$system_libs
-}
-
-package() {
-  cd $pkgname-$pkgver-stable
-  install -Dm644 misc/dist/linux/org.godotengine.Godot.desktop \
-"$pkgdir/usr/share/applications/godot.desktop"
-  install -Dm644 icon.svg "$pkgdir/usr/share/pixmaps/godot.svg"
-  install -Dm755 bin/godot.x11.opt.tools.64 "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/godot/LICENSE"
-  install -Dm644 misc/dist/linux/godot.6 "$pkgdir/usr/share/man/man6/godot.6"
-}

Copied: godot/repos/community-x86_64/PKGBUILD (from rev 1068119, 
godot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 17:03:27 UTC (rev 1068120)
@@ -0,0 +1,67 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: loqs
+# Contributor: Jorge Araya Navarro 
+# Contributor: Cristian Porras 
+# Contributor: Matthew Bentley 
+
+pkgname=godot
+pkgver=3.4
+pkgrel=3
+pkgdesc='Advanced cross-platform 2D and 3D game engine'
+url='https://godotengine.org'
+license=(MIT)
+arch=(x86_64)
+makedepends=(gcc scons yasm alsa-lib pulseaudio)
+depends=(embree freetype2 libglvnd libtheora libvorbis libvpx libwebp
+ libwslay libxcursor libxi libxinerama libxrandr mbedtls miniupnpc 
opusfile)
+optdepends=(alsa-lib pulseaudio)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz;)
+b2sums=('372a48f20b5b04a23ea0c43ee8b4364f51f4223e61abf4b4375721c1fe20662419ec0d06bf1a980ce3b2bfadb24de3f5543c7cda87778df49043c355d65fcf6d')
+
+prepare() {
+  # Disable the check that adds -no-pie to LINKFLAGS, for gcc != 6
+  sed -i 's,0] >,0] =,g' $pkgname-$pkgver-stable/platform/x11/detect.py
+}
+
+build() {
+  # Not unbundled (yet):
+  #  bullet (FS#72924, https://github.com/godotengine/godot/issues/55599)
+  #  certs (FS#72762)
+  #  enet (contains no upstreamed IPv6 support)
+  #  libsquish, recast, xatlas
+  #  AUR: libwebm, squish
+  local to_unbundle="embree freetype libogg libpng libtheora libvorbis libvpx 
libwebp mbedtls miniupnpc opus pcre2 wslay zlib zstd"
+  local system_libs=""
+  for _lib in $to_unbundle; do
+system_libs+="builtin_"$_lib"=no "
+rm -rf thirdparty/$_lib
+  done
+
+  cd $pkgname-$pkgver-stable
+  export BUILD_NAME=arch_linux
+  scons -j16 \
+bits=64 \
+colored=yes \
+platform=x11 \
+pulseaudio=yes \
+system_certs_path=/etc/ssl/certs/ca-certificates.crt \
+target=release_debug \
+tools=yes \
+use_llvm=no \
+CFLAGS="$CFLAGS -fPIC -Wl,-z,relro,-z,now" \
+

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

2021-12-10 Thread Alexander Rødseth via arch-commits
Date: Friday, December 10, 2021 @ 17:03:22
  Author: arodseth
Revision: 1068119

FS#72924 (unbundle "bullet"), FS#72762 (unbundle "certs"), FS#72601 (feature 
request: MIME file)

Modified:
  godot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 16:54:35 UTC (rev 1068118)
+++ PKGBUILD2021-12-10 17:03:22 UTC (rev 1068119)
@@ -6,13 +6,13 @@
 
 pkgname=godot
 pkgver=3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Advanced cross-platform 2D and 3D game engine'
 url='https://godotengine.org'
 license=(MIT)
 arch=(x86_64)
 makedepends=(gcc scons yasm alsa-lib pulseaudio)
-depends=(bullet embree freetype2 libglvnd libtheora libvorbis libvpx libwebp
+depends=(embree freetype2 libglvnd libtheora libvorbis libvpx libwebp
  libwslay libxcursor libxi libxinerama libxrandr mbedtls miniupnpc 
opusfile)
 optdepends=(alsa-lib pulseaudio)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz;)
@@ -24,11 +24,13 @@
 }
 
 build() {
-  # Not unbundled yet:
+  # Not unbundled (yet):
+  #  bullet (FS#72924, https://github.com/godotengine/godot/issues/55599)
+  #  certs (FS#72762)
   #  enet (contains no upstreamed IPv6 support)
   #  libsquish, recast, xatlas
   #  AUR: libwebm, squish
-  local to_unbundle="bullet certs embree freetype libogg libpng libtheora 
libvorbis libvpx libwebp mbedtls miniupnpc opus pcre2 wslay zlib zstd"
+  local to_unbundle="embree freetype libogg libpng libtheora libvorbis libvpx 
libwebp mbedtls miniupnpc opus pcre2 wslay zlib zstd"
   local system_libs=""
   for _lib in $to_unbundle; do
 system_libs+="builtin_"$_lib"=no "
@@ -60,4 +62,6 @@
   install -Dm755 bin/godot.x11.opt.tools.64 "$pkgdir/usr/bin/$pkgname"
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/godot/LICENSE"
   install -Dm644 misc/dist/linux/godot.6 "$pkgdir/usr/share/man/man6/godot.6"
+  install -Dm644 misc/dist/linux/org.godotengine.Godot.xml \
+"$pkgdir/usr/share/mime/packages/org.godotengine.Godot.xml"
 }



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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Friday, December 10, 2021 @ 16:54:35
  Author: foutrelis
Revision: 1068118

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 16:54:30 UTC (rev 1068117)
+++ PKGBUILD2021-12-10 16:54:35 UTC (rev 1068118)
@@ -1,41 +0,0 @@
-# Maintainer: Santiago Torres-Arias  a.o >
-# Maintainer: Nick Black 
-
-pkgname=notcurses
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Blingful TUI/character graphics library"
-url="https://nick-black.com/dankwiki/index.php/Notcurses;
-license=('Apache')
-arch=('x86_64')
-# qrcodegen is currently shipped as a static archive on Arch, rather than a
-# dynamic library. Should the .so be shipped in the future, promote qrcodegen
-# from a makedepends to a true depends, and use that dynamic library.
-depends=('ncurses' 'ffmpeg' 'libunistring' 'gpm')
-makedepends=('libdeflate' 'cmake' 'pandoc' 'python-pip' 'python-pypandoc' 
'python-cffi' 'python-setuptools' 'readline' 'ninja' 'zlib' 'gpm')
-checkdepends=('doctest')
-source=("https://github.com/dankamongmen/notcurses/archive/v${pkgver}.tar.gz;)
-sha256sums=('b4839108ca8f9aef31d2f537485cbd878356bbcd4ad4f7a4dd19e72201d01cee')
-
-prepare() {
-  mkdir -p "${pkgname}-${pkgver}/build"
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. -GNinja -DCMAKE_INSTALL_PREFIX="/usr" 
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_QRCODEGEN=off -DUSE_GPM=on
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  ninja
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  ninja test 
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  DESTDIR="$pkgdir" ninja install
-  cd ../cffi
-  env CFLAGS="-I$pkgdir/usr/include -L../build" python setup.py install 
--root="$pkgdir" --optimize=1
-}

Copied: notcurses/repos/community-testing-x86_64/PKGBUILD (from rev 1068117, 
notcurses/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 16:54:35 UTC (rev 1068118)
@@ -0,0 +1,40 @@
+# Maintainer: Santiago Torres-Arias  a.o >
+# Maintainer: Nick Black 
+
+pkgname=notcurses
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="Blingful TUI/character graphics library"
+url="https://nick-black.com/dankwiki/index.php/Notcurses;
+license=('Apache')
+arch=('x86_64')
+# qrcodegen is currently shipped as a static archive on Arch, rather than a
+# dynamic library. Should the .so be shipped in the future, promote qrcodegen
+# from a makedepends to a true depends, and use that dynamic library.
+depends=('ncurses' 'ffmpeg' 'libunistring' 'gpm')
+makedepends=('libdeflate' 'cmake' 'pandoc' 'python-pip' 'python-pypandoc' 
'python-cffi' 'python-setuptools' 'readline' 'ninja' 'zlib' 'gpm' 'doctest')
+source=("https://github.com/dankamongmen/notcurses/archive/v${pkgver}.tar.gz;)
+sha256sums=('b4839108ca8f9aef31d2f537485cbd878356bbcd4ad4f7a4dd19e72201d01cee')
+
+prepare() {
+  mkdir -p "${pkgname}-${pkgver}/build"
+  cd "${pkgname}-${pkgver}/build"
+  cmake .. -GNinja -DCMAKE_INSTALL_PREFIX="/usr" 
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_QRCODEGEN=off -DUSE_GPM=on
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/build"
+  ninja
+}
+
+check() {
+  cd "${pkgname}-${pkgver}/build"
+  ninja test 
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/build"
+  DESTDIR="$pkgdir" ninja install
+  cd ../cffi
+  env CFLAGS="-I$pkgdir/usr/include -L../build" python setup.py install 
--root="$pkgdir" --optimize=1
+}



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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Friday, December 10, 2021 @ 16:54:30
  Author: foutrelis
Revision: 1068117

upgpkg: notcurses 3.0.0-2: Python 3.10 rebuild

Modified:
  notcurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 16:50:25 UTC (rev 1068116)
+++ PKGBUILD2021-12-10 16:54:30 UTC (rev 1068117)
@@ -3,7 +3,7 @@
 
 pkgname=notcurses
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Blingful TUI/character graphics library"
 url="https://nick-black.com/dankwiki/index.php/Notcurses;
 license=('Apache')
@@ -12,8 +12,7 @@
 # dynamic library. Should the .so be shipped in the future, promote qrcodegen
 # from a makedepends to a true depends, and use that dynamic library.
 depends=('ncurses' 'ffmpeg' 'libunistring' 'gpm')
-makedepends=('libdeflate' 'cmake' 'pandoc' 'python-pip' 'python-pypandoc' 
'python-cffi' 'python-setuptools' 'readline' 'ninja' 'zlib' 'gpm')
-checkdepends=('doctest')
+makedepends=('libdeflate' 'cmake' 'pandoc' 'python-pip' 'python-pypandoc' 
'python-cffi' 'python-setuptools' 'readline' 'ninja' 'zlib' 'gpm' 'doctest')
 source=("https://github.com/dankamongmen/notcurses/archive/v${pkgver}.tar.gz;)
 sha256sums=('b4839108ca8f9aef31d2f537485cbd878356bbcd4ad4f7a4dd19e72201d01cee')
 



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

2021-12-10 Thread Andrew Crerar via arch-commits
Date: Friday, December 10, 2021 @ 16:50:25
  Author: andrewsc
Revision: 1068116

archrelease: copy trunk to community-any

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

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

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

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

2021-12-10 Thread Andrew Crerar via arch-commits
Date: Friday, December 10, 2021 @ 16:50:08
  Author: andrewsc
Revision: 1068115

upgpkg: firefox-developer-edition-i18n 96.0b3-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 16:28:25 UTC (rev 1068114)
+++ PKGBUILD2021-12-10 16:50:08 UTC (rev 1068115)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=96.0b2
+pkgver=96.0b3
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('d56901b90b4b25c15a3e290a8295eb09a042f6604dfedbc986a3979a762fa58206727302f064fee7b79f09462634217fdb674164316c4e0e0354bb6400e15170'
-
'e5c5fe48f458bb6154fb027411c0c4691a458929e059084ac7cf7016ef8d151dd836f45281da2ed55e37aba9d4413b1a3585d6920aee1e74913f0a83106f2414'
-
'6ac6a9082671c4b82dd687324d104c4c004a24f70c9a07827696fb7dfd095a4cfb31b567612b677311348b5c6a8235b5a65df1934338f64a46728d4d4a7b08f2'
-
'0f0791dc335766ef7659cb313f5f244f9acb2faf112c33a2af6c66cab7d0d8de904fa3143021c8c02ab02ff06d4f7a3a81cfe4f87d1ae38d78e8781c28dc1957'
-
'b7ac9f396a26004ca0cc81766038b226435ea4627eb5d1d2b0382cf84ee4bd46fba0484a9bfed74dcdb1debbdf19f43ffc441f143359af32f398c0b9f5f0f9c3'
-
'3a5eb62e2a4a3daea330f5e6f160dacbaeb0ce7125a7830752323307b7cea9fa62922697fcf5c65a4785e033e1b1b30db8bd91c451e142e5b24dcdb9e3bf0c70'
-
'67e8e11ac2a18e3e0f3b39cc2802ac60f3517be6071501568d7ff49517b393ec268f9355d21f47698cd0c1fa4eaea710bbaf34990f11fb250a1880a71a08fc37'
-
'3a34170afed0c380ab098e5cc016cefe6b1237d8459d39ea4cd30f6bef48405c1c236840aecdfca82fe9a73f6e5445dc812b333c6ced96f08bde73c8486be430'
-
'990f065e6e6b67934e95522a613ec0c5d1cea2becfcdbf6417a896e128ecb407b8c2f84de5e18ca20ac5fad22780ecfbc5668a5bb4740bd27ad577c5f8cc5aa4'
-
'05396e8556a09dff596de14a4b73e97458b96517f19688164d79c38278a468bfd46452b5c1091b6408ab1be2295d65ef46ef239a8f23dc77f3ccaeeb4b65fa9d'
-
'bab62ce5cbf642db36b4291cf592104e7ea7867471eab7fe23b98dafd0856c81207c30f36ad28baa3db253d8ea5478d7f644dd5416063599ae0090a95ffe05ba'
-
'8e5feacc5f752820c38e5b1bf46e43a78e7677bb27ca97414b1c0ec25fb18198450d37c27cc6b0f27fab92533a02364c8c17b6a84a7d0e675756df112ce5d080'
-
'97a61987baeffe94aa686aa060b92aeac598598ae9e198c6b64c563e4281d59820c5b5244ee6424bcd77781555f5ec7d23d48fb4b50f9c042613d561df843f24'
-
'02a5a3c0ab6c1bce3a2fa2f8dca47a11b065c76096ee36e727afb698570edd085c3a81dc4e489c7748c0aaa3049d771f87f62c46eed4be20bfb4e23918a43e4e'
-
'3176233666347a377743981342d78ae17a5efffb5b05cfa36aca9e29d8e4f8e7b6b383e47d7487320c9911b1ed3ea1c91155a9b67d7e8fb7c02dc6364b3367c3'
-
'8fbcd81900a3c25d85d0e69d50e0f301e640e7a1b5ad8786a0a265da8dfeb6028b01cd5f3b68964692f06c874daa9e63ef022c249877c20d02e5fbc1ccabfda5'
-
'10198d0a762560ce81989d228bb109bf2b6d8ee1e3ec9aad901526971511242d41b1a0700358e27063fc90ec4aad872f34a6830391dca93d30e12dc2474e2534'
-
'3fb7952c01ad7122d0b1864c3bf520fdffaf47199fccbfcd0017078425d4ec693efb82709c6f1300ee01082c4812d82b7756a6ed78e3842cfe6109a1ab471566'
-
'8ea1afd5c210430512aed9391e62c27afa632d211eef56e077cb81195a76a79bbff688aa5e5e69e895394be09456de286b8b7015a8ee19d7fa3d08515c377c9a'
-
'023b32ea9754325d18daa0dd1b633dce5cad4c1aedeca52cac383957c3483a70161d1f41dadc996709dd857e39c08d0ecd61cc01bf85494fedc0a00ad6fd3c18'
-
'803766e4ee972e4c45aff864bee79f21c874f0d1c238f0bf1bd4e0c5bba9d98b5c3fb0bfc6968b36c6abc3aed84e3c7ba39d0f75694d5b3d624577d36f3bd27b'
-
'88002a226471ec5ecd31ea9d2a3923f1a254e42a3206d6502d89beab76755db88156f70d4dc0e050271888e505f28835e2446c7dd48e79e1457d87592be10311'
-
'29d219467fae6badd2e0a2f9ad52c2e63b9b0f9c9e68c4c3d43ed6b5493a392d17c1a9b415fa4f34fcb99d1170ef344c6e8d09f494df9f20064956b279961c26'
-
'15dcd60d3c03c1d41f248e259c9e1c6428a9ebfed1fec4770faf27de3a2be0671bd26d874904d9f22cf41d92c01c5a34198d50b7c300d4d47083ab9a3defc0e9'
-
'b04bd9d3dd1c3e85c99df887f2f9e91c188ed501f31787efbe555d13ccaee779c5cad2f54cda5ec647d2c856d977efb2840ef230f0d95908766556d7da376afa'
-
'c6b3745a4a7043f2817779379154a44e690efc149226aeac06f1a74ba482067a1902717740c76fbcf9b446ca9d74acb2937fc7e9f57e950b4f90bff95fed26eb'
-
'9284e9b8eafe95a114dec59f069cc9365aed6a95db5372b9bdb1bd52262d99e64f4463401181472f8073d1feefaa6abbfc1360c152768d984e49d876b63fcc9a'
-
'0e8507da9a5d0214b4e4bf7f08e0461e82467047d8cde8bef0f86fcde62be5efbd5b47963ffb60488432213024cda253726e0f9f03adddb23b9372151adcbbed'
-

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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Friday, December 10, 2021 @ 16:39:42
  Author: foutrelis
Revision: 431832

archrelease: copy trunk to testing-x86_64

Added:
  bullet/repos/testing-x86_64/PKGBUILD
(from rev 431831, bullet/trunk/PKGBUILD)
  bullet/repos/testing-x86_64/bullet3_examplebrowser.sh
(from rev 431831, bullet/trunk/bullet3_examplebrowser.sh)
Deleted:
  bullet/repos/testing-x86_64/PKGBUILD
  bullet/repos/testing-x86_64/bullet3_examplebrowser.sh

---+
 PKGBUILD  |  186 ++--
 bullet3_examplebrowser.sh |8 -
 2 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 16:39:32 UTC (rev 431831)
+++ PKGBUILD2021-12-10 16:39:42 UTC (rev 431832)
@@ -1,93 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christoph Zeiler 
-
-pkgbase=bullet
-pkgname=('bullet' 'bullet-docs' 'python-pybullet')
-pkgver=3.21
-# Upstream botched the tag so we're using the actual real commit for this 
release.
-_commit=6a59241074720e9df119f2f86bc01765917feb1e
-pkgrel=1
-pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation"
-arch=('x86_64')
-url="http://www.bulletphysics.com/Bullet/;
-license=('custom:zlib')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 
'python-numpy' 'python-setuptools' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bulletphysics/bullet3/archive/${_commit}.tar.gz;
-bullet3_examplebrowser.sh)
-sha512sums=('f262c1c517f17f641d0a991611ca8a0776e34165af438a8a8d2d62a960e6ce3885198718ed7d1f4e9c4c42a497a3b1d7143c526010fd202bcc9efda19fa0e33b'
-
'8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
-
-prepare() {
-  cd bullet3-${_commit}
-  sed -i '/SET_TARGET_PROPERTIES(pybullet PROPERTIES PREFIX/d' 
examples/pybullet/CMakeLists.txt
-}
-
-build() {
-  cd bullet3-${_commit}
-
-  cmake \
-  -Bbuild \
-  -GNinja \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=1 \
-  -DINSTALL_LIBS=1 \
-  -DINSTALL_EXTRA_LIBS=1 \
-  -DBUILD_PYBULLET=ON \
-  -DBUILD_PYBULLET_NUMPY=ON \
-  -DBUILD_OPENGL3_DEMOS=ON \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_SKIP_RPATH=YES
-
-  ninja -C build
-
-  python setup.py build
-  doxygen
-}
-
-package_bullet() {
-  optdepends=('glu: for the example browser'
-  'python: python bindings'
-  'python-numpy: python bindings'
-  'bullet-docs: documentation')
-
-  cd bullet3-${_commit}
-
-  DESTDIR="${pkgdir}" ninja -C build install
-
-  cd build
-
-  install -Dm755 
examples/ExampleBrowser/libBulletExampleBrowserLib.so.${pkgver} 
"${pkgdir}"/usr/lib/libBulletExampleBrowserLib.so.${pkgver}
-  install -Dm755 examples/OpenGLWindow/libOpenGLWindow.so 
"${pkgdir}"/usr/lib/libOpenGLWindow.so
-  install -Dm755 examples/ThirdPartyLibs/Gwen/libgwen.so 
"${pkgdir}"/usr/lib/libgwen.so
-  install -Dm755 examples/ThirdPartyLibs/BussIK/libBussIK.so 
"${pkgdir}"/usr/lib/libBussIK.so
-  install -Dm755 "${srcdir}"/bullet3_examplebrowser.sh 
"${pkgdir}"/usr/bin/bullet3_examplebrowser
-  install -Dm755 examples/ExampleBrowser/App_ExampleBrowser 
"${pkgdir}"/opt/bullet/App_ExampleBrowser
-  cp -r data "${pkgdir}"/opt/bullet/
-
-  install -Dm644 ../LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgbase}/LICENSE
-}
-
-package_python-pybullet() {
-  pkgdesc="Bullet Python bindings"
-  depends+=('bullet' 'gcc-libs')
-
-  cd bullet3-${_commit}
-
-  install -Dm755 build/examples/pybullet/libpybullet.so.${pkgver} 
"${pkgdir}"/usr/lib/libpybullet.so.${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_bullet-docs() {
-  pkgdesc="Documentation for bullet"
-
-  cd bullet3-${_commit}
-
-  # install docs
-  install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf 
"${pkgdir}"/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
-  install -Dm644 docs/Bullet_User_Manual.pdf 
"${pkgdir}"/usr/share/doc/bullet/Bullet_User_Manual.pdf
-  install -Dm644 docs/BulletQuickstart.pdf 
"${pkgdir}"/usr/share/doc/bullet/BulletQuickstart.pdf
-  cp -r html "${pkgdir}"/usr/share/doc/bullet/html
-}
-# vim: sw=2 ts=2 et:

Copied: bullet/repos/testing-x86_64/PKGBUILD (from rev 431831, 
bullet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 16:39:42 UTC (rev 431832)
@@ -0,0 +1,93 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph Zeiler 
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs' 'python-pybullet')
+pkgver=3.21
+# Upstream botched the tag so we're using the actual real commit for this 
release.
+_commit=6a59241074720e9df119f2f86bc01765917feb1e

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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Friday, December 10, 2021 @ 16:39:32
  Author: foutrelis
Revision: 431831

upgpkg: bullet 3.21-2: Python 3.10 rebuild

Modified:
  bullet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 16:35:06 UTC (rev 431830)
+++ PKGBUILD2021-12-10 16:39:32 UTC (rev 431831)
@@ -6,7 +6,7 @@
 pkgver=3.21
 # Upstream botched the tag so we're using the actual real commit for this 
release.
 _commit=6a59241074720e9df119f2f86bc01765917feb1e
-pkgrel=1
+pkgrel=2
 pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation"
 arch=('x86_64')
 url="http://www.bulletphysics.com/Bullet/;



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

2021-12-10 Thread Jan Steffens via arch-commits
Date: Friday, December 10, 2021 @ 16:35:06
  Author: heftig
Revision: 431830

41.1-1

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 15:39:34 UTC (rev 431829)
+++ PKGBUILD2021-12-10 16:35:06 UTC (rev 431830)
@@ -3,26 +3,27 @@
 # Contributor: William Rea 
 
 pkgname=orca
-pkgver=41.0
-pkgrel=2
+pkgver=41.1
+pkgrel=1
 pkgdesc="Screen reader for individuals who are blind or visually impaired"
 url="https://wiki.gnome.org/Projects/Orca;
 arch=(any)
 license=(LGPL)
-depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
- xorg-xmodmap gsettings-desktop-schemas
- gst-plugins-base # playbin, audiotestsrc, basic decoders
- gst-plugins-good # pulsesink, more decoders
+depends=(
+  gtk3 at-spi2-atk python-atspi python-dbus python-xdg speech-dispatcher
+  liblouis brltty xorg-xmodmap gsettings-desktop-schemas
+  gst-plugins-base # playbin, audiotestsrc, basic decoders
+  gst-plugins-good # pulsesink, more decoders
 )
 makedepends=(itstool intltool git yelp-tools)
 groups=(gnome)
-_commit=493956a8707307c38a5aaf9e314caa9c3f988caa  # tags/ORCA_41_0^0
+_commit=e296b5cd9b3c1b3ff6c5e1e0099d5011a8ba9f4f  # tags/ORCA_41_1^0
 source=("git+https://gitlab.gnome.org/GNOME/orca.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed -e 's/ORCA_//' -e 's/_/\./g' -e 's/-/+/g'
+  git describe --tags | sed 's/ORCA_//;s/_/\./g;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Friday, December 10, 2021 @ 16:28:25
  Author: foutrelis
Revision: 1068114

archrelease: copy trunk to community-testing-x86_64

Added:
  libsigrokdecode/repos/community-testing-x86_64/PKGBUILD
(from rev 1068113, libsigrokdecode/trunk/PKGBUILD)
  
libsigrokdecode/repos/community-testing-x86_64/use-python3-embed.pc-as-a-fallback.patch
(from rev 1068113, 
libsigrokdecode/trunk/use-python3-embed.pc-as-a-fallback.patch)
Deleted:
  libsigrokdecode/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |   76 +++--
 use-python3-embed.pc-as-a-fallback.patch |   23 
 2 files changed, 63 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 16:28:21 UTC (rev 1068113)
+++ PKGBUILD2021-12-10 16:28:25 UTC (rev 1068114)
@@ -1,36 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Maintainer: Filipe Lains (FFY00) 
-# Contributor: Thomas Krug 
-
-pkgname=libsigrokdecode
-pkgver=0.5.3
-pkgrel=4
-pkgdesc='C library that provides protocol decoding for logic analyzers, 
protocol decoders, etc.'
-arch=('x86_64')
-url='https://www.sigrok.org/wiki/Libsigrokdecode'
-license=('GPL3')
-depends=('glib2' 'python')
-source=("https://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz;
-
$pkgname-py39.patch::https://github.com/sigrokproject/libsigrokdecode/commit/9b0ad5177bd6.patch)
-sha512sums=('23393504b68135ed4ae8e8a654df024620af02e84fa3955956c61899388812229108155b4ae8d946e61f33dc8a8807db090d608350548a7a717d966442b07b9e'
-
'f1b26c227fc0eb5e831563e328a20beeb2412576bc50a0a241923dad1ebd1bd0eb07f2b3a4230ba99e3bf8db04cac6480ed8724e9727514d65cb3afe6838e189')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../$pkgname-py39.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  autoreconf --force --install . # it is a content of upstream's ./autogen.sh
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: libsigrokdecode/repos/community-testing-x86_64/PKGBUILD (from rev 
1068113, libsigrokdecode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 16:28:25 UTC (rev 1068114)
@@ -0,0 +1,40 @@
+# Maintainer: Anatol Pomozov
+# Maintainer: Filipe Lains (FFY00) 
+# Contributor: Thomas Krug 
+
+pkgname=libsigrokdecode
+pkgver=0.5.3
+pkgrel=5
+pkgdesc='C library that provides protocol decoding for logic analyzers, 
protocol decoders, etc.'
+arch=('x86_64')
+url='https://www.sigrok.org/wiki/Libsigrokdecode'
+license=('GPL3')
+depends=('glib2' 'python')
+source=("https://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz;
+
$pkgname-py39.patch::https://github.com/sigrokproject/libsigrokdecode/commit/9b0ad5177bd6.patch
+use-python3-embed.pc-as-a-fallback.patch)
+sha512sums=('23393504b68135ed4ae8e8a654df024620af02e84fa3955956c61899388812229108155b4ae8d946e61f33dc8a8807db090d608350548a7a717d966442b07b9e'
+
'f1b26c227fc0eb5e831563e328a20beeb2412576bc50a0a241923dad1ebd1bd0eb07f2b3a4230ba99e3bf8db04cac6480ed8724e9727514d65cb3afe6838e189'
+
'a4b22157898308cd248decf977e637e214c8f75aca2b8af4803a01208d0cbbe11ddb232e3d356e531e72c43a1a0ff07bc08e30f8378fa67f23f23665a7e53cb1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../$pkgname-py39.patch
+  # https://sourceforge.net/p/sigrok/mailman/message/37168276/
+  patch -Np1 -i ../use-python3-embed.pc-as-a-fallback.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  autoreconf --force --install . # it is a content of upstream's ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Copied: 
libsigrokdecode/repos/community-testing-x86_64/use-python3-embed.pc-as-a-fallback.patch
 (from rev 1068113, 
libsigrokdecode/trunk/use-python3-embed.pc-as-a-fallback.patch)
===
--- use-python3-embed.pc-as-a-fallback.patch(rev 0)
+++ use-python3-embed.pc-as-a-fallback.patch2021-12-10 16:28:25 UTC (rev 
1068114)
@@ -0,0 +1,23 @@
+From f5cc2a8c10e3147c534a56ea0b98815b5d4115aa Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 3 Dec 2020 19:17:00 +0200
+Subject: [PATCH] configure.ac: Use python3-embed.pc as a fallback
+
+This provides some future-proofing against newer Python versions.
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2917cb3..f576f2b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -100,7 +100,7 @@ SR_PKG_CHECK_SUMMARY([srd_pkglibs_summary])
+ # first, since usually only that variant will add "-lpython3.8".
+ # 

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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Friday, December 10, 2021 @ 16:28:21
  Author: foutrelis
Revision: 1068113

upgpkg: libsigrokdecode 0.5.3-5: fix build with Python 3.10

Added:
  libsigrokdecode/trunk/use-python3-embed.pc-as-a-fallback.patch
Modified:
  libsigrokdecode/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 use-python3-embed.pc-as-a-fallback.patch |   23 +++
 2 files changed, 30 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 16:25:53 UTC (rev 1068112)
+++ PKGBUILD2021-12-10 16:28:21 UTC (rev 1068113)
@@ -4,7 +4,7 @@
 
 pkgname=libsigrokdecode
 pkgver=0.5.3
-pkgrel=4
+pkgrel=5
 pkgdesc='C library that provides protocol decoding for logic analyzers, 
protocol decoders, etc.'
 arch=('x86_64')
 url='https://www.sigrok.org/wiki/Libsigrokdecode'
@@ -11,13 +11,17 @@
 license=('GPL3')
 depends=('glib2' 'python')
 
source=("https://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz;
-
$pkgname-py39.patch::https://github.com/sigrokproject/libsigrokdecode/commit/9b0ad5177bd6.patch)
+
$pkgname-py39.patch::https://github.com/sigrokproject/libsigrokdecode/commit/9b0ad5177bd6.patch
+use-python3-embed.pc-as-a-fallback.patch)
 
sha512sums=('23393504b68135ed4ae8e8a654df024620af02e84fa3955956c61899388812229108155b4ae8d946e61f33dc8a8807db090d608350548a7a717d966442b07b9e'
-
'f1b26c227fc0eb5e831563e328a20beeb2412576bc50a0a241923dad1ebd1bd0eb07f2b3a4230ba99e3bf8db04cac6480ed8724e9727514d65cb3afe6838e189')
+
'f1b26c227fc0eb5e831563e328a20beeb2412576bc50a0a241923dad1ebd1bd0eb07f2b3a4230ba99e3bf8db04cac6480ed8724e9727514d65cb3afe6838e189'
+
'a4b22157898308cd248decf977e637e214c8f75aca2b8af4803a01208d0cbbe11ddb232e3d356e531e72c43a1a0ff07bc08e30f8378fa67f23f23665a7e53cb1')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../$pkgname-py39.patch
+  # https://sourceforge.net/p/sigrok/mailman/message/37168276/
+  patch -Np1 -i ../use-python3-embed.pc-as-a-fallback.patch
 }
 
 build() {

Added: use-python3-embed.pc-as-a-fallback.patch
===
--- use-python3-embed.pc-as-a-fallback.patch(rev 0)
+++ use-python3-embed.pc-as-a-fallback.patch2021-12-10 16:28:21 UTC (rev 
1068113)
@@ -0,0 +1,23 @@
+From f5cc2a8c10e3147c534a56ea0b98815b5d4115aa Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 3 Dec 2020 19:17:00 +0200
+Subject: [PATCH] configure.ac: Use python3-embed.pc as a fallback
+
+This provides some future-proofing against newer Python versions.
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2917cb3..f576f2b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -100,7 +100,7 @@ SR_PKG_CHECK_SUMMARY([srd_pkglibs_summary])
+ # first, since usually only that variant will add "-lpython3.8".
+ # 
https://docs.python.org/3/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
+ SR_PKG_CHECK([python3], [SRD_PKGLIBS],
+-  [python-3.9-embed], [python-3.8-embed], [python-3.8 >= 3.8], 
[python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], [python-3.4 >= 
3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2], [python3 >= 3.2])
++  [python-3.9-embed], [python-3.8-embed], [python3-embed], [python-3.8 >= 
3.8], [python-3.7 >= 3.7], [python-3.6 >= 3.6], [python-3.5 >= 3.5], 
[python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2], [python3 >= 3.2])
+ AS_IF([test "x$sr_have_python3" = xno],
+   [AC_MSG_ERROR([Cannot find Python 3 development headers.])])
+ 



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

2021-12-10 Thread Andrew Crerar via arch-commits
Date: Friday, December 10, 2021 @ 16:25:28
  Author: andrewsc
Revision: 1068111

upgpkg: firefox-developer-edition 96.0b3-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 16:22:14 UTC (rev 1068110)
+++ PKGBUILD2021-12-10 16:25:28 UTC (rev 1068111)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=96.0b2
+pkgver=96.0b3
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -26,7 +26,7 @@
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop
 identity-icons-brand.svg)
-sha512sums=('b2f4c07107cbae540c2a1536968b4ab3463c156bdd974095b43a051137add763a421a9724097c4a9e8a483cb0300043751d6320996306268b6be570178faceba'
+sha512sums=('5bdba6b844dca5d05c886f5ebb9919362be1d37651249fa6e03e87ab3fa1c9bd31fdf85cf1732a0e5519320b5926045b2dbfc4ff9ff1d86ace9a1e8b8c5db776'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'f00f547a55df90a2f96c7b5f3a3c46b033f985db9a12257cb57f617ae8e0df9558baf6a79a7825f4866de45f9f4875cbbf1f0b99cd44371e047c6bc5dc6c78ba'



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

2021-12-10 Thread Jelle van der Waa via arch-commits
Date: Friday, December 10, 2021 @ 16:22:14
  Author: jelle
Revision: 1068110

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 16:22:09 UTC (rev 1068109)
+++ PKGBUILD2021-12-10 16:22:14 UTC (rev 1068110)
@@ -1,104 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=194
-pkgrel=2
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-distro' 
'python-defusedxml'
- 'python-tlsh')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'hdf5: Hierarchical Data Format support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'lz4: lz4 compression support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'openssl: .p7c and .p7b certificates. support'
-  'pgpdump: PGP files support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'radare2: decompiler for executables'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'uboot-tools: FIT image support'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-# 'wabt: webassembly support' unittest fails
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-  'zstd: zst compression'
-)
-makedepends=('help2man' 'python-docutils' 'git')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'python-h5py' 'acl' 'binutils' 'bzip2' 
'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify'
-  'hdf5' 'imagemagick' 'java-environment=11' 'fontforge' 'gettext' 'ghc' 
'gnupg' 'mono' 'pgpdump' 'poppler' 'sqlite' 'squashfs-tools'
-  'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd' 
'uboot-tools')
-source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('99eeca6a0f65c2ef38ee0b9c84db7d8b2a975a342d1891dd9f3b6fe088c846c9eaf491077f52e7a0a820d93461c2155debcb488ad59ca9b24f96c7bebd58da6b'
-'SKIP')
-b2sums=('55aa1e603414783ddcd41473ef61bd6b4f596589d104547f581be2296c5eaf38ac541eea12663294d3f714533c7bc738b973b2f8defecd89204e211c9de9c0b5'
-'SKIP')
-validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
-
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" PYTHONDONTWRITEBYTECODE=1 py.test \
--k 'not test_ppu and not test_superblock and not test_wasm and not 
test_text_proper_indentation and not test_different and not test_equal'
-# file upstream bug, see 2cd654b450ce82fb86f55223cc01ba1abdac58a8 in 
diffoscope.git
-# bug introduced by revert in https://bugs.archlinux.org/task/70261
-# unsquashfs output differs from fixture.
-# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-testing-x86_64/PKGBUILD (from rev 1068109, 

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

2021-12-10 Thread Jelle van der Waa via arch-commits
Date: Friday, December 10, 2021 @ 16:22:09
  Author: jelle
Revision: 1068109

upgpkg: diffoscope 196-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 16:19:32 UTC (rev 1068108)
+++ PKGBUILD2021-12-10 16:22:09 UTC (rev 1068109)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=194
-pkgrel=2
+pkgver=196
+pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -66,9 +66,9 @@
   'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd' 
'uboot-tools')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('99eeca6a0f65c2ef38ee0b9c84db7d8b2a975a342d1891dd9f3b6fe088c846c9eaf491077f52e7a0a820d93461c2155debcb488ad59ca9b24f96c7bebd58da6b'
+sha512sums=('974ffc2b7af71ec5b6158b58a81fd1373560ce65bf16cc7a0f8635fcc230547fd726daf58a7ac7842b85c9c807261cd63b0a349b30123ce44519a87715499c94'
 'SKIP')
-b2sums=('55aa1e603414783ddcd41473ef61bd6b4f596589d104547f581be2296c5eaf38ac541eea12663294d3f714533c7bc738b973b2f8defecd89204e211c9de9c0b5'
+b2sums=('11d6ec85bae1b528d8b6232c3dff4e3c404f6358caca98300a3516a00f7ab3acd4b5120bceaf3155824d37c861e04d0980627ca3fc67502b38b52ccdf1532453'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 



[arch-commits] Commit in freeradius/repos/community-testing-x86_64 (9 files)

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Friday, December 10, 2021 @ 16:19:32
  Author: foutrelis
Revision: 1068108

archrelease: copy trunk to community-testing-x86_64

Added:
  freeradius/repos/community-testing-x86_64/PKGBUILD
(from rev 1068107, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-testing-x86_64/freeradius-sysusers.conf
(from rev 1068107, freeradius/trunk/freeradius-sysusers.conf)
  freeradius/repos/community-testing-x86_64/freeradius-tmpfiles.conf
(from rev 1068107, freeradius/trunk/freeradius-tmpfiles.conf)
  freeradius/repos/community-testing-x86_64/freeradius.service
(from rev 1068107, freeradius/trunk/freeradius.service)
  freeradius/repos/community-testing-x86_64/python310.patch
(from rev 1068107, freeradius/trunk/python310.patch)
Deleted:
  freeradius/repos/community-testing-x86_64/PKGBUILD
  freeradius/repos/community-testing-x86_64/freeradius-sysusers.conf
  freeradius/repos/community-testing-x86_64/freeradius-tmpfiles.conf
  freeradius/repos/community-testing-x86_64/freeradius.service

--+
 PKGBUILD |  139 +++--
 freeradius-sysusers.conf |2 
 freeradius-tmpfiles.conf |   16 ++---
 freeradius.service   |   38 ++--
 python310.patch  |   12 +++
 5 files changed, 113 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 16:19:25 UTC (rev 1068107)
+++ PKGBUILD2021-12-10 16:19:32 UTC (rev 1068108)
@@ -1,66 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jason R Begley (jay...@digitalgoat.com>
-# Contributor: Daniel Micay 
-
-pkgname=freeradius
-pkgver=3.0.25
-pkgrel=3
-pkgdesc='The premier open source RADIUS server'
-arch=('x86_64')
-url="https://freeradius.org/;
-license=('GPL')
-depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'mariadb-libs' 'talloc'
- 'libpcap' 'libxcrypt' 'libcrypt.so' 'smbclient')
-makedepends=('curl' 'freetds' 'hiredis' 'json-c' 'libmemcached' 'perl'
- 'python' 'samba' 'sqlite' 'unixodbc' 'yubico-c-client')
-optdepends=('curl: for REST'
-'freetds: for Sybase and MS SQL'
-'hiredis: for redis support'
-'json-c: rlm_rest module'
-'libmemcached: for memcached'
-'perl: for Perl'
-'python: for Python'
-'sqlite: for sqlite'
-'unixodbc: for ODBC'
-'yubico-c-client: for yubicloud')
-options=('!makeflags')
-validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - 
Package Signing [...] 
-source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
-'freeradius-sysusers.conf'
-'freeradius-tmpfiles.conf'
-'freeradius.service')
-sha256sums=('fc158cdab4a705b179b1a91cd72473006ef4dfb570b0d097db6c9c34049a4509'
-'SKIP'
-'8ecaca94c7d0f4806b326685312dd4e543ce9c6c183d3d7ad01c1a0197bdfb94'
-'f536a9aa972e3e42a6b1a6d8ee17166eb721c7cba2e80f60473811497c7bd8bc'
-'c469e1a3f9edad769da01c324779babe783ee85a9b53ce4638d3d2d09c7c8d4b')
-
-build() {
-  cd "$srcdir"/freeradius-server-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libdir=/usr/lib/freeradius \
---localstatedir=/var \
---enable-heimdal-krb5 \
---enable-reproducible-builds \
---with-system-libltdl \
---with-system-libtool \
---with-udpfromto
-  make PACKAGE='archlinux'
-}
-
-package() {
-  cd "$srcdir"/freeradius-server-$pkgver
-
-  make install R="$pkgdir" PACKAGE='archlinux'
-  chmod o+r "$pkgdir"/etc/raddb/*
-  mv "$pkgdir"/etc/raddb "$pkgdir"/etc/raddb.default
-  rm -rf "$pkgdir"/var/run
-
-  install -D -m0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -D -m0644 "$srcdir"/$pkgname-sysusers.conf 
"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
-  install -D -m0644 "$srcdir"/$pkgname-tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: freeradius/repos/community-testing-x86_64/PKGBUILD (from rev 1068107, 
freeradius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 16:19:32 UTC (rev 1068108)
@@ -0,0 +1,73 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Jason R Begley (jay...@digitalgoat.com>
+# Contributor: Daniel Micay 
+
+pkgname=freeradius
+pkgver=3.0.25
+pkgrel=4
+pkgdesc='The premier open source RADIUS server'
+arch=('x86_64')
+url="https://freeradius.org/;
+license=('GPL')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'mariadb-libs' 'talloc'
+ 'libpcap' 'libxcrypt' 'libcrypt.so' 'smbclient')
+makedepends=('curl' 'freetds' 'hiredis' 'json-c' 'libmemcached' 'perl'
+ 'python' 'samba' 'sqlite' 'unixodbc' 'yubico-c-client')
+optdepends=('curl: for REST'
+'freetds: for Sybase and MS SQL'
+'hiredis: 

[arch-commits] Commit in freeradius/trunk (PKGBUILD python310.patch)

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Friday, December 10, 2021 @ 16:19:25
  Author: foutrelis
Revision: 1068107

upgpkg: freeradius 3.0.25-4: fix build with Python 3.10

Added:
  freeradius/trunk/python310.patch
Modified:
  freeradius/trunk/PKGBUILD

-+
 PKGBUILD|9 -
 python310.patch |   12 
 2 files changed, 20 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 16:01:12 UTC (rev 1068106)
+++ PKGBUILD2021-12-10 16:19:25 UTC (rev 1068107)
@@ -4,7 +4,7 @@
 
 pkgname=freeradius
 pkgver=3.0.25
-pkgrel=3
+pkgrel=4
 pkgdesc='The premier open source RADIUS server'
 arch=('x86_64')
 url="https://freeradius.org/;
@@ -26,15 +26,22 @@
 options=('!makeflags')
 validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - 
Package Signing [...] 
 
source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
+'python310.patch'
 'freeradius-sysusers.conf'
 'freeradius-tmpfiles.conf'
 'freeradius.service')
 sha256sums=('fc158cdab4a705b179b1a91cd72473006ef4dfb570b0d097db6c9c34049a4509'
 'SKIP'
+'58f415a4d05f2446d2514b98f5fd5d740d7bee400745d43a82d024a3d23ab253'
 '8ecaca94c7d0f4806b326685312dd4e543ce9c6c183d3d7ad01c1a0197bdfb94'
 'f536a9aa972e3e42a6b1a6d8ee17166eb721c7cba2e80f60473811497c7bd8bc'
 'c469e1a3f9edad769da01c324779babe783ee85a9b53ce4638d3d2d09c7c8d4b')
 
+prepare() {
+  cd "$srcdir"/freeradius-server-$pkgver
+  patch -Np1 -i ../python310.patch
+}
+
 build() {
   cd "$srcdir"/freeradius-server-$pkgver
 

Added: python310.patch
===
--- python310.patch (rev 0)
+++ python310.patch 2021-12-10 16:19:25 UTC (rev 1068107)
@@ -0,0 +1,12 @@
+diff -upr freeradius-server-3.0.25.orig/src/modules/rlm_python/configure 
freeradius-server-3.0.25/src/modules/rlm_python/configure
+--- freeradius-server-3.0.25.orig/src/modules/rlm_python/configure 
2021-10-07 22:46:04.0 +0300
 freeradius-server-3.0.25/src/modules/rlm_python/configure  2021-12-10 
18:13:15.196401810 +0200
+@@ -2945,7 +2945,7 @@ $as_echo "$as_me: Python sys.prefix \"${
+   { $as_echo "$as_me:${as_lineno-$LINENO}: Python sys.exec_prefix 
\"${PY_EXEC_PREFIX}\"" >&5
+ $as_echo "$as_me: Python sys.exec_prefix \"${PY_EXEC_PREFIX}\"" >&6;}
+ 
+-  PY_SYS_VERSION=`${PYTHON_BIN} -c 'import sys ; 
print(sys.version[0:3])'`
++  PY_SYS_VERSION=`${PYTHON_BIN} -c 'import sys ; 
print(".".join(map(str, sys.version_info[:2])))'`
+   { $as_echo "$as_me:${as_lineno-$LINENO}: Python sys.version 
\"${PY_SYS_VERSION}\"" >&5
+ $as_echo "$as_me: Python sys.version \"${PY_SYS_VERSION}\"" >&6;}
+ 



[arch-commits] Commit in python-aws-xray-sdk/repos/community-testing-any (4 files)

2021-12-10 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, December 10, 2021 @ 16:01:12
  Author: yan12125
Revision: 1068106

archrelease: copy trunk to community-testing-any

Added:
  python-aws-xray-sdk/repos/community-testing-any/PKGBUILD
(from rev 1068105, python-aws-xray-sdk/trunk/PKGBUILD)
  python-aws-xray-sdk/repos/community-testing-any/python310.diff
(from rev 1068105, python-aws-xray-sdk/trunk/python310.diff)
Deleted:
  python-aws-xray-sdk/repos/community-testing-any/PKGBUILD
  python-aws-xray-sdk/repos/community-testing-any/python310.diff

+
 PKGBUILD   |  125 +++
 python310.diff |   72 +++
 2 files changed, 98 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 16:00:54 UTC (rev 1068105)
+++ PKGBUILD2021-12-10 16:01:12 UTC (rev 1068106)
@@ -1,63 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-aws-xray-sdk
-_pkgname=aws-xray-sdk-python
-pkgver=2.8.0
-pkgrel=4
-pkgdesc='AWS X-Ray SDK for Python'
-arch=(any)
-url='https://github.com/aws/aws-xray-sdk-python'
-license=(Apache)
-# XXX: move setuptools back to makedepends in the next version
-# https://github.com/aws/aws-xray-sdk-python/pull/306
-makedepends=()
-depends=(python python-botocore python-future python-wrapt python-setuptools)
-checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest 
python-aiohttp
-  python-pytest-aiohttp python-testing.postgresql python-psycopg2
-  python-pg8000 python-requests python-aiobotocore python-bottle
-  python-webtest python-django-fake-model python-mock 
python-sqlalchemy)
-# Not using PyPI source tarball as it does not include tests
-source=("https://github.com/aws/aws-xray-sdk-python/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-"python310.diff")
-sha256sums=('3f94ee35d8e34022939153dcc6d5bd8bce1428ee4811f0ee4713e40dae8b22dd'
-'11784ed0d9b9f89bf1cc43a6d97d8488672b74e3419e121be1a50f09e409ad71')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  # The 'database_version' field relies on a private member in pg8000 [1], 
which is removed in pg8000 1.21 [2]
-  # 
https://github.com/aws/aws-xray-sdk-python/blob/2.8.0/aws_xray_sdk/ext/pg8000/patch.py#L27
-  # 
https://github.com/tlocke/pg8000/commit/fa382a2da52c004fa9b98b242e855132d3fd6d23#diff-2d43fca8e06901904747dfab40d9a7a698ff03fab4c9ba1c01a8ce04105d537eL799
-  sed -i "/sql\['database_version'\]/d" tests/ext/pg8000/test_pg8000.py
-
-  # top-level `get_session` is removed by default since aiobotocore 2.0.0
-  # https://github.com/aio-libs/aiobotocore/releases/tag/2.0.0
-  sed -i -e "s/import aiobotocore$/import aiobotocore.session/g" \
- -e "s/aiobotocore\.get_session/aiobotocore.session.get_session/g" 
tests/ext/aiobotocore/test_aiobotocore.py
-
-  patch -Np1 -i ../python310.diff
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  # See setenv= in upstream tox.ini
-  export DJANGO_SETTINGS_MODULE=tests.ext.django.app.settings
-  export AWS_SECRET_ACCESS_KEY=fake_key
-  export AWS_ACCESS_KEY_ID=fake_id
-
-  # the test suite for pymysql uses testing.mysqld, which is not
-  # compatible with MariaDB
-  # https://github.com/tk0miya/testing.mysqld/issues/3
-  pytest -v tests --ignore tests/ext/pymysql
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aws-xray-sdk/repos/community-testing-any/PKGBUILD (from rev 
1068105, python-aws-xray-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 16:01:12 UTC (rev 1068106)
@@ -0,0 +1,62 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-aws-xray-sdk
+_pkgname=aws-xray-sdk-python
+pkgver=2.9.0
+pkgrel=1
+pkgdesc='AWS X-Ray SDK for Python'
+arch=(any)
+url='https://github.com/aws/aws-xray-sdk-python'
+license=(Apache)
+makedepends=(python-setuptools)
+depends=(python python-botocore python-future python-wrapt)
+checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest 
python-aiohttp
+  python-pytest-aiohttp python-testing.postgresql python-psycopg2
+  python-pg8000 python-requests python-aiobotocore python-bottle
+  python-webtest python-django-fake-model python-mock 
python-sqlalchemy
+  python-pytest-benchmark)
+# Not using PyPI source tarball as it does not include tests
+source=("https://github.com/aws/aws-xray-sdk-python/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+"python310.diff")
+sha256sums=('03de6e87e46394ea02a9dc605a4038462f41eca9e2e4d39eca6b0cfaa50fa280'
+'11784ed0d9b9f89bf1cc43a6d97d8488672b74e3419e121be1a50f09e409ad71')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  # The 'database_version' field relies 

[arch-commits] Commit in python-aws-xray-sdk/trunk (PKGBUILD)

2021-12-10 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, December 10, 2021 @ 16:00:54
  Author: yan12125
Revision: 1068105

upgpkg: python-aws-xray-sdk 2.9.0-1

Modified:
  python-aws-xray-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 15:43:22 UTC (rev 1068104)
+++ PKGBUILD2021-12-10 16:00:54 UTC (rev 1068105)
@@ -3,24 +3,23 @@
 
 pkgname=python-aws-xray-sdk
 _pkgname=aws-xray-sdk-python
-pkgver=2.8.0
-pkgrel=4
+pkgver=2.9.0
+pkgrel=1
 pkgdesc='AWS X-Ray SDK for Python'
 arch=(any)
 url='https://github.com/aws/aws-xray-sdk-python'
 license=(Apache)
-# XXX: move setuptools back to makedepends in the next version
-# https://github.com/aws/aws-xray-sdk-python/pull/306
-makedepends=()
-depends=(python python-botocore python-future python-wrapt python-setuptools)
+makedepends=(python-setuptools)
+depends=(python python-botocore python-future python-wrapt)
 checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest 
python-aiohttp
   python-pytest-aiohttp python-testing.postgresql python-psycopg2
   python-pg8000 python-requests python-aiobotocore python-bottle
-  python-webtest python-django-fake-model python-mock 
python-sqlalchemy)
+  python-webtest python-django-fake-model python-mock 
python-sqlalchemy
+  python-pytest-benchmark)
 # Not using PyPI source tarball as it does not include tests
 
source=("https://github.com/aws/aws-xray-sdk-python/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 "python310.diff")
-sha256sums=('3f94ee35d8e34022939153dcc6d5bd8bce1428ee4811f0ee4713e40dae8b22dd'
+sha256sums=('03de6e87e46394ea02a9dc605a4038462f41eca9e2e4d39eca6b0cfaa50fa280'
 '11784ed0d9b9f89bf1cc43a6d97d8488672b74e3419e121be1a50f09e409ad71')
 
 prepare() {



[arch-commits] Commit in python-cfn-lint/repos/community-testing-any (2 files)

2021-12-10 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, December 10, 2021 @ 15:43:22
  Author: yan12125
Revision: 1068104

archrelease: copy trunk to community-testing-any

Added:
  python-cfn-lint/repos/community-testing-any/PKGBUILD
(from rev 1068103, python-cfn-lint/trunk/PKGBUILD)
Deleted:
  python-cfn-lint/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 15:43:05 UTC (rev 1068103)
+++ PKGBUILD2021-12-10 15:43:22 UTC (rev 1068104)
@@ -1,44 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.56.2
-pkgrel=3
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-yaml python-six python-aws-sam-translator
- python-jsonpatch python-jsonschema python-networkx
- python-junit-xml python-jschema-to-python python-sarif-om)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock python-pydot)
-optdepends=(
-  'python-pydot: for building graphs from templates'
-)
-source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz;)
-sha256sums=('85a6b4609c3be4575067b7bc283fdf08e2ed0ec29e7d89e42c5cb25b6e2ca602')
-
-build() {
-  cd cfn-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-lint-$pkgver
-
-  # Tests in test/integration need the cfn-lint binary
-  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
-
-  export PYTHONPATH="$PWD/src"
-  export PATH="$PATH:$srcdir/tmp_install"
-  # test_update_docs requires cfn-lint as a git repo
-  pytest test -k 'not test_update_docs'
-}
-
-package() {
-  cd cfn-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-testing-any/PKGBUILD (from rev 1068103, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 15:43:22 UTC (rev 1068104)
@@ -0,0 +1,44 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
+pkgver=0.56.3
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-yaml python-six python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-networkx
+ python-junit-xml python-jschema-to-python python-sarif-om)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock python-pydot)
+optdepends=(
+  'python-pydot: for building graphs from templates'
+)
+source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz;)
+sha256sums=('e1a12c868c20a9a90437354deb67fd239457d15337368fa7174346ed9f155b02')
+
+build() {
+  cd cfn-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-lint-$pkgver
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
+
+  export PYTHONPATH="$PWD/src"
+  export PATH="$PATH:$srcdir/tmp_install"
+  # test_update_docs requires cfn-lint as a git repo
+  pytest test -k 'not test_update_docs'
+}
+
+package() {
+  cd cfn-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2021-12-10 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, December 10, 2021 @ 15:43:05
  Author: yan12125
Revision: 1068103

upgpkg: python-cfn-lint 0.56.3-1

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 15:37:33 UTC (rev 1068102)
+++ PKGBUILD2021-12-10 15:43:05 UTC (rev 1068103)
@@ -2,8 +2,8 @@
 
 pkgname=python-cfn-lint
 # https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.56.2
-pkgrel=3
+pkgver=0.56.3
+pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
 url='https://github.com/aws-cloudformation/cfn-lint'
@@ -17,7 +17,7 @@
   'python-pydot: for building graphs from templates'
 )
 
source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz;)
-sha256sums=('85a6b4609c3be4575067b7bc283fdf08e2ed0ec29e7d89e42c5cb25b6e2ca602')
+sha256sums=('e1a12c868c20a9a90437354deb67fd239457d15337368fa7174346ed9f155b02')
 
 build() {
   cd cfn-lint-$pkgver



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

2021-12-10 Thread Antonio Rojas via arch-commits
Date: Friday, December 10, 2021 @ 15:39:34
  Author: arojas
Revision: 431829

archrelease: copy trunk to extra-x86_64

Added:
  unrar/repos/extra-x86_64/PKGBUILD
(from rev 431828, unrar/trunk/PKGBUILD)
Deleted:
  unrar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 15:39:23 UTC (rev 431828)
+++ PKGBUILD2021-12-10 15:39:34 UTC (rev 431829)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Giovanni Scafora 
-# Contributor: dorphell 
-
-pkgbase=unrar
-pkgname=(unrar libunrar)
-pkgver=6.1.2
-pkgrel=1
-epoch=1
-arch=(x86_64)
-url='https://www.rarlab.com/rar_add.htm'
-license=(custom)
-source=(https://www.rarlab.com/rar/unrarsrc-$pkgver.tar.gz)
-sha256sums=('3e96421f568e438af6dcdaef717c48eb93b825d97058ebcb173b9bfc57807be3')
-
-prepare() {
-  sed -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i unrar/makefile # Use system build 
flags
-}
-
-build() {
-  cp -a unrar libunrar
-  export LDFLAGS+=' -pthread'
-  make -C libunrar lib
-  make -C unrar -j1
-}
-
-package_unrar() {
-  pkgdesc='The RAR uncompression program'
-  depends=(gcc-libs)
-  cd unrar
-  install -Dm755 unrar -t "$pkgdir"/usr/bin/
-  # install license
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_libunrar() {
-  pkgdesc='Library and header file for applications that use libunrar'
-  depends=(gcc-libs)
-  cd libunrar
-  install -Dm755 libunrar.so -t "$pkgdir"/usr/lib/
-  install -Dm644 dll.hpp -t "$pkgdir"/usr/include/unrar/
-  # install license
-  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: unrar/repos/extra-x86_64/PKGBUILD (from rev 431828, 
unrar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 15:39:34 UTC (rev 431829)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+
+pkgbase=unrar
+pkgname=(unrar libunrar)
+pkgver=6.1.3
+pkgrel=1
+epoch=1
+arch=(x86_64)
+url='https://www.rarlab.com/rar_add.htm'
+license=(custom)
+source=(https://www.rarlab.com/rar/unrarsrc-$pkgver.tar.gz)
+sha256sums=('d05022442009202a792e588bec58921c123ff046fc755f7f2272871a5bd79636')
+
+prepare() {
+  sed -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i unrar/makefile # Use system build 
flags
+}
+
+build() {
+  cp -a unrar libunrar
+  export LDFLAGS+=' -pthread'
+  make -C libunrar lib
+  make -C unrar -j1
+}
+
+package_unrar() {
+  pkgdesc='The RAR uncompression program'
+  depends=(gcc-libs)
+  cd unrar
+  install -Dm755 unrar -t "$pkgdir"/usr/bin/
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc='Library and header file for applications that use libunrar'
+  depends=(gcc-libs)
+  cd libunrar
+  install -Dm755 libunrar.so -t "$pkgdir"/usr/lib/
+  install -Dm644 dll.hpp -t "$pkgdir"/usr/include/unrar/
+  # install license
+  install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-12-10 Thread Antonio Rojas via arch-commits
Date: Friday, December 10, 2021 @ 15:39:23
  Author: arojas
Revision: 431828

Update to 6.1.3

Modified:
  unrar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 15:31:22 UTC (rev 431827)
+++ PKGBUILD2021-12-10 15:39:23 UTC (rev 431828)
@@ -4,7 +4,7 @@
 
 pkgbase=unrar
 pkgname=(unrar libunrar)
-pkgver=6.1.2
+pkgver=6.1.3
 pkgrel=1
 epoch=1
 arch=(x86_64)
@@ -11,7 +11,7 @@
 url='https://www.rarlab.com/rar_add.htm'
 license=(custom)
 source=(https://www.rarlab.com/rar/unrarsrc-$pkgver.tar.gz)
-sha256sums=('3e96421f568e438af6dcdaef717c48eb93b825d97058ebcb173b9bfc57807be3')
+sha256sums=('d05022442009202a792e588bec58921c123ff046fc755f7f2272871a5bd79636')
 
 prepare() {
   sed -e '/CXXFLAGS=/d' -e '/LDFLAGS=/d' -i unrar/makefile # Use system build 
flags



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

2021-12-10 Thread Antonio Rojas via arch-commits
Date: Friday, December 10, 2021 @ 15:37:33
  Author: arojas
Revision: 1068102

archrelease: copy trunk to community-testing-any

Added:
  pdfarranger/repos/community-testing-any/PKGBUILD
(from rev 1068101, pdfarranger/trunk/PKGBUILD)
Deleted:
  pdfarranger/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 15:37:23 UTC (rev 1068101)
+++ PKGBUILD2021-12-10 15:37:33 UTC (rev 1068102)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alois Nespor 
-
-pkgname=pdfarranger
-pkgver=1.8.0
-pkgrel=2
-pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
-arch=(any)
-url='https://github.com/jeromerobert/pdfarranger'
-license=('GPL3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
-depends=(gtk3 python-gobject python-cairo python-pikepdf python-dateutil 
ghostscript python-setuptools poppler-glib)
-optdepends=('img2pdf: support for image files')
-makedepends=(python-distutils-extra)
-sha256sums=('7e2b0fb311c35e8d241cd498aacf42d718b54785b0a0ac059335bd5222640b82')
-
-build () {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package () {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: pdfarranger/repos/community-testing-any/PKGBUILD (from rev 1068101, 
pdfarranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 15:37:33 UTC (rev 1068102)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alois Nespor 
+
+pkgname=pdfarranger
+pkgver=1.8.1
+pkgrel=2
+pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
+arch=(any)
+url='https://github.com/jeromerobert/pdfarranger'
+license=('GPL3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
+depends=(gtk3 python-gobject python-cairo python-pikepdf python-dateutil 
ghostscript python-setuptools poppler-glib)
+optdepends=('img2pdf: support for image files')
+makedepends=(python-distutils-extra)
+sha256sums=('43c96ff2eef8a07482c1bc1bd680c7c1d2bc913a4c18d6a8e9a8f652aa2d6ae6')
+
+build () {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}



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

2021-12-10 Thread Antonio Rojas via arch-commits
Date: Friday, December 10, 2021 @ 15:37:23
  Author: arojas
Revision: 1068101

Python 3.10 rebuild

Modified:
  pdfarranger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 15:25:52 UTC (rev 1068100)
+++ PKGBUILD2021-12-10 15:37:23 UTC (rev 1068101)
@@ -3,7 +3,7 @@
 
 pkgname=pdfarranger
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
 arch=(any)
 url='https://github.com/jeromerobert/pdfarranger'



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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Friday, December 10, 2021 @ 15:31:22
  Author: foutrelis
Revision: 431827

archrelease: copy trunk to testing-x86_64

Added:
  link-grammar/repos/testing-x86_64/PKGBUILD
(from rev 431826, link-grammar/trunk/PKGBUILD)
Deleted:
  link-grammar/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 15:31:18 UTC (rev 431826)
+++ PKGBUILD2021-12-10 15:31:22 UTC (rev 431827)
@@ -1,33 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Jan de Groot 
-
-pkgname=link-grammar
-pkgver=5.10.2
-pkgrel=3
-pkgdesc="A Grammar Checking library"
-arch=('x86_64')
-url="https://www.abisource.com/projects/link-grammar/;
-license=('LGPL')
-depends=('hunspell' 'sqlite' 'libedit')
-makedepends=('python' 'swig' 'apache-ant' 'java-environment=11')
-options=('!makeflags')
-source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('6407453C98BECC19ADB03D82EB6AA534E0C0651C'
-  '830525216B5E89843F5464A99A8201045933') # Linas Vepstas 

-sha256sums=('28cec752eaa0e3897ae961333b6927459f8b69fefe68c2aa5272983d7db869b6'
-'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: link-grammar/repos/testing-x86_64/PKGBUILD (from rev 431826, 
link-grammar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 15:31:22 UTC (rev 431827)
@@ -0,0 +1,40 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Jan de Groot 
+
+pkgname=link-grammar
+pkgver=5.10.2
+pkgrel=4
+pkgdesc="A Grammar Checking library"
+arch=('x86_64')
+url="https://www.abisource.com/projects/link-grammar/;
+license=('LGPL')
+depends=('hunspell' 'sqlite' 'libedit')
+makedepends=('python' 'swig' 'apache-ant' 'java-environment=11')
+options=('!makeflags')
+source=(https://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('6407453C98BECC19ADB03D82EB6AA534E0C0651C'
+  '830525216B5E89843F5464A99A8201045933') # Linas Vepstas 

+sha256sums=('28cec752eaa0e3897ae961333b6927459f8b69fefe68c2aa5272983d7db869b6'
+'SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Fix build with Python 3.10
+  sed -i '/test -n "$lg_python_unusable" && PythonFound=no/d' configure
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



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

2021-12-10 Thread Evangelos Foutras via arch-commits
Date: Friday, December 10, 2021 @ 15:31:18
  Author: foutrelis
Revision: 431826

upgpkg: link-grammar 5.10.2-4: fix build with Python 3.10

Modified:
  link-grammar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 15:18:40 UTC (rev 431825)
+++ PKGBUILD2021-12-10 15:31:18 UTC (rev 431826)
@@ -3,7 +3,7 @@
 
 pkgname=link-grammar
 pkgver=5.10.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A Grammar Checking library"
 arch=('x86_64')
 url="https://www.abisource.com/projects/link-grammar/;
@@ -17,6 +17,13 @@
 sha256sums=('28cec752eaa0e3897ae961333b6927459f8b69fefe68c2aa5272983d7db869b6'
 'SKIP')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Fix build with Python 3.10
+  sed -i '/test -n "$lg_python_unusable" && PythonFound=no/d' configure
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 



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

2021-12-10 Thread Antonio Rojas via arch-commits
Date: Friday, December 10, 2021 @ 15:25:52
  Author: arojas
Revision: 1068100

archrelease: copy trunk to community-any

Added:
  pdfarranger/repos/community-any/PKGBUILD
(from rev 1068099, pdfarranger/trunk/PKGBUILD)
Deleted:
  pdfarranger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 15:25:42 UTC (rev 1068099)
+++ PKGBUILD2021-12-10 15:25:52 UTC (rev 1068100)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alois Nespor 
-
-pkgname=pdfarranger
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
-arch=(any)
-url='https://github.com/jeromerobert/pdfarranger'
-license=('GPL3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
-depends=(gtk3 python-gobject python-cairo python-pikepdf python-dateutil 
ghostscript python-setuptools poppler-glib)
-optdepends=('img2pdf: support for image files')
-makedepends=(python-distutils-extra)
-sha256sums=('7e2b0fb311c35e8d241cd498aacf42d718b54785b0a0ac059335bd5222640b82')
-
-build () {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package () {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: pdfarranger/repos/community-any/PKGBUILD (from rev 1068099, 
pdfarranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 15:25:52 UTC (rev 1068100)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alois Nespor 
+
+pkgname=pdfarranger
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
+arch=(any)
+url='https://github.com/jeromerobert/pdfarranger'
+license=('GPL3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
+depends=(gtk3 python-gobject python-cairo python-pikepdf python-dateutil 
ghostscript python-setuptools poppler-glib)
+optdepends=('img2pdf: support for image files')
+makedepends=(python-distutils-extra)
+sha256sums=('43c96ff2eef8a07482c1bc1bd680c7c1d2bc913a4c18d6a8e9a8f652aa2d6ae6')
+
+build () {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}



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

2021-12-10 Thread Antonio Rojas via arch-commits
Date: Friday, December 10, 2021 @ 15:25:42
  Author: arojas
Revision: 1068099

Update to 1.8.1

Modified:
  pdfarranger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-10 15:24:25 UTC (rev 1068098)
+++ PKGBUILD2021-12-10 15:25:42 UTC (rev 1068099)
@@ -2,8 +2,8 @@
 # Contributor: Alois Nespor 
 
 pkgname=pdfarranger
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
 arch=(any)
 url='https://github.com/jeromerobert/pdfarranger'
@@ -12,7 +12,7 @@
 depends=(gtk3 python-gobject python-cairo python-pikepdf python-dateutil 
ghostscript python-setuptools poppler-glib)
 optdepends=('img2pdf: support for image files')
 makedepends=(python-distutils-extra)
-sha256sums=('7e2b0fb311c35e8d241cd498aacf42d718b54785b0a0ac059335bd5222640b82')
+sha256sums=('43c96ff2eef8a07482c1bc1bd680c7c1d2bc913a4c18d6a8e9a8f652aa2d6ae6')
 
 build () {
   cd $pkgname-$pkgver



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

2021-12-10 Thread Antonio Rojas via arch-commits
Date: Friday, December 10, 2021 @ 15:24:25
  Author: arojas
Revision: 1068098

archrelease: copy trunk to community-testing-any

Added:
  jupyterlab/repos/community-testing-any/PKGBUILD
(from rev 1068097, jupyterlab/trunk/PKGBUILD)
Deleted:
  jupyterlab/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-10 15:24:09 UTC (rev 1068097)
+++ PKGBUILD2021-12-10 15:24:25 UTC (rev 1068098)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=jupyterlab
-_pipname=jupyterlab
-pkgver=3.2.4
-pkgrel=3
-pkgdesc='JupyterLab computational environment'
-arch=(any)
-url='https://github.com/jupyterlab/jupyterlab'
-license=(custom)
-makedepends=(python-setuptools)
-depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic 
nodejs)
-optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('f692e0d95338d60f72dde660f16f3955a087775c59ec541ddb25952e3f97e9b1')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/etc "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jupyterlab/repos/community-testing-any/PKGBUILD (from rev 1068097, 
jupyterlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-10 15:24:25 UTC (rev 1068098)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyterlab
+_pipname=jupyterlab
+pkgver=3.2.5
+pkgrel=2
+pkgdesc='JupyterLab computational environment'
+arch=(any)
+url='https://github.com/jupyterlab/jupyterlab'
+license=(custom)
+makedepends=(python-setuptools)
+depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic 
nodejs)
+optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('31b28f473b0f5826d2020583973c385526f0559b5b26efac6b8035ac1562874a')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/etc "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



  1   2   >