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

2022-05-07 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, May 7, 2022 @ 23:33:05
  Author: orhun
Revision: 1196245

archrelease: copy trunk to community-x86_64

Added:
  rnote/repos/community-x86_64/PKGBUILD
(from rev 1196244, rnote/trunk/PKGBUILD)
Deleted:
  rnote/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 23:32:55 UTC (rev 1196244)
+++ PKGBUILD2022-05-07 23:33:05 UTC (rev 1196245)
@@ -1,43 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Igor Dyatlov 
-
-pkgname=rnote
-pkgver=0.5.0
-_gitcommit=21b186fed95ffb71cf3254174ea16364078d0665
-pkgrel=1
-pkgdesc="A simple drawing application to create handwritten notes"
-arch=('x86_64')
-url="https://github.com/flxzt/rnote;
-license=('GPL3')
-depends=('gtk4' 'glib2' 'libadwaita' 'poppler-glib' 'gstreamer' 'alsa-lib')
-makedepends=('meson' 'cargo' 'git')
-#checkdepends=('appstream-glib')
-source=(
-  "${pkgname}-${pkgver}::git+$url#commit=$_gitcommit"
-  "${pkgname}-piet::git+https://github.com/flxzt/piet;
-)
-b2sums=('SKIP'
-'SKIP')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  git submodule init
-  git config submodule."piet".url "${srcdir}/${pkgname}"-piet
-  git submodule update --init --recursive
-}
-
-build() {
-  arch-meson "$pkgname-$pkgver" build
-  meson compile -C build
-}
-
-#check() {
-#  meson test -C build
-#}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rnote/repos/community-x86_64/PKGBUILD (from rev 1196244, 
rnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 23:33:05 UTC (rev 1196245)
@@ -0,0 +1,43 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Igor Dyatlov 
+
+pkgname=rnote
+pkgver=0.5.1
+_gitcommit=446eaab064cd1df17a6ebc9bf3a97f3ddf8cace2
+pkgrel=1
+pkgdesc="A simple drawing application to create handwritten notes"
+arch=('x86_64')
+url="https://github.com/flxzt/rnote;
+license=('GPL3')
+depends=('gtk4' 'glib2' 'libadwaita' 'poppler-glib' 'gstreamer' 'alsa-lib')
+makedepends=('meson' 'cargo' 'git')
+#checkdepends=('appstream-glib')
+source=(
+  "${pkgname}-${pkgver}::git+$url#commit=$_gitcommit"
+  "${pkgname}-piet::git+https://github.com/flxzt/piet;
+)
+b2sums=('SKIP'
+'SKIP')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  git submodule init
+  git config submodule."piet".url "${srcdir}/${pkgname}"-piet
+  git submodule update --init --recursive
+}
+
+build() {
+  arch-meson "$pkgname-$pkgver" build
+  meson compile -C build
+}
+
+#check() {
+#  meson test -C build
+#}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-07 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, May 7, 2022 @ 23:32:55
  Author: orhun
Revision: 1196244

upgpkg: rnote 0.5.1-1: upstream release

Modified:
  rnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 23:07:57 UTC (rev 1196243)
+++ PKGBUILD2022-05-07 23:32:55 UTC (rev 1196244)
@@ -2,8 +2,8 @@
 # Contributor: Igor Dyatlov 
 
 pkgname=rnote
-pkgver=0.5.0
-_gitcommit=21b186fed95ffb71cf3254174ea16364078d0665
+pkgver=0.5.1
+_gitcommit=446eaab064cd1df17a6ebc9bf3a97f3ddf8cace2
 pkgrel=1
 pkgdesc="A simple drawing application to create handwritten notes"
 arch=('x86_64')



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

2022-05-07 Thread Frederik Schwan via arch-commits
Date: Saturday, May 7, 2022 @ 23:07:28
  Author: freswa
Revision: 1196241

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 1196240, skopeo/trunk/PKGBUILD)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 23:05:49 UTC (rev 1196240)
+++ PKGBUILD2022-05-07 23:07:28 UTC (rev 1196241)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=1.7.0
-pkgrel=2
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/containers/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper containers-common)
-makedepends=(go go-md2man btrfs-progs git systemd)
-_commit=f45ae950aacb7b61ec13223fc22269f2fe270eab   #refs/tags/v1.7.0
-source=(git+$url#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare(){
-  cd ${pkgname}
-  sed -i 's|.PHONY: bin/skopeo||' Makefile
-  sed -i 's|-gcflags "$(GOGCFLAGS)"||' Makefile
-}
-
-build() {
-  cd ${pkgname}
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  make bin/skopeo GO_DYN_FLAGS="-buildmode=pie -trimpath" 
BUILDTAGS='containers_image_ostree_stub'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  rm -rf "${pkgdir}/etc/containers/registries.d"
-  rm "${pkgdir}/etc/containers/policy.json"
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 1196240, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 23:07:28 UTC (rev 1196241)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/containers/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper containers-common)
+makedepends=(go go-md2man btrfs-progs git systemd)
+_commit=37727a45f96ac208785b606f7772d609bf50dbc4   #refs/tags/v1.8.0
+source=(git+$url#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare(){
+  cd ${pkgname}
+  sed -i 's|.PHONY: bin/skopeo||' Makefile
+  sed -i 's|-gcflags "$(GOGCFLAGS)"||' Makefile
+}
+
+build() {
+  cd ${pkgname}
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  make bin/skopeo GO_DYN_FLAGS="-buildmode=pie -trimpath" 
BUILDTAGS='containers_image_ostree_stub'
+  make docs
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  rm -rf "${pkgdir}/etc/containers/registries.d"
+  rm "${pkgdir}/etc/containers/policy.json"
+}



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

2022-05-07 Thread Frederik Schwan via arch-commits
Date: Saturday, May 7, 2022 @ 23:04:36
  Author: freswa
Revision: 1196239

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 1196238, skopeo/trunk/PKGBUILD)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 23:04:32 UTC (rev 1196238)
+++ PKGBUILD2022-05-07 23:04:36 UTC (rev 1196239)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/containers/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper containers-common)
-makedepends=(go go-md2man btrfs-progs git systemd)
-_commit=f45ae950aacb7b61ec13223fc22269f2fe270eab   #refs/tags/v1.7.0
-source=(git+$url#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare(){
-  cd ${pkgname}
-  sed -i 's|.PHONY: bin/skopeo||' Makefile
-  sed -i 's|-gcflags "$(GOGCFLAGS)"||' Makefile
-}
-
-build() {
-  cd ${pkgname}
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  make bin/skopeo GO_DYN_FLAGS="-buildmode=pie -trimpath" 
BUILDTAGS='containers_image_ostree_stub'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  rm -rf "${pkgdir}/etc/containers/registries.d"
-  rm "${pkgdir}/etc/containers/policy.json"
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 1196238, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 23:04:36 UTC (rev 1196239)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/containers/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper containers-common)
+makedepends=(go go-md2man btrfs-progs git systemd)
+_commit=37727a45f96ac208785b606f7772d609bf50dbc4   #refs/tags/v1.8.0
+source=(git+$url#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare(){
+  cd ${pkgname}
+  sed -i 's|.PHONY: bin/skopeo||' Makefile
+  sed -i 's|-gcflags "$(GOGCFLAGS)"||' Makefile
+}
+
+build() {
+  cd ${pkgname}
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  make bin/skopeo GO_DYN_FLAGS="-buildmode=pie -trimpath" 
BUILDTAGS='containers_image_ostree_stub'
+  make docs
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  rm -rf "${pkgdir}/etc/containers/registries.d"
+  rm "${pkgdir}/etc/containers/policy.json"
+}



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

2022-05-07 Thread Frederik Schwan via arch-commits
Date: Saturday, May 7, 2022 @ 23:04:32
  Author: freswa
Revision: 1196238

upgpkg: skopeo 1.8.0-1

Modified:
  skopeo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 23:02:44 UTC (rev 1196237)
+++ PKGBUILD2022-05-07 23:04:32 UTC (rev 1196238)
@@ -2,8 +2,8 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=skopeo
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='A command line utility for various operations on container images and 
image repositories.'
 arch=(x86_64)
 url='https://github.com/containers/skopeo'
@@ -10,7 +10,7 @@
 license=(APACHE)
 depends=(gpgme device-mapper containers-common)
 makedepends=(go go-md2man btrfs-progs git systemd)
-_commit=f45ae950aacb7b61ec13223fc22269f2fe270eab   #refs/tags/v1.7.0
+_commit=37727a45f96ac208785b606f7772d609bf50dbc4   #refs/tags/v1.8.0
 source=(git+$url#commit=$_commit)
 sha256sums=('SKIP')
 



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

2022-05-07 Thread Frederik Schwan via arch-commits
Date: Saturday, May 7, 2022 @ 23:02:44
  Author: freswa
Revision: 1196237

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 23:02:38 UTC (rev 1196236)
+++ PKGBUILD2022-05-07 23:02:44 UTC (rev 1196237)
@@ -1,25 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-pkgver=12.3.0
-pkgrel=1
-pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
-arch=(any)
-url='https://github.com/willmcgugan/rich'
-license=('MIT')
-depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
-makedepends=('python-pip' 'python-poetry')
-source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
-b2sums=('baa098e25768b4b84a269547c7726d281f67e333c0993513223dfdda7023001ea78b6edd10218726ae888e7216e18c6c4d5b9711268d083dfd0a41c3162658c9')
-
-build() {
-  cd rich-${pkgver}
-  poetry build --format wheel
-}
-
-package() {
-  cd rich-${pkgver}
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps dist/*.whl
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-rich/repos/community-any/PKGBUILD (from rev 1196236, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 23:02:44 UTC (rev 1196237)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+pkgver=12.4.0
+pkgrel=1
+pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
+arch=(any)
+url='https://github.com/willmcgugan/rich'
+license=('MIT')
+depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
+makedepends=('python-pip' 'python-poetry')
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
+b2sums=('fe38abeec7f896053fc2f13259694dd90378db5318683243cf7b13add91c356992b9e4faa475aa282af70694b14e7c82e54c292bd3bcb4411d460dc831310b26')
+
+build() {
+  cd rich-${pkgver}
+  poetry build --format wheel
+}
+
+package() {
+  cd rich-${pkgver}
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps dist/*.whl
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2022-05-07 Thread Frederik Schwan via arch-commits
Date: Saturday, May 7, 2022 @ 23:02:38
  Author: freswa
Revision: 1196236

upgpkg: python-rich 12.4.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 19:48:27 UTC (rev 1196235)
+++ PKGBUILD2022-05-07 23:02:38 UTC (rev 1196236)
@@ -2,7 +2,7 @@
 # Contributor: Hao Long 
 
 pkgname=python-rich
-pkgver=12.3.0
+pkgver=12.4.0
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-pip' 'python-poetry')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
-b2sums=('baa098e25768b4b84a269547c7726d281f67e333c0993513223dfdda7023001ea78b6edd10218726ae888e7216e18c6c4d5b9711268d083dfd0a41c3162658c9')
+b2sums=('fe38abeec7f896053fc2f13259694dd90378db5318683243cf7b13add91c356992b9e4faa475aa282af70694b14e7c82e54c292bd3bcb4411d460dc831310b26')
 
 build() {
   cd rich-${pkgver}



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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 20:30:25
  Author: arojas
Revision: 444863

archrelease: copy trunk to extra-x86_64

Added:
  libappimage/repos/extra-x86_64/PKGBUILD
(from rev 444862, libappimage/trunk/PKGBUILD)
Deleted:
  libappimage/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 20:30:15 UTC (rev 444862)
+++ PKGBUILD2022-05-07 20:30:25 UTC (rev 444863)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libappimage
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Reference implementation of the AppImage specification'
-arch=(x86_64)
-url='https://appimage.org/'
-license=(GPL)
-depends=(libarchive squashfuse boost-libs librsvg)
-makedepends=(cmake wget vim desktop-file-utils boost xdg-utils-cxx)
-source=(https://github.com/AppImage/libappimage/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('2af2adb682e8bf67dd726e79b3bc3af5a0d7c1533848bda56efa5cafa0dac931')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
--DUSE_SYSTEM_XZ=ON \
--DUSE_SYSTEM_SQUASHFUSE=ON \
--DUSE_SYSTEM_LIBARCHIVE=ON \
--DUSE_SYSTEM_BOOST=ON \
--DUSE_SYSTEM_XDGUTILS=ON \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: libappimage/repos/extra-x86_64/PKGBUILD (from rev 444862, 
libappimage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 20:30:25 UTC (rev 444863)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libappimage
+pkgver=1.0.4
+pkgrel=2
+pkgdesc='Reference implementation of the AppImage specification'
+arch=(x86_64)
+url='https://appimage.org/'
+license=(GPL)
+depends=(libarchive squashfuse boost-libs librsvg)
+makedepends=(cmake wget vim desktop-file-utils boost xdg-utils-cxx)
+source=(https://github.com/AppImage/libappimage/archive/v$pkgver-1/$pkgname-$pkgver-1.tar.gz)
+sha256sums=('b03ce735c7672ae01f152be24367844dd0d000c34a62d970f83e025fe716')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver-1 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
+-DUSE_SYSTEM_XZ=ON \
+-DUSE_SYSTEM_SQUASHFUSE=ON \
+-DUSE_SYSTEM_LIBARCHIVE=ON \
+-DUSE_SYSTEM_BOOST=ON \
+-DUSE_SYSTEM_XDGUTILS=ON \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 20:30:15
  Author: arojas
Revision: 444862

New tarball

Modified:
  libappimage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 19:45:18 UTC (rev 444861)
+++ PKGBUILD2022-05-07 20:30:15 UTC (rev 444862)
@@ -2,7 +2,7 @@
 
 pkgname=libappimage
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference implementation of the AppImage specification'
 arch=(x86_64)
 url='https://appimage.org/'
@@ -9,11 +9,11 @@
 license=(GPL)
 depends=(libarchive squashfuse boost-libs librsvg)
 makedepends=(cmake wget vim desktop-file-utils boost xdg-utils-cxx)
-source=(https://github.com/AppImage/libappimage/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('2af2adb682e8bf67dd726e79b3bc3af5a0d7c1533848bda56efa5cafa0dac931')
+source=(https://github.com/AppImage/libappimage/archive/v$pkgver-1/$pkgname-$pkgver-1.tar.gz)
+sha256sums=('b03ce735c7672ae01f152be24367844dd0d000c34a62d970f83e025fe716')
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver-1 \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
 -DUSE_SYSTEM_XZ=ON \



[arch-commits] Commit in consul/repos/community-x86_64 (20 files)

2022-05-07 Thread Thore Bödecker via arch-commits
Date: Saturday, May 7, 2022 @ 19:47:38
  Author: foxxx0
Revision: 1196234

archrelease: copy trunk to community-x86_64

Added:
  consul/repos/community-x86_64/PKGBUILD
(from rev 1196233, consul/trunk/PKGBUILD)
  consul/repos/community-x86_64/consul-ldflags.patch
(from rev 1196233, consul/trunk/consul-ldflags.patch)
  consul/repos/community-x86_64/consul.default
(from rev 1196233, consul/trunk/consul.default)
  consul/repos/community-x86_64/consul.install
(from rev 1196233, consul/trunk/consul.install)
  consul/repos/community-x86_64/consul.service
(from rev 1196233, consul/trunk/consul.service)
  consul/repos/community-x86_64/consul.sysusers
(from rev 1196233, consul/trunk/consul.sysusers)
  consul/repos/community-x86_64/example.json
(from rev 1196233, consul/trunk/example.json)
  consul/repos/community-x86_64/fix-build-version-info.patch
(from rev 1196233, consul/trunk/fix-build-version-info.patch)
  consul/repos/community-x86_64/fix-test.patch
(from rev 1196233, consul/trunk/fix-test.patch)
  consul/repos/community-x86_64/unparallelize-or-disable-flaky-tests.patch
(from rev 1196233, consul/trunk/unparallelize-or-disable-flaky-tests.patch)
Deleted:
  consul/repos/community-x86_64/PKGBUILD
  consul/repos/community-x86_64/consul-ldflags.patch
  consul/repos/community-x86_64/consul.default
  consul/repos/community-x86_64/consul.install
  consul/repos/community-x86_64/consul.service
  consul/repos/community-x86_64/consul.sysusers
  consul/repos/community-x86_64/example.json
  consul/repos/community-x86_64/fix-build-version-info.patch
  consul/repos/community-x86_64/fix-test.patch
  consul/repos/community-x86_64/unparallelize-or-disable-flaky-tests.patch

+
 PKGBUILD   |  186 +--
 consul-ldflags.patch   |   62 -
 consul.default |2 
 consul.install |   18 +-
 consul.service |   32 ++--
 consul.sysusers|2 
 example.json   |   14 +-
 fix-build-version-info.patch   |  150 ++---
 fix-test.patch |   22 +--
 unparallelize-or-disable-flaky-tests.patch |  108 +++
 10 files changed, 298 insertions(+), 298 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 19:47:29 UTC (rev 1196233)
+++ PKGBUILD2022-05-07 19:47:38 UTC (rev 1196234)
@@ -1,93 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Felix Yan 
-
-pkgname=consul
-pkgver=1.11.5
-pkgrel=1
-pkgdesc="A tool for service discovery, monitoring and configuration."
-arch=('x86_64')
-url="https://www.consul.io;
-license=('MPL2')
-depends=('glibc')
-makedepends=('git' 'go' 'go-bindata-assetfs' 'go-bindata-hashicorp' 
'procps-ng' 'zip' 'yarn' 'bower' 'nodejs-lts-fermium' 'npm' 'zip' 'gox' 
'go-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/consul/archive/v${pkgver}.tar.gz;
-'consul.service'
-'consul.default'
-'consul.sysusers'
-'example.json'
-# 'fix-build-version-info.patch'
-# 'unparallelize-or-disable-flaky-tests.patch'
-)
-install=consul.install
-backup=('etc/default/consul')
-sha512sums=('da940d4db6742f3f275f1dd2e8af39a5780b7be619b98995f87fc439d220633b37f43f1123a969425bae24545ec7204af3c0c92cd7debdd30a8a0cf938d03f51'
-
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
-
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
-
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'
-
'c4292b8f56ee955ed7385a49843fd90d6434029891b3e1e724cb2fc841514c06e2554a26d3937c114371b18c2168c4e64319eb2cbd726ee8b35870df19089348')
-
-export CGO_LDFLAGS="${LDFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-# consul is incompatible with -buildmode=pie
-export GOFLAGS="-trimpath -mod=readonly -modcacherw"
-
-export GOOS='linux'
-export GOARCH='amd64'
-export XC_OSARCH='linux/amd64'
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  patch -p1 -N -l -i "$srcdir/${filename##*/}"
-fi
-  done
-
-  mkdir -p build
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  go build -o build './...'
-}
-
-##
-
- test suite is currently broken and fails horribly
- upstream is not interested in helping to debug failures 

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

2022-05-07 Thread Thore Bödecker via arch-commits
Date: Saturday, May 7, 2022 @ 19:47:29
  Author: foxxx0
Revision: 1196233

upgpkg: consul 1.12.0-1 | update to upstream release 1.12.0

This is now already built with go 1.18 and needs no further rebuild.

Modified:
  consul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 19:44:14 UTC (rev 1196232)
+++ PKGBUILD2022-05-07 19:47:29 UTC (rev 1196233)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=consul
-pkgver=1.11.5
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="A tool for service discovery, monitoring and configuration."
 arch=('x86_64')
@@ -20,7 +20,7 @@
 )
 install=consul.install
 backup=('etc/default/consul')
