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

2021-10-08 Thread Daniel M. Capella via arch-commits
Date: Saturday, October 9, 2021 @ 06:23:03
  Author: polyzen
Revision: 1028121

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 1028120, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-09 06:22:45 UTC (rev 1028120)
+++ PKGBUILD2021-10-09 06:23:03 UTC (rev 1028121)
@@ -1,42 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.176
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('557824a22d7e982e094d4ca4911d2284b65d21caee61d99798bd9eb945c724158a04464b55257841f1c202094f74c8de43666c0b1ecd554121a3cb63b9604304')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 1028120, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-09 06:23:03 UTC (rev 1028121)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.177
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('58344772cdc96ef7b2ded29738992418ff961622150a8fcac6c6341969ec087f2940b0002e38009f0c6812fe7d12497a76b971a8da48b7e8cc2a9161f9d52780')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-10-08 Thread Daniel M. Capella via arch-commits
Date: Saturday, October 9, 2021 @ 06:22:45
  Author: polyzen
Revision: 1028120

upgpkg: pyright 1.1.177-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-09 00:09:03 UTC (rev 1028119)
+++ PKGBUILD2021-10-09 06:22:45 UTC (rev 1028120)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.176
+pkgver=1.1.177
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('557824a22d7e982e094d4ca4911d2284b65d21caee61d99798bd9eb945c724158a04464b55257841f1c202094f74c8de43666c0b1ecd554121a3cb63b9604304')
+b2sums=('58344772cdc96ef7b2ded29738992418ff961622150a8fcac6c6341969ec087f2940b0002e38009f0c6812fe7d12497a76b971a8da48b7e8cc2a9161f9d52780')
 
 prepare() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libreoffice-still/repos (7 files)

2021-10-08 Thread Felix Yan via arch-commits
Date: Friday, October 8, 2021 @ 23:58:26
  Author: felixonmars
Revision: 425500

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 425499, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/bison-3.8.patch
(from rev 425499, libreoffice-still/trunk/bison-3.8.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 425499, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 425499, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 425499, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/soffice-template.desktop.in
(from rev 425499, libreoffice-still/trunk/soffice-template.desktop.in)

--+
 PKGBUILD |  391 +
 bison-3.8.patch  |   50 ++
 libreoffice-still.csh|7 
 libreoffice-still.sh |7 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 soffice-template.desktop.in  |7 
 6 files changed, 480 insertions(+)

Copied: libreoffice-still/repos/staging-x86_64/PKGBUILD (from rev 425499, 
libreoffice-still/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-10-08 23:58:26 UTC (rev 425500)
@@ -0,0 +1,391 @@
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-still
+pkgname=('libreoffice-still-sdk' 'libreoffice-still')
+_LOver=7.1.6.2
+pkgver=7.1.6
+pkgrel=2
+arch=('x86_64')
+license=('LGPL3')
+url="https://www.libreoffice.org/";
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs'
+   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
+   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
+   'junit' 'libmythes' 'libwpg'  'java-environment=11' 'postgresql-libs' 
'mariadb-libs' 'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   #'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
+   'libexttextcat' 'gobject-introspection' # 'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
+   'libffi' 'box2d' 'git'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}";
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src";
+_additional_source_url="https://dev-www.libreoffice.org/src";
+_additional_source_url2="https://dev-www.libreoffice.org/extern";
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2019-04-03.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/pdfium-4306.tar.bz2
+   ${_additional_source_url}/dtoa-20180411.tgz
+   ${_additional_source_url}/lxml-4.1.1.tgz
+   ${_additional_source_url}

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

2021-10-08 Thread Felix Yan via arch-commits
Date: Friday, October 8, 2021 @ 23:57:52
  Author: felixonmars
Revision: 425499

upgpkg: libreoffice-still 7.1.6-2: poppler 21.10.0 rebuild

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 23:17:41 UTC (rev 425498)
+++ PKGBUILD2021-10-08 23:57:52 UTC (rev 425499)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=7.1.6.2
 pkgver=7.1.6
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/";



[arch-commits] Commit in libreoffice-fresh/repos (10 files)

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 23:17:41
  Author: foutrelis
Revision: 425498

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 425497, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/bison-3.8.patch
(from rev 425497, libreoffice-fresh/trunk/bison-3.8.patch)
  libreoffice-fresh/repos/staging-x86_64/kf5_fix.patch
(from rev 425497, libreoffice-fresh/trunk/kf5_fix.patch)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 425497, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 425497, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 425497, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/staging-x86_64/pld-skia-patches.patch
(from rev 425497, libreoffice-fresh/trunk/pld-skia-patches.patch)
  libreoffice-fresh/repos/staging-x86_64/skia-freetype2.11.patch
(from rev 425497, libreoffice-fresh/trunk/skia-freetype2.11.patch)
  libreoffice-fresh/repos/staging-x86_64/soffice-template.desktop.in
(from rev 425497, libreoffice-fresh/trunk/soffice-template.desktop.in)

--+
 PKGBUILD |  404 +
 bison-3.8.patch  |   50 ++
 kf5_fix.patch|   39 +
 libreoffice-fresh.csh|7 
 libreoffice-fresh.sh |7 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 pld-skia-patches.patch   |   10 
 skia-freetype2.11.patch  |   37 +
 soffice-template.desktop.in  |7 
 9 files changed, 579 insertions(+)

Copied: libreoffice-fresh/repos/staging-x86_64/PKGBUILD (from rev 425497, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-10-08 23:17:41 UTC (rev 425498)
@@ -0,0 +1,404 @@
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=7.2.1.2
+pkgver=7.2.1
+pkgrel=3
+arch=('x86_64')
+license=('LGPL3')
+url="https://www.libreoffice.org/";
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs'
+   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
+   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
+   'junit' 'libmythes' 'libwpg'  'java-environment=11' 'postgresql-libs' 
'mariadb-libs' 'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+#  'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
+   'libexttextcat' 'gobject-introspection' # 'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
+   'libffi' 'box2d' 'git'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}";
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src";
+_additional_source_url="https://dev-www.libreoffice.org/src";
+_additional_source_url2="https://dev-www.libreoffice.org/extern";
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/01682

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

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 23:17:28
  Author: foutrelis
Revision: 425497

upgpkg: libreoffice-fresh 7.2.1-3: poppler 21.10.0 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:55:50 UTC (rev 425496)
+++ PKGBUILD2021-10-08 23:17:28 UTC (rev 425497)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=7.2.1.2
 pkgver=7.2.1
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/";



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

2021-10-08 Thread Felix Yan via arch-commits
Date: Friday, October 8, 2021 @ 23:10:36
  Author: felixonmars
Revision: 1028113

archrelease: copy trunk to community-staging-x86_64

Added:
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 1028112, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-perl-vendor.patch
(from rev 1028112, gdal/trunk/gdal-perl-vendor.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 1028112, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/poppler-21.10.0.patch
(from rev 1028112, gdal/trunk/poppler-21.10.0.patch)

+
 PKGBUILD   |   88 +++
 gdal-perl-vendor.patch |   18 ++
 gdal.changelog |  132 +++
 poppler-21.10.0.patch  |   32 +++
 4 files changed, 270 insertions(+)

Copied: gdal/repos/community-staging-x86_64/PKGBUILD (from rev 1028112, 
gdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-10-08 23:10:36 UTC (rev 1028113)
@@ -0,0 +1,88 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgbase=gdal
+pkgname=('gdal' 'python-gdal')
+pkgver=3.3.1
+pkgrel=8
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('x86_64')
+url="https://gdal.org/";
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'mariadb-libs' 
'postgresql-libs' 'xerces-c' 'json-c')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python-breathe' 'python-numpy' 
'python-sphinx' 'boost')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl: perl binding support')
+options=('!emptydirs')
+changelog=$pkgbase.changelog
+source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
+poppler-21.10.0.patch
+gdal-perl-vendor.patch)
+sha256sums=('48ab00b77d49f08cf66c60ccce55abb6455c3079f545e60c90ee7ce857bccb70'
+'3074318889631fa9a9f351feccedb4d7a368b56017cc3660276c7aac154af6de'
+'2103b98f2f15954f042d5620658b30d703125927bde2e5eb671c5facb6c2f5ed')
+
+prepare() {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+
+# Fix build with poppler 21.10.0
+  patch -Np2 -i "${srcdir}"/poppler-21.10.0.patch
+
+# Fix Perl bindings installation path
+  patch -Np0 -i "${srcdir}"/gdal-perl-vendor.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-curl --with-hdf5 --with-perl --with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
+
+# workaround for bug #13646
+#   sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+#   sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+  python setup.py build
+}
+
+package_gdal () {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgbase/LICENSE
+
+# Remove RPATH
+  eval local $(perl -V:vendorarch)
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OSR/OSR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OGR/OGR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/GDAL.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/Const/Const.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GNM/GNM.so
+}
+
+package_python-gdal () {
+  pkgdesc="Python bindings for GDAL"
+  depends=("gdal=$pkgver" 'python-numpy')
+  optdepends=()
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+#   install -Dm755 -t "${pkgdir}"/usr/bin scripts/*.py
+
+  install -dm755 "${pkgdir}"/usr/share/licenses
+  ln -s $pkgbase "${pkgdir}"/usr/share/licenses/$pkgname
+}

Copied: gdal/repos/community-staging-x86_64/gdal-perl-vendor.patch (from rev 
1028112, gdal/trunk/gdal-perl-vendor.patch)
===
--- community-staging-x86_64/gdal-perl-vendor.patch 
(rev 0)
+++ community-staging-x86_64/gdal-perl-vendor.patch 2021-10-08 23:10:36 UTC 
(rev 1028113)
@@ -0,0 +1,18 @@
+Description: pass INSTALLDIRS=vendor to Makefile.PL to get stuff into the 
right place
+Origin: vendor
+Forwarded: not-needed
+Author: gregor herrmann 
+
+--- swig/perl/Makefile.orig2018-12-14 22:34:20.000

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

2021-10-08 Thread Felix Yan via arch-commits
Date: Friday, October 8, 2021 @ 23:10:12
  Author: felixonmars
Revision: 1028112

upgpkg: gdal 3.3.1-8: poppler 21.10.0 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 23:05:30 UTC (rev 1028111)
+++ PKGBUILD2021-10-08 23:10:12 UTC (rev 1028112)
@@ -5,7 +5,7 @@
 pkgbase=gdal
 pkgname=('gdal' 'python-gdal')
 pkgver=3.3.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('x86_64')
 url="https://gdal.org/";



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

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 23:05:30
  Author: foutrelis
Revision: 1028111

archrelease: copy trunk to community-staging-x86_64

Added:
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 1028110, gambas3/trunk/PKGBUILD)

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

Copied: gambas3/repos/community-staging-x86_64/PKGBUILD (from rev 1028110, 
gambas3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-10-08 23:05:30 UTC (rev 1028111)
@@ -0,0 +1,804 @@
+# Maintainer: Laurent Carlier 
+# Contributor : sebikul 
+
+pkgbase=gambas3
+pkgname=('gambas3-gb-args'
+ 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 
'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-crypt'
+ 'gambas3-gb-dbus' 'gambas3-gb-data'
+ 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 
'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db'
+ 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop'
+ 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd'
+ 'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
'gambas3-gb-form-terminal' 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 
'gambas3-gb-form'
+ 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk3'
+ 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 
'gambas3-gb-image-io' 'gambas3-gb-image' 'gambas3-gb-inotify'
+ 'gambas3-gb-libxml' 'gambas3-gb-logging'
+ 'gambas3-gb-map' 'gambas3-gb-markdown' 'gambas3-gb-media-form' 
'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql'
+ 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 
'gambas3-gb-net-smtp' 'gambas3-gb-net'
+ 'gambas3-gb-openal' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 
'gambas3-gb-opengl-sge' 'gambas3-gb-opengl' 'gambas3-gb-option'
+ 'gambas3-gb-pcre' 'gambas3-gb-poppler'
+ 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5'
+ 'gambas3-gb-openssl'
+ 'gambas3-gb-report'
+ 'gambas3-gb-scanner' 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 
'gambas3-gb-sdl-sound' 'gambas3-gb-sdl' 'gambas3-gb-settings' 
'gambas3-gb-signal'
+ 'gambas3-gb-term'
+ 'gambas3-gb-util-web' 'gambas3-gb-util'
+ 'gambas3-gb-v4l' 'gambas3-gb-vb'
+ 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml'
+ 'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web-gui' 
'gambas3-gb-web'
+ 'gambas3-runtime' 'gambas3-dev-tools' 'gambas3-ide' 'gambas3-script')
+pkgver=3.16.3
+pkgrel=2
+pkgdesc="A free development environment based on a Basic interpreter."
+arch=('x86_64')
+url="http://gambas.sourceforge.net/";
+license=('GPL2')
+groups=('gambas3')
+makedepends=('intltool' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils'
+ 'zlib' 'mesa' 'glew' 'xdg-utils' 'imlib2' 'gdk-pixbuf2' 'gtk3' 
'webkit2gtk'
+ 'postgresql-libs' 'mariadb-libs' 'unixodbc' 'sqlite' 'librsvg'
+ 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2' 'sdl2_mixer' 
'sdl2_image' 'sdl2_ttf' 'libxtst'
+ 'pcre' 'qt5-webkit' 'qt5-webengine' 'qt5-x11extras' 'qt5-svg' 
'libxcursor' 'libsm' 'dbus' 'libxml2'
+ 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'ncurses'
+ 'gmime3' 'libxcrypt')
+options=('!emptydirs' 'libtool')
+source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2";)
+sha512sums=('151e53dd7023e919d82487ed782a627ebe65b3006ac225047f154eccfb910baa2124e8ed64866cf7a2871bc3ceb19b65fcafb26f0508bcdb3ce357e822cf8003')
+
+prepare() {
+  cd ${srcdir}/gambas-${pkgver}
+
+  ./reconf-all
+}
+
+build() {
+  cd ${srcdir}/gambas-${pkgver}
+
+  GAMBAS_CONFIG_FAILURE=1 ./configure --prefix=/usr \
+--disable-sqlite2 \
+--disable-qt4  \
+--disable-gtk \
+--disable-pdf
+
+  make bindir=${pkgdir}/usr/bin
+
+  mkdir -p ${srcdir}/fakeinstall
+  make -j1 XDG_UTILS='' DESTDIR=${srcdir}/fakeinstall install
+}
+
+_install() {
+  local src f dir
+  for src; do
+f="${src#fakeinstall/}"
+dir="${pkgdir}/${f%/*}"
+install -m755 -d "${dir}"
+mv -v "${src}" "${dir}/"
+  done
+}
+
+package_gambas3-gb-args() {
+  depends=('gambas3-runtime')
+  pkgdesc="Command-line options analyzer component"
+
+  _install fakeinstall/usr/lib/gambas3/gb.args.*
+  _install fakeinstall/usr/share/gambas3/info/gb.args.*
+}
+
+package_gambas3-gb-cairo() {
+  depends=('gambas3-runtime' 'cairo')
+  pkgdesc="Cairo component"
+
+  _install fakeinstall/usr/lib/gambas3/gb.cairo.* ${pkgdir}/usr/lib/gambas3/
+  _install fakeinstall/usr/share/gambas3/info/gb.cairo.* 
${pkgdir}/usr/share/gambas3/info/
+}
+
+package_gambas3-gb-chart() {
+  depen

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

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 23:05:14
  Author: foutrelis
Revision: 1028110

upgpkg: gambas3 3.16.3-2: poppler 21.10.0 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 23:01:31 UTC (rev 1028109)
+++ PKGBUILD2021-10-08 23:05:14 UTC (rev 1028110)
@@ -27,7 +27,7 @@
  'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web-gui' 
'gambas3-gb-web'
  'gambas3-runtime' 'gambas3-dev-tools' 'gambas3-ide' 'gambas3-script')
 pkgver=3.16.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('x86_64')
 url="http://gambas.sourceforge.net/";



[arch-commits] Commit in gdal/trunk (PKGBUILD poppler-21.10.0.patch)

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 23:01:31
  Author: foutrelis
Revision: 1028109

Fix build with poppler 21.10.0

Added:
  gdal/trunk/poppler-21.10.0.patch
Modified:
  gdal/trunk/PKGBUILD

---+
 PKGBUILD  |5 +
 poppler-21.10.0.patch |   32 
 2 files changed, 37 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:46:06 UTC (rev 1028108)
+++ PKGBUILD2021-10-08 23:01:31 UTC (rev 1028109)
@@ -19,8 +19,10 @@
 options=('!emptydirs')
 changelog=$pkgbase.changelog
 
source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
+poppler-21.10.0.patch
 gdal-perl-vendor.patch)
 sha256sums=('48ab00b77d49f08cf66c60ccce55abb6455c3079f545e60c90ee7ce857bccb70'
+'3074318889631fa9a9f351feccedb4d7a368b56017cc3660276c7aac154af6de'
 '2103b98f2f15954f042d5620658b30d703125927bde2e5eb671c5facb6c2f5ed')
 
 prepare() {
@@ -29,6 +31,9 @@
 # Fix mandir
   sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
 
+# Fix build with poppler 21.10.0
+  patch -Np2 -i "${srcdir}"/poppler-21.10.0.patch
+
 # Fix Perl bindings installation path
   patch -Np0 -i "${srcdir}"/gdal-perl-vendor.patch
 }

Added: poppler-21.10.0.patch
===
--- poppler-21.10.0.patch   (rev 0)
+++ poppler-21.10.0.patch   2021-10-08 23:01:31 UTC (rev 1028109)
@@ -0,0 +1,32 @@
+From 9c09870e374ca21d558101af3f4c09a6164fdfc3 Mon Sep 17 00:00:00 2001
+From: Even Rouault 
+Date: Sun, 26 Sep 2021 22:49:52 +0200
+Subject: [PATCH] Fix build against Poppler master
+
+---
+ gdal/frmts/pdf/pdfdataset.cpp | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/gdal/frmts/pdf/pdfdataset.cpp b/gdal/frmts/pdf/pdfdataset.cpp
+index 9c4c28a6572..50a8154c756 100644
+--- a/gdal/frmts/pdf/pdfdataset.cpp
 b/gdal/frmts/pdf/pdfdataset.cpp
+@@ -5012,7 +5012,7 @@ PDFDataset *PDFDataset::Open( GDALOpenInfo * poOpenInfo )
+ #ifdef HAVE_POPPLER
+   if (bUseLib.test(PDFLIB_POPPLER))
+   {
+-GooString* poMetadata = poCatalogPoppler->readMetadata();
++auto poMetadata = poCatalogPoppler->readMetadata();
+ if (poMetadata)
+ {
+ #if (POPPLER_MAJOR_VERSION >= 1 || POPPLER_MINOR_VERSION >= 72)
+@@ -5026,7 +5026,9 @@ PDFDataset *PDFDataset::Open( GDALOpenInfo * poOpenInfo )
+ const char * const apszMDList[2] = { pszContent, nullptr };
+ poDS->SetMetadata(const_cast(apszMDList), "xml:XMP");
+ }
++#if (POPPLER_MAJOR_VERSION < 21 || (POPPLER_MAJOR_VERSION == 21 && 
POPPLER_MINOR_VERSION <= 9))
+ delete poMetadata;
++#endif
+ }
+ 
+ /* Read Info object */



[arch-commits] Commit in libreoffice-still/trunk (PKGBUILD bison-3.8.patch)

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 22:55:50
  Author: foutrelis
Revision: 425496

Fix build with bison 3.8

Added:
  libreoffice-still/trunk/bison-3.8.patch
Modified:
  libreoffice-still/trunk/PKGBUILD

-+
 PKGBUILD|5 +
 bison-3.8.patch |   50 ++
 2 files changed, 55 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:51:15 UTC (rev 425495)
+++ PKGBUILD2021-10-08 22:55:50 UTC (rev 425496)
@@ -60,6 +60,7 @@

${_additional_source_url2}/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
+   bison-3.8.patch
soffice-template.desktop.in
libreoffice-still.sh libreoffice-still.csh)
 noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -109,6 +110,7 @@
 'f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140'
 'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
+'e1f46d84deb0c4e7ddbd1c5422e015940aa5ae43a5e2b8f10e88a0317aaa4ed0'
 'd0be8099cbee3c9dfda694a828149b881c345b204ab68826f317580aafb50879'
 'cd1b25ff390e436c6bffa65c6e12382236e3ccbf8d3aae51b1b59bcaed79fd8a'
 'de20f36d45f0fecc2d94176dd3ec7226ab07fa8ffb9b0bc73c200349a9273de1')
@@ -132,6 +134,9 @@
# fix not upstreamable pyuno paths - FS#54250
patch -Np1 -i 
"${srcdir}"/make-pyuno-work-with-system-wide-module-install.diff
 
+   # fix build with bison 3.8
+   patch -Np1 -i "${srcdir}"/bison-3.8.patch
+
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do
case "$i" in

Added: bison-3.8.patch
===
--- bison-3.8.patch (rev 0)
+++ bison-3.8.patch 2021-10-08 22:55:50 UTC (rev 425496)
@@ -0,0 +1,50 @@
+From 45227d9b79dc4f2a2aa6874cd4e3c02b7934b197 Mon Sep 17 00:00:00 2001
+From: Stephan Bergmann 
+Date: Tue, 14 Sep 2021 12:20:48 +0200
+Subject: [PATCH] Adapt to Bison 3.8 internal yyn -> yyrule rename
+
+see
+
+"glr2.cc: log the execution of deferred actions" including "Rename argument yyn
+as yyrule for clarity."
+
+YYBISON was defined as 1 rather than as a representation of the Bison version
+prior to
+
+"yacc.c: provide the Bison version as an integral macro", which shouldn't be a
+problem here.  And YYBISON is apparently completely undefined with
+/usr/bin/bison on macOS.
+
+(The preceding comment always mentioned "yyi" and "yyrmap" in apparent mismatch
+with the actually used "yyn" and "yyr1" ever since
+c25ec0608a167bcf1d891043f02273761c351701 "initial import", so just leave it
+untouched.)
+
+Change-Id: I4f901407aa21ed4abec84e661d813ee7599f02f0
+Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122082
+Tested-by: Jenkins
+Reviewed-by: Stephan Bergmann 
+---
+ connectivity/source/parse/sqlbison.y | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/connectivity/source/parse/sqlbison.y 
b/connectivity/source/parse/sqlbison.y
+index d14f36e7794f0..c4be0bc00bd04 100644
+--- a/connectivity/source/parse/sqlbison.y
 b/connectivity/source/parse/sqlbison.y
+@@ -74,9 +74,15 @@ inline connectivity::OSQLInternalNode* newNode(const 
OUString& _newValue,
+ 
+ // yyi is the internal number of the rule that is currently being reduced
+ // This can be mapped to external rule number via the yyrmap.
++#if defined YYBISON && YYBISON >= 30800
++#define SQL_NEW_RULE  newNode("", SQLNodeType::Rule, 
yyr1[yyrule])
++#define SQL_NEW_LISTRULE  newNode("", SQLNodeType::ListRule, 
yyr1[yyrule])
++#define SQL_NEW_COMMALISTRULE   newNode("", SQLNodeType::CommaListRule, 
yyr1[yyrule])
++#else
+ #define SQL_NEW_RULE  newNode("", SQLNodeType::Rule, 
yyr1[yyn])
+ #define SQL_NEW_LISTRULE  newNode("", SQLNodeType::ListRule, 
yyr1[yyn])
+ #define SQL_NEW_COMMALISTRULE   newNode("", SQLNodeType::CommaListRule, 
yyr1[yyn])
++#endif
+ 
+ 
+ extern connectivity::OSQLParser* xxx_pGLOBAL_SQLPARSER;



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

2021-10-08 Thread Jan Steffens via arch-commits
Date: Friday, October 8, 2021 @ 22:51:15
  Author: heftig
Revision: 425495

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 425494, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 425494, flatpak/trunk/flatpak-bindir.sh)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak-bindir.sh

---+
 PKGBUILD  |  176 ++--
 flatpak-bindir.sh |   18 ++---
 2 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 22:51:06 UTC (rev 425494)
+++ PKGBUILD2021-10-08 22:51:15 UTC (rev 425495)
@@ -1,88 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org";
-arch=(x86_64)
-license=(LGPL)
-depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool systemd gobject-introspection gtk-doc git docbook-xsl 
xmlto)
-checkdepends=(valgrind socat)
-_commit=0cfd72442dd7301b0699725e25eb0552da3b5e98  # tags/1.12.0^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-git+https://gitlab.gnome.org/GNOME/libglnx.git
-git+https://github.com/projectatomic/bubblewrap
-git+https://github.com/flatpak/xdg-dbus-proxy
-git+https://gitlab.gnome.org/alexl/variant-schema-compiler.git
-https://dl.flathub.org/repo/flathub.flatpakrepo
-flatpak-bindir.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
-'1824cb4eb1cc88702cb2b9f1c55b6dfdf20fca5eab83f6e8e532099281328745')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url bubblewrap "$srcdir/bubblewrap"
-  git submodule set-url libglnx "$srcdir/libglnx"
-  git submodule set-url dbus-proxy "$srcdir/xdg-dbus-proxy"
-  git submodule set-url variant-schema-compiler 
"$srcdir/variant-schema-compiler"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  make -C $pkgname DESTDIR="$pkgdir" install
-
-  install -Dt "$pkgdir/etc/profile.d" -m644 flatpak-bindir.sh
-  install -Dt "$pkgdir/etc/flatpak/remotes.d" flathub.flatpakrepo
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 425494, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 22:51:15 UTC (rev 425495)
@@ -0,0 +1,88 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org";
+arch=(x86_64)
+license=(LGPL)
+depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy)
+makedepends=(intltool systemd gobject-introspection gtk-doc git docbook-xsl 
xmlto)
+checkdepends=(valgrind socat)
+_commit=afb3575d3113a8491af25af3bbc7bcf1cb5b9b33  # tags/1.12.1^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+git+https://gitlab.gnome.org/GNOME/libglnx.git
+git+https://github.com/projectatomic/bubblewrap
+git+https://github.com/flatpak/xdg-dbus-proxy
+git+https://gitlab.gnome.org/alexl/variant-schema-compiler.git
+https://dl.flathub.org/repo/flathub.flatpakrepo
+flatpak-bindir.sh)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
+'1824cb4eb1cc88702cb2b9f1c55b6dfdf

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

2021-10-08 Thread Jan Steffens via arch-commits
Date: Friday, October 8, 2021 @ 22:51:06
  Author: heftig
Revision: 425494

1.12.1-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:49:51 UTC (rev 425493)
+++ PKGBUILD2021-10-08 22:51:06 UTC (rev 425494)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="https://flatpak.org";
@@ -13,7 +13,7 @@
  python bubblewrap appstream-glib xdg-dbus-proxy)
 makedepends=(intltool systemd gobject-introspection gtk-doc git docbook-xsl 
xmlto)
 checkdepends=(valgrind socat)
-_commit=0cfd72442dd7301b0699725e25eb0552da3b5e98  # tags/1.12.0^0
+_commit=afb3575d3113a8491af25af3bbc7bcf1cb5b9b33  # tags/1.12.1^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
 git+https://gitlab.gnome.org/GNOME/libglnx.git
 git+https://github.com/projectatomic/bubblewrap



[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD bison-3.8.patch)

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 22:49:51
  Author: foutrelis
Revision: 425493

Fix build with bison 3.8

Added:
  libreoffice-fresh/trunk/bison-3.8.patch
Modified:
  libreoffice-fresh/trunk/PKGBUILD

-+
 PKGBUILD|5 +
 bison-3.8.patch |   50 ++
 2 files changed, 55 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:47:16 UTC (rev 425492)
