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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 26, 2022 @ 04:15:32
  Author: foutrelis
Revision: 1239491

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-spelling/repos/community-any/PKGBUILD
(from rev 1239490, python-sphinxcontrib-spelling/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-spelling/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-26 04:15:26 UTC (rev 1239490)
+++ PKGBUILD2022-06-26 04:15:32 UTC (rev 1239491)
@@ -1,27 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-_name=sphinxcontrib-spelling
-pkgname=python-$_name
-pkgver=7.5.1
-pkgrel=1
-pkgdesc="Spelling checker for Sphinx"
-arch=('any')
-url="https://sphinxcontrib-spelling.readthedocs.io/;
-license=('BSD')
-depends=('python-sphinx' 'python-pyenchant')
-makedepends=('python-setuptools' 'python-pbr')
-source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('0fc4c248639ecef3d48a04754feba174468e6b36b56c903025c50d60d6cfb4ef')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-spelling/repos/community-any/PKGBUILD (from rev 
1239490, python-sphinxcontrib-spelling/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-26 04:15:32 UTC (rev 1239491)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras 
+
+_name=sphinxcontrib-spelling
+pkgname=python-$_name
+pkgver=7.6.0
+pkgrel=1
+pkgdesc="Spelling checker for Sphinx"
+arch=('any')
+url="https://sphinxcontrib-spelling.readthedocs.io/;
+license=('BSD')
+depends=('python-sphinx' 'python-pyenchant')
+makedepends=('python-setuptools' 'python-pbr')
+source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('292cd7e1f73a763451693b4d48c9bded151084f6a91e5337733e9fa8715d20ec')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 26, 2022 @ 04:15:26
  Author: foutrelis
Revision: 1239490

upgpkg: python-sphinxcontrib-spelling 7.6.0-1: new upstream release

Modified:
  python-sphinxcontrib-spelling/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-26 03:52:34 UTC (rev 1239489)
+++ PKGBUILD2022-06-26 04:15:26 UTC (rev 1239490)
@@ -2,7 +2,7 @@
 
 _name=sphinxcontrib-spelling
 pkgname=python-$_name
-pkgver=7.5.1
+pkgver=7.6.0
 pkgrel=1
 pkgdesc="Spelling checker for Sphinx"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-sphinx' 'python-pyenchant')
 makedepends=('python-setuptools' 'python-pbr')
 
source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('0fc4c248639ecef3d48a04754feba174468e6b36b56c903025c50d60d6cfb4ef')
+sha256sums=('292cd7e1f73a763451693b4d48c9bded151084f6a91e5337733e9fa8715d20ec')
 
 build() {
   cd $_name-$pkgver



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

2022-06-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 26, 2022 @ 03:52:34
  Author: svenstaro
Revision: 1239489

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 1239488, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/fix-ffmpeg5.patch
(from rev 1239488, telegram-desktop/trunk/fix-ffmpeg5.patch)
  telegram-desktop/repos/community-x86_64/fix-tgcalls-cstdint.patch
(from rev 1239488, telegram-desktop/trunk/fix-tgcalls-cstdint.patch)
Deleted:
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/fix-ffmpeg5.patch
  telegram-desktop/repos/community-x86_64/fix-tgcalls-cstdint.patch

---+
 PKGBUILD  |  119 +---
 fix-ffmpeg5.patch |  144 ++--
 fix-tgcalls-cstdint.patch |   24 +++
 3 files changed, 142 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-26 03:52:25 UTC (rev 1239488)
+++ PKGBUILD2022-06-26 03:52:34 UTC (rev 1239489)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-pkgname=telegram-desktop
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
- 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 
'glibmm'
- 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 
'libdispatch')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'meson'
- 'extra-cmake-modules' 'wayland-protocols' 
'plasma-wayland-protocols' 'libtg_owt')
-optdepends=('webkit2gtk: embedded browser features'
-'xdg-desktop-portal: desktop integration')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
-fix-tgcalls-cstdint.patch
-   )
-sha512sums=('0078b627d06dd8e655bd2bcc222ecbb3b15b7d88f858810bccdca84793ad02a60f4a4bf3808838752d65d4f6cffa3ddb5f70c5afc8e94cb6edae52101362feeb'
-
'ba24a2f1524010b4891764aacee2e27a5ebae44cf7626ab2aaf9e6c48b0f8088bf920886ceeb497b3c463fa0c3b885dd63db273d4c29cab6c96c8193c0c5c888')
-
-prepare() {
-cd tdesktop-$pkgver-full
-
-patch -Np1 -i "$srcdir"/fix-tgcalls-cstdint.patch -d 
Telegram/ThirdParty/tgcalls
-}
-
-build() {
-cd tdesktop-$pkgver-full
-
-# Fix https://bugs.archlinux.org/task/73220
-export CXXFLAGS+=" -Wp,-U_GLIBCXX_ASSERTIONS"
-
-export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
-#Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
-# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
-# Thanks @primeos!
-cmake \
--B build \
--G Ninja \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_BUILD_TYPE=Release \
--DTDESKTOP_API_ID=611335 \
--DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
-sed -i "s|/usr/lib/libav|/usr/lib/ffmpeg4.4/libav|g" build/build.ninja
-sed -i "s|/usr/lib/libsw|/usr/lib/ffmpeg4.4/libsw|g" build/build.ninja
-sed -i "s|-lavcodec|/usr/lib/ffmpeg4.4/libavcodec.so|g" build/build.ninja
-sed -i "s|-lavformat|/usr/lib/ffmpeg4.4/libavformat.so|g" build/build.ninja
-sed -i "s|-lavutil|/usr/lib/ffmpeg4.4/libavutil.so|g" build/build.ninja
-sed -i "s|-lswscale|/usr/lib/ffmpeg4.4/libswscale.so|g" build/build.ninja
-sed -i "s|-lswresample|/usr/lib/ffmpeg4.4/libswresample.so|g" 
build/build.ninja
-ninja -C build
-}
-
-package() {
-cd tdesktop-$pkgver-full
-DESTDIR="$pkgdir" ninja -C build install
-# They botched the release and put a lot of stuff here.
-rm -rf "$pkgdir/build"
-}

Copied: telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 1239488, 
telegram-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-26 03:52:34 UTC (rev 1239489)
@@ -0,0 +1,58 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=4.0.2
+pkgrel=2
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
+ 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 
'glibmm'
+ 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 
'libdispatch')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'meson'
+ 'extra-cmake-modules' 'wayland-protocols' 

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

2022-06-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 26, 2022 @ 03:52:25
  Author: svenstaro
Revision: 1239488

upgpkg: telegram-desktop 4.0.2-2: Remove CXXFLAGS fix which is now upstreamed 
(FS#75163)

Modified:
  telegram-desktop/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-26 02:26:18 UTC (rev 1239487)
+++ PKGBUILD2022-06-26 03:52:25 UTC (rev 1239488)
@@ -2,7 +2,7 @@
 # Contributor: hexchain 
 pkgname=telegram-desktop
 pkgver=4.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -29,9 +29,6 @@
 build() {
 cd tdesktop-$pkgver-full
 
-# Fix https://bugs.archlinux.org/task/73220
-export CXXFLAGS+=" -Wp,-U_GLIBCXX_ASSERTIONS"
-
 export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
 #Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
 # 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88



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

2022-06-25 Thread Christian Rebischke via arch-commits
Date: Sunday, June 26, 2022 @ 02:26:18
  Author: shibumi
Revision: 1239487

archrelease: copy trunk to community-x86_64

Added:
  tanka/repos/community-x86_64/PKGBUILD
(from rev 1239486, tanka/trunk/PKGBUILD)
Deleted:
  tanka/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-26 02:26:06 UTC (rev 1239486)
+++ PKGBUILD2022-06-26 02:26:18 UTC (rev 1239487)
@@ -1,42 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=tanka
-pkgver=0.22.0
-pkgrel=1
-pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
-arch=('x86_64')
-url="https://github.com/grafana/tanka;
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/grafana/tanka/archive/v${pkgver}.tar.gz;)
-sha512sums=('daf64a3fc07d924899a5f21df767cc450cfbc6ccc09b838673d8e07d24db63ca15df0e6787c2e4b163a8ca88d78a4032ae4b6cc597e9352330ff45d32a861720')
-options=('!lto')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/grafana "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/grafana/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/grafana/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}/cmd/tk/"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags "-s -w -linkmode=external -X 
github.com/grafana/tanka/pkg/tanka.CURRENT_VERSION=${pkgver}" -v .
-  chmod +x ./tk
-}
-
-#check() {
-#  cd "${PACKAGE_ROOT}"
-#  go test -v ./...
-#}
-
-package() {
-  cd "${PACKAGE_ROOT}/cmd/tk/"
-  install -Dsm755 ./tk "${pkgdir}/usr/bin/tk"
-}

Copied: tanka/repos/community-x86_64/PKGBUILD (from rev 1239486, 
tanka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-26 02:26:18 UTC (rev 1239487)
@@ -0,0 +1,42 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=tanka
+pkgver=0.22.1
+pkgrel=1
+pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
+arch=('x86_64')
+url="https://github.com/grafana/tanka;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/grafana/tanka/archive/v${pkgver}.tar.gz;)
+sha512sums=('36a438a6a0f1c3f4b977a696888eeeb26389d25f99786575de6d04e656fab8fb167a605116c4c50ca220d413596aab03bea6939dfc698d4a63f926d2416f8024')
+options=('!lto')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/grafana "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/grafana/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/grafana/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}/cmd/tk/"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -ldflags "-s -w -linkmode=external -X 
github.com/grafana/tanka/pkg/tanka.CURRENT_VERSION=${pkgver}" -v .
+  chmod +x ./tk
+}
+
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
+
+package() {
+  cd "${PACKAGE_ROOT}/cmd/tk/"
+  install -Dsm755 ./tk "${pkgdir}/usr/bin/tk"
+}



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

2022-06-25 Thread Christian Rebischke via arch-commits
Date: Sunday, June 26, 2022 @ 02:26:06
  Author: shibumi
Revision: 1239486

upgpkg: tanka 0.22.1-1

Modified:
  tanka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-26 02:24:11 UTC (rev 1239485)
+++ PKGBUILD2022-06-26 02:26:06 UTC (rev 1239486)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=tanka
-pkgver=0.22.0
+pkgver=0.22.1
 pkgrel=1
 pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/grafana/tanka/archive/v${pkgver}.tar.gz;)