-sha512sums=('da940d4db6742f3f275f1dd2e8af39a5780b7be619b98995f87fc439d220633b37f43f1123a969425bae24545ec7204af3c0c92cd7debdd30a8a0cf938d03f51'
+sha512sums=('c83a5b9e68f46e5f458fb607f60d80fa7bc2dd46000c60bd9838fb03ea925ec5f0c0a4336f9052f70f805b41b4dd8fc872f5f6e883de5da29a87f5273507f31e'
 
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
 
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
 
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'



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

2022-05-07 Thread Thore Bödecker via arch-commits
Date: Saturday, May 7, 2022 @ 19:44:14
  Author: foxxx0
Revision: 1196232

archrelease: copy trunk to community-x86_64

Added:
  fzf/repos/community-x86_64/PKGBUILD
(from rev 1196231, fzf/trunk/PKGBUILD)
Deleted:
  fzf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 19:44:10 UTC (rev 1196231)
+++ PKGBUILD2022-05-07 19:44:14 UTC (rev 1196232)
@@ -1,78 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Morten Linderud 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.30.0
-pkgrel=1
-pkgdesc='Command-line fuzzy finder'
-arch=('x86_64')
-url='https://github.com/junegunn/fzf'
-license=('MIT')
-depends=('bash')
-makedepends=('git' 'go')
-optdepends=('fish: fish keybindings'
-'tmux: fzf-tmux script for launching fzf in a tmux pane'
-'vim: plugin'
-'zsh: zsh keybindings')
-source=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed;)
-validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
-sha512sums=('SKIP')
-
-prepare() {
-   cd "${pkgname}"
-   sed -i 's/-w /-w -linkmode external /' Makefile
-}
-
-build() {
-   cd "${pkgname}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-   make
-}
-
-check() {
-   cd "${pkgname}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-   go test ./...
-}
-
-package() {
-   cd "${pkgname}"
-
-   ## Man page
-   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
-   install -Dm644 man/man1/fzf-tmux.1 
"$pkgdir"/usr/share/man/man1/fzf-tmux.1
-
-   ## License
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
-
-   ## Binaries
-   install -dm755 "$pkgdir"/usr/bin
-   install -m755 bin/fzf-tmux "$pkgdir"/usr/bin/
-   install -Dm755 target/fzf-linux_amd64 "$pkgdir"/usr/bin/fzf
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir"/usr/share/fzf
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir"/usr/share/fzf
-
-   ## Fish keybindings
-   install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/vendor_functions.d/fzf_key_bindings.fish
-
-   ## Vim plugin
-   install -Dm644 doc/fzf.txt "$pkgdir"/usr/share/vim/vimfiles/doc/fzf.txt
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}
-

Copied: fzf/repos/community-x86_64/PKGBUILD (from rev 1196231, 
fzf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 19:44:14 UTC (rev 1196232)
@@ -0,0 +1,78 @@
+# Maintainer: Thore Bödecker 
+# Maintainer: Morten Linderud 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.30.0
+pkgrel=2
+pkgdesc='Command-line fuzzy finder'
+arch=('x86_64')
+url='https://github.com/junegunn/fzf'
+license=('MIT')
+depends=('bash')
+makedepends=('git' 'go')
+optdepends=('fish: fish keybindings'
+'tmux: fzf-tmux script for launching fzf in a tmux pane'
+'vim: plugin'
+'zsh: zsh keybindings')
+source=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed;)
+validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
+sha512sums=('SKIP')
+
+prepare() {
+   cd "${pkgname}"
+   sed -i 's/-w /-w -linkmode external /' Makefile
+}
+
+build() {
+   cd "${pkgname}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   make
+}
+
+check() {
+   cd "${pkgname}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   go test ./...
+}
+
+package() {
+   cd "${pkgname}"
+
+   ## Man page
+   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
+   install -Dm644 man/man1/fzf-tmux.1 

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

2022-05-07 Thread Thore Bödecker via arch-commits
Date: Saturday, May 7, 2022 @ 19:44:10
  Author: foxxx0
Revision: 1196231

upgpkg: fzf 0.30.0-2: go 1.18 rebuild

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 19:40:28 UTC (rev 1196230)
+++ PKGBUILD2022-05-07 19:44:10 UTC (rev 1196231)
@@ -9,7 +9,7 @@
 
 pkgname=fzf
 pkgver=0.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Command-line fuzzy finder'
 arch=('x86_64')
 url='https://github.com/junegunn/fzf'



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

2022-05-07 Thread Thore Bödecker via arch-commits
Date: Saturday, May 7, 2022 @ 19:40:28
  Author: foxxx0
Revision: 1196230

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 19:40:24 UTC (rev 1196229)
+++ PKGBUILD2022-05-07 19:40:28 UTC (rev 1196230)
@@ -1,50 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: Ian Beringer 
-
-pkgname=python-kubernetes
-_pkgbase="${pkgname#python-}"
-_kubernetes_base_commit=b4d3aad42dc23e7a6c0e5c032691f8dc385a786c
-pkgver=23.3.0
-pkgrel=1
-license=('Apache')
-pkgdesc='Python client for the kubernetes API'
-arch=('any')
-url='https://github.com/kubernetes-client/python'
-depends=('python' 'python-certifi' 'python-six' 'python-dateutil'
- 'python-urllib3' 'python-yaml' 'python-google-auth'
- 'python-websocket-client' 'python-requests' 'python-requests-oauthlib'
- 'python-adal')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pluggy' 'python-py' 'python-mock' 
'python-recommonmark' 'python-isort' 'python-nose')
-source=("${_pkgbase}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-
"${_pkgbase}-base-${_kubernetes_base_commit}.tar.gz::https://github.com/kubernetes-client/python-base/archive/${_kubernetes_base_commit}.tar.gz;)
-sha256sums=('bc89d7f4e93d9784e58a82d92be6985eea1dc93281e5d38d59c3f23d007aa854'
-'c76a4f51e662132da2d29cafafe6aeab1778d7e546dc7c918ec6f3e1d4943871')
-
-prepare() {
-  cd "${srcdir}"
-
-  mv -v "python-${pkgver}" "${_pkgbase}-${pkgver}"
-  mv -v "python-base-${_kubernetes_base_commit}" 
"${_pkgbase}-base-${_kubernetes_base_commit}"
-
-  # their "base" has been split out to a git submodule, so include it via 
symlink
-  rm -vrf "${_pkgbase}-${pkgver}/kubernetes/base"
-  ln -vsf "${srcdir}/${_pkgbase}-base-${_kubernetes_base_commit}" 
"${_pkgbase}-${pkgver}/kubernetes/base"
-}
-
-build() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  export PYTHONPATH="${PWD}"
-  py.test -vvv -s --ignore=kubernetes/e2e_test
-}
-
-package() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-kubernetes/repos/community-any/PKGBUILD (from rev 1196229, 
python-kubernetes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 19:40:28 UTC (rev 1196230)
@@ -0,0 +1,50 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Ian Beringer 
+
+pkgname=python-kubernetes
+_pkgbase="${pkgname#python-}"
+_kubernetes_base_commit=b4d3aad42dc23e7a6c0e5c032691f8dc385a786c
+pkgver=23.6.0
+pkgrel=1
+license=('Apache')
+pkgdesc='Python client for the kubernetes API'
+arch=('any')
+url='https://github.com/kubernetes-client/python'
+depends=('python' 'python-certifi' 'python-six' 'python-dateutil'
+ 'python-urllib3' 'python-yaml' 'python-google-auth'
+ 'python-websocket-client' 'python-requests' 'python-requests-oauthlib'
+ 'python-adal')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pluggy' 'python-py' 'python-mock' 
'python-recommonmark' 'python-isort' 'python-nose')
+source=("${_pkgbase}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+
"${_pkgbase}-base-${_kubernetes_base_commit}.tar.gz::https://github.com/kubernetes-client/python-base/archive/${_kubernetes_base_commit}.tar.gz;)
+sha256sums=('432f994ccb9c53f67cb5027c83e753966843a4650c8dcf563a37651b1583cf97'
+'c76a4f51e662132da2d29cafafe6aeab1778d7e546dc7c918ec6f3e1d4943871')
+
+prepare() {
+  cd "${srcdir}"
+
+  mv -v "python-${pkgver}" "${_pkgbase}-${pkgver}"
+  mv -v "python-base-${_kubernetes_base_commit}" 
"${_pkgbase}-base-${_kubernetes_base_commit}"
+
+  # their "base" has been split out to a git submodule, so include it via 
symlink
+  rm -vrf "${_pkgbase}-${pkgver}/kubernetes/base"
+  ln -vsf "${srcdir}/${_pkgbase}-base-${_kubernetes_base_commit}" 
"${_pkgbase}-${pkgver}/kubernetes/base"
+}
+
+build() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  export PYTHONPATH="${PWD}"
+  py.test -vvv -s --ignore=kubernetes/e2e_test
+}
+
+package() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-05-07 Thread Thore Bödecker via arch-commits
Date: Saturday, May 7, 2022 @ 19:40:24
  Author: foxxx0
Revision: 1196229

upgpkg: python-kubernetes 23.6.0-1: update to upstream release 23.6.0

Modified:
  python-kubernetes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 19:38:01 UTC (rev 1196228)
+++ PKGBUILD2022-05-07 19:40:24 UTC (rev 1196229)
@@ -4,7 +4,7 @@
 pkgname=python-kubernetes
 _pkgbase="${pkgname#python-}"
 _kubernetes_base_commit=b4d3aad42dc23e7a6c0e5c032691f8dc385a786c
-pkgver=23.3.0
+pkgver=23.6.0
 pkgrel=1
 license=('Apache')
 pkgdesc='Python client for the kubernetes API'
@@ -18,7 +18,7 @@
 checkdepends=('python-pytest' 'python-pluggy' 'python-py' 'python-mock' 
'python-recommonmark' 'python-isort' 'python-nose')
 source=("${_pkgbase}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 
"${_pkgbase}-base-${_kubernetes_base_commit}.tar.gz::https://github.com/kubernetes-client/python-base/archive/${_kubernetes_base_commit}.tar.gz;)
-sha256sums=('bc89d7f4e93d9784e58a82d92be6985eea1dc93281e5d38d59c3f23d007aa854'
+sha256sums=('432f994ccb9c53f67cb5027c83e753966843a4650c8dcf563a37651b1583cf97'
 'c76a4f51e662132da2d29cafafe6aeab1778d7e546dc7c918ec6f3e1d4943871')
 
 prepare() {



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

2022-05-07 Thread Thore Bödecker via arch-commits
Date: Saturday, May 7, 2022 @ 19:38:01
  Author: foxxx0
Revision: 1196228

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 19:37:57 UTC (rev 1196227)
+++ PKGBUILD2022-05-07 19:38:01 UTC (rev 1196228)
@@ -1,25 +0,0 @@
-# Maintainer: Thore Bödecker 
-pkgbase='python-kajiki'
-_pkgbase="${pkgbase#python-}"
-pkgname=("python-${_pkgbase}")
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Python XML-based template engine with Genshi-like syntax and 
Jinja-style blocks'
-arch=('any')
-url='https://github.com/nandoflorestan/kajiki'
-license=('LGPL')
-depends=('python')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-babel' 'python-nine' 'python-pytest')
-source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/nandoflorestan/kajiki/archive/v${pkgver}.tar.gz;)
-sha512sums=('44591a11969f8a242cd30321c57888d8bec48f375013f39e2c08eb173eb4aa6cdf8d35a22973bd50dc3cd167ba9c9a825f040ab5e1369dd3fa2044031dcba911')
-
-check() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  py.test -vvv -s -ra --showlocals --noconftest "${_pkgbase}"/tests/
-}
-
-package() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python ./setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-kajiki/repos/community-any/PKGBUILD (from rev 1196227, 
python-kajiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 19:38:01 UTC (rev 1196228)
@@ -0,0 +1,26 @@
+# Maintainer: Thore Bödecker 
+pkgbase='python-kajiki'
+_pkgbase="${pkgbase#python-}"
+pkgname=("python-${_pkgbase}")
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Python XML-based template engine with Genshi-like syntax and 
Jinja-style blocks'
+arch=('any')
+url='https://github.com/nandoflorestan/kajiki'
+license=('LGPL')
+depends=('python')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-babel' 'python-nine' 'python-pytest')
+source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/nandoflorestan/kajiki/archive/v${pkgver}.tar.gz;)
+sha512sums=('3903e0766535939fbb2637da6138925ceeb799e90cbbbaa98005f9a8b2fd96e25525ac271ede1d9b7cad2d2f2743dc76df249ddb8a2e4639559f1648abd6d1b0')
+
+check() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  export PYTHONPATH="${PWD}"
+  py.test -vvv -s -ra --showlocals --noconftest tests/
+}
+
+package() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py install --root="$pkgdir/" --optimize=1
+}



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

2022-05-07 Thread Thore Bödecker via arch-commits
Date: Saturday, May 7, 2022 @ 19:37:57
  Author: foxxx0
Revision: 1196227

upgpkg: python-kajiki 0.9.1-1 | update to upstream release 0.9.1

This upstream releases fixes pytest files not being installed anymore.

Modified:
  python-kajiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 19:30:57 UTC (rev 1196226)
+++ PKGBUILD2022-05-07 19:37:57 UTC (rev 1196227)
@@ -2,7 +2,7 @@
 pkgbase='python-kajiki'
 _pkgbase="${pkgbase#python-}"
 pkgname=("python-${_pkgbase}")
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='Python XML-based template engine with Genshi-like syntax and 
Jinja-style blocks'
 arch=('any')
@@ -12,11 +12,12 @@
 makedepends=('python-setuptools' 'python-sphinx')
 checkdepends=('python-babel' 'python-nine' 'python-pytest')
 