+++ PKGBUILD2021-10-08 22:49:51 UTC (rev 425493)
@@ -62,6 +62,7 @@
make-pyuno-work-with-system-wide-module-install.diff
skia-freetype2.11.patch
pld-skia-patches.patch
+   bison-3.8.patch
kf5_fix.patch
soffice-template.desktop.in 
libreoffice-fresh.sh libreoffice-fresh.csh)
@@ -114,6 +115,7 @@
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
 '1f9506cff0c3f3638de6d1ff76f679c301f0e9aa2ab735b26274c42f16345e8e'
 '55710ab0200784c69d49c38b9be6b447502c818ca828efc825355038c8980eea'
+'e1f46d84deb0c4e7ddbd1c5422e015940aa5ae43a5e2b8f10e88a0317aaa4ed0'
 '89fb019756c1db7fa382d8ed325b36d1d02e525ccee77c59fb15abe2b61f1770'
 'd0be8099cbee3c9dfda694a828149b881c345b204ab68826f317580aafb50879'
 'cd1b25ff390e436c6bffa65c6e12382236e3ccbf8d3aae51b1b59bcaed79fd8a'
@@ -142,6 +144,9 @@
cp "${srcdir}"/skia-freetype2.11.patch external/skia
patch -Np1 -i "${srcdir}"/pld-skia-patches.patch
 
+   # fix build with bison 3.8
+   patch -Np1 -i "${srcdir}"/bison-3.8.patch
+
# https://bugs.documentfoundation.org/show_bug.cgi?id=144037
patch -Np1 -i "${srcdir}"/kf5_fix.patch
 

Added: bison-3.8.patch
===
--- bison-3.8.patch (rev 0)
+++ bison-3.8.patch 2021-10-08 22:49:51 UTC (rev 425493)
@@ -0,0 +1,50 @@
+From 45227d9b79dc4f2a2aa6874cd4e3c02b7934b197 Mon Sep 17 00:00:00 2001
+From: Stephan Bergmann 
+Date: Tue, 14 Sep 2021 12:20:48 +0200
+Subject: [PATCH] Adapt to Bison 3.8 internal yyn -> yyrule rename
+
+see
+
+"glr2.cc: log the execution of deferred actions" including "Rename argument yyn
+as yyrule for clarity."
+
+YYBISON was defined as 1 rather than as a representation of the Bison version
+prior to
+
+"yacc.c: provide the Bison version as an integral macro", which shouldn't be a
+problem here.  And YYBISON is apparently completely undefined with
+/usr/bin/bison on macOS.
+
+(The preceding comment always mentioned "yyi" and "yyrmap" in apparent mismatch
+with the actually used "yyn" and "yyr1" ever since
+c25ec0608a167bcf1d891043f02273761c351701 "initial import", so just leave it
+untouched.)
+
+Change-Id: I4f901407aa21ed4abec84e661d813ee7599f02f0
+Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122082
+Tested-by: Jenkins
+Reviewed-by: Stephan Bergmann 
+---
+ connectivity/source/parse/sqlbison.y | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/connectivity/source/parse/sqlbison.y 
b/connectivity/source/parse/sqlbison.y
+index d14f36e7794f0..c4be0bc00bd04 100644
+--- a/connectivity/source/parse/sqlbison.y
 b/connectivity/source/parse/sqlbison.y
+@@ -74,9 +74,15 @@ inline connectivity::OSQLInternalNode* newNode(const 
OUString& _newValue,
+ 
+ // yyi is the internal number of the rule that is currently being reduced
+ // This can be mapped to external rule number via the yyrmap.
++#if defined YYBISON && YYBISON >= 30800
++#define SQL_NEW_RULE  newNode("", SQLNodeType::Rule, 
yyr1[yyrule])
++#define SQL_NEW_LISTRULE  newNode("", SQLNodeType::ListRule, 
yyr1[yyrule])
++#define SQL_NEW_COMMALISTRULE   newNode("", SQLNodeType::CommaListRule, 
yyr1[yyrule])
++#else
+ #define SQL_NEW_RULE  newNode("", SQLNodeType::Rule, 
yyr1[yyn])
+ #define SQL_NEW_LISTRULE  newNode("", SQLNodeType::ListRule, 
yyr1[yyn])
+ #define SQL_NEW_COMMALISTRULE   newNode("", SQLNodeType::CommaListRule, 
yyr1[yyn])
++#endif
+ 
+ 
+ extern connectivity::OSQLParser* xxx_pGLOBAL_SQLPARSER;



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

2021-10-08 Thread Felix Yan via arch-commits
Date: Friday, October 8, 2021 @ 22:47:16
  Author: felixonmars
Revision: 425492

archrelease: copy trunk to staging-x86_64

Added:
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 425491, inkscape/trunk/PKGBUILD)

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

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 425491, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-10-08 22:47:16 UTC (rev 425492)
@@ -0,0 +1,68 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=1.1.1
+_tag='3bf5ae0d25c673abe152dedf4789a2d6f0cc60ff' # git rev-parse 
INKSCAPE_${pkgver/./_}
+pkgrel=2
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+makedepends=('cmake' 'boost' 'git')
+
+depends=(
+   'dbus-glib'
+   'double-conversion'
+   'gc'
+   'graphicsmagick'
+   'gsl'
+   'gspell'
+   'gtkmm3'
+   'lcms2'
+   'lib2geom'
+   'libcdr'
+   'libjpeg-turbo'
+   'libvisio'
+   'libxslt'
+   'poppler-glib'
+   'potrace'
+   'python'
+   'ttf-font'
+)
+
+optdepends=(
+   'fig2dev: xfig input'
+   'gvfs: import clip art'
+   'pstoedit: latex formulas'
+   'python-lxml: some extensions'
+   'python-numpy: some extensions'
+   'scour: optimized SVG output, some extensions'
+   'texlive-core: latex formulas'
+)
+
+#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2";)
+source=("git+https://gitlab.com/inkscape/inkscape.git#tag=${_tag}";)
+sha256sums=('SKIP')
+
+prepare() {
+   cd "${pkgname}"
+   git submodule init
+   git submodule update
+}
+
+build() {
+   mkdir -p build
+   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
+   cmake -H${pkgname} -Bbuild \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+   -DWITH_DBUS=ON \
+
+   cmake --build build
+}
+
+package() {
+   DESTDIR="${pkgdir}" cmake --build build --target install
+}



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

2021-10-08 Thread Felix Yan via arch-commits
Date: Friday, October 8, 2021 @ 22:47:02
  Author: felixonmars
Revision: 425491

upgpkg: inkscape 1.1.1-2: poppler 21.10.0 rebuild

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:44:21 UTC (rev 425490)
+++ PKGBUILD2021-10-08 22:47:02 UTC (rev 425491)
@@ -5,7 +5,7 @@
 pkgname=inkscape
 pkgver=1.1.1
 _tag='3bf5ae0d25c673abe152dedf4789a2d6f0cc60ff' # git rev-parse 
INKSCAPE_${pkgver/./_}
-pkgrel=1
+pkgrel=2
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')



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

2021-10-08 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, October 8, 2021 @ 22:46:06
  Author: svenstaro
Revision: 1028108

archrelease: copy trunk to community-x86_64

Added:
  openxr/repos/community-x86_64/PKGBUILD
(from rev 1028107, openxr/trunk/PKGBUILD)
  openxr/repos/community-x86_64/fix-gcc11.patch
(from rev 1028107, openxr/trunk/fix-gcc11.patch)
Deleted:
  openxr/repos/community-x86_64/PKGBUILD
  openxr/repos/community-x86_64/fix-gcc11.patch

-+
 PKGBUILD|   86 +++---
 fix-gcc11.patch |   24 +++
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 22:45:57 UTC (rev 1028107)
+++ PKGBUILD2021-10-08 22:46:06 UTC (rev 1028108)
@@ -1,43 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=openxr
-pkgver=1.0.19
-pkgrel=1
-pkgdesc='An open standard for virtual reality and augmented reality platforms 
and devices'
-arch=('x86_64')
-url='https://www.khronos.org/openxr/'
-depends=('jsoncpp' 'libx11' 'vulkan-icd-loader' 'libglvnd' 'libxrandr' 
'libxxf86vm')
-makedepends=('cmake' 'vulkan-headers' 'python' 'ninja' 'wayland' 'mesa')
-license=('APACHE')
-source=("https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-${pkgver}/OpenXR-SDK-Source-release-${pkgver}.tar.gz"{,.asc}
-fix-gcc11.patch)
-validpgpkeys=(F029455EAB70F520FF4A03BD7F534CD56F00321E)
-sha512sums=('6b25d3ce5049f9c2ed449b187ade3b416798306c9705aa5c17709030f600b4356f98897025adf588377ec980be412e23dbf208462116e489d5b0857e4ab03d21'
-'SKIP'
-
'783726fb48dc4551dfec0da2f28049d73afe66d237db54f0914b5156b8a45c9d5edf2f9a4b97a8adbbbfa1157c07cd418dbd4d53252f2feb49e9420fde0b0840')
-
-prepare() {
-  cd OpenXR-SDK-Source-release-${pkgver}
-
-  patch -Np1 -i "${srcdir}"/fix-gcc11.patch
-}
-
-build() {
-  cd OpenXR-SDK-Source-release-${pkgver}
-
-  cmake \
--GNinja \
--Bbuild \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=ON \
--DPRESENTATION_BACKEND=xlib \
--DDYNAMIC_LOADER=ON
-  ninja -C build
-}
-
-package() {
-  cd OpenXR-SDK-Source-release-${pkgver}
-
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: openxr/repos/community-x86_64/PKGBUILD (from rev 1028107, 
openxr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 22:46:06 UTC (rev 1028108)
@@ -0,0 +1,43 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=openxr
+pkgver=1.0.20
+pkgrel=1
+pkgdesc='An open standard for virtual reality and augmented reality platforms 
and devices'
+arch=('x86_64')
+url='https://www.khronos.org/openxr/'
+depends=('jsoncpp' 'libx11' 'vulkan-icd-loader' 'libglvnd' 'libxrandr' 
'libxxf86vm')
+makedepends=('cmake' 'vulkan-headers' 'python' 'ninja' 'wayland' 'mesa')
+license=('APACHE')
+source=("https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-${pkgver}/OpenXR-SDK-Source-release-${pkgver}.tar.gz"{,.asc}
+fix-gcc11.patch)
+validpgpkeys=(F029455EAB70F520FF4A03BD7F534CD56F00321E)
+sha512sums=('1f989b76c76cdece3c47b758a1c77a78a4bc91cb01504cc033a543da6bc85b18a4e981b35a2875cab454660fbb2443ea4d09e98079aae6e6253f768428012a20'
+'SKIP'
+
'783726fb48dc4551dfec0da2f28049d73afe66d237db54f0914b5156b8a45c9d5edf2f9a4b97a8adbbbfa1157c07cd418dbd4d53252f2feb49e9420fde0b0840')
+
+prepare() {
+  cd OpenXR-SDK-Source-release-${pkgver}
+
+  patch -Np1 -i "${srcdir}"/fix-gcc11.patch
+}
+
+build() {
+  cd OpenXR-SDK-Source-release-${pkgver}
+
+  cmake \
+-GNinja \
+-Bbuild \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=ON \
+-DPRESENTATION_BACKEND=xlib \
+-DDYNAMIC_LOADER=ON
+  ninja -C build
+}
+
+package() {
+  cd OpenXR-SDK-Source-release-${pkgver}
+
+  DESTDIR="$pkgdir" ninja -C build install
+}

Deleted: fix-gcc11.patch
===
--- fix-gcc11.patch 2021-10-08 22:45:57 UTC (rev 1028107)
+++ fix-gcc11.patch 2021-10-08 22:46:06 UTC (rev 1028108)
@@ -1,12 +0,0 @@
-diff --git a/src/loader/CMakeLists.txt b/src/loader/CMakeLists.txt
-index 8638bc6..bc60685 100644
 a/src/loader/CMakeLists.txt
-+++ b/src/loader/CMakeLists.txt
-@@ -120,6 +120,7 @@ target_link_libraries(
- openxr_loader
- PRIVATE ${CMAKE_DL_LIBS}
- PUBLIC Threads::Threads
-+stdc++fs
- )
- target_compile_definitions(openxr_loader PRIVATE 
${OPENXR_ALL_SUPPORTED_DEFINES})
- if(ANDROID)

Copied: openxr/repos/community-x86_64/fix-gcc11.patch (from rev 1028107, 
openxr/trunk/fix-gcc11.patch)
===
--- fix-gcc11.patch (rev 0)
+++ fix-gcc11.patch 2021-10-08 22:46:06 UTC (rev 1028108)
@@ -0,0 +1,12 @@
+diff --git a/s

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

2021-10-08 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, October 8, 2021 @ 22:45:57
  Author: svenstaro
Revision: 1028107

upgpkg: openxr 1.0.20-1

Modified:
  openxr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:45:55 UTC (rev 1028106)
+++ PKGBUILD2021-10-08 22:45:57 UTC (rev 1028107)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openxr
-pkgver=1.0.19
+pkgver=1.0.20
 pkgrel=1
 pkgdesc='An open standard for virtual reality and augmented reality platforms 
and devices'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 
source=("https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-${pkgver}/OpenXR-SDK-Source-release-${pkgver}.tar.gz"{,.asc}
 fix-gcc11.patch)
 validpgpkeys=(F029455EAB70F520FF4A03BD7F534CD56F00321E)
-sha512sums=('6b25d3ce5049f9c2ed449b187ade3b416798306c9705aa5c17709030f600b4356f98897025adf588377ec980be412e23dbf208462116e489d5b0857e4ab03d21'
+sha512sums=('1f989b76c76cdece3c47b758a1c77a78a4bc91cb01504cc033a543da6bc85b18a4e981b35a2875cab454660fbb2443ea4d09e98079aae6e6253f768428012a20'
 'SKIP'
 
'783726fb48dc4551dfec0da2f28049d73afe66d237db54f0914b5156b8a45c9d5edf2f9a4b97a8adbbbfa1157c07cd418dbd4d53252f2feb49e9420fde0b0840')
 



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

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 22:45:55
  Author: foutrelis
Revision: 1028106

Refresh checksums

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:45:30 UTC (rev 1028105)
+++ PKGBUILD2021-10-08 22:45:55 UTC (rev 1028106)
@@ -42,7 +42,7 @@
  'gmime3' 'libxcrypt')
 options=('!emptydirs' 'libtool')
 
source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2";)
-sha512sums=('9416b60bdb86decb7193064e51d27ef30bc70baad115f5b28e2ff54712f8630af575bba8890985a7cfe0dc06fb606fb4509eae240b7fd0ee030ef5738df5aff3')
+sha512sums=('151e53dd7023e919d82487ed782a627ebe65b3006ac225047f154eccfb910baa2124e8ed64866cf7a2871bc3ceb19b65fcafb26f0508bcdb3ce357e822cf8003')
 
 prepare() {
   cd ${srcdir}/gambas-${pkgver}



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

2021-10-08 Thread Felix Yan via arch-commits
Date: Friday, October 8, 2021 @ 22:45:30
  Author: felixonmars
Revision: 1028105

archrelease: copy trunk to community-staging-x86_64

Added:
  scribus/repos/community-staging-x86_64/
  scribus/repos/community-staging-x86_64/PKGBUILD
(from rev 1028104, scribus/trunk/PKGBUILD)
  scribus/repos/community-staging-x86_64/harfbuzz-3.0.0.patch
(from rev 1028104, scribus/trunk/harfbuzz-3.0.0.patch)

--+
 PKGBUILD |   64 ++
 harfbuzz-3.0.0.patch |   68 +
 2 files changed, 132 insertions(+)

Copied: scribus/repos/community-staging-x86_64/PKGBUILD (from rev 1028104, 
scribus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-10-08 22:45:30 UTC (rev 1028105)
@@ -0,0 +1,64 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.5.7
+pkgrel=6
+pkgdesc="Desktop publishing software"
+arch=(x86_64)
+url="https://www.scribus.net/";
+license=(GPL)
+depends=(boost-libs cairo fontconfig freetype2 harfbuzz-icu
+ hunspell lcms2 libcdr libcups libfreehand libjpeg libmspub
+ libpagemaker libpng libqxp librevenge libtiff libvisio libxml2 libzmf
+ openscenegraph openssl podofo poppler python3 qt5-base zlib) 
#graphicsmagick
+makedepends=(cmake boost mesa qt5-tools)
+optdepends=('tk: scripts based on tkinter'
+'hyphen-lang: hyphenation patterns for desired languages')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+harfbuzz-3.0.0.patch)
+sha256sums=('318316b2cfc7a76191d3e0d3f8c2265147daea0570162028e243c292d826f8ce'
+'SKIP'
+'38f7ee8a3dafac3e677451a98a09e2c8a5e850ad20769ed58e896fa67e661024')
+validpgpkeys=(5086B8D68E70FDDF4C40045AEF7B95E7F60166DA  # Peter Linnell 

+  757F5E9B13DD648887AD50092D47C099E782504E  # The Scribus Team 
(www.scribus.net) 
+  6558BE84D27273A438A151198BEA48118AEBEE64) # Craig Bradney 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../harfbuzz-3.0.0.patch
+}
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_SKIP_RPATH=ON \
+-DWANT_HUNSPELL=ON \
+-DWITH_BOOST=ON \
+-DWITH_PODOFO=ON #\
+# FS#59800
+#-DWANT_GRAPHICSMAGICK=ON
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+
+  cd ${pkgname}-${pkgver}
+
+  install -Dm644 scribus.desktop -t "${pkgdir}"/usr/share/applications
+
+  for i in 16x16 32x32 128x128 256x256 512x512 1024x1024
+  do
+install -Dm644 resources/iconsets/artwork/icon_${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}/apps/scribus.png
+  done
+
+  # Use system hyphen
+  rm -rf "${pkgdir}"/usr/share/scribus/dicts/hyph
+  ln -sf /usr/share/hyphen "${pkgdir}"/usr/share/scribus/dicts/hyph
+}

Copied: scribus/repos/community-staging-x86_64/harfbuzz-3.0.0.patch (from rev 
1028104, scribus/trunk/harfbuzz-3.0.0.patch)
===
--- community-staging-x86_64/harfbuzz-3.0.0.patch   
(rev 0)
+++ community-staging-x86_64/harfbuzz-3.0.0.patch   2021-10-08 22:45:30 UTC 
(rev 1028105)
@@ -0,0 +1,68 @@
+From 1b546978bc4ea0b2a73fbe4d7cf947887e865162 Mon Sep 17 00:00:00 2001
+From: Jean Ghali 
+Date: Sat, 21 Aug 2021 20:05:43 +
+Subject: [PATCH] Use new hb-subset api with harfbuzz >= 2.9.0 in order to
+ prepeare for removal of legacy API in 3.0
+
+git-svn-id: svn://scribus.net/trunk/Scribus@24696 
11d20701-8431-0410-a711-e3c959e3b870
+---
+ scribus/fonts/sfnt.cpp | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/scribus/fonts/sfnt.cpp b/scribus/fonts/sfnt.cpp
+index 50777f66e3..fca8b39158 100644
+--- a/scribus/fonts/sfnt.cpp
 b/scribus/fonts/sfnt.cpp
+@@ -1256,11 +1256,19 @@ namespace sfnt {
+ 
+   for (int i = 0; i < cids.count(); ++i)
+   hb_set_add(glyphSet, cids.at(i));
+-  
++
++#if HB_VERSION_ATLEAST(2, 9, 0)
++  uint32_t subsetFlags = (uint32_t) 
hb_subset_input_get_flags(hbSubsetInput.get());
++  subsetFlags |= HB_SUBSET_FLAGS_RETAIN_GIDS;
++  subsetFlags &= ~HB_SUBSET_FLAGS_NO_HINTING;
++  subsetFlags |= HB_SUBSET_FLAGS_NAME_LEGACY;
++  hb_subset_input_set_flags(hbSubsetInput.get(), subsetFlags);
++#else
+   hb_subset_input_set_retain_gids(hbSubsetInput.get(), true);
+   hb_subset_input_set_drop_hints(hbSubsetInput.get(), false);
+ #if HB_VERSION_ATLEAST(2, 6, 5)
+   hb_subset_input_set_name_legacy(hbSubsetInput.get(), true);
++#endif
+ #

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

2021-10-08 Thread Felix Yan via arch-commits
Date: Friday, October 8, 2021 @ 22:45:12
  Author: felixonmars
Revision: 1028104

upgpkg: scribus 1.5.7-6: poppler 21.10.0 rebuild

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:42:30 UTC (rev 1028103)
+++ PKGBUILD2021-10-08 22:45:12 UTC (rev 1028104)
@@ -7,7 +7,7 @@
 
 pkgname=scribus
 pkgver=1.5.7
-pkgrel=5
+pkgrel=6
 pkgdesc="Desktop publishing software"
 arch=(x86_64)
 url="https://www.scribus.net/";



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

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 22:44:21
  Author: foutrelis
Revision: 425490

archrelease: copy trunk to staging-x86_64

Added:
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/62f51070.patch
(from rev 425489, calligra/trunk/62f51070.patch)
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 425489, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-openexr3.patch
(from rev 425489, calligra/trunk/calligra-openexr3.patch)

-+
 62f51070.patch  |   40 +++
 PKGBUILD|   53 +++
 calligra-openexr3.patch |   77 ++
 3 files changed, 170 insertions(+)

Copied: calligra/repos/staging-x86_64/62f51070.patch (from rev 425489, 
calligra/trunk/62f51070.patch)
===
--- staging-x86_64/62f51070.patch   (rev 0)
+++ staging-x86_64/62f51070.patch   2021-10-08 22:44:21 UTC (rev 425490)
@@ -0,0 +1,40 @@
+From 62f510702ef9c34ac50f8d8601a4290ab558464c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20Usta?= 
+Date: Sun, 6 Jun 2021 08:41:05 +
+Subject: [PATCH] Update Cmake and deps, Fix Freetype and FontConfig Linkage
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index b237f68fcb6..cdcc02f0236 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -599,8 +593,8 @@ if(NOT WIN32 AND NOT APPLE)
+   )
+ endif()
+ 
+-if(NOT FONTCONFIG_FOUND OR NOT FREETYPE_FOUND)
+-set(FONTCONFIG_INCLUDE_DIR "")
++if(NOT Fontconfig_FOUND OR NOT FREETYPE_FOUND)
++set(Fontconfig_INCLUDE_DIRS "")
+ set(FREETYPE_INCLUDE_DIRS "")
+ else()
+ add_definitions( -DSHOULD_BUILD_FONT_CONVERSION )
+diff --git a/libs/text/CMakeLists.txt b/libs/text/CMakeLists.txt
+index 16d7e066fa2..429afe79704 100644
+--- a/libs/text/CMakeLists.txt
 b/libs/text/CMakeLists.txt
+@@ -152,11 +152,11 @@ if( SHOULD_BUILD_FEATURE_RDF )
+ endif()
+ 
+ if( FONTCONFIG_FOUND )
+-target_link_libraries(kotext PRIVATE ${FONTCONFIG_LIBRARIES})
++target_link_libraries(kotext PRIVATE Fontconfig::Fontconfig)
+ endif()
+ 
+ if( FREETYPE_FOUND )
+-target_link_libraries(kotext PRIVATE ${FREETYPE_LIBRARIES})
++target_link_libraries(kotext PRIVATE Freetype::Freetype)
+ endif()
+ 
+ 
+-- 
+GitLab

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 425489, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-10-08 22:44:21 UTC (rev 425490)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc='A set of applications for productivity and creative usage'
+pkgver=3.2.1
+pkgrel=22
+arch=(x86_64)
+url='https://www.calligra-suite.org/'
+license=(FDL1.2 GPL2 LGPL)
+depends=(kcmutils knotifyconfig kross kactivities kdiagram libspnav 
kdelibs4support
+ gsl imath kcontacts qca-qt5 poppler-qt5 libodfgen khtml kinit cauchy)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin libwpg okular eigen 
marble-common
+ boost pstoedit libvisio libetonyek libwps vc libgit2 
kcalendarcore akonadi)
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'libgit2: Calligra Gemini git plugin'
+'kirigami2: for Calligra Gemini'
+'qt5-quickcontrols: for Calligra Gemini'
+'qt5-webengine: for Calligra Gemini')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+calligra-openexr3.patch
+62f51070.patch)
+sha256sums=('b1f8a6eb8208543a2f908caa83d089075fcd1e530d00e19f5362b2f9cc371147'
+'SKIP'
+'73367d2791f41abe93a28bc8e32fca4f213a876ec6fb332180abbd9892fe9702'
+'9e2a0797ce0667212ec07a3056435a4550e07371ff1f6eefdf65dc3642d24165')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < calligra-openexr3.patch # Fix build with 
OpenEXR 3
+  patch -d $pkgname-$pkgver -p1 < 62f51070.patch # Fix fontconfig linking
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# Remove utterly broken thumbnailers
+  rm "$pkgdir"/usr/lib/qt/plugins/calligra*thumbnail.so
+}

Copied: calligra/repos/staging-x86_64/calligra-openexr3.patch (from rev 425489, 
calligra/trunk/calligra

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

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 22:44:15
  Author: foutrelis
Revision: 425489

upgpkg: calligra 3.2.1-22: poppler 21.10.0 rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:34:38 UTC (rev 425488)
+++ PKGBUILD2021-10-08 22:44:15 UTC (rev 425489)
@@ -6,7 +6,7 @@
 pkgname=calligra
 pkgdesc='A set of applications for productivity and creative usage'
 pkgver=3.2.1
-pkgrel=21
+pkgrel=22
 arch=(x86_64)
 url='https://www.calligra-suite.org/'
 license=(FDL1.2 GPL2 LGPL)



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

2021-10-08 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, October 8, 2021 @ 22:42:30
  Author: svenstaro
Revision: 1028103

upgpkg: python-flask 2.0.2-1

Modified:
  python-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:42:12 UTC (rev 1028102)
+++ PKGBUILD2021-10-08 22:42:30 UTC (rev 1028103)
@@ -4,7 +4,7 @@
 # Contributor: Tarmo Heiskanen 
 
 pkgname=python-flask
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc='Micro webdevelopment framework for Python'
 url='http://flask.pocoo.org/'
@@ -13,7 +13,7 @@
 depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 'python-click')
 makedepends=('python-setuptools'  'python-werkzeug' 'python-jinja' 
'python-itsdangerous' 'python-click')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask/archive/${pkgver}.tar.gz";)
-sha512sums=('55d76e65aefb6f430050f1ef7e0378ece673a18b8316974d7b8bf468fe09c4b89022a3dd8bb41dabf2a6b7566bf7a23cb53246be4b5bd9a8ddcf0e7b2f114dc8')
+sha512sums=('4f97bacde3f9010adb29c1bd4b415e618cac5f03dd44eb620e7c69224f0809295dcd5a00859b55dd67239889572cff59cb81e0f7e84aa2ac01fe386e3d44e519')
 
 build() {
   cd "flask-$pkgver"



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

2021-10-08 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, October 8, 2021 @ 22:42:12
  Author: svenstaro
Revision: 1028102

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 1028101, telegram-desktop/trunk/PKGBUILD)
Deleted:
  telegram-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 22:41:53 UTC (rev 1028101)
+++ PKGBUILD2021-10-08 22:42:12 UTC (rev 1028102)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-pkgname=telegram-desktop
-pkgver=3.1.1
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/";
-license=('GPL3')
-depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
- 'qt5-imageformats' 'qt5-svg' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 
'glibmm'
- 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'libtg_owt')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
- 'extra-cmake-modules' 'gtk3' 'webkit2gtk')
-optdepends=('gtk3: GTK environment integration'
-'webkit2gtk: embedded browser features'
-'xdg-desktop-portal: desktop integration')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz";)
-sha512sums=('68b30792270b9f3cd0df3388243818c987be970545685dd4e5793d0ff0df6523c9298173da61f8a4951bae481ca6fa04f0813f987a2fec7a336593aa6c145c9e')
-
-build() {
-cd tdesktop-$pkgver-full
-
-# Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
-# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
-# Thanks @primeos!
-cmake \
--B build \
--G Ninja \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_BUILD_TYPE=Release \
--DTDESKTOP_API_ID=611335 \
--DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
-ninja -C build
-}
-
-package() {
-cd tdesktop-$pkgver-full
-DESTDIR=$pkgdir ninja -C build install
-}

