[arch-commits] Commit in glibc/trunk (locale.gen.txt)

2022-09-11 Thread Frederik Schwan via arch-commits
Date: Sunday, September 11, 2022 @ 12:24:23
  Author: freswa
Revision: 455896

update locale-gen comment to include pointer to SUPPORTED file

Credits @codefiles

Modified:
  glibc/trunk/locale.gen.txt

+
 locale.gen.txt |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: locale.gen.txt
===
--- locale.gen.txt  2022-09-11 11:20:39 UTC (rev 455895)
+++ locale.gen.txt  2022-09-11 12:24:23 UTC (rev 455896)
@@ -12,6 +12,6 @@
 #  The locale-gen command will generate all the locales,
 #  placing them in /usr/lib/locale.
 #
-#  A list of supported locales is included in this file.
-#  Uncomment the ones you need.
+#  A list of supported locales is given in /usr/share/i18n/SUPPORTED
+#  and is included in this file. Uncomment the needed locales below.
 #



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

2022-09-09 Thread Frederik Schwan via arch-commits
Date: Friday, September 9, 2022 @ 13:15:29
  Author: freswa
Revision: 1297243

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-09 13:15:25 UTC (rev 1297242)
+++ PKGBUILD2022-09-09 13:15:29 UTC (rev 1297243)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sam Stuewe 
-
-pkgname=hashcat
-pkgver=6.2.5
-pkgrel=1
-epoch=1
-pkgdesc='Multithreaded advanced password recovery utility'
-url='https://hashcat.net/hashcat'
-arch=('x86_64')
-depends=('ocl-icd' 'xxhash' 'zlib' 'minizip')
-makedepends=('opencl-headers')
-provides=('libhashcat.so')
-license=('MIT')
-source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('2b881146c625172c91cb74b33851473155dcde2421fba1b4acfba28116499b9cff832a62c4dbc24e16df06a827494f30699a7d0e5195d5ed107704f525255383'
-'SKIP')
-validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  rm -rf deps/{OpenCL-Headers,xxHash}
-  export CFLAGS+=" ${CPPFLAGS}"
-  export CXXFLAGS+=" ${CPPFLAGS}"
-  make \
-PREFIX=/usr \
-SHARED=1 \
-USE_SYSTEM_XXHASH=1 \
-USE_SYSTEM_OPENCL=1 \
-USE_SYSTEM_ZLIB=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make \
-DESTDIR="${pkgdir}" \
-PREFIX=/usr \
-SHARED=1 \
-USE_SYSTEM_XXHASH=1 \
-USE_SYSTEM_OPENCL=1 \
-USE_SYSTEM_ZLIB=1 \
-install
-  install -Dm 644 docs/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hashcat/repos/community-x86_64/PKGBUILD (from rev 1297242, 
hashcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-09 13:15:29 UTC (rev 1297243)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sam Stuewe 
+
+pkgname=hashcat
+pkgver=6.2.6
+pkgrel=1
+epoch=1
+pkgdesc='Multithreaded advanced password recovery utility'
+url='https://hashcat.net/hashcat'
+arch=('x86_64')
+depends=('ocl-icd' 'xxhash' 'zlib' 'minizip')
+makedepends=('opencl-headers')
+provides=('libhashcat.so')
+license=('MIT')
+source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('b5e4f40fb5ed0a47977243e1f95bf1deae0b04bd5ca26338395305c42573fe5b17557835f6f5d8b7402812e8eadda2b260d6b927ce99429fd1b87eb26f002f8a'
+'SKIP')
+validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rm -rf deps/{OpenCL-Headers,xxHash}
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  make \
+PREFIX=/usr \
+SHARED=1 \
+USE_SYSTEM_XXHASH=1 \
+USE_SYSTEM_OPENCL=1 \
+USE_SYSTEM_ZLIB=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make \
+DESTDIR="${pkgdir}" \
+PREFIX=/usr \
+SHARED=1 \
+USE_SYSTEM_XXHASH=1 \
+USE_SYSTEM_OPENCL=1 \
+USE_SYSTEM_ZLIB=1 \
+install
+  install -Dm 644 docs/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-09 Thread Frederik Schwan via arch-commits
Date: Friday, September 9, 2022 @ 13:15:25
  Author: freswa
Revision: 1297242

upgpkg: hashcat 1:6.2.6-1

Modified:
  hashcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-09 11:37:48 UTC (rev 1297241)
+++ PKGBUILD2022-09-09 13:15:25 UTC (rev 1297242)
@@ -2,7 +2,7 @@
 # Contributor: Sam Stuewe 
 
 pkgname=hashcat
-pkgver=6.2.5
+pkgver=6.2.6
 pkgrel=1
 epoch=1
 pkgdesc='Multithreaded advanced password recovery utility'
@@ -13,7 +13,7 @@
 provides=('libhashcat.so')
 license=('MIT')
 source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('2b881146c625172c91cb74b33851473155dcde2421fba1b4acfba28116499b9cff832a62c4dbc24e16df06a827494f30699a7d0e5195d5ed107704f525255383'
+sha512sums=('b5e4f40fb5ed0a47977243e1f95bf1deae0b04bd5ca26338395305c42573fe5b17557835f6f5d8b7402812e8eadda2b260d6b927ce99429fd1b87eb26f002f8a'
 'SKIP')
 validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
 



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

2022-09-09 Thread Frederik Schwan via arch-commits
Date: Friday, September 9, 2022 @ 11:37:48
  Author: freswa
Revision: 1297241

archrelease: copy trunk to community-x86_64

Added:
  libfilezilla/repos/community-x86_64/PKGBUILD
(from rev 1297240, libfilezilla/trunk/PKGBUILD)
Deleted:
  libfilezilla/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-09 11:37:46 UTC (rev 1297240)
+++ PKGBUILD2022-09-09 11:37:48 UTC (rev 1297241)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-epoch=1
-pkgver=0.38.1
-pkgrel=1
-pkgdesc='Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs'
-url='https://lib.filezilla-project.org/'
-arch=('x86_64')
-license=('GPL')
-depends=('glibc' 'gcc-libs' 'nettle' 'gnutls' 'libnettle.so' 'libhogweed.so')
-makedepends=(clang)
-checkdepends=('cppunit')
-provides=('libfilezilla.so')
-source=(https://download.filezilla-project.org/libfilezilla/libfilezilla-${pkgver}.tar.bz2)
-sha512sums=('486aa4934f3fde4684c134ac7648edd0dfbd2dd2082909cd8ecafcccf9e3e9a86874c250773bc28ad25a8c40c8d34f242008636efdf4d311764682cf89b6fe39')
-b2sums=('f998fda61907edeaa62d29f686a2dfa2ef34f35866010720c4a6d8a7e16ffa7b079d0ed2098ec7df24a3921bf437362fde48d7cd53af9eca2fefd326441e65bd')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CXX=clang++
-  export CC=clang
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 1297240, 
libfilezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-09 11:37:48 UTC (rev 1297241)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+epoch=1
+pkgver=0.39.0
+pkgrel=1
+pkgdesc='Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs'
+url='https://lib.filezilla-project.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc' 'gcc-libs' 'nettle' 'gnutls' 'libnettle.so' 'libhogweed.so')
+makedepends=(clang)
+checkdepends=('cppunit')
+provides=('libfilezilla.so')
+source=(https://download.filezilla-project.org/libfilezilla/libfilezilla-${pkgver}.tar.bz2)
+sha512sums=('6ea2bce2d16a4f4d9fb5a38fda7041e2ae2c1940c88d3509a8a065a12e7daca221802bee34bc8776c186b1d80f0e3c2ae7e50d23e9143be6ac59f76f8e25cdad')
+b2sums=('1d9df2fef5c2ac2d0989f54afaeff4a1b944721d0c5308ea082b340c9cc73bff8b1608f30a468fdac6e5656d8ee098bc4d06613ba42b166fd09abf19ff89e2a7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CXX=clang++
+  export CC=clang
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



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

2022-09-09 Thread Frederik Schwan via arch-commits
Date: Friday, September 9, 2022 @ 11:37:46
  Author: freswa
Revision: 1297240

upgpkg: libfilezilla 1:0.39.0-1

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-09 11:37:28 UTC (rev 1297239)
+++ PKGBUILD2022-09-09 11:37:46 UTC (rev 1297240)
@@ -4,7 +4,7 @@
 
 pkgname=libfilezilla
 epoch=1
-pkgver=0.38.1
+pkgver=0.39.0
 pkgrel=1
 pkgdesc='Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs'
 url='https://lib.filezilla-project.org/'
@@ -15,8 +15,8 @@
 checkdepends=('cppunit')
 provides=('libfilezilla.so')
 
source=(https://download.filezilla-project.org/libfilezilla/libfilezilla-${pkgver}.tar.bz2)
-sha512sums=('486aa4934f3fde4684c134ac7648edd0dfbd2dd2082909cd8ecafcccf9e3e9a86874c250773bc28ad25a8c40c8d34f242008636efdf4d311764682cf89b6fe39')
-b2sums=('f998fda61907edeaa62d29f686a2dfa2ef34f35866010720c4a6d8a7e16ffa7b079d0ed2098ec7df24a3921bf437362fde48d7cd53af9eca2fefd326441e65bd')
+sha512sums=('6ea2bce2d16a4f4d9fb5a38fda7041e2ae2c1940c88d3509a8a065a12e7daca221802bee34bc8776c186b1d80f0e3c2ae7e50d23e9143be6ac59f76f8e25cdad')
+b2sums=('1d9df2fef5c2ac2d0989f54afaeff4a1b944721d0c5308ea082b340c9cc73bff8b1608f30a468fdac6e5656d8ee098bc4d06613ba42b166fd09abf19ff89e2a7')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2022-09-09 Thread Frederik Schwan via arch-commits
Date: Friday, September 9, 2022 @ 11:37:28
  Author: freswa
Revision: 1297239

archrelease: copy trunk to community-x86_64

Added:
  filezilla/repos/community-x86_64/PKGBUILD
(from rev 1297238, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-x86_64/wxwidgets-3.2.patch
(from rev 1297238, filezilla/trunk/wxwidgets-3.2.patch)
Deleted:
  filezilla/repos/community-x86_64/PKGBUILD
  filezilla/repos/community-x86_64/wxwidgets-3.2.patch

-+
 PKGBUILD|   90 +-
 wxwidgets-3.2.patch |   54 +++---
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-09 11:37:24 UTC (rev 1297238)
+++ PKGBUILD2022-09-09 11:37:28 UTC (rev 1297239)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel J Griffiths 
-# Contributor: Alexander Fehr 
-
-pkgname=filezilla
-pkgver=3.60.2
-pkgrel=1
-pkgdesc='Fast and reliable FTP, FTPS and SFTP client'
-url='https://filezilla-project.org/'
-arch=('x86_64')
-license=('GPL')
-depends=(
-  'dbus' 'xdg-utils' 'wxwidgets-gtk3' 'libidn' 'hicolor-icon-theme' 'sqlite'
-  'gnutls' 'libfilezilla'
-  libfilezilla.so libdbus-1.so libgtk-3.so libgdk-3.so libnettle.so
-)
-source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2
-wxwidgets-3.2.patch)
-sha256sums=('e407dbad169953ff951452bcbf138d953a3a30235f8abb03d271c712cc7e5792'
-'e77564b7c21a443f52dd7cb4fa4b8d1519396b241414fe6ee95feca6e143d748')
-sha512sums=('2660d25c2e8390cc34c08a8ad84349c8a5d5245a708223d6d5935579a29568f4276e6672a62ab3a8e187e649f30a436dca0aa1fdc6b4d6e59394f6cad10a299a'
-
'd31eb0da71cbc740e6210435f97920caac6c26be98717b656c785df6be248fa27925495fa90b118dcbc582ac32af957472cbbe16fdb4fef0bbc6257d15d06931')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 < ../wxwidgets-3.2.patch # Allow building with wxWidgets 3.2
-  autoreconf -vif
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 1297238, 
filezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-09 11:37:28 UTC (rev 1297239)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel J Griffiths 
+# Contributor: Alexander Fehr 
+
+pkgname=filezilla
+pkgver=3.60.2
+pkgrel=2
+pkgdesc='Fast and reliable FTP, FTPS and SFTP client'
+url='https://filezilla-project.org/'
+arch=('x86_64')
+license=('GPL')
+depends=(
+  'dbus' 'xdg-utils' 'wxwidgets-gtk3' 'libidn' 'hicolor-icon-theme' 'sqlite'
+  'gnutls' 'libfilezilla'
+  libfilezilla.so libdbus-1.so libgtk-3.so libgdk-3.so libnettle.so
+)
+source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2
+wxwidgets-3.2.patch)
+sha256sums=('e407dbad169953ff951452bcbf138d953a3a30235f8abb03d271c712cc7e5792'
+'e77564b7c21a443f52dd7cb4fa4b8d1519396b241414fe6ee95feca6e143d748')
+sha512sums=('2660d25c2e8390cc34c08a8ad84349c8a5d5245a708223d6d5935579a29568f4276e6672a62ab3a8e187e649f30a436dca0aa1fdc6b4d6e59394f6cad10a299a'
+
'd31eb0da71cbc740e6210435f97920caac6c26be98717b656c785df6be248fa27925495fa90b118dcbc582ac32af957472cbbe16fdb4fef0bbc6257d15d06931')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < ../wxwidgets-3.2.patch # Allow building with wxWidgets 3.2
+  autoreconf -vif
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--with-pugixml=builtin
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: wxwidgets-3.2.patch
===
--- wxwidgets-3.2.patch 2022-09-09 11:37:24 UTC (rev 1297238)
+++ wxwidgets-3.2.patch 2022-09-09 11:37:28 UTC (rev 1297239)
@@ -1,27 +0,0 @@
-diff -ru filezilla-3.60.1.orig/configure.ac filezilla-3.60.1/configure.ac
 filezilla-3.60.1.orig/configure.ac 2022-07-07 23:16:56.929350754 +0200
-+++ filezilla-3.60.1/configure.ac  2022-07-11 19:02:07.212006501 +0200
-@@ -185,11 +185,6 @@
- equivalent variable and wxWidgets version is $MIN_WX_VERSION or above.
- ])
-   fi
--  if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.1"; then
--AC_MSG_ERROR([You must use wxWidgets 3.0.x, development versions of 
wxWidgets are not supported.])
--  elif test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" != "3.0"; then
--AC_MSG_ERROR([You must use wxWidgets 3.0.x, wxWidgets 3.2 or higher is 
not yet supported.

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

2022-09-09 Thread Frederik Schwan via arch-commits
Date: Friday, September 9, 2022 @ 11:37:24
  Author: freswa
Revision: 1297238

upgpkg: filezilla 3.60.2-2

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-09 10:19:42 UTC (rev 1297237)
+++ PKGBUILD2022-09-09 11:37:24 UTC (rev 1297238)
@@ -4,7 +4,7 @@
 
 pkgname=filezilla
 pkgver=3.60.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast and reliable FTP, FTPS and SFTP client'
 url='https://filezilla-project.org/'
 arch=('x86_64')



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

2022-09-07 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 7, 2022 @ 21:17:16
  Author: freswa
Revision: 1296119

upgpkg: crun 1.6-1

Modified:
  crun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-07 21:00:12 UTC (rev 1296118)
+++ PKGBUILD2022-09-07 21:17:16 UTC (rev 1296119)
@@ -2,8 +2,8 @@
 # Contributor: hexchian 
 
 pkgname=crun
-pkgver=1.5
-pkgrel=2
+pkgver=1.6
+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')
@@ -11,18 +11,11 @@
 provides=('oci-runtime')
 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}
-
"fix-build.patch::https://patch-diff.githubusercontent.com/raw/containers/crun/pull/972.patch";)
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('8e7e1636adb3cc12d45cdf4ddfd0503604950d0d2868a0bfa9666b90d0a8d9d7'
-'SKIP'
-'be5900732792eecd0e9a522a2f1e8c66870d4cbce406e16c257e700b895a3b1d')
+sha256sums=('8ae387950f3f75aaff7fe9da14f2f012be842a8b20038bb8344a451197b40ee4'
+'SKIP')
 
-prepare() {
-cd "${pkgname}-${pkgver}"
-patch -Np1 < "$srcdir/fix-build.patch"
-}
-
 build() {
 cd "$pkgname-$pkgver"
 ./autogen.sh



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

2022-09-07 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 7, 2022 @ 21:17:20
  Author: freswa
Revision: 1296120

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-07 21:17:16 UTC (rev 1296119)
+++ PKGBUILD2022-09-07 21:17:20 UTC (rev 1296120)
@@ -1,40 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: hexchian 
-
-pkgname=crun
-pkgver=1.5
-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')
-provides=('oci-runtime')
-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}
-
"fix-build.patch::https://patch-diff.githubusercontent.com/raw/containers/crun/pull/972.patch";)
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('8e7e1636adb3cc12d45cdf4ddfd0503604950d0d2868a0bfa9666b90d0a8d9d7'
-'SKIP'
-'be5900732792eecd0e9a522a2f1e8c66870d4cbce406e16c257e700b895a3b1d')
-
-prepare() {
-cd "${pkgname}-${pkgver}"
-patch -Np1 < "$srcdir/fix-build.patch"
-}
-
-build() {
-cd "$pkgname-$pkgver"
-./autogen.sh
-./configure \
---prefix=/usr \
---enable-shared \
---enable-dynamic \
---with-python-bindings
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: crun/repos/community-x86_64/PKGBUILD (from rev 1296119, 
crun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-07 21:17:20 UTC (rev 1296120)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: hexchian 
+
+pkgname=crun
+pkgver=1.6
+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')
+provides=('oci-runtime')
+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=('8ae387950f3f75aaff7fe9da14f2f012be842a8b20038bb8344a451197b40ee4'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+./autogen.sh
+./configure \
+--prefix=/usr \
+--enable-shared \
+--enable-dynamic \
+--with-python-bindings
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2022-09-07 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 7, 2022 @ 12:43:04
  Author: freswa
Revision: 1296071

archrelease: copy trunk to community-x86_64

Added:
  libgovirt/repos/community-x86_64/PKGBUILD
(from rev 1296069, libgovirt/trunk/PKGBUILD)
Deleted:
  libgovirt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-07 12:43:04 UTC (rev 1296070)
+++ PKGBUILD2022-09-07 12:43:04 UTC (rev 1296071)
@@ -1,29 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=libgovirt
-epoch=1
-pkgver=0.3.9
-pkgrel=1
-pkgdesc='GObject-based library to access oVirt REST API'
-arch=(x86_64)
-url='https://gitlab.gnome.org/GNOME/libgovirt'
-license=(LGPL)
-depends=(librest)
-makedepends=(gobject-introspection meson)
-source=("https://gitlab.gnome.org/GNOME/libgovirt/-/archive/v${pkgver}/libgovirt-v${pkgver}.tar.bz2";)
-b2sums=('383660540bcde90e4406e086f8acc98af233b83cd8a8d7f3634fa1de4e6cc43ceeae2f476a16a65732c3cf5c302a2f108b9c5b1d67b39bd1de48af22da24')
-
-build() {
-  arch-meson ${pkgname}-v${pkgver} build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}

Copied: libgovirt/repos/community-x86_64/PKGBUILD (from rev 1296069, 
libgovirt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-07 12:43:04 UTC (rev 1296071)
@@ -0,0 +1,53 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=libgovirt
+epoch=2
+pkgver=0.3.8
+pkgrel=1
+pkgdesc='GObject-based library to access oVirt REST API'
+arch=(x86_64)
+url='https://gitlab.gnome.org/GNOME/libgovirt'
+license=(LGPL)
+depends=(rest)
+makedepends=(gobject-introspection meson)
+source=("https://gitlab.gnome.org/GNOME/libgovirt/-/archive/v${pkgver}/libgovirt-v${pkgver}.tar.bz2";)
+b2sums=('5b80bdcdade855695bc875f0d0b3203186856ffcebb2dc9c53161ba1ed9bc0ed48ffc30b6f3d951cfda73d398e60213ee4ccee711c64cb29cef5bca0ab53604a')
+
+prepare() {
+  cd ${pkgname}-v${pkgver}
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd ${pkgname}-v${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd ${pkgname}-v${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-v${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# use with >= 0.3.9
+#
+# build() {
+#   arch-meson ${pkgname}-v${pkgver} build
+#   meson -C build compile
+# }
+# 
+# check() {
+#   meson -C build test
+# }
+# 
+# package() {
+#   DESTDIR="${pkgdir}" meson -C build install
+# }



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

2022-09-07 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 7, 2022 @ 12:43:02
  Author: freswa
Revision: 1296069

revert to 0.3.8 due to incompatibility with virt-viewer

See:
https://gitlab.gnome.org/GNOME/libgovirt/-/issues/7
https://bugs.archlinux.org/task/75823

Modified:
  libgovirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-07 12:42:45 UTC (rev 1296068)
+++ PKGBUILD2022-09-07 12:43:02 UTC (rev 1296069)
@@ -3,27 +3,51 @@
 # Contributor: Jan de Groot 
 
 pkgname=libgovirt
-epoch=1
-pkgver=0.3.9
+epoch=2
+pkgver=0.3.8
 pkgrel=1
 pkgdesc='GObject-based library to access oVirt REST API'
 arch=(x86_64)
 url='https://gitlab.gnome.org/GNOME/libgovirt'
 license=(LGPL)
-depends=(librest)
+depends=(rest)
 makedepends=(gobject-introspection meson)
 
source=("https://gitlab.gnome.org/GNOME/libgovirt/-/archive/v${pkgver}/libgovirt-v${pkgver}.tar.bz2";)
-b2sums=('383660540bcde90e4406e086f8acc98af233b83cd8a8d7f3634fa1de4e6cc43ceeae2f476a16a65732c3cf5c302a2f108b9c5b1d67b39bd1de48af22da24')
+b2sums=('5b80bdcdade855695bc875f0d0b3203186856ffcebb2dc9c53161ba1ed9bc0ed48ffc30b6f3d951cfda73d398e60213ee4ccee711c64cb29cef5bca0ab53604a')
 
+prepare() {
+  cd ${pkgname}-v${pkgver}
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
 build() {
-  arch-meson ${pkgname}-v${pkgver} build
-  meson compile -C build
+  cd ${pkgname}-v${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
 }
 
 check() {
-  meson test -C build
+  cd ${pkgname}-v${pkgver}
+  make check
 }
 
 package() {
-  DESTDIR="${pkgdir}" meson install -C build
+  cd ${pkgname}-v${pkgver}
+  make DESTDIR="${pkgdir}" install
 }
+
+# use with >= 0.3.9
+#
+# build() {
+#   arch-meson ${pkgname}-v${pkgver} build
+#   meson -C build compile
+# }
+# 
+# check() {
+#   meson -C build test
+# }
+# 
+# package() {
+#   DESTDIR="${pkgdir}" meson -C build install
+# }



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

2022-09-06 Thread Frederik Schwan via arch-commits
Date: Tuesday, September 6, 2022 @ 21:54:40
  Author: freswa
Revision: 455211

archrelease: copy trunk to testing-x86_64

Added:
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 455210, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc.install
(from rev 455210, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/keys/
  glibc/repos/testing-x86_64/lib32-glibc.conf
(from rev 455210, glibc/trunk/lib32-glibc.conf)
  glibc/repos/testing-x86_64/locale-gen
(from rev 455210, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 455210, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/reenable_DT_HASH.patch
(from rev 455210, glibc/trunk/reenable_DT_HASH.patch)
  glibc/repos/testing-x86_64/sdt-config.h
(from rev 455210, glibc/trunk/sdt-config.h)
  glibc/repos/testing-x86_64/sdt.h
(from rev 455210, glibc/trunk/sdt.h)

+
 PKGBUILD   |  224 
 glibc.install  |5 
 lib32-glibc.conf   |1 
 locale-gen |   42 
 locale.gen.txt |   17 +
 reenable_DT_HASH.patch |  145 +++
 sdt-config.h   |6 
 sdt.h  |  430 +++
 8 files changed, 870 insertions(+)

Copied: glibc/repos/testing-x86_64/PKGBUILD (from rev 455210, 
glibc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-06 21:54:40 UTC (rev 455211)
@@ -0,0 +1,224 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Frederik Schwan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
+# NOTE: valgrind requires rebuilt with each major glibc version
+
+pkgbase=glibc
+pkgname=(glibc lib32-glibc)
+pkgver=2.36
+_commit=645d94808aaa90fb1b20a25ff70bb50d9eb1d55b
+pkgrel=4
+arch=(x86_64)
+url='https://www.gnu.org/software/libc'
+license=(GPL LGPL)
+makedepends=(git gd lib32-gcc-libs python)
+options=(debug staticlibs !lto)
+source=(git+https://sourceware.org/git/glibc.git#commit=${_commit}
+locale.gen.txt
+locale-gen
+lib32-glibc.conf
+sdt.h sdt-config.h
+reenable_DT_HASH.patch
+)
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8 # Carlos O'Donell
+  BC7C7372637EC10C57D7AA6579C43DFBF1CF2187) # Siddhesh Poyarekar
+b2sums=('SKIP'
+
'23c772feb247e6b5216b7962528617e53730267cb0913fd184edd6d3f59a4874ee7a864a56c48eb6e2936abadb30fc53166477b733a8a3e973932d79370c7b24'
+
'04fbb3b0b28705f41ccc6c15ed5532faf0105370f22133a2b49867e790df0491f5a1255220ff6ebab91a462f088d0cf299491b3eb8ea53534cb8638a213e46e3'
+
'7c265e6d36a5c0dff127093580827d15519b6c7205c2e1300e82f0fb5b9dd00b6accb40c56581f18179c4fbbc95bd2bf1b900ace867a83accde0969f7b609f8a'
+
'a6a5e2f2a627cc0d13d11a82458cfd0aa75ec1c5a3c7647e5d5a3bb1d4c0770887a3909bfda1236803d5bc9801bfd6251e13483e9adf797e4725332cd0d91a0e'
+
'214e995e84b342fe7b2a7704ce011b7c7fc74c2971f98eeb3b4e677b99c860addc0a7d91b8dc0f0b8be7537782ee331999e02ba48f4ccc1c331b60f27d715678'
+
'5fdd133c367af2f5454ea1eea7907de12166fb95eb59dbe33eae16aa9e26209b6585972bc1c80e36a0af4bfb04296acaf940ee78cd624cdcbab9669dff46c051')
+
+prepare() {
+  mkdir -p glibc-build lib32-glibc-build
+
+  [[ -d glibc-$pkgver ]] && ln -s glibc-$pkgver glibc
+  cd glibc
+
+  # re-enable `--hash-style=both` for building shared objects due to issues 
with EPIC's EAC
+  # which relies on DT_HASH to be present in these libs.
+  # reconsider 2023-01
+  patch -Np1 -i "${srcdir}"/reenable_DT_HASH.patch
+}
+
+build() {
+  local _configure_flags=(
+  --prefix=/usr
+  --with-headers=/usr/include
+  --with-bugurl=https://bugs.archlinux.org/
+  --enable-bind-now
+  --enable-cet
+  --enable-kernel=4.4
+  --enable-multi-arch
+  --enable-stack-protector=strong
+  --enable-systemtap
+  --disable-profile
+  --disable-crypt
+  --disable-werror
+  )
+
+  cd "${srcdir}"/glibc-build
+
+  echo "slibdir=/usr/lib" >> configparms
+  echo "rtlddir=/usr/lib" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  # Credits @allanmcrae
+  # 
https://github.com/allanmcrae/toolchain/blob/f18604d70c5933c31b51a320978711e4e6791cf1/glibc/PKGBUILD
+  # remove fortify for building libraries
+  CFLAGS=${CFLAGS/-Wp,-D_FORTIFY_SOURCE=2/}
+
+  "${srcdir}"/glibc/configure \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  "${_configure_flags[@]}"
+
+  # build libraries with fortify disabled
+  echo "build-programs=no" >> configparms
+  make -O
+
+  # re-enable fortify for programs
+  sed -i "/build-programs=/s#no#yes#" configparms
+  echo "CFLAGS += -Wp,-D_FORTIFY_SOURCE=2" >> configparms
+  make -O
+
+  # build info pag

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

2022-09-06 Thread Frederik Schwan via arch-commits
Date: Tuesday, September 6, 2022 @ 21:54:34
  Author: freswa
Revision: 455210

upgpkg: glibc 2.36-4

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 19:54:18 UTC (rev 455209)
+++ PKGBUILD2022-09-06 21:54:34 UTC (rev 455210)
@@ -9,8 +9,8 @@
 pkgbase=glibc
 pkgname=(glibc lib32-glibc)
 pkgver=2.36
-_commit=e982657073c4db21459ffd9e17bc505b1d64b876
-pkgrel=3
+_commit=645d94808aaa90fb1b20a25ff70bb50d9eb1d55b
+pkgrel=4
 arch=(x86_64)
 url='https://www.gnu.org/software/libc'
 license=(GPL LGPL)
@@ -26,7 +26,7 @@
 validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8 # Carlos O'Donell
   BC7C7372637EC10C57D7AA6579C43DFBF1CF2187) # Siddhesh Poyarekar
 b2sums=('SKIP'
-
'46d533d25c7a2ce4ae75d452eee7ebb8e3ce4d191af9be3daa43718b78cb81d33cfd8046a117a15d87de9f5e940448c66005b0490515bf731c9e4691c53908d6'
+
'23c772feb247e6b5216b7962528617e53730267cb0913fd184edd6d3f59a4874ee7a864a56c48eb6e2936abadb30fc53166477b733a8a3e973932d79370c7b24'
 
'04fbb3b0b28705f41ccc6c15ed5532faf0105370f22133a2b49867e790df0491f5a1255220ff6ebab91a462f088d0cf299491b3eb8ea53534cb8638a213e46e3'
 
'7c265e6d36a5c0dff127093580827d15519b6c7205c2e1300e82f0fb5b9dd00b6accb40c56581f18179c4fbbc95bd2bf1b900ace867a83accde0969f7b609f8a'
 
'a6a5e2f2a627cc0d13d11a82458cfd0aa75ec1c5a3c7647e5d5a3bb1d4c0770887a3909bfda1236803d5bc9801bfd6251e13483e9adf797e4725332cd0d91a0e'
@@ -124,7 +124,7 @@
 skip_test() {
   test=${1}
   file=${2}
-  sed -i "s/\b${test}\b//" "${{srcdir}}"/glibc/${file}
+  sed -i "s/\b${test}\b//" "${srcdir}"/glibc/${file}
 }
 
 check() {
@@ -186,7 +186,7 @@
 "${srcdir}"/glibc/localedata/SUPPORTED >> "${pkgdir}"/etc/locale.gen
 
   # Add SUPPORTED file
-  install -dm644 "${srcdir}"/glibc/localedata/SUPPORTED 
"${pkgdir}"/usr/share/i18n/SUPPORTED
+  install -m644 "${srcdir}"/glibc/localedata/SUPPORTED 
"${pkgdir}"/usr/share/i18n/SUPPORTED
 
   # install C.UTF-8 so that it is always available
   install -dm755 "${pkgdir}"/usr/lib/locale



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

2022-09-06 Thread Frederik Schwan via arch-commits
Date: Tuesday, September 6, 2022 @ 12:45:24
  Author: freswa
Revision: 455120

unify variable quoting

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 12:39:58 UTC (rev 455119)
+++ PKGBUILD2022-09-06 12:45:24 UTC (rev 455120)
@@ -61,7 +61,7 @@
   --disable-werror
   )
 
-  cd "$srcdir/glibc-build"
+  cd "${srcdir}"/glibc-build
 
   echo "slibdir=/usr/lib" >> configparms
   echo "rtlddir=/usr/lib" >> configparms
@@ -73,7 +73,7 @@
   # remove fortify for building libraries
   CFLAGS=${CFLAGS/-Wp,-D_FORTIFY_SOURCE=2/}
 
-  "$srcdir/glibc/configure" \
+  "${srcdir}"/glibc/configure \
   --libdir=/usr/lib \
   --libexecdir=/usr/lib \
   "${_configure_flags[@]}"
@@ -90,7 +90,7 @@
   # build info pages manually for reproducibility
   make info
 
-  cd "$srcdir/lib32-glibc-build"
+  cd "${srcdir}"/lib32-glibc-build
   export CC="gcc -m32 -mstackrealign"
   export CXX="g++ -m32 -mstackrealign"
 
@@ -99,7 +99,7 @@
   echo "sbindir=/usr/bin" >> configparms
   echo "rootsbindir=/usr/bin" >> configparms
 
-  "$srcdir/glibc/configure" \
+  "${srcdir}"/glibc/configure \
   --host=i686-pc-linux-gnu \
   --libdir=/usr/lib32 \
   --libexecdir=/usr/lib32 \
@@ -124,7 +124,7 @@
 skip_test() {
   test=${1}
   file=${2}
-  sed -i "s/\b${test}\b//" "${srcdir}"/glibc/${file}
+  sed -i "s/\b${test}\b//" "${{srcdir}}"/glibc/${file}
 }
 
 check() {
@@ -162,41 +162,41 @@
   etc/locale.gen
   etc/nscd.conf)
 
-  make -C glibc-build install_root="$pkgdir" install
-  rm -f "$pkgdir"/etc/ld.so.cache
+  make -C glibc-build install_root="${pkgdir}" install
+  rm -f "${pkgdir}"/etc/ld.so.cache
 
   # Shipped in tzdata
-  rm -f "$pkgdir"/usr/bin/{tzselect,zdump,zic}
+  rm -f "${pkgdir}"/usr/bin/{tzselect,zdump,zic}
 
   cd glibc
 
-  install -dm755 "$pkgdir"/usr/lib/{locale,systemd/system,tmpfiles.d}
-  install -m644 nscd/nscd.conf "$pkgdir/etc/nscd.conf"
-  install -m644 nscd/nscd.service "$pkgdir/usr/lib/systemd/system"
-  install -m644 nscd/nscd.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/nscd.conf"
-  install -dm755 "$pkgdir/var/db/nscd"
+  install -dm755 "${pkgdir}"/usr/lib/{locale,systemd/system,tmpfiles.d}
+  install -m644 nscd/nscd.conf "${pkgdir}"/etc/nscd.conf
+  install -m644 nscd/nscd.service "${pkgdir}"/usr/lib/systemd/system
+  install -m644 nscd/nscd.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/nscd.conf
+  install -dm755 "${pkgdir}"/var/db/nscd
 
-  install -m644 posix/gai.conf "$pkgdir"/etc/gai.conf
+  install -m644 posix/gai.conf "${pkgdir}"/etc/gai.conf
 
-  install -m755 "$srcdir/locale-gen" "$pkgdir/usr/bin"
+  install -m755 "${srcdir}"/locale-gen "${pkgdir}"/usr/bin
 
   # Create /etc/locale.gen
-  install -m644 "$srcdir/locale.gen.txt" "$pkgdir/etc/locale.gen"
+  install -m644 "${srcdir}"/locale.gen.txt "${pkgdir}"/etc/locale.gen
   sed -e '1,3d' -e 's|/| |g' -e 's|\\| |g' -e 's|^|#|g' \
-"$srcdir/glibc/localedata/SUPPORTED" >> "$pkgdir/etc/locale.gen"
+"${srcdir}"/glibc/localedata/SUPPORTED >> "${pkgdir}"/etc/locale.gen
 
   # Add SUPPORTED file
-  install -dm644 "$srcdir"/glibc/localedata/SUPPORTED 
"$pkgdir"/usr/share/i18n/SUPPORTED
+  install -dm644 "${srcdir}"/glibc/localedata/SUPPORTED 
"${pkgdir}"/usr/share/i18n/SUPPORTED
 
   # install C.UTF-8 so that it is always available
-  install -dm755 "$pkgdir/usr/lib/locale"
-  cp -r "$srcdir/C.UTF-8" -t "$pkgdir/usr/lib/locale"
-  sed -i '/#C\.UTF-8 /d' "$pkgdir/etc/locale.gen"
+  install -dm755 "${pkgdir}"/usr/lib/locale
+  cp -r "${srcdir}"/C.UTF-8 -t "${pkgdir}"/usr/lib/locale
+  sed -i '/#C\.UTF-8 /d' "${pkgdir}"/etc/locale.gen
 
   # Provide tracing probes to libstdc++ for exceptions, possibly for other
   # libraries too. Useful for gdb's catch command.
-  install -Dm644 "$srcdir/sdt.h" "$pkgdir/usr/include/sys/sdt.h"
-  install -Dm644 "$srcdir/sdt-config.h" "$pkgdir/usr/include/sys/sdt-config.h"
+  install -Dm644 "${srcdir}"/sdt.h "${pkgdir}"/usr/include/sys/sdt.h
+  install -Dm644 "${srcdir}"/sdt-config.h 
"${pkgdir}"/usr/include/sys/sdt-config.h
 }
 
 package_lib32-glibc() {
@@ -206,19 +206,19 @@
 
   cd lib32-glibc-build
 
-  make install_root="$pkgdir" install
-  rm -rf "$pkgdir"/{etc,sbin,usr/{bin,sbin,share},var}
+  make install_root="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,sbin,usr/{bin,sbin,share},var}
 
   # We need to keep 32 bit specific header files
-  find "$pkgdir/usr/include" -type f -not -name '*-32.h' -delete
+  find "${pkgdir}"/usr/include -type f -not -name '*-32.h' -delete
 
   # Dynamic linker
-  install -d "$pkgdir/usr/lib"
-  ln -s ../lib32/ld-linux.so.2 "$pkgdir/usr/lib/"
+  install -d "${pkgdir}"/usr/lib
+  ln -s ../lib32/ld-linux.so.2 "${pkgdir}"/usr/lib/
 
   # Add lib32 paths to the default library search path
-  install -Dm644 "$srcdir/lib32-gl

[arch-commits] Commit in glibc/trunk (PKGBUILD locale.gen.txt)

2022-09-06 Thread Frederik Schwan via arch-commits
Date: Tuesday, September 6, 2022 @ 12:39:58
  Author: freswa
Revision: 455119

improve locale handling as supposed by @codefiles

Add SUPPORTED file to package as done by other distributions in order to provide
the set of available locales in a unmodified file.
Also remove examples in locale.gen to avoid matches of tools as sed and grep.

Credit @ 
https://github.com/archlinux/archinstall/pull/1423#issuecomment-1236515008

Modified:
  glibc/trunk/PKGBUILD
  glibc/trunk/locale.gen.txt

+
 PKGBUILD   |3 +++
 locale.gen.txt |6 --
 2 files changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 12:32:45 UTC (rev 455118)
+++ PKGBUILD2022-09-06 12:39:58 UTC (rev 455119)
@@ -185,6 +185,9 @@
   sed -e '1,3d' -e 's|/| |g' -e 's|\\| |g' -e 's|^|#|g' \
 "$srcdir/glibc/localedata/SUPPORTED" >> "$pkgdir/etc/locale.gen"
 
+  # Add SUPPORTED file
+  install -dm644 "$srcdir"/glibc/localedata/SUPPORTED 
"$pkgdir"/usr/share/i18n/SUPPORTED
+
   # install C.UTF-8 so that it is always available
   install -dm755 "$pkgdir/usr/lib/locale"
   cp -r "$srcdir/C.UTF-8" -t "$pkgdir/usr/lib/locale"

Modified: locale.gen.txt
===
--- locale.gen.txt  2022-09-06 12:32:45 UTC (rev 455118)
+++ locale.gen.txt  2022-09-06 12:39:58 UTC (rev 455119)
@@ -9,12 +9,6 @@
 #  where  is one of the locales given in /usr/share/i18n/locales
 #  and  is one of the character sets listed in 
/usr/share/i18n/charmaps
 #
-#  Examples:
-#  en_US ISO-8859-1
-#  en_US.UTF-8 UTF-8
-#  de_DE ISO-8859-1
-#  de_DE@euro ISO-8859-15
-#
 #  The locale-gen command will generate all the locales,
 #  placing them in /usr/lib/locale.
 #



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

2022-09-06 Thread Frederik Schwan via arch-commits
Date: Tuesday, September 6, 2022 @ 09:53:48
  Author: freswa
Revision: 1294408

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1294407, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1294407, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   71 
 disable_use_scm_version.patch |   50 ++--
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 09:53:44 UTC (rev 1294407)
+++ PKGBUILD2022-09-06 09:53:48 UTC (rev 1294408)
@@ -1,35 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.5.2
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint";
-license=('GPL3')
-depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
-makedepends=(python-{build,installer,setuptools,wheel})
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('02fe3f0cb410831ee7913c5f5ae434678ff183f9c60f0355988d69b516324513fd417439f9ceee4a38192c1e593d7bc00c8fd1aafdff6ba904cdb4ba56257657'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1294407, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 09:53:48 UTC (rev 1294408)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.5.2
+pkgrel=2
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint";
+license=('GPL3')
+depends=(python ansible-core yamllint 
+  
python-{ansible-compat,black,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
+makedepends=(python-{build,installer,setuptools,wheel})
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('0af95ceaf303a634db584e4202b4eec85fa8056915b92ea833918d6f835ea9c61843c7ce888754869e9b521ec18577edfd75b5a8e74427a4b7e32be14ac0a788'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-09-06 09:53:44 UTC (rev 1294407)
+++ disable_use_scm_version.patch   2022-09-06 09:53:48 UTC (rev 1294408)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 5301b4f..5aa5d1e 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -54,7 +54,6 @@ keywords =
-   lint
- 
- [options]
--use_scm_version = True
- p

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

2022-09-06 Thread Frederik Schwan via arch-commits
Date: Tuesday, September 6, 2022 @ 09:53:44
  Author: freswa
Revision: 1294407

add python-black dependency

fix FS#75809

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 09:49:27 UTC (rev 1294406)
+++ PKGBUILD2022-09-06 09:53:44 UTC (rev 1294407)
@@ -4,17 +4,18 @@
 
 pkgname=ansible-lint
 pkgver=6.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('GPL3')
-depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
+depends=(python ansible-core yamllint 
+  
python-{ansible-compat,black,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
 makedepends=(python-{build,installer,setuptools,wheel})
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('02fe3f0cb410831ee7913c5f5ae434678ff183f9c60f0355988d69b516324513fd417439f9ceee4a38192c1e593d7bc00c8fd1aafdff6ba904cdb4ba56257657'
+b2sums=('0af95ceaf303a634db584e4202b4eec85fa8056915b92ea833918d6f835ea9c61843c7ce888754869e9b521ec18577edfd75b5a8e74427a4b7e32be14ac0a788'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



[arch-commits] Commit in perl-par-packer/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-09-06 Thread Frederik Schwan via arch-commits
Date: Tuesday, September 6, 2022 @ 09:49:27
  Author: freswa
Revision: 1294406

archrelease: copy trunk to community-x86_64

Added:
  perl-par-packer/repos/community-x86_64/PKGBUILD
(from rev 1294405, perl-par-packer/trunk/PKGBUILD)
Deleted:
  perl-par-packer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 09:49:23 UTC (rev 1294405)
+++ PKGBUILD2022-09-06 09:49:27 UTC (rev 1294406)
@@ -1,44 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Amish 
-# Contributor: Justin Davis 
-# Contributor: Tony Sokhon 
-
-pkgname=perl-par-packer
-pkgver=1.055
-pkgrel=1
-pkgdesc='PAR Packager'
-arch=('x86_64')
-url='https://metacpan.org/release/PAR-Packer'
-license=('GPL')
-depends=('perl-archive-zip' 'perl-getopt-argvfile' 'perl-ipc-run3'
- 'perl-module-scandeps' 'perl-par' 'perl-par-dist')
-makedepends=('perl' 'perl-extutils-makemaker')
-options=('!emptydirs' purge)
-source=("https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-Packer-${pkgver}.tar.gz";)
-b2sums=('ff115701941030dc1f8d10191229569449fe7fe3a8172f61cba6d391022c509dc10639a926b3cda322ab9b428b0ee2800ccef5ef18d620d77f8d9e576ec06f8d')
-
-build() {
-  cd PAR-Packer-${pkgver}
-  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd PAR-Packer-${pkgver}
-  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  local _perlver=$(perl -e 'print substr($^V, 1)')
-  depends+=("perl=${_perlver}") # versioned dependency down to patch version
-
-  cd PAR-Packer-${pkgver}
-  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  #remove conflicting and empty man page
-  rm "${pkgdir}"/usr/share/man/man1/pp.1
-}

Copied: perl-par-packer/repos/community-x86_64/PKGBUILD (from rev 1294405, 
perl-par-packer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 09:49:27 UTC (rev 1294406)
@@ -0,0 +1,44 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Amish 
+# Contributor: Justin Davis 
+# Contributor: Tony Sokhon 
+
+pkgname=perl-par-packer
+pkgver=1.056
+pkgrel=1
+pkgdesc='PAR Packager'
+arch=('x86_64')
+url='https://metacpan.org/release/PAR-Packer'
+license=('GPL')
+depends=('perl-archive-zip' 'perl-getopt-argvfile' 'perl-ipc-run3'
+ 'perl-module-scandeps' 'perl-par' 'perl-par-dist')
+makedepends=('perl' 'perl-extutils-makemaker')
+options=('!emptydirs' purge)
+source=("https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-Packer-${pkgver}.tar.gz";)
+b2sums=('5a01ed5c86597880df719cef819e71578735119963cadf49c57229bec7e1363fce3ff1fc3bd0bf61fad60a59a320fd5b43c07f5ae4c3a41ab021db55b244bac8')
+
+build() {
+  cd PAR-Packer-${pkgver}
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd PAR-Packer-${pkgver}
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  local _perlver=$(perl -e 'print substr($^V, 1)')
+  depends+=("perl=${_perlver}") # versioned dependency down to patch version
+
+  cd PAR-Packer-${pkgver}
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  #remove conflicting and empty man page
+  rm "${pkgdir}"/usr/share/man/man1/pp.1
+}



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

2022-09-06 Thread Frederik Schwan via arch-commits
Date: Tuesday, September 6, 2022 @ 09:49:23
  Author: freswa
Revision: 1294405

upgpkg: perl-par-packer 1.056-1

Modified:
  perl-par-packer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 09:45:24 UTC (rev 1294404)
+++ PKGBUILD2022-09-06 09:49:23 UTC (rev 1294405)
@@ -4,7 +4,7 @@
 # Contributor: Tony Sokhon 
 
 pkgname=perl-par-packer
-pkgver=1.055
+pkgver=1.056
 pkgrel=1
 pkgdesc='PAR Packager'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('perl' 'perl-extutils-makemaker')
 options=('!emptydirs' purge)
 
source=("https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-Packer-${pkgver}.tar.gz";)
-b2sums=('ff115701941030dc1f8d10191229569449fe7fe3a8172f61cba6d391022c509dc10639a926b3cda322ab9b428b0ee2800ccef5ef18d620d77f8d9e576ec06f8d')
+b2sums=('5a01ed5c86597880df719cef819e71578735119963cadf49c57229bec7e1363fce3ff1fc3bd0bf61fad60a59a320fd5b43c07f5ae4c3a41ab021db55b244bac8')
 
 build() {
   cd PAR-Packer-${pkgver}



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

2022-09-06 Thread Frederik Schwan via arch-commits
Date: Tuesday, September 6, 2022 @ 09:45:24
  Author: freswa
Revision: 1294404

archrelease: copy trunk to community-x86_64

Added:
  libgovirt/repos/community-x86_64/PKGBUILD
(from rev 1294403, libgovirt/trunk/PKGBUILD)
Deleted:
  libgovirt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 09:45:20 UTC (rev 1294403)
+++ PKGBUILD2022-09-06 09:45:24 UTC (rev 1294404)
@@ -1,43 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=libgovirt
-pkgver=0.3.8
-pkgrel=1
-epoch=1
-pkgdesc="GObject-based library to access oVirt REST API"
-arch=(x86_64)
-url="https://gitlab.gnome.org/GNOME/libgovirt";
-license=(LGPL)
-depends=(rest)
-makedepends=(git gobject-introspection)
-_commit=4c85fde80498a72aa649e67f2c1ef06f85db461a
-source=("git+https://gitlab.gnome.org/GNOME/libgovirt.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/^v//' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libgovirt/repos/community-x86_64/PKGBUILD (from rev 1294403, 
libgovirt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 09:45:24 UTC (rev 1294404)
@@ -0,0 +1,29 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=libgovirt
+epoch=1
+pkgver=0.3.9
+pkgrel=1
+pkgdesc='GObject-based library to access oVirt REST API'
+arch=(x86_64)
+url='https://gitlab.gnome.org/GNOME/libgovirt'
+license=(LGPL)
+depends=(librest)
+makedepends=(gobject-introspection meson)
+source=("https://gitlab.gnome.org/GNOME/libgovirt/-/archive/v${pkgver}/libgovirt-v${pkgver}.tar.bz2";)
+b2sums=('383660540bcde90e4406e086f8acc98af233b83cd8a8d7f3634fa1de4e6cc43ceeae2f476a16a65732c3cf5c302a2f108b9c5b1d67b39bd1de48af22da24')
+
+build() {
+  arch-meson ${pkgname}-v${pkgver} build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}



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

2022-09-06 Thread Frederik Schwan via arch-commits
Date: Tuesday, September 6, 2022 @ 09:45:20
  Author: freswa
Revision: 1294403

upgpkg: libgovirt 1:0.3.9-1

Modified:
  libgovirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 07:41:55 UTC (rev 1294402)
+++ PKGBUILD2022-09-06 09:45:20 UTC (rev 1294403)
@@ -1,43 +1,29 @@
-# Maintainer: Balló György 
+# Maintainer: Frederik Schwan 
+# Contributor: Balló György 
 # Contributor: Jan de Groot 
 
 pkgname=libgovirt
-pkgver=0.3.8
+epoch=1
+pkgver=0.3.9
 pkgrel=1
-epoch=1
-pkgdesc="GObject-based library to access oVirt REST API"
+pkgdesc='GObject-based library to access oVirt REST API'
 arch=(x86_64)
-url="https://gitlab.gnome.org/GNOME/libgovirt";
+url='https://gitlab.gnome.org/GNOME/libgovirt'
 license=(LGPL)
-depends=(rest)
-makedepends=(git gobject-introspection)
-_commit=4c85fde80498a72aa649e67f2c1ef06f85db461a
-source=("git+https://gitlab.gnome.org/GNOME/libgovirt.git#commit=$_commit";)
-sha256sums=('SKIP')
+depends=(librest)
+makedepends=(gobject-introspection meson)
+source=("https://gitlab.gnome.org/GNOME/libgovirt/-/archive/v${pkgver}/libgovirt-v${pkgver}.tar.bz2";)
+b2sums=('383660540bcde90e4406e086f8acc98af233b83cd8a8d7f3634fa1de4e6cc43ceeae2f476a16a65732c3cf5c302a2f108b9c5b1d67b39bd1de48af22da24')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/^v//' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  arch-meson ${pkgname}-v${pkgver} build
+  meson compile -C build
 }
 
 check() {
-  cd $pkgname
-  make check
+  meson test -C build
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="${pkgdir}" meson install -C build
 }



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

2022-09-01 Thread Frederik Schwan via arch-commits
Date: Thursday, September 1, 2022 @ 16:16:01
  Author: freswa
Revision: 1290370

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1290369, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1290369, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   70 
 disable_use_scm_version.patch |   50 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 16:15:58 UTC (rev 1290369)
+++ PKGBUILD2022-09-01 16:16:01 UTC (rev 1290370)
@@ -1,35 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.5.1
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint";
-license=('GPL3')
-depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
-makedepends=(python-{build,installer,setuptools,wheel})
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('9f6bf46484fef302091117e8570def77c7501d930bd48bf381381b819ddc83ba5eb53539612d1f038f399743a96af8f4231ddfe0e548af8e6e43b1bb5720fea5'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1290369, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 16:16:01 UTC (rev 1290370)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.5.2
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint";
+license=('GPL3')
+depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
+makedepends=(python-{build,installer,setuptools,wheel})
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('02fe3f0cb410831ee7913c5f5ae434678ff183f9c60f0355988d69b516324513fd417439f9ceee4a38192c1e593d7bc00c8fd1aafdff6ba904cdb4ba56257657'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-09-01 16:15:58 UTC (rev 1290369)
+++ disable_use_scm_version.patch   2022-09-01 16:16:01 UTC (rev 1290370)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 5301b4f..5aa5d1e 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -54,7 +54,6 @@ keywords =
-   lint
- 
- [options]
--use_scm_version = True
- python_req

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

2022-09-01 Thread Frederik Schwan via arch-commits
Date: Thursday, September 1, 2022 @ 16:15:58
  Author: freswa
Revision: 1290369

upgpkg: ansible-lint 6.5.2-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 16:08:48 UTC (rev 1290368)
+++ PKGBUILD2022-09-01 16:15:58 UTC (rev 1290369)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.5.1
+pkgver=6.5.2
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -14,7 +14,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('9f6bf46484fef302091117e8570def77c7501d930bd48bf381381b819ddc83ba5eb53539612d1f038f399743a96af8f4231ddfe0e548af8e6e43b1bb5720fea5'
+b2sums=('02fe3f0cb410831ee7913c5f5ae434678ff183f9c60f0355988d69b516324513fd417439f9ceee4a38192c1e593d7bc00c8fd1aafdff6ba904cdb4ba56257657'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-09-01 Thread Frederik Schwan via arch-commits
Date: Thursday, September 1, 2022 @ 16:08:48
  Author: freswa
Revision: 1290368

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt-python/repos/community-testing-x86_64/
  libvirt-python/repos/community-testing-x86_64/PKGBUILD
(from rev 1290367, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-testing-x86_64/keys/
  libvirt-python/repos/community-testing-x86_64/libvirt-python.install
(from rev 1290367, libvirt-python/trunk/libvirt-python.install)

+
 PKGBUILD   |   29 +
 libvirt-python.install |3 +++
 2 files changed, 32 insertions(+)

Copied: libvirt-python/repos/community-testing-x86_64/PKGBUILD (from rev 
1290367, libvirt-python/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-01 16:08:48 UTC (rev 1290368)
@@ -0,0 +1,29 @@
+# Maintainer: Robin Broda 
+# Contributor: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=('libvirt-python')
+epoch=1
+pkgver=8.7.0
+pkgrel=1
+pkgdesc="libvirt python binding"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/libvirt-python";
+license=('LGPL')
+makedepends=('python' 'python-setuptools' 'libvirt')
+depends=('python' 'libvirt')
+options=('emptydirs')
+source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz";)
+sha512sums=('f7883964875657a11c6756e31fda59eadba8394b71dda04df366aac85b163f3ffb379054bace38922d10d0b8972d1e1210d1513498cfd5cd8f0b76d6985ee945')
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+}

Copied: libvirt-python/repos/community-testing-x86_64/libvirt-python.install 
(from rev 1290367, libvirt-python/trunk/libvirt-python.install)
===
--- community-testing-x86_64/libvirt-python.install 
(rev 0)
+++ community-testing-x86_64/libvirt-python.install 2022-09-01 16:08:48 UTC 
(rev 1290368)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}



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

2022-09-01 Thread Frederik Schwan via arch-commits
Date: Thursday, September 1, 2022 @ 16:08:44
  Author: freswa
Revision: 1290367

upgpkg: libvirt-python 1:8.7.0-1

Modified:
  libvirt-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 16:07:41 UTC (rev 1290366)
+++ PKGBUILD2022-09-01 16:08:44 UTC (rev 1290367)
@@ -5,7 +5,7 @@
 
 pkgname=('libvirt-python')
 epoch=1
-pkgver=8.6.0
+pkgver=8.7.0
 pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 depends=('python' 'libvirt')
 options=('emptydirs')
 source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz";)
-sha512sums=('5cef7fd3a73a0100f91fae0294eba81c9b00919d88589a6ea985c2cc6c2b5ee4858622ecce73f8ad4a321abaf88cba6bf824f004e9fb8f84e1ee655321bf806d')
+sha512sums=('f7883964875657a11c6756e31fda59eadba8394b71dda04df366aac85b163f3ffb379054bace38922d10d0b8972d1e1210d1513498cfd5cd8f0b76d6985ee945')
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
 
 build() {



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

2022-09-01 Thread Frederik Schwan via arch-commits
Date: Thursday, September 1, 2022 @ 16:07:37
  Author: freswa
Revision: 1290365

upgpkg: libvirt 1:8.7.0-1

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 15:52:16 UTC (rev 1290364)
+++ PKGBUILD2022-09-01 16:07:37 UTC (rev 1290365)
@@ -6,8 +6,8 @@
 
 pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
 epoch=1
-pkgver=8.6.0
-pkgrel=2
+pkgver=8.7.0
+pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="https://libvirt.org/";
@@ -83,13 +83,9 @@
 options=(debug)
 source=(
   "https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
-  glibc-2.36-lxc-fix.patch
-  glibc-2.36-virfile-fix.patch
 )
-sha256sums=('a81847c43ac9ade61b6f8447c44e8ba2cc544ab49bac5c0b18a5b105f5da3ae2'
-'SKIP'
-'766b998644d29bb8ea173a5911d5afc0f8e84f1845e19a65b349dd686d85aeed'
-'5ba526edc7f486588ccde4d8a4d1b9f4afeba9517029126d981705eb16e32495')
+sha256sums=('72e63a0f27911e339afd8269c6e8b029721893940edec11e09e471944f60e538'
+'SKIP')
 validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark 

 
 prepare() {
@@ -104,9 +100,6 @@
   sed -i 
's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
 src/qemu/qemu.conf.in \
 src/qemu/test_libvirtd_qemu.aug.in
-
-  patch -Np1 < ../glibc-2.36-lxc-fix.patch
-  patch -Np1 < ../glibc-2.36-virfile-fix.patch
 }
 
 build() {



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

2022-09-01 Thread Frederik Schwan via arch-commits
Date: Thursday, September 1, 2022 @ 16:07:41
  Author: freswa
Revision: 1290366

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt/repos/community-testing-x86_64/
  libvirt/repos/community-testing-x86_64/PKGBUILD
(from rev 1290365, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-testing-x86_64/glibc-2.36-lxc-fix.patch
(from rev 1290365, libvirt/trunk/glibc-2.36-lxc-fix.patch)
  libvirt/repos/community-testing-x86_64/glibc-2.36-virfile-fix.patch
(from rev 1290365, libvirt/trunk/glibc-2.36-virfile-fix.patch)
  libvirt/repos/community-testing-x86_64/keys/

--+
 PKGBUILD |  190 +
 glibc-2.36-lxc-fix.patch |   37 +++
 glibc-2.36-virfile-fix.patch |   42 +
 3 files changed, 269 insertions(+)

Copied: libvirt/repos/community-testing-x86_64/PKGBUILD (from rev 1290365, 
libvirt/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-01 16:07:41 UTC (rev 1290366)
@@ -0,0 +1,190 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Robin Broda 
+# Contributor: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
+epoch=1
+pkgver=8.7.0
+pkgrel=1
+pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
+arch=('x86_64')
+url="https://libvirt.org/";
+license=('LGPL' 'GPL3') #libvirt_parthelper links to libparted which is GPL3 
only
+depends=('libpciaccess' 'yajl' 'fuse3' 'gnutls' 'parted' 'libssh' 'libxml2' 
'numactl' 'polkit')
+makedepends=('meson' 'libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 
'libiscsi' 'glusterfs'
+ 'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 'qemu-base')
+optdepends=('libvirt-storage-gluster: Gluster storage backend'
+'libvirt-storage-iscsi-direct: iSCSI-direct storage backend'
+'gettext: required for libvirt-guests.service'
+'openbsd-netcat: for remote management over ssh'
+'dmidecode: DMI system info support'
+'dnsmasq: required for default NAT/DHCP for guests'
+'radvd: IPv6 RAD support'
+'iptables-nft: required for default NAT networking'
+'qemu-desktop: QEMU/KVM support'
+'qemu-emulators-full: Support of additional QEMU architectures'
+'lvm2: Logical Volume Manager support'
+'open-iscsi: iSCSI support via iscsiadm'
+'swtpm: TPM emulator support')
+
+backup=(
+  'etc/libvirt/libvirt-admin.conf'
+  'etc/libvirt/libvirt.conf'
+  'etc/libvirt/libvirtd.conf'
+  'etc/libvirt/lxc.conf'
+  'etc/libvirt/nwfilter/allow-arp.xml'
+  'etc/libvirt/nwfilter/allow-dhcp-server.xml'
+  'etc/libvirt/nwfilter/allow-dhcpv6-server.xml'
+  'etc/libvirt/nwfilter/allow-dhcp.xml'
+  'etc/libvirt/nwfilter/allow-dhcpv6.xml'
+  'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
+  'etc/libvirt/nwfilter/allow-incoming-ipv6.xml'
+  'etc/libvirt/nwfilter/allow-ipv6.xml'
+  'etc/libvirt/nwfilter/allow-ipv4.xml'
+  'etc/libvirt/nwfilter/clean-traffic-gateway.xml'
+  'etc/libvirt/nwfilter/clean-traffic.xml'
+  'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-spoofing.xml'
+  'etc/libvirt/nwfilter/no-ip-multicast.xml'
+  'etc/libvirt/nwfilter/no-ipv6-multicast.xml'
+  'etc/libvirt/nwfilter/no-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-ipv6-spoofing.xml'
+  'etc/libvirt/nwfilter/no-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-mac-broadcast.xml'
+  'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
+  'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self.xml'
+  'etc/libvirt/qemu.conf'
+  'etc/libvirt/qemu-lockd.conf'
+  'etc/libvirt/qemu/networks/default.xml'
+  'etc/libvirt/virtchd.conf'
+  'etc/libvirt/virtinterfaced.conf'
+  'etc/libvirt/virtlockd.conf'
+  'etc/libvirt/virtlogd.conf'
+  'etc/libvirt/virt-login-shell.conf'
+  'etc/libvirt/virtlxcd.conf'
+  'etc/libvirt/virtnetworkd.conf'
+  'etc/libvirt/virtnodedevd.conf'
+  'etc/libvirt/virtnwfilterd.conf'
+  'etc/libvirt/virtproxyd.conf'
+  'etc/libvirt/virtqemud.conf'
+  'etc/libvirt/virtsecretd.conf'
+  'etc/libvirt/virtstoraged.conf'
+  'etc/libvirt/virtvboxd.conf'
+  'etc/logrotate.d/libvirtd'
+  'etc/logrotate.d/libvirtd.lxc'
+  'etc/logrotate.d/libvirtd.qemu'
+  'etc/sasl2/libvirt.conf'
+)
+options=(debug)
+source=(
+  "https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('72e63a0f27911e339afd8269c6e8b029721893940edec11e09e471944f60e538'
+'SKIP')
+validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed -i 's|/sysconfi

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

2022-08-31 Thread Frederik Schwan via arch-commits
Date: Wednesday, August 31, 2022 @ 23:03:39
  Author: freswa
Revision: 1289748

upgpkg: wasmtime 0.40.1-1

Modified:
  wasmtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-31 22:51:15 UTC (rev 1289747)
+++ PKGBUILD2022-08-31 23:03:39 UTC (rev 1289748)
@@ -2,7 +2,7 @@
 # Contributor: Dario Ostuni 
 
 pkgname=wasmtime
-pkgver=0.40.0
+pkgver=0.40.1
 pkgrel=1
 pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
 arch=('x86_64')



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

2022-08-31 Thread Frederik Schwan via arch-commits
Date: Wednesday, August 31, 2022 @ 23:03:41
  Author: freswa
Revision: 1289749

archrelease: copy trunk to community-x86_64

Added:
  wasmtime/repos/community-x86_64/PKGBUILD
(from rev 1289748, wasmtime/trunk/PKGBUILD)
Deleted:
  wasmtime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-31 23:03:39 UTC (rev 1289748)
+++ PKGBUILD2022-08-31 23:03:41 UTC (rev 1289749)
@@ -1,51 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Dario Ostuni 
-
-pkgname=wasmtime
-pkgver=0.40.0
-pkgrel=1
-pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
-arch=('x86_64')
-url='https://github.com/bytecodealliance/wasmtime'
-license=('Apache')
-depends=('gcc-libs')
-makedepends=('cargo' 'git')
-options=('!lto')
-source=("git+https://github.com/bytecodealliance/wasmtime.git#commit=v${pkgver}";
-git+https://github.com/WebAssembly/testsuite.git
-git+https://github.com/WebAssembly/wasm-c-api.git
-git+https://github.com/WebAssembly/WASI.git
-git+https://github.com/WebAssembly/wasi-nn.git
-git+https://github.com/WebAssembly/wasi-crypto.git)
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  git submodule init
-  git config submodule.spec_testsuite.src "${srcdir}"/testsuite
-  git config submodule.crates/c-api/examples/wasm-c-api.src 
"${srcdir}"/wasm-c-api
-  git config submodule.WASI.src "${srcdir}"/WASI
-  git config submodule.crates/wasi-nn/spec.src "${srcdir}"/wasi-nn
-  git config submodule.crates/wasi-crypto/spec.src "${srcdir}"/wasi-crypto
-  git submodule update
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}
-  export RUSTUP_TOOLCHAIN=stable
-  export CARGO_TARGET_DIR=target
-  cargo build --locked --release
-  cargo build --locked --release --manifest-path crates/c-api/Cargo.toml
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm755 target/release/${pkgname} "${pkgdir}"/usr/bin/$pkgname
-  install -Dm755 target/release/lib${pkgname}.so 
"${pkgdir}"/usr/lib/lib${pkgname}.so
-}

Copied: wasmtime/repos/community-x86_64/PKGBUILD (from rev 1289748, 
wasmtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-31 23:03:41 UTC (rev 1289749)
@@ -0,0 +1,51 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Dario Ostuni 
+
+pkgname=wasmtime
+pkgver=0.40.1
+pkgrel=1
+pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
+arch=('x86_64')
+url='https://github.com/bytecodealliance/wasmtime'
+license=('Apache')
+depends=('gcc-libs')
+makedepends=('cargo' 'git')
+options=('!lto')
+source=("git+https://github.com/bytecodealliance/wasmtime.git#commit=v${pkgver}";
+git+https://github.com/WebAssembly/testsuite.git
+git+https://github.com/WebAssembly/wasm-c-api.git
+git+https://github.com/WebAssembly/WASI.git
+git+https://github.com/WebAssembly/wasi-nn.git
+git+https://github.com/WebAssembly/wasi-crypto.git)
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule.spec_testsuite.src "${srcdir}"/testsuite
+  git config submodule.crates/c-api/examples/wasm-c-api.src 
"${srcdir}"/wasm-c-api
+  git config submodule.WASI.src "${srcdir}"/WASI
+  git config submodule.crates/wasi-nn/spec.src "${srcdir}"/wasi-nn
+  git config submodule.crates/wasi-crypto/spec.src "${srcdir}"/wasi-crypto
+  git submodule update
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}
+  export RUSTUP_TOOLCHAIN=stable
+  export CARGO_TARGET_DIR=target
+  cargo build --locked --release
+  cargo build --locked --release --manifest-path crates/c-api/Cargo.toml
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm755 target/release/${pkgname} "${pkgdir}"/usr/bin/$pkgname
+  install -Dm755 target/release/lib${pkgname}.so 
"${pkgdir}"/usr/lib/lib${pkgname}.so
+}



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

2022-08-30 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 30, 2022 @ 14:50:49
  Author: freswa
Revision: 454774

fix location of gprofng.rc

fixes FS#75741

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-30 13:18:39 UTC (rev 454773)
+++ PKGBUILD2022-08-30 14:50:49 UTC (rev 454774)
@@ -20,6 +20,7 @@
 optdepends=('debuginfod: for debuginfod server/client functionality')
 conflicts=(binutils-multilib)
 replaces=(binutils-multilib)
+backup=('etc/gprofng.rc')
 options=(staticlibs !distcc !ccache debug)
 source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
 gold-warn-unsupported.patch)
@@ -48,6 +49,7 @@
 
   "$srcdir/binutils-gdb/configure" \
 --prefix=/usr \
+--sysconfdir="${pkgdir}"/etc \
 --with-lib-path=/usr/lib:/usr/local/lib \
 --with-bugurl=https://bugs.archlinux.org/ \
 --enable-cet \



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

2022-08-30 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 30, 2022 @ 11:58:28
  Author: freswa
Revision: 1288673

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 1288672, fwupd/trunk/PKGBUILD)
  fwupd/repos/community-x86_64/keys/
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD
  fwupd/repos/community-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-30 11:58:23 UTC (rev 1288672)
+++ PKGBUILD2022-08-30 11:58:28 UTC (rev 1288673)
@@ -1,70 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Filipe Laíns (FFY00) 
-# Maintainer: Frederik Schwan 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.8.3
-pkgrel=1
-pkgdesc="Simple daemon to allow session software to update firmware"
-arch=(x86_64)
-url="https://github.com/fwupd/fwupd";
-license=(LGPL)
-depends=(libxmlb efivar python libsmbios libgusb
- polkit shared-mime-info tpm2-tss flashrom
- libjcat fwupd-efi gcab hicolor-icon-theme
- bluez gnutls
- libarchive.so libcurl.so libcbor.so
- libjson-glib-1.0.so libgudev-1.0.so libmm-glib.so
- libqmi-glib.so libprotobuf-c.so)
-optdepends=(
-'udisks2: UEFI firmware upgrade support'
-)
-makedepends=(meson valgrind gobject-introspection gi-docgen
- python-cairo noto-fonts noto-fonts-cjk python-gobject vala
- bash-completion python-pillow help2man gnu-efi-libs)
-checkdepends=(umockdev)
-provides=(libfwupd.so)
-backup=('etc/fwupd/daemon.conf'
-'etc/fwupd/redfish.conf'
-'etc/fwupd/remotes.d/dell-esrt.conf'
-'etc/fwupd/remotes.d/fwupd-tests.conf'
-'etc/fwupd/remotes.d/lvfs-testing.conf'
-'etc/fwupd/remotes.d/lvfs.conf'
-'etc/fwupd/remotes.d/vendor-directory.conf'
-'etc/fwupd/remotes.d/vendor.conf'
-'etc/fwupd/thunderbolt.conf'
-'etc/fwupd/uefi_capsule.conf'
-)
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('7977ce8a8662511ffa3c0881566f6c458ec8d61d250d9466117d612238ec'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-arch-meson ${pkgname}-${pkgver} build \
--D b_lto=false \
--D docs=enabled \
--D gresource_quirks=disabled \
--D plugin_intel_spi=true \
--D supported_build=enabled \
--D efi_binary=false
-meson compile -C build
-}
-
-check() {
-meson test -C build
-}
-
-package() {
-DESTDIR="${pkgdir}" meson install -C build
-# Fixup mode to match polkit
-install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-mv "${pkgdir}"/usr/bin/{,fwupd-}dbxtool
-mv "${pkgdir}"/usr/share/man/man1/{,fwupd-}dbxtool.1
-# Remove msr module-load config as it is built-in
-rm "${pkgdir}"/usr/lib/modules-load.d/fwupd-msr.conf
-rmdir "${pkgdir}"/usr/lib/modules-load.d
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 1288672, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-30 11:58:28 UTC (rev 1288673)
@@ -0,0 +1,70 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Frederik Schwan 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.8.4
+pkgrel=1
+pkgdesc="Simple daemon to allow session software to update firmware"
+arch=(x86_64)
+url="https://github.com/fwupd/fwupd";
+license=(LGPL)
+depends=(libxmlb efivar python libsmbios libgusb
+ polkit shared-mime-info tpm2-tss flashrom
+ libjcat fwupd-efi gcab hicolor-icon-theme
+ bluez gnutls
+ libarchive.so libcurl.so libcbor.so
+ libjson-glib-1.0.so libgudev-1.0.so libmm-glib.so
+ libqmi-glib.so libprotobuf-c.so)
+optdepends=(
+'udisks2: UEFI firmware upgrade support'
+)
+makedepends=(meson valgrind gobject-introspection gi-docgen
+ python-cairo noto-fonts noto-fonts-cjk python-gobject vala
+ bash-completion python-pillow help2man gnu-efi-libs)
+checkdepends=(umockdev)
+provides=(libfwupd.so)
+backup=('etc/fwupd/daemon.conf'
+'etc/fwupd/redfish.conf'
+'etc/fwupd/remotes.d/dell-esrt.conf'
+'etc/fwupd/remotes.d/fwupd-tests.conf'
+'etc/fwupd/remotes.d/lvfs-testing.conf'
+'etc/fwupd/remotes.d/lvfs.conf'
+'etc/fwupd/remotes.d/vendor-directory.conf'
+'etc/fwupd/remotes.d/vendor.conf'
+'etc/fwupd/thunderbolt.conf'
+'etc/fwupd/uefi_capsule.conf'
+)
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('adfa07434cdc29ec41c40fef460e8d970963fe0c7e849d

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

2022-08-30 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 30, 2022 @ 11:58:23
  Author: freswa
Revision: 1288672

upgpkg: fwupd 1.8.4-1

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-30 11:53:31 UTC (rev 1288671)
+++ PKGBUILD2022-08-30 11:58:23 UTC (rev 1288672)
@@ -4,7 +4,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -37,7 +37,7 @@
 'etc/fwupd/uefi_capsule.conf'
 )
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('7977ce8a8662511ffa3c0881566f6c458ec8d61d250d9466117d612238ec'
+sha256sums=('adfa07434cdc29ec41c40fef460e8d970963fe0c7e849dec7f3932adb161f886'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 



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

2022-08-29 Thread Frederik Schwan via arch-commits
Date: Monday, August 29, 2022 @ 15:02:48
  Author: freswa
Revision: 1285304

upgpkg: conmon 1:2.1.4-1

Modified:
  conmon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-29 15:02:15 UTC (rev 1285303)
+++ PKGBUILD2022-08-29 15:02:48 UTC (rev 1285304)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=conmon
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 epoch=1
 pkgdesc='OCI container runtime monitor'
@@ -11,7 +11,7 @@
 license=(APACHE)
 depends=(glibc glib2 systemd)
 makedepends=(git)
-_commit=ab52a597278b20173440140cd810dc9fa8785c93   #refs/tags/v2.1.3
+_commit=bd1459a3ffbb13eb552cc9af213e1f56f31ba2ee   #refs/tags/v2.1.4
 source=("git+https://github.com/containers/conmon#commit=${_commit}";)
 md5sums=('SKIP')
 



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

2022-08-29 Thread Frederik Schwan via arch-commits
Date: Monday, August 29, 2022 @ 15:02:50
  Author: freswa
Revision: 1285305

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-29 15:02:48 UTC (rev 1285304)
+++ PKGBUILD2022-08-29 15:02:50 UTC (rev 1285305)
@@ -1,30 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=conmon
-pkgver=2.1.3
-pkgrel=1
-epoch=1
-pkgdesc='OCI container runtime monitor'
-arch=(x86_64)
-url='https://github.com/containers/conmon'
-license=(APACHE)
-depends=(glibc glib2 systemd)
-makedepends=(git)
-_commit=ab52a597278b20173440140cd810dc9fa8785c93   #refs/tags/v2.1.3
-source=("git+https://github.com/containers/conmon#commit=${_commit}";)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd conmon
-  make PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="$pkgdir"
-}
-
-package() {
-  install -Dm755 conmon/bin/conmon "$pkgdir/usr/bin/conmon"
-}

Copied: conmon/repos/community-x86_64/PKGBUILD (from rev 1285304, 
conmon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-29 15:02:50 UTC (rev 1285305)
@@ -0,0 +1,30 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=conmon
+pkgver=2.1.4
+pkgrel=1
+epoch=1
+pkgdesc='OCI container runtime monitor'
+arch=(x86_64)
+url='https://github.com/containers/conmon'
+license=(APACHE)
+depends=(glibc glib2 systemd)
+makedepends=(git)
+_commit=bd1459a3ffbb13eb552cc9af213e1f56f31ba2ee   #refs/tags/v2.1.4
+source=("git+https://github.com/containers/conmon#commit=${_commit}";)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd conmon
+  make PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="$pkgdir"
+}
+
+package() {
+  install -Dm755 conmon/bin/conmon "$pkgdir/usr/bin/conmon"
+}



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

2022-08-27 Thread Frederik Schwan via arch-commits
Date: Saturday, August 27, 2022 @ 11:10:02
  Author: freswa
Revision: 1284714

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   82 +--
 fetchmail.service  |   22 ++---
 fetchmail.sysusers |4 +-
 fetchmail.tmpfiles |4 +-
 fetchmail@.service |   22 ++---
 5 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-27 11:09:59 UTC (rev 1284713)
+++ PKGBUILD2022-08-27 11:10:02 UTC (rev 1284714)
@@ -1,41 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Amish 
-# Contributor: Victor3D 
-
-pkgname=fetchmail
-pkgver=6.4.32
-pkgrel=1
-pkgdesc='A remote-mail retrieval utility'
-arch=('x86_64')
-url='https://www.fetchmail.info'
-license=('GPL')
-depends=('openssl')
-makedepends=('python')
-optdepends=('tk: for using fetchmailconf'
-'python-future: for using fetchmailconf')
-source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
-'fetchmail.tmpfiles'
-'fetchmail.sysusers'
-'fetchmail@.service'
-'fetchmail.service')
-b2sums=('5d6311c46053abc2e5b040273f04d9df5e737dcd938d1370bcd84415e422ec6a05126ecb59efcad9254e37338671cf7bfa224ea1015b83e8e93483cbeb033b7a'
-
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
-
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
-
'b8740cab8a59cc6c3082973e60d3eb262e3a76aa2b0517336d8f95fd4214a5ccbb2e292301d9112ede0747335f7f8d2815eb38b958085f702c01be30aa107f72'
-
'a86822f27f5f4c7b97f24baebcd383b5cc2a4fa7810226139e2c588368637417dbfa52f884a8fcc04b904fc1ac865189feb2070a215a8abf9c0192584c2dbbef')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-ssl=/usr
-  make
-}
-
-package() {
-  install -D -m644 fetchmail.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/fetchmail.conf
-  install -D -m644 fetchmail.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/fetchmail.conf
-  install -D -m644 fetchmail.service 
"${pkgdir}"/usr/lib/systemd/system/fetchmail.service
-  install -D -m644 fetchmail@.service 
"${pkgdir}"/usr/lib/systemd/system/fetchmail@.service
-  
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: fetchmail/repos/community-x86_64/PKGBUILD (from rev 1284713, 
fetchmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-27 11:10:02 UTC (rev 1284714)
@@ -0,0 +1,41 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Amish 
+# Contributor: Victor3D 
+
+pkgname=fetchmail
+pkgver=6.4.33
+pkgrel=1
+pkgdesc='A remote-mail retrieval utility'
+arch=('x86_64')
+url='https://www.fetchmail.info'
+license=('GPL')
+depends=('openssl')
+makedepends=('python')
+optdepends=('tk: for using fetchmailconf'
+'python-future: for using fetchmailconf')
+source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+'fetchmail.tmpfiles'
+'fetchmail.sysusers'
+'fetchmail@.service'
+'fetchmail.service')
+b2sums=('ca76a4315c47013edc27859f4e6a16eec2564718a04bc82e5df72520b1dfabd3c746cabc5eb01c24f1fb552a0a9ea55eb8d659c9b4f6c313c8d993baa88635e6'
+
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
+
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
+
'b8740cab8a59cc6c3082973e60d3eb262e3a76aa2b0517336d8f95fd4214a5ccbb2e292301d9112ede0747335f7f8d2815eb38b958085f702c01be30aa107f72'
+
'a86822f27f5f4c7b97f24baebcd383b5cc2a4fa7810226139e2c588368637417dbfa52f884a8fcc04b904fc1ac865189feb2070a215a8abf9c0192584c2dbbef')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-ssl=/usr
+  make

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

2022-08-27 Thread Frederik Schwan via arch-commits
Date: Saturday, August 27, 2022 @ 11:09:59
  Author: freswa
Revision: 1284713

upgpkg: fetchmail 6.4.33-1

Modified:
  fetchmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-27 11:08:58 UTC (rev 1284712)
+++ PKGBUILD2022-08-27 11:09:59 UTC (rev 1284713)
@@ -3,7 +3,7 @@
 # Contributor: Victor3D 
 
 pkgname=fetchmail
-pkgver=6.4.32
+pkgver=6.4.33
 pkgrel=1
 pkgdesc='A remote-mail retrieval utility'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'fetchmail.sysusers'
 'fetchmail@.service'
 'fetchmail.service')
-b2sums=('5d6311c46053abc2e5b040273f04d9df5e737dcd938d1370bcd84415e422ec6a05126ecb59efcad9254e37338671cf7bfa224ea1015b83e8e93483cbeb033b7a'
+b2sums=('ca76a4315c47013edc27859f4e6a16eec2564718a04bc82e5df72520b1dfabd3c746cabc5eb01c24f1fb552a0a9ea55eb8d659c9b4f6c313c8d993baa88635e6'
 
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
 
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
 
'b8740cab8a59cc6c3082973e60d3eb262e3a76aa2b0517336d8f95fd4214a5ccbb2e292301d9112ede0747335f7f8d2815eb38b958085f702c01be30aa107f72'



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

2022-08-25 Thread Frederik Schwan via arch-commits
Date: Thursday, August 25, 2022 @ 23:17:58
  Author: freswa
Revision: 1280659

upgpkg: runc 1.1.4-1

Modified:
  runc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-25 22:33:28 UTC (rev 1280658)
+++ PKGBUILD2022-08-25 23:17:58 UTC (rev 1280659)
@@ -3,8 +3,8 @@
 # Contributor: Sébastien "Seblu" Luttringer
 
 pkgname=runc
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=(x86_64)
 url='https://runc.io/'
@@ -19,7 +19,7 @@
 
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/opencontainers/runc/releases/download/v${pkgver}/runc.tar.xz.asc";)
 validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
  "C9C370B246B09F6DBCFC744C34401015D1D2D386")
-sha256sums=('2db1f3a01ffd2f8fa3a259b9b512ca7d4dbf89be5765cc58d306e45658668453'
+sha256sums=('9f5972715dffb0b2371e4d678c1206cc8c4ec5eb80f2d48755d150bac49be35b'
 'SKIP')
 
 prepare() {



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

2022-08-25 Thread Frederik Schwan via arch-commits
Date: Thursday, August 25, 2022 @ 23:18:01
  Author: freswa
Revision: 1280660

archrelease: copy trunk to community-x86_64

Added:
  runc/repos/community-x86_64/PKGBUILD
(from rev 1280659, runc/trunk/PKGBUILD)
  runc/repos/community-x86_64/keys/
Deleted:
  runc/repos/community-x86_64/PKGBUILD
  runc/repos/community-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-25 23:17:58 UTC (rev 1280659)
+++ PKGBUILD2022-08-25 23:18:01 UTC (rev 1280660)
@@ -1,51 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Frederik Schwan 
-# Contributor: Sébastien "Seblu" Luttringer
-
-pkgname=runc
-pkgver=1.1.3
-pkgrel=2
-pkgdesc='CLI tool for managing OCI compliant containers'
-arch=(x86_64)
-url='https://runc.io/'
-license=(Apache)
-provides=('oci-runtime')
-depends=(libseccomp)
-makedepends=(git go go-md2man)
-optdepends=(
-  'criu: checkpoint support'
-)
-source=("${pkgname}-${pkgver}.tar.xz::https://github.com/opencontainers/runc/releases/download/v${pkgver}/runc.tar.xz";
-
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/opencontainers/runc/releases/download/v${pkgver}/runc.tar.xz.asc";)
-validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
- "C9C370B246B09F6DBCFC744C34401015D1D2D386")
-sha256sums=('2db1f3a01ffd2f8fa3a259b9b512ca7d4dbf89be5765cc58d306e45658668453'
-'SKIP')
-
-prepare() {
-  mkdir -p src/github.com/opencontainers
-  cp -r runc-${pkgver} src/github.com/opencontainers/runc
-}
-
-build() {
-  cd src/github.com/opencontainers/runc
-  export GOPATH="$srcdir"
-  export BUILDTAGS='seccomp apparmor'
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
-  make runc man
-}
-
-package() {
-  cd src/github.com/opencontainers/runc
-
-  install -Dm755 runc "$pkgdir/usr/bin/runc"
-  install -Dm644 contrib/completions/bash/runc \
-"$pkgdir/usr/share/bash-completion/completions/runc"
-  
-  install -d "$pkgdir/usr/share/man/man8"
-  install -m644 man/man8/*.8 "$pkgdir/usr/share/man/man8"
-}

Copied: runc/repos/community-x86_64/PKGBUILD (from rev 1280659, 
runc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-25 23:18:01 UTC (rev 1280660)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Frederik Schwan 
+# Contributor: Sébastien "Seblu" Luttringer
+
+pkgname=runc
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='CLI tool for managing OCI compliant containers'
+arch=(x86_64)
+url='https://runc.io/'
+license=(Apache)
+provides=('oci-runtime')
+depends=(libseccomp)
+makedepends=(git go go-md2man)
+optdepends=(
+  'criu: checkpoint support'
+)
+source=("${pkgname}-${pkgver}.tar.xz::https://github.com/opencontainers/runc/releases/download/v${pkgver}/runc.tar.xz";
+
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/opencontainers/runc/releases/download/v${pkgver}/runc.tar.xz.asc";)
+validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
+ "C9C370B246B09F6DBCFC744C34401015D1D2D386")
+sha256sums=('9f5972715dffb0b2371e4d678c1206cc8c4ec5eb80f2d48755d150bac49be35b'
+'SKIP')
+
+prepare() {
+  mkdir -p src/github.com/opencontainers
+  cp -r runc-${pkgver} src/github.com/opencontainers/runc
+}
+
+build() {
+  cd src/github.com/opencontainers/runc
+  export GOPATH="$srcdir"
+  export BUILDTAGS='seccomp apparmor'
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
+  make runc man
+}
+
+package() {
+  cd src/github.com/opencontainers/runc
+
+  install -Dm755 runc "$pkgdir/usr/bin/runc"
+  install -Dm644 contrib/completions/bash/runc \
+"$pkgdir/usr/share/bash-completion/completions/runc"
+  
+  install -d "$pkgdir/usr/share/man/man8"
+  install -m644 man/man8/*.8 "$pkgdir/usr/share/man/man8"
+}



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

2022-08-25 Thread Frederik Schwan via arch-commits
Date: Thursday, August 25, 2022 @ 12:32:18
  Author: freswa
Revision: 1278482

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1278481, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1278481, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   70 
 disable_use_scm_version.patch |   50 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-25 12:32:14 UTC (rev 1278481)
+++ PKGBUILD2022-08-25 12:32:18 UTC (rev 1278482)
@@ -1,35 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.5.0
-pkgrel=2
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint";
-license=('GPL3')
-depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
-makedepends=(python-{build,installer,setuptools,wheel})
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('33232f8d88bb50f4566e3a788853e03f30bff89d700df7bef5f5d109f2c7e573492aa3115d7e3bb873ce765789fbff6a12712043197d8b47acdf9ea8aafcd0bf'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1278481, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-25 12:32:18 UTC (rev 1278482)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.5.1
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint";
+license=('GPL3')
+depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
+makedepends=(python-{build,installer,setuptools,wheel})
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('9f6bf46484fef302091117e8570def77c7501d930bd48bf381381b819ddc83ba5eb53539612d1f038f399743a96af8f4231ddfe0e548af8e6e43b1bb5720fea5'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-08-25 12:32:14 UTC (rev 1278481)
+++ disable_use_scm_version.patch   2022-08-25 12:32:18 UTC (rev 1278482)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 5301b4f..5aa5d1e 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -54,7 +54,6 @@ keywords =
-   lint
- 
- [options]
--use_scm_version = True
- python_requi

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

2022-08-25 Thread Frederik Schwan via arch-commits
Date: Thursday, August 25, 2022 @ 12:32:14
  Author: freswa
Revision: 1278481

upgpkg: ansible-lint 6.5.1-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-25 12:04:15 UTC (rev 1278480)
+++ PKGBUILD2022-08-25 12:32:14 UTC (rev 1278481)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.5.0
-pkgrel=2
+pkgver=6.5.1
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
@@ -14,7 +14,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('33232f8d88bb50f4566e3a788853e03f30bff89d700df7bef5f5d109f2c7e573492aa3115d7e3bb873ce765789fbff6a12712043197d8b47acdf9ea8aafcd0bf'
+b2sums=('9f6bf46484fef302091117e8570def77c7501d930bd48bf381381b819ddc83ba5eb53539612d1f038f399743a96af8f4231ddfe0e548af8e6e43b1bb5720fea5'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-08-23 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 23, 2022 @ 12:32:09
  Author: freswa
Revision: 1275425

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 1275424, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 1275424, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 1275424, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  126 +++---
 caprine.desktop |   18 +++
 caprine.js  |   58 
 3 files changed, 102 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 12:32:07 UTC (rev 1275424)
+++ PKGBUILD2022-08-23 12:32:09 UTC (rev 1275425)
@@ -1,62 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.56.1
-pkgrel=1
-pkgdesc='Elegant Facebook Messenger desktop app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron')
-makedepends=('git' 'npm')
-options=(!emptydirs)
-source=("git+https://github.com/sindresorhus/caprine.git#tag=v${pkgver}";
-'caprine.desktop'
-'caprine.js')
-sha256sums=('SKIP'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-npx tsc
-rm -r node_modules
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}/usr/share/pixmaps"
-install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 1275424, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 12:32:09 UTC (rev 1275425)
@@ -0,0 +1,64 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.56.1
+pkgrel=2
+pkgdesc='Elegant Facebook Messenger desktop app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('git' 'npm')
+options=(!emptydirs)
+source=("git+https://github.com/sindresorhus/caprine.git#tag=v${pkgver}";
+'caprine.desktop'
+'caprine.js')
+sha256sums=('SKIP'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}
+
+npm install --ignore-scripts
+npx --yes patch-package
+npx tsc
+rm -r node_modules
+npm install --ignore-scripts --production
+npx --yes patch-package
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}/usr/share/pixmaps"
+install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+   

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

2022-08-23 Thread Frederik Schwan via arch-commits
Date: Tuesday, August 23, 2022 @ 12:32:07
  Author: freswa
Revision: 1275424

fix multiple broken settings

https://bugs.archlinux.org/task/75677
https://github.com/sindresorhus/caprine/issues/1887

Modified:
  caprine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 12:24:09 UTC (rev 1275423)
+++ PKGBUILD2022-08-23 12:32:07 UTC (rev 1275424)
@@ -3,7 +3,7 @@
 
 pkgname=caprine
 pkgver=2.56.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')
 url='https://github.com/sindresorhus/caprine'
@@ -22,9 +22,11 @@
 cd ${pkgname}
 
 npm install --ignore-scripts
+npx --yes patch-package
 npx tsc
 rm -r node_modules
 npm install --ignore-scripts --production
+npx --yes patch-package
 }
 
 package() {



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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 22:06:06
  Author: freswa
Revision: 1274883

archrelease: copy trunk to community-x86_64

Added:
  autotiling-rs/repos/community-x86_64/
  autotiling-rs/repos/community-x86_64/PKGBUILD
(from rev 1274882, autotiling-rs/trunk/PKGBUILD)

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

Copied: autotiling-rs/repos/community-x86_64/PKGBUILD (from rev 1274882, 
autotiling-rs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-08-22 22:06:06 UTC (rev 1274883)
@@ -0,0 +1,35 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=autotiling-rs
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='Automatically alternates container layouts between horizontal and 
vertical'
+arch=('x86_64')
+url='https://github.com/ammgws/autotiling-rs'
+license=('MIT')
+makedepends=('rust')
+source=("https://github.com/ammgws/autotiling-rs/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";
+
"https://raw.githubusercontent.com/ammgws/autotiling-rs/master/LICENSE";)
+b2sums=('3bffa4f9beef917c1ac731507e61ac716164829b1ce038e20708ca8d0511dd9a43827162d5e0e8b1ef417b52d56368aa38d77541e764880aeb35f9171a552c0b'
+
'4ab8cee196ff28a84856350bd3dcfd7b16ce099a8ae80300c2ad34a53007dc788d304ab1553163ed0586c89211ca853310a8f0074acbe6fc04cf6f1ad5e81921')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export RUSTUP_TOOLCHAIN=stable
+  export CARGO_TARGET_DIR=target
+  cargo build --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 target/release/${pkgname} "${pkgdir}"/usr/bin/${pkgname}
+  # use with >=0.1.4
+  # install -Dm755 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm755 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+



[arch-commits] Commit in (4 files)

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 22:04:36
  Author: freswa
Revision: 1274882

add autotiling-rs to [community]

Added:
  autotiling-rs/
  autotiling-rs/repos/
  autotiling-rs/trunk/
  autotiling-rs/trunk/PKGBUILD

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

Added: autotiling-rs/trunk/PKGBUILD
===
--- autotiling-rs/trunk/PKGBUILD(rev 0)
+++ autotiling-rs/trunk/PKGBUILD2022-08-22 22:04:36 UTC (rev 1274882)
@@ -0,0 +1,35 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=autotiling-rs
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='Automatically alternates container layouts between horizontal and 
vertical'
+arch=('x86_64')
+url='https://github.com/ammgws/autotiling-rs'
+license=('MIT')
+makedepends=('rust')
+source=("https://github.com/ammgws/autotiling-rs/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";
+
"https://raw.githubusercontent.com/ammgws/autotiling-rs/master/LICENSE";)
+b2sums=('3bffa4f9beef917c1ac731507e61ac716164829b1ce038e20708ca8d0511dd9a43827162d5e0e8b1ef417b52d56368aa38d77541e764880aeb35f9171a552c0b'
+
'4ab8cee196ff28a84856350bd3dcfd7b16ce099a8ae80300c2ad34a53007dc788d304ab1553163ed0586c89211ca853310a8f0074acbe6fc04cf6f1ad5e81921')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export RUSTUP_TOOLCHAIN=stable
+  export CARGO_TARGET_DIR=target
+  cargo build --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 target/release/${pkgname} "${pkgdir}"/usr/bin/${pkgname}
+  # use with >=0.1.4
+  # install -Dm755 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm755 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+



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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 21:18:58
  Author: freswa
Revision: 1274875

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 1274874, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 1274874, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 1274874, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  125 ++
 caprine.desktop |   18 +++
 caprine.js  |   58 -
 3 files changed, 100 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-22 21:18:53 UTC (rev 1274874)
+++ PKGBUILD2022-08-22 21:18:58 UTC (rev 1274875)
@@ -1,63 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.56.0
-_commit=91f48da52274ea51b34360a374d06d514592fc6b
-pkgrel=1
-pkgdesc='Elegant Facebook Messenger desktop app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron')
-makedepends=('git' 'npm')
-options=(!emptydirs)
-source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
-'caprine.desktop'
-'caprine.js')
-sha256sums=('SKIP'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-npx tsc
-rm -r node_modules
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}/usr/share/pixmaps"
-install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 1274874, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-22 21:18:58 UTC (rev 1274875)
@@ -0,0 +1,62 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.56.1
+pkgrel=1
+pkgdesc='Elegant Facebook Messenger desktop app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('git' 'npm')
+options=(!emptydirs)
+source=("git+https://github.com/sindresorhus/caprine.git#tag=v${pkgver}";
+'caprine.desktop'
+'caprine.js')
+sha256sums=('SKIP'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}
+
+npm install --ignore-scripts
+npx tsc
+rm -r node_modules
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}/usr/share/pixmaps"
+install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
+find "${pkgdir}"${appdir} \
+-name "package.json" \
+

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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 21:18:53
  Author: freswa
Revision: 1274874

upgpkg: caprine 2.56.1-1

Modified:
  caprine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-22 20:44:29 UTC (rev 1274873)
+++ PKGBUILD2022-08-22 21:18:53 UTC (rev 1274874)
@@ -2,8 +2,7 @@
 # Contributor: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.56.0
-_commit=91f48da52274ea51b34360a374d06d514592fc6b
+pkgver=2.56.1
 pkgrel=1
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')
@@ -12,7 +11,7 @@
 depends=('electron')
 makedepends=('git' 'npm')
 options=(!emptydirs)
-source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
+source=("git+https://github.com/sindresorhus/caprine.git#tag=v${pkgver}";
 'caprine.desktop'
 'caprine.js')
 sha256sums=('SKIP'



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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 20:44:29
  Author: freswa
Revision: 1274873

archrelease: copy trunk to community-x86_64

Added:
  wasmtime/repos/community-x86_64/PKGBUILD
(from rev 1274872, wasmtime/trunk/PKGBUILD)
Deleted:
  wasmtime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-22 20:44:27 UTC (rev 1274872)
+++ PKGBUILD2022-08-22 20:44:29 UTC (rev 1274873)
@@ -1,51 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Dario Ostuni 
-
-pkgname=wasmtime
-pkgver=0.39.1
-pkgrel=1
-pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
-arch=('x86_64')
-url='https://github.com/bytecodealliance/wasmtime'
-license=('Apache')
-depends=('gcc-libs')
-makedepends=('cargo' 'git')
-options=('!lto')
-source=("git+https://github.com/bytecodealliance/wasmtime.git#commit=v${pkgver}";
-git+https://github.com/WebAssembly/testsuite.git
-git+https://github.com/WebAssembly/wasm-c-api.git
-git+https://github.com/WebAssembly/WASI.git
-git+https://github.com/WebAssembly/wasi-nn.git
-git+https://github.com/WebAssembly/wasi-crypto.git)
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  git submodule init
-  git config submodule.spec_testsuite.src "${srcdir}"/testsuite
-  git config submodule.crates/c-api/examples/wasm-c-api.src 
"${srcdir}"/wasm-c-api
-  git config submodule.WASI.src "${srcdir}"/WASI
-  git config submodule.crates/wasi-nn/spec.src "${srcdir}"/wasi-nn
-  git config submodule.crates/wasi-crypto/spec.src "${srcdir}"/wasi-crypto
-  git submodule update
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}
-  export RUSTUP_TOOLCHAIN=stable
-  export CARGO_TARGET_DIR=target
-  cargo build --locked --release
-  cargo build --locked --release --manifest-path crates/c-api/Cargo.toml
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm755 target/release/${pkgname} "${pkgdir}"/usr/bin/$pkgname
-  install -Dm755 target/release/lib${pkgname}.so 
"${pkgdir}"/usr/lib/lib${pkgname}.so
-}

Copied: wasmtime/repos/community-x86_64/PKGBUILD (from rev 1274872, 
wasmtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-22 20:44:29 UTC (rev 1274873)
@@ -0,0 +1,51 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Dario Ostuni 
+
+pkgname=wasmtime
+pkgver=0.40.0
+pkgrel=1
+pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
+arch=('x86_64')
+url='https://github.com/bytecodealliance/wasmtime'
+license=('Apache')
+depends=('gcc-libs')
+makedepends=('cargo' 'git')
+options=('!lto')
+source=("git+https://github.com/bytecodealliance/wasmtime.git#commit=v${pkgver}";
+git+https://github.com/WebAssembly/testsuite.git
+git+https://github.com/WebAssembly/wasm-c-api.git
+git+https://github.com/WebAssembly/WASI.git
+git+https://github.com/WebAssembly/wasi-nn.git
+git+https://github.com/WebAssembly/wasi-crypto.git)
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  git submodule init
+  git config submodule.spec_testsuite.src "${srcdir}"/testsuite
+  git config submodule.crates/c-api/examples/wasm-c-api.src 
"${srcdir}"/wasm-c-api
+  git config submodule.WASI.src "${srcdir}"/WASI
+  git config submodule.crates/wasi-nn/spec.src "${srcdir}"/wasi-nn
+  git config submodule.crates/wasi-crypto/spec.src "${srcdir}"/wasi-crypto
+  git submodule update
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}
+  export RUSTUP_TOOLCHAIN=stable
+  export CARGO_TARGET_DIR=target
+  cargo build --locked --release
+  cargo build --locked --release --manifest-path crates/c-api/Cargo.toml
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm755 target/release/${pkgname} "${pkgdir}"/usr/bin/$pkgname
+  install -Dm755 target/release/lib${pkgname}.so 
"${pkgdir}"/usr/lib/lib${pkgname}.so
+}



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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 20:44:27
  Author: freswa
Revision: 1274872

upgpkg: wasmtime 0.40.0-1

Modified:
  wasmtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-22 20:40:18 UTC (rev 1274871)
+++ PKGBUILD2022-08-22 20:44:27 UTC (rev 1274872)
@@ -2,7 +2,7 @@
 # Contributor: Dario Ostuni 
 
 pkgname=wasmtime
-pkgver=0.39.1
+pkgver=0.40.0
 pkgrel=1
 pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
 arch=('x86_64')



[arch-commits] Commit in java-openjdk/repos/extra-x86_64 (14 files)

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 20:36:16
  Author: freswa
Revision: 454433

archrelease: copy trunk to extra-x86_64

Added:
  java-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 454432, java-openjdk/trunk/PKGBUILD)
  java-openjdk/repos/extra-x86_64/freedesktop-java.desktop
(from rev 454432, java-openjdk/trunk/freedesktop-java.desktop)
  java-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
(from rev 454432, java-openjdk/trunk/freedesktop-jconsole.desktop)
  java-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
(from rev 454432, java-openjdk/trunk/freedesktop-jshell.desktop)
  java-openjdk/repos/extra-x86_64/install_jdk-openjdk.sh
(from rev 454432, java-openjdk/trunk/install_jdk-openjdk.sh)
  java-openjdk/repos/extra-x86_64/install_jre-openjdk-headless.sh
(from rev 454432, java-openjdk/trunk/install_jre-openjdk-headless.sh)
  java-openjdk/repos/extra-x86_64/install_jre-openjdk.sh
(from rev 454432, java-openjdk/trunk/install_jre-openjdk.sh)
Deleted:
  java-openjdk/repos/extra-x86_64/PKGBUILD
  java-openjdk/repos/extra-x86_64/freedesktop-java.desktop
  java-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
  java-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
  java-openjdk/repos/extra-x86_64/install_jdk-openjdk.sh
  java-openjdk/repos/extra-x86_64/install_jre-openjdk-headless.sh
  java-openjdk/repos/extra-x86_64/install_jre-openjdk.sh

-+
 PKGBUILD|  576 +++---
 freedesktop-java.desktop|   24 -
 freedesktop-jconsole.desktop|   22 -
 freedesktop-jshell.desktop  |   18 -
 install_jdk-openjdk.sh  |  100 +++---
 install_jre-openjdk-headless.sh |   96 +++---
 install_jre-openjdk.sh  |   70 ++--
 7 files changed, 453 insertions(+), 453 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-22 20:36:11 UTC (rev 454432)
+++ PKGBUILD2022-08-22 20:36:16 UTC (rev 454433)
@@ -1,288 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Frederik Schwan 
-# Contributor: Guillaume ALAUX 
-
-# TODO add test, see about packaging jtreg and using it here
-
-pkgbase=java-openjdk
-pkgname=('jre-openjdk-headless' 'jre-openjdk' 'jdk-openjdk' 'openjdk-src' 
'openjdk-doc')
-_majorver=18
-_minorver=0
-_securityver=2
-_updatever=9
-pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
-#pkgver=${_majorver}.u${_updatever}
-pkgrel=1
-_git_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
-#_git_tag=jdk-${_majorver}+${_updatever}
-arch=('x86_64')
-url='https://openjdk.java.net/'
-license=('custom')
-makedepends=('java-environment>=11' 'cpio' 'unzip' 'zip' 'libelf' 'libcups' 
'libx11'
- 'libxrender' 'libxtst' 'libxt' 'libxext' 'libxrandr' 'alsa-lib' 
'pandoc'
- 'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
- 'libnet' 'bash' 'harfbuzz' 'gcc-libs' 'glibc')
-options=(!lto)
-source=(https://github.com/openjdk/jdk${_majorver}u/archive/${_git_tag}.tar.gz
-freedesktop-java.desktop
-freedesktop-jconsole.desktop
-freedesktop-jshell.desktop)
-sha256sums=('ccef9f46af500031330d308dc412d1cab415f2c9e0d06b742e709947158f3079'
-'58bf779332d21151ba47719926ddcc8811ac7bbf414222141dcf40ac54cfaa2d'
-'3a50ded3918024de4e441a46744c8e342faf46441b53c8bac7d589055a28a13c'
-'2cace78ec911f73578991370914753c5b6abe9f7304bcbcb7a3077b8dbc7c867')
-
-case "${CARCH}" in
-  x86_64) _JARCH='x86_64';;
-  i686)   _JARCH='x86';;
-esac
-
-_jvmdir=/usr/lib/jvm/java-${_majorver}-openjdk
-_jdkdir=jdk${_majorver}u-${_git_tag//+/-}
-_imgdir=${_jdkdir}/build/linux-${_JARCH}-server-release/images
-
-_nonheadless=(lib/libawt_xawt.{so,debuginfo}
-  lib/libjawt.{so,debuginfo}
-  lib/libjsound.{so,debuginfo}
-  lib/libsplashscreen.{so,debuginfo})
-
-build() {
-  cd ${_jdkdir}
-
-  NUM_PROC_OPT=''
-  MAKEFLAG_J=$(echo ${MAKEFLAGS} | sed -En 's/.*-j([0-9]+).*/\1/p')
-  if [ -n "${MAKEFLAG_J}" ]; then
-# 
http://hg.openjdk.java.net/jdk10/jdk10/file/85e6cb013b98/make/InitSupport.gmk#l105
-echo "Removing '-j${MAKEFLAG_J}' from MAKEFLAGS to prevent build fail. 
Passing it directly to ./configure."
-export MAKEFLAGS=${MAKEFLAGS/-j${MAKEFLAG_J}/}
-NUM_PROC_OPT="--with-num-cores=${MAKEFLAG_J}"
-  fi
-
-  # Avoid optimization of HotSpot to be lowered from O3 to O2
-  local _CFLAGS="${CFLAGS//-O2/-O3} ${CPPFLAGS} -fcommon"
-  local _CXXFLAGS="${CXXFLAGS//-O2/-O3} ${CPPFLAGS} -fcommon"
-  local _LDFLAGS=${LDFLAGS}
-  if [[ ${CARCH} = i686 ]]; then
-echo "Removing '-fno-plt' from CFLAGS and CXXFLAGS to prevent build fail 
with this architecture"
-_CFLAGS=${CFLAGS/-fno-plt/}
-_CXXFLAGS=${CXXFLAGS/-fno-plt/}
-  fi
-
-  # TODO: Should be rechecked for the next releases
-  # compiling with -fexceptions leads to:
-  # /usr/bin/ld: 
/build/java-openjdk/src/jdk17u-jdk-1

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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 20:36:11
  Author: freswa
Revision: 454432

upgpkg: java-openjdk 18.0.2.1.u0-1

Modified:
  java-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-22 19:30:41 UTC (rev 454431)
+++ PKGBUILD2022-08-22 20:36:11 UTC (rev 454432)
@@ -8,8 +8,8 @@
 pkgname=('jre-openjdk-headless' 'jre-openjdk' 'jdk-openjdk' 'openjdk-src' 
'openjdk-doc')
 _majorver=18
 _minorver=0
-_securityver=2
-_updatever=9
+_securityver=2.1
+_updatever=0
 pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
 #pkgver=${_majorver}.u${_updatever}
 pkgrel=1
@@ -27,7 +27,7 @@
 freedesktop-java.desktop
 freedesktop-jconsole.desktop
 freedesktop-jshell.desktop)
-sha256sums=('ccef9f46af500031330d308dc412d1cab415f2c9e0d06b742e709947158f3079'
+sha256sums=('d3955839c1f566f949fbdf5d4f32a6fac2e57598fba2a1cbc8557c96df6ac8c4'
 '58bf779332d21151ba47719926ddcc8811ac7bbf414222141dcf40ac54cfaa2d'
 '3a50ded3918024de4e441a46744c8e342faf46441b53c8bac7d589055a28a13c'
 '2cace78ec911f73578991370914753c5b6abe9f7304bcbcb7a3077b8dbc7c867')



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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 13:37:17
  Author: freswa
Revision: 1274694

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1274693, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1274693, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   71 +++-
 disable_use_scm_version.patch |   50 ++--
 2 files changed, 60 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-22 13:37:14 UTC (rev 1274693)
+++ PKGBUILD2022-08-22 13:37:17 UTC (rev 1274694)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.5.0
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint";
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=(python-{build,installer,setuptools,wheel})
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('33232f8d88bb50f4566e3a788853e03f30bff89d700df7bef5f5d109f2c7e573492aa3115d7e3bb873ce765789fbff6a12712043197d8b47acdf9ea8aafcd0bf'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1274693, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-22 13:37:17 UTC (rev 1274694)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.5.0
+pkgrel=2
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint";
+license=('GPL3')
+depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
+makedepends=(python-{build,installer,setuptools,wheel})
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('33232f8d88bb50f4566e3a788853e03f30bff89d700df7bef5f5d109f2c7e573492aa3115d7e3bb873ce765789fbff6a12712043197d8b47acdf9ea8aafcd0bf'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-08-22 13:37:14 UTC (rev 1274693)
+++ disable_use_scm_version.patch   2022-08-22 13:37:17 UTC (rev 1274694)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 5301b4f..5aa5d1e 100644
 a/setup.cfg
-+++ b/setup.cfg
-@@ -54,7 +54,6 @@ keyw

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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 13:37:14
  Author: freswa
Revision: 1274693

add dependency on python-filelock

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-22 13:25:49 UTC (rev 1274692)
+++ PKGBUILD2022-08-22 13:37:14 UTC (rev 1274693)
@@ -4,13 +4,12 @@
 
 pkgname=ansible-lint
 pkgver=6.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint";
 license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
+depends=(python ansible-core yamllint 
python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
 makedepends=(python-{build,installer,setuptools,wheel})
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz



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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 12:02:57
  Author: freswa
Revision: 1274676

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1274675, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1274675, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-22 12:02:54 UTC (rev 1274675)
+++ PKGBUILD2022-08-22 12:02:57 UTC (rev 1274676)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.4.0
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint";
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('6397f35b1716e76b136eaa57dd0a1e6f0701c9a03555965e8bd63346a1d849734bde12464241bbd498606c02e343d84e7a53908f24e61c6ad0d6c134ddf878f5'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1274675, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-22 12:02:57 UTC (rev 1274676)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.5.0
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint";
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
+makedepends=(python-{build,installer,setuptools,wheel})
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('33232f8d88bb50f4566e3a788853e03f30bff89d700df7bef5f5d109f2c7e573492aa3115d7e3bb873ce765789fbff6a12712043197d8b47acdf9ea8aafcd0bf'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-08-22 12:02:54 UTC (rev 1274675)
+++ disable_use_scm_version.patch   2022-08-22 12:02:57 UTC (rev 1274676)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 530

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

2022-08-22 Thread Frederik Schwan via arch-commits
Date: Monday, August 22, 2022 @ 12:02:54
  Author: freswa
Revision: 1274675

upgpkg: ansible-lint 6.5.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-22 11:45:39 UTC (rev 1274674)
+++ PKGBUILD2022-08-22 12:02:54 UTC (rev 1274675)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.4.0
+pkgver=6.5.0
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -11,11 +11,11 @@
 license=('GPL3')
 depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
   'python-wcmatch' 'python-enrich' 'python-ansible-compat' 
'python-jsonschema' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=(python-{build,installer,setuptools,wheel})
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('6397f35b1716e76b136eaa57dd0a1e6f0701c9a03555965e8bd63346a1d849734bde12464241bbd498606c02e343d84e7a53908f24e61c6ad0d6c134ddf878f5'
+b2sums=('33232f8d88bb50f4566e3a788853e03f30bff89d700df7bef5f5d109f2c7e573492aa3115d7e3bb873ce765789fbff6a12712043197d8b47acdf9ea8aafcd0bf'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



[arch-commits] Commit in libtool/repos/testing-x86_64 (6 files)

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 22:36:45
  Author: freswa
Revision: 454119

archrelease: copy trunk to testing-x86_64

Added:
  libtool/repos/testing-x86_64/PKGBUILD
(from rev 454118, libtool/trunk/PKGBUILD)
  libtool/repos/testing-x86_64/disable-lto-link-order2.patch
(from rev 454118, libtool/trunk/disable-lto-link-order2.patch)
  libtool/repos/testing-x86_64/no_hostname.patch
(from rev 454118, libtool/trunk/no_hostname.patch)
Deleted:
  libtool/repos/testing-x86_64/PKGBUILD
  libtool/repos/testing-x86_64/disable-lto-link-order2.patch
  libtool/repos/testing-x86_64/no_hostname.patch

---+
 PKGBUILD  |  148 
 disable-lto-link-order2.patch |  112 +++---
 no_hostname.patch |   24 +++---
 3 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-20 22:36:41 UTC (rev 454118)
+++ PKGBUILD2022-08-20 22:36:45 UTC (rev 454119)
@@ -1,74 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Maintainer: Frederik Schwan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-# NOTE: requires rebuilt with each new gcc version
-
-pkgname=libtool
-pkgver=2.4.7
-pkgrel=4
-_gccver=12.1.1
-pkgdesc='A generic library support script'
-arch=(x86_64)
-url='https://www.gnu.org/software/libtool'
-license=(GPL)
-groups=(base-devel)
-depends=(sh tar glibc)
-makedepends=("gcc>=$_gccver" git help2man)
-checkdepends=(gcc-fortran)
-provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
-conflicts=(libltdl libtool-multilib)
-replaces=(libltdl libtool-multilib)
-options=(debug)
-_commit=6d7ce133ce54898cf28abd89d167cccfbc3c9b2b
-source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
-git+https://git.savannah.gnu.org/git/gnulib.git
-gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
-no_hostname.patch
-disable-lto-link-order2.patch)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'693aabb24a6e7ce21fe0b5d14394e19edcb8476663b5afa4463f9fa0df24d946'
-'b6dce6681f223b18a90614edbcdeb00f228abd1216e22c4bd07285321cd2ceb7')
-
-pkgver() {
-  cd libtool
-  git describe --tags | sed 's/-/+/g;s/^v//'
-}
-
-prepare() {
-  cd libtool
-
-  patch -Np1 -i ${srcdir}/no_hostname.patch
-
-  # test 67 is broken with lto
-  # this patch removes the -flto flag for this very test
-  # adapt when -ffat-lto-objects is enabled by Arch
-  patch -Np1 -i ${srcdir}/disable-lto-link-order2.patch
-
-  git submodule init
-  git config --local submodule.gnulib.url "$srcdir/gnulib"
-  git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap"
-  git submodule update
-
-  ./bootstrap
-}
-
-build() {
-  cd libtool
-  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32"
-  make
-}
-
-check() {
-  cd libtool
-  make check gl_public_submodule_commit=
-}
-
-package() {
-  cd libtool
-  make DESTDIR="$pkgdir" install
-}

Copied: libtool/repos/testing-x86_64/PKGBUILD (from rev 454118, 
libtool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-20 22:36:45 UTC (rev 454119)
@@ -0,0 +1,74 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Frederik Schwan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=libtool
+pkgver=2.4.7
+pkgrel=5
+_gccver=12.2.0
+pkgdesc='A generic library support script'
+arch=(x86_64)
+url='https://www.gnu.org/software/libtool'
+license=(GPL)
+groups=(base-devel)
+depends=(sh tar glibc)
+makedepends=("gcc>=$_gccver" git help2man)
+checkdepends=(gcc-fortran)
+provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
+conflicts=(libltdl libtool-multilib)
+replaces=(libltdl libtool-multilib)
+options=(debug)
+_commit=6d7ce133ce54898cf28abd89d167cccfbc3c9b2b
+source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
+git+https://git.savannah.gnu.org/git/gnulib.git
+gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
+no_hostname.patch
+disable-lto-link-order2.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'693aabb24a6e7ce21fe0b5d14394e19edcb8476663b5afa4463f9fa0df24d946'
+'b6dce6681f223b18a90614edbcdeb00f228abd1216e22c4bd07285321cd2ceb7')
+
+pkgver() {
+  cd libtool
+  git describe --tags | sed 's/-/+/g;s/^v//'
+}
+
+prepare() {
+  cd libtool
+
+  patch -Np1 -i ${srcdir}/no_hostname.patch
+
+  # test 67 is broken with lto
+  # this patch removes the -flto flag for this very test
+  # adapt when -ffat-lto-objects is enabled by Arch
+  patch -Np1 -i ${srcdir}/disable-lto-link-order2.patch
+
+  git submodule init
+  git config 

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 22:36:41
  Author: freswa
Revision: 454118

upgpkg: libtool 2.4.7-5

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 21:32:20 UTC (rev 454117)
+++ PKGBUILD2022-08-20 22:36:41 UTC (rev 454118)
@@ -8,8 +8,8 @@
 
 pkgname=libtool
 pkgver=2.4.7
-pkgrel=4
-_gccver=12.1.1
+pkgrel=5
+_gccver=12.2.0
 pkgdesc='A generic library support script'
 arch=(x86_64)
 url='https://www.gnu.org/software/libtool'



[arch-commits] Commit in virtualbox-host-modules-arch/repos (2 files)

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:45:52
  Author: freswa
Revision: 1271163

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-staging-x86_64/
  virtualbox-host-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 1271161, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-staging-x86_64/PKGBUILD 
(from rev 1271161, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-20 19:45:52 UTC (rev 1271163)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.36
+pkgrel=12
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

[arch-commits] Commit in virtualbox-host-modules-arch/trunk (PKGBUILD)

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:45:48
  Author: freswa
Revision: 1271161

upgpkg: virtualbox-host-modules-arch 6.1.36-12: gcc-12.2.0 rebuild

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:45:35 UTC (rev 1271160)
+++ PKGBUILD2022-08-20 19:45:48 UTC (rev 1271161)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.36
-pkgrel=11
+pkgrel=12
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:45:27
  Author: freswa
Revision: 1271159

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 1271158, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 1271158, vhba-module/trunk/dkms.conf)

---+
 PKGBUILD  |   49 +
 dkms.conf |9 +
 2 files changed, 58 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 1271158, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-20 19:45:27 UTC (rev 1271159)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20211218
+pkgrel=60
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/";
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz";
+dkms.conf)
+sha256sums=('72c5a8c1c452805e4cef8cafefcecc2d25ce197ae4c67383082802e5adcd77b6'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:45:23
  Author: freswa
Revision: 1271158

upgpkg: vhba-module 20211218-60: gcc-12.2.0 rebuild

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:45:02 UTC (rev 1271157)
+++ PKGBUILD2022-08-20 19:45:23 UTC (rev 1271158)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20211218
-pkgrel=59
+pkgrel=60
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/";
 arch=(x86_64)



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:45:02
  Author: freswa
Revision: 1271157

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi-lts/repos/community-staging-x86_64/
  tp_smapi-lts/repos/community-staging-x86_64/PKGBUILD
(from rev 1271156, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-staging-x86_64/PKGBUILD (from rev 1271156, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-20 19:45:02 UTC (rev 1271157)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+pkgver=0.43
+pkgrel=263
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:44:58
  Author: freswa
Revision: 1271156

upgpkg: tp_smapi-lts 0.43-263: gcc-12.2.0 rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:44:31 UTC (rev 1271155)
+++ PKGBUILD2022-08-20 19:44:58 UTC (rev 1271156)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=262
+pkgrel=263
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:44:31
  Author: freswa
Revision: 1271155

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 1271154, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 1271154, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-20 19:44:31 UTC (rev 1271155)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=418
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:44:27
  Author: freswa
Revision: 1271154

upgpkg: tp_smapi 0.43-418: gcc-12.2.0 rebuild

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:44:00 UTC (rev 1271153)
+++ PKGBUILD2022-08-20 19:44:27 UTC (rev 1271154)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=417
+pkgrel=418
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:44:00
  Author: freswa
Revision: 1271153

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168-lts/repos/community-staging-x86_64/
  r8168-lts/repos/community-staging-x86_64/PKGBUILD
(from rev 1271152, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-staging-x86_64/keys/

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

Copied: r8168-lts/repos/community-staging-x86_64/PKGBUILD (from rev 1271152, 
r8168-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-20 19:44:00 UTC (rev 1271153)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.050.03
+pkgrel=18
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/r8168-$pkgver.tar.gz.asc)
+sha256sums=('76f9e7c26a8ade7b01dd34060f5b17d74387f15e9b6baa6dbba8c43634a31ce6'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:43:56
  Author: freswa
Revision: 1271151

upgpkg: r8168-lts 8.050.03-18: gcc-12.2.0 rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:43:38 UTC (rev 1271150)
+++ PKGBUILD2022-08-20 19:43:56 UTC (rev 1271151)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.050.03
-pkgrel=17
+pkgrel=18
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw";
 license=("GPL")



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:43:16
  Author: freswa
Revision: 1271149

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 1271148, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/keys/
  r8168/repos/community-staging-x86_64/linux518.patch
(from rev 1271148, r8168/trunk/linux518.patch)
  r8168/repos/community-staging-x86_64/linux519.patch
(from rev 1271148, r8168/trunk/linux519.patch)

+
 PKGBUILD   |   55 +++
 linux518.patch |   52 
 linux519.patch |   41 +
 3 files changed, 148 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 1271148, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-20 19:43:16 UTC (rev 1271149)
@@ -0,0 +1,55 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.050.03
+pkgrel=19
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc
+linux518.patch linux519.patch)
+sha256sums=('76f9e7c26a8ade7b01dd34060f5b17d74387f15e9b6baa6dbba8c43634a31ce6'
+'SKIP'
+'d8d542770e504775600f686d03412a37cc32489872be7aeb388b5b08d9806096'
+'f5e08919764bc56d4f11b23fcb7cece663cae3f591992a0ca2be760e6890a9f8')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo 
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux518.patch
+   patch -Np1 -i ../linux519.patch
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(opts2 = 0;
+ while (1) {
+ memset(tmpAddr, pattern++, len - 14);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
+ pci_dma_sync_single_for_device(tp->pci_dev,
+le64_to_cpu(mapping),
+len, DMA_TO_DEVICE);
++#else
++dma_sync_single_for_device(tp_to_dev(tp),
++   le64_to_cpu(mapping),
++   len, DMA_TO_DEVICE);
++#endif
+ txd->opts1 = cpu_to_le32(DescOwn | FirstFrag | LastFrag | 
len);
+ 
+ RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig)  | AcceptMyPhys);
+@@ -3726,7 +3732,11 @@
+ if (rx_len == len) {
+ dma_sync_single_for_cpu(tp_to_dev(tp), 
le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_FROM_DEVICE);
+ i = memcmp(skb->data, rx_skb->data, rx_len);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
+ pci_dma_sync_single_for_device(tp->pci_dev, 
le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_FROM_DEVICE);
++#else
++dma_sync_single_for_device(tp_to_dev(tp), 
le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_FROM_DEVICE);
++#endif
+ if (i == 0) {
+ //  dev_printk(KERN_INFO, tp_to_dev(tp), "loopback test 
finished\n",rx_len,len);
+ break;
+@@ -26403,11 +26413,20 @@
+ 
+ if ((sizeof(dma_addr_t) > 4) &&
+ use_dac &&
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
+ !pci_set_dma_mask(pdev, DMA_BIT_MASK(64)) &&
+ !pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64))) {
++#else
++!dma_set_mask(&pdev->dev, DMA_BIT_MASK(64)) &&
++!dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) {
++#endif
+ dev->features |= NETIF_F_HIGHDMA;
+ } else {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
+ rc = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
++#else
++rc = dma_set_mask(&pdev->dev, DMA_BIT_MASK(32));
++#endif
+ if (rc < 0) {
+ #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,0)
+ if (netif_msg_p

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:43:12
  Author: freswa
Revision: 1271148

upgpkg: r8168 8.050.03-19: gcc-12.2.0 rebuild

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:42:40 UTC (rev 1271147)
+++ PKGBUILD2022-08-20 19:43:12 UTC (rev 1271148)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.050.03
-pkgrel=18
+pkgrel=19
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:42:40
  Author: freswa
Revision: 1271147

archrelease: copy trunk to community-staging-x86_64

Added:
  netfilter-fullconenat/repos/community-staging-x86_64/
  netfilter-fullconenat/repos/community-staging-x86_64/PKGBUILD
(from rev 1271146, netfilter-fullconenat/trunk/PKGBUILD)
  netfilter-fullconenat/repos/community-staging-x86_64/linux-5.15.patch
(from rev 1271146, netfilter-fullconenat/trunk/linux-5.15.patch)

--+
 PKGBUILD |   46 +++
 linux-5.15.patch |   68 +
 2 files changed, 114 insertions(+)

Copied: netfilter-fullconenat/repos/community-staging-x86_64/PKGBUILD (from rev 
1271146, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-20 19:42:40 UTC (rev 1271147)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=230
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat";
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+_commit=0cf3b48fd7d2fa81d0297d1fff12bbd0580fc435  # master
+source=("${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat#commit=${_commit}";
+linux-5.15.patch)
+sha256sums=('SKIP'
+'d785622e80ed3348be133270ac974dd372e0d6d770f0da554edbcbf20e94d6a6')
+
+pkgver() {
+  cd ${pkgname}
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+prepare() {
+  cd ${pkgname}
+  echo "obj-m = xt_FULLCONENAT.o" > Kbuild
+  patch -p1 -i ../linux-5.15.patch
+}
+
+build() {
+  cd ${pkgname}
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  local extradir=/usr/lib/modules/$(net, &ct_event_notifier) == 0) {
+   ct_event_notifier_registered = 1;
+@@ -1252,6 +1255,11 @@ static int fullconenat_tg_check(const struct 
xt_tgchk_param *par)
+ } else {
+   printk("xt_FULLCONENAT: warning: failed to register a conntrack 
notifier. Disable active GC for mappings.\n");
+ }
++#else
++ct_event_notifier.ct_event = ct_event_cb;
++nf_conntrack_register_notifier(par->net, &ct_event_notifier);
++pr_debug("xt_FULLCONENAT: fullconenat_tg_check(): ct_event_notifier 
registered\n");
++#endif
+ 
+   }
+ 
+@@ -1269,6 +1277,7 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
+   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): tg_refer_count is now 
%d\n", tg_refer_count);
+ 
+   if (tg_refer_count == 0) {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,15,0)
+ if (ct_event_notifier_registered) {
+   nf_conntrack_unregister_notifier(par->net, &ct_event_notifier);
+   ct_event_notifier_registered = 0;
+@@ -1276,6 +1285,10 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
+   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
+ 
+ }
++#else
++nf_conntrack_unregister_notifier(par->net);
++pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
++#endif
+ nf_ct_netns_put(par->net, par->family);
+   }
+ 



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:42:36
  Author: freswa
Revision: 1271146

upgpkg: netfilter-fullconenat r73.0cf3b48-230: gcc-12.2.0 rebuild

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:42:04 UTC (rev 1271145)
+++ PKGBUILD2022-08-20 19:42:36 UTC (rev 1271146)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=229
+pkgrel=230
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat";



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:42:04
  Author: freswa
Revision: 1271145

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-anything-arch/repos/community-staging-x86_64/
  deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 1271144, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
1271144, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-20 19:42:04 UTC (rev 1271145)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.9
+pkgrel=110
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything";
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz";)
+sha512sums=('d7038f900c7f6cf2af156ced0fab6bcd46bff347011acc34b5d355ae8f09efe3f323724b728fbfe9c8b961e238ceb7c81aaf45f2e446b5d9ce908e8c0a658c5b')
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:42:00
  Author: freswa
Revision: 1271144

upgpkg: deepin-anything-arch 5.0.9-110: gcc-12.2.0 rebuild

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:41:33 UTC (rev 1271143)
+++ PKGBUILD2022-08-20 19:42:00 UTC (rev 1271144)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=109
+pkgrel=110
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything";



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:41:33
  Author: freswa
Revision: 1271143

archrelease: copy trunk to community-staging-x86_64

Added:
  broadcom-wl/repos/community-staging-x86_64/
  broadcom-wl/repos/community-staging-x86_64/PKGBUILD
(from rev 1271142, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 1271142, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-20 19:41:33 UTC (rev 1271143)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=410
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:41:29
  Author: freswa
Revision: 1271142

upgpkg: broadcom-wl 6.30.223.271-410: gcc-12.2.0 rebuild

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:41:09 UTC (rev 1271141)
+++ PKGBUILD2022-08-20 19:41:29 UTC (rev 1271142)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=409
+pkgrel=410
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:41:09
  Author: freswa
Revision: 1271141

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/0001-proc_ops-struct.patch
(from rev 1271140, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-staging-x86_64/0002-kernel-5.7.patch
(from rev 1271140, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-staging-x86_64/0003-kernel-5.18.patch
(from rev 1271140, bbswitch/trunk/0003-kernel-5.18.patch)
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 1271140, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 +
 0002-kernel-5.7.patch  |   11 +
 0003-kernel-5.18.patch |   19 +++
 PKGBUILD   |   52 +++
 4 files changed, 118 insertions(+)

Copied: bbswitch/repos/community-staging-x86_64/0001-proc_ops-struct.patch 
(from rev 1271140, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-staging-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-staging-x86_64/0001-proc_ops-struct.patch 2022-08-20 19:41:09 UTC 
(rev 1271141)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = &bbswitch_pm_handler

Copied: bbswitch/repos/community-staging-x86_64/0002-kernel-5.7.patch (from rev 
1271140, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-staging-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-staging-x86_64/0002-kernel-5.7.patch  2022-08-20 19:41:09 UTC 
(rev 1271141)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-staging-x86_64/0003-kernel-5.18.patch (from 
rev 1271140, bbswitch/trunk/0003-kernel-5.18.patch)
===
--- community-staging-x86_64/0003-kernel-5.18.patch 
(rev 0)
+++ community-staging-x86_64/0003-kernel-5.18.patch 2022-08-20 19:41:09 UTC 
(rev 1271141)
@@ -0,0 +1,19 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.18/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2022-05-24 20:26:22.184553495 +
 bbswitch-0.8-5.18/bbswitch.c   2022-05-24 20:29:00.797008130 +
+@@ -264,10 +264,15 @@
+ pci_disable_device(dis_dev);
+ do {
+ struct acpi_device *ad = NULL;
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0)
++ad = acpi_fetch_acpi_dev(dis_handle);
++if (!ad) {
++#else
+ int r;
+ 
+ r = acpi_bus_get_device(dis_handle, &ad);
+ if (r || !ad) {
++#endif
+ pr_warn("Cannot get ACPI device for PCI device\n");
+ break;
+ }

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 1271140, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-20 19:41:09 UTC (rev 1271141)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=531
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch";
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";
+ 

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:41:04
  Author: freswa
Revision: 1271140

upgpkg: bbswitch 0.8-531: gcc-12.2.0 rebuild

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:40:31 UTC (rev 1271139)
+++ PKGBUILD2022-08-20 19:41:04 UTC (rev 1271140)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=530
+pkgrel=531
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:40:31
  Author: freswa
Revision: 1271139

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call-lts/repos/community-staging-x86_64/
  acpi_call-lts/repos/community-staging-x86_64/PKGBUILD
(from rev 1271138, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-staging-x86_64/PKGBUILD (from rev 
1271138, acpi_call-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-20 19:40:31 UTC (rev 1271139)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.2
+pkgrel=67
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+provides=('acpi_call')
+
+build() {
+  _kernver=$(

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:40:27
  Author: freswa
Revision: 1271138

upgpkg: acpi_call-lts 1.2.2-67: gcc-12.2.0 rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:40:11 UTC (rev 1271137)
+++ PKGBUILD2022-08-20 19:40:27 UTC (rev 1271138)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.2
-pkgrel=66
+pkgrel=67
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:40:11
  Author: freswa
Revision: 1271137

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 1271136, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 1271136, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-08-20 19:40:11 UTC (rev 1271137)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.2
+pkgrel=65
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:40:07
  Author: freswa
Revision: 1271136

upgpkg: acpi_call 1.2.2-65: gcc-12.2.0 rebuild

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:39:35 UTC (rev 1271135)
+++ PKGBUILD2022-08-20 19:40:07 UTC (rev 1271136)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=64
+pkgrel=65
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:39:23
  Author: freswa
Revision: 454102

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-open/repos/staging-x86_64/
  nvidia-open/repos/staging-x86_64/PKGBUILD
(from rev 454101, nvidia-open/trunk/PKGBUILD)
  nvidia-open/repos/staging-x86_64/nvidia-open-gcc-ibt-sls.patch
(from rev 454101, nvidia-open/trunk/nvidia-open-gcc-ibt-sls.patch)

---+
 PKGBUILD  |   94 
 nvidia-open-gcc-ibt-sls.patch |   28 +++
 2 files changed, 122 insertions(+)

Copied: nvidia-open/repos/staging-x86_64/PKGBUILD (from rev 454101, 
nvidia-open/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-08-20 19:39:23 UTC (rev 454102)
@@ -0,0 +1,94 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=nvidia-open
+pkgname=(nvidia-open nvidia-open-dkms)
+pkgver=515.65.01
+pkgrel=6
+pkgdesc="NVIDIA open kernel modules"
+arch=('x86_64')
+url="https://github.com/NVIDIA/open-gpu-kernel-modules";
+depends=("nvidia-utils=${pkgver}" 'libglvnd')
+makedepends=('linux-headers')
+license=('GPL')
+options=('!lto' '!buildflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz";
+nvidia-open-gcc-ibt-sls.patch)
+sha512sums=('c2ff6fd02272b6981a65e7e14c6b636f0113e21da910898c27682f58e60fa8e6deea3670081c57e4961fb5e7794eef8eddb90d134ba1892536a8468c5dc9d669'
+
'a8821f36c7515bfe4f50d7e3d15a6a8464ec833ca19818d674e300199f3867971f6fba35e1a357fa8ced08cc91d36c2f7fb37cb247bcbf18fa706f97916639b5')
+
+prepare() {
+  cd open-gpu-kernel-modules-${pkgver}
+
+  # Fix for https://bugs.archlinux.org/task/74886
+  patch -Np1 --no-backup-if-mismatch -i "$srcdir"/nvidia-open-gcc-ibt-sls.patch
+
+  # Attempt to make this reproducible
+  sed -i "s/^HOSTNAME.*/HOSTNAME = echo archlinux"/ utils.mk
+  sed -i "s/^WHOAMI.*/WHOAMI = echo archlinux-builder"/ utils.mk
+  sed -i "s/^DATE.*/DATE = date -r version.mk"/ utils.mk
+
+  sed -i "s/__VERSION_STRING/${pkgver}/" kernel-open/dkms.conf
+  sed -i 's/__JOBS/`nproc`/' kernel-open/dkms.conf
+  sed -i 's/__EXCLUDE_MODULES//' kernel-open/dkms.conf
+  sed -i 's/__DKMS_MODULES//' kernel-open/dkms.conf
+  sed -i '$i\
+BUILT_MODULE_NAME[0]="nvidia"\
+BUILT_MODULE_LOCATION[0]="kernel-open"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+BUILT_MODULE_LOCATION[1]="kernel-open"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+BUILT_MODULE_LOCATION[2]="kernel-open"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+BUILT_MODULE_LOCATION[3]="kernel-open"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[4]="nvidia-peermem"\
+BUILT_MODULE_LOCATION[4]="kernel-open"\
+DEST_MODULE_LOCATION[4]="/kernel/drivers/video"' kernel-open/dkms.conf
+
+  # Clean version for later copying for DKMS
+  cp -r ../open-gpu-kernel-modules-${pkgver} 
"$srcdir"/open-gpu-kernel-modules-dkms
+}
+
+build() {
+  cd open-gpu-kernel-modules-${pkgver}
+  make SYSSRC="/usr/src/linux"
+}
+
+package_nvidia-open() {
+  depends+=('linux')
+  conflicts=('NVIDIA-MODULE')
+  provides=('NVIDIA-MODULE')
+
+  cd open-gpu-kernel-modules-${pkgver}
+  _extradir="/usr/lib/modules/$( 
"$pkgdir"/usr/lib/modprobe.d/nvidia-open.conf
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_nvidia-open-dkms() {
+  depends+=('dkms')
+  conflicts=('nvidia-open' 'NVIDIA-MODULE')
+  provides=('nvidia-open' 'NVIDIA-MODULE')
+
+  install -dm 755 "${pkgdir}"/usr/src
+  # cp -dr --no-preserve='ownership' kernel-open 
"${pkgdir}/usr/src/nvidia-$pkgver"
+  cp -dr --no-preserve='ownership' open-gpu-kernel-modules-dkms 
"${pkgdir}/usr/src/nvidia-$pkgver"
+  mv "${pkgdir}/usr/src/nvidia-$pkgver/kernel-open/dkms.conf" 
"${pkgdir}/usr/src/nvidia-$pkgver/dkms.conf"
+
+  # Force module to load even on unsupported GPUs
+  mkdir -p "$pkgdir"/usr/lib/modprobe.d
+  echo "options nvidia NVreg_OpenRmEnableUnsupportedGpus=1" > 
"$pkgdir"/usr/lib/modprobe.d/nvidia-open.conf
+
+  install -Dm644 open-gpu-kernel-modules-${pkgver}/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname
+}
+
+# vim:set sw=2 et:

Copied: nvidia-open/repos/staging-x86_64/nvidia-open-gcc-ibt-sls.patch (from 
rev 454101, nvidia-open/trunk/nvidia-open-gcc-ibt-sls.patch)
===
--- staging-x86_64/nvidia-open-gcc-ibt-sls.patch
(rev 0)
+++ staging-x86_64/nvidia-open-gcc-ibt-sls.patch2022-08-20 19:39:23 UTC 
(rev 454102)
@@ -0,0 +1,28 @@
+diff --git a/src/nvidia-modeset/Makefile b/src/nvidia-modeset/Makefile
+index c63b86b..a67d2fc 100644
+--- a/src/nvidia-modeset/Makefile
 b/src/nvidia-modeset/Makefile
+@@ -95,7 +95,8 @@ CFLAGS += -ffun

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:39:19
  Author: freswa
Revision: 454101

upgpkg: nvidia-open 515.65.01-6: gcc-12.2.0 rebuild

Modified:
  nvidia-open/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:35:03 UTC (rev 454100)
+++ PKGBUILD2022-08-20 19:39:19 UTC (rev 454101)
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=515.65.01
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules";



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:35:03
  Author: freswa
Revision: 454100

archrelease: copy trunk to staging-x86_64

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

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

Copied: nvidia-lts/repos/staging-x86_64/PKGBUILD (from rev 454099, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-08-20 19:35:03 UTC (rev 454100)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Eric Bélanger 
+pkgname=nvidia-lts
+pkgver=515.65.01
+pkgrel=6
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/";
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:35:00
  Author: freswa
Revision: 454099

upgpkg: nvidia-lts 1:515.65.01-6: gcc-12.2.0 rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:33:22 UTC (rev 454098)
+++ PKGBUILD2022-08-20 19:35:00 UTC (rev 454099)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
 pkgver=515.65.01
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:33:22
  Author: freswa
Revision: 454098

archrelease: copy trunk to staging-x86_64

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

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

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

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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:33:17
  Author: freswa
Revision: 454097

upgpkg: nvidia 515.65.01-7: gcc-12.2.0 rebuild

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:14:11 UTC (rev 454096)
+++ PKGBUILD2022-08-20 19:33:17 UTC (rev 454097)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=515.65.01
-pkgrel=6
+pkgrel=7
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/";



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:14:11
  Author: freswa
Revision: 454096

upgpkg: nvidia 515.65.01-6: gcc-12.2.0 rebuild

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 19:10:09 UTC (rev 454095)
+++ PKGBUILD2022-08-20 19:14:11 UTC (rev 454096)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=515.65.01
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/";



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:10:09
  Author: freswa
Revision: 454095

archrelease: copy trunk to staging-x86_64

Added:
  linux-hardened/repos/staging-x86_64/
  linux-hardened/repos/staging-x86_64/PKGBUILD
(from rev 454094, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/staging-x86_64/config
(from rev 454094, linux-hardened/trunk/config)
  linux-hardened/repos/staging-x86_64/keys/

--+
 PKGBUILD |  209 +
 config   |10823 +
 2 files changed, 11032 insertions(+)

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


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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 19:10:02
  Author: freswa
Revision: 454094

upgpkg: linux-hardened 5.18.18.hardened1-2: gcc-12.2.0 rebuild

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 18:35:16 UTC (rev 454093)
+++ PKGBUILD2022-08-20 19:10:02 UTC (rev 454094)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 pkgver=5.18.18.hardened1
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
 arch=(x86_64)



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 18:35:16
  Author: freswa
Revision: 454093

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 454092, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 454092, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/keys/

--+
 PKGBUILD |  204 +
 config   |11187 +
 2 files changed, 11391 insertions(+)

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


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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 18:35:10
  Author: freswa
Revision: 454092

upgpkg: linux-zen 5.19.2.zen1-2: gcc-12.2.0 rebuild

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 17:51:12 UTC (rev 454091)
+++ PKGBUILD2022-08-20 18:35:10 UTC (rev 454092)
@@ -2,7 +2,7 @@
 
 pkgbase=linux-zen
 pkgver=5.19.2.zen1
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://github.com/zen-kernel/zen-kernel/commits/$_srctag";



[arch-commits] Commit in glibc/trunk (PKGBUILD disable-clone3.diff)

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 17:51:12
  Author: freswa
Revision: 454091

re-enable clone3 syscall

After electron 9-12 are not supported anymore
or patched and discord has been updated to
electron > 13 according to the console output,
we can safely enable the clone3 syscall again.

Modified:
  glibc/trunk/PKGBUILD
Deleted:
  glibc/trunk/disable-clone3.diff

-+
 PKGBUILD|8 
 disable-clone3.diff |   22 --
 2 files changed, 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 17:42:33 UTC (rev 454090)
+++ PKGBUILD2022-08-20 17:51:12 UTC (rev 454091)
@@ -21,7 +21,6 @@
 locale-gen
 lib32-glibc.conf
 sdt.h sdt-config.h
-disable-clone3.diff
 reenable_DT_HASH.patch
 )
 validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8 # Carlos O'Donell
@@ -32,7 +31,6 @@
 
'7c265e6d36a5c0dff127093580827d15519b6c7205c2e1300e82f0fb5b9dd00b6accb40c56581f18179c4fbbc95bd2bf1b900ace867a83accde0969f7b609f8a'
 
'a6a5e2f2a627cc0d13d11a82458cfd0aa75ec1c5a3c7647e5d5a3bb1d4c0770887a3909bfda1236803d5bc9801bfd6251e13483e9adf797e4725332cd0d91a0e'
 
'214e995e84b342fe7b2a7704ce011b7c7fc74c2971f98eeb3b4e677b99c860addc0a7d91b8dc0f0b8be7537782ee331999e02ba48f4ccc1c331b60f27d715678'
-
'edef5f724f68ea95c6b0127bd13a10245f548afc381b2d0a6d1d06ee9f87b7dd89c6becd35d5ae722bf838594eb870a747f67f07f46e7d63f8c8d1a43cce4a52'
 
'5fdd133c367af2f5454ea1eea7907de12166fb95eb59dbe33eae16aa9e26209b6585972bc1c80e36a0af4bfb04296acaf940ee78cd624cdcbab9669dff46c051')
 
 prepare() {
@@ -41,12 +39,6 @@
   [[ -d glibc-$pkgver ]] && ln -s glibc-$pkgver glibc
   cd glibc
 
-  # Disable clone3 syscall for now
-  # Can be removed when eletron{9,11,12} and discord are removed or patched:
-  # 
https://github.com/electron/electron/commit/993ecb5bdd5c57024c8718ca6203a8f924d6d574
-  # Patch src: 
https://patchwork.ozlabs.org/project/glibc/patch/87eebkf8ph@oldenburg.str.redhat.com/
-  patch -Np1 -i "${srcdir}"/disable-clone3.diff
-
   # re-enable `--hash-style=both` for building shared objects due to issues 
with EPIC's EAC
   # which relies on DT_HASH to be present in these libs.
   # reconsider 2023-01

Deleted: disable-clone3.diff
===
--- disable-clone3.diff 2022-08-20 17:42:33 UTC (rev 454090)
+++ disable-clone3.diff 2022-08-20 17:51:12 UTC (rev 454091)
@@ -1,22 +0,0 @@
-diff --git a/sysdeps/unix/sysv/linux/clone-internal.c 
b/sysdeps/unix/sysv/linux/clone-internal.c
-index 1e7a8f6b35..4046c81180 100644
 a/sysdeps/unix/sysv/linux/clone-internal.c
-+++ b/sysdeps/unix/sysv/linux/clone-internal.c
-@@ -48,17 +48,6 @@ __clone_internal (struct clone_args *cl_args,
- int (*func) (void *arg), void *arg)
- {
-   int ret;
--#ifdef HAVE_CLONE3_WRAPPER
--  /* Try clone3 first.  */
--  int saved_errno = errno;
--  ret = __clone3 (cl_args, sizeof (*cl_args), func, arg);
--  if (ret != -1 || errno != ENOSYS)
--return ret;
--
--  /* NB: Restore errno since errno may be checked against non-zero
-- return value.  */
--  __set_errno (saved_errno);
--#endif
- 
-   /* Map clone3 arguments to clone arguments.  NB: No need to check
-  invalid clone3 specific bits in flags nor exit_signal since this



[arch-commits] Commit in linux-lts/repos (10 files)

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 17:42:33
  Author: freswa
Revision: 454090

archrelease: copy trunk to staging-x86_64

Added:
  linux-lts/repos/staging-x86_64/
  
linux-lts/repos/staging-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 454089, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/staging-x86_64/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
(from rev 454089, 
linux-lts/trunk/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch)
  
linux-lts/repos/staging-x86_64/0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch
(from rev 454089, 
linux-lts/trunk/0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch)
  
linux-lts/repos/staging-x86_64/0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch
(from rev 454089, 
linux-lts/trunk/0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch)
  linux-lts/repos/staging-x86_64/0005-lg-laptop-Recognize-more-models.patch
(from rev 454089, 
linux-lts/trunk/0005-lg-laptop-Recognize-more-models.patch)
  linux-lts/repos/staging-x86_64/0006-Fix-NFSv4-mount-regression.patch
(from rev 454089, linux-lts/trunk/0006-Fix-NFSv4-mount-regression.patch)
  linux-lts/repos/staging-x86_64/PKGBUILD
(from rev 454089, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/staging-x86_64/config
(from rev 454089, linux-lts/trunk/config)
  linux-lts/repos/staging-x86_64/keys/

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  151 
 0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch |   21 
 0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch |   85 
 0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch |   57 
 0005-lg-laptop-Recognize-more-models.patch  |   36 
 0006-Fix-NFSv4-mount-regression.patch   |  238 
 PKGBUILD|  213 
 config  |10701 
++
 8 files changed, 11502 insertions(+)

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


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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 17:42:26
  Author: freswa
Revision: 454089

upgpkg: linux-lts 5.15.61-2: gcc-12.2.0 rebuild

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 17:24:13 UTC (rev 454088)
+++ PKGBUILD2022-08-20 17:42:26 UTC (rev 454089)
@@ -2,7 +2,7 @@
 
 pkgbase=linux-lts
 pkgver=5.15.61
-pkgrel=1
+pkgrel=2
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/";
 arch=(x86_64)



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 17:00:11
  Author: freswa
Revision: 454080

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  linux/repos/staging-x86_64/PKGBUILD
(from rev 454079, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 454079, linux/trunk/config)
  linux/repos/staging-x86_64/keys/

--+
 PKGBUILD |  203 +
 config   |11132 +
 2 files changed, 11335 insertions(+)

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


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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 17:00:05
  Author: freswa
Revision: 454079

upgpkg: linux 5.19.2.arch1-2: gcc-12.2.0 rebuild

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 14:56:25 UTC (rev 454078)
+++ PKGBUILD2022-08-20 17:00:05 UTC (rev 454079)
@@ -2,7 +2,7 @@
 
 pkgbase=linux
 pkgver=5.19.2.arch1
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://github.com/archlinux/linux/commits/$_srctag";



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

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 16:38:48
  Author: freswa
Revision: 1271080

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 1271079, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 1271079, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 1271079, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  125 +++---
 caprine.desktop |   18 +++
 caprine.js  |   58 -
 3 files changed, 101 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-20 16:38:44 UTC (rev 1271079)
+++ PKGBUILD2022-08-20 16:38:48 UTC (rev 1271080)
@@ -1,62 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.55.7
-_commit=ed0105c4ea901b57f61cf010341089548fec32cb
-pkgrel=2
-pkgdesc='Elegant Facebook Messenger desktop app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron13')
-makedepends=('git' 'npm')
-options=(!emptydirs)
-source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
-'caprine.desktop'
-'caprine.js')
-sha256sums=('SKIP'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'93bf95cb916e3c6f8e44b598f3813fbdc63cc64f65cb376a4d08a5d574c6b3b4')
-
-build() {
-cd ${pkgname}
-
-npm install --ignore-scripts
-npx tsc
-rm -r node_modules
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}/usr/share/pixmaps"
-install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 1271079, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-20 16:38:48 UTC (rev 1271080)
@@ -0,0 +1,63 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.56.0
+_commit=91f48da52274ea51b34360a374d06d514592fc6b
+pkgrel=1
+pkgdesc='Elegant Facebook Messenger desktop app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('git' 'npm')
+options=(!emptydirs)
+source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
+'caprine.desktop'
+'caprine.js')
+sha256sums=('SKIP'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}
+
+npm install --ignore-scripts
+npx tsc
+rm -r node_modules
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}/usr/share/pixmaps"
+install -m644 build/icon.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
+find "${pkgdir}"${appdir} \
+-name "packa

[arch-commits] Commit in caprine/trunk (PKGBUILD caprine.js)

2022-08-20 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 16:38:44
  Author: freswa
Revision: 1271079

upgpkg: caprine 2.56.0-1

Modified:
  caprine/trunk/PKGBUILD
  caprine/trunk/caprine.js

+
 PKGBUILD   |   13 +++--
 caprine.js |2 +-
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 16:33:44 UTC (rev 1271078)
+++ PKGBUILD2022-08-20 16:38:44 UTC (rev 1271079)
@@ -1,14 +1,15 @@
-# Maintainer: Nicola Squartini 
+# Maintainer: Frederik Schwan 
+# Contributor: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.55.7
-_commit=ed0105c4ea901b57f61cf010341089548fec32cb
-pkgrel=2
+pkgver=2.56.0
+_commit=91f48da52274ea51b34360a374d06d514592fc6b
+pkgrel=1
 pkgdesc='Elegant Facebook Messenger desktop app'
 arch=('any')
 url='https://github.com/sindresorhus/caprine'
 license=('MIT')
-depends=('electron13')
+depends=('electron')
 makedepends=('git' 'npm')
 options=(!emptydirs)
 source=("git+https://github.com/sindresorhus/caprine.git#commit=${_commit}";
@@ -16,7 +17,7 @@
 'caprine.js')
 sha256sums=('SKIP'
 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'93bf95cb916e3c6f8e44b598f3813fbdc63cc64f65cb376a4d08a5d574c6b3b4')
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
 
 build() {
 cd ${pkgname}

Modified: caprine.js
===
--- caprine.js  2022-08-20 16:33:44 UTC (rev 1271078)
+++ caprine.js  2022-08-20 16:38:44 UTC (rev 1271079)
@@ -1,4 +1,4 @@
-#!/usr/bin/electron13
+#!/usr/bin/electron
 
 const name = 'caprine';
 



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

2022-08-19 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 05:00:20
  Author: freswa
Revision: 454073

archrelease: copy trunk to staging-x86_64

Added:
  libtool/repos/staging-x86_64/
  libtool/repos/staging-x86_64/PKGBUILD
(from rev 454072, libtool/trunk/PKGBUILD)
  libtool/repos/staging-x86_64/disable-lto-link-order2.patch
(from rev 454072, libtool/trunk/disable-lto-link-order2.patch)
  libtool/repos/staging-x86_64/no_hostname.patch
(from rev 454072, libtool/trunk/no_hostname.patch)

---+
 PKGBUILD  |   74 
 disable-lto-link-order2.patch |   56 ++
 no_hostname.patch |   12 ++
 3 files changed, 142 insertions(+)

Copied: libtool/repos/staging-x86_64/PKGBUILD (from rev 454072, 
libtool/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-08-20 05:00:20 UTC (rev 454073)
@@ -0,0 +1,74 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Frederik Schwan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=libtool
+pkgver=2.4.7
+pkgrel=4
+_gccver=12.1.1
+pkgdesc='A generic library support script'
+arch=(x86_64)
+url='https://www.gnu.org/software/libtool'
+license=(GPL)
+groups=(base-devel)
+depends=(sh tar glibc)
+makedepends=("gcc>=$_gccver" git help2man)
+checkdepends=(gcc-fortran)
+provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
+conflicts=(libltdl libtool-multilib)
+replaces=(libltdl libtool-multilib)
+options=(debug)
+_commit=6d7ce133ce54898cf28abd89d167cccfbc3c9b2b
+source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
+git+https://git.savannah.gnu.org/git/gnulib.git
+gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
+no_hostname.patch
+disable-lto-link-order2.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'693aabb24a6e7ce21fe0b5d14394e19edcb8476663b5afa4463f9fa0df24d946'
+'b6dce6681f223b18a90614edbcdeb00f228abd1216e22c4bd07285321cd2ceb7')
+
+pkgver() {
+  cd libtool
+  git describe --tags | sed 's/-/+/g;s/^v//'
+}
+
+prepare() {
+  cd libtool
+
+  patch -Np1 -i ${srcdir}/no_hostname.patch
+
+  # test 67 is broken with lto
+  # this patch removes the -flto flag for this very test
+  # adapt when -ffat-lto-objects is enabled by Arch
+  patch -Np1 -i ${srcdir}/disable-lto-link-order2.patch
+
+  git submodule init
+  git config --local submodule.gnulib.url "$srcdir/gnulib"
+  git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap"
+  git submodule update
+
+  ./bootstrap
+}
+
+build() {
+  cd libtool
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32"
+  make
+}
+
+check() {
+  cd libtool
+  make check gl_public_submodule_commit=
+}
+
+package() {
+  cd libtool
+  make DESTDIR="$pkgdir" install
+}

Copied: libtool/repos/staging-x86_64/disable-lto-link-order2.patch (from rev 
454072, libtool/trunk/disable-lto-link-order2.patch)
===
--- staging-x86_64/disable-lto-link-order2.patch
(rev 0)
+++ staging-x86_64/disable-lto-link-order2.patch2022-08-20 05:00:20 UTC 
(rev 454073)
@@ -0,0 +1,56 @@
+This patch is derived from 
+https://src.fedoraproject.org/rpms/libtool/blob/rawhide/f/libtool-2.4.6-disable-lto-link-order2.patch
+
+Enabling lto will result in failure during test phase, to be precise test 67 
will cause it.
+Compiler flags for this test (and most likely for rest of them) are inherited 
from actual build phase.
+I'm not sure if this is expected.
+
+Most distribution disables this test. We try to keep it by stripping lto flags 
for it.
+
+Origin for this tests: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=391427
+
+--- a/tests/link-order2.at 2015-01-16 19:52:04.0 +0100
 b/tests/link-order2.at 2021-11-30 02:01:09.574451906 +0100
+@@ -47,6 +47,8 @@
+ AT_KEYWORDS([libtool])
+ AT_KEYWORDS([interactive])dnl running 'wrong' may cause a popup window.
+ 
++NO_LTO_CFLAGS=${CFLAGS/ -flto}
++
+ eval `$LIBTOOL --config | $EGREP '^(shlibpath_var|allow_undefined_flag)='`
+ 
+ undefined_setting=-no-undefined
+@@ -89,12 +91,12 @@
+ EOF
+ 
+ for file in a0 a1 b; do
+-  $LIBTOOL --mode=compile $CC $CPPFLAGS $CFLAGS -c $file.c
++  $LIBTOOL --mode=compile $CC $CPPFLAGS $NO_LTO_CFLAGS -c $file.c
+ done
+-$CC $CPPFLAGS $CFLAGS -c main.c
++$CC $CPPFLAGS $NO_LTO_CFLAGS -c main.c
+ 
+ # Build an old, installed library.
+-$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS $static -o liba0.la a0.lo -rpath 
$deflibdir
++$LIBTOOL --mode=link $CC $NO_LTO_CFLAGS $LDFLAGS $static -o liba0.la a0.lo 
-rpath $deflibdir
+ $LIBTOOL --mode=install cp liba0.la $deflibdir/liba0.la
+ $LIBTOOL --mode=

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

2022-08-19 Thread Frederik Schwan via arch-commits
Date: Saturday, August 20, 2022 @ 05:00:16
  Author: freswa
Revision: 454072

upgpkg: libtool 2.4.7-4: gcc-12.2.0 rebuild

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-20 04:40:38 UTC (rev 454071)
+++ PKGBUILD2022-08-20 05:00:16 UTC (rev 454072)
@@ -8,7 +8,7 @@
 
 pkgname=libtool
 pkgver=2.4.7
-pkgrel=3
+pkgrel=4
 _gccver=12.1.1
 pkgdesc='A generic library support script'
 arch=(x86_64)



  1   2   3   4   5   6   7   8   9   10   >