source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/nandoflorestan/kajiki/archive/v${pkgver}.tar.gz;)
-sha512sums=('44591a11969f8a242cd30321c57888d8bec48f375013f39e2c08eb173eb4aa6cdf8d35a22973bd50dc3cd167ba9c9a825f040ab5e1369dd3fa2044031dcba911')
+sha512sums=('3903e0766535939fbb2637da6138925ceeb799e90cbbbaa98005f9a8b2fd96e25525ac271ede1d9b7cad2d2f2743dc76df249ddb8a2e4639559f1648abd6d1b0')
 
 check() {
   cd "${srcdir}/${_pkgbase}-${pkgver}"
-  py.test -vvv -s -ra --showlocals --noconftest "${_pkgbase}"/tests/
+  export PYTHONPATH="${PWD}"
+  py.test -vvv -s -ra --showlocals --noconftest tests/
 }
 
 package() {



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

2022-05-07 Thread Thore Bödecker via arch-commits
Date: Saturday, May 7, 2022 @ 19:30:57
  Author: foxxx0
Revision: 1196226

archrelease: copy trunk to community-x86_64

Added:
  ruby-msgpack/repos/community-x86_64/PKGBUILD
(from rev 1196225, ruby-msgpack/trunk/PKGBUILD)
Deleted:
  ruby-msgpack/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 19:30:45 UTC (rev 1196225)
+++ PKGBUILD2022-05-07 19:30:57 UTC (rev 1196226)
@@ -1,57 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Tim Meusel 
-
-_gemname=msgpack
-pkgname="ruby-${_gemname}"
-pkgver=1.4.5
-pkgrel=1
-pkgdesc='MessagePack implementation for Ruby'
-url='https://github.com/msgpack/msgpack-ruby'
-arch=('x86_64')
-license=('Apache')
-depends=('ruby')
-makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-rake-compiler' 'ruby-yard' 
'ruby-rspec' 'ruby-bundler')
-options=('!emptydirs')
-source=("${url}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-sha256sums=('eb7e53471673e630c69219857a972325a4cd4d09d1b53678356cf0dfff3f0346')
-sha512sums=('9f3526b92c2cb3c8e56f5328b29baadfda4f23335fb2cab775279da2e62be07b72ba02755f3c53f876a041e19c4b64c24502c2e3e1ee97311c68e55dc940390e')
-
-prepare() {
-  cd "${_gemname}-ruby-${pkgver}"
-  sed 's|git ls-files|find|' -i "${_gemname}.gemspec"
-  sed 's|~>|>=|g' -i Gemfile
-}
-
-build() {
-  cd "${_gemname}-ruby-${pkgver}"
-  rake compile
-  rake build
-  rake clean
-}
-
-check() {
-  cd "${_gemname}-ruby-${pkgver}"
-  rake spec
-}
-
-package() {
-  cd "${_gemname}-ruby-${pkgver}"
-  local _gemdir="$(gem env gemdir)"
-  gem install \
---ignore-dependencies \
---no-user-install \
---install-dir "${pkgdir}/${_gemdir}" \
---bindir "${pkgdir}/usr/bin"  \
-"pkg/${_gemname}-${pkgver}.gem"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  rm -rf "${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext"
-
-  cd "${pkgdir}/${_gemdir}"
-  rm -r cache gems/"${_gemname}-${pkgver}"/{ext,tmp,lib/*/*.so} \
-extensions/*/*/"${_gemname}-${pkgver}"/{mkmf.log,gem_make.out}
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-msgpack/repos/community-x86_64/PKGBUILD (from rev 1196225, 
ruby-msgpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 19:30:57 UTC (rev 1196226)
@@ -0,0 +1,57 @@
+# Maintainer: Thore Bödecker 
+# Maintainer: Tim Meusel 
+
+_gemname=msgpack
+pkgname="ruby-${_gemname}"
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='MessagePack implementation for Ruby'
+url='https://github.com/msgpack/msgpack-ruby'
+arch=('x86_64')
+license=('Apache')
+depends=('ruby')
+makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-rake-compiler' 'ruby-yard' 
'ruby-rspec' 'ruby-bundler')
+options=('!emptydirs')
+source=("${url}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
+sha256sums=('2ad643eb25238ff3886eacac171cf643a85deee218c9623d3e56641a7114bdf3')
+sha512sums=('6d14423294ac622f9ac131f62d2f0a52eafd337c8b7f721a9632104170796bfe473f23ae8acf9478f376c0d32dbb72a5dc314fe0c4d26b9ae94f5880b013105d')
+
+prepare() {
+  cd "${_gemname}-ruby-${pkgver}"
+  sed 's|git ls-files|find|' -i "${_gemname}.gemspec"
+  sed 's|~>|>=|g' -i Gemfile
+}
+
+build() {
+  cd "${_gemname}-ruby-${pkgver}"
+  rake compile
+  rake build
+  rake clean
+}
+
+check() {
+  cd "${_gemname}-ruby-${pkgver}"
+  rake spec
+}
+
+package() {
+  cd "${_gemname}-ruby-${pkgver}"
+  local _gemdir="$(gem env gemdir)"
+  gem install \
+--ignore-dependencies \
+--no-user-install \
+--install-dir "${pkgdir}/${_gemdir}" \
+--bindir "${pkgdir}/usr/bin"  \
+"pkg/${_gemname}-${pkgver}.gem"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  rm -rf "${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext"
+
+  cd "${pkgdir}/${_gemdir}"
+  rm -r cache gems/"${_gemname}-${pkgver}"/{ext,tmp,lib/*/*.so} \
+extensions/*/*/"${_gemname}-${pkgver}"/{mkmf.log,gem_make.out}
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-07 Thread Thore Bödecker via arch-commits
Date: Saturday, May 7, 2022 @ 19:30:45
  Author: foxxx0
Revision: 1196225

upgpkg: ruby-msgpack 1.5.1-1: update to upstream release 1.5.1

Modified:
  ruby-msgpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 18:44:58 UTC (rev 1196224)
+++ PKGBUILD2022-05-07 19:30:45 UTC (rev 1196225)
@@ -3,7 +3,7 @@
 
 _gemname=msgpack
 pkgname="ruby-${_gemname}"
-pkgver=1.4.5
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='MessagePack implementation for Ruby'
 url='https://github.com/msgpack/msgpack-ruby'
@@ -13,8 +13,8 @@
 makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-rake-compiler' 'ruby-yard' 
'ruby-rspec' 'ruby-bundler')
 options=('!emptydirs')
 source=("${url}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-sha256sums=('eb7e53471673e630c69219857a972325a4cd4d09d1b53678356cf0dfff3f0346')
-sha512sums=('9f3526b92c2cb3c8e56f5328b29baadfda4f23335fb2cab775279da2e62be07b72ba02755f3c53f876a041e19c4b64c24502c2e3e1ee97311c68e55dc940390e')
+sha256sums=('2ad643eb25238ff3886eacac171cf643a85deee218c9623d3e56641a7114bdf3')
+sha512sums=('6d14423294ac622f9ac131f62d2f0a52eafd337c8b7f721a9632104170796bfe473f23ae8acf9478f376c0d32dbb72a5dc314fe0c4d26b9ae94f5880b013105d')
 
 prepare() {
   cd "${_gemname}-ruby-${pkgver}"



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

2022-05-07 Thread Christian Rebischke via arch-commits
Date: Saturday, May 7, 2022 @ 18:44:58
  Author: shibumi
Revision: 1196224

archrelease: copy trunk to community-x86_64

Added:
  cosign/repos/community-x86_64/PKGBUILD
(from rev 1196223, cosign/trunk/PKGBUILD)
Deleted:
  cosign/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 18:44:50 UTC (rev 1196223)
+++ PKGBUILD2022-05-07 18:44:58 UTC (rev 1196224)
@@ -1,63 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: Christian Rebischke 
-
-pkgname=cosign
-pkgver=1.7.1
-pkgrel=2
-pkgdesc="Container Signing with support for ephemeral keys and Sigstore 
signing"
-arch=('x86_64')
-url="https://github.com/sigstore/cosign;
-license=('Apache')
-depends=('pcsclite')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('98181db507f65ab5b2fb7b25c9a5b4f708daa8c1b3d1af046afe59b897bf1e91d26bd41711f3b1d4ec1936bfb921bee7f20ce00c76f9e49350ca92cc45a57191')
-b2sums=('741562fef4956c390a394d286b452888765ba6515d01973af1c1ab4f84e77a7dc1417d1bbc0a118a6d5e09a0721238fef983b1955d6cc28ce04f676aaf0725a1')
-
-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/ ./cmd/...
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  "$pkgdir"/usr/bin/cosign completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/cosign"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  "$pkgdir"/usr/bin/cosign completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_cosign"
-
-  # build fish completions
-  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
-  "$pkgdir"/usr/bin/cosign completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/cosign.fish"
-
-  install -Dm755 build/sget "${pkgdir}/usr/bin/sget"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  "$pkgdir"/usr/bin/sget completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/sget"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  "$pkgdir"/usr/bin/sget completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sget"
-
-  # build fish completions
-  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
-  "$pkgdir"/usr/bin/sget completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sget.fish"
-}
-

Copied: cosign/repos/community-x86_64/PKGBUILD (from rev 1196223, 
cosign/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 18:44:58 UTC (rev 1196224)
@@ -0,0 +1,63 @@
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: Christian Rebischke 
+
+pkgname=cosign
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Container Signing with support for ephemeral keys and Sigstore 
signing"
+arch=('x86_64')
+url="https://github.com/sigstore/cosign;
+license=('Apache')
+depends=('pcsclite')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('7d45e80ae5fa15fa7fe14bc5cd13a159356b58afc3baebac5d2c64fa38c74e73a3d17f75bed0730fe842da63de5487c54dfb9f77bbffa1f943281b74d3b30c94')
+b2sums=('2d9625609f86cad05770085617cd80335d62554e608f64abf96a3dcf5f0d4449b850d493ce2faff2593d0f996d2ace3f304d89ef99c7bfa2a2027a419ae6da1d')
+
+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/ ./cmd/...
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  GODEBUG=x509sha1=1 make test # we have to allow sha1 certificates for tests
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
+
+  # build bash completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  "$pkgdir"/usr/bin/cosign completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/cosign"
+
+  # build zsh completions
+  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
+  "$pkgdir"/usr/bin/cosign completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_cosign"
+
+  # build fish completions
+  

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

2022-05-07 Thread Christian Rebischke via arch-commits
Date: Saturday, May 7, 2022 @ 18:44:50
  Author: shibumi
Revision: 1196223

upgpkg: cosign 1.8.0-1 Allow sha1 certs in tests

Modified:
  cosign/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 18:37:04 UTC (rev 1196222)
+++ PKGBUILD2022-05-07 18:44:50 UTC (rev 1196223)
@@ -2,8 +2,8 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=cosign
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="Container Signing with support for ephemeral keys and Sigstore 
signing"
 arch=('x86_64')
 url="https://github.com/sigstore/cosign;
@@ -11,8 +11,8 @@
 depends=('pcsclite')
 makedepends=('go' 'git')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('98181db507f65ab5b2fb7b25c9a5b4f708daa8c1b3d1af046afe59b897bf1e91d26bd41711f3b1d4ec1936bfb921bee7f20ce00c76f9e49350ca92cc45a57191')
-b2sums=('741562fef4956c390a394d286b452888765ba6515d01973af1c1ab4f84e77a7dc1417d1bbc0a118a6d5e09a0721238fef983b1955d6cc28ce04f676aaf0725a1')
+sha512sums=('7d45e80ae5fa15fa7fe14bc5cd13a159356b58afc3baebac5d2c64fa38c74e73a3d17f75bed0730fe842da63de5487c54dfb9f77bbffa1f943281b74d3b30c94')
+b2sums=('2d9625609f86cad05770085617cd80335d62554e608f64abf96a3dcf5f0d4449b850d493ce2faff2593d0f996d2ace3f304d89ef99c7bfa2a2027a419ae6da1d')
 
 build(){
   cd "${pkgname}-${pkgver}"
@@ -27,7 +27,7 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-  make test
+  GODEBUG=x509sha1=1 make test # we have to allow sha1 certificates for tests
 }
 
 package() {



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

2022-05-07 Thread Christian Rebischke via arch-commits
Date: Saturday, May 7, 2022 @ 18:37:04
  Author: shibumi
Revision: 1196222

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 18:36:55 UTC (rev 1196221)
+++ PKGBUILD2022-05-07 18:37:04 UTC (rev 1196222)
@@ -1,50 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=operator-sdk
-pkgver=1.18.1
-pkgrel=2
-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=('c8c3ce9dbc5e29bfcce4f6e2038e317e7b4b22a3fa62c135964c729a7d91daeb415a17981b03c2b13a0f4b53dd03d045eff7452ca40911eff504d1464785c094')
-b2sums=('3305fbb494ab57662925399671504280b28400ec2b2909ea8bf199b560301339cc40af16493c698e3be7bdba7b622347d7bfd05351a34eaf3f316c407f85d235')
-
-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 1196221, 
operator-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 18:37:04 UTC (rev 1196222)
@@ -0,0 +1,50 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=operator-sdk
+pkgver=1.20.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=('0bc78fdade0a3758d45b5673170a890f3a5f97e652023ef01bab86f650fab790c68fee6dc81500d8506bc9bf42f1dce3bba41dda550293a4a2e462ab1ec2a16a')
+b2sums=('3f2ad2499673dedfab898283b347f8c57680cbc095ffa1bcc954e208ff26a3553e83373f3713ed9792ee595e5243171fda4bc8075f57cbf5c81f034dde7b95ff')
+
+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-05-07 Thread Christian Rebischke via arch-commits
Date: Saturday, May 7, 2022 @ 18:36:55
  Author: shibumi
Revision: 1196221

upgpkg: operator-sdk 1.20.0-1

Modified:
  operator-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 18:32:43 UTC (rev 1196220)
+++ PKGBUILD2022-05-07 18:36:55 UTC (rev 1196221)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=operator-sdk
-pkgver=1.18.1
-pkgrel=2
+pkgver=1.20.0
+pkgrel=1
 pkgdesc="SDK for building Kubernetes applications"
 arch=('x86_64')
 url="https://github.com/operator-framework/operator-sdk;
@@ -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=('c8c3ce9dbc5e29bfcce4f6e2038e317e7b4b22a3fa62c135964c729a7d91daeb415a17981b03c2b13a0f4b53dd03d045eff7452ca40911eff504d1464785c094')
-b2sums=('3305fbb494ab57662925399671504280b28400ec2b2909ea8bf199b560301339cc40af16493c698e3be7bdba7b622347d7bfd05351a34eaf3f316c407f85d235')
+sha512sums=('0bc78fdade0a3758d45b5673170a890f3a5f97e652023ef01bab86f650fab790c68fee6dc81500d8506bc9bf42f1dce3bba41dda550293a4a2e462ab1ec2a16a')
+b2sums=('3f2ad2499673dedfab898283b347f8c57680cbc095ffa1bcc954e208ff26a3553e83373f3713ed9792ee595e5243171fda4bc8075f57cbf5c81f034dde7b95ff')
 
 prepare() {
   export GOPATH="${srcdir}"



[arch-commits] Commit in caddy/repos/community-x86_64 (16 files)

2022-05-07 Thread Christian Rebischke via arch-commits
Date: Saturday, May 7, 2022 @ 18:32:43
  Author: shibumi
Revision: 1196220

archrelease: copy trunk to community-x86_64

Added:
  caddy/repos/community-x86_64/Caddyfile
(from rev 1196219, caddy/trunk/Caddyfile)
  caddy/repos/community-x86_64/PKGBUILD
(from rev 1196219, caddy/trunk/PKGBUILD)
  caddy/repos/community-x86_64/caddy-api.service
(from rev 1196219, caddy/trunk/caddy-api.service)
  caddy/repos/community-x86_64/caddy.service
(from rev 1196219, caddy/trunk/caddy.service)
  caddy/repos/community-x86_64/caddy.sysusers
(from rev 1196219, caddy/trunk/caddy.sysusers)
  caddy/repos/community-x86_64/caddy.tmpfiles
(from rev 1196219, caddy/trunk/caddy.tmpfiles)
  caddy/repos/community-x86_64/override-main-module-version.patch
(from rev 1196219, caddy/trunk/override-main-module-version.patch)
  caddy/repos/community-x86_64/use-data-dir-for-autosave.patch
(from rev 1196219, caddy/trunk/use-data-dir-for-autosave.patch)
Deleted:
  caddy/repos/community-x86_64/Caddyfile
  caddy/repos/community-x86_64/PKGBUILD
  caddy/repos/community-x86_64/caddy-api.service
  caddy/repos/community-x86_64/caddy.service
  caddy/repos/community-x86_64/caddy.sysusers
  caddy/repos/community-x86_64/caddy.tmpfiles
  caddy/repos/community-x86_64/override-main-module-version.patch
  caddy/repos/community-x86_64/use-data-dir-for-autosave.patch

+
 Caddyfile  |   80 +++---
 PKGBUILD   |  194 +--
 caddy-api.service  |  124 +++---
 caddy.service  |  142 -
 caddy.sysusers |2 
 caddy.tmpfiles |6 -
 override-main-module-version.patch |   56 +-
 use-data-dir-for-autosave.patch|   60 +-
 8 files changed, 332 insertions(+), 332 deletions(-)

Deleted: Caddyfile
===
--- Caddyfile   2022-05-07 18:32:30 UTC (rev 1196219)
+++ Caddyfile   2022-05-07 18:32:43 UTC (rev 1196220)
@@ -1,40 +0,0 @@
-# The Caddyfile is an easy way to configure your Caddy web server.
-#
-# https://caddyserver.com/docs/caddyfile
-#
-# The configuration below serves a welcome page over HTTP on port 80.
-# To use your own domain name (with automatic HTTPS), first make
-# sure your domain's A/ DNS records are properly pointed to
-# this machine's public IP, then replace the line below with your
-# domain name.
-#
-# https://caddyserver.com/docs/caddyfile/concepts#addresses
-
-{
-   # Restrict the admin interface to a local unix file socket whose 
directory
-   # is restricted to caddy:caddy. By default the TCP socket allows 
arbitrary
-   # modification for any process and user that has access to the local
-   # interface. If admin over TCP is turned on one should make sure
-   # implications are well understood.
-   admin "unix//run/caddy/admin.socket"
-}
-
-http:// {
-   # Set this path to your site's directory.
-   root * /usr/share/caddy
-
-   # Enable the static file server.
-   file_server
-
-   # Another common task is to set up a reverse proxy:
-   # reverse_proxy localhost:8080
-
-   # Or serve a PHP site through php-fpm:
-   # php_fastcgi localhost:9000
-
-   # Refer to the directive documentation for more options.
-   # https://caddyserver.com/docs/caddyfile/directives
-}
-
-# Import additional caddy config files in /etc/caddy/conf.d/
-import /etc/caddy/conf.d/*

Copied: caddy/repos/community-x86_64/Caddyfile (from rev 1196219, 
caddy/trunk/Caddyfile)
===
--- Caddyfile   (rev 0)
+++ Caddyfile   2022-05-07 18:32:43 UTC (rev 1196220)
@@ -0,0 +1,40 @@
+# The Caddyfile is an easy way to configure your Caddy web server.
+#
+# https://caddyserver.com/docs/caddyfile
+#
+# The configuration below serves a welcome page over HTTP on port 80.
+# To use your own domain name (with automatic HTTPS), first make
+# sure your domain's A/ DNS records are properly pointed to
+# this machine's public IP, then replace the line below with your
+# domain name.
+#
+# https://caddyserver.com/docs/caddyfile/concepts#addresses
+
+{
+   # Restrict the admin interface to a local unix file socket whose 
directory
+   # is restricted to caddy:caddy. By default the TCP socket allows 
arbitrary
+   # modification for any process and user that has access to the local
+   # interface. If admin over TCP is turned on one should make sure
+   # implications are well understood.
+   admin "unix//run/caddy/admin.socket"
+}
+
+http:// {
+   # Set this path to your site's directory.
+   root * /usr/share/caddy
+
+   # Enable the static file server.
+   file_server
+
+   # Another common task is to set up a reverse proxy:
+   # reverse_proxy 

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

2022-05-07 Thread Christian Rebischke via arch-commits
Date: Saturday, May 7, 2022 @ 18:32:30
  Author: shibumi
Revision: 1196219

upgpkg: caddy 2.5.1-1

Modified:
  caddy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 17:52:08 UTC (rev 1196218)
+++ PKGBUILD2022-05-07 18:32:30 UTC (rev 1196219)
@@ -7,8 +7,8 @@
 # Contributor: Akshay S Dinesh 
 
 pkgname=caddy
-pkgver=2.4.6
-_gitcommit=v2.4.6
+pkgver=2.5.1
+_gitcommit=v2.5.1
 _distcommit=093d76bdd6ecacd8aeb21de3aa0c35b82a0eb064
 pkgrel=1
 pkgdesc='Fast web server with automatic HTTPS'



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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 17:52:08
  Author: arojas
Revision: 1196218

archrelease: copy trunk to community-any

Added:
  blanket/repos/community-any/PKGBUILD
(from rev 1196217, blanket/trunk/PKGBUILD)
Deleted:
  blanket/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 17:51:57 UTC (rev 1196217)
+++ PKGBUILD2022-05-07 17:52:08 UTC (rev 1196218)
@@ -1,27 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Mark Wagie 
-
-pkgname=blanket
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Improve focus and increase your productivity by listening to 
different sounds'
-arch=('any')
-url='https://github.com/rafaelmardojai/blanket'
-license=('GPL3')
-depends=('gst-plugins-bad-libs' 'gst-plugins-base' 'gst-plugins-good' 
'gst-python' 'libhandy' 'python-gobject')
-makedepends=('appstream-glib' 'meson')
-source=("https://github.com/rafaelmardojai/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('710a3b733da5eb349bf8dc3c37ef0afeb301c8299c22e7fad3c753576f33f7f4')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: blanket/repos/community-any/PKGBUILD (from rev 1196217, 
blanket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 17:52:08 UTC (rev 1196218)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György 
+# Contributor: Mark Wagie 
+
+pkgname=blanket
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='Improve focus and increase your productivity by listening to 
different sounds'
+arch=('any')
+url='https://github.com/rafaelmardojai/blanket'
+license=('GPL3')
+depends=('gst-plugins-bad-libs' 'gst-plugins-base' 'gst-plugins-good' 
'gst-python' 'libadwaita' 'python-gobject')
+makedepends=('appstream-glib' 'meson')
+source=("https://github.com/rafaelmardojai/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('710a3b733da5eb349bf8dc3c37ef0afeb301c8299c22e7fad3c753576f33f7f4')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 17:51:57
  Author: arojas
Revision: 1196217

Fix dependencies (FS#74677)

Modified:
  blanket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 17:25:52 UTC (rev 1196216)
+++ PKGBUILD2022-05-07 17:51:57 UTC (rev 1196217)
@@ -3,12 +3,12 @@
 
 pkgname=blanket
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Improve focus and increase your productivity by listening to 
different sounds'
 arch=('any')
 url='https://github.com/rafaelmardojai/blanket'
 license=('GPL3')
-depends=('gst-plugins-bad-libs' 'gst-plugins-base' 'gst-plugins-good' 
'gst-python' 'libhandy' 'python-gobject')
+depends=('gst-plugins-bad-libs' 'gst-plugins-base' 'gst-plugins-good' 
'gst-python' 'libadwaita' 'python-gobject')
 makedepends=('appstream-glib' 'meson')
 
source=("https://github.com/rafaelmardojai/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('710a3b733da5eb349bf8dc3c37ef0afeb301c8299c22e7fad3c753576f33f7f4')



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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 17:25:52
  Author: arojas
Revision: 1196216

archrelease: copy trunk to community-staging-x86_64

Added:
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
(from rev 1196215, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-staging-x86_64/PKGBUILD
(from rev 1196215, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-staging-x86_64/gnuradio-bind-placeholders.patch
(from rev 1196215, gnuradio/trunk/gnuradio-bind-placeholders.patch)
Deleted:
  gnuradio/repos/community-staging-x86_64/21-fcd.rules
  gnuradio/repos/community-staging-x86_64/PKGBUILD
  gnuradio/repos/community-staging-x86_64/gnuradio-bind-placeholders.patch

--+
 21-fcd.rules |   18 
 PKGBUILD |  258 +-
 gnuradio-bind-placeholders.patch |  922 ++---
 3 files changed, 599 insertions(+), 599 deletions(-)

Deleted: 21-fcd.rules
===
--- 21-fcd.rules2022-05-07 17:25:37 UTC (rev 1196215)
+++ 21-fcd.rules2022-05-07 17:25:52 UTC (rev 1196216)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-staging-x86_64/21-fcd.rules (from rev 1196215, 
gnuradio/trunk/21-fcd.rules)
===
--- 21-fcd.rules(rev 0)
+++ 21-fcd.rules2022-05-07 17:25:52 UTC (rev 1196216)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 17:25:37 UTC (rev 1196215)
+++ PKGBUILD2022-05-07 17:25:52 UTC (rev 1196216)
@@ -1,129 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: David Runge 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgbase=gnuradio
-pkgname=(gnuradio gnuradio-companion)
-pkgver=3.10.2.0
-pkgrel=3
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('x86_64')
-url="https://gnuradio.org;
-license=('GPL')
-depends=('python-numpy' 'gsl' 'blas' 'libuhd' 'libvolk' 'log4cpp' 'python-yaml'
-'gmp' 'gsm' 'codec2' 'python-mako' 'python-click-plugins' 'soapysdr'
-'pybind11' 'libsndfile' 'spdlog')
-makedepends=('alsa-lib' 'boost' 'cmake' 'fftw' 'glu' 'gtk3' 'jack' 'pango'
-'portaudio' 'python-gobject' 'python-lxml' 'python-pyqt5' 'python-cairo'
-'python-jsonschema' 'qwt' 'zeromq')
-
-# todo
-# split the gui components?
-# build doxygen docs?
-# gr-video-sdl ?
-# icons
-# add thrift?
-# could soapy and pybind be optional makedeps?
-
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ autogenerated documentation
-# python-sphinx: Python autogenerated documentation
-
-# secret release directory
-#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
-# neglected official release directory
-#source=("https://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
-
-# seems upstream stopped doing signed tags/release assets > 3.8.0.0 :-/
-# https://github.com/gnuradio/gnuradio/issues/3858
-source=("gnuradio-$pkgver.tgz::https://github.com/gnuradio/gnuradio/archive/refs/tags/v$pkgver.tar.gz;
-
#"https://github.com/gnuradio/gnuradio/releases/download/v$pkgver/gnuradio-$pkgver.tar.gz;
-# 
"https://github.com/gnuradio/gnuradio/releases/download/v$pkgver/gnuradio-$pkgver.tar.gz.asc;
-gnuradio-bind-placeholders.patch
-"21-fcd.rules")
-validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2'  # GNU Radio Project
-  'D74F9F146E7F755783583158B343B2BA293E5174') # Marcus Müller
-sha512sums=('f34cd3aee1a5d72da387246c25f8494d9a28b2d66aa58ec99a6ff2ae45672f3ec65111af095282f026e2ef267bca2e64042a2aa3ee284ce770351629963fe468'
-
'f4e52e6e9ef6054f358d3ee00cbcb70bab65c36dfac8975c3182f6514c547905f36801a049f0918d69c9ffd98ce801891a3bfc4e4faeb8fb33582d84140a70b7'
-
'6f02dc8e20a7a1cd11099c851a7c8427fcd21e9652e6cddd0a72ca747b0e93cd4fd1b7b7b7e426b6231348bcc34fb2417716a2f03c92ec141889edc65031c3a0')
-
-prepare() {
-  cd 

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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 17:25:37
  Author: arojas
Revision: 1196215

libuhd 4.2 rebuild

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 17:22:08 UTC (rev 1196214)
+++ PKGBUILD2022-05-07 17:25:37 UTC (rev 1196215)
@@ -5,7 +5,7 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.10.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('x86_64')
 url="https://gnuradio.org;



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

2022-05-07 Thread Daniel M. Capella via arch-commits
Date: Saturday, May 7, 2022 @ 17:22:08
  Author: polyzen
Revision: 1196214

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 1196213, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 17:21:21 UTC (rev 1196213)
+++ PKGBUILD2022-05-07 17:22:08 UTC (rev 1196214)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Daniel M. Capella 
-
-pkgname=eslint
-pkgver=8.14.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='https://eslint.org'
-license=('MIT')
-depends=('acorn' 'nodejs')
-makedepends=('npm' 'rsync')
-options=('!emptydirs')
-source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-b2sums=('83f26329cab21c95ed58032ca6bf61ffe9b04c0967479aea18de64cff8bbc41e6f90dbedc4213fa0bab3a7d0a4b457736b8885f056143ab9c6a4658a27d84d6e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm install
-}
-
-check() {
-  cd $pkgname-$pkgver
-  node Makefile mocha
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  npm prune --production
-
-  _npmdir=/usr/lib/node_modules/$pkgname
-  install -d "$pkgdir"/usr/bin
-  ln -s $_npmdir/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
-  install -Dt "$pkgdir"/$_npmdir/bin bin/$pkgname.js
-  rsync -r --exclude .cache conf lib messages node_modules package.json \
-"$pkgdir"/$_npmdir
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-
-  # Experimental dedup
-  rm -r "$pkgdir"/$_npmdir/node_modules/acorn
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 1196213, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 17:22:08 UTC (rev 1196214)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Maintainer: Daniel M. Capella 
+
+pkgname=eslint
+pkgver=8.15.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='https://eslint.org'
+license=('MIT')
+depends=('acorn' 'nodejs')
+makedepends=('npm' 'rsync')
+options=('!emptydirs')
+source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+b2sums=('de7534282ae680c9bfa2b8e062196c20ba7384ca41c2ea4fe8b79e9e9681571dc941196ce88d8d1e0e91c56e25de73b093ac463d49b685d4f79b495585c6b1cd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm install
+}
+
+check() {
+  cd $pkgname-$pkgver
+  node Makefile mocha
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  npm prune --production
+
+  _npmdir=/usr/lib/node_modules/$pkgname
+  install -d "$pkgdir"/usr/bin
+  ln -s $_npmdir/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
+  install -Dt "$pkgdir"/$_npmdir/bin bin/$pkgname.js
+  rsync -r --exclude .cache conf lib messages node_modules package.json \
+"$pkgdir"/$_npmdir
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+
+  # Experimental dedup
+  rm -r "$pkgdir"/$_npmdir/node_modules/acorn
+}



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

2022-05-07 Thread Daniel M. Capella via arch-commits
Date: Saturday, May 7, 2022 @ 17:21:21
  Author: polyzen
Revision: 1196213

upgpkg: eslint 8.15.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 17:19:43 UTC (rev 1196212)
+++ PKGBUILD2022-05-07 17:21:21 UTC (rev 1196213)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=eslint
-pkgver=8.14.0
+pkgver=8.15.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm' 'rsync')
 options=('!emptydirs')
 
source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-b2sums=('83f26329cab21c95ed58032ca6bf61ffe9b04c0967479aea18de64cff8bbc41e6f90dbedc4213fa0bab3a7d0a4b457736b8885f056143ab9c6a4658a27d84d6e')
+b2sums=('de7534282ae680c9bfa2b8e062196c20ba7384ca41c2ea4fe8b79e9e9681571dc941196ce88d8d1e0e91c56e25de73b093ac463d49b685d4f79b495585c6b1cd')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 17:19:43
  Author: arojas
Revision: 1196212

archrelease: copy trunk to community-x86_64

Added:
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 1196211, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 1196211, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio-bind-placeholders.patch
(from rev 1196211, gnuradio/trunk/gnuradio-bind-placeholders.patch)
Deleted:
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio-bind-placeholders.patch

--+
 21-fcd.rules |   18 
 PKGBUILD |  258 +-
 gnuradio-bind-placeholders.patch |  922 ++---
 3 files changed, 599 insertions(+), 599 deletions(-)

Deleted: 21-fcd.rules
===
--- 21-fcd.rules2022-05-07 17:19:30 UTC (rev 1196211)
+++ 21-fcd.rules2022-05-07 17:19:43 UTC (rev 1196212)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-x86_64/21-fcd.rules (from rev 1196211, 
gnuradio/trunk/21-fcd.rules)
===
--- 21-fcd.rules(rev 0)
+++ 21-fcd.rules2022-05-07 17:19:43 UTC (rev 1196212)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 17:19:30 UTC (rev 1196211)
+++ PKGBUILD2022-05-07 17:19:43 UTC (rev 1196212)
@@ -1,129 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: David Runge 
-# Contributor: Dominik Heidler 
-# Contributor: Jonatan Sastre 
-pkgbase=gnuradio
-pkgname=(gnuradio gnuradio-companion)
-pkgver=3.10.2.0
-pkgrel=2
-pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
-arch=('x86_64')
-url="https://gnuradio.org;
-license=('GPL')
-depends=('python-numpy' 'gsl' 'blas' 'libuhd' 'libvolk' 'log4cpp' 'python-yaml'
-'gmp' 'gsm' 'codec2' 'python-mako' 'python-click-plugins' 'soapysdr'
-'pybind11' 'libsndfile')
-makedepends=('alsa-lib' 'boost' 'cmake' 'fftw' 'glu' 'gtk3' 'jack' 'pango'
-'portaudio' 'python-gobject' 'python-lxml' 'python-pyqt5' 'python-cairo'
-'python-jsonschema' 'qwt' 'zeromq' 'spdlog')
-
-# todo
-# split the gui components?
-# build doxygen docs?
-# gr-video-sdl ?
-# icons
-# add thrift?
-# could soapy and pybind be optional makedeps?
-
-# zeroc-ice: gr-ctrlport
-# doxygen: C++ autogenerated documentation
-# python-sphinx: Python autogenerated documentation
-
-# secret release directory
-#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz;
-# neglected official release directory
-#source=("https://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz;
-
-# seems upstream stopped doing signed tags/release assets > 3.8.0.0 :-/
-# https://github.com/gnuradio/gnuradio/issues/3858
-source=("gnuradio-$pkgver.tgz::https://github.com/gnuradio/gnuradio/archive/refs/tags/v$pkgver.tar.gz;
-
#"https://github.com/gnuradio/gnuradio/releases/download/v$pkgver/gnuradio-$pkgver.tar.gz;
-# 
"https://github.com/gnuradio/gnuradio/releases/download/v$pkgver/gnuradio-$pkgver.tar.gz.asc;
-gnuradio-bind-placeholders.patch
-"21-fcd.rules")
-validpgpkeys=('B90DDFAC56989BF62262EB812987C77CBB8ED9B2'  # GNU Radio Project
-  'D74F9F146E7F755783583158B343B2BA293E5174') # Marcus Müller
-sha512sums=('f34cd3aee1a5d72da387246c25f8494d9a28b2d66aa58ec99a6ff2ae45672f3ec65111af095282f026e2ef267bca2e64042a2aa3ee284ce770351629963fe468'
-
'f4e52e6e9ef6054f358d3ee00cbcb70bab65c36dfac8975c3182f6514c547905f36801a049f0918d69c9ffd98ce801891a3bfc4e4faeb8fb33582d84140a70b7'
-
'6f02dc8e20a7a1cd11099c851a7c8427fcd21e9652e6cddd0a72ca747b0e93cd4fd1b7b7b7e426b6231348bcc34fb2417716a2f03c92ec141889edc65031c3a0')
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  #patch -Np1 -i 

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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 17:19:30
  Author: arojas
Revision: 1196211

Rebuild to add spdlog dependency in stable, since the libuhd rebuild is going 
to take a while

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 17:09:20 UTC (rev 1196210)
+++ PKGBUILD2022-05-07 17:19:30 UTC (rev 1196211)
@@ -5,7 +5,7 @@
 pkgbase=gnuradio
 pkgname=(gnuradio gnuradio-companion)
 pkgver=3.10.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="General purpose DSP and SDR toolkit.  With drivers for usrp and fcd."
 arch=('x86_64')
 url="https://gnuradio.org;



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

2022-05-07 Thread Daniel M. Capella via arch-commits
Date: Saturday, May 7, 2022 @ 17:09:20
  Author: polyzen
Revision: 1196210

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 17:09:00 UTC (rev 1196209)
+++ PKGBUILD2022-05-07 17:09:20 UTC (rev 1196210)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.244
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('1ddce6da74560fdbe7d67cad58beccd5db31463be15908127da1546962fd4b370e1737aff892e5e4927d0b256747a700b07e8f671b3e664d304689af796527a5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  local _npmdir=/usr/lib/node_modules/$pkgname
-  install -d "$pkgdir"/{usr/bin,$_npmdir,usr/share/doc/$pkgname}
-  ln -s $_npmdir/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s $_npmdir/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/$_npmdir
-}
-
-# vim:set ts=2 sw=2 et:

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



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

2022-05-07 Thread Daniel M. Capella via arch-commits
Date: Saturday, May 7, 2022 @ 17:09:00
  Author: polyzen
Revision: 1196209

upgpkg: pyright 1.1.245-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 17:07:06 UTC (rev 1196208)
+++ PKGBUILD2022-05-07 17:09:00 UTC (rev 1196209)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.244
+pkgver=1.1.245
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('1ddce6da74560fdbe7d67cad58beccd5db31463be15908127da1546962fd4b370e1737aff892e5e4927d0b256747a700b07e8f671b3e664d304689af796527a5')
+b2sums=('cd6813139f55f36c40ead4a780f8e6e2bb65d1a58e7fa6765e79c80b02d4825923a416730e5104f074515a50a7bc8c3a30509c4d7b211e91c7193907f3375afe')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 17:07:06
  Author: arojas
Revision: 1196208

archrelease: copy trunk to community-x86_64

Added:
  rkward/repos/community-x86_64/PKGBUILD
(from rev 1196207, rkward/trunk/PKGBUILD)
Deleted:
  rkward/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 17:06:56 UTC (rev 1196207)
+++ PKGBUILD2022-05-07 17:07:06 UTC (rev 1196208)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor : Vassilis Palassopoulos 
-
-pkgname=rkward
-pkgver=0.7.3
-pkgrel=1
-pkgdesc='An easy to use and easily extensible IDE/GUI for R'
-url='https://rkward.kde.org/'
-arch=(x86_64)
-license=(GPL)
-depends=(qt5-webengine qt5-script ktexteditor r)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/stable/rkward/$pkgver/src/$pkgname-$pkgver.tar.gz)
-sha256sums=('49b118c11c41605e05434e4214f06bbf3a45c8bbc5ab54499dca117ca9efe7da')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: rkward/repos/community-x86_64/PKGBUILD (from rev 1196207, 
rkward/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 17:07:06 UTC (rev 1196208)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+# Contributor : Vassilis Palassopoulos 
+
+pkgname=rkward
+pkgver=0.7.3
+pkgrel=2
+pkgdesc='An easy to use and easily extensible IDE/GUI for R'
+url='https://rkward.kde.org/'
+arch=(x86_64)
+license=(GPL)
+depends=(qt5-webengine qt5-script ktexteditor r)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/rkward/$pkgver/src/$pkgname-$pkgver.tar.gz)
+sha256sums=('49b118c11c41605e05434e4214f06bbf3a45c8bbc5ab54499dca117ca9efe7da')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 17:06:56
  Author: arojas
Revision: 1196207

Rebuild with R 4.2

Modified:
  rkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 16:38:38 UTC (rev 1196206)
+++ PKGBUILD2022-05-07 17:06:56 UTC (rev 1196207)
@@ -3,7 +3,7 @@
 
 pkgname=rkward
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use and easily extensible IDE/GUI for R'
 url='https://rkward.kde.org/'
 arch=(x86_64)



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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 17:04:06
  Author: arojas
Revision: 444860

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 444859, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 444859, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  244 +++---
 arch-fonts.diff |  214 +++
 2 files changed, 229 insertions(+), 229 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 17:03:45 UTC (rev 444859)
+++ PKGBUILD2022-05-07 17:04:06 UTC (rev 444860)
@@ -1,122 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.1.0.32
-pkgrel=1
-pkgdesc='An image viewing/manipulation program'
-url='https://www.imagemagick.org/'
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp libzip libjxl highway
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng djvulibre)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://download.imagemagick.org/ImageMagick/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('2af6d31428d8f6ca112b34f29efba015f50077f1f72ee430638aad79bb3823ac'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-options=(debug)
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---disable-static \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-djvu \
---with-jxl \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libjxl: JPEG XL support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'libzip: OpenRaster support'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'djvulibre: DJVU support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options+=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 444859, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 17:04:06 UTC (rev 444860)
@@ -0,0 +1,122 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.1.0.33
+pkgrel=1
+pkgdesc='An image 

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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 17:03:45
  Author: arojas
Revision: 444859

Update to 7.1.0.33

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 16:44:36 UTC (rev 444858)
+++ PKGBUILD2022-05-07 17:03:45 UTC (rev 444859)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.1.0.32
+pkgver=7.1.0.33
 pkgrel=1
 pkgdesc='An image viewing/manipulation program'
 url='https://www.imagemagick.org/'
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 
source=(https://download.imagemagick.org/ImageMagick/download/releases/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('2af6d31428d8f6ca112b34f29efba015f50077f1f72ee430638aad79bb3823ac'
+sha256sums=('13abdfd97e0af5e14c6bb379aa96d6b90dab0fae08714288fbc7c6545ba5c8cc'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae



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

2022-05-07 Thread Andreas Radke via arch-commits
Date: Saturday, May 7, 2022 @ 16:44:36
  Author: andyrtr
Revision: 444858

archrelease: copy trunk to extra-x86_64

Added:
  ipp-usb/repos/extra-x86_64/PKGBUILD
(from rev 444857, ipp-usb/trunk/PKGBUILD)
  ipp-usb/repos/extra-x86_64/systemd-service.patch
(from rev 444857, ipp-usb/trunk/systemd-service.patch)
Deleted:
  ipp-usb/repos/extra-x86_64/PKGBUILD
  ipp-usb/repos/extra-x86_64/systemd-service.patch

---+
 PKGBUILD  |  118 
 systemd-service.patch |   22 
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 16:44:26 UTC (rev 444857)
+++ PKGBUILD2022-05-07 16:44:36 UTC (rev 444858)
@@ -1,59 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=ipp-usb
-pkgver=0.9.20
-pkgrel=2
-pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
-arch=('x86_64')
-url="https://github.com/OpenPrinting/ipp-usb;
-license=('custom: BSD')
-depends=('avahi' 'libusb')
-makedepends=('go')
-backup=(etc/ipp-usb/ipp-usb.conf)
-# ToDo: package goipp and fix ipp-usb - keeps downloading goipp even if 
present in build system
-#makedepends=('go' 'golang-github-openprinting-goipp')
-source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
-systemd-service.patch)
-sha256sums=('94cadc2dbe028984b0fe34c7480d2e76d87f953cabd38160d103c977dc06c382'
-'8cec95d5de1fcc95187c6521971a0239a5503bbc08162e5d67cfef2439e07a76')
-
-prepare() {
-cd "$pkgname-$pkgver"
-# fix systemd service file; FS#67526
-patch -Np1 -i ../systemd-service.patch
-   # fix Makefile
-   sed -i "s/sbin/bin/g" Makefile
-}
-
-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"
-
-   #go build -o "$pkgname" .
-   make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   go test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   # https://github.com/OpenPrinting/ipp-usb/blob/master/Makefile
-   # DESTDIR and PREFIX are fully f... up so do it our own
-   #make DESTDIR="${pkgdir}" install
-
-   install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-   install -Dm644 ipp-usb.conf "$pkgdir"/etc/ipp-usb/ipp-usb.conf
-   install -Dm644 systemd-udev/71-ipp-usb.rules 
"$pkgdir"/usr/lib/udev/rules.d/71-ipp-usb.rules
-   install -Dm644 systemd-udev/ipp-usb.service 
"$pkgdir"/usr/lib/systemd/system/ipp-usb.service
-   install -Dm644 ipp-usb.8 "$pkgdir"/usr/share/man/man8/ipp-usb.8
-   install -Dm644 ipp-usb-quirks/* -t "$pkgdir"/usr//share/ipp-usb/quirks
-   
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ipp-usb/repos/extra-x86_64/PKGBUILD (from rev 444857, 
ipp-usb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 16:44:36 UTC (rev 444858)
@@ -0,0 +1,59 @@
+# Maintainer: Andreas Radke 
+
+pkgname=ipp-usb
+pkgver=0.9.21
+pkgrel=1
+pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
+arch=('x86_64')
+url="https://github.com/OpenPrinting/ipp-usb;
+license=('custom: BSD')
+depends=('avahi' 'libusb')
+makedepends=('go')
+backup=(etc/ipp-usb/ipp-usb.conf)
+# ToDo: package goipp and fix ipp-usb - keeps downloading goipp even if 
present in build system
+#makedepends=('go' 'golang-github-openprinting-goipp')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
+systemd-service.patch)
+sha256sums=('478abfd872c42ead76edf100db603f54d8b76922468a0008c26c5b56f35a8520'
+'8cec95d5de1fcc95187c6521971a0239a5503bbc08162e5d67cfef2439e07a76')
+
+prepare() {
+cd "$pkgname-$pkgver"
+# fix systemd service file; FS#67526
+patch -Np1 -i ../systemd-service.patch
+   # fix Makefile
+   sed -i "s/sbin/bin/g" Makefile
+}
+
+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"
+
+   #go build -o "$pkgname" .
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   go test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   # https://github.com/OpenPrinting/ipp-usb/blob/master/Makefile
+   # DESTDIR and PREFIX are fully f... up so do it our own
+   #make DESTDIR="${pkgdir}" install
+
+   install -Dm755 $pkgname 

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

2022-05-07 Thread Andreas Radke via arch-commits
Date: Saturday, May 7, 2022 @ 16:44:26
  Author: andyrtr
Revision: 444857

upgpkg: ipp-usb 0.9.21-1: upstream update 0.9.21

Modified:
  ipp-usb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 15:52:59 UTC (rev 444856)
+++ PKGBUILD2022-05-07 16:44:26 UTC (rev 444857)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=ipp-usb
-pkgver=0.9.20
-pkgrel=2
+pkgver=0.9.21
+pkgrel=1
 pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
 arch=('x86_64')
 url="https://github.com/OpenPrinting/ipp-usb;
@@ -14,7 +14,7 @@
 #makedepends=('go' 'golang-github-openprinting-goipp')
 
source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
 systemd-service.patch)
-sha256sums=('94cadc2dbe028984b0fe34c7480d2e76d87f953cabd38160d103c977dc06c382'
+sha256sums=('478abfd872c42ead76edf100db603f54d8b76922468a0008c26c5b56f35a8520'
 '8cec95d5de1fcc95187c6521971a0239a5503bbc08162e5d67cfef2439e07a76')
 
 prepare() {



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

2022-05-07 Thread Massimiliano Torromeo via arch-commits
Date: Saturday, May 7, 2022 @ 16:38:38
  Author: mtorromeo
Revision: 1196206

archrelease: copy trunk to community-x86_64

Added:
  code/repos/community-x86_64/PKGBUILD
(from rev 1196205, code/trunk/PKGBUILD)
  code/repos/community-x86_64/code.js
(from rev 1196205, code/trunk/code.js)
  code/repos/community-x86_64/code.sh
(from rev 1196205, code/trunk/code.sh)
  code/repos/community-x86_64/product_json.diff
(from rev 1196205, code/trunk/product_json.diff)
Deleted:
  code/repos/community-x86_64/PKGBUILD
  code/repos/community-x86_64/code.js
  code/repos/community-x86_64/code.sh
  code/repos/community-x86_64/product_json.diff

---+
 PKGBUILD  |  282 ++--
 code.js   |   60 +--
 code.sh   |8 -
 product_json.diff |   44 
 4 files changed, 197 insertions(+), 197 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 16:38:09 UTC (rev 1196205)
+++ PKGBUILD2022-05-07 16:38:38 UTC (rev 1196206)
@@ -1,141 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michael Hansen 
-# Contributor: Francisco Magalhães 
-
-pkgname=code
-pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-# Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
-# NodeJS versioning cheatsheet:
-#   - carbon: 8
-#   - dubnium: 10
-#   - erbium: 12
-#   - fermium: 14
-#   - gallium: 16
-# Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
-_electron=electron17
-pkgver=1.66.0
-pkgrel=2
-arch=('x86_64')
-url='https://github.com/microsoft/vscode'
-license=('MIT')
-depends=($_electron 'libsecret' 'libx11' 'libxkbfile' 'ripgrep')
-optdepends=('bash-completion: Bash completions'
-'zsh-completions: ZSH completitons'
-'x11-ssh-askpass: SSH authentication')
-makedepends=('git' 'gulp' 'npm' 'python' 'yarn' 'nodejs-lts-gallium')
-provides=('vscode')
-source=("$pkgname::git+$url.git#tag=$pkgver"
-'code.js'
-'code.sh'
-'product_json.diff')
-sha512sums=('SKIP'
-
'6e8ee1df4dd982434a8295ca99e786a536457c86c34212546e548b115081798c5492a79f99cd5a3f1fa30fb71d29983aaabc2c79f4895d4a709d8354e9e2eade'
-
'b8bdb0e53cf8748140ed444c9b02cb6a57a7e1e120d96861d4cc9f79744a987f0253c052a238c78aa2c3f86459c4afb6f3b687435f0588d8f640822a9908b257'
-
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7')
-
-# Even though we don't officially support other archs, let's
-# allow the user to use this PKGBUILD to compile the package
-# for his architecture
-case "$CARCH" in
-  i686)
-_vscode_arch=ia32
-;;
-  x86_64)
-_vscode_arch=x64
-;;
-  armv7h)
-_vscode_arch=arm
-;;
-  *)
-# Needed for mksrcinfo
-_vscode_arch=DUMMY
-;;
-esac
-
-prepare() {
-  cd $pkgname
-
-  # Change electron binary name to the target electron
-  sed -i "s|exec electron |exec $_electron |" ../code.sh
-  sed -i "s|#!/usr/bin/electron|#!/usr/bin/$_electron|" ../code.js
-
-  # This patch no longer contains proprietary modifications.
-  # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p0 < ../product_json.diff
-
-  # Set the commit and build date
-  local _commit=$(git rev-parse HEAD)
-  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
-  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
-
-  # Build native modules for system electron
-  local _target=$(
+# Contributor: Michael Hansen 
+# Contributor: Francisco Magalhães 
+
+pkgname=code
+pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
+# Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
+# NodeJS versioning cheatsheet:
+#   - carbon: 8
+#   - dubnium: 10
+#   - erbium: 12
+#   - fermium: 14
+#   - gallium: 16
+# Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
+_electron=electron17
+pkgver=1.67.0
+pkgrel=1
+arch=('x86_64')
+url='https://github.com/microsoft/vscode'
+license=('MIT')
+depends=($_electron 'libsecret' 'libx11' 'libxkbfile' 'ripgrep')
+optdepends=('bash-completion: Bash completions'
+'zsh-completions: ZSH completitons'
+'x11-ssh-askpass: SSH authentication')
+makedepends=('git' 'gulp' 'npm' 'python' 'yarn' 'nodejs-lts-gallium')
+provides=('vscode')
+source=("$pkgname::git+$url.git#tag=$pkgver"
+'code.js'
+'code.sh'
+'product_json.diff')
+sha512sums=('SKIP'
+
'6e8ee1df4dd982434a8295ca99e786a536457c86c34212546e548b115081798c5492a79f99cd5a3f1fa30fb71d29983aaabc2c79f4895d4a709d8354e9e2eade'
+  

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

2022-05-07 Thread Massimiliano Torromeo via arch-commits
Date: Saturday, May 7, 2022 @ 16:38:09
  Author: mtorromeo
Revision: 1196205

upgpkg: code 1.67.0-1

Modified:
  code/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 15:45:01 UTC (rev 1196204)
+++ PKGBUILD2022-05-07 16:38:09 UTC (rev 1196205)
@@ -13,8 +13,8 @@
 #   - gallium: 16
 # Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
 _electron=electron17
-pkgver=1.66.0
-pkgrel=2
+pkgver=1.67.0
+pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
 license=('MIT')



[arch-commits] Commit in python-asgiref/repos/extra-any (PKGBUILD PKGBUILD)

2022-05-07 Thread Jelle van der Waa via arch-commits
Date: Saturday, May 7, 2022 @ 15:52:59
  Author: jelle
Revision: 444856

archrelease: copy trunk to extra-any

Added:
  python-asgiref/repos/extra-any/PKGBUILD
(from rev 444855, python-asgiref/trunk/PKGBUILD)
Deleted:
  python-asgiref/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 15:52:49 UTC (rev 444855)
+++ PKGBUILD2022-05-07 15:52:59 UTC (rev 444856)
@@ -1,31 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-asgiref
-pkgver=3.5.0
-pkgrel=1
-pkgdesc="Reference ASGI adapters and channel layers"
-arch=(any)
-url="http://github.com/django/asgiref;
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=(python-pytest python-pytest-asyncio)
-depends=('python')
-source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
-sha256sums=('2f8abc20f7248433085eda803936d98992f1343ddb022065779f37c5da0181d0')
-
-build() {
-cd "asgiref-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "asgiref-${pkgver}"
-PYTHONPATH=. pytest .
-}
-
-package() {
-cd "asgiref-${pkgver}"
-python setup.py install --root=${pkgdir} --optimize=1
-
-install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-asgiref/repos/extra-any/PKGBUILD (from rev 444855, 
python-asgiref/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 15:52:59 UTC (rev 444856)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-asgiref
+pkgver=3.5.1
+pkgrel=1
+pkgdesc="Reference ASGI adapters and channel layers"
+arch=(any)
+url="http://github.com/django/asgiref;
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=(python-pytest python-pytest-asyncio)
+depends=('python')
+source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
+sha256sums=('fddeea3c53fa99d0cdb613c3941cc6e52d822491fc2753fba25768fb5bf4e865')
+
+build() {
+cd "asgiref-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "asgiref-${pkgver}"
+PYTHONPATH=. pytest .
+}
+
+package() {
+cd "asgiref-${pkgver}"
+python setup.py install --root=${pkgdir} --optimize=1
+
+install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-05-07 Thread Jelle van der Waa via arch-commits
Date: Saturday, May 7, 2022 @ 15:52:49
  Author: jelle
Revision: 444855

upgpkg: python-asgiref 3.5.1-1

Modified:
  python-asgiref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 14:18:02 UTC (rev 444854)
+++ PKGBUILD2022-05-07 15:52:49 UTC (rev 444855)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-asgiref
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="Reference ASGI adapters and channel layers"
 arch=(any)
@@ -11,7 +11,7 @@
 checkdepends=(python-pytest python-pytest-asyncio)
 depends=('python')
 source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
-sha256sums=('2f8abc20f7248433085eda803936d98992f1343ddb022065779f37c5da0181d0')
+sha256sums=('fddeea3c53fa99d0cdb613c3941cc6e52d822491fc2753fba25768fb5bf4e865')
 
 build() {
 cd "asgiref-${pkgver}"



[arch-commits] Commit in webp-pixbuf-loader/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 15:45:01
  Author: archange
Revision: 1196204

archrelease: copy trunk to community-x86_64

Added:
  webp-pixbuf-loader/repos/community-x86_64/PKGBUILD
(from rev 1196203, webp-pixbuf-loader/trunk/PKGBUILD)
Deleted:
  webp-pixbuf-loader/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 15:43:57 UTC (rev 1196203)
+++ PKGBUILD2022-05-07 15:45:01 UTC (rev 1196204)
@@ -1,22 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=webp-pixbuf-loader
-pkgver=0.0.4
-pkgrel=1
-pkgdesc="WebM GDK Pixbuf Loader library"
-arch=(x86_64)
-url="https://github.com/aruiz/webp-pixbuf-loader;
-license=(LGPL)
-depends=(gdk-pixbuf2 libwebp)
-makedepends=(meson)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('cd6e4ec44755e8df3e298688c0aeb72b9467bbdd03009989c0d94b219b30fb51')
-
-build() {
-  arch-meson ${pkgname}-${pkgver} build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: webp-pixbuf-loader/repos/community-x86_64/PKGBUILD (from rev 1196203, 
webp-pixbuf-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 15:45:01 UTC (rev 1196204)
@@ -0,0 +1,28 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=webp-pixbuf-loader
+pkgver=0.0.4
+pkgrel=2
+pkgdesc="WebM GDK Pixbuf Loader library"
+arch=(x86_64)
+url="https://github.com/aruiz/webp-pixbuf-loader;
+license=(LGPL)
+depends=(gdk-pixbuf2 libwebp)
+makedepends=(meson)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
${pkgname}-fix-gdk_pixbuf_file_info-crash.patch::${url}/commit/631c1ec9dd3cf763c1431080940f830c6111b1d5.patch)
+sha256sums=('cd6e4ec44755e8df3e298688c0aeb72b9467bbdd03009989c0d94b219b30fb51'
+'303fe5c039622fdfb2df8dbe650bc3cc1e2083decba915bbe449d627c5e6d2b4')
+
+prepare() {
+  patch -p1 -d ${pkgname}-${pkgver} < 
${pkgname}-fix-gdk_pixbuf_file_info-crash.patch
+}
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}



[arch-commits] Commit in webp-pixbuf-loader/trunk (PKGBUILD)

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 15:43:57
  Author: archange
Revision: 1196203

Backport a requested fix

Modified:
  webp-pixbuf-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 15:11:53 UTC (rev 1196202)
+++ PKGBUILD2022-05-07 15:43:57 UTC (rev 1196203)
@@ -2,7 +2,7 @@
 
 pkgname=webp-pixbuf-loader
 pkgver=0.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="WebM GDK Pixbuf Loader library"
 arch=(x86_64)
 url="https://github.com/aruiz/webp-pixbuf-loader;
@@ -9,9 +9,15 @@
 license=(LGPL)
 depends=(gdk-pixbuf2 libwebp)
 makedepends=(meson)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('cd6e4ec44755e8df3e298688c0aeb72b9467bbdd03009989c0d94b219b30fb51')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
${pkgname}-fix-gdk_pixbuf_file_info-crash.patch::${url}/commit/631c1ec9dd3cf763c1431080940f830c6111b1d5.patch)
+sha256sums=('cd6e4ec44755e8df3e298688c0aeb72b9467bbdd03009989c0d94b219b30fb51'
+'303fe5c039622fdfb2df8dbe650bc3cc1e2083decba915bbe449d627c5e6d2b4')
 
+prepare() {
+  patch -p1 -d ${pkgname}-${pkgver} < 
${pkgname}-fix-gdk_pixbuf_file_info-crash.patch
+}
+
 build() {
   arch-meson ${pkgname}-${pkgver} build
   ninja -C build



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

2022-05-07 Thread Leonidas Spyropoulos via arch-commits
Date: Saturday, May 7, 2022 @ 14:31:34
  Author: artafinde
Revision: 1196199

archrelease: copy trunk to community-any

Added:
  freeplane/repos/community-any/PKGBUILD
(from rev 1196198, freeplane/trunk/PKGBUILD)
  freeplane/repos/community-any/freeplane.desktop
(from rev 1196198, freeplane/trunk/freeplane.desktop)
  freeplane/repos/community-any/freeplane.run
(from rev 1196198, freeplane/trunk/freeplane.run)
Deleted:
  freeplane/repos/community-any/PKGBUILD
  freeplane/repos/community-any/freeplane.desktop
  freeplane/repos/community-any/freeplane.run

---+
 PKGBUILD  |  152 ++--
 freeplane.desktop |   54 +-
 freeplane.run |6 +-
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 14:31:24 UTC (rev 1196198)
+++ PKGBUILD2022-05-07 14:31:34 UTC (rev 1196199)
@@ -1,76 +0,0 @@
-# Maintainer: Leonidas Spyropoulos (artafi...@archlinux.org)
-# Contributor: scraw...@gmail.com
-
-pkgname=freeplane
-pkgver=1.10.2
-pkgrel=1
-pkgdesc="A Java mindmapping tool"
-arch=('any')
-url="http://freeplane.sourceforge.net;
-license=('GPL2')
-_jrever=11
-_jdkver=17
-makedepends=('gradle' "jdk${_jdkver}-openjdk" 'gnu-free-fonts' 'fontconfig')
-depends=("java-runtime-headless>${_jrever}")
-source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_src-${pkgver}.tar.gz;
-"freeplane.desktop" "freeplane.run")
-b2sums=('22302d69b920a5dd21b12620e7b501d77b7db1737ce1233bc6f75de0c2f87fd3eca122184a93b8f981e81c37c99736c2d0a230aaeb462c9a856fa49c00db8e17'
-
'87c25331e01823e38668e4b394a51a279c05b24b088f4ffc1482d3783e24018da8f9e51b3ad1a62c5a863f85a6ccb30bbe8999cb861dc1b93d5483019644cfa5'
-
'24ca56b7c7894b9bb38600b4d37973769243e1bdb221f33125b60bf4f878a3b630775710fab9dee97fa45a69319455037e294860ba7fbd608529982c6b0b1538')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export JAVA_HOME="/usr/lib/jvm/java-${_jdkver}-openjdk"
-  export PATH="/usr/lib/jvm/java-${_jdkver}-openjdk/bin:$PATH"
-  gradle -Dorg.gradle.daemon=false build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/BIN"
-  # Copy plugins
-  find plugins -type f | while read file ; do
-install -Dm644 "${file}" "${pkgdir}/usr/share/freeplane/${file}"
-  done
-  # Copy docs (excluding API JavaDocs)
-  find doc -type f ! -path "*api*"| while read file; do
-install -Dm644 "${file}" "${pkgdir}/usr/share/freeplane/${file}"
-  done
-  # Copy various
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/BIN"/framework.jar 
"${pkgdir}"/usr/share/freeplane/framework.jar
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/BIN"/freeplane.l4j.ini 
"${pkgdir}"/usr/share/freeplane/freeplane.l4j.ini
-  install -Dm755 "${srcdir}/${pkgname}-${pkgver}/BIN"/freeplane.policy 
"${pkgdir}"/usr/share/freeplane/freeplane.policy
-  install -Dm755 "${srcdir}/${pkgname}-${pkgver}/BIN"/freeplane.sh 
"${pkgdir}"/usr/share/freeplane/freeplane.sh
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/BIN"/freeplaneConsole.l4j.ini 
"${pkgdir}"/usr/share/freeplane/freeplaneConsole.l4j.ini
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/BIN"/freeplaneIcons.dll 
"${pkgdir}"/usr/share/freeplane/freeplaneIcons.dll
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/BIN"/freeplanelauncher.jar 
"${pkgdir}"/usr/share/freeplane/freeplanelauncher.jar
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/BIN"/gitinfo.txt 
"${pkgdir}"/usr/share/freeplane/gitinfo.txt
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/BIN"/init.xargs 
"${pkgdir}"/usr/share/freeplane/init.xargs
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/BIN"/props.xargs 
"${pkgdir}"/usr/share/freeplane/props.xargs
-  # Copy core
-  install -dm755 
"${pkgdir}"/usr/share/freeplane/core/org.freeplane.core/META-INF/
-  install -Dm644 
"${srcdir}/${pkgname}-${pkgver}/BIN"/core/org.freeplane.core/META-INF/* 
"${pkgdir}"/usr/share/freeplane/core/org.freeplane.core/META-INF/
-  install -dm755 "${pkgdir}"/usr/share/freeplane/core/org.freeplane.core/lib
-  install -Dm644 
"${srcdir}/${pkgname}-${pkgver}/BIN"/core/org.freeplane.core/lib/* 
"${pkgdir}"/usr/share/freeplane/core/org.freeplane.core/lib
-  # Copy resources
-  install -dm755 "${pkgdir}"/usr/share/freeplane/resources/ortho/
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/BIN"/resources/ortho/* 
"${pkgdir}"/usr/share/freeplane/resources/ortho/
-  install -dm755 "${pkgdir}"/usr/share/freeplane/resources/templates/
-  install -dm755 "${pkgdir}"/usr/share/freeplane/resources/templates/
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/BIN"/resources/templates/* 
"${pkgdir}"/usr/share/freeplane/resources/templates/
-  install -dm755 "${pkgdir}"/usr/share/freeplane/resources/xslt/
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/BIN"/resources/xslt/* 
"${pkgdir}"/usr/share/freeplane/resources/xslt/
-  install -dm755 

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

2022-05-07 Thread Leonidas Spyropoulos via arch-commits
Date: Saturday, May 7, 2022 @ 14:31:24
  Author: artafinde
Revision: 1196198

freeplane: dependencies are jre 8-11

Modified:
  freeplane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 14:08:41 UTC (rev 1196197)
+++ PKGBUILD2022-05-07 14:31:24 UTC (rev 1196198)
@@ -3,7 +3,7 @@
 
 pkgname=freeplane
 pkgver=1.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A Java mindmapping tool"
 arch=('any')
 url="http://freeplane.sourceforge.net;
@@ -11,7 +11,7 @@
 _jrever=11
 _jdkver=17
 makedepends=('gradle' "jdk${_jdkver}-openjdk" 'gnu-free-fonts' 'fontconfig')
-depends=("java-runtime-headless>${_jrever}")
+depends=("java-runtime>=${_jrever}" "java-runtime<=${_jdkver}")
 
source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_src-${pkgver}.tar.gz;
 "freeplane.desktop" "freeplane.run")
 
b2sums=('22302d69b920a5dd21b12620e7b501d77b7db1737ce1233bc6f75de0c2f87fd3eca122184a93b8f981e81c37c99736c2d0a230aaeb462c9a856fa49c00db8e17'



[arch-commits] Commit in systemd/repos/testing-x86_64 (40 files)

2022-05-07 Thread Christian Hesse via arch-commits
Date: Saturday, May 7, 2022 @ 14:18:02
  Author: eworm
Revision: 444854

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 444853, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 444853, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 444853, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 444853, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 444853, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 444853, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 444853, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 444853, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 444853, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 444853, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 444853, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 444853, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 444853, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 444853, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 444853, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 444853, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 444853, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 444853, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 444853, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 444853, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
  systemd/repos/testing-x86_64/30-systemd-update.hook
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

+
 0001-Use-Arch-Linux-device-access-groups.patch |  352 +++---
 20-systemd-sysusers.hook   |   20 
 30-systemd-binfmt.hook |   20 
 30-systemd-catalog.hook|   22 
 30-systemd-daemon-reload.hook  |   22 
 30-systemd-hwdb.hook   |   22 
 30-systemd-sysctl.hook |   20 
 30-systemd-tmpfiles.hook   |   20 
 30-systemd-udev-reload.hook|   22 
 30-systemd-update.hook |   22 
 PKGBUILD   |  572 +++
 arch.conf  |   14 
 initcpio-hook-udev |   44 -
 initcpio-install-systemd   |  302 ++--
 initcpio-install-udev  |   66 +-
 loader.conf|2 
 systemd-hook   |   92 +--
 systemd-user.pam   |   10 
 systemd.install|  124 ++--
 19 files changed, 885 insertions(+), 883 deletions(-)

Deleted: 0001-Use-Arch-Linux-device-access-groups.patch
===
--- 0001-Use-Arch-Linux-device-access-groups.patch  2022-05-07 14:17:48 UTC 
(rev 444853)
+++ 0001-Use-Arch-Linux-device-access-groups.patch  2022-05-07 14:18:02 UTC 
(rev 444854)
@@ -1,176 +0,0 @@
-From 

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

2022-05-07 Thread Christian Hesse via arch-commits
Date: Saturday, May 7, 2022 @ 14:17:48
  Author: eworm
Revision: 444853

upgpkg: systemd 251rc2-2: udev: fix parent token handling

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 14:14:08 UTC (rev 444852)
+++ PKGBUILD2022-05-07 14:17:48 UTC (rev 444853)
@@ -5,7 +5,7 @@
 _tag='917aa5cc34eec198c241aed7aaa564cade4737f4' # git rev-parse v${_tag_name}
 _tag_name=251-rc2
 pkgver="${_tag_name/-/}"
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -60,6 +60,8 @@
 
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
+  # udev: fix parent token handling
+  'eba782d59bfc1ce82b4c41883d15fa5e705126e5'
 )
 
 _reverts=(



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

2022-05-07 Thread Christian Hesse via arch-commits
Date: Saturday, May 7, 2022 @ 14:14:08
  Author: eworm
Revision: 444852

archrelease: copy trunk to testing-x86_64

Added:
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/PKGBUILD
(from rev 444851, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 444851, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 444851, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git-sysusers.conf
(from rev 444851, git/trunk/git-sysusers.conf)
  git/repos/testing-x86_64/git.install
(from rev 444851, git/trunk/git.install)

-+
 PKGBUILD|  127 ++
 git-daemon.socket   |9 +++
 git-daemon@.service |   14 +
 git-sysusers.conf   |1 
 git.install |   14 +
 5 files changed, 165 insertions(+)

Copied: git/repos/testing-x86_64/PKGBUILD (from rev 444851, git/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-05-07 14:14:08 UTC (rev 444852)
@@ -0,0 +1,127 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.36.1
+pkgrel=1
+pkgdesc='the fast distributed version control system'
+arch=('x86_64')
+url='https://git-scm.com/'
+license=('GPL2')
+depends=('curl' 'expat' 'perl' 'perl-error' 'perl-mailtools'
+ 'openssl' 'pcre2' 'grep' 'shadow' 'zlib')
+makedepends=('python' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn and interactive.singlekey setting'
+'perl-io-socket-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'perl-mediawiki-api: git mediawiki support'
+'perl-datetime-format-iso8601: git mediawiki support'
+'perl-lwp-protocol-https: git mediawiki https support'
+'perl-cgi: gitweb (web interface) support'
+'python: git svn & git p4'
+'subversion: git svn'
+'org.freedesktop.secrets: keyring credential helper'
+'libsecret: libsecret credential helper')
+install=git.install
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
+'git-daemon@.service'
+'git-daemon.socket'
+'git-sysusers.conf')
+sha256sums=('405d4a0ff6e818d1f12b3e92e1ac060f612adcb454f6299f70583058cb508370'
+'SKIP'
+'14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
+'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'
+'7630e8245526ad80f703fac9900a1328588c503ce32b37b9f8811674fcda4a45')
+
+_make_paths=(
+  prefix='/usr'
+  gitexecdir='/usr/lib/git-core'
+  perllibdir="$(/usr/bin/perl -MConfig -wle 'print $Config{installvendorlib}')"
+)
+
+_make_options=(
+  CFLAGS="$CFLAGS"
+  LDFLAGS="$LDFLAGS"
+  INSTALL_SYMLINKS=1
+  MAN_BOLD_LITERAL=1
+  NO_PERL_CPAN_FALLBACKS=1
+  USE_LIBPCRE2=1
+)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+all man
+
+  make -C contrib/credential/gnome-keyring
+  make -C contrib/credential/libsecret
+  make -C contrib/subtree "${_make_paths[@]}" all man
+  make -C contrib/mw-to-git "${_make_paths[@]}" all
+  make -C contrib/diff-highlight "${_make_paths[@]}"
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local jobs
+  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
+  mkdir -p /dev/shm/git-test
+  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
+  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
+  # build chroot (i.e.: /usr/bin/nologin)
+  SHELL=/bin/sh \
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+NO_SVN_TESTS=y \
+DEFAULT_TEST_TARGET=prove \
+GIT_PROVE_OPTS="$jobs -Q" \
+GIT_TEST_OPTS="--root=/dev/shm/git-test" \
+test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+DESTDIR="$pkgdir" \
+install install-man
+
+  # bash completion
+  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
+  install -m 0644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
+  # fancy git prompt
+  mkdir -p "$pkgdir"/usr/share/git/
+  install -m 0644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
+  # gnome credentials helper (deprecated, but we will keep it as long there is 
no extra cost)
+  # https://gitlab.gnome.org/GNOME/libgnome-keyring/commit/6a5adea4aec93
+  install -m 0755 
contrib/credential/gnome-keyring/git-credential-gnome-keyring \
+  "$pkgdir"/usr/lib/git-core/git-credential-gnome-keyring
+ 

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

2022-05-07 Thread Christian Hesse via arch-commits
Date: Saturday, May 7, 2022 @ 14:13:58
  Author: eworm
Revision: 444851

upgpkg: git 2.36.1-1: new upstream release

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 13:54:15 UTC (rev 444850)
+++ PKGBUILD2022-05-07 14:13:58 UTC (rev 444851)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.36.0
+pkgver=2.36.1
 pkgrel=1
 pkgdesc='the fast distributed version control system'
 arch=('x86_64')
@@ -30,7 +30,7 @@
 'git-daemon@.service'
 'git-daemon.socket'
 'git-sysusers.conf')
-sha256sums=('af5ebfc1658464f5d0d45a2bfd884c935fb607a10cc021d95bc80778861cc1d3'
+sha256sums=('405d4a0ff6e818d1f12b3e92e1ac060f612adcb454f6299f70583058cb508370'
 'SKIP'
 '14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'



[arch-commits] Commit in electron15/repos/community-x86_64 (34 files)

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 14:08:41
  Author: tensor5
Revision: 1196197

archrelease: copy trunk to community-x86_64

Added:
  electron15/repos/community-x86_64/PKGBUILD
(from rev 1196196, electron15/trunk/PKGBUILD)
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
(from rev 1196196, 
electron15/trunk/add-a-TODO-about-a-missing-pnacl-flag.patch)
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1196196, 
electron15/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron15/repos/community-x86_64/default_app-icon.patch
(from rev 1196196, electron15/trunk/default_app-icon.patch)
  electron15/repos/community-x86_64/electron-launcher.sh
(from rev 1196196, electron15/trunk/electron-launcher.sh)
  electron15/repos/community-x86_64/electron.desktop
(from rev 1196196, electron15/trunk/electron.desktop)
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
(from rev 1196196, electron15/trunk/gn-visibility-gmock.patch)
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
(from rev 1196196, electron15/trunk/gn-visibility-mojo.patch)
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
(from rev 1196196, electron15/trunk/gn-visibility-webrtc.patch)
  electron15/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1196196, electron15/trunk/jinja-python-3.10.patch)
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
(from rev 1196196, electron15/trunk/replace-blacklist-with-ignorelist.patch)
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1196196, 
electron15/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1196196, 
electron15/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1196196, 
electron15/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1196196, 
electron15/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
(from rev 1196196, electron15/trunk/use-ffile-compilation-dir.patch)
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1196196, electron15/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron15/repos/community-x86_64/PKGBUILD
  electron15/repos/community-x86_64/add-a-TODO-about-a-missing-pnacl-flag.patch
  electron15/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron15/repos/community-x86_64/default_app-icon.patch
  electron15/repos/community-x86_64/electron-launcher.sh
  electron15/repos/community-x86_64/electron.desktop
  electron15/repos/community-x86_64/gn-visibility-gmock.patch
  electron15/repos/community-x86_64/gn-visibility-mojo.patch
  electron15/repos/community-x86_64/gn-visibility-webrtc.patch
  electron15/repos/community-x86_64/jinja-python-3.10.patch
  electron15/repos/community-x86_64/replace-blacklist-with-ignorelist.patch
  
electron15/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron15/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  
electron15/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron15/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron15/repos/community-x86_64/use-ffile-compilation-dir.patch
  electron15/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  574 +--
 add-a-TODO-about-a-missing-pnacl-flag.patch|   56 -
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 gn-visibility-gmock.patch  |   86 -
 gn-visibility-mojo.patch   |   72 -
 gn-visibility-webrtc.patch |   90 -
 jinja-python-3.10.patch|   66 -
 replace-blacklist-with-ignorelist.patch|  392 +++
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 -
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-ffile-compilation-dir.patch|  130 +-
 

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

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 14:08:13
  Author: tensor5
Revision: 1196196

upgpkg: electron15 15.5.4-1

Modified:
  electron15/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 14:06:31 UTC (rev 1196195)
+++ PKGBUILD2022-05-07 14:08:13 UTC (rev 1196196)
@@ -1,12 +1,12 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=15.5.2
-_commit=0d94bdda5070d8b28f7cf8a5f64e675f8c8f6ec0
+pkgver=15.5.4
+_commit=ec7baba40166e9f11046cff31de180e4f652ec23
 _chromiumver=94.0.4606.81
 _gcc_patchset=3
 # shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then



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

2022-05-07 Thread Jelle van der Waa via arch-commits
Date: Saturday, May 7, 2022 @ 14:06:31
  Author: jelle
Revision: 1196195

archrelease: copy trunk to community-x86_64

Added:
  librepo/repos/community-x86_64/PKGBUILD
(from rev 1196194, librepo/trunk/PKGBUILD)
Deleted:
  librepo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 13:57:49 UTC (rev 1196194)
+++ PKGBUILD2022-05-07 14:06:31 UTC (rev 1196195)
@@ -1,45 +0,0 @@
-# Contributor: larchunix
-# Maintainer: Jelle van der Waa 
-
-pkgname=librepo
-pkgver=1.14.2
-pkgrel=1
-pkgdesc="Repodata downloading library"
-arch=('x86_64')
-url="https://github.com/rpm-software-management/$pkgname;
-license=('GPL')
-depends=('curl' 'glib2' 'gpgme' 'libxml2' 'openssl')
-makedepends=('cmake' 'python')
-checkdepends=('check' 'python-gpgme' 'python-pyxattr' 'python-requests')
-optdepends=('python: for python bindings')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('436ead59dd22f45e87b4c0a408e100e0a159f825128b875ad33ed672204023be')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake -B build \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DENABLE_DOCS=OFF \
--DENABLE_PYTHON=ON \
--DWITH_ZCHUNK=OFF
-
-  make -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  make -C build ARGS="-V" test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make -C build DESTDIR="$pkgdir/" install
-
-  install -Dp -m644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: librepo/repos/community-x86_64/PKGBUILD (from rev 1196194, 
librepo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 14:06:31 UTC (rev 1196195)
@@ -0,0 +1,45 @@
+# Contributor: larchunix
+# Maintainer: Jelle van der Waa 
+
+pkgname=librepo
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="Repodata downloading library"
+arch=('x86_64')
+url="https://github.com/rpm-software-management/$pkgname;
+license=('GPL')
+depends=('curl' 'glib2' 'gpgme' 'libxml2' 'openssl')
+makedepends=('cmake' 'python')
+checkdepends=('check' 'python-gpgme' 'python-pyxattr' 'python-requests')
+optdepends=('python: for python bindings')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('316826a8547ea2236edccdab04a0788e6d199205755d07e3e81651723fa623f2')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake -B build \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_DOCS=OFF \
+-DENABLE_PYTHON=ON \
+-DWITH_ZCHUNK=OFF
+
+  make -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  make -C build ARGS="-V" test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make -C build DESTDIR="$pkgdir/" install
+
+  install -Dp -m644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}



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

2022-05-07 Thread Jelle van der Waa via arch-commits
Date: Saturday, May 7, 2022 @ 13:57:49
  Author: jelle
Revision: 1196194

upgpkg: librepo 1.14.3-1

Modified:
  librepo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 13:15:37 UTC (rev 1196193)
+++ PKGBUILD2022-05-07 13:57:49 UTC (rev 1196194)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=librepo
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc="Repodata downloading library"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('check' 'python-gpgme' 'python-pyxattr' 'python-requests')
 optdepends=('python: for python bindings')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('436ead59dd22f45e87b4c0a408e100e0a159f825128b875ad33ed672204023be')
+sha256sums=('316826a8547ea2236edccdab04a0788e6d199205755d07e3e81651723fa623f2')
 
 build() {
   cd "$pkgname-$pkgver"



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

2022-05-07 Thread Tobias Powalowski via arch-commits
Date: Saturday, May 7, 2022 @ 13:54:15
  Author: tpowa
Revision: 444850

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 13:54:09 UTC (rev 444849)
+++ PKGBUILD2022-05-07 13:54:15 UTC (rev 444850)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.05
-pkgrel=33
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'haveged' 'pambase' 
'traceroute' 'grub' 
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

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

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 444849, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 13:54:15 UTC (rev 444850)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.05
+pkgrel=34
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 

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

2022-05-07 Thread Tobias Powalowski via arch-commits
Date: Saturday, May 7, 2022 @ 13:54:09
  Author: tpowa
Revision: 444849

upgpkg: archboot-arm 2022.05-34: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 13:53:17 UTC (rev 444848)
+++ PKGBUILD2022-05-07 13:54:09 UTC (rev 444849)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.05
-pkgrel=33
+pkgrel=34
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



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

2022-05-07 Thread Tobias Powalowski via arch-commits
Date: Saturday, May 7, 2022 @ 13:53:17
  Author: tpowa
Revision: 444848

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 13:53:11 UTC (rev 444847)
+++ PKGBUILD2022-05-07 13:53:17 UTC (rev 444848)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.05
-pkgrel=33
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/x86_64-local.conf'
-   'etc/archboot/aarch64-local.conf'
-   'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-   'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

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

Copied: archboot/repos/extra-any/PKGBUILD (from rev 444847, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 13:53:17 UTC (rev 444848)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.05
+pkgrel=34
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 

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

2022-05-07 Thread Tobias Powalowski via arch-commits
Date: Saturday, May 7, 2022 @ 13:53:11
  Author: tpowa
Revision: 444847

upgpkg: archboot 2022.05-34: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 11:55:50 UTC (rev 444846)
+++ PKGBUILD2022-05-07 13:53:11 UTC (rev 444847)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.05
-pkgrel=33
+pkgrel=34
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-05-07 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, May 7, 2022 @ 13:15:37
  Author: svenstaro
Revision: 1196193

archrelease: copy trunk to community-x86_64

Added:
  just/repos/community-x86_64/PKGBUILD
(from rev 1196192, just/trunk/PKGBUILD)
Deleted:
  just/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 13:15:28 UTC (rev 1196192)
+++ PKGBUILD2022-05-07 13:15:37 UTC (rev 1196193)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Fredy García 
-
-pkgname=just
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="A handy way to save and run project-specific commands"
-arch=("x86_64")
-url="https://github.com/casey/just;
-license=("custom:CC0")
-depends=("gcc-libs")
-makedepends=("cargo")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('5f04ce85dc2de7609d68c336a7c51f477f8ff079d8b209a0d72183615e3f1e55')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo check --release
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "completions/just.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_just"
-  install -Dm644 "completions/just.bash" 
"${pkgdir}/usr/share/bash-completion/completions/just"
-  install -Dm644 "completions/just.fish" 
"${pkgdir}/usr/share/fish/vendor_completions.d/just.fish"
-}

Copied: just/repos/community-x86_64/PKGBUILD (from rev 1196192, 
just/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 13:15:37 UTC (rev 1196193)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Fredy García 
+
+pkgname=just
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="A handy way to save and run project-specific commands"
+arch=("x86_64")
+url="https://github.com/casey/just;
+license=("custom:CC0")
+depends=("gcc-libs")
+makedepends=("cargo")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('571f35b2b08d0e0617028854a8c2781b822544c58b8a081f4fc795a779c80878')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo check --release
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "completions/just.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_just"
+  install -Dm644 "completions/just.bash" 
"${pkgdir}/usr/share/bash-completion/completions/just"
+  install -Dm644 "completions/just.fish" 
"${pkgdir}/usr/share/fish/vendor_completions.d/just.fish"
+}



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

2022-05-07 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, May 7, 2022 @ 13:15:28
  Author: svenstaro
Revision: 1196192

upgpkg: just 1.1.3-1

Modified:
  just/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 13:01:49 UTC (rev 1196191)
+++ PKGBUILD2022-05-07 13:15:28 UTC (rev 1196192)
@@ -2,7 +2,7 @@
 # Contributor: Fredy García 
 
 pkgname=just
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="A handy way to save and run project-specific commands"
 arch=("x86_64")
@@ -11,7 +11,7 @@
 depends=("gcc-libs")
 makedepends=("cargo")
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('5f04ce85dc2de7609d68c336a7c51f477f8ff079d8b209a0d72183615e3f1e55')
+sha256sums=('571f35b2b08d0e0617028854a8c2781b822544c58b8a081f4fc795a779c80878')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2022-05-07 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, May 7, 2022 @ 13:01:49
  Author: jlichtblau
Revision: 1196191

archrelease: copy trunk to community-x86_64

Added:
  lzlib/repos/community-x86_64/PKGBUILD
(from rev 1196190, lzlib/trunk/PKGBUILD)
Deleted:
  lzlib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 13:01:39 UTC (rev 1196190)
+++ PKGBUILD2022-05-07 13:01:49 UTC (rev 1196191)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Christoph Zeiler 
-
-pkgname=lzlib
-pkgver=1.13
-pkgrel=1
-pkgdesc="A library providing in-memory LZMA compression and decompression 
functions"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/lzip/lzlib.html;
-license=('GPL3')
-depends=('gcc-libs')
-options=('!emptydirs')
-source=(http://download.savannah.gnu.org/releases/lzip/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
-sha256sums=('a1ab58f3148ba4b2674e938438166042137a9275bed747306641acfddc9ffb80'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm755 minilzip "${pkgdir}"/usr/bin/minilzip
-}

Copied: lzlib/repos/community-x86_64/PKGBUILD (from rev 1196190, 
lzlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 13:01:49 UTC (rev 1196191)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Christoph Zeiler 
+
+pkgname=lzlib
+pkgver=1.13
+pkgrel=2
+pkgdesc="A library providing in-memory LZMA compression and decompression 
functions"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/lzip/lzlib.html;
+license=('BSD')
+depends=('gcc-libs')
+options=('!emptydirs')
+source=(http://download.savannah.gnu.org/releases/lzip/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742') # Antonio Diaz Diaz
+sha256sums=('a1ab58f3148ba4b2674e938438166042137a9275bed747306641acfddc9ffb80'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm755 minilzip "${pkgdir}"/usr/bin/minilzip
+  
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/COPYING
+}



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

2022-05-07 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, May 7, 2022 @ 13:01:39
  Author: jlichtblau
Revision: 1196190

upgpkg: lzlib 1.13-2 - license info fixed

Modified:
  lzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 12:55:35 UTC (rev 1196189)
+++ PKGBUILD2022-05-07 13:01:39 UTC (rev 1196190)
@@ -3,11 +3,11 @@
 
 pkgname=lzlib
 pkgver=1.13
-pkgrel=1
+pkgrel=2
 pkgdesc="A library providing in-memory LZMA compression and decompression 
functions"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/lzip/lzlib.html;
-license=('GPL3')
+license=('BSD')
 depends=('gcc-libs')
 options=('!emptydirs')
 
source=(http://download.savannah.gnu.org/releases/lzip/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
@@ -28,4 +28,6 @@
   make DESTDIR="${pkgdir}" install
 
   install -Dm755 minilzip "${pkgdir}"/usr/bin/minilzip
+  
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/COPYING
 }



[arch-commits] Commit in electron16/repos/community-x86_64 (26 files)

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 12:54:44
  Author: tensor5
Revision: 1196185

archrelease: copy trunk to community-x86_64

Added:
  electron16/repos/community-x86_64/PKGBUILD
(from rev 1196184, electron16/trunk/PKGBUILD)
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1196184, 
electron16/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron16/repos/community-x86_64/default_app-icon.patch
(from rev 1196184, electron16/trunk/default_app-icon.patch)
  electron16/repos/community-x86_64/electron-launcher.sh
(from rev 1196184, electron16/trunk/electron-launcher.sh)
  electron16/repos/community-x86_64/electron.desktop
(from rev 1196184, electron16/trunk/electron.desktop)
  electron16/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1196184, electron16/trunk/jinja-python-3.10.patch)
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1196184, 
electron16/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1196184, 
electron16/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron16/repos/community-x86_64/std-vector-non-const.patch
(from rev 1196184, electron16/trunk/std-vector-non-const.patch)
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1196184, 
electron16/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1196184, 
electron16/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1196184, electron16/trunk/use-system-libraries-in-node.patch)
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch
(from rev 1196184, 
electron16/trunk/wayland-fix-binding-to-wrong-version.patch)
Deleted:
  electron16/repos/community-x86_64/PKGBUILD
  electron16/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron16/repos/community-x86_64/default_app-icon.patch
  electron16/repos/community-x86_64/electron-launcher.sh
  electron16/repos/community-x86_64/electron.desktop
  electron16/repos/community-x86_64/jinja-python-3.10.patch
  
electron16/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron16/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron16/repos/community-x86_64/std-vector-non-const.patch
  
electron16/repos/community-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
  electron16/repos/community-x86_64/unexpire-accelerated-video-decode-flag.patch
  electron16/repos/community-x86_64/use-system-libraries-in-node.patch
  electron16/repos/community-x86_64/wayland-fix-binding-to-wrong-version.patch

+
 PKGBUILD   |  560 ++--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 
 default_app-icon.patch |   42 
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 jinja-python-3.10.patch|   66 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 ++--
 std-vector-non-const.patch |  230 -
 unbundle-fix-visibility-of-build-config-freetype.patch |   62 
 unexpire-accelerated-video-decode-flag.patch   |   22 
 use-system-libraries-in-node.patch |  106 
 wayland-fix-binding-to-wrong-version.patch | 1302 +--
 13 files changed, 1534 insertions(+), 1534 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 12:54:19 UTC (rev 1196184)
+++ PKGBUILD2022-05-07 12:54:44 UTC (rev 1196185)
@@ -1,280 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=1
-pkgver=16.2.2
-_commit=f1d7143310bfdf1dc1dc8f8512789bff94cd0804
-_chromiumver=96.0.4664.174
-_gcc_patchset=4
-# shellcheck disable=SC2034
-pkgrel=2
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 

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

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 12:54:19
  Author: tensor5
Revision: 1196184

upgpkg: electron16 16.2.5-1

Modified:
  electron16/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 12:52:17 UTC (rev 1196183)
+++ PKGBUILD2022-05-07 12:54:19 UTC (rev 1196184)
@@ -1,12 +1,12 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=16.2.2
-_commit=f1d7143310bfdf1dc1dc8f8512789bff94cd0804
+pkgver=16.2.5
+_commit=32f91f19e08ddf96ac114ae6b0f0c7483241ec1e
 _chromiumver=96.0.4664.174
 _gcc_patchset=4
 # shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then



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

2022-05-07 Thread Jan Steffens via arch-commits
Date: Saturday, May 7, 2022 @ 12:52:17
  Author: heftig
Revision: 1196183

archrelease: copy trunk to community-testing-x86_64

Added:
  lib32-libltdl/repos/community-testing-x86_64/
  lib32-libltdl/repos/community-testing-x86_64/PKGBUILD
(from rev 1196182, lib32-libltdl/trunk/PKGBUILD)
  lib32-libltdl/repos/community-testing-x86_64/no_hostname.patch
(from rev 1196182, lib32-libltdl/trunk/no_hostname.patch)

---+
 PKGBUILD  |   65 
 no_hostname.patch |   12 +
 2 files changed, 77 insertions(+)

Copied: lib32-libltdl/repos/community-testing-x86_64/PKGBUILD (from rev 
1196182, lib32-libltdl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-07 12:52:17 UTC (rev 1196183)
@@ -0,0 +1,65 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Giancarlo Razzolini 
+# Contributor: Frederik Schwan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=lib32-libltdl
+pkgver=2.4.7
+pkgrel=2
+_gccver=12.1.0
+pkgdesc='A generic library support script (32-bit)'
+arch=(x86_64)
+url='https://www.gnu.org/software/libtool'
+license=(GPL)
+groups=(multilib-devel)
+depends=(sh tar lib32-glibc libtool)
+makedepends=("gcc>=$_gccver" git help2man)
+checkdepends=()
+provides=("lib32-libtool=$pkgver")
+conflicts=(lib32-libtool)
+replaces=(lib32-libtool)
+options=(debug)
+_commit=6d7ce133ce54898cf28abd89d167cccfbc3c9b2b
+source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
+git+https://git.savannah.gnu.org/git/gnulib.git
+gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
+no_hostname.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'693aabb24a6e7ce21fe0b5d14394e19edcb8476663b5afa4463f9fa0df24d946')
+
+pkgver() {
+  cd libtool
+  git describe --tags | sed 's/-/+/g;s/^v//'
+}
+
+prepare() {
+  cd libtool
+
+  patch -Np1 -i ${srcdir}/no_hostname.patch
+
+  git submodule init
+  git config --local submodule.gnulib.url "$srcdir/gnulib"
+  git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap"
+  git submodule update
+
+  ./bootstrap
+}
+
+build() {
+  export CC="gcc -m32" CXX="g++ -m32"
+
+  cd libtool
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32" --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd libtool
+  make DESTDIR="$pkgdir" install-libLTLIBRARIES
+}

Copied: lib32-libltdl/repos/community-testing-x86_64/no_hostname.patch (from 
rev 1196182, lib32-libltdl/trunk/no_hostname.patch)
===
--- community-testing-x86_64/no_hostname.patch  (rev 0)
+++ community-testing-x86_64/no_hostname.patch  2022-05-07 12:52:17 UTC (rev 
1196183)
@@ -0,0 +1,12 @@
+Index: libtool-2.4.6/m4/libtool.m4
+===
+--- libtool-2.4.6.orig/m4/libtool.m4
 libtool-2.4.6/m4/libtool.m4
+@@ -728,7 +728,6 @@ _LT_CONFIG_SAVE_COMMANDS([
+ cat <<_LT_EOF >> "$cfgfile"
+ #! $SHELL
+ # Generated automatically by $as_me ($PACKAGE) $VERSION
+-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 
1q`:
+ # NOTE: Changes made to this file will be lost: look at ltmain.sh.
+ 
+ # Provide generalized library-building support services.



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

2022-05-07 Thread Jan Steffens via arch-commits
Date: Saturday, May 7, 2022 @ 12:52:07
  Author: heftig
Revision: 1196182

2.4.7-2: match testing/libtool

Modified:
  lib32-libltdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 11:53:12 UTC (rev 1196181)
+++ PKGBUILD2022-05-07 12:52:07 UTC (rev 1196182)
@@ -9,8 +9,8 @@
 
 pkgname=lib32-libltdl
 pkgver=2.4.7
-pkgrel=1
-_gccver=11.2.0
+pkgrel=2
+_gccver=12.1.0
 pkgdesc='A generic library support script (32-bit)'
 arch=(x86_64)
 url='https://www.gnu.org/software/libtool'



[arch-commits] Commit in intel-compute-runtime/repos (2 files)

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 11:43:00
  Author: archange
Revision: 1196169

archrelease: copy trunk to community-testing-x86_64

Added:
  intel-compute-runtime/repos/community-testing-x86_64/
  intel-compute-runtime/repos/community-testing-x86_64/PKGBUILD
(from rev 1196168, intel-compute-runtime/trunk/PKGBUILD)

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

Copied: intel-compute-runtime/repos/community-testing-x86_64/PKGBUILD (from rev 
1196168, intel-compute-runtime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-07 11:43:00 UTC (rev 1196169)
@@ -0,0 +1,48 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-compute-runtime
+pkgver=22.18.23063
+pkgrel=1
+pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
+arch=(x86_64)
+url="https://01.org/compute-runtime;
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva level-zero-headers igsc)
+optdepends=('libva: for cl_intel_va_api_media_sharing'
+'libdrm: for cl_intel_va_api_media_sharing')
+provides=(opencl-driver level-zero-driver)
+# https://github.com/intel/compute-runtime/issues/528
+options=(!lto)
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
${pkgname}-gcc12.patch::https://github.com/intel/compute-runtime/commit/ac01f74924ea9df977466d28fce1a049abc22a9d.patch)
+sha256sums=('3dc6a530838cd80c17fa4de64e615e5aa228623029cd7da4564ced378a5264fa'
+'9075dc4abc0baf8002463424c6e0fc9d568f4cba6158c8912434e255fe2541cf')
+
+prepare() {
+  patch -p1 -d compute-runtime-${pkgver} < ${pkgname}-gcc12.patch
+}
+
+build() {
+  # ${${pkgver#*.}%.*} not supported by bash?
+  cmake -B build -S compute-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DNEO_OCL_VERSION_MAJOR=${pkgver%%.*} \
+-DNEO_OCL_VERSION_MINOR=$(echo ${pkgver} | cut -d . -f2) \
+-DNEO_VERSION_BUILD=${pkgver##*.} \
+-DSUPPORT_DG1=ON \
+-DSKIP_UNIT_TESTS=1 \
+-Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
+  install -Dm644 compute-runtime-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+  
+  ln -s $(find "${pkgdir}"/usr/lib -regex '.*libze_intel_gpu.so.[0-9]*' -exec 
basename {} \;) "${pkgdir}"/usr/lib/libze_intel_gpu.so
+}



[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 11:42:34
  Author: archange
Revision: 1196168

upgpkg: intel-compute-runtime 22.18.23063-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 11:38:42 UTC (rev 1196167)
+++ PKGBUILD2022-05-07 11:42:34 UTC (rev 1196168)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=22.17.23034
+pkgver=22.18.23063
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -15,9 +15,15 @@
 provides=(opencl-driver level-zero-driver)
 # https://github.com/intel/compute-runtime/issues/528
 options=(!lto)
-source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d46ef4801b202f031d516da62e7e4f7da26288238f8371f67d63e1dd57d98b62')
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
${pkgname}-gcc12.patch::https://github.com/intel/compute-runtime/commit/ac01f74924ea9df977466d28fce1a049abc22a9d.patch)
+sha256sums=('3dc6a530838cd80c17fa4de64e615e5aa228623029cd7da4564ced378a5264fa'
+'9075dc4abc0baf8002463424c6e0fc9d568f4cba6158c8912434e255fe2541cf')
 
+prepare() {
+  patch -p1 -d compute-runtime-${pkgver} < ${pkgname}-gcc12.patch
+}
+
 build() {
   # ${${pkgver#*.}%.*} not supported by bash?
   cmake -B build -S compute-runtime-${pkgver} \



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

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 11:38:42
  Author: archange
Revision: 1196167

archrelease: copy trunk to community-x86_64

Added:
  python-matplotlib/repos/community-x86_64/PKGBUILD
(from rev 1196166, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-x86_64/freetype.patch
(from rev 1196166, python-matplotlib/trunk/freetype.patch)
Deleted:
  python-matplotlib/repos/community-x86_64/PKGBUILD
  python-matplotlib/repos/community-x86_64/freetype.patch

+
 PKGBUILD   |  171 +--
 freetype.patch |  268 ---
 2 files changed, 225 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 11:38:06 UTC (rev 1196166)
+++ PKGBUILD2022-05-07 11:38:42 UTC (rev 1196167)
@@ -1,85 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Bruno Pagani 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Stefan Husmann 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=python-matplotlib
-pkgver=3.5.1
-pkgrel=2
-pkgdesc="A python plotting library, making publication quality plots"
-arch=(x86_64)
-url="https://matplotlib.org;
-license=(custom)
-depends=(freetype2 python-cycler python-dateutil python-fonttools 
python-kiwisolver python-numpy
- python-packaging python-pillow python-pyparsing qhull)
-optdepends=('tk: Tk{Agg,Cairo} backends'
-'pyside2: alternative for Qt5{Agg,Cairo} backends'
-'pyside6: alternative for Qt6{Agg,Cairo} backends'
-'python-pyqt5: Qt5{Agg,Cairo} backends'
-'python-pyqt6: Qt6{Agg,Cairo} backends'
-'python-gobject: for GTK{3,4}{Agg,Cairo} backend'
-'python-wxpython: WX{Agg,Cairo} backend'
-'python-cairo: {GTK{3,4},Qt{5,6},Tk,WX}Cairo backends'
-'python-cairocffi: alternative for Cairo backends'
-'python-tornado: WebAgg backend'
-'ffmpeg: for saving movies'
-'imagemagick: for saving animated gifs'
-'ghostscript: usetex dependencies'
-'texlive-bin: usetex dependencies'
-'texlive-latexextra: usetex usage with pdflatex'
-'python-certifi: https support')
-makedepends=(git python-setuptools-scm-git-archive python-certifi)
-checkdepends=(python-pytest python-pytest-xdist python-pytest-runner 
python-pytest-rerunfailures xorg-server-xvfb
-  texlive-bin texlive-core texlive-latexextra texlive-pictures 
ghostscript inkscape ffmpeg imagemagick
-  gtk4 python-cairo python-cairocffi python-gobject python-pyqt5 
pyside2 python-pyqt6 pyside6 python-tornado python-wxpython tk
-  jupyter-nbconvert jupyter-nbformat python-ipykernel 
python-pandas python-pikepdf python-pytz)
-_tag=312c1fb08c5d46aaccaf8b62c8673e4202523e8a # git rev-parse v${pkgver}
-_ftver=2.11.0
-source=(git+https://github.com/matplotlib/matplotlib.git#tag=${_tag}?signed
-
https://github.com/QuLogic/mpl-images/archive/v${pkgver}-with-freetype-${_ftver}/mpl-images-${pkgver}-ft${_ftver}.tar.gz
-freetype.patch)
-b2sums=('SKIP'
-
'85e4298a7b36c6eedc6a4f7b81f803ab45536697937dccd1a039471e257a4f23f547f16e244bebb77a1d3260397a3da0a7f4ee70869a47c8f68b603f0e287d89'
-
'514324b3e17e832d5199eaa6592c05ca662b1164ddc95f16ea076d6a1063b06e6a8fa4eac7740e5f73afbcc9d17244c5cc41373d5787f62cd58eab10249302c9')
-validpgpkeys=(23CAB59E3332F94D26BEF0378D86E7FAE5EB0C10) # Elliott Sales de 
Andrade 
-
-prepare() {
-  cd matplotlib
-  # Fix SCM detected version
-  rm -r .git
-  echo "Version: ${pkgver}" > PKG-INFO
-  # Use system freetype and qhull
-  sed -e 's|#system_freetype = False|system_freetype = True|' -e 
's|#system_qhull = False|system_qhull = True|' mplsetup.cfg.template > 
mplsetup.cfg
-  patch -p1 < ../freetype.patch # From Fedora/upstream
-  # Install tests for check()
-  sed -i 's|#tests = False|tests = True|' mplsetup.cfg
-  # Use appropriate baseline images for tests
-  for _module in matplotlib mpl_toolkits
-  do
-cp -r ../mpl-images-${pkgver}-with-freetype-${_ftver}/${_module}/* 
lib/${_module}/tests/baseline_images/
-  done
-}
-
-build() {
-  cd matplotlib
-  python setup.py build
-}
-
-check() {
-  cd matplotlib
-  python -m venv --system-site-packages test-env
-  test-env/bin/python setup.py install --skip-build
-  # test_ipynb: https://github.com/matplotlib/matplotlib/issues/21654 fixed 
but jupyter does not see matplotlib?
-  xvfb-run -a -s "-screen 0 640x480x24" \
-test-env/bin/python -m pytest -ra -n auto -v --color=yes --pyargs 
matplotlib mpl_toolkits.tests -k 'not test_ipynb'
-}
-
-package() {
-  cd matplotlib
-  python setup.py install --root "${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-  install -Dm644 doc/users/project/license.rst -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  # Remove tests
-  rm -r "${pkgdir}"$(python -c 

[arch-commits] Commit in python-matplotlib/trunk (PKGBUILD freetype.patch)

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 11:38:06
  Author: archange
Revision: 1196166

upgpkg: python-matplotlib 3.5.2-1

Modified:
  python-matplotlib/trunk/PKGBUILD
  python-matplotlib/trunk/freetype.patch

+
 PKGBUILD   |   17 +
 freetype.patch |   52 +++-
 2 files changed, 40 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 11:23:29 UTC (rev 1196165)
+++ PKGBUILD2022-05-07 11:38:06 UTC (rev 1196166)
@@ -6,8 +6,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=python-matplotlib
-pkgver=3.5.1
-pkgrel=2
+pkgver=3.5.2
+pkgrel=1
 pkgdesc="A python plotting library, making publication quality plots"
 arch=(x86_64)
 url="https://matplotlib.org;
@@ -35,14 +35,14 @@
   texlive-bin texlive-core texlive-latexextra texlive-pictures 
ghostscript inkscape ffmpeg imagemagick
   gtk4 python-cairo python-cairocffi python-gobject python-pyqt5 
pyside2 python-pyqt6 pyside6 python-tornado python-wxpython tk
   jupyter-nbconvert jupyter-nbformat python-ipykernel 
python-pandas python-pikepdf python-pytz)
-_tag=312c1fb08c5d46aaccaf8b62c8673e4202523e8a # git rev-parse v${pkgver}
-_ftver=2.11.0
+_tag=af8c92817e9c1b5cb51bd060ceb99ed956e714c1 # git rev-parse v${pkgver}
+_ftver=2.12.1
 source=(git+https://github.com/matplotlib/matplotlib.git#tag=${_tag}?signed
 
https://github.com/QuLogic/mpl-images/archive/v${pkgver}-with-freetype-${_ftver}/mpl-images-${pkgver}-ft${_ftver}.tar.gz
 freetype.patch)
 b2sums=('SKIP'
-
'85e4298a7b36c6eedc6a4f7b81f803ab45536697937dccd1a039471e257a4f23f547f16e244bebb77a1d3260397a3da0a7f4ee70869a47c8f68b603f0e287d89'
-
'514324b3e17e832d5199eaa6592c05ca662b1164ddc95f16ea076d6a1063b06e6a8fa4eac7740e5f73afbcc9d17244c5cc41373d5787f62cd58eab10249302c9')
+
'b3dc00bd2e2ffb36e8d61ae570dee19a7bf54155fd91d4dc03b3f0ac439466efddc9564a27c44bb3eb9b46b7505cb4920f35c1a2c74a3ab7396a4b7bbbc6a9be'
+
'0f41283060ecd070e04efa51b32321f378fbcd50d2fc3105df517f55ea5b0268f2d4494dd742e463c4790fa18ecdac26e6c6ab6adcaa134cda152a523911ece1')
 validpgpkeys=(23CAB59E3332F94D26BEF0378D86E7FAE5EB0C10) # Elliott Sales de 
Andrade 
 
 prepare() {
@@ -71,9 +71,10 @@
   cd matplotlib
   python -m venv --system-site-packages test-env
   test-env/bin/python setup.py install --skip-build
-  # test_ipynb: https://github.com/matplotlib/matplotlib/issues/21654 fixed 
but jupyter does not see matplotlib?
+  # test_ipynb: https://github.com/matplotlib/matplotlib/issues/21654 fixed 
but `ModuleNotFoundError: No module named 'matplotlib'`
+  # test_cross_Qt_imports https://github.com/matplotlib/matplotlib/issues/23004
   xvfb-run -a -s "-screen 0 640x480x24" \
-test-env/bin/python -m pytest -ra -n auto -v --color=yes --pyargs 
matplotlib mpl_toolkits.tests -k 'not test_ipynb'
+test-env/bin/python -m pytest -ra -n auto -v --color=yes --pyargs 
matplotlib mpl_toolkits.tests -k 'not test_ipynb and not test_cross_Qt_imports'
 }
 
 package() {

Modified: freetype.patch
===
--- freetype.patch  2022-05-07 11:23:29 UTC (rev 1196165)
+++ freetype.patch  2022-05-07 11:38:06 UTC (rev 1196166)
@@ -1,4 +1,4 @@
-From 0779db3fa70c58e88e048bec9b738ae02fccaead Mon Sep 17 00:00:00 2001
+From 200afb4b8503031e1aad437482b2bc61b1cede32 Mon Sep 17 00:00:00 2001
 From: Elliott Sales de Andrade 
 Date: Fri, 14 Feb 2020 06:05:42 -0500
 
@@ -9,27 +9,27 @@
  lib/matplotlib/tests/test_constrainedlayout.py |  2 +-
  lib/matplotlib/tests/test_polar.py |  2 +-
  lib/matplotlib/tests/test_tightlayout.py   | 10 +-
- setupext.py|  9 -
- 7 files changed, 23 insertions(+), 13 deletions(-)
+ setupext.py|  9 +--
+ 6 files changed, 23 insertions(+), 12 deletions(-)
 
 diff --git a/lib/matplotlib/__init__.py b/lib/matplotlib/__init__.py
 index bc800e1322..10ff904c8e 100644
 --- a/lib/matplotlib/__init__.py
 +++ b/lib/matplotlib/__init__.py
-@@ -1198,7 +1198,7 @@ default_test_modules = [
+@@ -1201,7 +1201,7 @@ default_test_modules = [
  def _init_tests():
  # The version of FreeType to install locally for running the
  # tests.  This must match the value in `setupext.py`
 -LOCAL_FREETYPE_VERSION = '2.6.1'
-+LOCAL_FREETYPE_VERSION = '2.11.0'
++LOCAL_FREETYPE_VERSION = '2.12.1'
  
  from matplotlib import ft2font
  if (ft2font.__freetype_version__ != LOCAL_FREETYPE_VERSION or
 diff --git a/lib/matplotlib/tests/test_axes.py 
b/lib/matplotlib/tests/test_axes.py
-index 2d6c1deed4..472e0e6902 100644
+index eb4c34382b..03b92d34fa 100644
 --- a/lib/matplotlib/tests/test_axes.py
 +++ b/lib/matplotlib/tests/test_axes.py
-@@ -6572,7 +6572,7 @@ def test_normal_axes():
+@@ -6710,7 +6710,7 @@ def test_normal_axes():
   

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

2022-05-07 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 7, 2022 @ 11:23:29
  Author: foutrelis
Revision: 1196165

archrelease: copy trunk to community-x86_64

Added:
  gcompris-qt/repos/community-x86_64/PKGBUILD
(from rev 1196164, gcompris-qt/trunk/PKGBUILD)
Deleted:
  gcompris-qt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 11:23:24 UTC (rev 1196164)
+++ PKGBUILD2022-05-07 11:23:29 UTC (rev 1196165)
@@ -1,32 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Jose Riha 
-
-pkgname=gcompris-qt
-pkgver=2.4
-pkgrel=1
-pkgdesc="Educational software suite comprising of numerous activities for 
children aged 2 to 10"
-arch=('x86_64')
-url="https://gcompris.net/;
-license=('AGPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-multimedia' 'qt5-svg' 'qt5-sensors'
- 'qt5-quickcontrols' 'qt5-graphicaleffects' 'qml-box2d'
- 'hicolor-icon-theme')
-makedepends=('cmake' 'extra-cmake-modules' 'qt5-tools' 'kdoctools')
-replaces=('gcompris' 'gcompris-data')
-source=(https://download.kde.org/stable/gcompris/qt/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('fd066e6f8f2b6ab547703d0f80e3dce8d4e538aaec13354afea8c76f90a3592d'
-'SKIP')
-validpgpkeys=('D2FAAB621F618D42685B427B63D7264C05687D7E') # Timothée Giet 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DQML_BOX2D_LIBRARY=/usr/lib/qt/qml/Box2D.2.0
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris-qt/repos/community-x86_64/PKGBUILD (from rev 1196164, 
gcompris-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 11:23:29 UTC (rev 1196165)
@@ -0,0 +1,32 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Jose Riha 
+
+pkgname=gcompris-qt
+pkgver=2.4
+pkgrel=2
+pkgdesc="Educational software suite comprising of numerous activities for 
children aged 2 to 10"
+arch=('x86_64')
+url="https://gcompris.net/;
+license=('AGPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-multimedia' 'qt5-svg' 'qt5-sensors'
+ 'qt5-quickcontrols' 'qt5-graphicaleffects' 'qt5-imageformats'
+ 'qml-box2d' 'gst-plugins-good' 'hicolor-icon-theme')
+makedepends=('cmake' 'extra-cmake-modules' 'qt5-tools' 'kdoctools')
+replaces=('gcompris' 'gcompris-data')
+source=(https://download.kde.org/stable/gcompris/qt/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('fd066e6f8f2b6ab547703d0f80e3dce8d4e538aaec13354afea8c76f90a3592d'
+'SKIP')
+validpgpkeys=('D2FAAB621F618D42685B427B63D7264C05687D7E') # Timothée Giet 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQML_BOX2D_LIBRARY=/usr/lib/qt/qml/Box2D.2.0
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-05-07 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 7, 2022 @ 11:23:24
  Author: foutrelis
Revision: 1196164

upgpkg: gcompris-qt 2.4-2: add missing dependencies

- gst-plugins-good for audio sink auto-detection (FS#72863)
- qt5-imageformats for images in some activities (FS#74655)

Modified:
  gcompris-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 11:06:28 UTC (rev 1196163)
+++ PKGBUILD2022-05-07 11:23:24 UTC (rev 1196164)
@@ -3,14 +3,14 @@
 
 pkgname=gcompris-qt
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Educational software suite comprising of numerous activities for 
children aged 2 to 10"
 arch=('x86_64')
 url="https://gcompris.net/;
 license=('AGPL3')
 depends=('qt5-base' 'qt5-declarative' 'qt5-multimedia' 'qt5-svg' 'qt5-sensors'
- 'qt5-quickcontrols' 'qt5-graphicaleffects' 'qml-box2d'
- 'hicolor-icon-theme')
+ 'qt5-quickcontrols' 'qt5-graphicaleffects' 'qt5-imageformats'
+ 'qml-box2d' 'gst-plugins-good' 'hicolor-icon-theme')
 makedepends=('cmake' 'extra-cmake-modules' 'qt5-tools' 'kdoctools')
 replaces=('gcompris' 'gcompris-data')
 
source=(https://download.kde.org/stable/gcompris/qt/src/$pkgname-$pkgver.tar.xz{,.sig})



[arch-commits] Commit in electron17/repos/community-x86_64 (26 files)

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 11:03:53
  Author: tensor5
Revision: 1196160

archrelease: copy trunk to community-x86_64

Added:
  electron17/repos/community-x86_64/PKGBUILD
(from rev 1196159, electron17/trunk/PKGBUILD)
  electron17/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
(from rev 1196159, 
electron17/trunk/breakpad-fix-for-non-constant-SIGSTKSZ.patch)
  electron17/repos/community-x86_64/default_app-icon.patch
(from rev 1196159, electron17/trunk/default_app-icon.patch)
  
electron17/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
(from rev 1196159, 
electron17/trunk/downgrade-duplicate-peer-error-to-dvlog.patch)
  electron17/repos/community-x86_64/electron-launcher.sh
(from rev 1196159, electron17/trunk/electron-launcher.sh)
  electron17/repos/community-x86_64/electron.desktop
(from rev 1196159, electron17/trunk/electron.desktop)
  electron17/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
(from rev 1196159, 
electron17/trunk/fix-build-break-with-system-libdrm.patch)
  electron17/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1196159, electron17/trunk/jinja-python-3.10.patch)
  
electron17/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
(from rev 1196159, 
electron17/trunk/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch)
  
electron17/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1196159, 
electron17/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron17/repos/community-x86_64/std-vector-non-const.patch
(from rev 1196159, electron17/trunk/std-vector-non-const.patch)
  
electron17/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
(from rev 1196159, 
electron17/trunk/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch)
  electron17/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1196159, electron17/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron17/repos/community-x86_64/PKGBUILD
  electron17/repos/community-x86_64/breakpad-fix-for-non-constant-SIGSTKSZ.patch
  electron17/repos/community-x86_64/default_app-icon.patch
  
electron17/repos/community-x86_64/downgrade-duplicate-peer-error-to-dvlog.patch
  electron17/repos/community-x86_64/electron-launcher.sh
  electron17/repos/community-x86_64/electron.desktop
  electron17/repos/community-x86_64/fix-build-break-with-system-libdrm.patch
  electron17/repos/community-x86_64/jinja-python-3.10.patch
  
electron17/repos/community-x86_64/sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch
  
electron17/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron17/repos/community-x86_64/std-vector-non-const.patch
  
electron17/repos/community-x86_64/use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch
  electron17/repos/community-x86_64/use-system-libraries-in-node.patch

+
 PKGBUILD   |  564 +--
 breakpad-fix-for-non-constant-SIGSTKSZ.patch   |   70 -
 default_app-icon.patch |   42 
 downgrade-duplicate-peer-error-to-dvlog.patch  |   66 -
 electron-launcher.sh   |   40 
 electron.desktop   |   14 
 fix-build-break-with-system-libdrm.patch   |  124 +-
 jinja-python-3.10.patch|   44 
 sandbox-build-if-glibc-2.34-dynamic-stack-size-is-en.patch |   78 -
 sql-make-VirtualCursor-standard-layout-type.patch  |  476 -
 std-vector-non-const.patch |  230 ++--
 use-FT_Done_MM_Var-in-CFX_Font-AdjustMMParams.patch|  144 +-
 use-system-libraries-in-node.patch |  106 +-
 13 files changed, 999 insertions(+), 999 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 11:03:22 UTC (rev 1196159)
+++ PKGBUILD2022-05-07 11:03:53 UTC (rev 1196160)
@@ -1,282 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=1
-pkgver=17.4.0
-_commit=0b031afcefa031c322843d5964e999768b95af0a
-_chromiumver=98.0.4758.141
-_gcc_patchset=5
-# shellcheck disable=SC2034
-pkgrel=2
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 

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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 11:03:38
  Author: arojas
Revision: 444839

archrelease: copy trunk to extra-x86_64

Added:
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 444838, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 444838, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

---+
 PKGBUILD  |  150 ++--
 mercurial.profile |2 
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 11:03:24 UTC (rev 444838)
+++ PKGBUILD2022-05-07 11:03:38 UTC (rev 444839)
@@ -1,75 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=6.1.1
-pkgrel=1
-pkgdesc='A scalable distributed SCM tool'
-arch=(x86_64)
-url="https://www.mercurial-scm.org/;
-license=(GPL)
-depends=(python)
-makedepends=(python-docutils)
-optdepends=('tk: for the hgk GUI')
-#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 
'unzip')
-
-# ToDo:
-# check included contrib/packaging/mercurial.spec and how 
BLFS/Gentoo/Debian/Fedora do it
-# the following should be either makedepends or checkdepends when running tests
-# 'python-gnupg' 'python-pygments'  'python-pyflakes' 'python-pyopenssl'
-# 'openssh'  'rust' 'subversion' 'breezy' 'cvs' 'git') 
-
-backup=(etc/mercurial/hgrc)
-validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
-  3A8155163D0E20A530FCB78647A67FFAA346AACE
-  EB851395B4223EE2F7BA0B28DA54740BF08732BA
-  818D87CD1AC180C394C86E633A33DE460D9EC39F  # Pulkit Goyal 
<7895pul...@gmail.com>
-  1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès 

-source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
-mercurial.profile)
-sha512sums=('644c65b2eadf3d4ea4b7c52188f548d86a584d0aa85615d872b05bf06f65d014934dda0e04c6820d0cf347f491386385e67c98839ada7b2b4038a1190d16'
-'SKIP'
-
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-  make -C contrib/chg
-}
-
-check() {
-  cd $pkgname-$pkgver/tests
-  # TODO - disabled for now - to many tests fail
-  #python run-tests.py # -j48 || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  install -m644 -D contrib/zsh_completion 
"$pkgdir/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"$pkgdir/usr/share/bash-completion/completions/hg"
-
-  make -C contrib/chg DESTDIR="$pkgdir" PREFIX=/usr install
-  install -m755 contrib/hg-ssh "$pkgdir/usr/bin"
-  install -m755 contrib/hgk "$pkgdir/usr/bin"
-
-  install -d "$pkgdir/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"$pkgdir/usr/share/emacs/site-lisp"
-
-  install -Dm644 contrib/vim/HGAnnotate.vim \
-"$pkgdir/usr/share/vim/vimfiles/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d "$pkgdir/etc/profile.d"
-  install -m644 "$srcdir/mercurial.profile" 
"$pkgdir/etc/profile.d/mercurial.sh"
-
-  # FS#38825 - Add certs config to package
-  install -m755 -d "$pkgdir/etc/mercurial"
-  cat <<-EOF > "$pkgdir/etc/mercurial/hgrc"
-   [web]
-   cacerts = /etc/ssl/certs/ca-certificates.crt
-   EOF
-}

Copied: mercurial/repos/extra-x86_64/PKGBUILD (from rev 444838, 
mercurial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 11:03:38 UTC (rev 444839)
@@ -0,0 +1,75 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=6.1.2
+pkgrel=1
+pkgdesc='A scalable distributed SCM tool'
+arch=(x86_64)
+url="https://www.mercurial-scm.org/;
+license=(GPL)
+depends=(python)
+makedepends=(python-docutils)
+optdepends=('tk: for the hgk GUI')
+#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 
'unzip')
+
+# ToDo:
+# check included contrib/packaging/mercurial.spec and how 
BLFS/Gentoo/Debian/Fedora do it
+# the following should be either makedepends or checkdepends when running tests
+# 'python-gnupg' 'python-pygments'  'python-pyflakes' 'python-pyopenssl'
+# 'openssh'  'rust' 'subversion' 'breezy' 'cvs' 'git') 
+
+backup=(etc/mercurial/hgrc)
+validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
+  3A8155163D0E20A530FCB78647A67FFAA346AACE
+  EB851395B4223EE2F7BA0B28DA54740BF08732BA
+  

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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 11:03:24
  Author: arojas
Revision: 444838

Update to 6.1.2

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 10:37:59 UTC (rev 444837)
+++ PKGBUILD2022-05-07 11:03:24 UTC (rev 444838)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=6.1.1
+pkgver=6.1.2
 pkgrel=1
 pkgdesc='A scalable distributed SCM tool'
 arch=(x86_64)
@@ -28,7 +28,7 @@
   1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès 

 
source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
 mercurial.profile)
-sha512sums=('644c65b2eadf3d4ea4b7c52188f548d86a584d0aa85615d872b05bf06f65d014934dda0e04c6820d0cf347f491386385e67c98839ada7b2b4038a1190d16'
+sha512sums=('4adb8299747601d4c38b5ee83105f83810348357e244b6380b063c5ab25ea2ea2756fb0caf7f980d7cc707c27dee709b206894417aab9e6aee0818ddfe3aaf2b'
 'SKIP'
 
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
 



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

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 11:03:22
  Author: tensor5
Revision: 1196159

upgpkg: electron17 17.4.3-1

Modified:
  electron17/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 10:37:24 UTC (rev 1196158)
+++ PKGBUILD2022-05-07 11:03:22 UTC (rev 1196159)
@@ -1,12 +1,12 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=1
-pkgver=17.4.0
-_commit=0b031afcefa031c322843d5964e999768b95af0a
+pkgver=17.4.3
+_commit=322f1c3f8907f2592eef5b5e03a97045e30df9e3
 _chromiumver=98.0.4758.141
 _gcc_patchset=5
 # shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then



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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 10:37:59
  Author: arojas
Revision: 444837

archrelease: copy trunk to extra-x86_64

Added:
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 444836, qtcreator/trunk/PKGBUILD)
Deleted:
  qtcreator/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 10:37:44 UTC (rev 444836)
+++ PKGBUILD2022-05-07 10:37:59 UTC (rev 444837)
@@ -1,54 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Imanol Celaya 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=7.0.1
-_clangver=13.0.1
-pkgrel=1
-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) # syntax-highlighting
-makedepends=(cmake llvm python)
-options=(docs)
-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)
-sha256sums=('da78f293829851e32f6bf25540791697606809e47a32ca8439561fcbab96b22e')
-options=(debug)
-
-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() {
-  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
-}

Copied: qtcreator/repos/extra-x86_64/PKGBUILD (from rev 444836, 
qtcreator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 10:37:59 UTC (rev 444837)
@@ -0,0 +1,62 @@
+# 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.1
+_clangver=13.0.1
+pkgrel=2
+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) # 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)
+sha256sums=('da78f293829851e32f6bf25540791697606809e47a32ca8439561fcbab96b22e')
+options=(docs debug)
+
+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
+}



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

2022-05-07 Thread Antonio Rojas via arch-commits
Date: Saturday, May 7, 2022 @ 10:37:44
  Author: arojas
Revision: 444836

Add -devel package (FS#74670)

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 08:47:27 UTC (rev 444835)
+++ PKGBUILD2022-05-07 10:37:44 UTC (rev 444836)
@@ -6,10 +6,11 @@
 # Contributor: thotypous 
 # Contributor: delor 
 
-pkgname=qtcreator
+pkgbase=qtcreator
+pkgname=(qtcreator qtcreator-devel)
 pkgver=7.0.1
 _clangver=13.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='https://www.qt.io'
@@ -17,7 +18,6 @@
 depends=(qt6-tools qt6-svg qt6-quick3d qt6-webengine qt6-serialport 
qt6-shadertools qt6-5compat
  clang=$_clangver clazy yaml-cpp) # syntax-highlighting
 makedepends=(cmake llvm python)
-options=(docs)
 optdepends=('qt6-doc: integrated Qt documentation'
 'qt6-examples: welcome page examples'
 'gdb: debugger'
@@ -31,7 +31,7 @@
 'mlocate: locator filter')
 
source=(https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz)
 sha256sums=('da78f293829851e32f6bf25540791697606809e47a32ca8439561fcbab96b22e')
-options=(debug)
+options=(docs debug)
 
 build() {
   cmake -B build -S qt-creator-opensource-src-$pkgver \
@@ -45,7 +45,7 @@
   cmake --build build --target docs
 }
 
-package() {
+package_qtcreator() {
   DESTDIR="$pkgdir" cmake --install build
 # Install docs
   cp -r build/share/doc "$pkgdir"/usr/share
@@ -52,3 +52,11 @@
 
   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
+}



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

2022-05-07 Thread Caleb Maclennan via arch-commits
Date: Saturday, May 7, 2022 @ 10:37:24
  Author: alerque
Revision: 1196158

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 10:37:15 UTC (rev 1196157)
+++ PKGBUILD2022-05-07 10:37:24 UTC (rev 1196158)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=10.20220322
-pkgrel=13
-pkgdesc="Manage files with git, without checking their contents into git"
-url="https://git-annex.branchable.com/;
-license=("AGPL3")
-arch=('x86_64')
-depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 
'haskell-ansi-terminal' 'haskell-async'
- 'haskell-aws' 'haskell-blaze-builder' 'haskell-bloomfilter' 
'haskell-byteable'
- 'haskell-case-insensitive' 'haskell-clientsession' 
'haskell-concurrent-output'
- 'haskell-connection' 'haskell-conduit' 'haskell-criterion' 
'haskell-crypto-api'
- 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
- 'haskell-disk-free-space' 'haskell-dlist' 'haskell-edit-distance' 
'haskell-fdo-notify'
- 'haskell-feed' 'haskell-filepath-bytestring' 'haskell-git-lfs' 
'haskell-hinotify'
- 'haskell-http-client' 'haskell-http-client-restricted' 
'haskell-http-client-tls'
- 'haskell-http-conduit' 'haskell-http-types' 'haskell-ifelse' 
'haskell-magic'
- 'haskell-memory' 'haskell-microlens' 'haskell-monad-control' 
'haskell-monad-logger'
- 'haskell-mountpoints' 'haskell-network' 'haskell-network-info' 
'haskell-network-multicast'
- 'haskell-network-uri' 'haskell-old-locale' 
'haskell-optparse-applicative'
- 'haskell-path-pieces' 'haskell-persistent' 
'haskell-persistent-sqlite' 'haskell-quickcheck'
- 'haskell-random' 'haskell-regex-tdfa' 'haskell-resourcet' 
'haskell-safesemaphore'
- 'haskell-sandi' 'haskell-securemem' 'haskell-shakespeare' 
'haskell-socks' 'haskell-split'
- 'haskell-stm-chans' 'haskell-tagsoup' 'haskell-tasty' 
'haskell-tasty-hunit'
- 'haskell-tasty-quickcheck' 'haskell-tasty-rerun' 'haskell-torrent' 
'haskell-unix-compat'
- 'haskell-unliftio-core' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-uuid'
- 'haskell-vector' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 
'haskell-warp-tls'
- 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 
'haskell-yesod-static')
-makedepends=('chrpath' 'ghc' 'uusi')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cd git-annex
-  # persistent-template was merged into persistent
-  uusi -d persistent-template git-annex.cabal
-  sed -i 's/MIN_VERSION_persistent_template/MIN_VERSION_persistent/' 
Database/ContentIdentifier.hs Database/Export.hs Database/Fsck.hs 
Database/Keys/SQL.hs
-}
-
-build() {
-  cd git-annex
-  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
-  -i Makefile
-  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
-}
-
-package() {
-  cd git-annex
-  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
-
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-x86_64/PKGBUILD (from rev 1196157, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 10:37:24 UTC (rev 1196158)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=10.20220504
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 
'haskell-ansi-terminal' 'haskell-async'
+ 'haskell-aws' 'haskell-blaze-builder' 'haskell-bloomfilter' 
'haskell-byteable'
+ 'haskell-case-insensitive' 'haskell-clientsession' 
'haskell-concurrent-output'
+ 'haskell-connection' 'haskell-conduit' 'haskell-criterion' 
'haskell-crypto-api'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
+ 'haskell-disk-free-space' 'haskell-dlist' 'haskell-edit-distance' 
'haskell-fdo-notify'
+ 'haskell-feed' 'haskell-filepath-bytestring' 'haskell-git-lfs' 
'haskell-hinotify'
+ 'haskell-http-client' 'haskell-http-client-restricted' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-types' 

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

2022-05-07 Thread Caleb Maclennan via arch-commits
Date: Saturday, May 7, 2022 @ 10:37:15
  Author: alerque
Revision: 1196157

upgpkg: git-annex 10.20220504-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 10:34:13 UTC (rev 1196156)
+++ PKGBUILD2022-05-07 10:37:15 UTC (rev 1196157)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=10.20220322
-pkgrel=13
+pkgver=10.20220504
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")



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

2022-05-07 Thread Caleb Maclennan via arch-commits
Date: Saturday, May 7, 2022 @ 10:21:52
  Author: alerque
Revision: 1196155

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 10:21:43 UTC (rev 1196154)
+++ PKGBUILD2022-05-07 10:21:52 UTC (rev 1196155)
@@ -1,38 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Caleb Maclennan 
-# Contributor: Angel Velasquez 
-# Contributor: Andrew Antle 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgname=python-markdown
-_pkgbasename=Markdown
-pkgver=3.3.6
-pkgrel=3
-pkgdesc="Python implementation of John Gruber's Markdown."
-arch=('any')
-url='https://python-markdown.github.io/'
-license=('BSD')
-depends=('python-importlib-metadata')
-makedepends=('python-setuptools')
-checkdepends=('python-yaml')
-source=("https://files.pythonhosted.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
-sha256sums=('76df8ae32294ec39dcf89340382882dfa12975f87f45c3ed1ecdb1e8cefc7006')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$_pkgbasename-$pkgver"
-  [[ $(python -c "import markdown; print(markdown.version)") == "$pkgver" ]]
-  [[ $(python -c "import markdown; print(markdown.markdown('*test*'))") == 
"test" ]]
-  python -m unittest discover tests
-}
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.md 
"$pkgdir/usr/share/licenses/python-markdown/LICENSE"
-}

Copied: python-markdown/repos/community-any/PKGBUILD (from rev 1196154, 
python-markdown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 10:21:52 UTC (rev 1196155)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Caleb Maclennan 
+# Contributor: Angel Velasquez 
+# Contributor: Andrew Antle 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgname=python-markdown
+_pkgbasename=Markdown
+pkgver=3.3.7
+pkgrel=1
+pkgdesc="Python implementation of John Gruber's Markdown."
+arch=('any')
+url='https://python-markdown.github.io/'
+license=('BSD')
+depends=('python-importlib-metadata')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-yaml')
+source=("https://files.pythonhosted.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
+sha256sums=('cbb516f16218e643d8e0a95b309f77eb118cb138d39a4f27851e6a63581db874')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  python -m build -wn
+}
+
+check() {
+  cd "$_pkgbasename-$pkgver"
+  [[ $(python -c "import markdown; print(markdown.version)") == "$pkgver" ]]
+  [[ $(python -c "import markdown; print(markdown.markdown('*test*'))") == 
"test" ]]
+  python -m unittest discover tests
+}
+
+package() {
+  cd "$_pkgbasename-$pkgver"
+  python -m installer --d "$pkgdir" dist/*.whl
+  install -Dm0644 -t "$pkgdir/usr/share/licenses/python-markdown/" LICENSE.md
+}



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

2022-05-07 Thread Caleb Maclennan via arch-commits
Date: Saturday, May 7, 2022 @ 10:21:43
  Author: alerque
Revision: 1196154

upgpkg: python-markdown 3.3.7-1

Modified:
  python-markdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 10:04:19 UTC (rev 1196153)
+++ PKGBUILD2022-05-07 10:21:43 UTC (rev 1196154)
@@ -7,21 +7,21 @@
 
 pkgname=python-markdown
 _pkgbasename=Markdown
-pkgver=3.3.6
-pkgrel=3
+pkgver=3.3.7
+pkgrel=1
 pkgdesc="Python implementation of John Gruber's Markdown."
 arch=('any')
 url='https://python-markdown.github.io/'
 license=('BSD')
 depends=('python-importlib-metadata')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-yaml')
 
source=("https://files.pythonhosted.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
-sha256sums=('76df8ae32294ec39dcf89340382882dfa12975f87f45c3ed1ecdb1e8cefc7006')
+sha256sums=('cbb516f16218e643d8e0a95b309f77eb118cb138d39a4f27851e6a63581db874')
 
 build() {
   cd "$_pkgbasename-$pkgver"
-  python setup.py build
+  python -m build -wn
 }
 
 check() {
@@ -33,6 +33,6 @@
 
 package() {
   cd "$_pkgbasename-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.md 
"$pkgdir/usr/share/licenses/python-markdown/LICENSE"
+  python -m installer --d "$pkgdir" dist/*.whl
+  install -Dm0644 -t "$pkgdir/usr/share/licenses/python-markdown/" LICENSE.md
 }



[arch-commits] Commit in intel-graphics-compiler/repos (2 files)

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 10:04:19
  Author: archange
Revision: 1196153

archrelease: copy trunk to community-testing-x86_64

Added:
  intel-graphics-compiler/repos/community-testing-x86_64/
  intel-graphics-compiler/repos/community-testing-x86_64/PKGBUILD
(from rev 1196152, intel-graphics-compiler/trunk/PKGBUILD)

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

Copied: intel-graphics-compiler/repos/community-testing-x86_64/PKGBUILD (from 
rev 1196152, intel-graphics-compiler/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-07 10:04:19 UTC (rev 1196153)
@@ -0,0 +1,43 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-graphics-compiler
+epoch=1
+pkgver=1.0.11104
+pkgrel=1
+pkgdesc="Intel Graphics Compiler for OpenCL"
+arch=(x86_64)
+url="https://github.com/intel/intel-graphics-compiler;
+license=(MIT)
+depends=(llvm-libs intel-opencl-clang ncurses spirv-tools zlib)
+makedepends=(git cmake clang lld llvm python libunwind spirv-headers 
vc-intrinsics)
+# https://github.com/intel/intel-graphics-compiler/issues/237
+options=(!emptydirs !lto)
+source=(${url}/archive/igc-${pkgver}.tar.gz)
+sha256sums=('b0b46ffe9f0543e6d1c4182aceb2921fec3b0a63dd1a09e4128b00bcea399aaf')
+
+build() {
+  cmake -B build -S ${pkgname}-igc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
+-DIGC_OPTION__CLANG_MODE=Prebuilds \
+-DIGC_OPTION__LLD_MODE=Prebuilds \
+-DIGC_OPTION__LLVM_PREFERRED_VERSION='13.0.1' \
+-DIGC_OPTION__LLVM_MODE=Prebuilds \
+-DIGC_OPTION__LINK_KHRONOS_SPIRV_TRANSLATOR=ON \
+-DIGC_OPTION__USE_PREINSTALLED_SPRIV_HEADERS=ON \
+-DIGC_OPTION__SPIRV_TOOLS_MODE=Prebuilds \
+-DIGC_OPTION__SPIRV_TRANSLATOR_MODE=Prebuilds \
+-DIGC_OPTION__VC_INTRINSICS_MODE=Prebuilds \
+-DINSTALL_GENX_IR=ON \
+-Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -D -m644 ${pkgname}-igc-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+  mv "${pkgdir}"/usr/lib/igc/NOTICES.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}



[arch-commits] Commit in intel-graphics-compiler/trunk (PKGBUILD)

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 10:03:55
  Author: archange
Revision: 1196152

upgpkg: intel-graphics-compiler 1:1.0.11104-1

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 09:30:53 UTC (rev 1196151)
+++ PKGBUILD2022-05-07 10:03:55 UTC (rev 1196152)
@@ -3,7 +3,7 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.11061
+pkgver=1.0.11104
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 # https://github.com/intel/intel-graphics-compiler/issues/237
 options=(!emptydirs !lto)
 source=(${url}/archive/igc-${pkgver}.tar.gz)
-sha256sums=('6dbb0e4fe8deceb67e313298aa705d161af5cd9531b91f00332cf68160f793ae')
+sha256sums=('b0b46ffe9f0543e6d1c4182aceb2921fec3b0a63dd1a09e4128b00bcea399aaf')
 
 build() {
   cmake -B build -S ${pkgname}-igc-${pkgver} \



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

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 09:30:53
  Author: archange
Revision: 1196151

archrelease: copy trunk to community-any

Added:
  spirv-headers/repos/community-any/PKGBUILD
(from rev 1196150, spirv-headers/trunk/PKGBUILD)
Deleted:
  spirv-headers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 09:30:19 UTC (rev 1196150)
+++ PKGBUILD2022-05-07 09:30:53 UTC (rev 1196151)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Bruno Pagani 
-
-_pkg=SPIRV-Headers
-pkgname=spirv-headers
-epoch=1
-pkgver=1.3.204.1
-pkgrel=1
-pkgdesc="SPIR-V Headers"
-arch=(any)
-url="https://www.khronos.org/registry/spir-v/;
-license=(MIT)
-makedepends=(cmake)
-source=(git+https://github.com/KhronosGroup/${_pkg}.git#commit=${_commit})
-source=(https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/sdk-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('ef994e0a5232cb21377ed39ef6a941b59eb45524f1d78092a6476245e4e0fb692780e98f5cc2176fdc2fd95430cce523fa376b0eed97042523b5f14a0586955f')
-
-build() {
-  cmake -B build -S ${_pkg}-sdk-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr .
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm644 ${_pkg}-sdk-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: spirv-headers/repos/community-any/PKGBUILD (from rev 1196150, 
spirv-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 09:30:53 UTC (rev 1196151)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Maintainer: Bruno Pagani 
+
+_pkg=SPIRV-Headers
+pkgname=spirv-headers
+epoch=1
+pkgver=1.3.211.0
+pkgrel=1
+pkgdesc="SPIR-V Headers"
+arch=(any)
+url="https://www.khronos.org/registry/spir-v/;
+license=(MIT)
+makedepends=(cmake)
+source=(https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/sdk-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('39357d060c9bf030e8df71e734c2adb47832d7fa1a29825305cc92b3e87770a4fe383b534b798da008168bbeedc9f659f97b58a7b13c141d4f8ac94fc329f25f')
+
+build() {
+  cmake -B build -S ${_pkg}-sdk-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr .
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${_pkg}-sdk-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}



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

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 09:30:19
  Author: archange
Revision: 1196150

upgpkg: spirv-headers 1:1.3.211.0-1

Modified:
  spirv-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 09:22:40 UTC (rev 1196149)
+++ PKGBUILD2022-05-07 09:30:19 UTC (rev 1196150)
@@ -4,7 +4,7 @@
 _pkg=SPIRV-Headers
 pkgname=spirv-headers
 epoch=1
-pkgver=1.3.204.1
+pkgver=1.3.211.0
 pkgrel=1
 pkgdesc="SPIR-V Headers"
 arch=(any)
@@ -11,9 +11,8 @@
 url="https://www.khronos.org/registry/spir-v/;
 license=(MIT)
 makedepends=(cmake)
-source=(git+https://github.com/KhronosGroup/${_pkg}.git#commit=${_commit})
 
source=(https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/sdk-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('ef994e0a5232cb21377ed39ef6a941b59eb45524f1d78092a6476245e4e0fb692780e98f5cc2176fdc2fd95430cce523fa376b0eed97042523b5f14a0586955f')
+sha512sums=('39357d060c9bf030e8df71e734c2adb47832d7fa1a29825305cc92b3e87770a4fe383b534b798da008168bbeedc9f659f97b58a7b13c141d4f8ac94fc329f25f')
 
 build() {
   cmake -B build -S ${_pkg}-sdk-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr .



[arch-commits] Commit in electron/repos/community-x86_64 (22 files)

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 09:22:40
  Author: tensor5
Revision: 1196149

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 1196148, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 1196148, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron-launcher.sh
(from rev 1196148, electron/trunk/electron-launcher.sh)
  electron/repos/community-x86_64/electron.desktop
(from rev 1196148, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 1196148, 
electron/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  electron/repos/community-x86_64/jinja-python-3.10.patch
(from rev 1196148, electron/trunk/jinja-python-3.10.patch)
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1196148, 
electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron/repos/community-x86_64/std-vector-non-const.patch
(from rev 1196148, electron/trunk/std-vector-non-const.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1196148, electron/trunk/use-system-libraries-in-node.patch)
  electron/repos/community-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
(from rev 1196148, 
electron/trunk/webcodecs-stop-using-AudioOpusEncoder.patch)
  
electron/repos/community-x86_64/webrtc-check-existence-of-cursor-metadata.patch
(from rev 1196148, 
electron/trunk/webrtc-check-existence-of-cursor-metadata.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron-launcher.sh
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  electron/repos/community-x86_64/jinja-python-3.10.patch
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron/repos/community-x86_64/std-vector-non-const.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
  electron/repos/community-x86_64/webcodecs-stop-using-AudioOpusEncoder.patch
  
electron/repos/community-x86_64/webrtc-check-existence-of-cursor-metadata.patch

---+
 PKGBUILD  |  564 ++--
 default_app-icon.patch|   42 -
 electron-launcher.sh  |   40 -
 electron.desktop  |   14 
 enable-GlobalMediaControlsCastStartStop.patch |   64 +-
 jinja-python-3.10.patch   |   44 -
 sql-make-VirtualCursor-standard-layout-type.patch |  476 
 std-vector-non-const.patch|  258 -
 use-system-libraries-in-node.patch|  106 +--
 webcodecs-stop-using-AudioOpusEncoder.patch   |   98 +--
 webrtc-check-existence-of-cursor-metadata.patch   |   62 +-
 11 files changed, 884 insertions(+), 884 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 09:18:56 UTC (rev 1196148)
+++ PKGBUILD2022-05-07 09:22:40 UTC (rev 1196149)
@@ -1,282 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-_use_suffix=0
-pkgver=18.2.0
-_commit=015e9a884375f21fc0c9d099b74a676912849735
-_chromiumver=100.0.4896.143
-_gcc_patchset=4
-# shellcheck disable=SC2034
-pkgrel=1
-
-_major_ver=${pkgver%%.*}
-if [[ ${_use_suffix} != 0 ]]; then
-  pkgname="electron${_major_ver}"
-else
-  pkgname=electron
-fi
-# shellcheck disable=SC2034
-pkgdesc='Build cross platform desktop apps with web technologies'
-# shellcheck disable=SC2034
-arch=('x86_64')
-# shellcheck disable=SC2034
-url='https://electronjs.org/'
-# shellcheck disable=SC2034
-license=('MIT' 'custom')
-# shellcheck disable=SC2034
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
- 'snappy')
-# shellcheck disable=SC2034
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
- 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python' 'python-httplib2'
- 'python-pyparsing' 'python-six' 'wget' 'yarn')
-# shellcheck disable=SC2034
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'pipewire: WebRTC desktop sharing under Wayland'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-if [[ ${_use_suffix} == 0 ]]; then
-  # shellcheck disable=SC2034
-  conflicts=("electron${_major_ver}")
-  # shellcheck disable=SC2034
-  provides=("electron${_major_ver}")
-fi
-# shellcheck disable=SC2034
-options=('!lto') 

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

2022-05-07 Thread George Rawlinson via arch-commits
Date: Saturday, May 7, 2022 @ 09:18:56
  Author: grawlinson
Revision: 1196148

archrelease: copy trunk to community-x86_64

Added:
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 1196147, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 1196147, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/sysusers.conf
(from rev 1196147, stunnel/trunk/sysusers.conf)
  stunnel/repos/community-x86_64/tmpfiles.conf
(from rev 1196147, stunnel/trunk/tmpfiles.conf)
Deleted:
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/sysusers.conf
  stunnel/repos/community-x86_64/tmpfiles.conf

+
 Makefile.patch |   22 
 PKGBUILD   |  136 +++
 sysusers.conf  |2 
 tmpfiles.conf  |2 
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2022-05-07 09:17:48 UTC (rev 1196147)
+++ Makefile.patch  2022-05-07 09:18:56 UTC (rev 1196148)
@@ -1,11 +0,0 @@
 tools/Makefile.in
-+++ tools/Makefile.in
-@@ -506,7 +506,7 @@ info: info-am
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
-+install-data-am: install-confDATA \
-   install-dist_bashcompDATA install-examplesDATA
- 
- install-dvi: install-dvi-am

Copied: stunnel/repos/community-x86_64/Makefile.patch (from rev 1196147, 
stunnel/trunk/Makefile.patch)
===
--- Makefile.patch  (rev 0)
+++ Makefile.patch  2022-05-07 09:18:56 UTC (rev 1196148)
@@ -0,0 +1,11 @@
+--- tools/Makefile.in
 tools/Makefile.in
+@@ -506,7 +506,7 @@ info: info-am
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
++install-data-am: install-confDATA \
+   install-dist_bashcompDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 09:17:48 UTC (rev 1196147)
+++ PKGBUILD2022-05-07 09:18:56 UTC (rev 1196148)
@@ -1,68 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: George Rawlinson 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.63
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl' 'perl' 'libnsl' 'systemd-libs')
-makedepends=('systemd')
-source=(
-  
"https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-  'Makefile.patch'
-  'sysusers.conf'
-  'tmpfiles.conf'
-)
-sha512sums=('caf684a1ace745c2b75ceba483067e91b3cbb6103e631c41bb1e7379cb33bccbfcb47a4e51a0dc5b2b23d2689e264c51a67610d3ac323669dd1239cc8efd8c9c'
-'SKIP'
-
'9c669b6a8ebfb2ed26ba90578a12a5de4c4667100ffaa02725650f451ed02b2eab4a77f00f20cc3c7cab761312b658059fcf259ef58e273541ca202c36a18095'
-
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
-
'8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
-b2sums=('4558f233bae0972853239b4ad8638cbf8402baf221c8b65f0b8857c624735430ed026fa4cfac8212e60737f1f522e38898da5056a66e3374509886b02068e1db'
-'SKIP'
-
'a1eacbfc7815a0e2eb6cda434639e315a94c27bdc59ad93090a00c8fbcdd760f9db1f22dbeaacc99615a44001444c295136c2ed92e57901d141478b661078ee3'
-
'0022d76a55d540f5d9d7b3bd3709665f80e5aa3293479245ea70845a7ceadf52f9b259f38d8b1b312fea29950c9fa4799282156c9e78d00d0fcda77f1c526029'
-
'cedd3eccd1964dcc86255fca0e47fe692a2619fbcbc576480adf193192a2218972d07961a3ab4d30f095c308844f25fe71cdf285bde201050be24d4ce0ca80d3')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # skip generation of $pkgdir/var
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  # ensure user/group is set to stunnel
-  sed \
--e "s:\(nobody\|@DEFAULT_GROUP@\):stunnel:g" \
--i tools/stunnel.conf-sample.in
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # systemd integration
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/sysusers.conf" 
"$pkgdir/usr/lib/sysusers.d/stunnel.conf"
-  install -Dm644 "$srcdir/tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-}

Copied: stunnel/repos/community-x86_64/PKGBUILD (from rev 1196147, 

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

2022-05-07 Thread George Rawlinson via arch-commits
Date: Saturday, May 7, 2022 @ 09:17:48
  Author: grawlinson
Revision: 1196147

upgpkg: stunnel 5.64-1

New upstream release.

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 09:16:33 UTC (rev 1196146)
+++ PKGBUILD2022-05-07 09:17:48 UTC (rev 1196147)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=stunnel
-pkgver=5.63
+pkgver=5.64
 pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('x86_64')
@@ -19,12 +19,12 @@
   'sysusers.conf'
   'tmpfiles.conf'
 )
-sha512sums=('caf684a1ace745c2b75ceba483067e91b3cbb6103e631c41bb1e7379cb33bccbfcb47a4e51a0dc5b2b23d2689e264c51a67610d3ac323669dd1239cc8efd8c9c'
+sha512sums=('85ed22664420db3c97b871f1afeb6483e547f421f0419fed1ccb4f3563ea154b6aeb6ae7221f001557c786a3406ada4c7b0d44b208dcf98f16209229aee4e0aa'
 'SKIP'
 
'9c669b6a8ebfb2ed26ba90578a12a5de4c4667100ffaa02725650f451ed02b2eab4a77f00f20cc3c7cab761312b658059fcf259ef58e273541ca202c36a18095'
 
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
 
'8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
-b2sums=('4558f233bae0972853239b4ad8638cbf8402baf221c8b65f0b8857c624735430ed026fa4cfac8212e60737f1f522e38898da5056a66e3374509886b02068e1db'
+b2sums=('c6be054b825e57c1ac44adf28d4546ab78250cf9d7b17bc9e039d2715ca2316fef674a3ed2c4419a5a7ad6fa85b56809f736d0dca0bc672521347d5f51d2ed23'
 'SKIP'
 
'a1eacbfc7815a0e2eb6cda434639e315a94c27bdc59ad93090a00c8fbcdd760f9db1f22dbeaacc99615a44001444c295136c2ed92e57901d141478b661078ee3'
 
'0022d76a55d540f5d9d7b3bd3709665f80e5aa3293479245ea70845a7ceadf52f9b259f38d8b1b312fea29950c9fa4799282156c9e78d00d0fcda77f1c526029'



[arch-commits] Commit in intel-opencl-clang/repos (2 files)

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 09:16:33
  Author: archange
Revision: 1196146

archrelease: copy trunk to community-testing-x86_64

Added:
  intel-opencl-clang/repos/community-testing-x86_64/
  intel-opencl-clang/repos/community-testing-x86_64/PKGBUILD
(from rev 1196145, intel-opencl-clang/trunk/PKGBUILD)

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

Copied: intel-opencl-clang/repos/community-testing-x86_64/PKGBUILD (from rev 
1196145, intel-opencl-clang/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-07 09:16:33 UTC (rev 1196146)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=opencl-clang
+pkgname=intel-${_srcname}
+pkgver=13.0.0.r6+gd06733f
+pkgrel=1
+pkgdesc="Wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
+arch=(x86_64)
+url="https://github.com/intel/opencl-clang;
+license=(custom)
+depends=(clang llvm-libs spirv-llvm-translator)
+makedepends=(cmake llvm git)
+# Current point in the used LLVM branch
+_commit=d06733f695682761c3df30c7a36c52ea7b4b3dd8
+source=(git+${url}.git#commit=$_commit)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd ${_srcname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+}
+
+build() {
+  cmake -B build -S ${_srcname} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
+-DSPIRV_TRANSLATOR_DIR=/usr \
+-DLLVM_NO_DEAD_STRIP=ON \
+-DPREFERRED_LLVM_VERSION=13.0.1 \
+-Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${_srcname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}



[arch-commits] Commit in intel-opencl-clang/trunk (PKGBUILD)

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 09:16:09
  Author: archange
Revision: 1196145

upgpkg: intel-opencl-clang 13.0.0.r6+gd06733f-1

Modified:
  intel-opencl-clang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 09:13:15 UTC (rev 1196144)
+++ PKGBUILD2022-05-07 09:16:09 UTC (rev 1196145)
@@ -3,7 +3,7 @@
 
 _srcname=opencl-clang
 pkgname=intel-${_srcname}
-pkgver=13.0.0.r5+g1490bd4
+pkgver=13.0.0.r6+gd06733f
 pkgrel=1
 pkgdesc="Wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
 arch=(x86_64)
@@ -11,8 +11,8 @@
 license=(custom)
 depends=(clang llvm-libs spirv-llvm-translator)
 makedepends=(cmake llvm git)
-# Adapted from IGC release notes bbdd1587f577397a105c900be114b56755d1f7dc
-_commit=1490bd4bcbce0cc91aa9e93c63988bf7e09bc2db
+# Current point in the used LLVM branch
+_commit=d06733f695682761c3df30c7a36c52ea7b4b3dd8
 source=(git+${url}.git#commit=$_commit)
 sha256sums=(SKIP)
 



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

2022-05-07 Thread Nicola Squartini via arch-commits
Date: Saturday, May 7, 2022 @ 09:13:15
  Author: tensor5
Revision: 1196144

upgpkg: electron 18.2.1-1

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 09:09:29 UTC (rev 1196143)
+++ PKGBUILD2022-05-07 09:13:15 UTC (rev 1196144)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=0
-pkgver=18.2.0
-_commit=015e9a884375f21fc0c9d099b74a676912849735
+pkgver=18.2.1
+_commit=3bc25c997d8b80f6f7f8e95e8d1e1f2d6bbfe543
 _chromiumver=100.0.4896.143
 _gcc_patchset=4
 # shellcheck disable=SC2034



[arch-commits] Commit in spirv-llvm-translator/repos (2 files)

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 09:09:29
  Author: archange
Revision: 1196143

archrelease: copy trunk to community-testing-x86_64

Added:
  spirv-llvm-translator/repos/community-testing-x86_64/
  spirv-llvm-translator/repos/community-testing-x86_64/PKGBUILD
(from rev 1196142, spirv-llvm-translator/trunk/PKGBUILD)

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

Copied: spirv-llvm-translator/repos/community-testing-x86_64/PKGBUILD (from rev 
1196142, spirv-llvm-translator/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-07 09:09:29 UTC (rev 1196143)
@@ -0,0 +1,48 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=SPIRV-LLVM-Translator
+pkgname=${_srcname,,}
+pkgver=13.0.0.r27+gd7a03044
+pkgrel=1
+pkgdesc="Tool and a library for bi-directional translation between SPIR-V and 
LLVM IR"
+arch=(x86_64)
+url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator;
+license=(custom)
+depends=(llvm-libs)
+makedepends=(git cmake llvm spirv-headers spirv-tools)
+checkdepends=(python python-setuptools clang)
+# Required by ISPC
+_commit=d7a030447802718de76355c248b6bb292669683b
+source=(git+${url}.git#commit=$_commit)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd ${_srcname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+}
+
+build() {
+  cmake -B build -S ${_srcname} \
+-DBUILD_SHARED_LIBS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
+-DCMAKE_SKIP_RPATH=ON \
+-DLLVM_INCLUDE_TESTS=ON \
+-DLLVM_EXTERNAL_LIT=/usr/bin/lit \
+-DLLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=/usr/include/spirv/ \
+-Wno-dev
+  make -C build
+}
+
+check() {
+  # https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/1433
+  LD_LIBRARY_PATH="${srcdir}/build/lib/SPIRV" make -C build test || echo 
"Tests failed"
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm755 build/tools/llvm-spirv/llvm-spirv -t "${pkgdir}"/usr/bin
+  install -Dm644 ${_srcname}/LICENSE.TXT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in spirv-llvm-translator/trunk (PKGBUILD)

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 09:09:05
  Author: archange
Revision: 1196142

upgpkg: spirv-llvm-translator 13.0.0.r27+gd7a03044-1

Modified:
  spirv-llvm-translator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 09:07:32 UTC (rev 1196141)
+++ PKGBUILD2022-05-07 09:09:05 UTC (rev 1196142)
@@ -3,7 +3,7 @@
 
 _srcname=SPIRV-LLVM-Translator
 pkgname=${_srcname,,}
-pkgver=13.0.0.r24+gf1372c87
+pkgver=13.0.0.r27+gd7a03044
 pkgrel=1
 pkgdesc="Tool and a library for bi-directional translation between SPIR-V and 
LLVM IR"
 arch=(x86_64)
@@ -12,8 +12,8 @@
 depends=(llvm-libs)
 makedepends=(git cmake llvm spirv-headers spirv-tools)
 checkdepends=(python python-setuptools clang)
-# Adapted from IGC release notes 99420daab98998a7e36858befac9c5ed109d4920
-_commit=f1372c879bf4294ed37a6a259b3f6000458c0d02
+# Required by ISPC
+_commit=d7a030447802718de76355c248b6bb292669683b
 source=(git+${url}.git#commit=$_commit)
 sha256sums=(SKIP)
 



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

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 09:07:32
  Author: archange
Revision: 1196141

archrelease: copy trunk to community-x86_64

Added:
  vc-intrinsics/repos/community-x86_64/PKGBUILD
(from rev 1196140, vc-intrinsics/trunk/PKGBUILD)
Deleted:
  vc-intrinsics/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 09:07:12 UTC (rev 1196140)
+++ PKGBUILD2022-05-07 09:07:32 UTC (rev 1196141)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Daniel Bermond 
-
-pkgname=vc-intrinsics
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that 
represent SIMD semantics of a program targeting GPU"
-arch=(x86_64)
-url="https://github.com/intel/vc-intrinsics;
-license=(MIT)
-makedepends=(cmake python llvm git)
-# From IGC release notes or latest release
-_commit=c97396d044a8b3eacf0fbad5395a4b7bbce583a8
-source=(git+${url}.git#commit=$_commit)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
-}
-
-build() {
-  export CXXFLAGS+=" -ffat-lto-objects"
-  cmake -B build -S ${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVM_DIR=/usr/lib/cmake/llvm \
--Wno-dev
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}

Copied: vc-intrinsics/repos/community-x86_64/PKGBUILD (from rev 1196140, 
vc-intrinsics/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 09:07:32 UTC (rev 1196141)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Daniel Bermond 
+
+pkgname=vc-intrinsics
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that 
represent SIMD semantics of a program targeting GPU"
+arch=(x86_64)
+url="https://github.com/intel/vc-intrinsics;
+license=(MIT)
+makedepends=(cmake python llvm git)
+# From IGC release notes or latest release
+_commit=561f4ff575a198b36a72fcb790e1997d7d6d6c91
+source=(git+${url}.git#commit=$_commit)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+}
+
+build() {
+  export CXXFLAGS+=" -ffat-lto-objects"
+  cmake -B build -S ${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_DIR=/usr/lib/cmake/llvm \
+-Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

2022-05-07 Thread David Runge via arch-commits
Date: Saturday, May 7, 2022 @ 09:07:12
  Author: dvzrv
Revision: 1196140

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-07 09:07:03 UTC (rev 1196139)
+++ PKGBUILD2022-05-07 09:07:12 UTC (rev 1196140)
@@ -1,45 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-_name=bookmarks
-epoch=1
-pkgver=10.3.1
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=(any)
-url="https://github.com/nextcloud/bookmarks;
-license=(AGPL3)
-depends=(nextcloud)
-makedepends=(ripgrep yq)
-groups=(nextcloud-apps)
-options=(!strip)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('96f19ed9e1f7175745b527e1673e53bea0ccc84f212fb0e10330953dffa075c4')
-b2sums=('d1de66aa827594710e2659396db75ef98cbdf15a5cd16d627960eef9930e9613a8bde2fd8338e3df53184f45cb3ab17418b5273e4490ebf324763a623609ab39')
-
-_get_nextcloud_versions() {
-  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
-}
-
-check() {
-  local _app_min_major_version
-  local _app_max_major_version
-  _get_nextcloud_versions
-
-  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
-  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
-printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
-exit 1
-  fi
-}
-
-package() {
-  _get_nextcloud_versions
-
-  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
-
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 1196138, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-07 09:07:12 UTC (rev 1196140)
@@ -0,0 +1,65 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+_name=bookmarks
+epoch=1
+pkgver=10.3.1
+pkgrel=2
+pkgdesc="Bookmarks app for nextcloud"
+arch=(any)
+url="https://github.com/nextcloud/bookmarks;
+license=(AGPL3)
+depends=(nextcloud)
+makedepends=(ripgrep yq)
+groups=(nextcloud-apps)
+options=(!strip)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
+sha256sums=('96f19ed9e1f7175745b527e1673e53bea0ccc84f212fb0e10330953dffa075c4')
+b2sums=('d1de66aa827594710e2659396db75ef98cbdf15a5cd16d627960eef9930e9613a8bde2fd8338e3df53184f45cb3ab17418b5273e4490ebf324763a623609ab39')
+
+_get_nextcloud_versions() {
+  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
+}
+
+_get_php_versions() {
+  _app_min_php="$(xq '.info.dependencies.php["@min-version"]' 
"$_name/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_php="$(xq '.info.dependencies.php["@max-version"]' 
"$_name/appinfo/info.xml"| sed 's/"//g')"
+}
+
+
+check() {
+  local _app_min_major_version
+  local _app_max_major_version
+  _get_nextcloud_versions
+
+  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
+  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
+printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
+exit 1
+  fi
+}
+
+package() {
+  _get_nextcloud_versions
+  _get_php_versions
+
+  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
+  if [[ "$_app_min_php" != 'null' ]]; then
+

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

2022-05-07 Thread Bruno Pagani via arch-commits
Date: Saturday, May 7, 2022 @ 09:07:03
  Author: archange
Revision: 1196139

upgpkg: vc-intrinsics 0.4.1-1

Modified:
  vc-intrinsics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-07 09:06:43 UTC (rev 1196138)
+++ PKGBUILD2022-05-07 09:07:03 UTC (rev 1196139)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=vc-intrinsics
-pkgver=0.3.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that 
represent SIMD semantics of a program targeting GPU"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(MIT)
 makedepends=(cmake python llvm git)
 # From IGC release notes or latest release
-_commit=c97396d044a8b3eacf0fbad5395a4b7bbce583a8
+_commit=561f4ff575a198b36a72fcb790e1997d7d6d6c91
 source=(git+${url}.git#commit=$_commit)
 sha256sums=(SKIP)
 



  1   2   >