Copied: telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 1028101, 
telegram-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 22:42:12 UTC (rev 1028102)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=3.1.9
+pkgrel=1
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/";
+license=('GPL3')
+depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
+ 'qt5-imageformats' 'qt5-svg' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 
'glibmm'
+ 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'libtg_owt')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
+ 'extra-cmake-modules' 'gtk3' 'webkit2gtk')
+optdepends=('gtk3: GTK environment integration'
+'webkit2gtk: embedded browser features'
+'xdg-desktop-portal: desktop integration')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz";)
+sha512sums=('0c3ffad547fd9767dd81ea152551dac3e662344d2ac2d3422f5b78e5bd8c3818500580fbec6cd6d50d70f3a8d7bc39d942d83b50d9353059ff42b5a9ac08e16d')
+
+build() {
+cd tdesktop-$pkgver-full
+
+# Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
+# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
+# Thanks @primeos!
+cmake \
+-B build \
+-G Ninja \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DCMAKE_BUILD_TYPE=Release \
+-DTDESKTOP_API_ID=611335 \
+-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
+ninja -C build
+}
+
+package() {
+cd tdesktop-$pkgver-full
+DESTDIR=$pkgdir ninja -C build install
+}



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

2021-10-08 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, October 8, 2021 @ 22:41:53
  Author: svenstaro
Revision: 1028101

upgpkg: telegram-desktop 3.1.9-1

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:41:49 UTC (rev 1028100)
+++ PKGBUILD2021-10-08 22:41:53 UTC (rev 1028101)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: hexchain 
 pkgname=telegram-desktop
-pkgver=3.1.1
+pkgver=3.1.9
 pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'webkit2gtk: embedded browser features'
 'xdg-desktop-portal: desktop integration')
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz";)
-sha512sums=('68b30792270b9f3cd0df3388243818c987be970545685dd4e5793d0ff0df6523c9298173da61f8a4951bae481ca6fa04f0813f987a2fec7a336593aa6c145c9e')
+sha512sums=('0c3ffad547fd9767dd81ea152551dac3e662344d2ac2d3422f5b78e5bd8c3818500580fbec6cd6d50d70f3a8d7bc39d942d83b50d9353059ff42b5a9ac08e16d')
 
 build() {
 cd tdesktop-$pkgver-full



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

2021-10-08 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, October 8, 2021 @ 22:41:49
  Author: svenstaro
Revision: 1028100

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 22:41:36 UTC (rev 1028099)
+++ PKGBUILD2021-10-08 22:41:49 UTC (rev 1028100)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Dan Serban
-# Contributor: Richard Murri
-
-pkgname=python-werkzeug
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Swiss Army knife of Python web development'
-url='http://werkzeug.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-timeout' 'python-requests' 
'python-pytest-xprocess')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz";)
-sha512sums=('721a6c3cf8f803c80873f68d94b273da2ddda79b5e83d9283b9af3d3c971bb8c7ac7828c7a60c33b9bded7b05f063810df12fc266ee7d264dc6261100fc97708')
-
-build() {
-  cd "werkzeug-$pkgver"
-
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-# check() {
-#   cd "werkzeug-$pkgver"
-#   PYTHONPATH="$PWD/build/lib" pytest
-# }
-
-package() {
-  cd "werkzeug-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-werkzeug/repos/community-any/PKGBUILD (from rev 1028099, 
python-werkzeug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 22:41:49 UTC (rev 1028100)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Dan Serban
+# Contributor: Richard Murri
+
+pkgname=python-werkzeug
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Swiss Army knife of Python web development'
+url='http://werkzeug.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-timeout' 'python-requests' 
'python-pytest-xprocess')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz";)
+sha512sums=('789f210546c089e8a437a379e516147fd854806357938bd559a61855182143bdeca967c86a41d004e6adb119d31e4493e3c36e74aff989ee9cd08e48d1428dd9')
+
+build() {
+  cd "werkzeug-$pkgver"
+
+  python setup.py build
+}
+
+# check() {
+#   cd "werkzeug-$pkgver"
+#   PYTHONPATH="$PWD/build/lib" pytest
+# }
+
+package() {
+  cd "werkzeug-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-10-08 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, October 8, 2021 @ 22:41:36
  Author: svenstaro
Revision: 1028099

upgpkg: python-werkzeug 2.0.2-1

Modified:
  python-werkzeug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:36:40 UTC (rev 1028098)
+++ PKGBUILD2021-10-08 22:41:36 UTC (rev 1028099)
@@ -5,7 +5,7 @@
 # Contributor: Richard Murri
 
 pkgname=python-werkzeug
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc='Swiss Army knife of Python web development'
 url='http://werkzeug.pocoo.org/'
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-timeout' 'python-requests' 
'python-pytest-xprocess')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz";)
-sha512sums=('721a6c3cf8f803c80873f68d94b273da2ddda79b5e83d9283b9af3d3c971bb8c7ac7828c7a60c33b9bded7b05f063810df12fc266ee7d264dc6261100fc97708')
+sha512sums=('789f210546c089e8a437a379e516147fd854806357938bd559a61855182143bdeca967c86a41d004e6adb119d31e4493e3c36e74aff989ee9cd08e48d1428dd9')
 
 build() {
   cd "werkzeug-$pkgver"



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

2021-10-08 Thread Massimiliano Torromeo via arch-commits
Date: Friday, October 8, 2021 @ 22:36:40
  Author: mtorromeo
Revision: 1028098

archrelease: copy trunk to community-x86_64

Added:
  sysdig/repos/community-x86_64/0.27.1-grpc-absl-sync.patch
(from rev 1028097, sysdig/trunk/0.27.1-grpc-absl-sync.patch)
  sysdig/repos/community-x86_64/PKGBUILD
(from rev 1028097, sysdig/trunk/PKGBUILD)
  sysdig/repos/community-x86_64/bashcomp-location.patch
(from rev 1028097, sysdig/trunk/bashcomp-location.patch)
  sysdig/repos/community-x86_64/glibc.patch
(from rev 1028097, sysdig/trunk/glibc.patch)
  sysdig/repos/community-x86_64/linux-5.6.patch
(from rev 1028097, sysdig/trunk/linux-5.6.patch)
Deleted:
  sysdig/repos/community-x86_64/PKGBUILD
  sysdig/repos/community-x86_64/bashcomp-location.patch
  sysdig/repos/community-x86_64/glibc.patch
  sysdig/repos/community-x86_64/linux-5.6.patch

-+
 0.27.1-grpc-absl-sync.patch |   22 ++
 PKGBUILD|  139 +-
 bashcomp-location.patch |   26 +++
 glibc.patch |   24 +++
 linux-5.6.patch |   70 ++---
 5 files changed, 153 insertions(+), 128 deletions(-)

Copied: sysdig/repos/community-x86_64/0.27.1-grpc-absl-sync.patch (from rev 
1028097, sysdig/trunk/0.27.1-grpc-absl-sync.patch)
===
--- 0.27.1-grpc-absl-sync.patch (rev 0)
+++ 0.27.1-grpc-absl-sync.patch 2021-10-08 22:36:40 UTC (rev 1028098)
@@ -0,0 +1,22 @@
+diff -rup sysdig-0.27.1/CMakeLists.txt sysdig-0.27.1-grpc-1.41/CMakeLists.txt
+--- sysdig-0.27.1/CMakeLists.txt   2020-09-30 16:21:52.0 +0200
 sysdig-0.27.1-grpc-1.41/CMakeLists.txt 2021-10-08 23:46:51.058659662 
+0200
+@@ -552,6 +552,7 @@ if(NOT WIN32 AND NOT APPLE)
+   else()
+   message(FATAL_ERROR "Couldn't find system grpc")
+   endif()
++  find_library(ABSL_SYNC_LIB NAMES absl_synchronization)
+   find_program(GRPC_CPP_PLUGIN grpc_cpp_plugin)
+   if(NOT GRPC_CPP_PLUGIN)
+   message(FATAL_ERROR "System grpc_cpp_plugin not 
found")
+diff -rup sysdig-0.27.1/userspace/libsinsp/CMakeLists.txt 
sysdig-0.27.1-grpc-1.41/userspace/libsinsp/CMakeLists.txt
+--- sysdig-0.27.1/userspace/libsinsp/CMakeLists.txt2020-09-30 
16:21:52.0 +0200
 sysdig-0.27.1-grpc-1.41/userspace/libsinsp/CMakeLists.txt  2021-10-08 
23:46:35.785353019 +0200
+@@ -209,6 +209,7 @@ if(NOT WIN32)
+   target_link_libraries(sinsp
+   "${GRPCPP_LIB}"
+   "${GRPC_LIB}"
++  "${ABSL_SYNC_LIB}"
+   "${PROTOBUF_LIB}"
+   "${CARES_LIB}"
+   "${JQ_LIB}"

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 22:36:23 UTC (rev 1028097)
+++ PKGBUILD2021-10-08 22:36:40 UTC (rev 1028098)
@@ -1,68 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contribuitor: Alfredo Palhares 
-# Contribuitor: Christian Babeux 
-
-pkgbase=sysdig
-pkgname=(sysdig sysdig-dkms)
-pkgver=0.27.1
-pkgrel=7
-pkgdesc="Open source system-level exploration and troubleshooting tool"
-arch=('x86_64')
-url="https://www.sysdig.com/";
-license=('GPL2' 'Apache' 'MIT')
-makedepends=('cmake' 'pandoc' 'gtest' 'jsoncpp' 'libjsoncpp.so' 'luajit' 
'curl' 'libcurl.so' 'jq' 'libb64' 'intel-tbb' 'grpc' 'libgrpc++_unsecure.so')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgbase-$pkgver.tar.gz";
-"bashcomp-location.patch"
-"glibc.patch")
-sha256sums=('b9d05854493d245a7a7e75f77fc654508f720aab5e5e8a3a932bd8eb54e49bda'
-'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b'
-'9d9ee715500cb5c3709cf6a77e95421edaaae5f15dbb1c7c8ad2147cc9637939')
-
-prepare() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  patch -p1 -i "$srcdir"/bashcomp-location.patch
-  patch -p1 -i "$srcdir"/glibc.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake .. \
--DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_CXX_FLAGS="${CXXFLAGS} ${CPPFLAGS} 
-Wno-deprecated-declarations" \
--DCMAKE_C_FLAGS="${CFLAGS} ${CPPFLAGS} -Wno-deprecated-declarations" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSDIG_VERSION=$pkgver \
--DUSE_BUNDLED_DEPS=OFF \
--DBUILD_DRIVER=OFF \
--DBUILD_LIBSCAP_EXAMPLES=OFF
-  make
-}
-
-package_sysdig() {
-  optdepends=('sysdig-dkms: kernel module for live inspection')
-  depends=('jsoncpp' 'libjsoncpp.so' 'luajit' 'curl' 'libcurl.so' 'jq' 
'libb64' 'intel-tbb' 'grpc' 'libgrpc++_unsecure.so')
-
-  cd "$srcdir"/$pkgbase-$pkgver/build
-  make install D

[arch-commits] Commit in sysdig/trunk (0.27.1-grpc-absl-sync.patch PKGBUILD)

2021-10-08 Thread Massimiliano Torromeo via arch-commits
Date: Friday, October 8, 2021 @ 22:36:23
  Author: mtorromeo
Revision: 1028097

upgpkg: sysdig 0.27.1-8: Fixed compilation issues with grpc-1.41 (Fixes 
FS#72262)

Added:
  sysdig/trunk/0.27.1-grpc-absl-sync.patch
Modified:
  sysdig/trunk/PKGBUILD

-+
 0.27.1-grpc-absl-sync.patch |   22 ++
 PKGBUILD|9 ++---
 2 files changed, 28 insertions(+), 3 deletions(-)

Added: 0.27.1-grpc-absl-sync.patch
===
--- 0.27.1-grpc-absl-sync.patch (rev 0)
+++ 0.27.1-grpc-absl-sync.patch 2021-10-08 22:36:23 UTC (rev 1028097)
@@ -0,0 +1,22 @@
+diff -rup sysdig-0.27.1/CMakeLists.txt sysdig-0.27.1-grpc-1.41/CMakeLists.txt
+--- sysdig-0.27.1/CMakeLists.txt   2020-09-30 16:21:52.0 +0200
 sysdig-0.27.1-grpc-1.41/CMakeLists.txt 2021-10-08 23:46:51.058659662 
+0200
+@@ -552,6 +552,7 @@ if(NOT WIN32 AND NOT APPLE)
+   else()
+   message(FATAL_ERROR "Couldn't find system grpc")
+   endif()
++  find_library(ABSL_SYNC_LIB NAMES absl_synchronization)
+   find_program(GRPC_CPP_PLUGIN grpc_cpp_plugin)
+   if(NOT GRPC_CPP_PLUGIN)
+   message(FATAL_ERROR "System grpc_cpp_plugin not 
found")
+diff -rup sysdig-0.27.1/userspace/libsinsp/CMakeLists.txt 
sysdig-0.27.1-grpc-1.41/userspace/libsinsp/CMakeLists.txt
+--- sysdig-0.27.1/userspace/libsinsp/CMakeLists.txt2020-09-30 
16:21:52.0 +0200
 sysdig-0.27.1-grpc-1.41/userspace/libsinsp/CMakeLists.txt  2021-10-08 
23:46:35.785353019 +0200
+@@ -209,6 +209,7 @@ if(NOT WIN32)
+   target_link_libraries(sinsp
+   "${GRPCPP_LIB}"
+   "${GRPC_LIB}"
++  "${ABSL_SYNC_LIB}"
+   "${PROTOBUF_LIB}"
+   "${CARES_LIB}"
+   "${JQ_LIB}"

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:09:38 UTC (rev 1028096)
+++ PKGBUILD2021-10-08 22:36:23 UTC (rev 1028097)
@@ -5,7 +5,7 @@
 pkgbase=sysdig
 pkgname=(sysdig sysdig-dkms)
 pkgver=0.27.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('x86_64')
 url="https://www.sysdig.com/";
@@ -13,15 +13,18 @@
 makedepends=('cmake' 'pandoc' 'gtest' 'jsoncpp' 'libjsoncpp.so' 'luajit' 
'curl' 'libcurl.so' 'jq' 'libb64' 'intel-tbb' 'grpc' 'libgrpc++_unsecure.so')
 
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgbase-$pkgver.tar.gz";
 "bashcomp-location.patch"
-"glibc.patch")
+"glibc.patch"
+"0.27.1-grpc-absl-sync.patch")
 sha256sums=('b9d05854493d245a7a7e75f77fc654508f720aab5e5e8a3a932bd8eb54e49bda'
 'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b'
-'9d9ee715500cb5c3709cf6a77e95421edaaae5f15dbb1c7c8ad2147cc9637939')
+'9d9ee715500cb5c3709cf6a77e95421edaaae5f15dbb1c7c8ad2147cc9637939'
+'9390c4c2d8aef6110aae63835aab07585bbe9856c820020750e0ba678e4da653')
 
 prepare() {
   cd "$srcdir"/$pkgbase-$pkgver
   patch -p1 -i "$srcdir"/bashcomp-location.patch
   patch -p1 -i "$srcdir"/glibc.patch
+  patch -p1 -i "$srcdir"/0.27.1-grpc-absl-sync.patch
 }
 
 build() {



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

2021-10-08 Thread Felix Yan via arch-commits
Date: Friday, October 8, 2021 @ 22:34:38
  Author: felixonmars
Revision: 425488

archrelease: copy trunk to staging-x86_64

Added:
  kitinerary/repos/staging-x86_64/
  kitinerary/repos/staging-x86_64/PKGBUILD
(from rev 425487, kitinerary/trunk/PKGBUILD)

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

Copied: kitinerary/repos/staging-x86_64/PKGBUILD (from rev 425487, 
kitinerary/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-10-08 22:34:38 UTC (rev 425488)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kitinerary
+pkgver=21.08.2
+pkgrel=2
+pkgdesc='Data model and extraction system for travel reservation information'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(kmime kpkpass kcalendarcore kcontacts poppler libphonenumber 
zxing-cpp)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e3313d0a3cfcfc1a2a84ac33425b09c12b24e9af29eb1aee0bb57d9d4bc241d0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-10-08 Thread Felix Yan via arch-commits
Date: Friday, October 8, 2021 @ 22:34:25
  Author: felixonmars
Revision: 425487

upgpkg: kitinerary 21.08.2-2: poppler 21.10.0 rebuild

Modified:
  kitinerary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:29:18 UTC (rev 425486)
+++ PKGBUILD2021-10-08 22:34:25 UTC (rev 425487)
@@ -2,7 +2,7 @@
 
 pkgname=kitinerary
 pkgver=21.08.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Data model and extraction system for travel reservation information'
 arch=(x86_64)
 url='https://kontact.kde.org'



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

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 22:29:14
  Author: foutrelis
Revision: 425485

upgpkg: poppler 21.10.0-1: new upstream release

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 22:09:06 UTC (rev 425484)
+++ PKGBUILD2021-10-08 22:29:14 UTC (rev 425485)
@@ -3,7 +3,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
-pkgver=21.09.0
+pkgver=21.10.0
 pkgrel=1
 arch=(x86_64)
 license=('GPL')
@@ -15,7 +15,7 @@
 # https://gitlab.freedesktop.org/poppler/poppler
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
 
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=466b4e791dc02ede85898124a99024264f2290d5)
-sha256sums=('5a47fef738c2b99471f9b459a8bf8b40aefb7eed92caa4861c3798b2e126d05b'
+sha256sums=('964b5b16290fbec3fae57c2a5bcdea49bb0736bd750c3a3711c47995c9efc394'
 'SKIP'
 'SKIP')
 validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"



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

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 22:29:18
  Author: foutrelis
Revision: 425486

archrelease: copy trunk to staging-x86_64

Added:
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 425485, poppler/trunk/PKGBUILD)

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

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 425485, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-10-08 22:29:18 UTC (rev 425486)
@@ -0,0 +1,95 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
+pkgver=21.10.0
+pkgrel=1
+arch=(x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'qt6-base' 'git' 'nss' 
'gtk-doc' 'curl' 'poppler-data'
+ 'cmake' 'python' 'boost')
+options=('!emptydirs')
+url="https://poppler.freedesktop.org/";
+# https://gitlab.freedesktop.org/poppler/poppler
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=466b4e791dc02ede85898124a99024264f2290d5)
+sha256sums=('964b5b16290fbec3fae57c2a5bcdea49bb0736bd750c3a3711c47995c9efc394'
+'SKIP'
+'SKIP')
+validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
+-DENABLE_GTK_DOC=ON
+  make
+}
+
+check() {
+  cd build
+  LANG=en_US.UTF8 make test
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'lcms2' 'nss' 
'curl')
+  optdepends=('poppler-data: highly recommended encoding data to display PDF 
documents with certain encodings and characters')
+  provides=('libpoppler.so' 'libpoppler-cpp.so')
+  conflicts=("poppler-qt3<${pkgver}" "poppler-qt4<${pkgver}")
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # cleanup for splitted build
+  rm -vrf "${pkgdir}"/usr/include/poppler/{glib,qt5,qt6}
+  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt5,qt6}.*
+  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt5,qt6}.pc
+  rm -vrf "${pkgdir}"/usr/{lib,share}/gir*
+  rm -vrf "${pkgdir}"/usr/share/gtk-doc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+  provides=('libpoppler-glib.so')
+
+  cd build
+
+  make -C glib DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -vf "${pkgdir}"/usr/lib/libpoppler.*
+  rm -vf "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt5() {
+  pkgdesc="Poppler Qt5 bindings"
+  depends=("poppler=${pkgver}" 'qt5-base')
+  provides=('libpoppler-qt5.so')
+
+  cd build
+  make -C qt5 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
+}
+
+package_poppler-qt6() {
+  pkgdesc="Poppler Qt6 bindings"
+  depends=("poppler=${pkgver}" 'qt6-base')
+  provides=('libpoppler-qt6.so')
+
+  cd build
+  make -C qt6 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt6.pc "${pkgdir}/usr/lib/pkgconfig/"
+}



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

2021-10-08 Thread Fabio Castelli via arch-commits
Date: Friday, October 8, 2021 @ 22:05:20
  Author: muflone
Revision: 1028068

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  228 +--
 dbeaver.hook   |   24 ++--
 dbeaver.install|   10 -
 dbeaver.sh |   12 +-
 io.dbeaver.DBeaver.desktop |   32 +++---
 tycho_source_11.patch  |   15 ++
 6 files changed, 170 insertions(+), 151 deletions(-)

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

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

2021-10-08 Thread Fabio Castelli via arch-commits
Date: Friday, October 8, 2021 @ 22:04:46
  Author: muflone
Revision: 1028067

upgpkg: dbeaver 21.2.2-1

Added:
  dbeaver/trunk/tycho_source_11.patch
Modified:
  dbeaver/trunk/PKGBUILD

---+
 PKGBUILD  |   18 +++---
 tycho_source_11.patch |   15 +++
 2 files changed, 26 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 21:57:29 UTC (rev 1028066)
+++ PKGBUILD2021-10-08 22:04:46 UTC (rev 1028067)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=21.2.0
+pkgver=21.2.2
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -17,13 +17,15 @@
 "${pkgname}.sh"
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
-"${pkgname}.install")
-sha256sums=('da1aefdb5b98bec0fad11524cc7860e257037770daa5f5b263b82609db2668bd'
+"${pkgname}.install"
+"tycho_source_11.patch")
+sha256sums=('955046eec4a77085b74ac40e40c1754fad8642dd8b8cb99896d10d3b81731e52'
 '9480a7d08f680e10c399db070c5a04cbabf282442602a2ef83d1159fe7c3e88b'
 '406a2980806c394670e88b1ae70134900be376c2ea4a4216610591cc8b557526'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
 'f8b763ca210bfa4d9a4e407b656ba4f5d1bf2f3f54c67044f7a4dd0c3625fc22'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
+'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab'
+'2b5259a22ecd17c7fe501fe161aa866652c6c87f0435d94bf16d3447fc0cfd1c')
 install="${pkgname}.install"
 
 prepare() {
@@ -32,9 +34,11 @@
 sed "s/DBEAVER_VERSION/${pkgver}/g" |
 gzip -9 > "${pkgname}.profile-${pkgver}.gz"
 
-  # Avoid the use of any Java 15/16, actually incompatible with the build
-  export JAVA_HOME="/usr/lib/jvm/$(archlinux-java status | tail -n +2 | sort | 
cut -d ' ' -f 3 | sort -nr -k 2 -t '-' | grep -vE '15-|16-' -m 1)"
-  
+  # Fix for Java >= 11
+  patch -Np0 -i "${srcdir}/tycho_source_11.patch"
+
+  # Avoid the use of any Java 15/16/17, actually incompatible with the build
+  export JAVA_HOME="/usr/lib/jvm/$(archlinux-java status | tail -n +2 | sort | 
cut -d ' ' -f 3 | sort -nr -k 2 -t '-' | grep -vE '15-|16-|17-' -m 1)"
   cd "${pkgname}-${pkgver}"
 
   # Download dependencies during prepare FS#55873

Added: tycho_source_11.patch
===
--- tycho_source_11.patch   (rev 0)
+++ tycho_source_11.patch   2021-10-08 22:04:46 UTC (rev 1028067)
@@ -0,0 +1,15 @@
+diff -Naur dbeaver-21.2.2.orig/pom.xml dbeaver-21.2.2/pom.xml
+--- dbeaver-21.2.2.orig/pom.xml2021-10-01 13:29:29.0 +0200
 dbeaver-21.2.2/pom.xml 2021-10-08 23:05:18.730932087 +0200
+@@ -97,9 +97,9 @@
+ ${tycho-version}
+ 
+ false
+-1.8
++11
+ 11
+-1.8
++11
+ 
+ 

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

2021-10-08 Thread Felix Yan via arch-commits
Date: Friday, October 8, 2021 @ 21:57:29
  Author: felixonmars
Revision: 1028066

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 1028065, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 1028065, nodejs/trunk/rebuild.list)
  nodejs/repos/community-x86_64/system-c-ares.patch
(from rev 1028065, nodejs/trunk/system-c-ares.patch)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list
  nodejs/repos/community-x86_64/system-c-ares.patch

-+
 PKGBUILD|  124 +--
 rebuild.list|4 -
 system-c-ares.patch |  142 +-
 3 files changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 21:57:08 UTC (rev 1028065)
+++ PKGBUILD2021-10-08 21:57:29 UTC (rev 1028066)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=16.10.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 'http-parser' 
'v8')
-makedepends=('python' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz";
-system-c-ares.patch)
-sha512sums=('9d8945e3881a35612cc2bd63b1516dfa09a7d901439a62314ff0f594b9a4c0fa3b866d1d614a1f0ed769085fa306d2b4fe3154c5cda20d2def7f775b7565b520'
-
'bca85b5a4622b38f20f3787bdb2784db76cd4b213fadf8a5813a375080e7481c4aff7556712d59df3e19849a7eb6b2f048a69b4e2162cb717ab1b3a791d2558e')
-
-prepare() {
-  patch -d node-$pkgver -Rp1 < system-c-ares.patch
-}
-
-build() {
-  cd node-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-nghttp2 \
---shared-cares
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  make test || :
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 1028065, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 21:57:29 UTC (rev 1028066)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=16.11.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 'http-parser' 
'v8')
+makedepends=('python' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz";
+system-c-ares.patch)
+sha512sums=('f93eee7a26b2d85b293eec9df1cd22d5fc4e20d017e731463b4b99c412db07f022119c82d3057204a8df6225729cee8fb8c7c31ff87840ff37d7439b60ec11fb'
+
'bca85b5a4622b38f20f3787bdb2784db76cd4b213fadf8a5813a375080e7481c4aff7556712d59df3e19849a7eb6b2f048a69b4e2162cb717ab1b3a791d2558e')
+
+prepare() {
+  patch -d node-$pkgver -Rp1 < system-c-ares.patch
+}
+
+build() {
+  cd node-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-nghttp2 \
+--shared-cares
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  make test || :
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: rebuild.list
===
--- rebuild.list2021-10-08 21:57:08 UTC (rev 1028065)
+++ rebuild.list2021-10-08 21:57:29 UTC (rev 1028066)
@@ -1,2 +0,0 @@
-apm
-bash-language-server

Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 1028065, 
nodejs/trunk/rebuild.list)
===

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

2021-10-08 Thread Felix Yan via arch-commits
Date: Friday, October 8, 2021 @ 21:57:08
  Author: felixonmars
Revision: 1028065

upgpkg: nodejs 16.11.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 21:07:13 UTC (rev 1028064)
+++ PKGBUILD2021-10-08 21:57:08 UTC (rev 1028065)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=16.10.0
+pkgver=16.11.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 optdepends=('npm: nodejs package manager')
 source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz";
 system-c-ares.patch)