-sha512sums=('daf64a3fc07d924899a5f21df767cc450cfbc6ccc09b838673d8e07d24db63ca15df0e6787c2e4b163a8ca88d78a4032ae4b6cc597e9352330ff45d32a861720')
+sha512sums=('36a438a6a0f1c3f4b977a696888eeeb26389d25f99786575de6d04e656fab8fb167a605116c4c50ca220d413596aab03bea6939dfc698d4a63f926d2416f8024')
 options=('!lto')
 
 prepare() {



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

2022-06-25 Thread Christian Rebischke via arch-commits
Date: Sunday, June 26, 2022 @ 02:24:11
  Author: shibumi
Revision: 1239485

archrelease: copy trunk to community-x86_64

Added:
  terragrunt/repos/community-x86_64/PKGBUILD
(from rev 1239484, terragrunt/trunk/PKGBUILD)
Deleted:
  terragrunt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-26 02:24:00 UTC (rev 1239484)
+++ PKGBUILD2022-06-26 02:24:11 UTC (rev 1239485)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Benjamin Denhartog 
-# Contributor: Andreas 'Segaja' Schleifer 
-
-pkgname=terragrunt
-pkgver=0.37.1
-pkgrel=1
-pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
-url='https://github.com/gruntwork-io/terragrunt'
-arch=('x86_64')
-makedepends=('git' 'go')
-depends=('glibc' 'terraform')
-license=('MIT')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('c8bfad7cea4a165af474cff2f7386f91ee0d571a12cd897569b9641f2bbd0e93')
-b2sums=('a69ef2fc94bf2af89bf50df86c98fcc9ec196a5306f11f8c2b807e1d2c8a671f7b608f6d8cd2533abbdbb99a605c47566b13936706e66f6c25887d0022658db5')
-options=('!lto')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  go build -v \
--ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
main.VERSION=${pkgver}" \
-.
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terragrunt/repos/community-x86_64/PKGBUILD (from rev 1239484, 
terragrunt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-26 02:24:11 UTC (rev 1239485)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Benjamin Denhartog 
+# Contributor: Andreas 'Segaja' Schleifer 
+
+pkgname=terragrunt
+pkgver=0.38.1
+pkgrel=1
+pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
+url='https://github.com/gruntwork-io/terragrunt'
+arch=('x86_64')
+makedepends=('git' 'go')
+depends=('glibc' 'terraform')
+license=('MIT')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('7c8b187a5a516e3e90467960c161c7ef20b105ac9c391ddde27b0cbf98b0ea4c')
+b2sums=('1b30e8ce07c922d93c4b32965a84037e9babc1844506d70aeae68e5e27090775b5acf559a2a16f916d67a818b5b4a866e15989f400ad4c8b5e32cf25f8ac92b3')
+options=('!lto')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  go build -v \
+-ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
main.VERSION=${pkgver}" \
+.
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-06-25 Thread Christian Rebischke via arch-commits
Date: Sunday, June 26, 2022 @ 02:24:00
  Author: shibumi
Revision: 1239484

upgpkg: terragrunt 0.38.1-1

Modified:
  terragrunt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-26 02:20:25 UTC (rev 1239483)
+++ PKGBUILD2022-06-26 02:24:00 UTC (rev 1239484)
@@ -3,7 +3,7 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=terragrunt
-pkgver=0.37.1
+pkgver=0.38.1
 pkgrel=1
 pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
 url='https://github.com/gruntwork-io/terragrunt'
@@ -12,8 +12,8 @@
 depends=('glibc' 'terraform')
 license=('MIT')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('c8bfad7cea4a165af474cff2f7386f91ee0d571a12cd897569b9641f2bbd0e93')
-b2sums=('a69ef2fc94bf2af89bf50df86c98fcc9ec196a5306f11f8c2b807e1d2c8a671f7b608f6d8cd2533abbdbb99a605c47566b13936706e66f6c25887d0022658db5')
+sha256sums=('7c8b187a5a516e3e90467960c161c7ef20b105ac9c391ddde27b0cbf98b0ea4c')
+b2sums=('1b30e8ce07c922d93c4b32965a84037e9babc1844506d70aeae68e5e27090775b5acf559a2a16f916d67a818b5b4a866e15989f400ad4c8b5e32cf25f8ac92b3')
 options=('!lto')
 
 build() {



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

2022-06-25 Thread Christian Rebischke via arch-commits
Date: Sunday, June 26, 2022 @ 02:20:25
  Author: shibumi
Revision: 1239483

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
(from rev 1239482, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/terraform.bash
(from rev 1239482, terraform/trunk/terraform.bash)
  terraform/repos/community-x86_64/terraform.fish
(from rev 1239482, terraform/trunk/terraform.fish)
  terraform/repos/community-x86_64/terraform.zsh
(from rev 1239482, terraform/trunk/terraform.zsh)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD
  terraform/repos/community-x86_64/terraform.bash
  terraform/repos/community-x86_64/terraform.fish
  terraform/repos/community-x86_64/terraform.zsh

+
 PKGBUILD   |  116 +++
 terraform.bash |2 
 terraform.fish |   18 
 terraform.zsh  |6 +-
 4 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-26 02:19:55 UTC (rev 1239482)
+++ PKGBUILD2022-06-26 02:20:25 UTC (rev 1239483)
@@ -1,58 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Christian Rebischke 
-# Maintainer: Daurnimator 
-
-pkgname=terraform
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
-url="https://github.com/hashicorp/terraform;
-arch=("x86_64")
-license=("MPL")
-makedepends=('go')
-depends=('glibc')
-optdepends=('diffutils: for running `terraform fmt -diff`')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;
-"terraform.bash"
-"terraform.fish"
-"terraform.zsh")
-sha512sums=('0bd56c2c281848a1f3e983e76a6ee13b7a483b02c35dcdf09084a2bee0aa39e9cc9380be35cb1b13cf895430c42117884c6bd2e27d487953d1fc73caac070f9f'
-
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
-
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('28a5d4e9c7c4f2001a76acafa039d808996eb41b20af21f013f6ecb1368f11a9891b2b17abedc41fa9a881081e3e89a42958c6a6868df19070d9fd8ed3abc1f2'
-
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
-
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
-
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   go mod download
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-   export GOPROXY=off
-   go build -o terraform-binary
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   go test -mod=readonly ./...
-}
-
-package() {
-install -Dm644 terraform.bash 
"$pkgdir/usr/share/bash-completion/completions/terraform"
-install -Dm644 terraform.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/terraform.fish"
-install -Dm644 terraform.zsh 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-
-   cd "$pkgname-$pkgver"
-   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 1239482, 
terraform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-26 02:20:25 UTC (rev 1239483)
@@ -0,0 +1,58 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Christian Rebischke 
+# Maintainer: Daurnimator 
+
+pkgname=terraform
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
+url="https://github.com/hashicorp/terraform;
+arch=("x86_64")
+license=("MPL")
+makedepends=('go')
+depends=('glibc')
+optdepends=('diffutils: for running `terraform fmt -diff`')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;
+"terraform.bash"
+"terraform.fish"
+"terraform.zsh")
+sha512sums=('f2aa7436ac82fad365fbae22428984c6a62cb9a7ffa339af035c06f5002fae1b3b440265fdb97e0f4a4aeaebf3838f5a05cd3c40bca1a50273f0560ad4482fda'
+

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

2022-06-25 Thread Christian Rebischke via arch-commits
Date: Sunday, June 26, 2022 @ 02:19:55
  Author: shibumi
Revision: 1239482

upgpkg: terraform 1.2.3-1

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-26 02:16:34 UTC (rev 1239481)
+++ PKGBUILD2022-06-26 02:19:55 UTC (rev 1239482)
@@ -3,7 +3,7 @@
 # Maintainer: Daurnimator 
 
 pkgname=terraform
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
 url="https://github.com/hashicorp/terraform;
@@ -17,11 +17,11 @@
 "terraform.bash"
 "terraform.fish"
 "terraform.zsh")
-sha512sums=('0bd56c2c281848a1f3e983e76a6ee13b7a483b02c35dcdf09084a2bee0aa39e9cc9380be35cb1b13cf895430c42117884c6bd2e27d487953d1fc73caac070f9f'
+sha512sums=('f2aa7436ac82fad365fbae22428984c6a62cb9a7ffa339af035c06f5002fae1b3b440265fdb97e0f4a4aeaebf3838f5a05cd3c40bca1a50273f0560ad4482fda'
 
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
 
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
 
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('28a5d4e9c7c4f2001a76acafa039d808996eb41b20af21f013f6ecb1368f11a9891b2b17abedc41fa9a881081e3e89a42958c6a6868df19070d9fd8ed3abc1f2'
+b2sums=('120db2c139726b3c1a5c76dcf048de6508f0a99b1f7a8abc2bc7fdb596a72453b4543806090062d804d68157dcb42255119e9e13c462668077baeca83016d287'
 
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
 
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
 
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')



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

2022-06-25 Thread Christian Rebischke via arch-commits
Date: Sunday, June 26, 2022 @ 02:16:34
  Author: shibumi
Revision: 1239481

archrelease: copy trunk to community-x86_64

Added:
  syft/repos/community-x86_64/PKGBUILD
(from rev 1239480, syft/trunk/PKGBUILD)
Deleted:
  syft/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-26 02:16:24 UTC (rev 1239480)
+++ PKGBUILD2022-06-26 02:16:34 UTC (rev 1239481)
@@ -1,36 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=syft
-pkgver=0.46.0
-pkgrel=1
-pkgdesc="CLI tool and library for generating a Software Bill of Materials from 
container images and filesystems"
-arch=('x86_64')
-url="https://github.com/anchore/syft;
-license=('Apache')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/anchore/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('34404cb805fa16cdd295fd0a60a09af8a2f432d4a2d95279bf76636976f4542ab0c032a2fb1d52630392969f9ed3e53573a8f718db55c78451fdeed0e6aabff0')
-b2sums=('4e430b436fe56a33555b5e233719b732ab1c7fd9ad195ca00045e9d4f15b69621f3c29ba1339871f1560b23c1304d325cdca975fea8591d07a66ebd01e234bf9')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  mkdir build
-  go build -o build/ ./...
-}
-
-# disabled, needs docker
-# check() {
-#  cd "${pkgname}-${pkgver}"
-#  go test -v ./...
-# }
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 build/syft "${pkgdir}/usr/bin/${pkgname}"
-}
-

Copied: syft/repos/community-x86_64/PKGBUILD (from rev 1239480, 
syft/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-26 02:16:34 UTC (rev 1239481)
@@ -0,0 +1,36 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=syft
+pkgver=0.49.0
+pkgrel=1
+pkgdesc="CLI tool and library for generating a Software Bill of Materials from 
container images and filesystems"
+arch=('x86_64')
+url="https://github.com/anchore/syft;
+license=('Apache')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/anchore/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('e48c357cb72678685f957d796b6d565836df4bad5ff6a1177d756ee6cc88e60dabae1513b0dacb1c1cbdd99c9641bd0662509098804e4bfc1183d1e1ee85a8d9')
+b2sums=('15f4da31fd49de7fa9996bfaebc34e9b63cce646accac0f324b6ff79a1a965f673bf1594d7563ff36ccc975a6ab0b074fae2498701b07d7453c36a886aea693f')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  mkdir build
+  go build -o build/ ./...
+}
+
+# disabled, needs docker
+# check() {
+#  cd "${pkgname}-${pkgver}"
+#  go test -v ./...
+# }
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 build/syft "${pkgdir}/usr/bin/${pkgname}"
+}
+



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

2022-06-25 Thread Christian Rebischke via arch-commits
Date: Sunday, June 26, 2022 @ 02:16:24
  Author: shibumi
Revision: 1239480

upgpkg: syft 0.49.0-1

Modified:
  syft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-26 02:13:45 UTC (rev 1239479)
+++ PKGBUILD2022-06-26 02:16:24 UTC (rev 1239480)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=syft
-pkgver=0.46.0
+pkgver=0.49.0
 pkgrel=1
 pkgdesc="CLI tool and library for generating a Software Bill of Materials from 
container images and filesystems"
 arch=('x86_64')
@@ -9,8 +9,8 @@
 license=('Apache')
 makedepends=('go' 'git')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/anchore/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('34404cb805fa16cdd295fd0a60a09af8a2f432d4a2d95279bf76636976f4542ab0c032a2fb1d52630392969f9ed3e53573a8f718db55c78451fdeed0e6aabff0')
-b2sums=('4e430b436fe56a33555b5e233719b732ab1c7fd9ad195ca00045e9d4f15b69621f3c29ba1339871f1560b23c1304d325cdca975fea8591d07a66ebd01e234bf9')
+sha512sums=('e48c357cb72678685f957d796b6d565836df4bad5ff6a1177d756ee6cc88e60dabae1513b0dacb1c1cbdd99c9641bd0662509098804e4bfc1183d1e1ee85a8d9')
+b2sums=('15f4da31fd49de7fa9996bfaebc34e9b63cce646accac0f324b6ff79a1a965f673bf1594d7563ff36ccc975a6ab0b074fae2498701b07d7453c36a886aea693f')
 
 build(){
   cd "${pkgname}-${pkgver}"



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

2022-06-25 Thread Christian Rebischke via arch-commits
Date: Sunday, June 26, 2022 @ 02:13:45
  Author: shibumi
Revision: 1239479

archrelease: copy trunk to community-x86_64

Added:
  operator-sdk/repos/community-x86_64/PKGBUILD
(from rev 1239478, operator-sdk/trunk/PKGBUILD)
Deleted:
  operator-sdk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-26 02:13:34 UTC (rev 1239478)
+++ PKGBUILD2022-06-26 02:13:45 UTC (rev 1239479)
@@ -1,50 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=operator-sdk
-pkgver=1.21.0
-pkgrel=1
-pkgdesc="SDK for building Kubernetes applications"
-arch=('x86_64')
-url="https://github.com/operator-framework/operator-sdk;
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/operator-framework/operator-sdk/archive/v${pkgver}.tar.gz;)
-sha512sums=('75ad02713c4516f182d48d43fbdde917ad96e071c76b77e4a453c5e6f578dffa014c30b53d38d5d160358a0c4d97a7d47aaa5a88d05a52876147a3ce094ec8fd')
-b2sums=('6b4c118895dfdd5d19af181aba5d192fad82dea970dc31e3cbc9bb582b4dc6aab03fca339087bcf4eba833a2fb94050be607fe84e7dcd42a9a09669a17ce65d0')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/operator-framework "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/operator-framework/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/operator-framework/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}"
-  export CGO_ENABLED=1
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags "-linkmode=external" -v -o . 
./cmd/{operator-sdk,ansible-operator,helm-operator}
-}
-
-#check() {
-#  cd "${PACKAGE_ROOT}"
-#  go test -v ./...
-#}
-
-package() {
-  cd "${PACKAGE_ROOT}"
-  install -Dsm755 ./operator-sdk "${pkgdir}/usr/bin/operator-sdk"
-  ./operator-sdk completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/operator-sdk"
-  ./operator-sdk completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_operator-sdk"
-  install -Dsm755 ./ansible-operator "${pkgdir}/usr/bin/ansible-operator"
-  ./ansible-operator completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/ansible-operator"
-  ./ansible-operator completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_ansible-operator"
-  install -Dsm755 ./helm-operator "${pkgdir}/usr/bin/helm-operator"
-  ./helm-operator completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm-operator"
-  ./helm-operator completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm-operator"
-}

Copied: operator-sdk/repos/community-x86_64/PKGBUILD (from rev 1239478, 
operator-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-26 02:13:45 UTC (rev 1239479)
@@ -0,0 +1,50 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=operator-sdk
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="SDK for building Kubernetes applications"
+arch=('x86_64')
+url="https://github.com/operator-framework/operator-sdk;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/operator-framework/operator-sdk/archive/v${pkgver}.tar.gz;)
+sha512sums=('142ca5e392ffbf1b397dd9832804c3d982814c768f0db9064aecde68c47a6b6bfe06d6a6726e7fbf00cebb9f0909820b0020b350a781cd36294d7b3ac3a4149c')
+b2sums=('eb54a7be2230b8fb0b47e192c81db06a32951bc342a8730eadb95085bd1d59b64ea9afd77311d3bb397b24df6865012ae93afb2989c3a9f36b5f9caee818a8db')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/operator-framework "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/operator-framework/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/operator-framework/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}"
+  export CGO_ENABLED=1
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -ldflags "-linkmode=external" -v -o . 
./cmd/{operator-sdk,ansible-operator,helm-operator}
+}
+
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./operator-sdk "${pkgdir}/usr/bin/operator-sdk"
+  ./operator-sdk completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/operator-sdk"
+  ./operator-sdk completion zsh | install -Dm644 /dev/stdin 

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

2022-06-25 Thread Christian Rebischke via arch-commits
Date: Sunday, June 26, 2022 @ 02:13:34
  Author: shibumi
Revision: 1239478

upgpkg: operator-sdk 1.22.0-1

Modified:
  operator-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-26 02:10:32 UTC (rev 1239477)
+++ PKGBUILD2022-06-26 02:13:34 UTC (rev 1239478)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=operator-sdk
-pkgver=1.21.0
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="SDK for building Kubernetes applications"
 arch=('x86_64')
@@ -10,8 +10,8 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/operator-framework/operator-sdk/archive/v${pkgver}.tar.gz;)
-sha512sums=('75ad02713c4516f182d48d43fbdde917ad96e071c76b77e4a453c5e6f578dffa014c30b53d38d5d160358a0c4d97a7d47aaa5a88d05a52876147a3ce094ec8fd')
-b2sums=('6b4c118895dfdd5d19af181aba5d192fad82dea970dc31e3cbc9bb582b4dc6aab03fca339087bcf4eba833a2fb94050be607fe84e7dcd42a9a09669a17ce65d0')
+sha512sums=('142ca5e392ffbf1b397dd9832804c3d982814c768f0db9064aecde68c47a6b6bfe06d6a6726e7fbf00cebb9f0909820b0020b350a781cd36294d7b3ac3a4149c')
+b2sums=('eb54a7be2230b8fb0b47e192c81db06a32951bc342a8730eadb95085bd1d59b64ea9afd77311d3bb397b24df6865012ae93afb2989c3a9f36b5f9caee818a8db')
 
 prepare() {
   export GOPATH="${srcdir}"



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

2022-06-25 Thread Christian Rebischke via arch-commits
Date: Sunday, June 26, 2022 @ 02:10:32
  Author: shibumi
Revision: 1239477

archrelease: copy trunk to community-x86_64

Added:
  cmctl/repos/community-x86_64/PKGBUILD
(from rev 1239476, cmctl/trunk/PKGBUILD)
Deleted:
  cmctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-26 02:10:22 UTC (rev 1239476)
+++ PKGBUILD2022-06-26 02:10:32 UTC (rev 1239477)
@@ -1,59 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: ml <>
-pkgname=cmctl
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
-arch=('x86_64' 'aarch64')
-url='https://github.com/jetstack/cert-manager'
-license=('Apache')
-depends=('kubectl')
-makedepends=('git' 'go')
-groups=('kubectl-plugins')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('ef00d503ab05c27568e284e3f164a4e08bde8cbe14413ac7d468782c8727d212c28b654ebc16dbef53867ae558d3e5e2e57fe28557871120243ca7698ca73904')
-b2sums=('88f77f10a6314d6d701ce2f5666ee8b65176e3bef67212ccb971ba8544da1969ed0d10a06210c4fe85aad4e0b5411024d03f3e50120f70a422c01a6deee686f5')
-
-build() {
-  local _x _commit
-  _commit=$(bsdcat "$pkgname-$pkgver.tar.gz" | git get-tar-commit-id)
-  _x=(
-AppVersion="v$pkgver"
-AppGitCommit="${_commit:?}"
-AppGitState="clean"
-  )
-
-  cd cert-manager-"$pkgver"
-  export CGO_ENABLED=1
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
-  go build -ldflags="-linkmode=external 
${_x[*]/#/-X=github.com/jetstack/cert-manager/pkg/util.} 
-  -X github.com/jetstack/cert-manager/cmd/ctl/pkg/build.name=cmctl 
-  -X 
github.com/jetstack/cert-manager/cmd/ctl/pkg/build/commands.registerCompletion=true"
 ./cmd/ctl
-}
-
-check() {
-  cd cert-manager-"$pkgver"
-  # we don't want e2e and other tests that explicitly want bazel
-  go test -short ./cmd/ctl/...
-}
-
-package() {
-  cd cert-manager-"$pkgver"
-  install -Dm755 ctl "$pkgdir"/usr/bin/cmctl
-
-  # build bash completions
-  #mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  #"$pkgdir"/usr/bin/cmctl completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/cmctl"
-
-  ## build zsh completions
-  #mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  #"$pkgdir"/usr/bin/cmctl completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_cmctl"
-
-  ## build fish completions
-  #mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
-  #"$pkgdir"/usr/bin/cmctl completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/cmctl.fish"
-}

Copied: cmctl/repos/community-x86_64/PKGBUILD (from rev 1239476, 
cmctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-26 02:10:32 UTC (rev 1239477)
@@ -0,0 +1,59 @@
+# Maintainer: Christian Rebischke 
+# Contributor: ml <>
+pkgname=cmctl
+pkgver=1.8.2
+pkgrel=1
+pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
+arch=('x86_64' 'aarch64')
+url='https://github.com/jetstack/cert-manager'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+groups=('kubectl-plugins')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('81a296347c469f38b5a4db8d8e2642c5eb5464c0f23f48021beae14268b586b147c9b7e0c73eb2168937f3eb889c1cbb8fe6f3825456a6b7465c620bc38284ae')
+b2sums=('6de959b28bcc258e6ee91e7e9cbb84a92cc571b05bfd04cb72549a534e652933ccaba3a33a3124e7f0accb4f405a51a6ef5ed8102db888e25ad08833a9ad0ed9')
+
+build() {
+  local _x _commit
+  _commit=$(bsdcat "$pkgname-$pkgver.tar.gz" | git get-tar-commit-id)
+  _x=(
+AppVersion="v$pkgver"
+AppGitCommit="${_commit:?}"
+AppGitState="clean"
+  )
+
+  cd cert-manager-"$pkgver"
+  export CGO_ENABLED=1
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-linkmode=external 
${_x[*]/#/-X=github.com/jetstack/cert-manager/pkg/util.} 
+  -X github.com/jetstack/cert-manager/cmd/ctl/pkg/build.name=cmctl 
+  -X 
github.com/jetstack/cert-manager/cmd/ctl/pkg/build/commands.registerCompletion=true"
 ./cmd/ctl
+}
+
+check() {
+  cd cert-manager-"$pkgver"
+  # we don't want e2e and other tests that explicitly want bazel
+  go test -short ./cmd/ctl/...
+}
+
+package() {
+  cd cert-manager-"$pkgver"
+  install -Dm755 ctl "$pkgdir"/usr/bin/cmctl
+
+  # build bash completions
+  #mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  #"$pkgdir"/usr/bin/cmctl completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/cmctl"
+
+  ## build 

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

2022-06-25 Thread Christian Rebischke via arch-commits
Date: Sunday, June 26, 2022 @ 02:10:22
  Author: shibumi
Revision: 1239476

upgpkg: cmctl 1.8.2-1

Modified:
  cmctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-26 00:23:23 UTC (rev 1239475)
+++ PKGBUILD2022-06-26 02:10:22 UTC (rev 1239476)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 # Contributor: ml <>
 pkgname=cmctl
-pkgver=1.8.0
+pkgver=1.8.2
 pkgrel=1
 pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
 arch=('x86_64' 'aarch64')
@@ -11,8 +11,8 @@
 makedepends=('git' 'go')
 groups=('kubectl-plugins')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('ef00d503ab05c27568e284e3f164a4e08bde8cbe14413ac7d468782c8727d212c28b654ebc16dbef53867ae558d3e5e2e57fe28557871120243ca7698ca73904')
-b2sums=('88f77f10a6314d6d701ce2f5666ee8b65176e3bef67212ccb971ba8544da1969ed0d10a06210c4fe85aad4e0b5411024d03f3e50120f70a422c01a6deee686f5')
+sha512sums=('81a296347c469f38b5a4db8d8e2642c5eb5464c0f23f48021beae14268b586b147c9b7e0c73eb2168937f3eb889c1cbb8fe6f3825456a6b7465c620bc38284ae')
+b2sums=('6de959b28bcc258e6ee91e7e9cbb84a92cc571b05bfd04cb72549a534e652933ccaba3a33a3124e7f0accb4f405a51a6ef5ed8102db888e25ad08833a9ad0ed9')
 
 build() {
   local _x _commit



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

2022-06-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 26, 2022 @ 00:23:23
  Author: svenstaro
Revision: 1239475

archrelease: copy trunk to community-x86_64

Added:
  miniserve/repos/community-x86_64/PKGBUILD
(from rev 1239474, miniserve/trunk/PKGBUILD)
Deleted:
  miniserve/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-26 00:23:16 UTC (rev 1239474)
+++ PKGBUILD2022-06-26 00:23:23 UTC (rev 1239475)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=miniserve
-pkgver=0.19.5
-pkgrel=1
-pkgdesc="Tool to serve files via HTTP"
-arch=('x86_64')
-url="https://github.com/svenstaro/miniserve;
-license=('MIT')
-depends=('gcc-libs' 'bzip2')
-makedepends=('rust')
-options=(!lto)
-source=(miniserve-$pkgver.tar.gz::https://github.com/svenstaro/miniserve/archive/v${pkgver}.tar.gz)
-sha512sums=('c5f5ee93dce6eae35c4e08468b197bf6c9c0dc6fd6d73478fd05875a3aebfa85fb6679544e5afa143f8f1b32300e62804c47f44dce921aa0118c32c43e08')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cargo build --release --locked
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cargo test --release --locked -- --test-threads=1
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 target/release/miniserve "$pkgdir"/usr/bin/miniserve
-
-  mkdir -p 
"$pkgdir"/usr/share/{bash-completion/completions,zsh/site-functions,fish/vendor_completions.d}
-  target/release/miniserve --print-completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/miniserve
-  target/release/miniserve --print-completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_miniserve
-  target/release/miniserve --print-completions fish > 
"$pkgdir"/usr/share/fish/vendor_completions.d/miniserve.fish
-
-  mkdir -p "$pkgdir"/usr/share/man/man1
-  target/release/miniserve --print-manpage | gzip > 
"$pkgdir"/usr/share/man/man1/$pkgname.1.gz
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: miniserve/repos/community-x86_64/PKGBUILD (from rev 1239474, 
miniserve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-26 00:23:23 UTC (rev 1239475)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=miniserve
+pkgver=0.20.0
+pkgrel=1
+pkgdesc="Tool to serve files via HTTP"
+arch=('x86_64')
+url="https://github.com/svenstaro/miniserve;
+license=('MIT')
+depends=('gcc-libs' 'bzip2')
+makedepends=('rust')
+options=(!lto)
+source=(miniserve-$pkgver.tar.gz::https://github.com/svenstaro/miniserve/archive/v${pkgver}.tar.gz)
+sha512sums=('7dbefcf79090aceb19f706871d3cf2b71e51844e68546937d8f71d0891ff51b70e6599b0ab197ac7e32c52a49415a0dee2b7858f2a815d837f16ec5c3cb97ca6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cargo build --release --locked
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cargo test --release --locked -- --test-threads=1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 target/release/miniserve "$pkgdir"/usr/bin/miniserve
+
+  mkdir -p 
"$pkgdir"/usr/share/{bash-completion/completions,zsh/site-functions,fish/vendor_completions.d}
+  target/release/miniserve --print-completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/miniserve
+  target/release/miniserve --print-completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_miniserve
+  target/release/miniserve --print-completions fish > 
"$pkgdir"/usr/share/fish/vendor_completions.d/miniserve.fish
+
+  mkdir -p "$pkgdir"/usr/share/man/man1
+  target/release/miniserve --print-manpage | gzip > 
"$pkgdir"/usr/share/man/man1/$pkgname.1.gz
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-06-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 26, 2022 @ 00:23:16
  Author: svenstaro
Revision: 1239474

upgpkg: miniserve 0.20.0-1

Modified:
  miniserve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 22:40:11 UTC (rev 1239473)
+++ PKGBUILD2022-06-26 00:23:16 UTC (rev 1239474)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=miniserve
-pkgver=0.19.5
+pkgver=0.20.0
 pkgrel=1
 pkgdesc="Tool to serve files via HTTP"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('rust')
 options=(!lto)
 
source=(miniserve-$pkgver.tar.gz::https://github.com/svenstaro/miniserve/archive/v${pkgver}.tar.gz)
-sha512sums=('c5f5ee93dce6eae35c4e08468b197bf6c9c0dc6fd6d73478fd05875a3aebfa85fb6679544e5afa143f8f1b32300e62804c47f44dce921aa0118c32c43e08')
+sha512sums=('7dbefcf79090aceb19f706871d3cf2b71e51844e68546937d8f71d0891ff51b70e6599b0ab197ac7e32c52a49415a0dee2b7858f2a815d837f16ec5c3cb97ca6')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2022-06-25 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, June 25, 2022 @ 22:40:11
  Author: svenstaro
Revision: 1239473

archrelease: copy trunk to community-x86_64

Added:
  bazel/repos/community-x86_64/PKGBUILD
(from rev 1239472, bazel/trunk/PKGBUILD)
  bazel/repos/community-x86_64/grpc_rename_gettid.patch
(from rev 1239472, bazel/trunk/grpc_rename_gettid.patch)
  bazel/repos/community-x86_64/keys/
Deleted:
  bazel/repos/community-x86_64/PKGBUILD
  bazel/repos/community-x86_64/grpc_rename_gettid.patch

--+
 PKGBUILD |   78 +++---
 grpc_rename_gettid.patch |  156 ++---
 2 files changed, 117 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 22:40:03 UTC (rev 1239472)
+++ PKGBUILD2022-06-25 22:40:11 UTC (rev 1239473)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.build/'
-depends=('java-environment=11' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
-
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
-sha512sums=('84e2f72df1838fc88a39853afc510bca835fea28590e9aac2138b5416d2f8d9aefd082c81012a2066194fdc440b00b44f9f188b5c896461acebfeb9cd40efc7c'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  EMBED_LABEL=$pkgver EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" 
./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 "${srcdir}/scripts/packages/bazel.sh" 
"${pkgdir}/usr/bin/bazel"
-  install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
-  install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" 
"${pkgdir}/usr/share/bash-completion/completions/bazel"
-  install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" 
"${pkgdir}/usr/share/zsh/site-functions/_bazel"
-  mkdir -p "${pkgdir}/opt/bazel"
-  for d in examples third_party tools; do
-cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-x86_64/PKGBUILD (from rev 1239472, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 22:40:11 UTC (rev 1239473)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.build/'
+depends=('java-environment=11' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
+
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
+sha512sums=('3b585b930db2be9e24db033a508d7f974ce8f4fa4139c0c58b315c1454f1530ed68f1798da35168ab7432bf06acc5fa3dea5f23989e33fe331ac8fd10e6b4d6c'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  EMBED_LABEL=$pkgver EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" 
./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 "${srcdir}/scripts/packages/bazel.sh" 
"${pkgdir}/usr/bin/bazel"
+  install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
+  install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" 
"${pkgdir}/usr/share/bash-completion/completions/bazel"
+  install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" 
"${pkgdir}/usr/share/zsh/site-functions/_bazel"
+  mkdir -p "${pkgdir}/opt/bazel"
+  for d in examples third_party tools; do
+cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
+  done
+}
+# vim:set ts=2 sw=2 et:

Deleted: grpc_rename_gettid.patch
===
--- grpc_rename_gettid.patch2022-06-25 22:40:03 UTC (rev 1239472)
+++ grpc_rename_gettid.patch2022-06-25 22:40:11 UTC (rev 1239473)
@@ -1,78 +0,0 @@
-From d1d017390b799c59d6fdf7b8afa6136d218bdd61 Mon Sep 17 00:00:00 2001
-From: Benjamin Peterson 
-Date: Fri, 3 May 2019 08:11:00 -0700
-Subject: [PATCH] Rename gettid() functions.
-
-glibc 2.30 will declare its own gettid; see 

[arch-commits] Commit in bazel/trunk (4 files)

2022-06-25 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, June 25, 2022 @ 22:40:03
  Author: svenstaro
Revision: 1239472

upgpkg: bazel 5.2.0-1

Added:
  bazel/trunk/keys/
  bazel/trunk/keys/pgp/
  bazel/trunk/keys/pgp/71A1D0EFCFEB6281FD0437C93D5919B448457EE0.asc
Modified:
  bazel/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/71A1D0EFCFEB6281FD0437C93D5919B448457EE0.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 22:36:29 UTC (rev 1239471)
+++ PKGBUILD2022-06-25 22:40:03 UTC (rev 1239472)
@@ -4,7 +4,7 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=5.1.1
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 options=('!distcc' '!strip')
 
source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
 
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
-sha512sums=('84e2f72df1838fc88a39853afc510bca835fea28590e9aac2138b5416d2f8d9aefd082c81012a2066194fdc440b00b44f9f188b5c896461acebfeb9cd40efc7c'
+sha512sums=('3b585b930db2be9e24db033a508d7f974ce8f4fa4139c0c58b315c1454f1530ed68f1798da35168ab7432bf06acc5fa3dea5f23989e33fe331ac8fd10e6b4d6c'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 

Added: keys/pgp/71A1D0EFCFEB6281FD0437C93D5919B448457EE0.asc
===
(Binary files differ)

Index: bazel/trunk/keys/pgp/71A1D0EFCFEB6281FD0437C93D5919B448457EE0.asc
===
--- keys/pgp/71A1D0EFCFEB6281FD0437C93D5919B448457EE0.asc   2022-06-25 
22:36:29 UTC (rev 1239471)
+++ keys/pgp/71A1D0EFCFEB6281FD0437C93D5919B448457EE0.asc   2022-06-25 
22:40:03 UTC (rev 1239472)

Property changes on: 
bazel/trunk/keys/pgp/71A1D0EFCFEB6281FD0437C93D5919B448457EE0.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-06-25 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, June 25, 2022 @ 22:36:29
  Author: svenstaro
Revision: 1239471

archrelease: copy trunk to community-x86_64

Added:
  tiled/repos/community-x86_64/PKGBUILD
(from rev 1239470, tiled/trunk/PKGBUILD)
Deleted:
  tiled/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 22:36:23 UTC (rev 1239470)
+++ PKGBUILD2022-06-25 22:36:29 UTC (rev 1239471)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled
-pkgver=1.8.6
-pkgrel=1
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('x86_64')
-url='http://www.mapeditor.org'
-license=('GPL')
-replaces=('tiled-qt')
-depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11'
- 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'zstd')
-makedepends=('mesa' 'qt5-tools' 'python' 'qbs')
-optdepends=('python: Python plugin'
-'qt5-imageformats: Support for additional image formats (including 
WebP)')
-source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('f77ff46fbb707d8c02499f168e5748f39081fa780fb9a5b1ea04603b09cd71280d76034cab28b23fc30280bd856121e473c992c9c39d7c46fc97d5fbfbe4191d')
-
-build() {
-  cd $pkgname-$pkgver
-  qbs qbs.installPrefix:"/usr" projects.Tiled.useRPaths:false 
projects.Tiled.installHeaders:true projects.Tiled.enableZstd:true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  qbs install --install-root "$pkgdir"
-}

Copied: tiled/repos/community-x86_64/PKGBUILD (from rev 1239470, 
tiled/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 22:36:29 UTC (rev 1239471)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('x86_64')
+url='http://www.mapeditor.org'
+license=('GPL')
+replaces=('tiled-qt')
+depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11'
+ 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'zstd')
+makedepends=('mesa' 'qt5-tools' 'python' 'qbs')
+optdepends=('python: Python plugin'
+'qt5-imageformats: Support for additional image formats (including 
WebP)')
+source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
+sha512sums=('26a949b61e3838c037553ba7504d7a36adefa7ad55bc398abd2cb7b28718c01686d3c0b7f7c25418b26f684dacf1457eeea01af0a9d44546b026623b36b5cb28')
+
+build() {
+  cd $pkgname-$pkgver
+  qbs qbs.installPrefix:"/usr" projects.Tiled.useRPaths:false 
projects.Tiled.installHeaders:true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  qbs install --install-root "$pkgdir"
+}



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

2022-06-25 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, June 25, 2022 @ 22:36:23
  Author: svenstaro
Revision: 1239470

upgpkg: tiled 1.9.0-1

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 22:35:21 UTC (rev 1239469)
+++ PKGBUILD2022-06-25 22:36:23 UTC (rev 1239470)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
-pkgver=1.8.6
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('x86_64')
@@ -14,11 +14,11 @@
 optdepends=('python: Python plugin'
 'qt5-imageformats: Support for additional image formats (including 
WebP)')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('f77ff46fbb707d8c02499f168e5748f39081fa780fb9a5b1ea04603b09cd71280d76034cab28b23fc30280bd856121e473c992c9c39d7c46fc97d5fbfbe4191d')
+sha512sums=('26a949b61e3838c037553ba7504d7a36adefa7ad55bc398abd2cb7b28718c01686d3c0b7f7c25418b26f684dacf1457eeea01af0a9d44546b026623b36b5cb28')
 
 build() {
   cd $pkgname-$pkgver
-  qbs qbs.installPrefix:"/usr" projects.Tiled.useRPaths:false 
projects.Tiled.installHeaders:true projects.Tiled.enableZstd:true
+  qbs qbs.installPrefix:"/usr" projects.Tiled.useRPaths:false 
projects.Tiled.installHeaders:true
 }
 
 package() {



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

2022-06-25 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, June 25, 2022 @ 22:35:21
  Author: svenstaro
Revision: 1239469

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 22:35:11 UTC (rev 1239468)
+++ PKGBUILD2022-06-25 22:35:21 UTC (rev 1239469)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Guillaume Horel 
-pkgname=('python-zstandard')
-_pkgname='zstandard'
-pkgver=0.17.0
-pkgrel=1
-pkgdesc="Python bindings to the Zstandard (zstd) compression library"
-url="https://github.com/indygreg/python-zstandard;
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-hypothesis')
-optdepends=('python-cffi')
-license=('BSD')
-arch=('x86_64')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/indygreg/python-zstandard/archive/$pkgver.tar.gz;)
-sha256sums=('bcdba2e5fd7842691f8ec2b9db58f362e0f133f745311dc3fbc021ce7fbdf221')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-python setup.py build_ext
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-python setup.py build_ext --inplace
-python setup.py test
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1
-install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-zstandard/repos/community-x86_64/PKGBUILD (from rev 1239468, 
python-zstandard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 22:35:21 UTC (rev 1239469)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Guillaume Horel 
+pkgname=('python-zstandard')
+_pkgname='zstandard'
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="Python bindings to the Zstandard (zstd) compression library"
+url="https://github.com/indygreg/python-zstandard;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-hypothesis')
+optdepends=('python-cffi')
+license=('BSD')
+arch=('x86_64')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/indygreg/python-zstandard/archive/$pkgver.tar.gz;)
+sha256sums=('a6c7e2b8d4ec262269ccbc7ce66073370a06d6a0fc866946b7ce429b97e0c4ac')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+python setup.py build_ext
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+python setup.py build_ext --inplace
+python setup.py test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-06-25 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, June 25, 2022 @ 22:35:11
  Author: svenstaro
Revision: 1239468

upgpkg: python-zstandard 0.18.0-1

Modified:
  python-zstandard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 22:20:34 UTC (rev 1239467)
+++ PKGBUILD2022-06-25 22:35:11 UTC (rev 1239468)
@@ -2,7 +2,7 @@
 # Contributor: Guillaume Horel 
 pkgname=('python-zstandard')
 _pkgname='zstandard'
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="Python bindings to the Zstandard (zstd) compression library"
 url="https://github.com/indygreg/python-zstandard;
@@ -13,7 +13,7 @@
 license=('BSD')
 arch=('x86_64')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/indygreg/python-zstandard/archive/$pkgver.tar.gz;)
-sha256sums=('bcdba2e5fd7842691f8ec2b9db58f362e0f133f745311dc3fbc021ce7fbdf221')
+sha256sums=('a6c7e2b8d4ec262269ccbc7ce66073370a06d6a0fc866946b7ce429b97e0c4ac')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in libc++/repos (staging-x86_64)

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 22:20:34
  Author: foutrelis
Revision: 1239467

Remove incorrect repos/staging-x86_64

Deleted:
  libc++/repos/staging-x86_64/



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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 22:19:15
  Author: foutrelis
Revision: 1239466

archrelease: copy trunk to community-staging-x86_64

Added:
  libc++/repos/community-staging-x86_64/
  libc++/repos/community-staging-x86_64/PKGBUILD
(from rev 1239465, libc++/trunk/PKGBUILD)
  libc++/repos/community-staging-x86_64/keys/

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

Copied: libc++/repos/community-staging-x86_64/PKGBUILD (from rev 1239465, 
libc++/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-06-25 22:19:15 UTC (rev 1239466)
@@ -0,0 +1,77 @@
+# Maintener: Anatol Pomozov
+# Contributor: Llewelyn Trahaearn 
+# Contributor: Daniel Micay 
+# Contributor: MThinkCpp 
+
+pkgbase=libc++
+pkgname=(libc++ libc++abi libc++experimental)
+pkgver=14.0.6
+pkgrel=1
+url="https://libcxx.llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+arch=('x86_64')
+depends=('gcc-libs')
+makedepends=('clang' 'cmake' 'ninja' 'python')
+checkdepends=('llvm')
+options=(!lto)
+source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-project-$pkgver.src.tar.xz"{,.sig})
+sha512sums=('6fc6eeb60fac698702d1aac495fc0161eb7216a1f8db2020af8fccec5837831f7cc20dc2a169bf4f0b5f520748280b4a86621f3697d622aa58faaa45dbfaad13'
+'SKIP')
+validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard 
 (.1 releases)
+  'B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 
 (.0 releases)
+ 
+prepare() {
+  mkdir -p build
+  sed -i 's/CREDITS.TXT/CREDITS/' 
llvm-project-$pkgver.src/libcxx{,abi}/LICENSE.TXT
+}
+ 
+build() {
+  cd build
+
+  cmake \
+-G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_COMPILER=clang \
+-DCMAKE_CXX_COMPILER=clang++ \
+-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
+-DLLVM_EXTERNAL_LIT=/usr/bin/lit \
+-DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=NO \
+../llvm-project-$pkgver.src/runtimes
+  ninja cxx cxxabi cxx_experimental
+}
+
+check() {
+  ninja -C build check-cxx check-cxxabi
+}
+
+# Do not remove the space before the () or commitpkg will
+# accidentally to run this function on the system (!!!) 
+package_libc++ () {
+  pkgdesc='LLVM C++ standard library.'
+  depends=("libc++abi=$pkgver-$pkgrel")
+  options=('staticlibs')
+
+  DESTDIR="$pkgdir" ninja -C build install-cxx
+
+  install -Dm0644 llvm-project-$pkgver.src/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 llvm-project-$pkgver.src/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+ 
+package_libc++abi() {
+  pkgdesc='Low level support for the LLVM C++ standard library.'
+  options=('staticlibs')
+  
+  DESTDIR="$pkgdir" ninja -C build install-cxxabi
+  install -Dm0644 llvm-project-$pkgver.src/libcxxabi/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 llvm-project-$pkgver.src/libcxxabi/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+ 
+package_libc++experimental() {
+  depends=("libc++=$pkgver-$pkgrel")
+  pkgdesc='LLVM C++ experimental library.'
+  
+  install -Dm0644 -t "$pkgdir"/usr/lib/ build/lib/libc++experimental.a
+  install -Dm0644 llvm-project-$pkgver.src/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 llvm-project-$pkgver.src/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}



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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 22:18:51
  Author: foutrelis
Revision: 1239465

archrelease: copy trunk to staging-x86_64

Added:
  libc++/repos/staging-x86_64/
  libc++/repos/staging-x86_64/PKGBUILD
(from rev 1239464, libc++/trunk/PKGBUILD)
  libc++/repos/staging-x86_64/keys/

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

Copied: libc++/repos/staging-x86_64/PKGBUILD (from rev 1239464, 
libc++/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-06-25 22:18:51 UTC (rev 1239465)
@@ -0,0 +1,77 @@
+# Maintener: Anatol Pomozov
+# Contributor: Llewelyn Trahaearn 
+# Contributor: Daniel Micay 
+# Contributor: MThinkCpp 
+
+pkgbase=libc++
+pkgname=(libc++ libc++abi libc++experimental)
+pkgver=14.0.6
+pkgrel=1
+url="https://libcxx.llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+arch=('x86_64')
+depends=('gcc-libs')
+makedepends=('clang' 'cmake' 'ninja' 'python')
+checkdepends=('llvm')
+options=(!lto)
+source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-project-$pkgver.src.tar.xz"{,.sig})
+sha512sums=('6fc6eeb60fac698702d1aac495fc0161eb7216a1f8db2020af8fccec5837831f7cc20dc2a169bf4f0b5f520748280b4a86621f3697d622aa58faaa45dbfaad13'
+'SKIP')
+validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard 
 (.1 releases)
+  'B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 
 (.0 releases)
+ 
+prepare() {
+  mkdir -p build
+  sed -i 's/CREDITS.TXT/CREDITS/' 
llvm-project-$pkgver.src/libcxx{,abi}/LICENSE.TXT
+}
+ 
+build() {
+  cd build
+
+  cmake \
+-G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_COMPILER=clang \
+-DCMAKE_CXX_COMPILER=clang++ \
+-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
+-DLLVM_EXTERNAL_LIT=/usr/bin/lit \
+-DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=NO \
+../llvm-project-$pkgver.src/runtimes
+  ninja cxx cxxabi cxx_experimental
+}
+
+check() {
+  ninja -C build check-cxx check-cxxabi
+}
+
+# Do not remove the space before the () or commitpkg will
+# accidentally to run this function on the system (!!!) 
+package_libc++ () {
+  pkgdesc='LLVM C++ standard library.'
+  depends=("libc++abi=$pkgver-$pkgrel")
+  options=('staticlibs')
+
+  DESTDIR="$pkgdir" ninja -C build install-cxx
+
+  install -Dm0644 llvm-project-$pkgver.src/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 llvm-project-$pkgver.src/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+ 
+package_libc++abi() {
+  pkgdesc='Low level support for the LLVM C++ standard library.'
+  options=('staticlibs')
+  
+  DESTDIR="$pkgdir" ninja -C build install-cxxabi
+  install -Dm0644 llvm-project-$pkgver.src/libcxxabi/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 llvm-project-$pkgver.src/libcxxabi/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+ 
+package_libc++experimental() {
+  depends=("libc++=$pkgver-$pkgrel")
+  pkgdesc='LLVM C++ experimental library.'
+  
+  install -Dm0644 -t "$pkgdir"/usr/lib/ build/lib/libc++experimental.a
+  install -Dm0644 llvm-project-$pkgver.src/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 llvm-project-$pkgver.src/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}



[arch-commits] Commit in libc++/trunk (5 files)

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 22:18:46
  Author: foutrelis
Revision: 1239464

upgpkg: libc++ 14.0.6-1: new upstream release

Added:
  libc++/trunk/keys/
  libc++/trunk/keys/pgp/
  libc++/trunk/keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc
  libc++/trunk/keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc
Modified:
  libc++/trunk/PKGBUILD

---+
 PKGBUILD  |   41 ++--
 keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc |1 
 keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc |1 
 3 files changed, 19 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:58:36 UTC (rev 1239463)
+++ PKGBUILD2022-06-25 22:18:46 UTC (rev 1239464)
@@ -5,33 +5,24 @@
 
 pkgbase=libc++
 pkgname=(libc++ libc++abi libc++experimental)
-pkgver=13.0.1
+pkgver=14.0.6
 pkgrel=1
 url="https://libcxx.llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')
 arch=('x86_64')
 depends=('gcc-libs')
-makedepends=('clang' 'cmake' 'llvm' 'libunwind' 'ninja' 'python')
+makedepends=('clang' 'cmake' 'ninja' 'python')
+checkdepends=('llvm')
 options=(!lto)
-source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-$pkgver.src.tar.xz"{,.sig}
-
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/libcxx-$pkgver.src.tar.xz"{,.sig}
-
"https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/libcxxabi-$pkgver.src.tar.xz"{,.sig})
-noextract=("${source[@]##*/}")
-sha512sums=('05fbe8708ac3d0dfef3a9135ee88185a95ed492095429a97d33b8aadb0187e59ad42d1a7184f02b5c84fdd31f3d7227c65bd292ed0aa039b29522e59cf90a965'
-'SKIP'
-
'72970fbb3db44a652e89ace7843e992b4f118c978fa0fa7035bf5825cb6958cf71f7c80b56c1970977177bb3bcbf81309d4f01c29b3ac1cd057be54baf55e56f'
-'SKIP'
-
'1a7c032ee34643518be01edddc16b1c872f339ed2944d31573438d38a018abc801a53f3fbd97e6a3d6ee58a6ed55d9703a8531ac7290c1d6e3e5593b97186749'
+source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-project-$pkgver.src.tar.xz"{,.sig})
+sha512sums=('6fc6eeb60fac698702d1aac495fc0161eb7216a1f8db2020af8fccec5837831f7cc20dc2a169bf4f0b5f520748280b4a86621f3697d622aa58faaa45dbfaad13'
 'SKIP')
 validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard 
 (.1 releases)
   'B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 
 (.0 releases)
  
 prepare() {
-  mkdir -p build llvm/projects/libcxx llvm/projects/libcxxabi
-  bsdtar --strip-components 1 -zxf "${source[0]##*/}" -C llvm
-  bsdtar --strip-components 1 -zxf "${source[2]##*/}" -C llvm/projects/libcxx
-  bsdtar --strip-components 1 -zxf "${source[4]##*/}" -C 
llvm/projects/libcxxabi
-  sed -i 's/CREDITS.TXT/CREDITS/' llvm/projects/libcxx/LICENSE.TXT 
llvm/projects/libcxxabi/LICENSE.TXT
+  mkdir -p build
+  sed -i 's/CREDITS.TXT/CREDITS/' 
llvm-project-$pkgver.src/libcxx{,abi}/LICENSE.TXT
 }
  
 build() {
@@ -43,9 +34,11 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_C_COMPILER=clang \
 -DCMAKE_CXX_COMPILER=clang++ \
+-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
+-DLLVM_EXTERNAL_LIT=/usr/bin/lit \
 -DLIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=NO \
-"$srcdir"/llvm
-  ninja cxx cxx_experimental
+../llvm-project-$pkgver.src/runtimes
+  ninja cxx cxxabi cxx_experimental
 }
 
 check() {
@@ -61,8 +54,8 @@
 
   DESTDIR="$pkgdir" ninja -C build install-cxx
 
-  install -Dm0644 "$srcdir"/llvm/projects/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
-  install -Dm0644 "$srcdir"/llvm/projects/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+  install -Dm0644 llvm-project-$pkgver.src/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 llvm-project-$pkgver.src/libcxx/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
 }
  
 package_libc++abi() {
@@ -70,8 +63,8 @@
   options=('staticlibs')
   
   DESTDIR="$pkgdir" ninja -C build install-cxxabi
-  install -Dm0644 "$srcdir"/llvm/projects/libcxxabi/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
-  install -Dm0644 "$srcdir"/llvm/projects/libcxxabi/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+  install -Dm0644 llvm-project-$pkgver.src/libcxxabi/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
+  install -Dm0644 llvm-project-$pkgver.src/libcxxabi/LICENSE.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
 }
  
 package_libc++experimental() {
@@ -79,6 +72,6 @@
   pkgdesc='LLVM C++ experimental library.'
   
   install -Dm0644 -t "$pkgdir"/usr/lib/ build/lib/libc++experimental.a
-  install -Dm0644 llvm/projects/libcxx/CREDITS.TXT 
"$pkgdir"/usr/share/licenses/"$pkgname"/CREDITS
-  install -Dm0644 llvm/projects/libcxx/LICENSE.TXT 

[arch-commits] Commit in gyp/repos/extra-any (9 files)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 21:05:40
  Author: heftig
Revision: 449426

archrelease: copy trunk to extra-any

Added:
  gyp/repos/extra-any/0001-gyp-python38.patch
(from rev 449425, gyp/trunk/0001-gyp-python38.patch)
  gyp/repos/extra-any/0002-gyp-fix-cmake.patch
(from rev 449425, gyp/trunk/0002-gyp-fix-cmake.patch)
  gyp/repos/extra-any/0003-gyp-fips.patch
(from rev 449425, gyp/trunk/0003-gyp-fips.patch)
  gyp/repos/extra-any/PKGBUILD
(from rev 449425, gyp/trunk/PKGBUILD)
Deleted:
  gyp/repos/extra-any/PKGBUILD
  gyp/repos/extra-any/gyp-fips.patch
  gyp/repos/extra-any/gyp-fix-cmake.patch
  gyp/repos/extra-any/gyp-python38.patch
  gyp/repos/extra-any/gyp-python39.patch

--+
 0001-gyp-python38.patch  |   71 +++
 0002-gyp-fix-cmake.patch |   44 ++
 0003-gyp-fips.patch  |   46 +++
 PKGBUILD |   89 ++---
 gyp-fips.patch   |   35 -
 gyp-fix-cmake.patch  |   33 
 gyp-python38.patch   |   63 ---
 gyp-python39.patch   |   55 ---
 8 files changed, 206 insertions(+), 230 deletions(-)

Copied: gyp/repos/extra-any/0001-gyp-python38.patch (from rev 449425, 
gyp/trunk/0001-gyp-python38.patch)
===
--- 0001-gyp-python38.patch (rev 0)
+++ 0001-gyp-python38.patch 2022-06-25 21:05:40 UTC (rev 449426)
@@ -0,0 +1,71 @@
+From  Mon Sep 17 00:00:00 2001
+From: Tom Hughes 
+Date: Fri, 23 Aug 2019 09:33:14 +0100
+Subject: [PATCH] gyp-python38
+
+Fix python 3.8 warnings
+
+(From Fedora)
+---
+ pylib/gyp/input.py  | 2 +-
+ test/lib/TestCmd.py | 6 +++---
+ test/lib/TestGyp.py | 2 +-
+ 3 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/pylib/gyp/input.py b/pylib/gyp/input.py
+index 4c1289164045..2bea3341adc5 100644
+--- a/pylib/gyp/input.py
 b/pylib/gyp/input.py
+@@ -1183,7 +1183,7 @@ def LoadVariablesFromVariablesDict(variables, the_dict, 
the_dict_key):
+   if variable_name in variables:
+ # If the variable is already set, don't set it.
+ continue
+-  if the_dict_key is 'variables' and variable_name in the_dict:
++  if the_dict_key == 'variables' and variable_name in the_dict:
+ # If the variable is set without a % in the_dict, and the_dict is a
+ # variables dict (making |variables| a varaibles sub-dict of a
+ # variables dict), use the_dict's definition.
+diff --git a/test/lib/TestCmd.py b/test/lib/TestCmd.py
+index 1ec50933a4a8..457694c877d4 100644
+--- a/test/lib/TestCmd.py
 b/test/lib/TestCmd.py
+@@ -283,7 +283,7 @@ if os.name in ('posix', 'nt'):
+ else:
+ tempfile.template = 'testcmd.'
+ 
+-re_space = re.compile('\s')
++re_space = re.compile(r'\s')
+ 
+ _Cleanup = []
+ 
+@@ -882,7 +882,7 @@ class TestCmd(object):
+ #self.diff_function = difflib.unified_diff
+ self._dirlist = []
+ self._preserve = {'pass_test': 0, 'fail_test': 0, 'no_result': 0}
+-if 'PRESERVE' in os.environ and os.environ['PRESERVE'] is not '':
++if 'PRESERVE' in os.environ and os.environ['PRESERVE'] != '':
+ self._preserve['pass_test'] = os.environ['PRESERVE']
+ self._preserve['fail_test'] = os.environ['PRESERVE']
+ self._preserve['no_result'] = os.environ['PRESERVE']
+@@ -1103,7 +1103,7 @@ class TestCmd(object):
+ the temporary working directories to be preserved for all
+ conditions.
+ """
+-if conditions is ():
++if len(conditions) == 0:
+ conditions = ('pass_test', 'fail_test', 'no_result')
+ for cond in conditions:
+ self._preserve[cond] = 1
+diff --git a/test/lib/TestGyp.py b/test/lib/TestGyp.py
+index 2aa78684f517..badfa910100f 100644
+--- a/test/lib/TestGyp.py
 b/test/lib/TestGyp.py
+@@ -743,7 +743,7 @@ def FindVisualStudioInstallation():
+   build_tool = None
+   if not build_tool:
+ args1 = ['reg', 'query',
+-'HKLM\Software\Microsoft\VisualStudio\SxS\VS7',
++r'HKLM\Software\Microsoft\VisualStudio\SxS\VS7',
+ '/v', '15.0', '/reg:32']
+ build_tool = subprocess.check_output(args1).decode(
+ 'utf-8', 'ignore').strip().split(b'\r\n').pop().split(b' ').pop()

Copied: gyp/repos/extra-any/0002-gyp-fix-cmake.patch (from rev 449425, 
gyp/trunk/0002-gyp-fix-cmake.patch)
===
--- 0002-gyp-fix-cmake.patch(rev 0)
+++ 0002-gyp-fix-cmake.patch2022-06-25 21:05:40 UTC (rev 449426)
@@ -0,0 +1,44 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 25 Jun 

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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:38
  Author: heftig
Revision: 449424

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  203 +
 config   |11103 +
 2 files changed, 11306 insertions(+)

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


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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:36
  Author: heftig
Revision: 1239463

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 1239454, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 1239454, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-25 20:58:36 UTC (rev 1239463)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.2
+pkgrel=49
+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 gyp/trunk (8 files)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:59:58
  Author: heftig
Revision: 449425

20220404.9ecf45e3-1

Added:
  gyp/trunk/0001-gyp-python38.patch
(from rev 449424, gyp/trunk/gyp-python38.patch)
  gyp/trunk/0002-gyp-fix-cmake.patch
(from rev 449424, gyp/trunk/gyp-fix-cmake.patch)
  gyp/trunk/0003-gyp-fips.patch
(from rev 449424, gyp/trunk/gyp-fips.patch)
Modified:
  gyp/trunk/PKGBUILD
Deleted:
  gyp/trunk/gyp-fips.patch
  gyp/trunk/gyp-fix-cmake.patch
  gyp/trunk/gyp-python38.patch
  gyp/trunk/gyp-python39.patch

--+
 0001-gyp-python38.patch  |   71 +
 0002-gyp-fix-cmake.patch |   44 +++
 0003-gyp-fips.patch  |   46 +
 PKGBUILD |   29 +-
 gyp-fips.patch   |   35 --
 gyp-fix-cmake.patch  |   33 
 gyp-python38.patch   |   63 ---
 gyp-python39.patch   |   55 --
 8 files changed, 176 insertions(+), 200 deletions(-)

Copied: gyp/trunk/0001-gyp-python38.patch (from rev 449424, 
gyp/trunk/gyp-python38.patch)
===
--- 0001-gyp-python38.patch (rev 0)
+++ 0001-gyp-python38.patch 2022-06-25 20:59:58 UTC (rev 449425)
@@ -0,0 +1,71 @@
+From  Mon Sep 17 00:00:00 2001
+From: Tom Hughes 
+Date: Fri, 23 Aug 2019 09:33:14 +0100
+Subject: [PATCH] gyp-python38
+
+Fix python 3.8 warnings
+
+(From Fedora)
+---
+ pylib/gyp/input.py  | 2 +-
+ test/lib/TestCmd.py | 6 +++---
+ test/lib/TestGyp.py | 2 +-
+ 3 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/pylib/gyp/input.py b/pylib/gyp/input.py
+index 4c1289164045..2bea3341adc5 100644
+--- a/pylib/gyp/input.py
 b/pylib/gyp/input.py
+@@ -1183,7 +1183,7 @@ def LoadVariablesFromVariablesDict(variables, the_dict, 
the_dict_key):
+   if variable_name in variables:
+ # If the variable is already set, don't set it.
+ continue
+-  if the_dict_key is 'variables' and variable_name in the_dict:
++  if the_dict_key == 'variables' and variable_name in the_dict:
+ # If the variable is set without a % in the_dict, and the_dict is a
+ # variables dict (making |variables| a varaibles sub-dict of a
+ # variables dict), use the_dict's definition.
+diff --git a/test/lib/TestCmd.py b/test/lib/TestCmd.py
+index 1ec50933a4a8..457694c877d4 100644
+--- a/test/lib/TestCmd.py
 b/test/lib/TestCmd.py
+@@ -283,7 +283,7 @@ if os.name in ('posix', 'nt'):
+ else:
+ tempfile.template = 'testcmd.'
+ 
+-re_space = re.compile('\s')
++re_space = re.compile(r'\s')
+ 
+ _Cleanup = []
+ 
+@@ -882,7 +882,7 @@ class TestCmd(object):
+ #self.diff_function = difflib.unified_diff
+ self._dirlist = []
+ self._preserve = {'pass_test': 0, 'fail_test': 0, 'no_result': 0}
+-if 'PRESERVE' in os.environ and os.environ['PRESERVE'] is not '':
++if 'PRESERVE' in os.environ and os.environ['PRESERVE'] != '':
+ self._preserve['pass_test'] = os.environ['PRESERVE']
+ self._preserve['fail_test'] = os.environ['PRESERVE']
+ self._preserve['no_result'] = os.environ['PRESERVE']
+@@ -1103,7 +1103,7 @@ class TestCmd(object):
+ the temporary working directories to be preserved for all
+ conditions.
+ """
+-if conditions is ():
++if len(conditions) == 0:
+ conditions = ('pass_test', 'fail_test', 'no_result')
+ for cond in conditions:
+ self._preserve[cond] = 1
+diff --git a/test/lib/TestGyp.py b/test/lib/TestGyp.py
+index 2aa78684f517..badfa910100f 100644
+--- a/test/lib/TestGyp.py
 b/test/lib/TestGyp.py
+@@ -743,7 +743,7 @@ def FindVisualStudioInstallation():
+   build_tool = None
+   if not build_tool:
+ args1 = ['reg', 'query',
+-'HKLM\Software\Microsoft\VisualStudio\SxS\VS7',
++r'HKLM\Software\Microsoft\VisualStudio\SxS\VS7',
+ '/v', '15.0', '/reg:32']
+ build_tool = subprocess.check_output(args1).decode(
+ 'utf-8', 'ignore').strip().split(b'\r\n').pop().split(b' ').pop()

Copied: gyp/trunk/0002-gyp-fix-cmake.patch (from rev 449424, 
gyp/trunk/gyp-fix-cmake.patch)
===
--- 0002-gyp-fix-cmake.patch(rev 0)
+++ 0002-gyp-fix-cmake.patch2022-06-25 20:59:58 UTC (rev 449425)
@@ -0,0 +1,44 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 25 Jun 2022 20:41:40 +
+Subject: [PATCH] gyp-fix-cmake
+
+(From Fedora, with fixed exception type)
+---
+ pylib/gyp/generator/cmake.py | 8 
+ 1 file changed, 4 insertions(+), 4 

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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:32
  Author: heftig
Revision: 449421

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-open/repos/testing-x86_64/
  nvidia-open/repos/testing-x86_64/PKGBUILD
(from rev 449420, nvidia-open/trunk/PKGBUILD)
  nvidia-open/repos/testing-x86_64/nvidia-open-gcc-ibt-sls.patch
(from rev 449420, 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/testing-x86_64/PKGBUILD (from rev 449420, 
nvidia-open/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-25 20:58:32 UTC (rev 449421)
@@ -0,0 +1,94 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=nvidia-open
+pkgname=(nvidia-open nvidia-open-dkms)
+pkgver=515.48.07
+pkgrel=8
+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=('b5f8b608343c93e0755d0c847d472a68f773c9d9ffb268462489d3d4aad3ab0abe8fb11860ec637abea135bda4eef55c4ffd00d4f817fa48161b5908a09bdf34'
+
'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/testing-x86_64/nvidia-open-gcc-ibt-sls.patch (from 
rev 449420, nvidia-open/trunk/nvidia-open-gcc-ibt-sls.patch)
===
--- testing-x86_64/nvidia-open-gcc-ibt-sls.patch
(rev 0)
+++ testing-x86_64/nvidia-open-gcc-ibt-sls.patch2022-06-25 20:58:32 UTC 
(rev 449421)
@@ -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 += 

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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:33
  Author: heftig
Revision: 1239460

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
1239457, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-25 20:58:33 UTC (rev 1239460)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.9
+pkgrel=94
+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 nvidia/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:33
  Author: heftig
Revision: 449422

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 449420, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 449420, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-25 20:58:33 UTC (rev 449422)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=515.48.07
+pkgrel=13
+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 broadcom-wl/repos (2 files)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:34
  Author: heftig
Revision: 1239461

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 1239457, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-25 20:58:34 UTC (rev 1239461)
@@ -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=394
+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 linux/repos (4 files)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:37
  Author: heftig
Revision: 449423

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  203 +
 config   |11047 +
 2 files changed, 11250 insertions(+)

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


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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:35
  Author: heftig
Revision: 1239462

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 1239456, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 1239456, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-25 20:58:35 UTC (rev 1239462)
@@ -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=402
+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 vhba-module/repos (3 files)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:27
  Author: heftig
Revision: 1239456

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 1239454, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-25 20:58:27 UTC (rev 1239456)
@@ -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=44
+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 netfilter-fullconenat/repos (3 files)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:26
  Author: heftig
Revision: 1239455

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
1239454, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-25 20:58:26 UTC (rev 1239455)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=213
+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, _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, _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, _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 virtualbox-host-modules-arch/repos (2 files)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:30
  Author: heftig
Revision: 1239458

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 1239454, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-25 20:58:30 UTC (rev 1239458)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.34
+pkgrel=18
+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 nvidia/trunk (PKGBUILD)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:57:43
  Author: heftig
Revision: 449420

515.48.07-13: linux 5.18.7.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:57:29 UTC (rev 449419)
+++ PKGBUILD2022-06-25 20:57:43 UTC (rev 449420)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=515.48.07
-pkgrel=12
+pkgrel=13
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:29
  Author: heftig
Revision: 1239457

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 1239454, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 1239454, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/0003-kernel-5.18.patch
(from rev 1239454, bbswitch/trunk/0003-kernel-5.18.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 1239454, 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-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 1239454, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2022-06-25 20:58:29 UTC 
(rev 1239457)
@@ -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 = _pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
1239454, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2022-06-25 20:58:29 UTC 
(rev 1239457)
@@ -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-testing-x86_64/0003-kernel-5.18.patch (from 
rev 1239454, bbswitch/trunk/0003-kernel-5.18.patch)
===
--- community-testing-x86_64/0003-kernel-5.18.patch 
(rev 0)
+++ community-testing-x86_64/0003-kernel-5.18.patch 2022-06-25 20:58:29 UTC 
(rev 1239457)
@@ -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, );
+ if (r || !ad) {
++#endif
+ pr_warn("Cannot get ACPI device for PCI device\n");
+ break;
+ }

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 1239454, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-25 20:58:29 UTC (rev 1239457)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=515
+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 deepin-anything-arch/trunk (PKGBUILD)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:57:45
  Author: heftig
Revision: 1239454

5.0.9-94: linux 5.18.7.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:57:39 UTC (rev 1239453)
+++ PKGBUILD2022-06-25 20:57:45 UTC (rev 1239454)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=93
+pkgrel=94
 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 r8168/repos (4 files)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:58:32
  Author: heftig
Revision: 1239459

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 1239454, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/keys/
  r8168/repos/community-testing-x86_64/linux518.patch
(from rev 1239454, r8168/trunk/linux518.patch)

+
 PKGBUILD   |   53 +
 linux518.patch |   52 
 2 files changed, 105 insertions(+)

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 1239454, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-25 20:58:32 UTC (rev 1239459)
@@ -0,0 +1,53 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.050.03
+pkgrel=3
+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)
+sha256sums=('76f9e7c26a8ade7b01dd34060f5b17d74387f15e9b6baa6dbba8c43634a31ce6'
+'SKIP'
+'d8d542770e504775600f686d03412a37cc32489872be7aeb388b5b08d9806096')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo 
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux518.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(>dev, DMA_BIT_MASK(64)) &&
++!dma_set_coherent_mask(>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(>dev, DMA_BIT_MASK(32));
++#endif
+ if (rc < 0) {
+ #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,0)
+ if (netif_msg_probe(tp))



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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:57:39
  Author: heftig
Revision: 1239453

1.2.2-49: linux 5.18.7.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:57:38 UTC (rev 1239452)
+++ PKGBUILD2022-06-25 20:57:39 UTC (rev 1239453)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=48
+pkgrel=49
 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 bbswitch/trunk (PKGBUILD)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:57:33
  Author: heftig
Revision: 1239450

0.8-515: linux 5.18.7.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:57:32 UTC (rev 1239449)
+++ PKGBUILD2022-06-25 20:57:33 UTC (rev 1239450)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=514
+pkgrel=515
 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 tp_smapi/trunk (PKGBUILD)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:57:30
  Author: heftig
Revision: 1239448

0.43-402: linux 5.18.7.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:57:26 UTC (rev 1239447)
+++ PKGBUILD2022-06-25 20:57:30 UTC (rev 1239448)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=401
+pkgrel=402
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:57:29
  Author: heftig
Revision: 449419

515.48.07-8: linux 5.18.7.arch1-1

Modified:
  nvidia-open/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:56:00 UTC (rev 449418)
+++ PKGBUILD2022-06-25 20:57:29 UTC (rev 449419)
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=515.48.07
-pkgrel=7
+pkgrel=8
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;



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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:57:35
  Author: heftig
Revision: 1239451

8.050.03-3: linux 5.18.7.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:57:33 UTC (rev 1239450)
+++ PKGBUILD2022-06-25 20:57:35 UTC (rev 1239451)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.050.03
-pkgrel=2
+pkgrel=3
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:57:32
  Author: heftig
Revision: 1239449

6.30.223.271-394: linux 5.18.7.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:57:30 UTC (rev 1239448)
+++ PKGBUILD2022-06-25 20:57:32 UTC (rev 1239449)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=393
+pkgrel=394
 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 vhba-module/trunk (PKGBUILD)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:57:38
  Author: heftig
Revision: 1239452

20211218-44: linux 5.18.7.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:57:35 UTC (rev 1239451)
+++ PKGBUILD2022-06-25 20:57:38 UTC (rev 1239452)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20211218
-pkgrel=43
+pkgrel=44
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:57:26
  Author: heftig
Revision: 1239447

6.1.34-18: linux 5.18.7.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:57:25 UTC (rev 1239446)
+++ PKGBUILD2022-06-25 20:57:26 UTC (rev 1239447)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.34
-pkgrel=17
+pkgrel=18
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:57:25
  Author: heftig
Revision: 1239446

r73.0cf3b48-213: linux 5.18.7.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:50:52 UTC (rev 1239445)
+++ PKGBUILD2022-06-25 20:57:25 UTC (rev 1239446)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=212
+pkgrel=213
 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 linux-zen/trunk (PKGBUILD)

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:56:00
  Author: heftig
Revision: 449418

5.18.7.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:55:59 UTC (rev 449417)
+++ PKGBUILD2022-06-25 20:56:00 UTC (rev 449418)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.18.6.zen1
+pkgver=5.18.7.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}



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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:55:59
  Author: heftig
Revision: 449417

5.18.7.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 20:52:01 UTC (rev 449416)
+++ PKGBUILD2022-06-25 20:55:59 UTC (rev 449417)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.18.6.arch1
+pkgver=5.18.7.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}



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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:52:01
  Author: heftig
Revision: 449416

archrelease: copy trunk to extra-x86_64

Added:
  modemmanager/repos/extra-x86_64/PKGBUILD
(from rev 449415, modemmanager/trunk/PKGBUILD)
Deleted:
  modemmanager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 20:44:55 UTC (rev 449415)
+++ PKGBUILD2022-06-25 20:52:01 UTC (rev 449416)
@@ -1,84 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.18.8
-pkgrel=1
-pkgdesc="Mobile broadband modem management service"
-url="https://www.freedesktop.org/wiki/Software/ModemManager/;
-arch=(x86_64)
-license=(GPL2 LGPL2.1)
-depends=(systemd libgudev polkit ppp libqmi libmbim
- mobile-broadband-provider-info)
-makedepends=(gtk-doc gobject-introspection vala meson git bash-completion)
-checkdepends=(python-gobject python-dbus)
-options=(debug)
-_commit=0d8b5e93fc62eb0f41e18a2d9d845331d7af36ec  # tags/1.18.8^0
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ModemManager
-  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd ModemManager
-}
-
-build() {
-  local meson_options=(
--D dbus_policy_dir=/usr/share/dbus-1/system.d
--D dist_version="\"$pkgver-$pkgrel\""
--D gtk_doc=true
--D plugin_qcom_soc=disabled
--D polkit=permissive
--D vapi=true
-  )
-
-  arch-meson ModemManager build "${meson_options[@]}"
-  meson compile -C build
-}
-
-check() {
-  # Tests don't work yet
-  : meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_modemmanager() {
-  depends+=(libmm-glib.so libg{lib,object,io,module}-2.0.so libsystemd.so 
libgudev-1.0.so
-libqmi-glib.so libmbim-glib.so)
-  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-  _pick libmm usr/include
-  _pick libmm usr/lib/girepository-1.0
-  _pick libmm usr/lib/libmm-glib.so*
-  _pick libmm usr/lib/pkgconfig
-  _pick libmm usr/share/gir-1.0
-  _pick libmm usr/share/gtk-doc/html/libmm-glib
-  _pick libmm usr/share/vala
-}
-
-package_libmm-glib() {
-  pkgdesc="ModemManager library"
-  depends=(libg{lib,object,io}-2.0.so)
-  provides=(libmm-glib.so)
-
-  mv libmm/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: modemmanager/repos/extra-x86_64/PKGBUILD (from rev 449415, 
modemmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 20:52:01 UTC (rev 449416)
@@ -0,0 +1,79 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.18.10
+pkgrel=1
+pkgdesc="Mobile broadband modem management service"
+url="https://www.freedesktop.org/wiki/Software/ModemManager/;
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim
+ mobile-broadband-provider-info)
+makedepends=(gtk-doc gobject-introspection vala meson git bash-completion)
+checkdepends=(python-gobject python-dbus)
+options=(debug)
+_commit=1338749739e0c01bdbc6ddf92388a781806ec3ac  # tags/1.18.10^0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ModemManager
+  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd ModemManager
+}
+
+build() {
+  local meson_options=(
+-D dbus_policy_dir=/usr/share/dbus-1/system.d
+-D dist_version="\"$pkgver-$pkgrel\""
+-D gtk_doc=true
+-D plugin_qcom_soc=disabled
+-D polkit=permissive
+-D vapi=true
+  )
+
+  arch-meson ModemManager build "${meson_options[@]}"
+  meson compile -C build
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib.so libg{lib,object,io,module}-2.0.so libsystemd.so 
libgudev-1.0.so
+libqmi-glib.so libmbim-glib.so)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+
+  meson install -C build --destdir "$pkgdir"
+
+  cd "$pkgdir"
+  _pick libmm usr/include
+  _pick libmm usr/lib/girepository-1.0
+  _pick libmm usr/lib/libmm-glib.so*
+  _pick libmm usr/lib/pkgconfig
+  _pick 

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

2022-06-25 Thread Daniel Bermond via arch-commits
Date: Saturday, June 25, 2022 @ 20:50:52
  Author: dbermond
Revision: 1239445

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 20:50:27 UTC (rev 1239444)
+++ PKGBUILD2022-06-25 20:50:52 UTC (rev 1239445)
@@ -1,35 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Maintainer : Santiago Torres-Arias 
-# Contributor: Simon Boulay 
-
-pkgname=python-breathe
-pkgver=4.33.1
-pkgrel=1
-pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
-arch=('any')
-url="https://breathe.readthedocs.org/en/latest/;
-license=('BSD')
-depends=('python' 'python-sphinx' 'python-docutils')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://github.com/michaeljones/breathe/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.sig"::"https://github.com/michaeljones/breathe/releases/download/v${pkgver}/breathe-${pkgver}.tar.gz.sig;)
-sha512sums=('770c0fd8eaca798c84cbbf138b0b4b1a348e2010cedf5efec085fff348e8b0e548ccbe160ecb112709929ee0cf8fd0d977c5032ae03f74cd39f4bb2ae1d5f14b'
-'SKIP')
-validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren 

-
-build() {
-  cd "breathe-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "breathe-${pkgver}"
-  PYTHONPATH="$PWD" make test
-}
-
-package_python-breathe() {
-  cd "breathe-${pkgver}"
-  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
-  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-breathe/repos/community-any/PKGBUILD (from rev 1239444, 
python-breathe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 20:50:52 UTC (rev 1239445)
@@ -0,0 +1,35 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Simon Boulay 
+
+pkgname=python-breathe
+pkgver=4.34.0
+pkgrel=1
+pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
+arch=('any')
+url="https://breathe.readthedocs.org/en/latest/;
+license=('BSD')
+depends=('python' 'python-sphinx' 'python-docutils')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/michaeljones/breathe/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.sig"::"https://github.com/michaeljones/breathe/releases/download/v${pkgver}/breathe-${pkgver}.tar.gz.sig;)
+sha512sums=('7f3134575f1b8c4d7c96ebc735e33f656b5c6046de3fa2aee95d5e895fb33f0a83fb4b1c64dd69b9deca20b785868b42d6b1d5e39741500ff5f9d82bf3f130b4'
+'SKIP')
+validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren 

+
+build() {
+  cd "breathe-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "breathe-${pkgver}"
+  PYTHONPATH="$PWD" make test
+}
+
+package_python-breathe() {
+  cd "breathe-${pkgver}"
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2022-06-25 Thread Daniel Bermond via arch-commits
Date: Saturday, June 25, 2022 @ 20:50:27
  Author: dbermond
Revision: 1239444

upgpkg: python-breathe 4.34.0-1

Modified:
  python-breathe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 19:45:02 UTC (rev 1239443)
+++ PKGBUILD2022-06-25 20:50:27 UTC (rev 1239444)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.33.1
+pkgver=4.34.0
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest')
 
source=("https://github.com/michaeljones/breathe/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.tar.gz.sig"::"https://github.com/michaeljones/breathe/releases/download/v${pkgver}/breathe-${pkgver}.tar.gz.sig;)
-sha512sums=('770c0fd8eaca798c84cbbf138b0b4b1a348e2010cedf5efec085fff348e8b0e548ccbe160ecb112709929ee0cf8fd0d977c5032ae03f74cd39f4bb2ae1d5f14b'
+sha512sums=('7f3134575f1b8c4d7c96ebc735e33f656b5c6046de3fa2aee95d5e895fb33f0a83fb4b1c64dd69b9deca20b785868b42d6b1d5e39741500ff5f9d82bf3f130b4'
 'SKIP')
 validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren 

 



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

2022-06-25 Thread Jan Steffens via arch-commits
Date: Saturday, June 25, 2022 @ 20:44:55
  Author: heftig
Revision: 449415

1.18.10-1

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 15:31:12 UTC (rev 449414)
+++ PKGBUILD2022-06-25 20:44:55 UTC (rev 449415)
@@ -3,7 +3,7 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.18.8
+pkgver=1.18.10
 pkgrel=1
 pkgdesc="Mobile broadband modem management service"
 url="https://www.freedesktop.org/wiki/Software/ModemManager/;
@@ -14,7 +14,7 @@
 makedepends=(gtk-doc gobject-introspection vala meson git bash-completion)
 checkdepends=(python-gobject python-dbus)
 options=(debug)
-_commit=0d8b5e93fc62eb0f41e18a2d9d845331d7af36ec  # tags/1.18.8^0
+_commit=1338749739e0c01bdbc6ddf92388a781806ec3ac  # tags/1.18.10^0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -41,11 +41,6 @@
   meson compile -C build
 }
 
-check() {
-  # Tests don't work yet
-  : meson test -C build --print-errorlogs
-}
-
 _pick() {
   local p="$1" f d; shift
   for f; do



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

2022-06-25 Thread Sébastien Luttringer via arch-commits
Date: Saturday, June 25, 2022 @ 19:45:02
  Author: seblu
Revision: 1239443

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 19:44:56 UTC (rev 1239442)
+++ PKGBUILD2022-06-25 19:45:02 UTC (rev 1239443)
@@ -1,50 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=10.0.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
- 'libdrm' 'pam' 'systemd-libs' 'cairo' 'libpng' 'libjpeg-turbo' 
'libwebp'
- 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'pipewire')
-makedepends=('wayland-protocols' 'meson' 'ninja' 'freerdp')
-optdepends=('freerdp: support rdp backend')
-options=(!lto)
-validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # emersion 

-  'C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington
-  'C0066D7DB8E9AC6844D728715E54498E697F11D7') # Derek Foreman
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5c23964112b90238bed39e5dd1e41cd71a79398813cdc3bbb15a9fdc94e547ae'
-'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-[[ $src = *.patch ]] || continue
-echo "Applying patch $src..."
-patch -Np1 < "../$src"
-  done
-}
-
-build() {
-  arch-meson $pkgname-$pkgver build \
---libexec=lib/weston -D b_lto=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  # license
-  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 1239442, 
weston/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 19:45:02 UTC (rev 1239443)
@@ -0,0 +1,50 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=10.0.1
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'systemd-libs' 'cairo' 'libpng' 'libjpeg-turbo' 
'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'pipewire')
+makedepends=('wayland-protocols' 'meson' 'ninja' 'freerdp')
+optdepends=('freerdp: support rdp backend')
+options=(!lto)
+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # emersion 

+  'C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington
+  'C0066D7DB8E9AC6844D728715E54498E697F11D7') # Derek Foreman
+source=("https://gitlab.freedesktop.org/wayland/weston/-/releases/$pkgver/downloads/weston-$pkgver.tar.xz"{,.sig})
+sha256sums=('8a9e52506a865a7410981b04f8341b89b84106db8531ab1f9fdd37b5dc034115'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+echo "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+--libexec=lib/weston -D b_lto=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  # license
+  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in weston/trunk (6 files)

2022-06-25 Thread Sébastien Luttringer via arch-commits
Date: Saturday, June 25, 2022 @ 19:44:56
  Author: seblu
Revision: 1239442

upgpkg: weston 10.0.1-1

Added:
  weston/trunk/keys/
  weston/trunk/keys/pgp/
  weston/trunk/keys/pgp/34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48.asc
  weston/trunk/keys/pgp/C0066D7DB8E9AC6844D728715E54498E697F11D7.asc
  weston/trunk/keys/pgp/C7223EBE4EF66513B892598911A30156E0E67611.asc
Modified:
  weston/trunk/PKGBUILD

---+
 PKGBUILD  |6 +++---
 keys/pgp/34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48.asc |1 +
 keys/pgp/C0066D7DB8E9AC6844D728715E54498E697F11D7.asc |1 +
 keys/pgp/C7223EBE4EF66513B892598911A30156E0E67611.asc |1 +
 4 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 19:37:43 UTC (rev 1239441)
+++ PKGBUILD2022-06-25 19:44:56 UTC (rev 1239442)
@@ -2,7 +2,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=weston
-pkgver=10.0.0
+pkgver=10.0.1
 pkgrel=1
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('x86_64')
@@ -18,8 +18,8 @@
 validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # emersion 

   'C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington
   'C0066D7DB8E9AC6844D728715E54498E697F11D7') # Derek Foreman
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5c23964112b90238bed39e5dd1e41cd71a79398813cdc3bbb15a9fdc94e547ae'
+source=("https://gitlab.freedesktop.org/wayland/weston/-/releases/$pkgver/downloads/weston-$pkgver.tar.xz"{,.sig})
+sha256sums=('8a9e52506a865a7410981b04f8341b89b84106db8531ab1f9fdd37b5dc034115'
 'SKIP')
 
 prepare() {

Added: keys/pgp/34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48.asc
===
(Binary files differ)

Index: weston/trunk/keys/pgp/34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48.asc
===
--- keys/pgp/34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48.asc   2022-06-25 
19:37:43 UTC (rev 1239441)
+++ keys/pgp/34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48.asc   2022-06-25 
19:44:56 UTC (rev 1239442)

Property changes on: 
weston/trunk/keys/pgp/34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/C0066D7DB8E9AC6844D728715E54498E697F11D7.asc
===
(Binary files differ)

Index: weston/trunk/keys/pgp/C0066D7DB8E9AC6844D728715E54498E697F11D7.asc
===
--- keys/pgp/C0066D7DB8E9AC6844D728715E54498E697F11D7.asc   2022-06-25 
19:37:43 UTC (rev 1239441)
+++ keys/pgp/C0066D7DB8E9AC6844D728715E54498E697F11D7.asc   2022-06-25 
19:44:56 UTC (rev 1239442)

Property changes on: 
weston/trunk/keys/pgp/C0066D7DB8E9AC6844D728715E54498E697F11D7.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/C7223EBE4EF66513B892598911A30156E0E67611.asc
===
(Binary files differ)

Index: weston/trunk/keys/pgp/C7223EBE4EF66513B892598911A30156E0E67611.asc
===
--- keys/pgp/C7223EBE4EF66513B892598911A30156E0E67611.asc   2022-06-25 
19:37:43 UTC (rev 1239441)
+++ keys/pgp/C7223EBE4EF66513B892598911A30156E0E67611.asc   2022-06-25 
19:44:56 UTC (rev 1239442)

Property changes on: 
weston/trunk/keys/pgp/C7223EBE4EF66513B892598911A30156E0E67611.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-06-25 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 25, 2022 @ 19:37:43
  Author: arodseth
Revision: 1239441

archrelease: copy trunk to community-any

Added:
  wordpress/repos/community-any/PKGBUILD
(from rev 1239440, wordpress/trunk/PKGBUILD)
  wordpress/repos/community-any/wordpress.install
(from rev 1239440, wordpress/trunk/wordpress.install)
Deleted:
  wordpress/repos/community-any/PKGBUILD
  wordpress/repos/community-any/wordpress.install

---+
 PKGBUILD  |   56 ++--
 wordpress.install |   40 +
 2 files changed, 47 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 19:37:36 UTC (rev 1239440)
+++ PKGBUILD2022-06-25 19:37:43 UTC (rev 1239441)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jose Valecillos 
-# Contributor: Kaos 
-# Contributor: Christopher Rogers 
-
-pkgname=wordpress
-pkgver=6.0
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=(any)
-url='https://wordpress.org/'
-license=(GPL)
-depends=(php)
-optdepends=('apache: Web server'
-'mariadb: Database server'
-'nginx: Web server')
-options=(emptydirs)
-install=$pkgname.install
-source=("https://wordpress.org/$pkgname-$pkgver.tar.gz;)
-b2sums=('37a4033d7d6096e029850ea7d061aba387d7100599833924a86281fa87bd31b640f3a1d20f55da8b67deecf211aa99a6cb90c3ec5602042e93a0bd55ccf0d7d3')
-
-package() {
-  install -d "$pkgdir/usr/share/webapps"
-  cp -r $pkgname "$pkgdir/usr/share/webapps"
-}
-
-# getver: core.trac.wordpress.org/timeline?milestone=on

Copied: wordpress/repos/community-any/PKGBUILD (from rev 1239440, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 19:37:43 UTC (rev 1239441)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jose Valecillos 
+# Contributor: Kaos 
+# Contributor: Christopher Rogers 
+
+pkgname=wordpress
+pkgver=6.0
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=(any)
+url='https://wordpress.org/'
+license=(GPL)
+depends=(php)
+optdepends=('apache: Web server'
+'mariadb: Database server'
+'nginx: Web server')
+options=(emptydirs)
+install=$pkgname.install
+source=("https://wordpress.org/$pkgname-$pkgver.tar.gz;)
+b2sums=('37a4033d7d6096e029850ea7d061aba387d7100599833924a86281fa87bd31b640f3a1d20f55da8b67deecf211aa99a6cb90c3ec5602042e93a0bd55ccf0d7d3')
+
+package() {
+  install -d "$pkgdir/usr/share/webapps"
+  cp -r $pkgname "$pkgdir/usr/share/webapps"
+}
+
+# getver: core.trac.wordpress.org/timeline?milestone=on

Deleted: wordpress.install
===
--- wordpress.install   2022-06-25 19:37:36 UTC (rev 1239440)
+++ wordpress.install   2022-06-25 19:37:43 UTC (rev 1239441)
@@ -1,21 +0,0 @@
-post_install() {
-  # Make uploads work
-  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
-  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
-  echo 'You can now configure your (PHP compatible) web server to run 
WordPress'
-}
-
-pre_remove() {
-  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
-  echo 'Your WordPress folder was backed up to 
/usr/share/webapps/wordpress_backup'
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/wordpress
-}
-
-post_upgrade() {
-  echo 'WordPress was placed in /usr/share/webapps'
-}
-
-# vim: ts=2 sw=2 et:

Copied: wordpress/repos/community-any/wordpress.install (from rev 1239440, 
wordpress/trunk/wordpress.install)
===
--- wordpress.install   (rev 0)
+++ wordpress.install   2022-06-25 19:37:43 UTC (rev 1239441)
@@ -0,0 +1,19 @@
+post_install() {
+  # Make uploads work
+  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
+  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
+  echo 'You can now configure your (PHP compatible) web server to run 
WordPress'
+}
+
+pre_remove() {
+  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
+  echo 'Your WordPress folder was backed up to 
/usr/share/webapps/wordpress_backup'
+}
+
+post_remove() {
+  rm -rf /usr/share/webapps/wordpress
+}
+
+post_upgrade() {
+  echo 'WordPress was placed in /usr/share/webapps'
+}



[arch-commits] Commit in wordpress/trunk (wordpress.install)

2022-06-25 Thread Alexander Rødseth via arch-commits
Date: Saturday, June 25, 2022 @ 19:37:36
  Author: arodseth
Revision: 1239440

upgpkg: wordpress 6.0-1

Modified:
  wordpress/trunk/wordpress.install

---+
 wordpress.install |2 --
 1 file changed, 2 deletions(-)

Modified: wordpress.install
===
--- wordpress.install   2022-06-25 18:12:52 UTC (rev 1239439)
+++ wordpress.install   2022-06-25 19:37:36 UTC (rev 1239440)
@@ -17,5 +17,3 @@
 post_upgrade() {
   echo 'WordPress was placed in /usr/share/webapps'
 }
-
-# vim: ts=2 sw=2 et:



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

2022-06-25 Thread Felix Yan via arch-commits
Date: Saturday, June 25, 2022 @ 18:12:52
  Author: felixonmars
Revision: 1239439

archrelease: copy trunk to community-x86_64

Added:
  deno/repos/community-x86_64/PKGBUILD
(from rev 1239438, deno/trunk/PKGBUILD)
Deleted:
  deno/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 18:12:36 UTC (rev 1239438)
+++ PKGBUILD2022-06-25 18:12:52 UTC (rev 1239439)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Metal A-wing <1 at 233 dot email>
-
-pkgname=deno
-pkgver=1.23.0
-pkgrel=1
-pkgdesc="A secure runtime for JavaScript and TypeScript"
-arch=('x86_64')
-url="https://deno.land;
-license=('MIT')
-options=('!lto')
-depends=('gcc-libs')
-makedepends=('git' 'python' 'cargo' 'nodejs')
-source=("git+https://github.com/denoland/deno#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  git submodule update --init --recursive
-}
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-check() {
-  cd $pkgname
-  ./target/release/deno run cli/tests/testdata/002_hello.ts
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 target/release/deno "$pkgdir"/usr/bin/deno
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  ./target/release/deno completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/deno
-  install -dm755 "$pkgdir"/usr/share/zsh/site-functions
-  ./target/release/deno completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_deno
-  install -dm755 "$pkgdir"/usr/share/fish/vendor_functions.d
-  ./target/release/deno completions fish > 
"$pkgdir"/usr/share/fish/vendor_functions.d/deno.fish
-
-  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: deno/repos/community-x86_64/PKGBUILD (from rev 1239438, 
deno/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 18:12:52 UTC (rev 1239439)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Metal A-wing <1 at 233 dot email>
+
+pkgname=deno
+pkgver=1.23.1
+pkgrel=1
+pkgdesc="A secure runtime for JavaScript and TypeScript"
+arch=('x86_64')
+url="https://deno.land;
+license=('MIT')
+options=('!lto')
+depends=('gcc-libs')
+makedepends=('git' 'python' 'cargo' 'nodejs')
+source=("git+https://github.com/denoland/deno#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule update --init --recursive
+}
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+check() {
+  cd $pkgname
+  ./target/release/deno run cli/tests/testdata/002_hello.ts
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 target/release/deno "$pkgdir"/usr/bin/deno
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  ./target/release/deno completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/deno
+  install -dm755 "$pkgdir"/usr/share/zsh/site-functions
+  ./target/release/deno completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_deno
+  install -dm755 "$pkgdir"/usr/share/fish/vendor_functions.d
+  ./target/release/deno completions fish > 
"$pkgdir"/usr/share/fish/vendor_functions.d/deno.fish
+
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-06-25 Thread Felix Yan via arch-commits
Date: Saturday, June 25, 2022 @ 18:12:36
  Author: felixonmars
Revision: 1239438

upgpkg: deno 1.23.1-1

Modified:
  deno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 17:27:41 UTC (rev 1239437)
+++ PKGBUILD2022-06-25 18:12:36 UTC (rev 1239438)
@@ -2,7 +2,7 @@
 # Contributor: Metal A-wing <1 at 233 dot email>
 
 pkgname=deno
-pkgver=1.23.0
+pkgver=1.23.1
 pkgrel=1
 pkgdesc="A secure runtime for JavaScript and TypeScript"
 arch=('x86_64')



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

2022-06-25 Thread Kpcyrd via arch-commits
Date: Saturday, June 25, 2022 @ 17:27:41
  Author: kpcyrd
Revision: 1239437

archrelease: copy trunk to community-x86_64

Added:
  cross/repos/community-x86_64/PKGBUILD
(from rev 1239436, cross/trunk/PKGBUILD)
Deleted:
  cross/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 17:27:21 UTC (rev 1239436)
+++ PKGBUILD2022-06-25 17:27:41 UTC (rev 1239437)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: kpcyrd 
-
-pkgname=cross
-pkgver=0.2.1
-pkgrel=2
-pkgdesc="'Zero setup' cross compilation and 'cross testing' of Rust crates"
-url="https://github.com/rust-embedded/cross;
-arch=('x86_64')
-license=('Apache' 'MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-optdepends=('docker: provide container'
-'podman: provide container')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-embedded/cross/archive/v${pkgver}.tar.gz;)
-sha256sums=('150ab0d7cd8f05f3d63df7aa0ea7ef32af6732c89712d671c6be1c40ecab1cdb')
-b2sums=('a8fac885dbd953bcc9d5970483812348fe4ae0a2144d488112663c5c4263bc069bce5195ec8457deb405e42c7d44084b7f6ec3c38886503bfd1b4420b054a578')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  depends+=('rustup')
-  cd ${pkgname}-${pkgver}
-  install -Dm755 "target/release/cross" -t "${pkgdir}/usr/bin"
-  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" \
-LICENSE-APACHE LICENSE-MIT
-}
-
-# vim: ts=2 sw=2 et:

Copied: cross/repos/community-x86_64/PKGBUILD (from rev 1239436, 
cross/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 17:27:41 UTC (rev 1239437)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: kpcyrd 
+
+pkgname=cross
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="'Zero setup' cross compilation and 'cross testing' of Rust crates"
+url="https://github.com/rust-embedded/cross;
+arch=('x86_64')
+license=('Apache' 'MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+optdepends=('docker: provide container'
+'podman: provide container')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-embedded/cross/archive/v${pkgver}.tar.gz;)
+sha256sums=('a338090e5b2004ae5ea0620d57b8f46446da7ae62782c1a4173bcc696ef774f0')
+b2sums=('b0e4d1edfef1b6949cc43fecb2625be92ae54ec982a3d583c25e676f68d6dfa48a6e46780129c6923fb92325563767c603a7d0056f170447ed07b052c9aa7778')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  depends+=('rustup')
+  cd ${pkgname}-${pkgver}
+  install -Dm755 "target/release/cross" -t "${pkgdir}/usr/bin"
+  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" \
+LICENSE-APACHE LICENSE-MIT
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-25 Thread Kpcyrd via arch-commits
Date: Saturday, June 25, 2022 @ 17:27:21
  Author: kpcyrd
Revision: 1239436

upgpkg: cross 0.2.2-1

Modified:
  cross/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 15:33:19 UTC (rev 1239435)
+++ PKGBUILD2022-06-25 17:27:21 UTC (rev 1239436)
@@ -2,8 +2,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=cross
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
 pkgdesc="'Zero setup' cross compilation and 'cross testing' of Rust crates"
 url="https://github.com/rust-embedded/cross;
 arch=('x86_64')
@@ -13,8 +13,8 @@
 optdepends=('docker: provide container'
 'podman: provide container')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-embedded/cross/archive/v${pkgver}.tar.gz;)
-sha256sums=('150ab0d7cd8f05f3d63df7aa0ea7ef32af6732c89712d671c6be1c40ecab1cdb')
-b2sums=('a8fac885dbd953bcc9d5970483812348fe4ae0a2144d488112663c5c4263bc069bce5195ec8457deb405e42c7d44084b7f6ec3c38886503bfd1b4420b054a578')
+sha256sums=('a338090e5b2004ae5ea0620d57b8f46446da7ae62782c1a4173bcc696ef774f0')
+b2sums=('b0e4d1edfef1b6949cc43fecb2625be92ae54ec982a3d583c25e676f68d6dfa48a6e46780129c6923fb92325563767c603a7d0056f170447ed07b052c9aa7778')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2022-06-25 Thread Andreas Radke via arch-commits
Date: Saturday, June 25, 2022 @ 15:33:19
  Author: andyrtr
Revision: 1239435

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1239434, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-25 15:33:19 UTC (rev 1239435)
@@ -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=248
+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-06-25 Thread Andreas Radke via arch-commits
Date: Saturday, June 25, 2022 @ 15:33:13
  Author: andyrtr
Revision: 1239434

upgpkg: tp_smapi-lts 0.43-248: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 15:32:36 UTC (rev 1239433)
+++ PKGBUILD2022-06-25 15:33:13 UTC (rev 1239434)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=247
+pkgrel=248
 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-06-25 Thread Andreas Radke via arch-commits
Date: Saturday, June 25, 2022 @ 15:32:36
  Author: andyrtr
Revision: 1239433

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1239432, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-25 15:32:36 UTC (rev 1239433)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.050.03
+pkgrel=3
+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-06-25 Thread Andreas Radke via arch-commits
Date: Saturday, June 25, 2022 @ 15:32:29
  Author: andyrtr
Revision: 1239432

upgpkg: r8168-lts 8.050.03-3: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 15:31:47 UTC (rev 1239431)
+++ PKGBUILD2022-06-25 15:32:29 UTC (rev 1239432)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.050.03
-pkgrel=2
+pkgrel=3
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2022-06-25 Thread Andreas Radke via arch-commits
Date: Saturday, June 25, 2022 @ 15:31:41
  Author: andyrtr
Revision: 1239430

upgpkg: acpi_call-lts 1.2.2-52: kernel rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 13:24:18 UTC (rev 1239429)
+++ PKGBUILD2022-06-25 15:31:41 UTC (rev 1239430)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.2
-pkgrel=51
+pkgrel=52
 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-lts/repos (2 files)

2022-06-25 Thread Andreas Radke via arch-commits
Date: Saturday, June 25, 2022 @ 15:31:47
  Author: andyrtr
Revision: 1239431

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 
1239430, acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-25 15:31:47 UTC (rev 1239431)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.2
+pkgrel=52
+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 nvidia-lts/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-25 Thread Andreas Radke via arch-commits
Date: Saturday, June 25, 2022 @ 15:31:12
  Author: andyrtr
Revision: 449414

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 449413, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 449413, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-25 15:31:12 UTC (rev 449414)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Eric Bélanger 
+pkgname=nvidia-lts
+pkgver=515.48.07
+pkgrel=7
+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-06-25 Thread Andreas Radke via arch-commits
Date: Saturday, June 25, 2022 @ 15:31:06
  Author: andyrtr
Revision: 449413

upgpkg: nvidia-lts 1:515.48.07-7: kernel rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 15:24:58 UTC (rev 449412)
+++ PKGBUILD2022-06-25 15:31:06 UTC (rev 449413)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
 pkgver=515.48.07
-pkgrel=6
+pkgrel=7
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

2022-06-25 Thread Andreas Radke via arch-commits
Date: Saturday, June 25, 2022 @ 15:24:58
  Author: andyrtr
Revision: 449412

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 449411, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/testing-x86_64/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch
(from rev 449411, 
linux-lts/trunk/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch)
  
linux-lts/repos/testing-x86_64/0003-iommu_intel_do_deep_dma-unmapping_to_avoid_kernel-flooding.patch
(from rev 449411, 
linux-lts/trunk/0003-iommu_intel_do_deep_dma-unmapping_to_avoid_kernel-flooding.patch)
  
linux-lts/repos/testing-x86_64/0004-Bluetooth_btintel_Fix_bdaddress_comparison_with_garbage_value.patch
(from rev 449411, 
linux-lts/trunk/0004-Bluetooth_btintel_Fix_bdaddress_comparison_with_garbage_value.patch)
  linux-lts/repos/testing-x86_64/0005-lg-laptop_Recognize_more_models.patch
(from rev 449411, 
linux-lts/trunk/0005-lg-laptop_Recognize_more_models.patch)
  linux-lts/repos/testing-x86_64/0006_fix_NFSv4_mount_regression.diff
(from rev 449411, linux-lts/trunk/0006_fix_NFSv4_mount_regression.diff)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 449411, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 449411, linux-lts/trunk/config)
  linux-lts/repos/testing-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_quirk.patch  |   
21 
 0003-iommu_intel_do_deep_dma-unmapping_to_avoid_kernel-flooding.patch|   
85 
 0004-Bluetooth_btintel_Fix_bdaddress_comparison_with_garbage_value.patch |   
57 
 0005-lg-laptop_Recognize_more_models.patch   |   
36 
 0006_fix_NFSv4_mount_regression.diff |  
243 
 PKGBUILD |  
217 
 config   
|10684 ++
 8 files changed, 11494 insertions(+)

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


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

2022-06-25 Thread Andreas Radke via arch-commits
Date: Saturday, June 25, 2022 @ 15:24:35
  Author: andyrtr
Revision: 449411

upgpkg: linux-lts 5.15.50-1: upstream update 5.15.50

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

--+
 PKGBUILD |6 +++---
 config   |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 11:47:49 UTC (rev 449410)
+++ PKGBUILD2022-06-25 15:24:35 UTC (rev 449411)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.15.49
+pkgver=5.15.50
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -28,9 +28,9 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('32497893ba47f4ad32a59fa4254e8c25e41bc821798e3b2f2443822fa00059dc'
+sha256sums=('554d507d37a23810fe8c83912761e4a4f73c40794bc685ff7ca98042fe1bd70f'
 'SKIP'
-'7014a280fcacd1d5d48b6a0b2048ae0a8cc1fac416ba821d489f52eef5700191'
+'7f25de0c8f845779c040300c4ab2b7594854f3a9d25589d332e2a5f32f3da47c'
 '99df282c594cc269d9a5d19bb86ea887892d3654cfc53c4ce94a644cf3278423'
 'c35018601f04ae81e0a2018a8597595db6ae053158c206845399cdebb2d2b706'
 '7c7707c738983f3683d76295b496f578996b7341fa39ad334ec2833bfe4b966e'

Modified: config
===
--- config  2022-06-25 11:47:49 UTC (rev 449410)
+++ config  2022-06-25 15:24:35 UTC (rev 449411)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.49 Kernel Configuration
+# Linux/x86 5.15.50 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
 CONFIG_CC_IS_GCC=y



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

2022-06-25 Thread Antonio Rojas via arch-commits
Date: Saturday, June 25, 2022 @ 13:24:18
  Author: arojas
Revision: 1239429

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 13:24:07 UTC (rev 1239428)
+++ PKGBUILD2022-06-25 13:24:18 UTC (rev 1239429)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Graeme Gott 
-
-pkgname=focuswriter
-pkgver=1.7.6
-pkgrel=3
-pkgdesc='Simple, distraction-free word processor'
-arch=('x86_64')
-url='https://gottcode.org/focuswriter/'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'qt5-multimedia')
-makedepends=('qt5-tools')
-source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2"{,.asc})
-sha256sums=('34f576a49c9fe64aedad66e02efafc29c840b6c3ddc98a42d87dfda499710541'
-'SKIP')
-validpgpkeys=('57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '/INSTALLS +=/ s/ pixmap//' focuswriter.pro
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: focuswriter/repos/community-x86_64/PKGBUILD (from rev 1239428, 
focuswriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 13:24:18 UTC (rev 1239429)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+# Contributor: Graeme Gott 
+
+pkgname=focuswriter
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Simple, distraction-free word processor'
+arch=('x86_64')
+url='https://gottcode.org/focuswriter/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'qt6-multimedia' 'qt6-5compat')
+makedepends=('cmake' 'qt6-tools')
+source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2"{,.asc})
+sha256sums=('114897e2fa697e32cbf81c3ced8dc6d56ea8584956348ab607f3530c991ce7d8'
+'SKIP')
+validpgpkeys=('57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-06-25 Thread Antonio Rojas via arch-commits
Date: Saturday, June 25, 2022 @ 13:24:07
  Author: arojas
Revision: 1239428

upgpkg: focuswriter 1.8.0-1

Added:
  focuswriter/trunk/keys/
  focuswriter/trunk/keys/pgp/
  focuswriter/trunk/keys/pgp/57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37.asc

--+
 57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37.asc |1 +
 1 file changed, 1 insertion(+)

Added: keys/pgp/57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37.asc
===
(Binary files differ)

Index: focuswriter/trunk/keys/pgp/57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37.asc
===
--- keys/pgp/57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37.asc   2022-06-25 
13:24:01 UTC (rev 1239427)
+++ keys/pgp/57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37.asc   2022-06-25 
13:24:07 UTC (rev 1239428)

Property changes on: 
focuswriter/trunk/keys/pgp/57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-06-25 Thread Antonio Rojas via arch-commits
Date: Saturday, June 25, 2022 @ 13:24:01
  Author: arojas
Revision: 1239427

Update to 1.8.0

Modified:
  focuswriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 12:13:21 UTC (rev 1239426)
+++ PKGBUILD2022-06-25 13:24:01 UTC (rev 1239427)
@@ -2,31 +2,25 @@
 # Contributor: Graeme Gott 
 
 pkgname=focuswriter
-pkgver=1.7.6
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='Simple, distraction-free word processor'
 arch=('x86_64')
 url='https://gottcode.org/focuswriter/'
 license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'qt5-multimedia')
-makedepends=('qt5-tools')
+depends=('hicolor-icon-theme' 'hunspell' 'qt6-multimedia' 'qt6-5compat')
+makedepends=('cmake' 'qt6-tools')
 source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2"{,.asc})
-sha256sums=('34f576a49c9fe64aedad66e02efafc29c840b6c3ddc98a42d87dfda499710541'
+sha256sums=('114897e2fa697e32cbf81c3ced8dc6d56ea8584956348ab607f3530c991ce7d8'
 'SKIP')
 validpgpkeys=('57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '/INSTALLS +=/ s/ pixmap//' focuswriter.pro
-}
-
 build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }



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

2022-06-25 Thread Felix Yan via arch-commits
Date: Saturday, June 25, 2022 @ 12:13:21
  Author: felixonmars
Revision: 1239426

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 1239425, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/fix-ffmpeg5.patch
(from rev 1239425, telegram-desktop/trunk/fix-ffmpeg5.patch)
  telegram-desktop/repos/community-x86_64/fix-tgcalls-cstdint.patch
(from rev 1239425, telegram-desktop/trunk/fix-tgcalls-cstdint.patch)
Deleted:
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/fix-ffmpeg5.patch
  telegram-desktop/repos/community-x86_64/fix-tgcalls-cstdint.patch

---+
 PKGBUILD  |  122 ++---
 fix-ffmpeg5.patch |  144 ++--
 fix-tgcalls-cstdint.patch |   24 +++
 3 files changed, 145 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 12:13:01 UTC (rev 1239425)
+++ PKGBUILD2022-06-25 12:13:21 UTC (rev 1239426)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-pkgname=telegram-desktop
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
- 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 
'glibmm'
- 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 
'libdispatch')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'meson'
- 'extra-cmake-modules' 'wayland-protocols' 
'plasma-wayland-protocols' 'libtg_owt')
-optdepends=('webkit2gtk: embedded browser features'
-'xdg-desktop-portal: desktop integration')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
-fix-tgcalls-cstdint.patch
-   )
-sha512sums=('292483b137436efe8c0b701e6a61d24793a362bf0e96d929011f2a9f53096702c8010a7acf9f1c13d0906751d8e06c2c69fa2d334135a22d9e2d61120a7f8cf2'
-
'ba24a2f1524010b4891764aacee2e27a5ebae44cf7626ab2aaf9e6c48b0f8088bf920886ceeb497b3c463fa0c3b885dd63db273d4c29cab6c96c8193c0c5c888')
-
-prepare() {
-cd tdesktop-$pkgver-full
-
-patch -Np1 -i "$srcdir"/fix-tgcalls-cstdint.patch -d 
Telegram/ThirdParty/tgcalls
-}
-
-build() {
-cd tdesktop-$pkgver-full
-
-# Fix https://bugs.archlinux.org/task/73220
-export CXXFLAGS+=" -Wp,-U_GLIBCXX_ASSERTIONS"
-
-export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
-#Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
-# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
-# Thanks @primeos!
-cmake \
--B build \
--G Ninja \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_BUILD_TYPE=Release \
--DTDESKTOP_API_ID=611335 \
--DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
-sed -i "s|/usr/lib/libav|/usr/lib/ffmpeg4.4/libav|g" build/build.ninja
-sed -i "s|/usr/lib/libsw|/usr/lib/ffmpeg4.4/libsw|g" build/build.ninja
-sed -i "s|-lavcodec|/usr/lib/ffmpeg4.4/libavcodec.so|g" build/build.ninja
-sed -i "s|-lavformat|/usr/lib/ffmpeg4.4/libavformat.so|g" build/build.ninja
-sed -i "s|-lavutil|/usr/lib/ffmpeg4.4/libavutil.so|g" build/build.ninja
-sed -i "s|-lswscale|/usr/lib/ffmpeg4.4/libswscale.so|g" build/build.ninja
-sed -i "s|-lswresample|/usr/lib/ffmpeg4.4/libswresample.so|g" 
build/build.ninja
-ninja -C build
-}
-
-package() {
-cd tdesktop-$pkgver-full
-DESTDIR="$pkgdir" ninja -C build install
-# They botched the release and put a lot of stuff here.
-rm -rf "$pkgdir/build"
-}

Copied: telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 1239425, 
telegram-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 12:13:21 UTC (rev 1239426)
@@ -0,0 +1,61 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
+ 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 
'glibmm'
+ 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 
'libdispatch')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'meson'
+ 'extra-cmake-modules' 'wayland-protocols' 

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

2022-06-25 Thread Felix Yan via arch-commits
Date: Saturday, June 25, 2022 @ 12:13:01
  Author: felixonmars
Revision: 1239425

upgpkg: telegram-desktop 4.0.2-1

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 12:07:26 UTC (rev 1239424)
+++ PKGBUILD2022-06-25 12:13:01 UTC (rev 1239425)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: hexchain 
 pkgname=telegram-desktop
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
 fix-tgcalls-cstdint.patch
)
-sha512sums=('292483b137436efe8c0b701e6a61d24793a362bf0e96d929011f2a9f53096702c8010a7acf9f1c13d0906751d8e06c2c69fa2d334135a22d9e2d61120a7f8cf2'
+sha512sums=('0078b627d06dd8e655bd2bcc222ecbb3b15b7d88f858810bccdca84793ad02a60f4a4bf3808838752d65d4f6cffa3ddb5f70c5afc8e94cb6edae52101362feeb'
 
'ba24a2f1524010b4891764aacee2e27a5ebae44cf7626ab2aaf9e6c48b0f8088bf920886ceeb497b3c463fa0c3b885dd63db273d4c29cab6c96c8193c0c5c888')
 
 prepare() {



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

2022-06-25 Thread Sergej Pupykin via arch-commits
Date: Saturday, June 25, 2022 @ 12:07:26
  Author: spupykin
Revision: 1239424

archrelease: copy trunk to community-any

Added:
  perl-throwable/repos/community-any/PKGBUILD
(from rev 1239423, perl-throwable/trunk/PKGBUILD)
Deleted:
  perl-throwable/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 12:07:13 UTC (rev 1239423)
+++ PKGBUILD2022-06-25 12:07:26 UTC (rev 1239424)
@@ -1,49 +0,0 @@
-# Contributor: John D Jones III AKA jnbek 
-# Generator  : CPANPLUS::Dist::Arch 1.30
-
-pkgname='perl-throwable'
-pkgver=0.200013
-pkgrel=8
-pkgdesc="a role for classes that can be thrown"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-devel-stacktrace>=1.32' 'perl-module-runtime>=0.002' 
'perl-moo>=1.01')
-makedepends=()
-url='https://metacpan.org/release/Throwable'
-source=('https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz')
-md5sums=('92d4934f601c2d291a65b0bf2ab08dd3')
-sha512sums=('81ce73709c7c6a0160da42b00ce06ddf4cce79a6801df7aa90ddcce67efed6ace17b06171ac42b2737a98515c17ab46b5a3b7fd9e5bd3079b109a977dc6c0963')
-_distdir="Throwable-0.200013"
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/$_distdir"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/$_distdir"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/$_distdir"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-throwable/repos/community-any/PKGBUILD (from rev 1239423, 
perl-throwable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 12:07:26 UTC (rev 1239424)
@@ -0,0 +1,48 @@
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.30
+
+pkgname='perl-throwable'
+pkgver=1.000
+_distdir="Throwable-$pkgver"
+pkgrel=1
+pkgdesc="a role for classes that can be thrown"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-devel-stacktrace>=1.32' 'perl-module-runtime>=0.002' 
'perl-moo>=1.01')
+makedepends=()
+url='https://metacpan.org/release/Throwable'
+source=("https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Throwable-$pkgver.tar.gz;)
+sha512sums=('d81d2e3eff78ad396e6e61ad09ecf3c1eaaf33ae24c8b74c8336b568dceb1b62aa03f9e8417df2edc55b0c6806599c7e88ccc43f2b45c11262fd8139706a9bc3')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2022-06-25 Thread Sergej Pupykin via arch-commits
Date: Saturday, June 25, 2022 @ 12:07:13
  Author: spupykin
Revision: 1239423

upgpkg: perl-throwable 1.000-1

Modified:
  perl-throwable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 11:50:01 UTC (rev 1239422)
+++ PKGBUILD2022-06-25 12:07:13 UTC (rev 1239423)
@@ -2,8 +2,9 @@
 # Generator  : CPANPLUS::Dist::Arch 1.30
 
 pkgname='perl-throwable'
-pkgver=0.200013
-pkgrel=8
+pkgver=1.000
+_distdir="Throwable-$pkgver"
+pkgrel=1
 pkgdesc="a role for classes that can be thrown"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -11,10 +12,8 @@
 depends=('perl-devel-stacktrace>=1.32' 'perl-module-runtime>=0.002' 
'perl-moo>=1.01')
 makedepends=()
 url='https://metacpan.org/release/Throwable'
-source=('https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz')
-md5sums=('92d4934f601c2d291a65b0bf2ab08dd3')
-sha512sums=('81ce73709c7c6a0160da42b00ce06ddf4cce79a6801df7aa90ddcce67efed6ace17b06171ac42b2737a98515c17ab46b5a3b7fd9e5bd3079b109a977dc6c0963')
-_distdir="Throwable-0.200013"
+source=("https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Throwable-$pkgver.tar.gz;)
+sha512sums=('d81d2e3eff78ad396e6e61ad09ecf3c1eaaf33ae24c8b74c8336b568dceb1b62aa03f9e8417df2edc55b0c6806599c7e88ccc43f2b45c11262fd8139706a9bc3')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \



[arch-commits] Commit in wasi-libc++/repos/community-staging-any (7 files)

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:50:01
  Author: foutrelis
Revision: 1239422

archrelease: copy trunk to community-staging-any

Added:
  wasi-libc++/repos/community-staging-any/PKGBUILD
(from rev 1239421, wasi-libc++/trunk/PKGBUILD)
  wasi-libc++/repos/community-staging-any/WASI.cmake
(from rev 1239421, wasi-libc++/trunk/WASI.cmake)
  wasi-libc++/repos/community-staging-any/keys/
  wasi-libc++/repos/community-staging-any/wasi-toolchain.cmake
(from rev 1239421, wasi-libc++/trunk/wasi-toolchain.cmake)
Deleted:
  wasi-libc++/repos/community-staging-any/PKGBUILD
  wasi-libc++/repos/community-staging-any/WASI.cmake
  wasi-libc++/repos/community-staging-any/wasi-toolchain.cmake

--+
 PKGBUILD |  236 -
 WASI.cmake   |2 
 wasi-toolchain.cmake |   58 ++--
 3 files changed, 148 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 11:49:55 UTC (rev 1239421)
+++ PKGBUILD2022-06-25 11:50:01 UTC (rev 1239422)
@@ -1,118 +0,0 @@
-# Maintainer: Frederik Schwan 
-
-pkgbase=wasi-libc++
-pkgname=(wasi-libc++ wasi-libc++abi)
-pkgver=14.0.5
-pkgrel=1
-arch=('any')
-url='https://libcxx.llvm.org/'
-license=('custom:Apache 2.0 with LLVM Exception')
-makedepends=('cmake' 'ninja' 'python' 'llvm' 'clang' 'wasi-libc' 
'wasi-compiler-rt')
-source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-$pkgver.src.tar.xz"{,.sig}
-
"https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/libcxx-${pkgver}.src.tar.xz"{,.sig}
-
"https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/libcxxabi-${pkgver}.src.tar.xz"{,.sig}
-WASI.cmake
-wasi-toolchain.cmake)
-b2sums=('7c6651e872d1aa6d61c4ae65af4f32d4a02d24c52e99407f6d817be0e719a123526358a8e0a7a053aad4acb4d2c81f3f559e2c727ac27f2b6d0453222a6961e6'
-'SKIP'
-
'ce7e74ea7fbb7fdb9c5b85ffa7c0a38aa0fb889d4f225ab1d25b73ab2906de1b778b652a33b25a8884becec6957844cea1b56998f93138328c4c2542a3403d65'
-'SKIP'
-
'7d98c53213eb887d47ee0a3f2c718cc82108f00950392d594054e25d23a1c201c26509e9116d3bafa4b01806fb4ce7427d9403dd4a8f1f7967e69f0b7636dfc3'
-'SKIP'
-
'c829d807c257921fddb8c4d3752ad2291a2beb116d414dd31e34b7f6b01599d8c4807db87ef9930456ed8c9f30e8648e77028fa0b903c3a5ea840514f6022cf4'
-
'74c63bb838bc2e6d7980370fb3d47f8fd2f1dd8b6dc82302c7cc0b80e0fb1e8e21c1c62d6de0b78e478fc22611a5867e52b1ef7a566796fe831fffd98b17c940')
-options=('staticlibs')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

-
-prepare() {
-  # Platform files have been copied from here 
https://github.com/WebAssembly/wasi-sdk
-  mkdir -p cmake/Platform
-  cp WASI.cmake cmake/Platform
-
-  mv libcxx-${pkgver}.src libcxx
-  mv libcxxabi-${pkgver}.src libcxxabi
-  mv llvm-${pkgver}.src llvm
-
-  sed -i 's/CREDITS.TXT/CREDITS/' libcxx/LICENSE.TXT libcxxabi/LICENSE.TXT
-}
-
-build() {
-  # Build options are derived from here 
https://github.com/WebAssembly/wasi-sdk/blob/main/Makefile
-
-  # Currently, wasi-sdk requires C++ code be compiled with -fno-exceptions. 
libc++abi is compiled, however is is currently compiled with exception-handling 
support disabled.
-  # https://github.com/WebAssembly/wasi-sdk/issues/52#issuecomment-530619365
-  cmake -B build-libcxx -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_COMPILER_WORKS=ON \
--DCMAKE_CXX_COMPILER_WORKS=ON \
--DCMAKE_MODULE_PATH="${srcdir}"/cmake \
--DCMAKE_TOOLCHAIN_FILE="${srcdir}"/wasi-toolchain.cmake \
--DCMAKE_STAGING_PREFIX=/usr/share/wasi-sysroot \
--DLIBCXX_ENABLE_EXCEPTIONS:BOOL=OFF \
--DLIBCXX_ENABLE_SHARED:BOOL=OFF \
--DLIBCXX_ENABLE_THREADS:BOOL=OFF \
--DLIBCXX_HAS_PTHREAD_API:BOOL=OFF \
--DLIBCXX_HAS_EXTERNAL_THREAD_API:BOOL=OFF \
--DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF \
--DLIBCXX_HAS_WIN32_THREAD_API:BOOL=OFF \
--DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY:BOOL=OFF \
--DLIBCXX_ENABLE_FILESYSTEM:BOOL=OFF \
--DLIBCXX_CXX_ABI=libcxxabi \
--DLIBCXX_CXX_ABI_INCLUDE_PATHS=libcxxabi/include \
--DLIBCXX_HAS_MUSL_LIBC:BOOL=ON \
--DLIBCXX_ABI_VERSION=2 \
--DWASI_SDK_PREFIX=/usr \
--DCMAKE_C_FLAGS="-fno-exceptions --sysroot=/usr/share/wasi-sysroot" \
--DCMAKE_CXX_FLAGS="-fno-exceptions --sysroot=/usr/share/wasi-sysroot" \
--DLIBCXX_LIBDIR_SUFFIX=/wasm32-wasi \
-libcxx
-  cmake --build build-libcxx -v
-
-  cmake -B build-libcxxabi -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_COMPILER_WORKS=ON \
--DCMAKE_CXX_COMPILER_WORKS=ON \
--DCMAKE_MODULE_PATH="${srcdir}"/cmake \
--DCMAKE_TOOLCHAIN_FILE="${srcdir}"/wasi-toolchain.cmake \
--DCMAKE_STAGING_PREFIX=/usr/share/wasi-sysroot \
--DLIBCXXABI_ENABLE_EXCEPTIONS:BOOL=OFF \

[arch-commits] Commit in wasi-libc++/trunk (5 files)

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:49:55
  Author: foutrelis
Revision: 1239421

upgpkg: wasi-libc++ 14.0.6-1: new upstream release

Added:
  wasi-libc++/trunk/keys/
  wasi-libc++/trunk/keys/pgp/
  wasi-libc++/trunk/keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc
  wasi-libc++/trunk/keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc
Modified:
  wasi-libc++/trunk/PKGBUILD

---+
 PKGBUILD  |8 
 keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc |1 +
 keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc |1 +
 3 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 11:48:27 UTC (rev 1239420)
+++ PKGBUILD2022-06-25 11:49:55 UTC (rev 1239421)
@@ -2,7 +2,7 @@
 
 pkgbase=wasi-libc++
 pkgname=(wasi-libc++ wasi-libc++abi)
-pkgver=14.0.5
+pkgver=14.0.6
 pkgrel=1
 arch=('any')
 url='https://libcxx.llvm.org/'
@@ -13,11 +13,11 @@
 
"https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/libcxxabi-${pkgver}.src.tar.xz"{,.sig}
 WASI.cmake
 wasi-toolchain.cmake)
-b2sums=('7c6651e872d1aa6d61c4ae65af4f32d4a02d24c52e99407f6d817be0e719a123526358a8e0a7a053aad4acb4d2c81f3f559e2c727ac27f2b6d0453222a6961e6'
+b2sums=('f8627a1a0d96b26a27904413a6bea7625ca67b0d3adbcc4bde1bb00d2b5b32087e7185c09dfce893eaa4a5aaafc168a346cd14940f1675871d6e2168ca1e6179'
 'SKIP'
-
'ce7e74ea7fbb7fdb9c5b85ffa7c0a38aa0fb889d4f225ab1d25b73ab2906de1b778b652a33b25a8884becec6957844cea1b56998f93138328c4c2542a3403d65'
+
'3980674414fe426829e60d8f5ce40981453856dc7f45d57a0ae763437b8fce38a0608ec7bad0b28b1106394a43eca4bb0dc9455bbd3d2635f8e892c7a751871e'
 'SKIP'
-
'7d98c53213eb887d47ee0a3f2c718cc82108f00950392d594054e25d23a1c201c26509e9116d3bafa4b01806fb4ce7427d9403dd4a8f1f7967e69f0b7636dfc3'
+
'40f9803e216c4407307d6b56ef456c7fd0f4e439143249b9efd431a9d7d4f90049f56f0ccedd5d8d7c19ee922005e60bc36ea9c5369af163329ba9d3b298886d'
 'SKIP'
 
'c829d807c257921fddb8c4d3752ad2291a2beb116d414dd31e34b7f6b01599d8c4807db87ef9930456ed8c9f30e8648e77028fa0b903c3a5ea840514f6022cf4'
 
'74c63bb838bc2e6d7980370fb3d47f8fd2f1dd8b6dc82302c7cc0b80e0fb1e8e21c1c62d6de0b78e478fc22611a5867e52b1ef7a566796fe831fffd98b17c940')

Added: keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc
===
(Binary files differ)

Index: wasi-libc++/trunk/keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc
===
--- keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc   2022-06-25 
11:48:27 UTC (rev 1239420)
+++ keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc   2022-06-25 
11:49:55 UTC (rev 1239421)

Property changes on: 
wasi-libc++/trunk/keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc
===
(Binary files differ)

Index: wasi-libc++/trunk/keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc
===
--- keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc   2022-06-25 
11:48:27 UTC (rev 1239420)
+++ keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc   2022-06-25 
11:49:55 UTC (rev 1239421)

Property changes on: 
wasi-libc++/trunk/keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in wasi-compiler-rt/repos/community-staging-any (7 files)

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:48:27
  Author: foutrelis
Revision: 1239420

archrelease: copy trunk to community-staging-any

Added:
  wasi-compiler-rt/repos/community-staging-any/PKGBUILD
(from rev 1239419, wasi-compiler-rt/trunk/PKGBUILD)
  wasi-compiler-rt/repos/community-staging-any/WASI.cmake
(from rev 1239419, wasi-compiler-rt/trunk/WASI.cmake)
  wasi-compiler-rt/repos/community-staging-any/keys/
  wasi-compiler-rt/repos/community-staging-any/wasi-toolchain.cmake
(from rev 1239419, wasi-compiler-rt/trunk/wasi-toolchain.cmake)
Deleted:
  wasi-compiler-rt/repos/community-staging-any/PKGBUILD
  wasi-compiler-rt/repos/community-staging-any/WASI.cmake
  wasi-compiler-rt/repos/community-staging-any/wasi-toolchain.cmake

--+
 PKGBUILD |  112 -
 WASI.cmake   |2 
 wasi-toolchain.cmake |   58 -
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 11:48:21 UTC (rev 1239419)
+++ PKGBUILD2022-06-25 11:48:27 UTC (rev 1239420)
@@ -1,56 +0,0 @@
-# Maintainer: Frederik Schwan 
-
-pkgname=wasi-compiler-rt
-pkgver=14.0.5
-pkgrel=1
-pkgdesc='WASI LLVM compiler runtime'
-arch=('any')
-url='https://compiler-rt.llvm.org/'
-license=('custom:Apache 2.0 with LLVM Exception')
-depends=('wasi-libc')
-makedepends=('cmake' 'ninja' 'llvm' 'clang' 'lld')
-source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/compiler-rt-${pkgver}.src.tar.xz"{,.sig}
-WASI.cmake
-wasi-toolchain.cmake)
-b2sums=('c2ecda23184cd4e9d38ee94afb318287b2631948e05b5287d81872cd69dce2db30d2c0a5ad820260d9926503082cb8343c4ecce0db1f5c592d63307077af01a4'
-'SKIP'
-
'c829d807c257921fddb8c4d3752ad2291a2beb116d414dd31e34b7f6b01599d8c4807db87ef9930456ed8c9f30e8648e77028fa0b903c3a5ea840514f6022cf4'
-
'74c63bb838bc2e6d7980370fb3d47f8fd2f1dd8b6dc82302c7cc0b80e0fb1e8e21c1c62d6de0b78e478fc22611a5867e52b1ef7a566796fe831fffd98b17c940')
-options=('staticlibs')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

-
-prepare() {
-  # Platform files have been copied from here 
https://github.com/WebAssembly/wasi-sdk
-  mkdir -p cmake/Platform
-  cp WASI.cmake cmake/Platform
-}
-
-build() {
-  # Build options are derived from here 
https://github.com/WebAssembly/wasi-sdk/blob/main/Makefile
-
-  # Currently, wasi-sdk requires C++ code be compiled with -fno-exceptions. 
libc++abi is compiled, however is is currently compiled with exception-handling 
support disabled.
-  # https://github.com/WebAssembly/wasi-sdk/issues/52#issuecomment-530619365
-  cmake -B build -G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_COMPILER_WORKS=ON \
--DCMAKE_CXX_COMPILER_WORKS=ON \
--DCMAKE_MODULE_PATH="${srcdir}"/make \
--DCMAKE_TOOLCHAIN_FILE="${srcdir}"/wasi-toolchain.cmake \
--DCOMPILER_RT_BAREMETAL_BUILD=On \
--DCOMPILER_RT_INCLUDE_TESTS=OFF \
--DCOMPILER_RT_HAS_FPIC_FLAG=OFF \
--DCOMPILER_RT_DEFAULT_TARGET_ONLY=On \
--DCOMPILER_RT_OS_DIR=wasi \
--DWASI_SDK_PREFIX=/usr \
--DCMAKE_C_FLAGS="-fno-exceptions --sysroot=/usr/share/wasi-sysroot" \
--DCMAKE_INSTALL_PREFIX=/usr/lib/clang/${pkgver}/ \
-compiler-rt-${pkgver}.src/lib/builtins
-  cmake --build build -v
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --install build -v
-
-  install -Dm644 compiler-rt-${pkgver}.src/LICENSE.TXT 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: wasi-compiler-rt/repos/community-staging-any/PKGBUILD (from rev 
1239419, wasi-compiler-rt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 11:48:27 UTC (rev 1239420)
@@ -0,0 +1,56 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=wasi-compiler-rt
+pkgver=14.0.6
+pkgrel=1
+pkgdesc='WASI LLVM compiler runtime'
+arch=('any')
+url='https://compiler-rt.llvm.org/'
+license=('custom:Apache 2.0 with LLVM Exception')
+depends=('wasi-libc')
+makedepends=('cmake' 'ninja' 'llvm' 'clang' 'lld')
+source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/compiler-rt-${pkgver}.src.tar.xz"{,.sig}
+WASI.cmake
+wasi-toolchain.cmake)
+b2sums=('59ec01a216f507848c7a1f9c14dca7db7da9c80218f6a16f010d7f994ef8e66fca201aa790ea03e56e349fa44eb72960342fcff3a874672f6ea5262205fa0d75'
+'SKIP'
+
'c829d807c257921fddb8c4d3752ad2291a2beb116d414dd31e34b7f6b01599d8c4807db87ef9930456ed8c9f30e8648e77028fa0b903c3a5ea840514f6022cf4'
+
'74c63bb838bc2e6d7980370fb3d47f8fd2f1dd8b6dc82302c7cc0b80e0fb1e8e21c1c62d6de0b78e478fc22611a5867e52b1ef7a566796fe831fffd98b17c940')
+options=('staticlibs')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 


[arch-commits] Commit in wasi-compiler-rt/trunk (5 files)

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:48:21
  Author: foutrelis
Revision: 1239419

upgpkg: wasi-compiler-rt 14.0.6-1: new upstream release

Added:
  wasi-compiler-rt/trunk/keys/
  wasi-compiler-rt/trunk/keys/pgp/
  wasi-compiler-rt/trunk/keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc
  wasi-compiler-rt/trunk/keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc
Modified:
  wasi-compiler-rt/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc |1 +
 keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc |1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 11:37:15 UTC (rev 1239418)
+++ PKGBUILD2022-06-25 11:48:21 UTC (rev 1239419)
@@ -1,7 +1,7 @@
 # Maintainer: Frederik Schwan 
 
 pkgname=wasi-compiler-rt
-pkgver=14.0.5
+pkgver=14.0.6
 pkgrel=1
 pkgdesc='WASI LLVM compiler runtime'
 arch=('any')
@@ -12,7 +12,7 @@
 
source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/compiler-rt-${pkgver}.src.tar.xz"{,.sig}
 WASI.cmake
 wasi-toolchain.cmake)
-b2sums=('c2ecda23184cd4e9d38ee94afb318287b2631948e05b5287d81872cd69dce2db30d2c0a5ad820260d9926503082cb8343c4ecce0db1f5c592d63307077af01a4'
+b2sums=('59ec01a216f507848c7a1f9c14dca7db7da9c80218f6a16f010d7f994ef8e66fca201aa790ea03e56e349fa44eb72960342fcff3a874672f6ea5262205fa0d75'
 'SKIP'
 
'c829d807c257921fddb8c4d3752ad2291a2beb116d414dd31e34b7f6b01599d8c4807db87ef9930456ed8c9f30e8648e77028fa0b903c3a5ea840514f6022cf4'
 
'74c63bb838bc2e6d7980370fb3d47f8fd2f1dd8b6dc82302c7cc0b80e0fb1e8e21c1c62d6de0b78e478fc22611a5867e52b1ef7a566796fe831fffd98b17c940')

Added: keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc
===
(Binary files differ)

Index: 
wasi-compiler-rt/trunk/keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc
===
--- keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc   2022-06-25 
11:37:15 UTC (rev 1239418)
+++ keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc   2022-06-25 
11:48:21 UTC (rev 1239419)

Property changes on: 
wasi-compiler-rt/trunk/keys/pgp/474E22316ABF4785A88C6E8EA2C794A986419D8A.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc
===
(Binary files differ)

Index: 
wasi-compiler-rt/trunk/keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc
===
--- keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc   2022-06-25 
11:37:15 UTC (rev 1239418)
+++ keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc   2022-06-25 
11:48:21 UTC (rev 1239419)

Property changes on: 
wasi-compiler-rt/trunk/keys/pgp/B6C8F98282B944E3B0D5C2530FC3042E345AD05D.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:47:49
  Author: foutrelis
Revision: 449410

archrelease: copy trunk to staging-x86_64

Added:
  kdevelop/repos/staging-x86_64/PKGBUILD
(from rev 449409, kdevelop/trunk/PKGBUILD)
  kdevelop/repos/staging-x86_64/keys/
Deleted:
  kdevelop/repos/staging-x86_64/PKGBUILD
  kdevelop/repos/staging-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 11:47:42 UTC (rev 449409)
+++ PKGBUILD2022-06-25 11:47:49 UTC (rev 449410)
@@ -1,48 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=22.04.2
-_clangver=14.0.5
-pkgrel=2
-pkgdesc='C++ IDE using KDE technologies'
-arch=(x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2 kcmutils threadweaver)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
-optdepends=('konsole: embedded terminal'
-'git: Git support' 'subversion: SVN support'
-'gdb: GNU debugger support' 'lldb: LLDB debugger support'
-'qt5-doc: Qt documentation integration'
-'cmake: cmake integration'
-'meson: meson integration'
-'qt5-tools: qthelp plugin'
-'okteta: GNU debugger support'
-'plasma-framework: for the plasma addons'
-'purpose: patch review plugin'
-'astyle: astyle plugin'
-'cppcheck: code analyzer' 'heaptrack: memory profiler'
-'clazy: clazy analyzer plugin'
-'kio-extras: man pages plugin')
-conflicts=(kdevelop-qmljs kdevplatform)
-replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
-groups=(kde-applications kdevelop)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('d3612b8dc6334cc481c0b1a2b8a0ccd4012d60eae5429bdad7f502ac47ef30b6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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

Copied: kdevelop/repos/staging-x86_64/PKGBUILD (from rev 449409, 
kdevelop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 11:47:49 UTC (rev 449410)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=22.04.2
+_clangver=14.0.6
+pkgrel=3
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2 kcmutils threadweaver)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'meson: meson integration'
+'qt5-tools: qthelp plugin'
+'okteta: GNU debugger support'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'astyle: astyle plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler'
+'clazy: clazy analyzer plugin'
+'kio-extras: man pages plugin')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
+groups=(kde-applications kdevelop)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('d3612b8dc6334cc481c0b1a2b8a0ccd4012d60eae5429bdad7f502ac47ef30b6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:47:42
  Author: foutrelis
Revision: 449409

upgpkg: kdevelop 22.04.2-3: clang 14.0.6 rebuild

Modified:
  kdevelop/trunk/PKGBUILD
  kdevelop/trunk/keys/pgp/CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7.asc
  kdevelop/trunk/keys/pgp/D81C0CB38EB725EF6691C385BB463350D6EF31EF.asc

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 11:43:05 UTC (rev 449408)
+++ PKGBUILD2022-06-25 11:47:42 UTC (rev 449409)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=22.04.2
-_clangver=14.0.5
-pkgrel=2
+_clangver=14.0.6
+pkgrel=3
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'

Modified: keys/pgp/CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7.asc
===
(Binary files differ)

Modified: keys/pgp/D81C0CB38EB725EF6691C385BB463350D6EF31EF.asc
===
(Binary files differ)



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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:43:05
  Author: foutrelis
Revision: 449408

archrelease: copy trunk to staging-x86_64

Added:
  qtcreator/repos/staging-x86_64/PKGBUILD
(from rev 449407, qtcreator/trunk/PKGBUILD)
Deleted:
  qtcreator/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 11:42:49 UTC (rev 449407)
+++ PKGBUILD2022-06-25 11:43:05 UTC (rev 449408)
@@ -1,68 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Imanol Celaya 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgbase=qtcreator
-pkgname=(qtcreator qtcreator-devel)
-pkgver=7.0.2
-_clangver=14.0.5
-pkgrel=3
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3)
-depends=(qt6-tools qt6-svg qt6-quick3d qt6-webengine qt6-serialport 
qt6-shadertools qt6-5compat
- clang=$_clangver clazy yaml-cpp litehtml) # syntax-highlighting
-makedepends=(cmake llvm python)
-optdepends=('qt6-doc: integrated Qt documentation'
-'qt6-examples: welcome page examples'
-'gdb: debugger'
-'cmake: cmake project support'
-'x11-ssh-askpass: ssh support'
-'git: git support'
-'mercurial: mercurial support'
-'bzr: bazaar support'
-'valgrind: analyze support'
-'perf: performer analyzer'
-'mlocate: locator filter')
-source=(https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz
-
QTCREATORBUG-27096.patch::https://code.qt.io/cgit/qt-creator/qt-creator.git/patch/?id=449334e4)
-sha256sums=('14dee285aa3aa56fb25ccbd7587382fb6cb05ae99a1a30237f0a0bbef3ceff7a'
-'31d970420ddb32b2c51355a2a3929bb48021c8c5c25614fffaeafe19ad8a61f6')
-options=(docs debug)
-
-prepare() {
-  patch -d qt-creator-opensource-src-$pkgver -p1 < QTCREATORBUG-27096.patch # 
Fix crash if language client crashes
-}
-
-build() {
-  cmake -B build -S qt-creator-opensource-src-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DWITH_DOCS=ON \
--DBUILD_DEVELOPER_DOCS=ON \
--DBUILD_QBS=OFF \
--DQTC_CLANG_BUILDMODE_MATCH=ON
-  cmake --build build
-  cmake --build build --target docs
-}
-
-package_qtcreator() {
-  DESTDIR="$pkgdir" cmake --install build
-# Install docs
-  cp -r build/share/doc "$pkgdir"/usr/share
-
-  install -Dm644 qt-creator-opensource-src-$pkgver/LICENSE.GPL3-EXCEPT 
"$pkgdir"/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
-}
-
-package_qtcreator-devel() {
-  pkgdesc+=' (development files)'
-  depends=(qtcreator)
-  optdepends=()
-
-  DESTDIR="$pkgdir" cmake --install build --component Devel
-}

Copied: qtcreator/repos/staging-x86_64/PKGBUILD (from rev 449407, 
qtcreator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 11:43:05 UTC (rev 449408)
@@ -0,0 +1,68 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgbase=qtcreator
+pkgname=(qtcreator qtcreator-devel)
+pkgver=7.0.2
+_clangver=14.0.6
+pkgrel=4
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3)
+depends=(qt6-tools qt6-svg qt6-quick3d qt6-webengine qt6-serialport 
qt6-shadertools qt6-5compat
+ clang=$_clangver clazy yaml-cpp litehtml) # syntax-highlighting
+makedepends=(cmake llvm python)
+optdepends=('qt6-doc: integrated Qt documentation'
+'qt6-examples: welcome page examples'
+'gdb: debugger'
+'cmake: cmake project support'
+'x11-ssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'valgrind: analyze support'
+'perf: performer analyzer'
+'mlocate: locator filter')
+source=(https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz
+
QTCREATORBUG-27096.patch::https://code.qt.io/cgit/qt-creator/qt-creator.git/patch/?id=449334e4)
+sha256sums=('14dee285aa3aa56fb25ccbd7587382fb6cb05ae99a1a30237f0a0bbef3ceff7a'
+'31d970420ddb32b2c51355a2a3929bb48021c8c5c25614fffaeafe19ad8a61f6')
+options=(docs debug)
+
+prepare() {
+  patch -d qt-creator-opensource-src-$pkgver -p1 < QTCREATORBUG-27096.patch # 
Fix crash if language client crashes
+}
+
+build() {
+  cmake -B build -S 

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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:42:49
  Author: foutrelis
Revision: 449407

upgpkg: qtcreator 7.0.2-4: clang 14.0.6 rebuild

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 11:22:09 UTC (rev 449406)
+++ PKGBUILD2022-06-25 11:42:49 UTC (rev 449407)
@@ -9,8 +9,8 @@
 pkgbase=qtcreator
 pkgname=(qtcreator qtcreator-devel)
 pkgver=7.0.2
-_clangver=14.0.5
-pkgrel=3
+_clangver=14.0.6
+pkgrel=4
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='https://www.qt.io'



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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:37:15
  Author: foutrelis
Revision: 1239418

archrelease: copy trunk to community-staging-x86_64

Added:
  ldc/repos/community-staging-x86_64/PKGBUILD
(from rev 1239417, ldc/trunk/PKGBUILD)
  
ldc/repos/community-staging-x86_64/keep-default-alignment-for-atomic-instructions.patch
(from rev 1239417, 
ldc/trunk/keep-default-alignment-for-atomic-instructions.patch)
Deleted:
  ldc/repos/community-staging-x86_64/PKGBUILD
  
ldc/repos/community-staging-x86_64/keep-default-alignment-for-atomic-instructions.patch

--+
 PKGBUILD |  220 -
 keep-default-alignment-for-atomic-instructions.patch |   64 ++--
 2 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 11:37:11 UTC (rev 1239417)
+++ PKGBUILD2022-06-25 11:37:15 UTC (rev 1239418)
@@ -1,110 +0,0 @@
-# Maintainer: Dan Printzell 
-# Contributor: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.29.0
-_pkgcommit=6aa350a1cf000db263db36a2bc5624935adfde71
-_dversion=2.099.1
-_clangversion=14.0.5 # related to where ldc2 looks for compiler-rt sanitizers
-epoch=3
-pkgrel=3
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc' 'ninja')
-# Disable lto as linking the ldc2 binary fails
-options=(!lto)
-
-source=(
-"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
-"ldc-druntime::git+https://github.com/ldc-developers/druntime.git;
-"ldc-phobos::git+https://github.com/ldc-developers/phobos.git;
-"ldc-testsuite::git+https://github.com/ldc-developers/dmd-testsuite.git;
-)
-
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-cd "$srcdir/ldc"
-
-git submodule init
-git config submodule.druntime.url "$srcdir/ldc-druntime"
-git config submodule.phobos.url "$srcdir/ldc-phobos"
-git config submodule.tests/d2/dmd-testsuite.url "$srcdir/ldc-testsuite"
-git submodule update
-
-# Set version used for path construction in getFullClangCompilerRTLibPath()
-sed -i "s/ldc::llvm_version_base/\"$_clangversion\"/" driver/linker-gcc.cpp
-}
-
-build() {
-cd "$srcdir/ldc"
-
-mkdir -p build && cd build
-
-cmake -GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=BOTH \
--DBUILD_LTO_LIBS=ON \
--DLDC_WITH_LLD=OFF \
--DD_COMPILER_FLAGS="-link-defaultlib-shared=false -linker=gold 
--flto=thin" \
--DADDITIONAL_DEFAULT_LDC_SWITCHES="\"-link-defaultlib-shared\"" \
-..
-ninja
-}
-
-check() {
-cd "$srcdir/ldc/build"
-ninja all-test-runners
-}
-
-package_ldc() {
-depends=('liblphobos' 'llvm-libs' 'gcc' 'compiler-rt')
-backup=('etc/ldc2.conf')
-provides=("d-compiler=$_dversion")
-
-cd "$srcdir/ldc/build"
-DESTDIR="$pkgdir" ninja install
-
-# move bash-completion
-mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
-mv "$pkgdir/etc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/"
-rm -rf "$pkgdir/etc/bash_completion.d"
-
-# remove liblphobos files
-rm -rf "$pkgdir/usr/include"
-rm -rf "$pkgdir/usr/lib"
-
-# symlinks
-ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
-ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
-ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_liblphobos() {
-provides=('d-runtime' 'd-stdlib')
-depends=('curl')
-options=('staticlibs' '!strip')
-
-cd "$srcdir/ldc/build"
-DESTDIR="$pkgdir" ninja install
-
-# remove ldc files
-rm -rf "$pkgdir/usr/bin/"
-rm -rf "$pkgdir/etc/"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ldc/repos/community-staging-x86_64/PKGBUILD (from rev 1239417, 
ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 11:37:15 UTC (rev 1239418)
@@ -0,0 +1,110 @@
+# Maintainer: Dan Printzell 
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.29.0
+_pkgcommit=6aa350a1cf000db263db36a2bc5624935adfde71
+_dversion=2.099.1
+_clangversion=14.0.6 # related to where ldc2 looks for compiler-rt sanitizers
+epoch=3
+pkgrel=4
+pkgdesc="A D Compiler 

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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:37:11
  Author: foutrelis
Revision: 1239417

upgpkg: ldc 3:1.29.0-4: clang 14.0.6 rebuild

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 11:32:52 UTC (rev 1239416)
+++ PKGBUILD2022-06-25 11:37:11 UTC (rev 1239417)
@@ -7,9 +7,9 @@
 pkgver=1.29.0
 _pkgcommit=6aa350a1cf000db263db36a2bc5624935adfde71
 _dversion=2.099.1
-_clangversion=14.0.5 # related to where ldc2 looks for compiler-rt sanitizers
+_clangversion=14.0.6 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=3
-pkgrel=3
+pkgrel=4
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc;



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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:32:52
  Author: foutrelis
Revision: 1239416

archrelease: copy trunk to community-staging-x86_64

Added:
  ccls/repos/community-staging-x86_64/PKGBUILD
(from rev 1239415, ccls/trunk/PKGBUILD)
Deleted:
  ccls/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 11:32:48 UTC (rev 1239415)
+++ PKGBUILD2022-06-25 11:32:52 UTC (rev 1239416)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Fangrui Song 
-
-pkgname=ccls
-pkgver=0.20210330
-pkgrel=6
-pkgdesc='C/C++/ObjC language server supporting cross references, hierarchies, 
completion and semantic highlighting'
-arch=('x86_64')
-url='https://github.com/MaskRay/ccls'
-license=('Apache')
-depends=('clang=14.0.5' 'llvm-libs' 'rapidjson')
-makedepends=("cmake" "llvm")
-conflicts=('ccls-git')
-source=("https://github.com/MaskRay/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-
$pkgname-llvm14-part1.patch::https://github.com/MaskRay/ccls/commit/3ce756e39ae4.patch
-
$pkgname-llvm14-part2.patch::https://github.com/MaskRay/ccls/commit/8422f0a522b6.patch
-
$pkgname-llvm14-part3.patch::https://github.com/MaskRay/ccls/commit/790daca4b2d9.patch
-
$pkgname-add-language-c.patch::https://github.com/MaskRay/ccls/commit/dce86b1362ac.patch)
-sha512sums=('dd78c040c2a51d6b47f8dd2d8bdc066f26b9233ffeb41216254b1b0ad0f634190784e6b8c2d7b36475c13020356342d83a9f80047d7da75ce21ca8885b16'
-
'4303fe47aa2f30ded45a653a3564940d8d80837e90e722dd19216b3326465416074f744fe6e971ede737bad21dc36c6f9e2c600177c16219607934686c59ba62'
-
'e40f354fab4cf0c5e153106f95fad58c4181cf172eceea0976466b10ed2d7e0f793c911f56a9cec587b9236628f7306af539613059b15d46c8378752bbae75bc'
-
'd584872f2c344c497520fb39c9adfe880bdc8c48ea4c8ae19f800eec235f2ae346cab5f53ee14dc32f6b70e2c690203cace5e13beb88e09e5cd67efa28271802'
-
'91151eb63b44c573fdd5de698c3aadf5f72ef72df07da447ca2d8fa6a871c0cca8be6bc1c163fc92ba37e449a2412dd4737037c3c433552141d1a529115d00e6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../$pkgname-llvm14-part1.patch
-  patch -Np1 -i ../$pkgname-llvm14-part2.patch
-  patch -Np1 -i ../$pkgname-llvm14-part3.patch
-  patch -Np1 -i ../$pkgname-add-language-c.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_COMPILER=clang++ 
-DCLANG_LINK_CLANG_DYLIB=1
-  cmake --build build
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}

Copied: ccls/repos/community-staging-x86_64/PKGBUILD (from rev 1239415, 
ccls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 11:32:52 UTC (rev 1239416)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Fangrui Song 
+
+pkgname=ccls
+pkgver=0.20210330
+pkgrel=7
+pkgdesc='C/C++/ObjC language server supporting cross references, hierarchies, 
completion and semantic highlighting'
+arch=('x86_64')
+url='https://github.com/MaskRay/ccls'
+license=('Apache')
+depends=('clang=14.0.6' 'llvm-libs' 'rapidjson')
+makedepends=("cmake" "llvm")
+conflicts=('ccls-git')
+source=("https://github.com/MaskRay/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+
$pkgname-llvm14-part1.patch::https://github.com/MaskRay/ccls/commit/3ce756e39ae4.patch
+
$pkgname-llvm14-part2.patch::https://github.com/MaskRay/ccls/commit/8422f0a522b6.patch
+
$pkgname-llvm14-part3.patch::https://github.com/MaskRay/ccls/commit/790daca4b2d9.patch
+
$pkgname-add-language-c.patch::https://github.com/MaskRay/ccls/commit/dce86b1362ac.patch)
+sha512sums=('dd78c040c2a51d6b47f8dd2d8bdc066f26b9233ffeb41216254b1b0ad0f634190784e6b8c2d7b36475c13020356342d83a9f80047d7da75ce21ca8885b16'
+
'4303fe47aa2f30ded45a653a3564940d8d80837e90e722dd19216b3326465416074f744fe6e971ede737bad21dc36c6f9e2c600177c16219607934686c59ba62'
+
'e40f354fab4cf0c5e153106f95fad58c4181cf172eceea0976466b10ed2d7e0f793c911f56a9cec587b9236628f7306af539613059b15d46c8378752bbae75bc'
+
'd584872f2c344c497520fb39c9adfe880bdc8c48ea4c8ae19f800eec235f2ae346cab5f53ee14dc32f6b70e2c690203cace5e13beb88e09e5cd67efa28271802'
+
'91151eb63b44c573fdd5de698c3aadf5f72ef72df07da447ca2d8fa6a871c0cca8be6bc1c163fc92ba37e449a2412dd4737037c3c433552141d1a529115d00e6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../$pkgname-llvm14-part1.patch
+  patch -Np1 -i ../$pkgname-llvm14-part2.patch
+  patch -Np1 -i ../$pkgname-llvm14-part3.patch
+  patch -Np1 -i ../$pkgname-add-language-c.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_COMPILER=clang++ 
-DCLANG_LINK_CLANG_DYLIB=1
+  

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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:32:48
  Author: foutrelis
Revision: 1239415

upgpkg: ccls 0.20210330-7: clang 14.0.6 rebuild

Modified:
  ccls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 11:31:19 UTC (rev 1239414)
+++ PKGBUILD2022-06-25 11:32:48 UTC (rev 1239415)
@@ -3,12 +3,12 @@
 
 pkgname=ccls
 pkgver=0.20210330
-pkgrel=6
+pkgrel=7
 pkgdesc='C/C++/ObjC language server supporting cross references, hierarchies, 
completion and semantic highlighting'
 arch=('x86_64')
 url='https://github.com/MaskRay/ccls'
 license=('Apache')
-depends=('clang=14.0.5' 'llvm-libs' 'rapidjson')
+depends=('clang=14.0.6' 'llvm-libs' 'rapidjson')
 makedepends=("cmake" "llvm")
 conflicts=('ccls-git')
 
source=("https://github.com/MaskRay/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;



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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:31:19
  Author: foutrelis
Revision: 1239414

archrelease: copy trunk to community-staging-x86_64

Added:
  afl/repos/community-staging-x86_64/PKGBUILD
(from rev 1239413, afl/trunk/PKGBUILD)
  afl/repos/community-staging-x86_64/llvm13.patch
(from rev 1239413, afl/trunk/llvm13.patch)
  afl/repos/community-staging-x86_64/llvm14.patch
(from rev 1239413, afl/trunk/llvm14.patch)
Deleted:
  afl/repos/community-staging-x86_64/PKGBUILD
  afl/repos/community-staging-x86_64/llvm13.patch
  afl/repos/community-staging-x86_64/llvm14.patch

--+
 PKGBUILD |  110 -
 llvm13.patch |   22 +--
 llvm14.patch |   72 ++---
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-25 11:31:13 UTC (rev 1239413)
+++ PKGBUILD2022-06-25 11:31:19 UTC (rev 1239414)
@@ -1,55 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.57b
-pkgrel=10
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python' 'lib32-glibc')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-llvm13.patch
-llvm14.patch)
-sha256sums=('6f05a6515c07abe49f6f292bd13c96004cc1e016bda0c3cc9c2769dd43f163ee'
-'ec000fddabc566ac8d2b1af0444843e384d93f7faa4ff55677db1507164ef26f'
-'1f05ba247a295985889669ed892f2150ec38c202c13986fda78f0959e5e39524')
-sha512sums=('5d12b96229e966aeb11deb47cd8eb36cde2fa32656eb187db02c7240909d6acda36be59b2baf7e42cddd228d25ec94c8bffc3fa27f7f4b5e1e462b62929ce75d'
-
'53f1739fe96b24add8b717a5f820ef6b938863c2434e60594bf66fb317808142c369b904d962eac3209128fcf02578b7e0f9908d6e8c53b2a4ebd0fe00ae1cf8'
-
'16e12e0e023bc05d00e261a4f06644d8ac07cf8aa18a0781d5316198b1e2829c4d91ad9ec48f3a318ee8bf5a430796c6111a7dbbc3af435a43e495c45d0ae609')
-b2sums=('69029d59451e468528386154e8938a1a7303765e039f98aa05e36f07314398f60ff2578f765142e1f1ff653e5ab93ea53a2efb98abe275046ebacdd3ca8363b6'
-
'60c58a7bd115189a05866899852d760723c6dd255bd684ed90d61c1be56b8bd3bf8702aa9540ad4235469b2dc32253ee645b6f7ac7bbb924eb9f711c3a07e375'
-
'0a51146d7e2dcfd18ee7c0d9e730da609b197214a971072262b652e01c0375dd9122c18f97f074b267e49ccfe8c4c22d531e74897cb68daf9c9b6c88722cf3f0')
-
-prepare() {
-  cd AFL-${pkgver}
-  # Minimal build fixes for LLVM 13 and 14 inspired by:
-  # https://github.com/AFLplusplus/AFLplusplus/commit/1ba5d1008e74
-  # https://github.com/grame-cncm/faust/commit/1275ec6774e0
-  patch -Np1 -i ../llvm13.patch
-  patch -Np1 -i ../llvm14.patch
-}
-
-build() {
-  cd AFL-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd AFL-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-staging-x86_64/PKGBUILD (from rev 1239413, 
afl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-25 11:31:19 UTC (rev 1239414)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.57b
+pkgrel=11
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url='http://lcamtuf.coredump.cx/afl/'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=('gcc: gcc instrumentation support'
+'clang: clang instrumentation support'
+'llvm: experimental clang-fast instrumentation support'
+'gnuplot: graph plotting support')
+makedepends=('clang' 'llvm' 'gcc' 'wget' 'python' 'lib32-glibc')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(https://github.com/google/AFL/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+llvm13.patch
+llvm14.patch)
+sha256sums=('6f05a6515c07abe49f6f292bd13c96004cc1e016bda0c3cc9c2769dd43f163ee'
+'ec000fddabc566ac8d2b1af0444843e384d93f7faa4ff55677db1507164ef26f'
+'1f05ba247a295985889669ed892f2150ec38c202c13986fda78f0959e5e39524')

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

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:31:13
  Author: foutrelis
Revision: 1239413

upgpkg: afl 2.57b-11: clang 14.0.6 rebuild

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-25 11:26:34 UTC (rev 1239412)
+++ PKGBUILD2022-06-25 11:31:13 UTC (rev 1239413)
@@ -4,7 +4,7 @@
 
 pkgname=afl
 pkgver=2.57b
-pkgrel=10
+pkgrel=11
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('x86_64')



[arch-commits] Commit in lib32-mesa/repos/multilib-staging-x86_64 (6 files)

2022-06-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 25, 2022 @ 11:26:34
  Author: foutrelis
Revision: 1239412

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-mesa/repos/multilib-staging-x86_64/LICENSE
(from rev 1239411, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
(from rev 1239411, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-staging-x86_64/keys/
Deleted:
  lib32-mesa/repos/multilib-staging-x86_64/LICENSE
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-staging-x86_64/keys/

--+
 LICENSE  |  166 +++---
 PKGBUILD |  446 ++---
 2 files changed, 306 insertions(+), 306 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-06-25 11:26:26 UTC (rev 1239411)
+++ LICENSE 2022-06-25 11:26:34 UTC (rev 1239412)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-staging-x86_64/LICENSE (from rev 1239411, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-06-25 11:26:34 UTC (rev 1239412)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author 

  1   2   >