-sha512sums=('9d8945e3881a35612cc2bd63b1516dfa09a7d901439a62314ff0f594b9a4c0fa3b866d1d614a1f0ed769085fa306d2b4fe3154c5cda20d2def7f775b7565b520'
+sha512sums=('f93eee7a26b2d85b293eec9df1cd22d5fc4e20d017e731463b4b99c412db07f022119c82d3057204a8df6225729cee8fb8c7c31ff87840ff37d7439b60ec11fb'
 
'bca85b5a4622b38f20f3787bdb2784db76cd4b213fadf8a5813a375080e7481c4aff7556712d59df3e19849a7eb6b2f048a69b4e2162cb717ab1b3a791d2558e')
 
 prepare() {



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

2021-10-08 Thread Bruno Pagani via arch-commits
Date: Friday, October 8, 2021 @ 21:07:13
  Author: archange
Revision: 1028064

archrelease: copy trunk to community-x86_64

Added:
  argyllcms/repos/community-x86_64/PKGBUILD
(from rev 1028063, argyllcms/trunk/PKGBUILD)
Deleted:
  argyllcms/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 21:06:46 UTC (rev 1028063)
+++ PKGBUILD2021-10-08 21:07:13 UTC (rev 1028064)
@@ -1,45 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Timothy Redaelli 
-# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
-
-pkgname=argyllcms
-_pkgname=Argyll
-pkgver=2.2.0
-_pkgver="V${pkgver}"
-pkgrel=1
-pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
-arch=(x86_64)
-url="https://www.argyllcms.com/";
-license=(GPL AGPL)
-depends=(libpng libtiff libxss libxinerama libxxf86vm libxrandr zlib openssl)
-makedepends=(ftjam zip unzip)
-source=("https://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip";)
-sha256sums=('c612a2e49fd51e089616cd27b6d4717d0f20fc8edbd906462f0d0dbbabbc711c')
-
-prepare() {
-cd ${_pkgname}_${_pkgver}
-# Use hwdb builtin, instead of the obsolete usb-db in the udev rules.
-sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
-
-# Use LDFLAGS
-echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
-}
-
-build() {
-cd ${_pkgname}_${_pkgver}
-CCOPTFLAG="$CFLAGS"
-jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" 
-sREFSUBDIR=share/argyllcms/ref all
-}
-
-package() {
-cd ${_pkgname}_${_pkgver}
-jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" 
-sREFSUBDIR=share/argyllcms/ref install
-
-rm "${pkgdir}"/usr/bin/License.txt
-
-rm {doc,ref}/afiles
-install -Dm644 doc/*.* -t "${pkgdir}"/usr/share/${pkgname}/doc/
-install -Dm644 doc/ccmxs/*.ccmx -t 
"${pkgdir}"/usr/share/${pkgname}/doc/ccmxs/
-
-install -Dm644 usb/55-Argyll.rules -t "${pkgdir}"/usr/lib/udev/rules.d/
-}

Copied: argyllcms/repos/community-x86_64/PKGBUILD (from rev 1028063, 
argyllcms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 21:07:13 UTC (rev 1028064)
@@ -0,0 +1,45 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Timothy Redaelli 
+# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
+
+pkgname=argyllcms
+_pkgname=Argyll
+pkgver=2.2.1
+_pkgver="V${pkgver}"
+pkgrel=1
+pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
+arch=(x86_64)
+url="https://www.argyllcms.com/";
+license=(GPL AGPL)
+depends=(libpng libtiff libxss libxinerama libxxf86vm libxrandr zlib openssl)
+makedepends=(ftjam zip unzip)
+source=("https://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip";)
+sha256sums=('24cbef0e81a7ce8424957cbcb399cdea2f069f64866536d181e879ce1ed18ff8')
+
+prepare() {
+cd ${_pkgname}_${_pkgver}
+# Use hwdb builtin, instead of the obsolete usb-db in the udev rules.
+sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' usb/55-Argyll.rules
+
+# Use LDFLAGS
+echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
+}
+
+build() {
+cd ${_pkgname}_${_pkgver}
+CCOPTFLAG="$CFLAGS"
+jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" 
-sREFSUBDIR=share/argyllcms/ref all
+}
+
+package() {
+cd ${_pkgname}_${_pkgver}
+jam -q -fJambase ${MAKEFLAGS} -sPREFIX=/usr -sDESTDIR="${pkgdir}" 
-sREFSUBDIR=share/argyllcms/ref install
+
+rm "${pkgdir}"/usr/bin/License.txt
+
+rm {doc,ref}/afiles
+install -Dm644 doc/*.* -t "${pkgdir}"/usr/share/${pkgname}/doc/
+install -Dm644 doc/ccmxs/*.ccmx -t 
"${pkgdir}"/usr/share/${pkgname}/doc/ccmxs/
+
+install -Dm644 usb/55-Argyll.rules -t "${pkgdir}"/usr/lib/udev/rules.d/
+}



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

2021-10-08 Thread Bruno Pagani via arch-commits
Date: Friday, October 8, 2021 @ 21:06:46
  Author: archange
Revision: 1028063

upgpkg: argyllcms 2.2.1-1

Modified:
  argyllcms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 20:45:41 UTC (rev 1028062)
+++ PKGBUILD2021-10-08 21:06:46 UTC (rev 1028063)
@@ -4,7 +4,7 @@
 
 pkgname=argyllcms
 _pkgname=Argyll
-pkgver=2.2.0
+pkgver=2.2.1
 _pkgver="V${pkgver}"
 pkgrel=1
 pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
@@ -14,7 +14,7 @@
 depends=(libpng libtiff libxss libxinerama libxxf86vm libxrandr zlib openssl)
 makedepends=(ftjam zip unzip)
 source=("https://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip";)
-sha256sums=('c612a2e49fd51e089616cd27b6d4717d0f20fc8edbd906462f0d0dbbabbc711c')
+sha256sums=('24cbef0e81a7ce8424957cbcb399cdea2f069f64866536d181e879ce1ed18ff8')
 
 prepare() {
 cd ${_pkgname}_${_pkgver}



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

2021-10-08 Thread Bruno Pagani via arch-commits
Date: Friday, October 8, 2021 @ 20:45:41
  Author: archange
Revision: 1028062

archrelease: copy trunk to community-x86_64

Added:
  acpica/repos/community-x86_64/PKGBUILD
(from rev 1028061, acpica/trunk/PKGBUILD)
Deleted:
  acpica/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 20:45:14 UTC (rev 1028061)
+++ PKGBUILD2021-10-08 20:45:41 UTC (rev 1028062)
@@ -1,30 +0,0 @@
-# Maintainer : Bruno Pagani 
-# Maintainer : Laurent Carlier 
-# Contributor: Giovanni Scafora 
-# Contributor: Alessio 'mOlOk' Bolognino 
-
-pkgname=acpica
-pkgver=20210730
-pkgrel=1
-pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
-arch=(x86_64)
-url="https://acpica.org";
-license=(GPL2)
-depends=(glibc)
-makedepends=(flex bison)
-provides=(iasl)
-conflicts=(iasl)
-replaces=(iasl)
-options=(!makeflags)
-source=(${pkgname}-unix-${pkgver}.tar.gz::https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz)
-sha256sums=('4a0c14d514812aa0555c5179eaa86230602394fd1bc3d16b506fcf49b5de')
-
-build() {
-  cd acpica-unix-${pkgver}
-  make
-}
-
-package() {
-  cd acpica-unix-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: acpica/repos/community-x86_64/PKGBUILD (from rev 1028061, 
acpica/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 20:45:41 UTC (rev 1028062)
@@ -0,0 +1,30 @@
+# Maintainer : Bruno Pagani 
+# Maintainer : Laurent Carlier 
+# Contributor: Giovanni Scafora 
+# Contributor: Alessio 'mOlOk' Bolognino 
+
+pkgname=acpica
+pkgver=20210930
+pkgrel=1
+pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
+arch=(x86_64)
+url="https://acpica.org";
+license=(GPL2)
+depends=(glibc)
+makedepends=(flex bison)
+provides=(iasl)
+conflicts=(iasl)
+replaces=(iasl)
+options=(!makeflags)
+source=(${pkgname}-unix-${pkgver}.tar.gz::https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz)
+sha256sums=('3cd82a281a16bc70c2708665668f138c4fc606c31161d46ce77230454ec04821')
+
+build() {
+  cd acpica-unix-${pkgver}
+  make
+}
+
+package() {
+  cd acpica-unix-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2021-10-08 Thread Bruno Pagani via arch-commits
Date: Friday, October 8, 2021 @ 20:45:14
  Author: archange
Revision: 1028061

upgpkg: acpica 20210930-1

Modified:
  acpica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 19:41:22 UTC (rev 1028060)
+++ PKGBUILD2021-10-08 20:45:14 UTC (rev 1028061)
@@ -4,7 +4,7 @@
 # Contributor: Alessio 'mOlOk' Bolognino 
 
 pkgname=acpica
-pkgver=20210730
+pkgver=20210930
 pkgrel=1
 pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
 arch=(x86_64)
@@ -17,7 +17,7 @@
 replaces=(iasl)
 options=(!makeflags)
 
source=(${pkgname}-unix-${pkgver}.tar.gz::https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz)
-sha256sums=('4a0c14d514812aa0555c5179eaa86230602394fd1bc3d16b506fcf49b5de')
+sha256sums=('3cd82a281a16bc70c2708665668f138c4fc606c31161d46ce77230454ec04821')
 
 build() {
   cd acpica-unix-${pkgver}



[arch-commits] Commit in lua-language-server/repos/community-x86_64 (4 files)

2021-10-08 Thread Daniel M. Capella via arch-commits
Date: Friday, October 8, 2021 @ 19:41:22
  Author: polyzen
Revision: 1028060

archrelease: copy trunk to community-x86_64

Added:
  lua-language-server/repos/community-x86_64/PKGBUILD
(from rev 1028059, lua-language-server/trunk/PKGBUILD)
  lua-language-server/repos/community-x86_64/wrapper
(from rev 1028059, lua-language-server/trunk/wrapper)
Deleted:
  lua-language-server/repos/community-x86_64/PKGBUILD
  lua-language-server/repos/community-x86_64/wrapper

--+
 PKGBUILD |  116 ++---
 wrapper  |   16 
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 19:40:52 UTC (rev 1028059)
+++ PKGBUILD2021-10-08 19:41:22 UTC (rev 1028060)
@@ -1,58 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: KokaKiwi 
-# Contributor: Mohammad AlSaleh 
-
-pkgname=lua-language-server
-pkgver=2.4.1
-pkgrel=1
-license=('MIT')
-pkgdesc='Lua Language Server coded by Lua'
-url=https://github.com/sumneko/lua-language-server
-arch=('x86_64')
-depends=('gcc-libs')
-makedepends=('git' 'ninja')
-source=("git+$url.git#tag=$pkgver"
-'git+https://github.com/actboy168/bee.lua.git'
-'git+https://github.com/love2d-community/love-api.git'
-'git+https://github.com/sqmedeiros/lpeglabel.git'
-'git+https://github.com/actboy168/luamake.git'
-'git+https://github.com/electron/rcedit.git'
-'wrapper')
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'08806a8f5df389712575b79aff5fd35d9be910c329d270ca4a867c22370d59bc8a3dbafecf96921fd6f927679ed61a0d9fac00e432184e75b50d94bad8be846e')
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  for i in ../{bee.lua,love-api,lpeglabel,luamake,rcedit}; do
-git config submodule.3rd/${i##../}.url $i
-  done
-  git submodule update
-  cd 3rd/luamake
-  git submodule init
-  git config submodule.3rd/bee.lua.url ../../../bee.lua
-  git submodule update
-}
-
-build() {
-  cd $pkgname
-  ninja -C 3rd/luamake -f compile/ninja/linux.ninja
-  ./3rd/luamake/luamake rebuild
-}
-
-package() {
-  install -D wrapper "$pkgdir"/usr/bin/$pkgname
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/lib/$pkgname bin/Linux/$pkgname
-  install -m644 -t "$pkgdir"/usr/lib/$pkgname bin/Linux/*.so
-  install -Dm644 -t "$pkgdir"/usr/share/$pkgname {debugger,main,platform}.lua
-  cp -r locale meta script "$pkgdir"/usr/share/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-language-server/repos/community-x86_64/PKGBUILD (from rev 1028059, 
lua-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 19:41:22 UTC (rev 1028060)
@@ -0,0 +1,58 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: KokaKiwi 
+# Contributor: Mohammad AlSaleh 
+
+pkgname=lua-language-server
+pkgver=2.4.2
+pkgrel=1
+license=('MIT')
+pkgdesc='Lua Language Server coded by Lua'
+url=https://github.com/sumneko/lua-language-server
+arch=('x86_64')
+depends=('bash' 'gcc-libs')
+makedepends=('git' 'ninja')
+source=("git+$url.git#tag=$pkgver"
+'git+https://github.com/actboy168/bee.lua.git'
+'git+https://github.com/love2d-community/love-api.git'
+'git+https://github.com/sqmedeiros/lpeglabel.git'
+'git+https://github.com/actboy168/luamake.git'
+'git+https://github.com/electron/rcedit.git'
+'wrapper')
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'0e7bac7ff59c86dc9d6124a139773586846d6224b7b6c7941e1b6672c4c387746bc3d3fb85a62225e4f1740774273648109783281686a957b650838f7f1e10cd')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  for i in ../{bee.lua,love-api,lpeglabel,luamake,rcedit}; do
+git config submodule.3rd/${i##../}.url $i
+  done
+  git submodule update
+  cd 3rd/luamake
+  git submodule init
+  git config submodule.3rd/bee.lua.url ../../../bee.lua
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  ninja -C 3rd/luamake -f compile/ninja/linux.ninja
+  ./3rd/luamake/luamake rebuild
+}
+
+package() {
+  install -D wrapper "$pkgdir"/usr/bin/$pkgname
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/lib/$pkgname/bin/Linux bin/Linux/$pkgname
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname/bin/Linux bin/Linux/*.*
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname {debugger,main}.lua
+  cp -r locale meta script "$pkgdir"/usr/lib/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: wrapper
===
--- wrapper 2021-10-08 19:40:52 UTC (rev 1028059)
+++ wrapper 2021-10-08 19:41:22 UTC (rev 1028060)
@@ -1,8 +0,0 @@
-#!/usr/bin/env sh
-TMPPATH=$(mktemp -d "/tmp/lua-l

[arch-commits] Commit in lua-language-server/trunk (PKGBUILD wrapper)

2021-10-08 Thread Daniel M. Capella via arch-commits
Date: Friday, October 8, 2021 @ 19:40:52
  Author: polyzen
Revision: 1028059

upgpkg: lua-language-server 2.4.2-1

Modified:
  lua-language-server/trunk/PKGBUILD
  lua-language-server/trunk/wrapper

--+
 PKGBUILD |   14 +++---
 wrapper  |2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 18:08:04 UTC (rev 1028058)
+++ PKGBUILD2021-10-08 19:40:52 UTC (rev 1028059)
@@ -3,13 +3,13 @@
 # Contributor: Mohammad AlSaleh 
 
 pkgname=lua-language-server
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 license=('MIT')
 pkgdesc='Lua Language Server coded by Lua'
 url=https://github.com/sumneko/lua-language-server
 arch=('x86_64')
-depends=('gcc-libs')
+depends=('bash' 'gcc-libs')
 makedepends=('git' 'ninja')
 source=("git+$url.git#tag=$pkgver"
 'git+https://github.com/actboy168/bee.lua.git'
@@ -24,7 +24,7 @@
 'SKIP'
 'SKIP'
 'SKIP'
-
'08806a8f5df389712575b79aff5fd35d9be910c329d270ca4a867c22370d59bc8a3dbafecf96921fd6f927679ed61a0d9fac00e432184e75b50d94bad8be846e')
+
'0e7bac7ff59c86dc9d6124a139773586846d6224b7b6c7941e1b6672c4c387746bc3d3fb85a62225e4f1740774273648109783281686a957b650838f7f1e10cd')
 
 prepare() {
   cd $pkgname
@@ -48,10 +48,10 @@
 package() {
   install -D wrapper "$pkgdir"/usr/bin/$pkgname
   cd $pkgname
-  install -Dt "$pkgdir"/usr/lib/$pkgname bin/Linux/$pkgname
-  install -m644 -t "$pkgdir"/usr/lib/$pkgname bin/Linux/*.so
-  install -Dm644 -t "$pkgdir"/usr/share/$pkgname {debugger,main,platform}.lua
-  cp -r locale meta script "$pkgdir"/usr/share/$pkgname
+  install -Dt "$pkgdir"/usr/lib/$pkgname/bin/Linux bin/Linux/$pkgname
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname/bin/Linux bin/Linux/*.*
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname {debugger,main}.lua
+  cp -r locale meta script "$pkgdir"/usr/lib/$pkgname
   install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
 }
 

Modified: wrapper
===
--- wrapper 2021-10-08 18:08:04 UTC (rev 1028058)
+++ wrapper 2021-10-08 19:40:52 UTC (rev 1028059)
@@ -3,6 +3,6 @@
 DEFAULT_LOGPATH="$TMPPATH/log"
 DEFAULT_METAPATH="$TMPPATH/meta"
 
-exec /usr/lib/lua-language-server/lua-language-server -E 
/usr/share/lua-language-server/main.lua \
+exec /usr/lib/lua-language-server/bin/Linux/lua-language-server -E 
/usr/lib/lua-language-server/main.lua \
   --logpath="$DEFAULT_LOGPATH" --metapath="$DEFAULT_METAPATH" \
   "$@"



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

2021-10-08 Thread Antonio Rojas via arch-commits
Date: Friday, October 8, 2021 @ 18:44:18
  Author: arojas
Revision: 425482

archrelease: copy trunk to extra-x86_64

Added:
  appstream/repos/extra-x86_64/PKGBUILD
(from rev 425481, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-cache.hook
(from rev 425481, appstream/trunk/update-appstream-cache.hook)
Deleted:
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-cache.hook

-+
 PKGBUILD|   98 +-
 update-appstream-cache.hook |   34 +++---
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 18:44:09 UTC (rev 425481)
+++ PKGBUILD2021-10-08 18:44:18 UTC (rev 425482)
@@ -1,49 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt gmx.de>
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.14.5
-pkgrel=2
-pkgdesc='Provides a standard for creating app stores across distributions'
-arch=(x86_64)
-url='https://distributions.freedesktop.org/wiki/AppStream'
-license=(GPL)
-depends=(curl librsvg libyaml libstemmer lmdb libsoup)
-makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala 
gperf)
-source=(https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz{,.asc}
-update-appstream-cache.hook)
-sha256sums=('0bc1db19608141b090cb25d004fab2bb3b3ee8b2716de8bac162fefebe9a5ad1'
-'SKIP'
-'3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

-
-build() {
-  meson build AppStream-$pkgver \
---prefix=/usr \
---libexecdir=lib \
--Dqt=true \
--Dvapi=true \
--Dcompose=true
-  meson compile -C build
-}
-
-package_appstream() {
-  meson install --destdir "$pkgdir" -C build
-
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  meson install --destdir "$pkgdir" -C build
-
-# provided by appstream
-  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream{,-compose},lib/{appstreamcli-compose,girepository-1.0,libappstream*,pkgconfig},share}}
-}

Copied: appstream/repos/extra-x86_64/PKGBUILD (from rev 425481, 
appstream/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 18:44:18 UTC (rev 425482)
@@ -0,0 +1,49 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt gmx.de>
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.14.6
+pkgrel=1
+pkgdesc='Provides a standard for creating app stores across distributions'
+arch=(x86_64)
+url='https://distributions.freedesktop.org/wiki/AppStream'
+license=(GPL)
+depends=(curl librsvg libyaml libstemmer lmdb libsoup)
+makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala 
gperf)
+source=(https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz{,.asc}
+update-appstream-cache.hook)
+sha256sums=('73d7156b767f414a483677aa7c6e5d0604b8992dfc87c26f9f7d093747836f52'
+'SKIP'
+'3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

+
+build() {
+  meson build AppStream-$pkgver \
+--prefix=/usr \
+--libexecdir=lib \
+-Dqt=true \
+-Dvapi=true \
+-Dcompose=true
+  meson compile -C build
+}
+
+package_appstream() {
+  meson install --destdir "$pkgdir" -C build
+
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+  install -Dm644 update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
+}
+
+package_appstream-qt() {
+  pkgdesc='Qt5 interface for AppStream'
+  depends=(appstream qt5-base)
+
+  meson install --destdir "$pkgdir" -C build
+
+# provided by appstream
+  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream{,-compose},lib/{appstreamcli-compose,girepository-1.0,libappstream*,pkgconfig},share}}
+}

Deleted: update-appstream-cache.hook
===
--- update-appstream-cache.hook 2021-10-08 18:44:09 UTC (rev 425481)
+++ update-appstream-cache.hook 2021-10-08 18:44:18 UTC (rev 425482)
@@ -1,17 +0,0 @@
-[Trigger]
-Type = Path
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/app-info/*
-
-[Trigger]
-Type = Package
-Operation = Install
-Operation = Upgrade
-Target = appstream
-
-[Action]
-Description = Updat

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

2021-10-08 Thread Antonio Rojas via arch-commits
Date: Friday, October 8, 2021 @ 18:44:09
  Author: arojas
Revision: 425481

Update to 0.14.6

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 17:11:10 UTC (rev 425480)
+++ PKGBUILD2021-10-08 18:44:09 UTC (rev 425481)
@@ -4,8 +4,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.14.5
-pkgrel=2
+pkgver=0.14.6
+pkgrel=1
 pkgdesc='Provides a standard for creating app stores across distributions'
 arch=(x86_64)
 url='https://distributions.freedesktop.org/wiki/AppStream'
@@ -14,7 +14,7 @@
 makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala 
gperf)
 
source=(https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz{,.asc}
 update-appstream-cache.hook)
-sha256sums=('0bc1db19608141b090cb25d004fab2bb3b3ee8b2716de8bac162fefebe9a5ad1'
+sha256sums=('73d7156b767f414a483677aa7c6e5d0604b8992dfc87c26f9f7d093747836f52'
 'SKIP'
 '3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 




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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 18:08:04
  Author: dvzrv
Revision: 1028058

archrelease: copy trunk to community-any

Added:
  molecule/repos/community-any/PKGBUILD
(from rev 1028057, molecule/trunk/PKGBUILD)
Deleted:
  molecule/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 18:07:56 UTC (rev 1028057)
+++ PKGBUILD2021-10-08 18:08:04 UTC (rev 1028058)
@@ -1,71 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=molecule
-pkgver=3.5.1
-pkgrel=1
-pkgdesc="Aids in the development and testing of Ansible roles"
-arch=('any')
-url="https://github.com/ansible-community/molecule";
-license=('MIT')
-depends=('ansible' 'ansible-lint' 'python-ansible-compat' 'python-cerberus'
-'python-click' 'python-click-help-colors' 'python-cookiecutter' 'python-enrich'
-'python-jinja' 'python-packaging' 'python-paramiko' 'python-pluggy'
-'python-rich' 'python-selinux' 'python-subprocess-tee' 'python-yaml')
-makedepends=('python-setuptools-scm' 'python-setuptools-scm-git-archive' 
'python-simplejson' 'python-toml')
-checkdepends=('python-ansi2html' 'python-pexpect' 'python-pytest'
-'python-pytest-html' 'python-pytest-mock' 'python-pytest-testinfra'
-'python-pytest-verbose-parametrize' 'python-pytest-xdist' 'yamllint')
-optdepends=('molecule-docker: for the docker driver'
-'molecule-podman: for the podman driver'
-'molecule-vagrant: for the vagrant driver'
-'python-pywinrm: for Windows support'
-'python-pytest-testinfra: for the testinfra verifier')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('b59e54a991fb5ea2801dc4d6f26b17283271ddd00c4f4ec21f1568f6d39bfb87a75c3adedad5307a684098c67a45e2680ec9256f0de23bf8640ad1c2973bdad8')
-b2sums=('7dd9d1e1271228d302a4d19bdf6e219c701ef17a04be3938d706275bdcf1a203eabfa1ecd0a8fe3d9925a6e4887f81da1bff9897c2b2c6df7ce0b21a932598d8')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # remove additional pytest options
-  # remove fitler to raise warnings as errors: 
https://github.com/ansible-community/molecule/issues/3004
-  sed -e '/addopts/d' \
-  -e '/testpaths/d' \
-  -e '/error/d' \
-  -i setup.cfg
-  # allegedly cerberus is not compatible with py39, but we don't mind:
-  # https://github.com/pyeve/cerberus/issues/568
-  sed -e '/cerberus/ s/,.*//' \
-  -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  local _python_version="$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')"
-  local _test_dir='test_dir'
-
-  # install into test location
-  mkdir -vp "${_test_dir}"
-  python setup.py install --skip-build \
---optimize=1 \
---root="${_test_dir}"
-
-  export 
PYTHONPATH="${PWD}/${_test_dir}/usr/lib/python${_python_version}/site-packages/:${PYTHONPATH}"
-  export PATH="${PWD}/test_dir/usr/bin:${PATH}"
-
-  pytest -v 
"${_test_dir}/usr/lib/python${_python_version}/site-packages/molecule/test/unit/"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: molecule/repos/community-any/PKGBUILD (from rev 1028057, 
molecule/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 18:08:04 UTC (rev 1028058)
@@ -0,0 +1,71 @@
+# Maintainer: David Runge 
+
+pkgname=molecule
+pkgver=3.5.2
+pkgrel=1
+pkgdesc="Aids in the development and testing of Ansible roles"
+arch=('any')
+url="https://github.com/ansible-community/molecule";
+license=('MIT')
+depends=('ansible' 'ansible-lint' 'python-ansible-compat' 'python-cerberus'
+'python-click' 'python-click-help-colors' 'python-cookiecutter' 'python-enrich'
+'python-jinja' 'python-packaging' 'python-paramiko' 'python-pluggy'
+'python-rich' 'python-selinux' 'python-subprocess-tee' 'python-yaml')
+makedepends=('python-setuptools-scm' 'python-setuptools-scm-git-archive' 
'python-simplejson' 'python-toml')
+checkdepends=('python-ansi2html' 'python-pexpect' 'python-pytest'
+'python-pytest-html' 'python-pytest-mock' 'python-pytest-testinfra'
+'python-pytest-verbose-parametrize' 'python-pytest-xdist' 'yamllint')
+optdepends=('molecule-docker: for the docker driver'
+'molecule-podman: for the podman driver'
+'molecule-vagrant: for the vagrant driver'
+'python-pywinrm: for Windows support'
+'python-pytest-testinfra: for the testinfra verifier')
+source=("https://files.pythonhost

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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 18:07:56
  Author: dvzrv
Revision: 1028057

upgpkg: molecule 3.5.2-1: Upgrade to 3.5.2.

Modified:
  molecule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 18:07:45 UTC (rev 1028056)
+++ PKGBUILD2021-10-08 18:07:56 UTC (rev 1028057)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=molecule
-pkgver=3.5.1
+pkgver=3.5.2
 pkgrel=1
 pkgdesc="Aids in the development and testing of Ansible roles"
 arch=('any')
@@ -21,8 +21,8 @@
 'python-pywinrm: for Windows support'
 'python-pytest-testinfra: for the testinfra verifier')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('b59e54a991fb5ea2801dc4d6f26b17283271ddd00c4f4ec21f1568f6d39bfb87a75c3adedad5307a684098c67a45e2680ec9256f0de23bf8640ad1c2973bdad8')
-b2sums=('7dd9d1e1271228d302a4d19bdf6e219c701ef17a04be3938d706275bdcf1a203eabfa1ecd0a8fe3d9925a6e4887f81da1bff9897c2b2c6df7ce0b21a932598d8')
+sha512sums=('04a7d1f7e7e098c0ada71d8dc9a3e3a94320033942d8ee03f2c51ec185405d2ee13fcb44000a4942ec66923f0426717ab7e2c3a785ddda7a23515096474dc3c3')
+b2sums=('b6c6bb8ecdb4230d23161e25fa003c8979f48fc1705bfba7d14204fbaa3e9c235a71db0c4ccbab5c4328ddb8a0725d3c2ba7cb4b624afda21c6453c8be824f3e')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 18:07:45
  Author: dvzrv
Revision: 1028056

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 1028055, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 18:07:37 UTC (rev 1028055)
+++ PKGBUILD2021-10-08 18:07:45 UTC (rev 1028056)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=6.4.1
-pkgrel=1
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=('any')
-url="https://github.com/Bachmann1234/diff_cover";
-license=('Apache')
-depends=('python-chardet' 'python-jinja' 'python-jinja_pluralize'
-'python-pluggy' 'python-pygments')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock' 'python-tomli')
-optdepends=('python-tomli: for TOML support')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('ba5848d2c2f206675e13740477fe676f71f372be9fa7fbc9c610176ee9fa079e20b32cfb439e4f2d1f842015bd1c5fa8de4c6f01bcfb457d5220d8b7087712b3'
-'SKIP')
-b2sums=('7be9a138b338b8c4f2bce60b708e7c2275859dbe019d9d0db71c2052ac76c0af04180b29042c0d8ef77fe2c7899fb3a9db50dedd48c4dd08375109c975207efa'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  local _test_dir='test_dir'
-
-  cd "$pkgname-$pkgver"
-  # install to temporary location, as importlib is used
-  python setup.py install --optimize=1 --root="${_test_dir}"
-  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
-  # ignore integration and code style checks
-  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 1028055, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 18:07:45 UTC (rev 1028056)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=6.4.2
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=('any')
+url="https://github.com/Bachmann1234/diff_cover";
+license=('Apache')
+depends=('python-chardet' 'python-jinja' 'python-jinja_pluralize'
+'python-pluggy' 'python-pygments')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock' 'python-tomli')
+optdepends=('python-tomli: for TOML support')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('15202ccb66365b0578bbdf3183448998c22e7dcc56e800e94eebe77cfb2985db23b1214a2113dd7631fae7cd8f7284da2297b8ef546d94177f5f06dd9d205c6d'
+'SKIP')
+b2sums=('f9fb4a00caf8c92599c7aeadfd9ac3a608552d13396c36d68766c3419b603aa9ad72c6085e12348ea594fde33aef144402d0346c9568e53c18ea0bc4abb043ba'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  local _test_dir='test_dir'
+
+  cd "$pkgname-$pkgver"
+  # install to temporary location, as importlib is used
+  python setup.py install --optimize=1 --root="${_test_dir}"
+  PYTHONPATH="${_test_dir}/${_site_packages}:${PYTHONPATH}" \
+  # ignore integration and code style checks
+  pytest -v --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 18:07:37
  Author: dvzrv
Revision: 1028055

upgpkg: python-diff-cover 6.4.2-1: Upgrade to 6.4.2.

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 17:50:08 UTC (rev 1028054)
+++ PKGBUILD2021-10-08 18:07:37 UTC (rev 1028055)
@@ -2,7 +2,7 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=6.4.1
+pkgver=6.4.2
 pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=('any')
@@ -14,9 +14,9 @@
 checkdepends=('python-pytest' 'python-pytest-mock' 'python-tomli')
 optdepends=('python-tomli: for TOML support')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('ba5848d2c2f206675e13740477fe676f71f372be9fa7fbc9c610176ee9fa079e20b32cfb439e4f2d1f842015bd1c5fa8de4c6f01bcfb457d5220d8b7087712b3'
+sha512sums=('15202ccb66365b0578bbdf3183448998c22e7dcc56e800e94eebe77cfb2985db23b1214a2113dd7631fae7cd8f7284da2297b8ef546d94177f5f06dd9d205c6d'
 'SKIP')
-b2sums=('7be9a138b338b8c4f2bce60b708e7c2275859dbe019d9d0db71c2052ac76c0af04180b29042c0d8ef77fe2c7899fb3a9db50dedd48c4dd08375109c975207efa'
+b2sums=('f9fb4a00caf8c92599c7aeadfd9ac3a608552d13396c36d68766c3419b603aa9ad72c6085e12348ea594fde33aef144402d0346c9568e53c18ea0bc4abb043ba'
 'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

 



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:50:08
  Author: dvzrv
Revision: 1028054

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 17:50:00 UTC (rev 1028053)
+++ PKGBUILD2021-10-08 17:50:08 UTC (rev 1028054)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pprofile
-pkgname=python-pprofile
-pkgver=2.0.5
-pkgrel=2
-pkgdesc="Line-granularity, thread-aware deterministic and statistic 
pure-python profiler"
-arch=('any')
-url="https://github.com/vpelletier/pprofile";
-license=('GPL2')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('130489d9099bb97ec04d36c2dadc26e791ba1ed6b7fecbb125e4611582e5f2999650017d01d05d326db12991b817ca29eaedfa9f6c9d8783f4b08765ae4b32ad')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pprofile/repos/community-any/PKGBUILD (from rev 1028053, 
python-pprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 17:50:08 UTC (rev 1028054)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge 
+
+_name=pprofile
+pkgname=python-pprofile
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Line-granularity, thread-aware deterministic and statistic 
pure-python profiler"
+arch=('any')
+url="https://github.com/vpelletier/pprofile";
+license=('GPL2')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('1cfea7bc89258f8a94c4c08cdbe84089e7417c17fe662014df33e315c86432830a100c367076ddb00b153e6a7b0d7394670190538fcbe85077c16bfe3dbb8545')
+b2sums=('c5d94585f8a56e199cfe6ac73ad0528ca6de6bc252996989f07d29d9fea6bfeda4809f8806c00a710396b0a27518a0a02908e887b473e306612754dcb0ae8ccf')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:50:00
  Author: dvzrv
Revision: 1028053

upgpkg: python-pprofile 2.1.0-1: Upgrade to 2.1.0.

Simplify installation in package() to adhere to python packaging guidelines.

Modified:
  python-pprofile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 17:46:28 UTC (rev 1028052)
+++ PKGBUILD2021-10-08 17:50:00 UTC (rev 1028053)
@@ -2,8 +2,8 @@
 
 _name=pprofile
 pkgname=python-pprofile
-pkgver=2.0.5
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Line-granularity, thread-aware deterministic and statistic 
pure-python profiler"
 arch=('any')
 url="https://github.com/vpelletier/pprofile";
@@ -11,11 +11,11 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('130489d9099bb97ec04d36c2dadc26e791ba1ed6b7fecbb125e4611582e5f2999650017d01d05d326db12991b817ca29eaedfa9f6c9d8783f4b08765ae4b32ad')
+sha512sums=('1cfea7bc89258f8a94c4c08cdbe84089e7417c17fe662014df33e315c86432830a100c367076ddb00b153e6a7b0d7394670190538fcbe85077c16bfe3dbb8545')
+b2sums=('c5d94585f8a56e199cfe6ac73ad0528ca6de6bc252996989f07d29d9fea6bfeda4809f8806c00a710396b0a27518a0a02908e887b473e306612754dcb0ae8ccf')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
 }
 
 build() {
@@ -25,9 +25,6 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
 }



[arch-commits] Commit in python-calmjs.parse/repos/community-any (PKGBUILD PKGBUILD)

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:46:28
  Author: dvzrv
Revision: 1028052

archrelease: copy trunk to community-any

Added:
  python-calmjs.parse/repos/community-any/PKGBUILD
(from rev 1028051, python-calmjs.parse/trunk/PKGBUILD)
Deleted:
  python-calmjs.parse/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 17:46:13 UTC (rev 1028051)
+++ PKGBUILD2021-10-08 17:46:28 UTC (rev 1028052)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-
-_name=calmjs.parse
-pkgname=python-calmjs.parse
-pkgver=1.2.5
-pkgrel=5
-pkgdesc="Various parsers for ECMA standards"
-arch=('any')
-url="https://github.com/calmjs/calmjs.parse";
-license=('MIT')
-depends=('python-ply=3.11')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip";)
-sha512sums=('3614c1f495fa1ca746a8dd0813629da14115f4ef401176e389515239700849770b7c408d2ebdf55c8286dbde0b8f1b711f7ec4e4f3858f0477b39455a50bbe5a')
-b2sums=('9e3f81a99cf346b4ff61fa8f97bc3fa4c667d7dece38c47c512931508d5592b82143b0507e8e5190f2dd07f3596b6d146a90e59bad1a1c44d8f398a51ff0fb48')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # generate symbol tables required for lex and yacc
-  # this requires version pinning towards python-ply!
-  PYTHONPATH="src:${PYTHONPATH}" \
-  python -m calmjs.parse.parsers.optimize
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  PYTHONDONTWRITEBYTECODE=1 pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PYTHONHASHSEED=0
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-calmjs.parse/repos/community-any/PKGBUILD (from rev 1028051, 
python-calmjs.parse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 17:46:28 UTC (rev 1028052)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=calmjs.parse
+pkgname=python-calmjs.parse
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Various parsers for ECMA standards"
+arch=('any')
+url="https://github.com/calmjs/calmjs.parse";
+license=('MIT')
+depends=('python-ply=3.11')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip";)
+sha512sums=('6e62611039472867051e0d57973ebf2904d252fc37bae591ffdc172ac8a7f0a28dbedc88b0818b593d06e3cfdecd37bf40759132414e2ac9685efd56bdf007db')
+b2sums=('d51c5dac7f2083c41f4969dcf236e26428e77a67dc2b4feeec6e9ed79f9930ea4977db1208fbd02e47ccba20257657d66d2afed17db413bb1a1129a3d16fc037')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # generate symbol tables required for lex and yacc
+  # this requires version pinning towards python-ply!
+  PYTHONPATH="src:${PYTHONPATH}" \
+  python -m calmjs.parse.parsers.optimize
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  PYTHONDONTWRITEBYTECODE=1 pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



[arch-commits] Commit in python-calmjs.parse/trunk (PKGBUILD)

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:46:13
  Author: dvzrv
Revision: 1028051

upgpkg: python-calmjs.parse 1.3.0-1: Upgarde to 1.3.0.

Modified:
  python-calmjs.parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 17:46:08 UTC (rev 1028050)
+++ PKGBUILD2021-10-08 17:46:13 UTC (rev 1028051)
@@ -2,8 +2,8 @@
 
 _name=calmjs.parse
 pkgname=python-calmjs.parse
-pkgver=1.2.5
-pkgrel=5
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="Various parsers for ECMA standards"
 arch=('any')
 url="https://github.com/calmjs/calmjs.parse";
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip";)
-sha512sums=('3614c1f495fa1ca746a8dd0813629da14115f4ef401176e389515239700849770b7c408d2ebdf55c8286dbde0b8f1b711f7ec4e4f3858f0477b39455a50bbe5a')
-b2sums=('9e3f81a99cf346b4ff61fa8f97bc3fa4c667d7dece38c47c512931508d5592b82143b0507e8e5190f2dd07f3596b6d146a90e59bad1a1c44d8f398a51ff0fb48')
+sha512sums=('6e62611039472867051e0d57973ebf2904d252fc37bae591ffdc172ac8a7f0a28dbedc88b0818b593d06e3cfdecd37bf40759132414e2ac9685efd56bdf007db')
+b2sums=('d51c5dac7f2083c41f4969dcf236e26428e77a67dc2b4feeec6e9ed79f9930ea4977db1208fbd02e47ccba20257657d66d2afed17db413bb1a1129a3d16fc037')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -37,9 +37,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
   install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:46:08
  Author: dvzrv
Revision: 1028050

archrelease: copy trunk to community-x86_64

Added:
  wireplumber/repos/community-x86_64/PKGBUILD
(from rev 1028049, wireplumber/trunk/PKGBUILD)
Deleted:
  wireplumber/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 17:45:54 UTC (rev 1028049)
+++ PKGBUILD2021-10-08 17:46:08 UTC (rev 1028050)
@@ -1,55 +0,0 @@
-# Maintainer: David Runge 
-
-pkgbase=wireplumber
-pkgname=('wireplumber' 'wireplumber-docs')
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="Session / policy manager implementation for PipeWire"
-arch=('x86_64')
-url="https://gitlab.freedesktop.org/pipewire/wireplumber";
-license=('MIT')
-makedepends=('cmake' 'cpptoml' 'doxygen' 'glib2' 'gobject-introspection'
-'hotdoc' 'lua' 'meson' 'pipewire' 'python-breathe' 'python-sphinx_rtd_theme'
-'python-sphinx' 'systemd')
-checkdepends=('pipewire-alsa' 'pipewire-jack' 'pipewire-pulse')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/pipewire/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('8ded43fba5de58068516558918d49c86be7d67330e8a14e735561fefadba5e27952d556987b7304dead52b4e2f72a7d9626da0170e768c4702dd164840b08e3c')
-b2sums=('4747ae405a824b019415188ff1a586d32fc2e97aba6777cd1e403aadf0e44458156d1f8b6dbc706b812a7ea8c873d0f506f2b42817d1bc5312874530edaf7234')
-
-build() {
-  cd "$pkgname-$pkgver"
-  arch-meson \
--Dsystem-lua=true \
--Dsystemd-system-service=true \
--Dsystemd-user-service=true \
-build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  ninja -C build test || echo "Known to fail: 
https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/18";
-}
-
-package_wireplumber() {
-  depends=('gcc-libs' 'glibc' 'lua' 'libgio-2.0.so' 'libglib-2.0.so'
-  'libgmodule-2.0.so' 'libgobject-2.0.so' 'libpipewire-0.3.so')
-  provides=('libwireplumber-0.4.so')
-
-  cd "$pkgbase-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {NEWS,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # remove files provided by wireplumber-docs
-  rm -frv "${pkgdir}/usr/share/doc/${pkgname}/html"
-}
-
-package_wireplumber-docs() {
-  pkgdesc+=" (documentation)"
-
-  cd "$pkgbase-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  # remove files provided by wireplumber
-  rm -frv "${pkgdir}/usr/"{bin,include,lib,share/{gir*,wireplumber}} 
"${pkgdir}/etc/"
-}

Copied: wireplumber/repos/community-x86_64/PKGBUILD (from rev 1028049, 
wireplumber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 17:46:08 UTC (rev 1028050)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+
+pkgbase=wireplumber
+pkgname=('wireplumber' 'wireplumber-docs')
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="Session / policy manager implementation for PipeWire"
+arch=('x86_64')
+url="https://gitlab.freedesktop.org/pipewire/wireplumber";
+license=('MIT')
+makedepends=('cmake' 'cpptoml' 'doxygen' 'glib2' 'gobject-introspection'
+'hotdoc' 'lua' 'meson' 'pipewire' 'python-breathe' 'python-sphinx_rtd_theme'
+'python-sphinx' 'systemd')
+checkdepends=('pipewire-alsa' 'pipewire-jack' 'pipewire-pulse')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/pipewire/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('4b0b4426556b06dc133e2ab8398700af9c916824a7bce4eec1ff1a7ca75a3ecf0947e15190a4a133cd89653228e562bf47c65c3523c5235aface2c4c3963174d')
+b2sums=('8d2ad4632935473c74ed7bc8370e0ded79063d103e2fa375decd3ba168cf7c271e30e04c53012a2c6b4ba51552f0a6a9fbb7a995d3a809ba6cf409afbaa64e63')
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson \
+-Dsystem-lua=true \
+-Dsystemd-system-service=true \
+-Dsystemd-user-service=true \
+build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  ninja -C build test || echo "Known to fail: 
https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/18";
+}
+
+package_wireplumber() {
+  depends=('gcc-libs' 'glibc' 'lua' 'libgio-2.0.so' 'libglib-2.0.so'
+  'libgmodule-2.0.so' 'libgobject-2.0.so' 'libpipewire-0.3.so')
+  provides=('libwireplumber-0.4.so')
+
+  cd "$pkgbase-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {NEWS,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # remove files provided by wireplumber-docs
+  rm -frv "${pkgdir}/usr/share/doc/${pkgname}/html"
+}
+
+package_wireplumber-docs() {
+  pkgdesc+=" (documentation)"
+
+  cd "$pkgbase-$pkgver"
+  DESTDIR="${pkgdir

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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:45:54
  Author: dvzrv
Revision: 1028049

upgpkg: wireplumber 0.4.3-1: Upgrade to 0.4.3.

Modified:
  wireplumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 17:44:35 UTC (rev 1028048)
+++ PKGBUILD2021-10-08 17:45:54 UTC (rev 1028049)
@@ -2,7 +2,7 @@
 
 pkgbase=wireplumber
 pkgname=('wireplumber' 'wireplumber-docs')
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc="Session / policy manager implementation for PipeWire"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 'python-sphinx' 'systemd')
 checkdepends=('pipewire-alsa' 'pipewire-jack' 'pipewire-pulse')
 
source=("$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/pipewire/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('8ded43fba5de58068516558918d49c86be7d67330e8a14e735561fefadba5e27952d556987b7304dead52b4e2f72a7d9626da0170e768c4702dd164840b08e3c')
-b2sums=('4747ae405a824b019415188ff1a586d32fc2e97aba6777cd1e403aadf0e44458156d1f8b6dbc706b812a7ea8c873d0f506f2b42817d1bc5312874530edaf7234')
+sha512sums=('4b0b4426556b06dc133e2ab8398700af9c916824a7bce4eec1ff1a7ca75a3ecf0947e15190a4a133cd89653228e562bf47c65c3523c5235aface2c4c3963174d')
+b2sums=('8d2ad4632935473c74ed7bc8370e0ded79063d103e2fa375decd3ba168cf7c271e30e04c53012a2c6b4ba51552f0a6a9fbb7a995d3a809ba6cf409afbaa64e63')
 
 build() {
   cd "$pkgname-$pkgver"



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:44:35
  Author: dvzrv
Revision: 1028048

archrelease: copy trunk to community-any

Added:
  nlohmann-json/repos/community-any/PKGBUILD
(from rev 1028047, nlohmann-json/trunk/PKGBUILD)
Deleted:
  nlohmann-json/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 17:44:28 UTC (rev 1028047)
+++ PKGBUILD2021-10-08 17:44:35 UTC (rev 1028048)
@@ -1,62 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=nlohmann-json
-# upstream doesn't use annotated tags
-_commit=626e7d61e44dee32887126c8f437dd077dec09cf # v3.10.2
-pkgver=3.10.2
-pkgrel=1
-# tests are tracked in a separate repo
-# https://github.com/nlohmann/json_test_data
-_test_pkgver=3.0.0
-pkgdesc="JSON for Modern C++"
-arch=('any')
-url="https://github.com/nlohmann/json";
-license=('MIT')
-makedepends=('cmake' 'git')
-source=("${pkgname}::git+https://github.com/nlohmann/json#commit=${_commit}?signed";
-
"json_test_data-${_test_pkgver}.tar.gz::https://github.com/nlohmann/json_test_data/archive/v${_test_pkgver}.tar.gz";)
-sha512sums=('SKIP'
-
'd9af8419b837c592ec7519cd5772651c761078a9c43cf2a309cee55c323aee0df0c233fb58a07d5ee2e77492ac8b16398de234b387eae037a60e3c9ba5b08891')
-b2sums=('SKIP'
-
'f0a47b41805bf1426f612e9a82efea2a3e5b1c15740c1c531d859e60dc5daeb85209b4fe363fd8fb84e3bbf01a2578c74538ba3e769726494047979f5a4d468d')
-validpgpkeys=('797167AE41C0A6D9232E48457F3CEA63AE251B69') # Niels Lohmann 

-
-prepare() {
-  cp -av "${pkgname}" "${pkgname}-test"
-  mkdir -vp "${pkgname}-test/build"
-  mv -v "json_test_data-${_test_pkgver}/" 
"${pkgname}-test/build/json_test_data/"
-}
-
-build() {
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DCMAKE_BUILD_TYPE='None' \
--DJSON_MultipleHeaders=ON \
--Wno-dev \
--B "$pkgname/build" \
--S "$pkgname"
-  make VERBOSE=1 -C "$pkgname/build"
-
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DCMAKE_BUILD_TYPE='None' \
--DBUILD_TESTING=ON \
--DJSON_BuildTests=ON \
--DJSON_MultipleHeaders=ON \
--Wno-dev \
--B "$pkgname-test/build" \
--S "$pkgname-test"
-  make VERBOSE=1 -C "$pkgname-test/build"
-}
-
-check() {
-  make -k test -C "${pkgname}-test/build"
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 {CODE_OF_CONDUCT,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: nlohmann-json/repos/community-any/PKGBUILD (from rev 1028047, 
nlohmann-json/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 17:44:35 UTC (rev 1028048)
@@ -0,0 +1,62 @@
+# Maintainer: David Runge 
+
+pkgname=nlohmann-json
+# upstream doesn't use annotated tags
+_commit=aa0e847e5b57a00696bdcb6a834b927231b81613  # v3.10.3
+pkgver=3.10.3
+pkgrel=1
+# tests are tracked in a separate repo
+# https://github.com/nlohmann/json_test_data
+_test_pkgver=3.0.0
+pkgdesc="JSON for Modern C++"
+arch=('any')
+url="https://github.com/nlohmann/json";
+license=('MIT')
+makedepends=('cmake' 'git')
+source=("${pkgname}::git+https://github.com/nlohmann/json#commit=${_commit}?signed";
+
"json_test_data-${_test_pkgver}.tar.gz::https://github.com/nlohmann/json_test_data/archive/v${_test_pkgver}.tar.gz";)
+sha512sums=('SKIP'
+
'd9af8419b837c592ec7519cd5772651c761078a9c43cf2a309cee55c323aee0df0c233fb58a07d5ee2e77492ac8b16398de234b387eae037a60e3c9ba5b08891')
+b2sums=('SKIP'
+
'f0a47b41805bf1426f612e9a82efea2a3e5b1c15740c1c531d859e60dc5daeb85209b4fe363fd8fb84e3bbf01a2578c74538ba3e769726494047979f5a4d468d')
+validpgpkeys=('797167AE41C0A6D9232E48457F3CEA63AE251B69') # Niels Lohmann 

+
+prepare() {
+  cp -av "${pkgname}" "${pkgname}-test"
+  mkdir -vp "${pkgname}-test/build"
+  mv -v "json_test_data-${_test_pkgver}/" 
"${pkgname}-test/build/json_test_data/"
+}
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_BUILD_TYPE='None' \
+-DJSON_MultipleHeaders=ON \
+-Wno-dev \
+-B "$pkgname/build" \
+-S "$pkgname"
+  make VERBOSE=1 -C "$pkgname/build"
+
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DCMAKE_BUILD_TYPE='None' \
+-DBUILD_TESTING=ON \
+-DJSON_BuildTests=ON \
+-DJSON_MultipleHeaders=ON \
+-Wno-dev \
+-B "$pkgname-test/build" \
+-S "$pkgname-test"
+  make VERBOSE=1 -C "$pkgname-test/build"
+}
+
+check() {
+  make -k test -C "${pkgname}-test/build"
+}
+
+

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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:44:28
  Author: dvzrv
Revision: 1028047

upgpkg: nlohmann-json 3.10.3-1: Upgrade to 3.10.3.

Modified:
  nlohmann-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 17:42:01 UTC (rev 1028046)
+++ PKGBUILD2021-10-08 17:44:28 UTC (rev 1028047)
@@ -2,8 +2,8 @@
 
 pkgname=nlohmann-json
 # upstream doesn't use annotated tags
-_commit=626e7d61e44dee32887126c8f437dd077dec09cf # v3.10.2
-pkgver=3.10.2
+_commit=aa0e847e5b57a00696bdcb6a834b927231b81613  # v3.10.3
+pkgver=3.10.3
 pkgrel=1
 # tests are tracked in a separate repo
 # https://github.com/nlohmann/json_test_data



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:42:01
  Author: dvzrv
Revision: 1028046

archrelease: copy trunk to community-any

Added:
  containers-common/repos/community-any/PKGBUILD
(from rev 1028045, containers-common/trunk/PKGBUILD)
  containers-common/repos/community-any/mounts.conf
(from rev 1028045, containers-common/trunk/mounts.conf)
Deleted:
  containers-common/repos/community-any/PKGBUILD
  containers-common/repos/community-any/mounts.conf

-+
 PKGBUILD|  256 +-
 mounts.conf |6 -
 2 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 17:41:52 UTC (rev 1028045)
+++ PKGBUILD2021-10-08 17:42:01 UTC (rev 1028046)
@@ -1,128 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=containers-common
-pkgver=0.46.0
-pkgrel=2
-_image_pkgver=5.16.0
-_podman_pkgver=3.4.0
-_skopeo_pkgver=1.4.1
-_storage_pkgver=1.37.0
-pkgdesc="Configuration files and manpages for containers"
-arch=('any')
-url="https://github.com/containers";
-license=('Apache')
-makedepends=('go-md2man')
-backup=(
-  'etc/containers/containers.conf'
-  'etc/containers/mounts.conf'
-  'etc/containers/policy.json'
-  'etc/containers/registries.conf'
-  'etc/containers/seccomp.json'
-  'etc/containers/storage.conf'
-)
-# configuration override directories need to exist
-options=('emptydirs')
-source=("common-${pkgver}.tar.gz::https://github.com/containers/common/archive/v${pkgver}.tar.gz";
-
"image-${_image_pkgver}.tar.gz::https://github.com/containers/image/archive/v${_image_pkgver}.tar.gz";
-
"podman-${_podman_pkgver}.tar.gz::https://github.com/containers/podman/archive/v${_podman_pkgver}.tar.gz";
-
"skopeo-${_skopeo_pkgver}.tar.gz::https://github.com/containers/skopeo/archive/v${_skopeo_pkgver}.tar.gz";
-
"storage-${_storage_pkgver}.tar.gz::https://github.com/containers/storage/archive/v${_storage_pkgver}.tar.gz";
-'mounts.conf'
-)
-sha512sums=('e4406b8996e0ae374c463433ce00a392c1ca8259b512a324845e0332bf925284f71d92071eb1d511c00070b3ab41318fbe08bf47d98a6404e7c6d4231143be48'
-
'6557add397ca6c9a1d7888fb1e5ee38734770746d14c9a65af58778cf180793dccf6d28cf697ece23ae3dd30086be880dc2868c82b5274dc13e49b09615e31ef'
-
'195354b15beaaed19b4d5f71f5dbfcd1ebfc5c80c07db91043b76e3254d62b5fd001c52c536773656e5eba65954511c1639a50b955a9992fa4d18a55e573c2a1'
-
'71185f772293696a068ccbdf79b9452248a66123a6df3b6f9e4c475d8787ef2c72d3b95bd6efa23044dfcc884f92a7cb704328a6a258439f331fd7e5ac607c30'
-
'3a65a50946e1eed1c79ea77b65feb1c6c8cf58a0b7b81932acb8891b6daa25e007582eb7f70ef7e7f2a6d8262be5db7757ead2fe079e47c99114b47917d81084'
-
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
-b2sums=('9a6c5ad52a91d3186aceba301f36dbc9e98088a71a0c2babe119837b25381461bb92b52f16f1b4c6696e9449c502ef87e5026cac6d295d8398a8a68eda3a3ec0'
-
'7ec4a487cfa10062e2de26bf892aa6379c38f71ed236dc69d4de30a02e2ce3bdf4be971d3729447876c834185f4c41ee54ea35f0382df4792509fad01e0a2182'
-
'4a96b9be980f336bc7cfa6efa0f955da90b67e1ff3e45c34097b9eb4fcd611b3454860048410238aeb1063331b246e9c156f738813e7f585d2254a1568d20642'
-
'90868ecca35e35c73b56ff669b9e38e8b3a5c5094652ba3f0af04b2b76380f0ce0153621cac56cfb921639b23878cb865779f4ed180d4cf6eb2d2a423bfbaff7'
-
'ebe5c8e562149a9d007ac87d7fc615d29ad7decbfd6b1b8d919b14684a6341575d8f65080a808ba52674664d187a18bb47e88f10e1a02a2975898862873dadf9'
-
'2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')
-
-prepare() {
-  (
-cd "storage-${_storage_pkgver}"
-sed -r 's/(GOMD2MAN = ).*/\1 go-md2man/' -i docs/Makefile
-  )
-}
-
-build() {
-  (
-cd "common-${pkgver}/docs"
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "image-${_image_pkgver}/docs"
-mkdir -vp man5
-mv -v *.5.md man5/
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}.1"
-done
-for _man_page in man5/*.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "podman-${_podman_pkgver}"
-go-md2man -in pkg/hooks/docs/oci-hooks.5.md \
-  -out oci-hooks.5
-  )
-  (
-cd "storage-${_storage_pkgver}"
-make -C docs
-  )
-}
-
-package() {
-  # directories
-  install -vdm 755 "${pkgdir}/etc/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/etc/containers/registries.conf.d/"
-  install -vdm 755 "${pkgdir}/usr/share/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/var/lib/containers/"
-
-  # configs
-  install -vDm 644 mounts.conf -t "${pkgdir}/etc/containers/"
-
-  (
-cd "common-${pkgver}"
-# configs
-install -vDm 644 pkg/config/containers.conf -t "${

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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:41:52
  Author: dvzrv
Revision: 1028045

upgpkg: containers-common 0.46.0-3: Rebuild to upgrade components.

Upgrade image to 5.16.1.
Upgrade skopeo to 1.5.0.

Modified:
  containers-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 17:41:01 UTC (rev 1028044)
+++ PKGBUILD2021-10-08 17:41:52 UTC (rev 1028045)
@@ -2,10 +2,10 @@
 
 pkgname=containers-common
 pkgver=0.46.0
-pkgrel=2
-_image_pkgver=5.16.0
+pkgrel=3
+_image_pkgver=5.16.1
 _podman_pkgver=3.4.0
-_skopeo_pkgver=1.4.1
+_skopeo_pkgver=1.5.0
 _storage_pkgver=1.37.0
 pkgdesc="Configuration files and manpages for containers"
 arch=('any')
@@ -30,15 +30,15 @@
 'mounts.conf'
 )
 
sha512sums=('e4406b8996e0ae374c463433ce00a392c1ca8259b512a324845e0332bf925284f71d92071eb1d511c00070b3ab41318fbe08bf47d98a6404e7c6d4231143be48'
-
'6557add397ca6c9a1d7888fb1e5ee38734770746d14c9a65af58778cf180793dccf6d28cf697ece23ae3dd30086be880dc2868c82b5274dc13e49b09615e31ef'
+
'2f943c888da97cbcb99b97fc28deb66f8d5ac4f1e00f5ec679977a3db23d14e6d610fac78a9820554ac6ed8e5c9bc2cc943ea46fe26a5e9db2c9842933a2ad8f'
 
'195354b15beaaed19b4d5f71f5dbfcd1ebfc5c80c07db91043b76e3254d62b5fd001c52c536773656e5eba65954511c1639a50b955a9992fa4d18a55e573c2a1'
-
'71185f772293696a068ccbdf79b9452248a66123a6df3b6f9e4c475d8787ef2c72d3b95bd6efa23044dfcc884f92a7cb704328a6a258439f331fd7e5ac607c30'
+
'908882424bf103ef1c278d8b3e6117360e6c6d69ce92e70c7bc936984a0dbac73ef11b4c423032aaec2f935e2c2be55e2d9d5b44d63310a1486d36b02895e442'
 
'3a65a50946e1eed1c79ea77b65feb1c6c8cf58a0b7b81932acb8891b6daa25e007582eb7f70ef7e7f2a6d8262be5db7757ead2fe079e47c99114b47917d81084'
 
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
 
b2sums=('9a6c5ad52a91d3186aceba301f36dbc9e98088a71a0c2babe119837b25381461bb92b52f16f1b4c6696e9449c502ef87e5026cac6d295d8398a8a68eda3a3ec0'
-
'7ec4a487cfa10062e2de26bf892aa6379c38f71ed236dc69d4de30a02e2ce3bdf4be971d3729447876c834185f4c41ee54ea35f0382df4792509fad01e0a2182'
+
'64f9cb4bfd9ff59bc0ce42900fe5076237a2f1ac29047e3ca525352e0e86eae892d19fd3ddd4668911cf8d74e8bc89c83eab2c095a86a09936f1558915eef9df'
 
'4a96b9be980f336bc7cfa6efa0f955da90b67e1ff3e45c34097b9eb4fcd611b3454860048410238aeb1063331b246e9c156f738813e7f585d2254a1568d20642'
-
'90868ecca35e35c73b56ff669b9e38e8b3a5c5094652ba3f0af04b2b76380f0ce0153621cac56cfb921639b23878cb865779f4ed180d4cf6eb2d2a423bfbaff7'
+
'db34d76dbd48c246d428c58dcdd7ffad70bf7d9fa2b4a1462a960f9ba9d0f11263e30ef096ebbc748ca0deb202379693724da023848ca8d32509b188bb08b7be'
 
'ebe5c8e562149a9d007ac87d7fc615d29ad7decbfd6b1b8d919b14684a6341575d8f65080a808ba52674664d187a18bb47e88f10e1a02a2975898862873dadf9'
 
'2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')
 



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:41:01
  Author: dvzrv
Revision: 1028044

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 17:40:53 UTC (rev 1028043)
+++ PKGBUILD2021-10-08 17:41:01 UTC (rev 1028044)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pywlroots
-pkgname=python-pywlroots
-pkgver=0.14.6
-pkgrel=1
-pkgdesc="Python binding to the wlroots library using cffi"
-arch=('x86_64')
-url="https://github.com/flacjacket/pywlroots";
-license=('custom:UIUC')
-depends=('glibc' 'python-cffi' 'python-pywayland' 'python-xkbcommon' 'wlroots'
-'libwlroots.so')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-provides=('pywlroots')
-conflicts=('pywlroots')
-replaces=('pywlroots')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('6f3456a23cdd898b510f8628f40ed0e654e4c08878f9a07cbb2925a17ec63c997802c2e51d02405af279b030cde1b21f956ec7b57591a248b652b665d7486548')
-b2sums=('5e3bd66a5f3710e134f7e247c9bbffa86c6c8ee49d302d790f333feedd2eb75968d26618e9df128aa254820597496561112d8fa302a2deb187ae8075d3e11696')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python wlroots/ffi_build.py
-  python setup.py build
-}
-
-check() {
-  local _py_ver=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build/lib.linux-${CARCH}-${_py_ver}:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-pywlroots/repos/community-x86_64/PKGBUILD (from rev 1028043, 
python-pywlroots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 17:41:01 UTC (rev 1028044)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=pywlroots
+pkgname=python-pywlroots
+pkgver=0.14.7
+pkgrel=1
+pkgdesc="Python binding to the wlroots library using cffi"
+arch=('x86_64')
+url="https://github.com/flacjacket/pywlroots";
+license=('custom:UIUC')
+depends=('glibc' 'python-cffi' 'python-pywayland' 'python-xkbcommon' 'wlroots'
+'libwlroots.so')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+provides=('pywlroots')
+conflicts=('pywlroots')
+replaces=('pywlroots')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('9db1c2f97d7120d62a8817000dd00bd95e422ac35663a61912579540bf459756a562099bbc8cead888e2a8546eb34d0fe60008c8eec4f6f04f04e4c1ae7ad6e6')
+b2sums=('4c546b1d06506434834ce735f0e879955d46e0fd88931cdcf3d8e15a2a42c261cc01aa966458784bec45fa27988bf0d79019c4f68d27176097eee8d754a4')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python wlroots/ffi_build.py
+  python setup.py build
+}
+
+check() {
+  local _py_ver=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build/lib.linux-${CARCH}-${_py_ver}:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:40:53
  Author: dvzrv
Revision: 1028043

upgpkg: python-pywlroots 0.14.7-1: Upgrade to 0.14.7.

Modified:
  python-pywlroots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 17:30:03 UTC (rev 1028042)
+++ PKGBUILD2021-10-08 17:40:53 UTC (rev 1028043)
@@ -2,7 +2,7 @@
 
 _name=pywlroots
 pkgname=python-pywlroots
-pkgver=0.14.6
+pkgver=0.14.7
 pkgrel=1
 pkgdesc="Python binding to the wlroots library using cffi"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 conflicts=('pywlroots')
 replaces=('pywlroots')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('6f3456a23cdd898b510f8628f40ed0e654e4c08878f9a07cbb2925a17ec63c997802c2e51d02405af279b030cde1b21f956ec7b57591a248b652b665d7486548')
-b2sums=('5e3bd66a5f3710e134f7e247c9bbffa86c6c8ee49d302d790f333feedd2eb75968d26618e9df128aa254820597496561112d8fa302a2deb187ae8075d3e11696')
+sha512sums=('9db1c2f97d7120d62a8817000dd00bd95e422ac35663a61912579540bf459756a562099bbc8cead888e2a8546eb34d0fe60008c8eec4f6f04f04e4c1ae7ad6e6')
+b2sums=('4c546b1d06506434834ce735f0e879955d46e0fd88931cdcf3d8e15a2a42c261cc01aa966458784bec45fa27988bf0d79019c4f68d27176097eee8d754a4')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"



[arch-commits] Commit in nextcloud-app-news/repos/community-any (PKGBUILD PKGBUILD)

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:30:03
  Author: dvzrv
Revision: 1028042

archrelease: copy trunk to community-any

Added:
  nextcloud-app-news/repos/community-any/PKGBUILD
(from rev 1028041, nextcloud-app-news/trunk/PKGBUILD)
Deleted:
  nextcloud-app-news/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 17:29:55 UTC (rev 1028041)
+++ PKGBUILD2021-10-08 17:30:03 UTC (rev 1028042)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-news
-_name=news
-pkgver=16.0.1
-pkgrel=1
-pkgdesc="An RSS/Atom feed aggregator"
-arch=('any')
-url="https://github.com/nextcloud/news";
-license=('AGPL3')
-makedepends=('nextcloud' 'ripgrep' 'yq')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz";)
-sha512sums=('83070b2186ec481a947ceae767f3fd53068fce95579b07f9c6e5f9077008524c65dfbdec0110b77f512b917eb4096f2b3e83dd5ebc06d1007fa3d9bb1fd6')
-b2sums=('eff81548d44f55ef40905b218fdf5c8cd1a25ee083745d0a1f3d348823893270bdacba510becc4c5760a84496ceea258b1516f182a115e9caeb38c6d9a3e282e')
-
-_get_nextcloud_versions() {
-  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
-}
-
-check() {
-  local _app_min_major_version
-  local _app_max_major_version
-  _get_nextcloud_versions
-
-  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
-  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
-printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
-exit 1
-  fi
-}
-
-package() {
-  _get_nextcloud_versions
-
-  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
-
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-news/repos/community-any/PKGBUILD (from rev 1028041, 
nextcloud-app-news/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 17:30:03 UTC (rev 1028042)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-news
+_name=news
+pkgver=16.1.0
+pkgrel=1
+pkgdesc="An RSS/Atom feed aggregator"
+arch=('any')
+url="https://github.com/nextcloud/news";
+license=('AGPL3')
+makedepends=('nextcloud' 'ripgrep' 'yq')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz";)
+sha512sums=('b6b33f978c1306c07f20db4a0826bdf197e6965b5812e8dfaf411f32f0fe24819dda78ca7603e27d8fb2aa5331c59c25fc9f5a195926bed5815b3128a505f55c')
+b2sums=('6155280f4aa95f7936f87a31e8bba47a47208e3cd70298caf11c6adb4701be420803bb65b8ba19eee4e8bc5c50dfab0ad2270f9383a9c89daf4334f089ba15e5')
+
+_get_nextcloud_versions() {
+  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
+}
+
+check() {
+  local _app_min_major_version
+  local _app_max_major_version
+  _get_nextcloud_versions
+
+  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
+  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
+printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
+exit 1
+  fi
+}
+
+package() {
+  _get_nextcloud_versions
+
+  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
+
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}



[arch-commits] Commit in nextcloud-app-news/trunk (PKGBUILD)

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:29:55
  Author: dvzrv
Revision: 1028041

upgpkg: nextcloud-app-news 16.1.0-1: Upgrade to 16.1.0.

Modified:
  nextcloud-app-news/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 17:26:39 UTC (rev 1028040)
+++ PKGBUILD2021-10-08 17:29:55 UTC (rev 1028041)
@@ -3,7 +3,7 @@
 
 pkgname=nextcloud-app-news
 _name=news
-pkgver=16.0.1
+pkgver=16.1.0
 pkgrel=1
 pkgdesc="An RSS/Atom feed aggregator"
 arch=('any')
@@ -11,8 +11,8 @@
 license=('AGPL3')
 makedepends=('nextcloud' 'ripgrep' 'yq')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz";)
-sha512sums=('83070b2186ec481a947ceae767f3fd53068fce95579b07f9c6e5f9077008524c65dfbdec0110b77f512b917eb4096f2b3e83dd5ebc06d1007fa3d9bb1fd6')
-b2sums=('eff81548d44f55ef40905b218fdf5c8cd1a25ee083745d0a1f3d348823893270bdacba510becc4c5760a84496ceea258b1516f182a115e9caeb38c6d9a3e282e')
+sha512sums=('b6b33f978c1306c07f20db4a0826bdf197e6965b5812e8dfaf411f32f0fe24819dda78ca7603e27d8fb2aa5331c59c25fc9f5a195926bed5815b3128a505f55c')
+b2sums=('6155280f4aa95f7936f87a31e8bba47a47208e3cd70298caf11c6adb4701be420803bb65b8ba19eee4e8bc5c50dfab0ad2270f9383a9c89daf4334f089ba15e5')
 
 _get_nextcloud_versions() {
   _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:26:39
  Author: dvzrv
Revision: 1028040

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 1028039, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 17:26:27 UTC (rev 1028039)
+++ PKGBUILD2021-10-08 17:26:39 UTC (rev 1028040)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.6.3
-pkgrel=1
-pkgdesc="Official MusicBrainz tagger"
-url="https://github.com/metabrainz/picard";
-license=('GPL2')
-arch=('x86_64')
-depends=('glibc' 'hicolor-icon-theme' 'python-dateutil' 'python-discid'
-'python-fasteners' 'python-markdown' 'python-mutagen' 'python-pyqt5')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-optdepends=('chromaprint: fingerprinting'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('24b50272734302500d09b3e8b26c94da8ce8d3e42d2f63e1d1385ad837b96010e46a50f3b40879cb00d715500ad0eca334a3ee72a903cdab34405b9977f5f2b6'
-'SKIP')
-b2sums=('53f54f76ec610b64723d98bf1ce09c92b50e205bce232c2db0a49c9c25918676bd5f3bea724b3d05c2fff11348d12d9391f832b7b0369efcc901eb7a2ba1e39b'
-'SKIP')
-# NOTE: GPG signed tags and artifacts are being evaluated: 
https://tickets.metabrainz.org/browse/PICARD-1934
-validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard 
Developers 
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --disable-autoupdate \
-  --root="${pkgdir}"
-  install -vDm 644 {AUTHORS.txt,{CONTRIBUTING,NEWS,README}.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 1028039, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 17:26:39 UTC (rev 1028040)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+# Contributor: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="Official MusicBrainz tagger"
+url="https://github.com/metabrainz/picard";
+license=('GPL2')
+arch=('x86_64')
+depends=('glibc' 'hicolor-icon-theme' 'python-dateutil' 'python-discid'
+'python-fasteners' 'python-markdown' 'python-mutagen' 'python-pyqt5')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+optdepends=('chromaprint: fingerprinting'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('516a34746d83af61ca0524f95a79d5282feb81196376deb4cd2ad556f36476436182581ec76f7595e301d396c480e73c2413b24990c25e4d13ded0a5af314257'
+'SKIP')
+b2sums=('b72a2710aba81254cd6f72d80f797e40bc417a75cbfd2fbced2ea23ba5165e668ae0126a9d8dbafdffae789841c1c6b8b675d4b803a437a45d6337cb4d25843f'
+'SKIP')
+# NOTE: GPG signed tags and artifacts are being evaluated: 
https://tickets.metabrainz.org/browse/PICARD-1934
+validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard 
Developers 
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --disable-autoupdate \
+  --root="${pkgdir}"
+  install -vDm 644 {AUTHORS.txt,{CONTRIBUTING,NEWS,README}.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:26:27
  Author: dvzrv
Revision: 1028039

upgpkg: picard 2.6.4-1: Upgrade to 2.6.4.

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 17:25:21 UTC (rev 1028038)
+++ PKGBUILD2021-10-08 17:26:27 UTC (rev 1028039)
@@ -4,7 +4,7 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.6.3
+pkgver=2.6.4
 pkgrel=1
 pkgdesc="Official MusicBrainz tagger"
 url="https://github.com/metabrainz/picard";
@@ -18,9 +18,9 @@
 'qt5-multimedia: media player toolbar'
 'qt5-translations: full UI translation')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('24b50272734302500d09b3e8b26c94da8ce8d3e42d2f63e1d1385ad837b96010e46a50f3b40879cb00d715500ad0eca334a3ee72a903cdab34405b9977f5f2b6'
+sha512sums=('516a34746d83af61ca0524f95a79d5282feb81196376deb4cd2ad556f36476436182581ec76f7595e301d396c480e73c2413b24990c25e4d13ded0a5af314257'
 'SKIP')
-b2sums=('53f54f76ec610b64723d98bf1ce09c92b50e205bce232c2db0a49c9c25918676bd5f3bea724b3d05c2fff11348d12d9391f832b7b0369efcc901eb7a2ba1e39b'
+b2sums=('b72a2710aba81254cd6f72d80f797e40bc417a75cbfd2fbced2ea23ba5165e668ae0126a9d8dbafdffae789841c1c6b8b675d4b803a437a45d6337cb4d25843f'
 'SKIP')
 # NOTE: GPG signed tags and artifacts are being evaluated: 
https://tickets.metabrainz.org/browse/PICARD-1934
 validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard 
Developers 



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:25:21
  Author: dvzrv
Revision: 1028038

archrelease: copy trunk to community-any

Added:
  nfoview/repos/community-any/PKGBUILD
(from rev 1028037, nfoview/trunk/PKGBUILD)
  nfoview/repos/community-any/x-nfo.desktop
(from rev 1028037, nfoview/trunk/x-nfo.desktop)
Deleted:
  nfoview/repos/community-any/PKGBUILD
  nfoview/repos/community-any/x-nfo.desktop

---+
 PKGBUILD  |   99 +++-
 x-nfo.desktop |   14 +++
 2 files changed, 55 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 17:25:12 UTC (rev 1028037)
+++ PKGBUILD2021-10-08 17:25:21 UTC (rev 1028038)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Wes Brewer 
-# Contributor: VuDu 
-
-pkgname=nfoview
-pkgver=1.28
-pkgrel=2
-pkgdesc="Simple NFO file viewer in GTK+ 3"
-arch=('any')
-url="https://otsaloma.io/nfoview/";
-license=('GPL3')
-depends=('gtk3' 'python-gobject')
-checkdepends=('python-pytest' 'xorg-server-xvfb')
-makedepends=('git' 'python-setuptools')
-optdepends=('terminus-font: recommended font')
-source=("${pkgname}::git+https://github.com/otsaloma/${pkgname}.git#tag=${pkgver}?signed";
-'x-nfo.desktop')
-sha512sums=('SKIP'
-
'a800af55df103ee12ce7a8815780e15896d7ad3eee947760ff4486ffb57fea8cf4105b5ffc61dc81e849ddf03eeac77f593a4ffe4fd73b5ea026672c72dff108')
-validpgpkeys=('8DD6B3FCDAB33C91EA915B913A584A9504CACA67') # Osmo Salomaa 

-
-prepare() {
-  mv -v "${pkgname}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  xvfb-run pytest -v "${pkgname}"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}/"
-  # docs
-  install -vDm 644 {AUTHORS,NEWS,README,TODO}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-
-  install -vDm 644 "${srcdir}/x-nfo.desktop" \
--t "${pkgdir}/usr/share/mimelnk/text/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nfoview/repos/community-any/PKGBUILD (from rev 1028037, 
nfoview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 17:25:21 UTC (rev 1028038)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Wes Brewer 
+# Contributor: VuDu 
+
+pkgname=nfoview
+pkgver=1.28.1
+pkgrel=1
+pkgdesc="Simple NFO file viewer in GTK+ 3"
+arch=('any')
+url="https://otsaloma.io/nfoview/";
+license=('GPL3')
+depends=('gtk3' 'python-gobject')
+checkdepends=('python-pytest' 'xorg-server-xvfb')
+makedepends=('git' 'python-setuptools')
+optdepends=('terminus-font: recommended font')
+source=("${pkgname}::git+https://github.com/otsaloma/${pkgname}.git#tag=${pkgver}?signed";
+'x-nfo.desktop')
+sha512sums=('SKIP'
+
'a800af55df103ee12ce7a8815780e15896d7ad3eee947760ff4486ffb57fea8cf4105b5ffc61dc81e849ddf03eeac77f593a4ffe4fd73b5ea026672c72dff108')
+validpgpkeys=('8DD6B3FCDAB33C91EA915B913A584A9504CACA67') # Osmo Salomaa 

+
+prepare() {
+  mv -v "${pkgname}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  xvfb-run pytest -v "${pkgname}"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --optimize=1 --root="${pkgdir}/"
+  # docs
+  install -vDm 644 {AUTHORS,NEWS,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+
+  install -vDm 644 "${srcdir}/x-nfo.desktop" \
+-t "${pkgdir}/usr/share/mimelnk/text/"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: x-nfo.desktop
===
--- x-nfo.desktop   2021-10-08 17:25:12 UTC (rev 1028037)
+++ x-nfo.desktop   2021-10-08 17:25:21 UTC (rev 1028038)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Comment=NFO document
-DefaultApp=nfoview
-Type=MimeType
-MimeType=text/x-nfo
-Patterns=*.nfo;
-X-KDE-AutoEmbed=false
\ No newline at end of file

Copied: nfoview/repos/community-any/x-nfo.desktop (from rev 1028037, 
nfoview/trunk/x-nfo.desktop)
===
--- x-nfo.desktop   (rev 0)
+++ x-nfo.desktop   2021-10-08 17:25:21 UTC (rev 1028038)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Comment=NFO document
+DefaultApp=nfoview
+Type=MimeType
+MimeType=text/x-nfo
+Patterns=*.nfo;
+X-KDE-AutoEmbed=false
\ No newline at end of file



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:25:12
  Author: dvzrv
Revision: 1028037

upgpkg: nfoview 1.28.1-1: Upgrade to 1.28.1.

Modified:
  nfoview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 17:24:19 UTC (rev 1028036)
+++ PKGBUILD2021-10-08 17:25:12 UTC (rev 1028037)
@@ -4,8 +4,8 @@
 # Contributor: VuDu 
 
 pkgname=nfoview
-pkgver=1.28
-pkgrel=2
+pkgver=1.28.1
+pkgrel=1
 pkgdesc="Simple NFO file viewer in GTK+ 3"
 arch=('any')
 url="https://otsaloma.io/nfoview/";
@@ -36,12 +36,9 @@
 
 package() {
   cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}/"
+  python setup.py install --optimize=1 --root="${pkgdir}/"
   # docs
-  install -vDm 644 {AUTHORS,NEWS,README,TODO}.md \
+  install -vDm 644 {AUTHORS,NEWS,README}.md \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
 
   install -vDm 644 "${srcdir}/x-nfo.desktop" \



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:24:19
  Author: dvzrv
Revision: 1028036

archrelease: copy trunk to community-any

Added:
  pyenv/repos/community-any/PKGBUILD
(from rev 1028035, pyenv/trunk/PKGBUILD)
Deleted:
  pyenv/repos/community-any/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 17:24:10 UTC (rev 1028035)
+++ PKGBUILD2021-10-08 17:24:19 UTC (rev 1028036)
@@ -1,61 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=pyenv
-pkgver=2.0.7
-pkgrel=2
-pkgdesc="Easily switch between multiple versions of Python"
-arch=('any')
-url="https://github.com/pyenv/pyenv";
-license=('MIT')
-depends=('bash')
-optdepends=('git: installing development versions')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('fbe9a5699a6bd5c8c24f54f4ea4de05a5a7ca7bcecb35f88b9f34fd56a4a573bd74dc404ddabf3403b8e95df0388c42ac54132010b982c2154d73fd054b2f865')
-b2sums=('e90802e0f1513eda835a4e53989abf27599e05f52a96fbe332d7ea74afd88b2948ab5117c8dac8e54f21e7a9a273a65e27acc73a3681a92dda22797e353abc8d')
-
-package() {
-  cd "$pkgname-$pkgver"
-  # application
-  install -vDm 755 libexec/* -t "${pkgdir}/usr/share/${pkgname}/libexec"
-  install -vdm 755 "${pkgdir}/usr/bin"
-  ln -sv "/usr/share/${pkgname}/libexec/${pkgname}" \
-"${pkgdir}/usr/bin/${pkgname}"
-  # application hooks
-  install -vDm 755 pyenv.d/exec/pip-rehash/* \
--t "${pkgdir}/usr/share/${pkgname}/pyenv.d/exec/pip-rehash"
-  install -vDm 644 pyenv.d/exec/*.bash \
--t "${pkgdir}/usr/share/${pkgname}/pyenv.d/exec/"
-  install -vDm 644 pyenv.d/rehash/*.bash \
--t "${pkgdir}/usr/share/${pkgname}/pyenv.d/rehash"
-  install -vDm 644 pyenv.d/rehash/conda.d/* \
--t "${pkgdir}/usr/share/${pkgname}/pyenv.d/rehash/conda.d"
-  install -vDm 644 pyenv.d/rehash/source.d/* \
--t "${pkgdir}/usr/share/${pkgname}/pyenv.d/rehash/source.d"
-  # plugin
-  install -vDm 755 plugins/python-build/bin/* \
--t "${pkgdir}/usr/share/${pkgname}/plugins/python-build/bin"
-  for bin in {${pkgname}-{install,uninstall},python-build}; do
-ln -sv "/usr/share/${pkgname}/plugins/python-build/bin/${bin}" \
-  "${pkgdir}/usr/bin/${bin}"
-  done
-  cp -av plugins/python-build/share \
-"${pkgdir}/usr/share/${pkgname}/plugins/python-build"
-  # licenses
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 plugins/python-build/LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.python-build"
-  # shell completion
-  install -vDm 644 completions/*.fish \
--t "${pkgdir}/usr/share/fish/vendor_completions.d/"
-  install -vDm 644 completions/${pkgname}.bash \
-"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -vDm 644 completions/${pkgname}.zsh \
-"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  # man page
-  install -vDm 644 man/man1/*.1 -t "${pkgdir}/usr/share/man/man1/"
-  # docs
-  install -vDm 644 {CHANGELOG,COMMANDS,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 plugins/python-build/README.md \
-"${pkgdir}/usr/share/doc/${pkgname}/README-python-build.md"
-}

Copied: pyenv/repos/community-any/PKGBUILD (from rev 1028035, 
pyenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 17:24:19 UTC (rev 1028036)
@@ -0,0 +1,61 @@
+# Maintainer: David Runge 
+
+pkgname=pyenv
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Easily switch between multiple versions of Python"
+arch=('any')
+url="https://github.com/pyenv/pyenv";
+license=('MIT')
+depends=('bash')
+optdepends=('git: installing development versions')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('8cfca28a4aa9feb62bf78815fbb1a7666fb706ef5ed29a55c69ac8515822acccaea83872a22fb71385e0a29062077bc6eec7480179e5ec4ebbca2b824be71c87')
+b2sums=('5d1e47bd1acd5759cafcc05306bfb5283f8f35c796969a18a772b8a78f2d6a1b509a56693bfd194b720ca4a84b09cec2aa97c9afb1cccadff2f64edcf1dcc9c4')
+
+package() {
+  cd "$pkgname-$pkgver"
+  # application
+  install -vDm 755 libexec/* -t "${pkgdir}/usr/share/${pkgname}/libexec"
+  install -vdm 755 "${pkgdir}/usr/bin"
+  ln -sv "/usr/share/${pkgname}/libexec/${pkgname}" \
+"${pkgdir}/usr/bin/${pkgname}"
+  # application hooks
+  install -vDm 755 pyenv.d/exec/pip-rehash/* \
+-t "${pkgdir}/usr/share/${pkgname}/pyenv.d/exec/pip-rehash"
+  install -vDm 644 pyenv.d/exec/*.bash \
+-t "${pkgdir}/usr/share/${pkgname}/pyenv.d/exec/"
+  install -vDm 644 pyenv.d/rehash/*.bash \
+-t "${pkgdir}/usr/share/${pkgname}/pyenv.d/rehash"
+  install -vDm 644 pyenv.d/rehash/conda.d/* \
+-t "${pkgdir}/usr/share/${pkgname}/pyenv.d/rehash/conda.d"
+  i

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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:24:10
  Author: dvzrv
Revision: 1028035

upgpkg: pyenv 2.1.0-1: Upgrade to 2.1.0.

Modified:
  pyenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 16:12:52 UTC (rev 1028034)
+++ PKGBUILD2021-10-08 17:24:10 UTC (rev 1028035)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=pyenv
-pkgver=2.0.7
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Easily switch between multiple versions of Python"
 arch=('any')
 url="https://github.com/pyenv/pyenv";
@@ -10,8 +10,8 @@
 depends=('bash')
 optdepends=('git: installing development versions')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('fbe9a5699a6bd5c8c24f54f4ea4de05a5a7ca7bcecb35f88b9f34fd56a4a573bd74dc404ddabf3403b8e95df0388c42ac54132010b982c2154d73fd054b2f865')
-b2sums=('e90802e0f1513eda835a4e53989abf27599e05f52a96fbe332d7ea74afd88b2948ab5117c8dac8e54f21e7a9a273a65e27acc73a3681a92dda22797e353abc8d')
+sha512sums=('8cfca28a4aa9feb62bf78815fbb1a7666fb706ef5ed29a55c69ac8515822acccaea83872a22fb71385e0a29062077bc6eec7480179e5ec4ebbca2b824be71c87')
+b2sums=('5d1e47bd1acd5759cafcc05306bfb5283f8f35c796969a18a772b8a78f2d6a1b509a56693bfd194b720ca4a84b09cec2aa97c9afb1cccadff2f64edcf1dcc9c4')
 
 package() {
   cd "$pkgname-$pkgver"



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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:11:10
  Author: dvzrv
Revision: 425480

archrelease: copy trunk to extra-x86_64

Added:
  ostree/repos/extra-x86_64/PKGBUILD
(from rev 425479, ostree/trunk/PKGBUILD)
Deleted:
  ostree/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 17:11:01 UTC (rev 425479)
+++ PKGBUILD2021-10-08 17:11:10 UTC (rev 425480)
@@ -1,80 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Mirco Tischler 
-
-_name=libostree
-pkgname=ostree
-pkgver=2021.4
-_commit='09804f7a093b45adf4d36820fa5158990e89276d' # 2021.4
-pkgrel=1
-pkgdesc="Operating system and container binary deployment and upgrades"
-url="https://ostree.readthedocs.org/en/latest/";
-arch=('x86_64')
-license=('GPL2')
-depends=('fuse2' 'glibc' 'libgpg-error' 'libsodium' 'util-linux' 'openssl' 'xz'
-'zlib')
-makedepends=('avahi' 'e2fsprogs' 'git' 'glib2' 'gobject-introspection' 'gpgme'
-'gtk-doc' 'libarchive' 'libsoup' libxslt 'mkinitcpio' 'python' 'systemd')
-checkdepends=('cpio' 'elfutils' 'gjs' 'parallel' 'python-yaml' 'syslinux')
-provides=('libostree-1.so')
-source=("git+https://github.com/ostreedev/ostree#commit=${_commit}";
-"git+https://github.com/mendsley/bsdiff";
-"git+https://gitlab.gnome.org/GNOME/libglnx.git";)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP')
-b2sums=('SKIP'
-'SKIP'
-'SKIP')
-# upstream ticket about chain of trust:
-# https://github.com/ostreedev/ostree/issues/2349
-validpgpkeys=('1CEC7A9DF7DA85ABEF843DC0A866D7CCAE087291') # Colin Walters 

-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-builtin-grub2-mkconfig \
---with-ed25519-libsodium \
---with-dracut \
---with-mkinitcpio \
---with-openssl \
---enable-experimental-api \
---disable-static \
---enable-gtk-doc
-
-  # circumvent overlinking
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd "$pkgname"
-  make check -k || echo "Known to fail: 
https://github.com/ostreedev/ostree/issues/2313";
-}
-
-package() {
-  depends+=('libarchive.so' 'libavahi-client.so' 'libavahi-common.so'
-  'libavahi-glib.so' 'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so'
-  'libgpgme.so' 'libsoup-2.4.so' 'libsystemd.so')
-
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: ostree/repos/extra-x86_64/PKGBUILD (from rev 425479, 
ostree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 17:11:10 UTC (rev 425480)
@@ -0,0 +1,80 @@
+# Maintainer: David Runge 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Mirco Tischler 
+
+_name=libostree
+pkgname=ostree
+pkgver=2021.5
+_commit='63bf5e606b24c7343bfe622bf6af2110ee6beabc' # 2021.5
+pkgrel=1
+pkgdesc="Operating system and container binary deployment and upgrades"
+url="https://ostree.readthedocs.org/en/latest/";
+arch=('x86_64')
+license=('GPL2')
+depends=('fuse2' 'glibc' 'libgpg-error' 'libsodium' 'util-linux' 'openssl' 'xz'
+'zlib')
+makedepends=('avahi' 'e2fsprogs' 'git' 'glib2' 'gobject-introspection' 'gpgme'
+'gtk-doc' 'libarchive' 'libsoup' libxslt 'mkinitcpio' 'python' 'systemd')
+checkdepends=('cpio' 'elfutils' 'gjs' 'parallel' 'python-yaml' 'syslinux')
+provides=('libostree-1.so')
+source=("git+https://github.com/ostreedev/ostree#commit=${_commit}";
+"git+https://github.com/mendsley/bsdiff";
+"git+https://gitlab.gnome.org/GNOME/libglnx.git";)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP')
+b2sums=('SKIP'
+'SKIP'
+'SKIP')
+# upstream ticket about chain of trust:
+# https://github.com/ostreedev/ostree/issues/2349
+validpgpkeys=('1CEC7A9DF7DA85ABEF843DC0A866D7CCAE087291') # Colin Walters 

+
+prepare() {
+  cd "$pkgname"
+
+  git submodule init
+  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-builtin-grub2-mkconfig \
+--with-ed25519-libsodium \
+--with-dracut \
+--with-mkinitcpio \
+--with-openssl \
+--enable-experimental-api \
+--disa

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

2021-10-08 Thread David Runge via arch-commits
Date: Friday, October 8, 2021 @ 17:11:01
  Author: dvzrv
Revision: 425479

upgpkg: ostree 2021.5-1: Upgrade to 2021.5.

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 14:18:57 UTC (rev 425478)
+++ PKGBUILD2021-10-08 17:11:01 UTC (rev 425479)
@@ -4,8 +4,8 @@
 
 _name=libostree
 pkgname=ostree
-pkgver=2021.4
-_commit='09804f7a093b45adf4d36820fa5158990e89276d' # 2021.4
+pkgver=2021.5
+_commit='63bf5e606b24c7343bfe622bf6af2110ee6beabc' # 2021.5
 pkgrel=1
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostree.readthedocs.org/en/latest/";



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

2021-10-08 Thread Giancarlo Razzolini via arch-commits
Date: Friday, October 8, 2021 @ 16:12:52
  Author: grazzolini
Revision: 1028034

archrelease: copy trunk to community-x86_64

Added:
  libressl/repos/community-x86_64/PKGBUILD
(from rev 1028033, libressl/trunk/PKGBUILD)
Deleted:
  libressl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 16:12:14 UTC (rev 1028033)
+++ PKGBUILD2021-10-08 16:12:52 UTC (rev 1028034)
@@ -1,56 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Bruno Pagani 
-# Contributor: Maarten de Vries 
-# Contributor: Reventlov 
-# Contributor: kpcyrd 
-
-pkgname=libressl
-pkgver=3.3.4
-pkgrel=1
-pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL"
-arch=(x86_64)
-url="https://www.libressl.org/";
-license=(ISC custom:OpenSSL)
-depends=(glibc)
-optdepends=(ca-certificates)
-backup=(etc/libressl/openssl.cnf)
-source=(https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
-sha256sums=('bcce767a3fed252bfd1210f8a7e3505a2b54d3008f66e43d9b95e3f30c072931'
-'SKIP')
-validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

-
-prepare() {
-cd ${pkgname}-${pkgver}
-autoreconf -vfi
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---with-openssldir=/etc/libressl \
---libdir=/usr/lib/libressl \
---includedir=/usr/include/libressl \
---program-prefix "libressl-"
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-
-# Remove symlink man pages, that actually points to OpenSSL ones since the 
prefix is not accounted for
-for manlink in $(find -L "${pkgdir}"/usr/share/man/man3/ -type l) ;
-do
-rm "${manlink}" ;
-done
-}
-
-# vim: ts=4 sw=4 et:

Copied: libressl/repos/community-x86_64/PKGBUILD (from rev 1028033, 
libressl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 16:12:52 UTC (rev 1028034)
@@ -0,0 +1,56 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Bruno Pagani 
+# Contributor: Maarten de Vries 
+# Contributor: Reventlov 
+# Contributor: kpcyrd 
+
+pkgname=libressl
+pkgver=3.3.5
+pkgrel=1
+pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL"
+arch=(x86_64)
+url="https://www.libressl.org/";
+license=(ISC custom:OpenSSL)
+depends=(glibc)
+optdepends=(ca-certificates)
+backup=(etc/libressl/openssl.cnf)
+source=(https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
+sha256sums=('0a51393f0df1cf27e070054a2788a4d073339f363d79cd594076a1b4c48be9a5'
+'SKIP')
+validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

+
+prepare() {
+cd ${pkgname}-${pkgver}
+autoreconf -vfi
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--with-openssldir=/etc/libressl \
+--libdir=/usr/lib/libressl \
+--includedir=/usr/include/libressl \
+--program-prefix "libressl-"
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+
+# Remove symlink man pages, that actually points to OpenSSL ones since the 
prefix is not accounted for
+for manlink in $(find -L "${pkgdir}"/usr/share/man/man3/ -type l) ;
+do
+rm "${manlink}" ;
+done
+}
+
+# vim: ts=4 sw=4 et:



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

2021-10-08 Thread Giancarlo Razzolini via arch-commits
Date: Friday, October 8, 2021 @ 16:12:14
  Author: grazzolini
Revision: 1028033

upgpkg: libressl 3.3.5-1

Modified:
  libressl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 15:51:45 UTC (rev 1028032)
+++ PKGBUILD2021-10-08 16:12:14 UTC (rev 1028033)
@@ -5,7 +5,7 @@
 # Contributor: kpcyrd 
 
 pkgname=libressl
-pkgver=3.3.4
+pkgver=3.3.5
 pkgrel=1
 pkgdesc="Free version of the TLS/crypto stack forked from OpenSSL"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 optdepends=(ca-certificates)
 backup=(etc/libressl/openssl.cnf)
 
source=(https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${pkgver}.tar.gz{,.asc})
-sha256sums=('bcce767a3fed252bfd1210f8a7e3505a2b54d3008f66e43d9b95e3f30c072931'
+sha256sums=('0a51393f0df1cf27e070054a2788a4d073339f363d79cd594076a1b4c48be9a5'
 'SKIP')
 validpgpkeys=(A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5) # Brent Cook 

 



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

2021-10-08 Thread Orhun Parmaksiz via arch-commits
Date: Friday, October 8, 2021 @ 15:51:45
  Author: orhun
Revision: 1028032

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 15:51:33 UTC (rev 1028031)
+++ PKGBUILD2021-10-08 15:51:45 UTC (rev 1028032)
@@ -1,41 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=taskwarrior-tui
-pkgver=0.13.33
-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' 'pandoc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-"git+https://github.com/kdheepak/taskwarrior-testdata";)
-sha256sums=('7a3e3808455db7d9d70fc3eb54dfd938f90ce481b2b56045014a8ebe20453083'
-'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked --all-features
-  pandoc "docs/$pkgname.1.md" --standalone --to=man -o "docs/$pkgname.1"
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export TASKRC="../taskwarrior-testdata/.taskrc"
-  export TASKDATA="../taskwarrior-testdata/.task"
-  cargo test --release --locked --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 1028031, 
taskwarrior-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 15:51:45 UTC (rev 1028032)
@@ -0,0 +1,50 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=taskwarrior-tui
+pkgver=0.13.34
+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' 'pandoc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+
#"$pkgname-fix-tests.patch::$url/commit/0890cdf037bb6ebb7beb8b5b40137cf1089354fa.patch"
+#"git+https://github.com/kdheepak/taskwarrior-testdata";)
+sha256sums=('6d5c5a67420204f603e61054382fb39432098fd2daa758029b5ac848a9356024')
+#'afe335dab30bee0104d60acd8231dd2d2e973ec1b9a24ac760f2dfd67dccad24'
+#'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+  #patch -Np1 < "../$pkgname-fix-tests.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen --all-features
+  pandoc "docs/$pkgname.1.md" --standalone --to=man -o "docs/$pkgname.1"
+}
+
+# https://github.com/kdheepak/taskwarrior-tui/issues/277
+#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-10-08 Thread Orhun Parmaksiz via arch-commits
Date: Friday, October 8, 2021 @ 15:51:33
  Author: orhun
Revision: 1028031

upgpkg: taskwarrior-tui 0.13.34-1: upstream release

Modified:
  taskwarrior-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 15:45:42 UTC (rev 1028030)
+++ PKGBUILD2021-10-08 15:51:33 UTC (rev 1028031)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=taskwarrior-tui
-pkgver=0.13.33
+pkgver=0.13.34
 pkgrel=1
 pkgdesc="A terminal user interface for taskwarrior"
 arch=('x86_64')
@@ -9,24 +9,33 @@
 license=('MIT')
 depends=('task')
 makedepends=('rust' 'git' 'pandoc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-"git+https://github.com/kdheepak/taskwarrior-testdata";)
-sha256sums=('7a3e3808455db7d9d70fc3eb54dfd938f90ce481b2b56045014a8ebe20453083'
-'SKIP')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+
#"$pkgname-fix-tests.patch::$url/commit/0890cdf037bb6ebb7beb8b5b40137cf1089354fa.patch"
+#"git+https://github.com/kdheepak/taskwarrior-testdata";)
+sha256sums=('6d5c5a67420204f603e61054382fb39432098fd2daa758029b5ac848a9356024')
+#'afe335dab30bee0104d60acd8231dd2d2e973ec1b9a24ac760f2dfd67dccad24'
+#'SKIP')
 
-build() {
+prepare() {
   cd "$pkgname-$pkgver"
-  cargo build --release --locked --all-features
-  pandoc "docs/$pkgname.1.md" --standalone --to=man -o "docs/$pkgname.1"
+  cargo fetch --locked
+  #patch -Np1 < "../$pkgname-fix-tests.patch"
 }
 
-check() {
+build() {
   cd "$pkgname-$pkgver"
-  export TASKRC="../taskwarrior-testdata/.taskrc"
-  export TASKDATA="../taskwarrior-testdata/.task"
-  cargo test --release --locked --all-features
+  cargo build --release --frozen --all-features
+  pandoc "docs/$pkgname.1.md" --standalone --to=man -o "docs/$pkgname.1"
 }
 
+# https://github.com/kdheepak/taskwarrior-tui/issues/277
+#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"



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

2021-10-08 Thread Ike Devolder via arch-commits
Date: Friday, October 8, 2021 @ 15:45:42
  Author: idevolder
Revision: 1028030

archrelease: copy trunk to community-x86_64

Added:
  vivaldi/repos/community-x86_64/PKGBUILD
(from rev 1028029, vivaldi/trunk/PKGBUILD)
  vivaldi/repos/community-x86_64/eula.txt
(from rev 1028029, vivaldi/trunk/eula.txt)
Deleted:
  vivaldi/repos/community-x86_64/PKGBUILD
  vivaldi/repos/community-x86_64/eula.txt

--+
 PKGBUILD |   94 ++---
 eula.txt |  192 ++---
 2 files changed, 143 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 15:45:36 UTC (rev 1028029)
+++ PKGBUILD2021-10-08 15:45:42 UTC (rev 1028030)
@@ -1,47 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: TZ86
-
-pkgname=vivaldi
-_rpmversion=4.3.2439.39-1
-pkgver=4.3.2439.39
-pkgrel=1
-pkgdesc='An advanced browser made with the power user in mind.'
-url="https://vivaldi.com";
-options=(!strip !zipman)
-license=('custom')
-arch=('x86_64')
-depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 
'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
-makedepends=('w3m')
-optdepends=(
-'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
-'libnotify: native notifications'
-)
-source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm";)
-sha512sums=('7c0989e68041f8400b1226fa7b14c49a3043cac0ef93b7ce1a029e9a959a5f8b92a5ceb0c9a1be52482ea48f7979efffa716336f582846ce5490f349689a71e2')
-
-package() {
-cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"
-
-# suid sandbox
-chmod 4755 "$pkgdir/opt/$pkgname/vivaldi-sandbox"
-
-# make /usr/bin/vivaldi-stable available
-binf="$pkgdir/usr/bin/vivaldi-stable"
-if [[ ! -e "$binf" ]] && [[ ! -f "$binf" ]] && [[ ! -L "$binf" ]]; then
-install -dm755 "$pkgdir/usr/bin"
-ln -s /opt/vivaldi/vivaldi "$binf"
-fi
-
-# install icons
-for res in 16 22 24 32 48 64 128 256; do
-install -Dm644 "$pkgdir/opt/$pkgname/product_logo_${res}.png" \
-"$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
-done
-
-# license
-install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
-w3m -dump "$pkgdir/opt/$pkgname/LICENSE.html" \
-| head -n 5 \
-> "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-

Copied: vivaldi/repos/community-x86_64/PKGBUILD (from rev 1028029, 
vivaldi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 15:45:42 UTC (rev 1028030)
@@ -0,0 +1,47 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: TZ86
+
+pkgname=vivaldi
+_rpmversion=4.3.2439.44-1
+pkgver=4.3.2439.44
+pkgrel=1
+pkgdesc='An advanced browser made with the power user in mind.'
+url="https://vivaldi.com";
+options=(!strip !zipman)
+license=('custom')
+arch=('x86_64')
+depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxss' 'ttf-font' 
'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+makedepends=('w3m')
+optdepends=(
+'vivaldi-ffmpeg-codecs: playback of proprietary video/audio'
+'libnotify: native notifications'
+)
+source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm";)
+sha512sums=('cf430ff64c03c19dccefaaf8f4f4d88be05cdf38c9dea39d3c7b38cec46184cae6e95b797814124830d428495252c1eb56cc100162982b82bcc8c231947fe43a')
+
+package() {
+cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"
+
+# suid sandbox
+chmod 4755 "$pkgdir/opt/$pkgname/vivaldi-sandbox"
+
+# make /usr/bin/vivaldi-stable available
+binf="$pkgdir/usr/bin/vivaldi-stable"
+if [[ ! -e "$binf" ]] && [[ ! -f "$binf" ]] && [[ ! -L "$binf" ]]; then
+install -dm755 "$pkgdir/usr/bin"
+ln -s /opt/vivaldi/vivaldi "$binf"
+fi
+
+# install icons
+for res in 16 22 24 32 48 64 128 256; do
+install -Dm644 "$pkgdir/opt/$pkgname/product_logo_${res}.png" \
+"$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
+done
+
+# license
+install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
+w3m -dump "$pkgdir/opt/$pkgname/LICENSE.html" \
+| head -n 5 \
+> "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+

Deleted: eula.txt
===
--- eula.txt2021-10-08 15:45:36 UTC (rev 1028029)
+++ eula.txt2021-10-08 15:45:42 UTC (rev 1028030)
@@ -1,96 +0,0 @@
-Vivaldi End User License Agreement
-
-Read the end user license agreement for Vivaldi Browser and find out how to get
-in touch if you have any questions about regarding our EULA.
-
-Last updated: November 18, 2016
-
-1. This End User License Agreement (“EULA”) governs your use (“You”) of the
-browser software in executable form (“Software”) and any ancillary services
-(“Services”) provided to You b

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

2021-10-08 Thread Ike Devolder via arch-commits
Date: Friday, October 8, 2021 @ 15:45:36
  Author: idevolder
Revision: 1028029

upgpkg: vivaldi 4.3.2439.44-1

Modified:
  vivaldi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 15:29:54 UTC (rev 1028028)
+++ PKGBUILD2021-10-08 15:45:36 UTC (rev 1028029)
@@ -2,8 +2,8 @@
 # Contributor: TZ86
 
 pkgname=vivaldi
-_rpmversion=4.3.2439.39-1
-pkgver=4.3.2439.39
+_rpmversion=4.3.2439.44-1
+pkgver=4.3.2439.44
 pkgrel=1
 pkgdesc='An advanced browser made with the power user in mind.'
 url="https://vivaldi.com";
@@ -17,7 +17,7 @@
 'libnotify: native notifications'
 )
 
source=("https://downloads.vivaldi.com/stable/vivaldi-stable-${_rpmversion}.x86_64.rpm";)
-sha512sums=('7c0989e68041f8400b1226fa7b14c49a3043cac0ef93b7ce1a029e9a959a5f8b92a5ceb0c9a1be52482ea48f7979efffa716336f582846ce5490f349689a71e2')
+sha512sums=('cf430ff64c03c19dccefaaf8f4f4d88be05cdf38c9dea39d3c7b38cec46184cae6e95b797814124830d428495252c1eb56cc100162982b82bcc8c231947fe43a')
 
 package() {
 cp --parents -a {opt,usr/bin,usr/share} "$pkgdir"



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

2021-10-08 Thread Orhun Parmaksiz via arch-commits
Date: Friday, October 8, 2021 @ 15:29:54
  Author: orhun
Revision: 1028028

archrelease: copy trunk to community-x86_64

Added:
  lfs/repos/community-x86_64/PKGBUILD
(from rev 1028027, lfs/trunk/PKGBUILD)
Deleted:
  lfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 15:29:42 UTC (rev 1028027)
+++ PKGBUILD2021-10-08 15:29:54 UTC (rev 1028028)
@@ -1,27 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=lfs
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Get information on your mounted disks"
-arch=('x86_64')
-url="https://github.com/Canop/lfs";
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('47df74fb475b018d9017814ce3e31c4be23a01de738962efea1213580b275ee634a560b0b14223fea0fc8dd70b39233119d3e2f26c7468e10785b67bb0f5e910')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-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"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lfs/repos/community-x86_64/PKGBUILD (from rev 1028027, 
lfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 15:29:54 UTC (rev 1028028)
@@ -0,0 +1,32 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=lfs
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Get information on your mounted disks"
+arch=('x86_64')
+url="https://github.com/Canop/lfs";
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('3444985e3bc474269aae7d3ad3b4d2eab1597114b4bf911539d56926d049d6e2f79c336b643a2d6eaf8fb80ddc89dc2270a35921d19d813d8e0cd9572f751f8e')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+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"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-10-08 Thread Orhun Parmaksiz via arch-commits
Date: Friday, October 8, 2021 @ 15:29:42
  Author: orhun
Revision: 1028027

upgpkg: lfs 1.1.0-1: upstream release

Modified:
  lfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 15:18:17 UTC (rev 1028026)
+++ PKGBUILD2021-10-08 15:29:42 UTC (rev 1028027)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=lfs
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Get information on your mounted disks"
 arch=('x86_64')
@@ -10,11 +10,16 @@
 depends=('gcc-libs')
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('47df74fb475b018d9017814ce3e31c4be23a01de738962efea1213580b275ee634a560b0b14223fea0fc8dd70b39233119d3e2f26c7468e10785b67bb0f5e910')
+sha512sums=('3444985e3bc474269aae7d3ad3b4d2eab1597114b4bf911539d56926d049d6e2f79c336b643a2d6eaf8fb80ddc89dc2270a35921d19d813d8e0cd9572f751f8e')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
 build() {
   cd "$pkgname-$pkgver"
-  cargo build --release --locked
+  cargo build --release --frozen
 }
 
 package() {



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

2021-10-08 Thread Andrew Crerar via arch-commits
Date: Friday, October 8, 2021 @ 15:18:17
  Author: andrewsc
Revision: 1028026

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 15:18:04 UTC (rev 1028025)
+++ PKGBUILD2021-10-08 15:18:17 UTC (rev 1028026)
@@ -1,43 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Hideaki Takahashi 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=python-docker
-pkgver=5.0.2
-pkgrel=1
-pkgdesc="A Python library for the Docker Engine API"
-arch=('any')
-url="https://github.com/docker/docker-py";
-license=("Apache")
-depends=('python-requests' 'python-six' 'python-websocket-client' 
'python-docker-pycreds' 'python-paramiko')
-makedepends=('python-pip' 'python-requests' 'python-six' 
'python-websocket-client'
- 'python-docker-pycreds')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-timeout'
-  'python-mock' 'python-coverage' 'flake8')
-provides=('python-docker-py')
-conflicts=('python-docker-py')
-replaces=('python-docker-py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz";)
-sha512sums=('f0e4aacc819fd01932586b288b859553758b84deb7387dc770c079369a9e2b89a5f34d29a310a28c9ae64bc3663b53c55b06dab65e8ef7e2281eb14ebc4f9ffb')
-
-prepare() {
-  sed -i 's/==.*$//' docker-py-"$pkgver"/{,test-}requirements.txt
-}
-
-build() {
-  cd "$srcdir"/docker-py-"$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/docker-py-"$pkgver"
-  py.test --cov=docker tests/unit
-}
-
-package() {
-  cd docker-py-"$pkgver"
-  python setup.py install -O1 --root="$pkgdir"
-}

Copied: python-docker/repos/community-any/PKGBUILD (from rev 1028025, 
python-docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 15:18:17 UTC (rev 1028026)
@@ -0,0 +1,43 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=python-docker
+pkgver=5.0.3
+pkgrel=1
+pkgdesc="A Python library for the Docker Engine API"
+arch=('any')
+url="https://github.com/docker/docker-py";
+license=("Apache")
+depends=('python-requests' 'python-six' 'python-websocket-client' 
'python-docker-pycreds' 'python-paramiko')
+makedepends=('python-pip' 'python-requests' 'python-six' 
'python-websocket-client'
+ 'python-docker-pycreds')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-timeout'
+  'python-mock' 'python-coverage' 'flake8')
+provides=('python-docker-py')
+conflicts=('python-docker-py')
+replaces=('python-docker-py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz";)
+sha512sums=('50890e8d75eb9e4d3d98bbea5f86b86ad199a56ab0761bf2d0c0f3b7902810b2c17c2a677b0063963742a43a4660d400705bb8eb4e217c89302ae849a4ef3e08')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py-"$pkgver"/{,test-}requirements.txt
+}
+
+build() {
+  cd "$srcdir"/docker-py-"$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/docker-py-"$pkgver"
+  py.test --cov=docker tests/unit
+}
+
+package() {
+  cd docker-py-"$pkgver"
+  python setup.py install -O1 --root="$pkgdir"
+}



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

2021-10-08 Thread Andrew Crerar via arch-commits
Date: Friday, October 8, 2021 @ 15:18:04
  Author: andrewsc
Revision: 1028025

upgpkg: python-docker 5.0.3-1

Modified:
  python-docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 15:13:43 UTC (rev 1028024)
+++ PKGBUILD2021-10-08 15:18:04 UTC (rev 1028025)
@@ -6,7 +6,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=python-docker
-pkgver=5.0.2
+pkgver=5.0.3
 pkgrel=1
 pkgdesc="A Python library for the Docker Engine API"
 arch=('any')
@@ -21,7 +21,7 @@
 conflicts=('python-docker-py')
 replaces=('python-docker-py')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz";)
-sha512sums=('f0e4aacc819fd01932586b288b859553758b84deb7387dc770c079369a9e2b89a5f34d29a310a28c9ae64bc3663b53c55b06dab65e8ef7e2281eb14ebc4f9ffb')
+sha512sums=('50890e8d75eb9e4d3d98bbea5f86b86ad199a56ab0761bf2d0c0f3b7902810b2c17c2a677b0063963742a43a4660d400705bb8eb4e217c89302ae849a4ef3e08')
 
 prepare() {
   sed -i 's/==.*$//' docker-py-"$pkgver"/{,test-}requirements.txt



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

2021-10-08 Thread Andrew Crerar via arch-commits
Date: Friday, October 8, 2021 @ 15:13:43
  Author: andrewsc
Revision: 1028024

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 1028023, 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-10-08 15:13:25 UTC (rev 1028023)
+++ PKGBUILD2021-10-08 15:13:43 UTC (rev 1028024)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=94.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=('4bd301d62aae0f7cc2f9a515e7bbfc1a1bed74b3798eda8a232f244bda8f2fa1f48d093d6aa273c5fc07a5bc70ced16ed7d8e7a2ee6c10c8d709f8eba185030b'
-
'ecb770bac9c77a6639e4446548a5f70edaa1e59b6b55047ff849befa0a24bdb962a98230371de7a7995589c319f92d161ac8a1a0f7988c53922f3b5fb345cd28'
-
'55b558c8035159d834c624962ac6d616f9a5b1346daf5f050f61327d5da534c45c5e5907435470c5650f73b6345f6ad68c9aa81ee1999c1f4e418ad7c5303447'
-
'a32f25edc102ad071544b1248502cde75876edaa955

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

2021-10-08 Thread Andrew Crerar via arch-commits
Date: Friday, October 8, 2021 @ 15:13:25
  Author: andrewsc
Revision: 1028023

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 14:53:59 UTC (rev 1028022)
+++ PKGBUILD2021-10-08 15:13:25 UTC (rev 1028023)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=94.0b2
+pkgver=94.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=('4bd301d62aae0f7cc2f9a515e7bbfc1a1bed74b3798eda8a232f244bda8f2fa1f48d093d6aa273c5fc07a5bc70ced16ed7d8e7a2ee6c10c8d709f8eba185030b'
-
'ecb770bac9c77a6639e4446548a5f70edaa1e59b6b55047ff849befa0a24bdb962a98230371de7a7995589c319f92d161ac8a1a0f7988c53922f3b5fb345cd28'
-
'55b558c8035159d834c624962ac6d616f9a5b1346daf5f050f61327d5da534c45c5e5907435470c5650f73b6345f6ad68c9aa81ee1999c1f4e418ad7c5303447'
-
'a32f25edc102ad071544b1248502cde75876edaa955d312ce736f2121d6221a721845b41e69497df35a3664fbd1cae6bb19c25220cb551772d9c81380d4f6af8'
-
'5f700515b8f8a6bfd09e1ba7e0c5bcae5f79fccca151db050bd1fc63aca21a34ec92be76b1ea26acc663ef406cecedccb89456e3c5b982b3dfc0e3d0341f8dfb'
-
'7aca5b500aa77a5379c317cca69254070b5d7f1be06b61d911aab6aa2161eb807c537ab2365f22b5b624ce89b50ab1b7081feadea52c7a9fc4f7ed7ac4d3979d'
-
'9cc32e8f420e60d0e99ddf391fe6bf9b281184d77f5b6b318041bda448513133e4c46167eda35f15673585ae36313dab37a7208a8c7e6807ee3a1a165379557a'
-
'cebd1b86a75ac08accd8e7eef1b5a3e5939091ee788dfad320873558238e9872a5044d420f33f509243e641466c7fddfaf2da13cde509ecdc05e6ca08a15c3aa'
-
'51f08785afbdf59a1995f4c11aa900466def280aac8e440d861519e705ac8392bca3415e4e55128aeb96dfa3ebb8289f0be83819da5be30c3c568d64ab22d8f2'
-
'7109652020c5ad2f3dd56ed8778c37bf13fd1ea53211be839b8997147f07ce30ed81b20a25f855aaf811598f8ef0ef96ae785c0892e11464b215f1b7c752f15c'
-
'3054904a99e71c9bbc4ac98fc4ad2948b4c1458f396b6783f46f62c828b7e3d710af13ca8f1f93bba2e11a2d33be1de0f83f3340a4c56e278c202681a50072b8'
-
'84b604421cdb20099278449f52b8314ba3d3a85a8a2d906bd889dbcd4390689f2f94a30590680c5fe54a1e6d0824ace975cd1e31f94ee86adb5d4c79e2d436a4'
-
'64b6b440caca1332630ddb9396e141e36cdb84b856853987660a48cbd596569c8a76a198f0e9cf75ddb540d6d744f97e08585c989d8b6744efb213b3e86c7491'
-
'32256787dffa67acdff921c88ae4e5b3e4f2d9f32a598adf642605ec3e281c6a95b8c8dba4d86cf8564bef7871b67c0abd27a5926bf7e313aa037c0b1b43c9dd'
-
'aa50da0a6da4534465c8f37f71638b8db7574bff27ce34c8a191a1a066ba60e73b5cb2b1f43e545eb08dbde2d029e2f580e4c1b8e78c37275bf4bc375ffd56de'
-
'417b52f1ea463f8ff6ea9bcf48f27ca50ca29ee6f4a80238774f89c8eea4722b9eeb9c2d86437bde1de3c7ddcf90c9bc9ab059a94384cfba301c1678c62aaada'
-
'41ecdf7b0eb2d2f1ecca22d721c34145a3e38bcdef5fcbf59a850da3192d5dc67c20c0ebd3b083ba24b7b451a8492b343b45b8fc642ccf374ac7ca5bbe93ac07'
-
'a9a27b837c25525064d47404eabb95ed88db38faecf48b8299ea1b7d90433d993c4d5b967a8b0ec00dbaad5c1cc34ecc3b88121b0b42ce4ca828ff7a7c0048b5'
-
'8d598b64d9842fb278c94d5f301c374b9fb839d79353f88cafe3d5f397ffc02a8a1c58d312a9da1240f8380c1fd5d6fc0a93e5ddf8b0ecfb2b00012fe4d87486'
-
'91bcc1c2a194593607d57a31979192d59c5d5e642b65ccc9f2e431c112f7760ba33c97598c8d4f9b33623a5116d9510c678ec3696fded805d3d2e1ccfdf6b001'
-
'85caa62accfd98cf9d7efadcb22f86f2cca52077fcda8540d4045301a56f8d623c889baaa8249693f98c4a5f806b23807945b16d2ac79dfe231d3f0cd1828fd7'
-
'0b811b1022e80139b03e4dadcee74a9e384d3a6e56fd9abad0d8e2d231eee0d93993b733137a377fe5c0924823f4c9d1401ab447f8acdeb036a8466aa8c1300d'
-
'346e843762e7ca1b4c10fe253871445f5b7ad526621dca5814c7b58d6e05a4982126d7f3faaf5c1f49cd0f7dcf823b32524d6cad69dfb57baaa88103fbbf8b56'
-
'329bdad3e4966e8b8ee6ad8624d28f1c5b88a4bd6dd4bbcdf49b305f0e7fce888c4358404db191d6d08ed9082e94f849e8a5b5cff39c4286d09002b69a0251dd'
-
'6a91a9e35ac7a9f5aa73a1b130a26f6c6653a114617a752bac35c78346f761ce36393e4b9a92ce0523e89ef8d24f560da528aa72bcd39f3e43bda10ef05b927d'
-
'd658a37f303c22a111b217c92e7734b02af09ecd130850de13244e10e0e14904e5e3c3a9e54a12c3fe0fde0bf753c7d5aa486d081ca755e776c9b2efccc7a4b6'
-
'82a76898d2b071e943b9eba5ea4ff2a5dcfa5dbc5d597d9bcd14235e52a576d47f9567aaa4e8b10b2db70e5e4fc2c0d0143518d4628697c0ed3ab0eb1c7f3638'
-
'0ab348ebb803a88eb4c6bcca88468b6bcb4ec577d78732d099f42d6ea6ebe493ad7cabb528fd5d18be0abdc33f3286e8399fea4dbcebdbaf12e82ccd64c83dad'
-
'6738dac6edd3eb8312a34b03be4e834d925b80822a9c293a108df8b8884a11aa

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

2021-10-08 Thread Jelle van der Waa via arch-commits
Date: Friday, October 8, 2021 @ 14:53:59
  Author: jelle
Revision: 1028022

archrelease: copy trunk to community-x86_64

Added:
  crun/repos/community-x86_64/PKGBUILD
(from rev 1028021, crun/trunk/PKGBUILD)
Deleted:
  crun/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 14:53:51 UTC (rev 1028021)
+++ PKGBUILD2021-10-08 14:53:59 UTC (rev 1028022)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: hexchian 
-
-pkgname=crun
-pkgver=1.1
-pkgrel=1
-pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
-url="https://github.com/containers/crun";
-license=('LGPL')
-arch=('x86_64')
-depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
-makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
-optdepends=(
-'criu: checkpoint support'
-)
-source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('ba282aadaf7987976c376d322f770354e210770bd8a53a670ee45f61d03f054e'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"
-./autogen.sh
-./configure \
---prefix=/usr \
---enable-dynamic \
---with-python-bindings
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: crun/repos/community-x86_64/PKGBUILD (from rev 1028021, 
crun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 14:53:59 UTC (rev 1028022)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud 
+# Contributor: hexchian 
+
+pkgname=crun
+pkgver=1.1
+pkgrel=2
+pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
+url="https://github.com/containers/crun";
+license=('LGPL')
+arch=('x86_64')
+depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp' 'criu')
+makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha256sums=('ba282aadaf7987976c376d322f770354e210770bd8a53a670ee45f61d03f054e'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+./autogen.sh
+./configure \
+--prefix=/usr \
+--enable-dynamic \
+--with-python-bindings
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2021-10-08 Thread Jelle van der Waa via arch-commits
Date: Friday, October 8, 2021 @ 14:53:51
  Author: jelle
Revision: 1028021

Enable criu support properly

The criu package needs to be enabled as (make)depends to make the configure
script enable it and then becomes a full dependency instead of an optdep.

Modified:
  crun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 14:24:49 UTC (rev 1028020)
+++ PKGBUILD2021-10-08 14:53:51 UTC (rev 1028021)
@@ -3,16 +3,13 @@
 
 pkgname=crun
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
 url="https://github.com/containers/crun";
 license=('LGPL')
 arch=('x86_64')
-depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
+depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp' 'criu')
 makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
-optdepends=(
-'criu: checkpoint support'
-)
 
source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
 sha256sums=('ba282aadaf7987976c376d322f770354e210770bd8a53a670ee45f61d03f054e'



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

2021-10-08 Thread Andrew Crerar via arch-commits
Date: Friday, October 8, 2021 @ 14:24:25
  Author: andrewsc
Revision: 1028019

upgpkg: firefox-developer-edition 94.0b3-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 12:17:26 UTC (rev 1028018)
+++ PKGBUILD2021-10-08 14:24:25 UTC (rev 1028019)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=94.0b2
+pkgver=94.0b3
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop)
-sha512sums=('ef2d6ed938917ed248f30379742f57be563efc4e20a3cf19e35c9231ee83a9fbbb34d7d15cc234e4fbf12acf1cd898264f3e370a030947b7b2238e16d1f45580'
+sha512sums=('b29c99b577f31989c40a6dc6ca9678bb3842f72845899d1382baaf30c636f5f7b7b179d4ea0cb6db67d4c52860ac841690cd742f2d5c6c2e6766e498611f1423'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'8df3228209334aaaddec9c761c063e61ebbf3e75c6b249db9347dc4cabb79d912ccc8abdcfe4fab63387f2a0e09b4f3c9edf3b7e25aa0fd00ee56bcc7e9dde2c'



[arch-commits] Commit in archboot/repos/extra-any (4 files)

2021-10-08 Thread Tobias Powalowski via arch-commits
Date: Friday, October 8, 2021 @ 14:18:57
  Author: tpowa
Revision: 425478

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 425477, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 425477, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |   84 ++---
 archboot.install |   38 +++
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 14:18:52 UTC (rev 425477)
+++ PKGBUILD2021-10-08 14:18:57 UTC (rev 425478)
@@ -1,42 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2021.10
-pkgrel=17
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'libsasl' 'libldap' 'gpm' 'libevent' 
'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'syslinux' 'mtools' 
'fsarchiver' 'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'libusb-compat' 'keyutils' 'libisoburn' 'file' 'curl'  
'smartmontools' 'dnsmasq' 'lftp'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'pth' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwids' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'lockdown-ms' 'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw')
-makedepends=('git')
-optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on 
image file'
-'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/presets/x86_64'
-)
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 425477, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 14:18:57 UTC (rev 425478)
@@ -0,0 +1,42 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2021.10
+pkgrel=18
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
+'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' '

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

2021-10-08 Thread Tobias Powalowski via arch-commits
Date: Friday, October 8, 2021 @ 14:18:52
  Author: tpowa
Revision: 425477

upgpkg: archboot 2021.10-18: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 13:56:07 UTC (rev 425476)
+++ PKGBUILD2021-10-08 14:18:52 UTC (rev 425477)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2021.10
-pkgrel=17
+pkgrel=18
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2021-10-08 Thread Jan Steffens via arch-commits
Date: Friday, October 8, 2021 @ 13:56:07
  Author: heftig
Revision: 425475

archrelease: copy trunk to extra-x86_64

Added:
  flatpak-builder/repos/extra-x86_64/PKGBUILD
(from rev 425474, flatpak-builder/trunk/PKGBUILD)
Deleted:
  flatpak-builder/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 13:55:56 UTC (rev 425474)
+++ PKGBUILD2021-10-08 13:56:07 UTC (rev 425475)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak-builder
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="Tool to build flatpaks from source"
-url="https://flatpak.org";
-arch=(x86_64)
-license=(LGPL)
-depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
-makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
-checkdepends=(valgrind)
-replaces=('flatpak<0.9.10')
-_commit=7f8d8ef683cd0babdf8559c93e31fa47f10de95f  # tags/1.1.2^0
-source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libglnx.git";
-"git+https://sourceware.org/git/debugedit.git";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url libglnx "$srcdir/libglnx"
-  git submodule set-url debugedit "$srcdir/debugedit"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---with-dwarf-header=/usr/include/libdwarf
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: flatpak-builder/repos/extra-x86_64/PKGBUILD (from rev 425474, 
flatpak-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 13:56:07 UTC (rev 425475)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak-builder
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Tool to build flatpaks from source"
+url="https://flatpak.org";
+arch=(x86_64)
+license=(LGPL)
+depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
+makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
+checkdepends=(valgrind)
+replaces=('flatpak<0.9.10')
+_commit=ade6de21f7379886460b683810628a0a441be924  # tags/1.2.0^0
+source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libglnx.git";
+"git+https://sourceware.org/git/debugedit.git";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url libglnx "$srcdir/libglnx"
+  git submodule set-url debugedit "$srcdir/debugedit"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--disable-static \
+--with-dwarf-header=/usr/include/libdwarf
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



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

2021-10-08 Thread Jan Steffens via arch-commits
Date: Friday, October 8, 2021 @ 13:56:07
  Author: heftig
Revision: 425476

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 425474, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 425474, flatpak/trunk/flatpak-bindir.sh)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak-bindir.sh

---+
 PKGBUILD  |  176 ++--
 flatpak-bindir.sh |   18 ++---
 2 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 13:56:07 UTC (rev 425475)
+++ PKGBUILD2021-10-08 13:56:07 UTC (rev 425476)
@@ -1,88 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.11.3
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org";
-arch=(x86_64)
-license=(LGPL)
-depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool systemd gobject-introspection gtk-doc git docbook-xsl 
xmlto)
-checkdepends=(valgrind socat)
-_commit=dd6b99d0d30129c1beab8fe61ba4f1beb15930c5  # tags/1.11.3^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
-git+https://gitlab.gnome.org/GNOME/libglnx.git
-git+https://github.com/projectatomic/bubblewrap
-git+https://github.com/flatpak/xdg-dbus-proxy
-git+https://gitlab.gnome.org/alexl/variant-schema-compiler.git
-https://dl.flathub.org/repo/flathub.flatpakrepo
-flatpak-bindir.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
-'1824cb4eb1cc88702cb2b9f1c55b6dfdf20fca5eab83f6e8e532099281328745')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url bubblewrap "$srcdir/bubblewrap"
-  git submodule set-url libglnx "$srcdir/libglnx"
-  git submodule set-url dbus-proxy "$srcdir/xdg-dbus-proxy"
-  git submodule set-url variant-schema-compiler 
"$srcdir/variant-schema-compiler"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  make -C $pkgname DESTDIR="$pkgdir" install
-
-  install -Dt "$pkgdir/etc/profile.d" -m644 flatpak-bindir.sh
-  install -Dt "$pkgdir/etc/flatpak/remotes.d" flathub.flatpakrepo
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 425474, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 13:56:07 UTC (rev 425476)
@@ -0,0 +1,88 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org";
+arch=(x86_64)
+license=(LGPL)
+depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy)
+makedepends=(intltool systemd gobject-introspection gtk-doc git docbook-xsl 
xmlto)
+checkdepends=(valgrind socat)
+_commit=0cfd72442dd7301b0699725e25eb0552da3b5e98  # tags/1.12.0^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
+git+https://gitlab.gnome.org/GNOME/libglnx.git
+git+https://github.com/projectatomic/bubblewrap
+git+https://github.com/flatpak/xdg-dbus-proxy
+git+https://gitlab.gnome.org/alexl/variant-schema-compiler.git
+https://dl.flathub.org/repo/flathub.flatpakrepo
+flatpak-bindir.sh)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
+'1824cb4eb1cc88702cb2b9f1c55b6dfdf

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

2021-10-08 Thread Jan Steffens via arch-commits
Date: Friday, October 8, 2021 @ 13:55:56
  Author: heftig
Revision: 425474

1.2.0-1

Modified:
  flatpak-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 12:52:45 UTC (rev 425473)
+++ PKGBUILD2021-10-08 13:55:56 UTC (rev 425474)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak-builder
-pkgver=1.1.2
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Tool to build flatpaks from source"
 url="https://flatpak.org";
@@ -11,7 +11,7 @@
 makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
 checkdepends=(valgrind)
 replaces=('flatpak<0.9.10')
-_commit=7f8d8ef683cd0babdf8559c93e31fa47f10de95f  # tags/1.1.2^0
+_commit=ade6de21f7379886460b683810628a0a441be924  # tags/1.2.0^0
 source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libglnx.git";
 "git+https://sourceware.org/git/debugedit.git";)



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

2021-10-08 Thread Jan Steffens via arch-commits
Date: Friday, October 8, 2021 @ 12:52:45
  Author: heftig
Revision: 425473

1.12.0-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 09:17:58 UTC (rev 425472)
+++ PKGBUILD2021-10-08 12:52:45 UTC (rev 425473)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=1.11.3
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="https://flatpak.org";
@@ -13,7 +13,7 @@
  python bubblewrap appstream-glib xdg-dbus-proxy)
 makedepends=(intltool systemd gobject-introspection gtk-doc git docbook-xsl 
xmlto)
 checkdepends=(valgrind socat)
-_commit=dd6b99d0d30129c1beab8fe61ba4f1beb15930c5  # tags/1.11.3^0
+_commit=0cfd72442dd7301b0699725e25eb0552da3b5e98  # tags/1.12.0^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
 git+https://gitlab.gnome.org/GNOME/libglnx.git
 git+https://github.com/projectatomic/bubblewrap



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

2021-10-08 Thread Jelle van der Waa via arch-commits
Date: Friday, October 8, 2021 @ 12:17:26
  Author: jelle
Revision: 1028018

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 12:17:12 UTC (rev 1028017)
+++ PKGBUILD2021-10-08 12:17:26 UTC (rev 1028018)
@@ -1,104 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=186
-pkgrel=1
-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=('77d21b961e7655f8c48b1aab87cd4323e8bea0163493f7b34cbb8064d8bce81073740bd570c681abb2cd7afafc3adb991c5211d91cf2943f8657c82cff27c9c2'
-'SKIP')
-b2sums=('7ae7b186b680a7d4e19b35880e8bf5ccec2f4f569bf4e27c9b559b25736e882c597f6b1f4e930720d73e3ebc4c9adbf6b106ca6d8187e7925386b9b3cc83a662'
-'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-x86_64/PKGBUILD (from rev 1028017, 
diffoscope/trunk/PKGBUILD)
===

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

2021-10-08 Thread Jelle van der Waa via arch-commits
Date: Friday, October 8, 2021 @ 12:17:12
  Author: jelle
Revision: 1028017

upgpkg: diffoscope 187-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 08:54:51 UTC (rev 1028016)
+++ PKGBUILD2021-10-08 12:17:12 UTC (rev 1028017)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=186
+pkgver=187
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -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=('77d21b961e7655f8c48b1aab87cd4323e8bea0163493f7b34cbb8064d8bce81073740bd570c681abb2cd7afafc3adb991c5211d91cf2943f8657c82cff27c9c2'
+sha512sums=('c67b7733b879c099c2809f2ba7c955fe8c92d67624ec591891fe51ce38c6e4895c6ba476c3011b1e634097b56a3c70374d3050f7eae022bb781104a7e0447766'
 'SKIP')
-b2sums=('7ae7b186b680a7d4e19b35880e8bf5ccec2f4f569bf4e27c9b559b25736e882c597f6b1f4e930720d73e3ebc4c9adbf6b106ca6d8187e7925386b9b3cc83a662'
+b2sums=('d89d108ae7c59764875ad918f645f8d554304ca876e370b651efacd25a8bdddc6f07a18047acdfa812753537e5abfb915af0aff981ee4329afde419f8708ede6'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 



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

2021-10-08 Thread Evangelos Foutras via arch-commits
Date: Friday, October 8, 2021 @ 09:17:46
  Author: foutrelis
Revision: 425471

upgpkg: chromium 94.0.4606.81-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 08:20:12 UTC (rev 425470)
+++ PKGBUILD2021-10-08 09:17:46 UTC (rev 425471)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=94.0.4606.71
-pkgrel=2
+pkgver=94.0.4606.81
+pkgrel=1
 _launcher_ver=8
 _gcc_patchset=3
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -33,7 +33,7 @@
 chromium-94-ffmpeg-roll.patch
 unexpire-accelerated-video-decode-flag.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('cabbba2e608c5ec110850b14ee5fead2608c7a52edb80e2ba8261be3dc5b'
+sha256sums=('7071aa2b2caf48094c2ae816395948b4daec940606f4982ad5bbf68e5d2de598'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '22692bddaf2761c6ddf9ff0bc4722972bca4d4c5b2fd3e5dbdac7eb60d914320'
 'd3344ba39b8c6ed202334ba7f441c70d81ddf8cdb15af1aa8c16e9a3a75fbb35'



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

2021-10-08 Thread Caleb Maclennan via arch-commits
Date: Friday, October 8, 2021 @ 08:54:51
  Author: alerque
Revision: 1028016

archrelease: copy trunk to community-x86_64

Added:
  git-sizer/repos/community-x86_64/
  git-sizer/repos/community-x86_64/PKGBUILD
(from rev 1028015, git-sizer/trunk/PKGBUILD)

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

Copied: git-sizer/repos/community-x86_64/PKGBUILD (from rev 1028015, 
git-sizer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-10-08 08:54:51 UTC (rev 1028016)
@@ -0,0 +1,45 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: AUR[ogarcia]
+
+pkgname=git-sizer
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='Compute various size metrics for a Git repository'
+arch=(x86_64 i686 armv6h armv7h aarch64)
+url="https://github.com/github/$pkgname";
+license=(MIT)
+depends=(git)
+makedepends=(go)
+_archive="$pkgname-$pkgver"
+source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('5dafc4014d6bfae40e678d72c0a67a29cd9ac7b38a0894fc75ab8c05a9064a4b')
+
+build() {
+   cd "$_archive"
+   export CGO_CPPFLAGS="$CPPFLAGS"
+   export CGO_CFLAGS="$CFLAGS"
+   export CGO_CXXFLAGS="$CXXFLAGS"
+   export CGO_LDFLAGS="$LDFLAGS"
+   go build \
+   -trimpath \
+   -buildmode=pie \
+   -mod=readonly \
+   -modcacherw \
+   -ldflags="-X main.BuildVersion=$pkgver -linkmode external" \
+   -o . ./...
+}
+
+# Note: Upstream tests seem to do goofy things like assume a terminal, if
+# anybody knows how to run these so they work in a chroot build properly I'm
+# open to contributions.
+check() {
+   cd "$_archive"
+   # go test ./...
+}
+
+package() {
+   cd "$_archive"
+   install -Dm0755 -t "$pkgdir/usr/bin/" git-sizer
+   install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE.md
+}



[arch-commits] Commit in (4 files)

2021-10-08 Thread Caleb Maclennan via arch-commits
Date: Friday, October 8, 2021 @ 08:53:48
  Author: alerque
Revision: 1028015

Migrate git-sizer from AUR

Added:
  git-sizer/
  git-sizer/repos/
  git-sizer/trunk/
  git-sizer/trunk/PKGBUILD

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

Added: git-sizer/trunk/PKGBUILD
===
--- git-sizer/trunk/PKGBUILD(rev 0)
+++ git-sizer/trunk/PKGBUILD2021-10-08 08:53:48 UTC (rev 1028015)
@@ -0,0 +1,45 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: AUR[ogarcia]
+
+pkgname=git-sizer
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='Compute various size metrics for a Git repository'
+arch=(x86_64 i686 armv6h armv7h aarch64)
+url="https://github.com/github/$pkgname";
+license=(MIT)
+depends=(git)
+makedepends=(go)
+_archive="$pkgname-$pkgver"
+source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('5dafc4014d6bfae40e678d72c0a67a29cd9ac7b38a0894fc75ab8c05a9064a4b')
+
+build() {
+   cd "$_archive"
+   export CGO_CPPFLAGS="$CPPFLAGS"
+   export CGO_CFLAGS="$CFLAGS"
+   export CGO_CXXFLAGS="$CXXFLAGS"
+   export CGO_LDFLAGS="$LDFLAGS"
+   go build \
+   -trimpath \
+   -buildmode=pie \
+   -mod=readonly \
+   -modcacherw \
+   -ldflags="-X main.BuildVersion=$pkgver -linkmode external" \
+   -o . ./...
+}
+
+# Note: Upstream tests seem to do goofy things like assume a terminal, if
+# anybody knows how to run these so they work in a chroot build properly I'm
+# open to contributions.
+check() {
+   cd "$_archive"
+   # go test ./...
+}
+
+package() {
+   cd "$_archive"
+   install -Dm0755 -t "$pkgdir/usr/bin/" git-sizer
+   install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE.md
+}



[arch-commits] Commit in archboot/repos/extra-any (4 files)

2021-10-08 Thread Tobias Powalowski via arch-commits
Date: Friday, October 8, 2021 @ 08:20:12
  Author: tpowa
Revision: 425470

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 425469, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 425469, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |   84 ++---
 archboot.install |   38 +++
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 08:20:07 UTC (rev 425469)
+++ PKGBUILD2021-10-08 08:20:12 UTC (rev 425470)
@@ -1,42 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2021.10
-pkgrel=16
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'libsasl' 'libldap' 'gpm' 'libevent' 
'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'syslinux' 'mtools' 
'fsarchiver' 'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'libusb-compat' 'keyutils' 'libisoburn' 'file' 'curl'  
'smartmontools' 'dnsmasq' 'lftp'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'pth' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwids' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'lockdown-ms' 'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw')
-makedepends=('git')
-optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on 
image file'
-'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/presets/x86_64'
-)
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 425469, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 08:20:12 UTC (rev 425470)
@@ -0,0 +1,42 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2021.10
+pkgrel=17
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
+'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' '

  1   2   >