[arch-commits] Commit in lib32-vulkan-icd-loader/repos/multilib-x86_64 (2 files)

2022-06-14 Thread Felix Yan via arch-commits
Date: Wednesday, June 15, 2022 @ 04:35:56
  Author: felixonmars
Revision: 1238007

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD
(from rev 1238006, lib32-vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 04:35:44 UTC (rev 1238006)
+++ PKGBUILD2022-06-15 04:35:56 UTC (rev 1238007)
@@ -1,48 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-icd-loader
-pkgver=1.3.213
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=('cmake' 'python' 'lib32-libx11' 'lib32-libxrandr' 'lib32-wayland' 
'vulkan-headers')
-depends=('lib32-glibc')
-optdepends=('lib32-vulkan-driver: packaged vulkan driver')
-provides=('libvulkan.so')
-source=("vulkan-icd-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
-sha256sums=('3cacac2a39026ce74ff96d2bf5d2c85f2729218182cf0be07ae62f58a5301a39')
-
-build() {
-  export ASFLAGS=--32
-  export CFLAGS=-m32
-  export CXXFLAGS=-m32 

   
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DVULKAN_HEADERS_INSTALL_DIR=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD (from rev 
1238006, lib32-vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 04:35:56 UTC (rev 1238007)
@@ -0,0 +1,48 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-icd-loader
+pkgver=1.3.217
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=('cmake' 'python' 'lib32-libx11' 'lib32-libxrandr' 'lib32-wayland' 
'vulkan-headers')
+depends=('lib32-glibc')
+optdepends=('lib32-vulkan-driver: packaged vulkan driver')
+provides=('libvulkan.so')
+source=("vulkan-icd-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
+sha256sums=('59c0e4934fca328366bbb50b3a8d2dfc3daeab7589fdadd7a29b8a79fe242a7f')
+
+build() {
+  export ASFLAGS=--32
+  export CFLAGS=-m32
+  export CXXFLAGS=-m32 

   
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}"/Vulkan-Loader*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DVULKAN_HEADERS_INSTALL_DIR=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-Loader*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in lib32-vulkan-icd-loader/trunk (PKGBUILD)

2022-06-14 Thread Felix Yan via arch-commits
Date: Wednesday, June 15, 2022 @ 04:35:44
  Author: felixonmars
Revision: 1238006

upgpkg: lib32-vulkan-icd-loader 1.3.217-1

Modified:
  lib32-vulkan-icd-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 22:46:11 UTC (rev 1238005)
+++ PKGBUILD2022-06-15 04:35:44 UTC (rev 1238006)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=lib32-vulkan-icd-loader
-pkgver=1.3.213
+pkgver=1.3.217
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
@@ -12,7 +12,7 @@
 optdepends=('lib32-vulkan-driver: packaged vulkan driver')
 provides=('libvulkan.so')
 
source=("vulkan-icd-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
-sha256sums=('3cacac2a39026ce74ff96d2bf5d2c85f2729218182cf0be07ae62f58a5301a39')
+sha256sums=('59c0e4934fca328366bbb50b3a8d2dfc3daeab7589fdadd7a29b8a79fe242a7f')
 
 build() {
   export ASFLAGS=--32



[arch-commits] Commit in vulkan-icd-loader/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-06-14 Thread Felix Yan via arch-commits
Date: Wednesday, June 15, 2022 @ 04:14:18
  Author: felixonmars
Revision: 448714

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD
(from rev 448713, vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 04:14:05 UTC (rev 448713)
+++ PKGBUILD2022-06-15 04:14:18 UTC (rev 448714)
@@ -1,43 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-icd-loader
-pkgver=1.3.213
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=('cmake' 'python-lxml' 'libx11' 'libxrandr' 'wayland' 
'vulkan-headers')
-depends=(glibc)
-optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
-provides=('libvulkan.so')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
-sha256sums=('3cacac2a39026ce74ff96d2bf5d2c85f2729218182cf0be07ae62f58a5301a39')
-
-build() {
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DVULKAN_HEADERS_INSTALL_DIR=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-  
-  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-icd-loader/repos/extra-x86_64/PKGBUILD (from rev 448713, 
vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 04:14:18 UTC (rev 448714)
@@ -0,0 +1,43 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-icd-loader
+pkgver=1.3.217
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=('cmake' 'python-lxml' 'libx11' 'libxrandr' 'wayland' 
'vulkan-headers')
+depends=(glibc)
+optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
+provides=('libvulkan.so')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
+sha256sums=('59c0e4934fca328366bbb50b3a8d2dfc3daeab7589fdadd7a29b8a79fe242a7f')
+
+build() {
+  cd "${srcdir}"/Vulkan-Loader*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DVULKAN_HEADERS_INSTALL_DIR=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-Loader*/build
+  
+  make DESTDIR="${pkgdir}" install
+  
+  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in vulkan-icd-loader/trunk (PKGBUILD)

2022-06-14 Thread Felix Yan via arch-commits
Date: Wednesday, June 15, 2022 @ 04:14:05
  Author: felixonmars
Revision: 448713

upgpkg: vulkan-icd-loader 1.3.217-1

Modified:
  vulkan-icd-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 21:52:44 UTC (rev 448712)
+++ PKGBUILD2022-06-15 04:14:05 UTC (rev 448713)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-icd-loader
-pkgver=1.3.213
+pkgver=1.3.217
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
@@ -12,7 +12,7 @@
 optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
 provides=('libvulkan.so')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
-sha256sums=('3cacac2a39026ce74ff96d2bf5d2c85f2729218182cf0be07ae62f58a5301a39')
+sha256sums=('59c0e4934fca328366bbb50b3a8d2dfc3daeab7589fdadd7a29b8a79fe242a7f')
 
 build() {
   cd "${srcdir}"/Vulkan-Loader*



[arch-commits] Commit in globalprotect-openconnect/repos/community-x86_64 (2 files)

2022-06-14 Thread Anatol Pomozov via arch-commits
Date: Tuesday, June 14, 2022 @ 22:46:11
  Author: anatolik
Revision: 1238005

archrelease: copy trunk to community-x86_64

Added:
  globalprotect-openconnect/repos/community-x86_64/PKGBUILD
(from rev 1238004, globalprotect-openconnect/trunk/PKGBUILD)
Deleted:
  globalprotect-openconnect/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 22:45:52 UTC (rev 1238004)
+++ PKGBUILD2022-06-14 22:46:11 UTC (rev 1238005)
@@ -1,27 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Keinv Yue 
-
-pkgname=globalprotect-openconnect
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="A GlobalProtect VPN GUI client based on Openconnect and built with 
Qt5, supports SAML auth mode"
-arch=(x86_64)
-url="https://github.com/yuezk/GlobalProtect-openconnect;
-license=(GPL3)
-depends=(openconnect qt5-base qt5-webengine qt5-websockets)
-makedepends=(git cmake)
-provides=(gpclient gpservice)
-backup=(etc/gpservice/gp.conf)
-source=(git+https://github.com/yuezk/GlobalProtect-openconnect#tag=v$pkgver) # 
github does not allow to download sources with submodules, thus use git directly
-sha256sums=('SKIP')
-
-build() {
-  cd GlobalProtect-openconnect
-  cmake -B build -DCMAKE_BUILD_TYPE=Release
-  cmake --build build
-}
-
-package() {
-  cd GlobalProtect-openconnect
-  make DESTDIR="$pkgdir/" install -C build
-}

Copied: globalprotect-openconnect/repos/community-x86_64/PKGBUILD (from rev 
1238004, globalprotect-openconnect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 22:46:11 UTC (rev 1238005)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Keinv Yue 
+
+pkgname=globalprotect-openconnect
+pkgver=1.4.8
+pkgrel=1
+pkgdesc="A GlobalProtect VPN GUI client based on Openconnect and built with 
Qt5, supports SAML auth mode"
+arch=(x86_64)
+url="https://github.com/yuezk/GlobalProtect-openconnect;
+license=(GPL3)
+depends=(openconnect qt5-base qt5-webengine qt5-websockets)
+makedepends=(git cmake)
+provides=(gpclient gpservice)
+backup=(etc/gpservice/gp.conf)
+source=(git+https://github.com/yuezk/GlobalProtect-openconnect#tag=v$pkgver) # 
github does not allow to download sources with submodules, thus use git directly
+sha256sums=('SKIP')
+
+build() {
+  cd GlobalProtect-openconnect
+  cmake -B build -DCMAKE_BUILD_TYPE=Release
+  cmake --build build
+}
+
+package() {
+  cd GlobalProtect-openconnect
+  make DESTDIR="$pkgdir/" install -C build
+}



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

2022-06-14 Thread Anatol Pomozov via arch-commits
Date: Tuesday, June 14, 2022 @ 22:45:52
  Author: anatolik
Revision: 1238004

upgpkg: globalprotect-openconnect 1.4.8-1

Modified:
  globalprotect-openconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 21:52:35 UTC (rev 1238003)
+++ PKGBUILD2022-06-14 22:45:52 UTC (rev 1238004)
@@ -2,7 +2,7 @@
 # Contributor: Keinv Yue 
 
 pkgname=globalprotect-openconnect
-pkgver=1.4.4
+pkgver=1.4.8
 pkgrel=1
 pkgdesc="A GlobalProtect VPN GUI client based on Openconnect and built with 
Qt5, supports SAML auth mode"
 arch=(x86_64)



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

2022-06-14 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 14, 2022 @ 21:52:44
  Author: diabonas
Revision: 448712

archrelease: copy trunk to extra-x86_64

Added:
  libutempter/repos/extra-x86_64/PKGBUILD
(from rev 448711, libutempter/trunk/PKGBUILD)
Deleted:
  libutempter/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 21:52:28 UTC (rev 448711)
+++ PKGBUILD2022-06-14 21:52:44 UTC (rev 448712)
@@ -1,27 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=libutempter
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="Interface for terminal emulators such as screen and xterm to record 
user sessions to utmp and wtmp files"
-arch=('x86_64')
-url="http://ftp.altlinux.org/pub/people/ldv/utempter;
-license=('LGPL')
-depends=('glibc')
-makedepends=('systemd')
-source=(http://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.gz{,.asc})
-sha512sums=('d3a3bab7d2c2a68534c5ad41dd02bde849eb08df5dbb895a79b50b74d269c48c4cfcd12c4654941ccb7cdd43f486cfdc19148fa470870562f5cd324ce9782429'
-'SKIP')
-validpgpkeys=(296D6F29A020808E8717A8842DB5BD89A340AEB7) # Dmitry V. Levin 

-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  chown root:utmp "$pkgdir/usr/lib/utempter/utempter"
-  chmod 2755 "$pkgdir/usr/lib/utempter/utempter"
-}

Copied: libutempter/repos/extra-x86_64/PKGBUILD (from rev 448711, 
libutempter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 21:52:44 UTC (rev 448712)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot 
+
+pkgname=libutempter
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="Interface for terminal emulators such as screen and xterm to record 
user sessions to utmp and wtmp files"
+arch=('x86_64')
+url="http://ftp.altlinux.org/pub/people/ldv/utempter;
+license=('LGPL')
+depends=('glibc')
+makedepends=('systemd')
+source=(http://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.gz{,.asc})
+sha512sums=('d3a3bab7d2c2a68534c5ad41dd02bde849eb08df5dbb895a79b50b74d269c48c4cfcd12c4654941ccb7cdd43f486cfdc19148fa470870562f5cd324ce9782429'
+'SKIP')
+validpgpkeys=(296D6F29A020808E8717A8842DB5BD89A340AEB7) # Dmitry V. Levin 

+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  echo 'z /usr/lib/utempter/utempter 2755 root utmp' | install -Dm644 
/dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}



[arch-commits] Commit in wf-recorder/repos/community-x86_64 (3 files)

2022-06-14 Thread Brett Cornwall via arch-commits
Date: Tuesday, June 14, 2022 @ 21:52:35
  Author: ainola
Revision: 1238003

archrelease: copy trunk to community-x86_64

Added:
  wf-recorder/repos/community-x86_64/PKGBUILD
(from rev 1238002, wf-recorder/trunk/PKGBUILD)
Deleted:
  wf-recorder/repos/community-x86_64/PKGBUILD
  wf-recorder/repos/community-x86_64/ffmpeg5.patch

---+
 PKGBUILD  |   98 --
 ffmpeg5.patch |  159 
 2 files changed, 46 insertions(+), 211 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 21:52:15 UTC (rev 1238002)
+++ PKGBUILD2022-06-14 21:52:35 UTC (rev 1238003)
@@ -1,52 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Lennard Hofmann
-
-pkgname=wf-recorder
-pkgver=0.2.1
-pkgrel=4
-pkgdesc="Screen recorder for wlroots-based compositors such as sway"
-arch=("x86_64")
-url="https://github.com/ammen99/wf-recorder;
-license=('MIT')
-depends=(
-   'libavcodec.so'
-   'libavdevice.so'
-   'libavformat.so'
-   'libavutil.so'
-   'libswresample.so'
-   'libswscale.so'
-   'ocl-icd'
-   'wayland'
-)
-makedepends=(
-   'meson'
-   'opencl-headers'
-   'scdoc'
-   'wayland-protocols'
-)
-optdepends=(
-   'slurp: Select a region to record'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ammen99/wf-recorder/archive/v$pkgver.tar.gz;
- ffmpeg5.patch)
-sha256sums=('45cf04cf58cf241c22fa2fbb70481a3747ad33e6930e4bdba7b9cc7018789ad1'
-'8012b4f09d3a826d06e1ec880aabbd12068a6fa913fd4d577a88e25a09e17b64')
-
-prepare() {
-   # Fix build with FFmpeg 5
-   patch -d $pkgname-$pkgver -p1 < ffmpeg5.patch
-}
-
-build() {
-   meson "$pkgname-$pkgver" build \
-   -Dman-pages=enabled \
-   -Dopencl=enabled \
-   --prefix=/usr \
-   --buildtype=plain
-   ninja -C build
-}
-
-package() {
-   DESTDIR="$pkgdir/" ninja -C build install
-   install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: wf-recorder/repos/community-x86_64/PKGBUILD (from rev 1238002, 
wf-recorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 21:52:35 UTC (rev 1238003)
@@ -0,0 +1,46 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Lennard Hofmann
+
+pkgname=wf-recorder
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Screen recorder for wlroots-based compositors such as sway"
+arch=("x86_64")
+url="https://github.com/ammen99/wf-recorder;
+license=('MIT')
+depends=(
+   'libavcodec.so'
+   'libavdevice.so'
+   'libavfilter.so'
+   'libavformat.so'
+   'libavutil.so'
+   'libpulse.so'
+   'libpulse-simple.so'
+   'libswresample.so'
+   'libswscale.so'
+   'libwayland-client.so'
+)
+makedepends=(
+   'meson'
+   'wayland-protocols'
+)
+optdepends=(
+   'slurp: Select a region to record'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ammen99/wf-recorder/archive/v$pkgver.tar.gz;)
+sha256sums=('3af1e933872653233d87167bab73d96f984d00e995385190b586be4d89dbbfdf')
+
+build() {
+   meson "$pkgname-$pkgver" build \
+   -Dpulse=enabled \
+   --prefix=/usr \
+   --buildtype=plain
+   ninja -C build
+}
+
+package() {
+   DESTDIR="$pkgdir/" ninja -C build install
+   cd "$pkgname-$pkgver"
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+   install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+}

Deleted: ffmpeg5.patch
===
--- ffmpeg5.patch   2022-06-14 21:52:15 UTC (rev 1238002)
+++ ffmpeg5.patch   2022-06-14 21:52:35 UTC (rev 1238003)
@@ -1,159 +0,0 @@
-From 47a3905f670fe12ecbdfe4719df654df1cd183e2 Mon Sep 17 00:00:00 2001
-From: "M. Stoeckl" 
-Date: Thu, 13 Jan 2022 04:17:26 -0500
-Subject: [PATCH] Fix build with latest FFmpeg (#157)
-
-Changes to the FFmpeg git repository since version 4.4 include:
-* Removing the deprecated av_register_all
-* Making AVCodec const
-* Removing the long deprecated AVStream.codec field

- src/frame-writer.cpp | 37 +++--
- src/frame-writer.hpp |  6 +++---
- 2 files changed, 30 insertions(+), 13 deletions(-)
-
-diff --git a/src/frame-writer.cpp b/src/frame-writer.cpp
-index 043d772..7614b0c 100644
 a/src/frame-writer.cpp
-+++ b/src/frame-writer.cpp
-@@ -15,6 +15,8 @@
- static const AVRational US_RATIONAL{1,100} ;
- #define AUDIO_RATE 44100
- 
-+// av_register_all was deprecated in 58.9.100, removed in 59.0.100
-+#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(59, 0, 100)
- class FFmpegInitialize
- {
- public :
-@@ -27,6 +29,7 @@ public :
- };
- 
- static FFmpegInitialize ffmpegInitialize;
-+#endif
- 
- void FrameWriter::init_hw_accel()
- {

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

2022-06-14 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 14, 2022 @ 21:52:28
  Author: diabonas
Revision: 448711

upgpkg: libutempter 1.2.1-3: use tmpfiles.d to chown to utmp group (FS#58306)

The utmp group has a dynamically assigned GID, so using chown in the PKGBUILD
does not work because the GID in the build environment can differ from the GID
on the system that the package is going to be installed on.

Modified:
  libutempter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 21:29:40 UTC (rev 448710)
+++ PKGBUILD2022-06-14 21:52:28 UTC (rev 448711)
@@ -2,7 +2,7 @@
 
 pkgname=libutempter
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Interface for terminal emulators such as screen and xterm to record 
user sessions to utmp and wtmp files"
 arch=('x86_64')
 url="http://ftp.altlinux.org/pub/people/ldv/utempter;
@@ -22,6 +22,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  chown root:utmp "$pkgdir/usr/lib/utempter/utempter"
-  chmod 2755 "$pkgdir/usr/lib/utempter/utempter"
+  echo 'z /usr/lib/utempter/utempter 2755 root utmp' | install -Dm644 
/dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
 }



[arch-commits] Commit in wf-recorder/trunk (ffmpeg5.patch)

2022-06-14 Thread Brett Cornwall via arch-commits
Date: Tuesday, June 14, 2022 @ 21:52:15
  Author: ainola
Revision: 1238002

upgpkg: wf-recorder 0.3.0-1

Deleted:
  wf-recorder/trunk/ffmpeg5.patch

---+
 ffmpeg5.patch |  159 
 1 file changed, 159 deletions(-)

Deleted: ffmpeg5.patch
===
--- ffmpeg5.patch   2022-06-14 21:50:50 UTC (rev 1238001)
+++ ffmpeg5.patch   2022-06-14 21:52:15 UTC (rev 1238002)
@@ -1,159 +0,0 @@
-From 47a3905f670fe12ecbdfe4719df654df1cd183e2 Mon Sep 17 00:00:00 2001
-From: "M. Stoeckl" 
-Date: Thu, 13 Jan 2022 04:17:26 -0500
-Subject: [PATCH] Fix build with latest FFmpeg (#157)
-
-Changes to the FFmpeg git repository since version 4.4 include:
-* Removing the deprecated av_register_all
-* Making AVCodec const
-* Removing the long deprecated AVStream.codec field

- src/frame-writer.cpp | 37 +++--
- src/frame-writer.hpp |  6 +++---
- 2 files changed, 30 insertions(+), 13 deletions(-)
-
-diff --git a/src/frame-writer.cpp b/src/frame-writer.cpp
-index 043d772..7614b0c 100644
 a/src/frame-writer.cpp
-+++ b/src/frame-writer.cpp
-@@ -15,6 +15,8 @@
- static const AVRational US_RATIONAL{1,100} ;
- #define AUDIO_RATE 44100
- 
-+// av_register_all was deprecated in 58.9.100, removed in 59.0.100
-+#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(59, 0, 100)
- class FFmpegInitialize
- {
- public :
-@@ -27,6 +29,7 @@ public :
- };
- 
- static FFmpegInitialize ffmpegInitialize;
-+#endif
- 
- void FrameWriter::init_hw_accel()
- {
-@@ -93,7 +96,7 @@ AVPixelFormat FrameWriter::lookup_pixel_format(std::string 
pix_fmt)
- std::exit(-1);
- }
- 
--AVPixelFormat FrameWriter::choose_sw_format(AVCodec *codec)
-+AVPixelFormat FrameWriter::choose_sw_format(const AVCodec *codec)
- {
- auto in_fmt = get_input_format();
- 
-@@ -272,7 +275,7 @@ void FrameWriter::init_video_stream()
- AVDictionary *options = NULL;
- load_codec_options();
- 
--AVCodec* codec = avcodec_find_encoder_by_name(params.codec.c_str());
-+const AVCodec* codec = avcodec_find_encoder_by_name(params.codec.c_str());
- if (!codec)
- {
- std::cerr << "Failed to find the given codec: " << params.codec << 
std::endl;
-@@ -286,7 +289,7 @@ void FrameWriter::init_video_stream()
- std::exit(-1);
- }
- 
--videoCodecCtx = videoStream->codec;
-+videoCodecCtx = avcodec_alloc_context3(codec);
- videoCodecCtx->width = params.width;
- videoCodecCtx->height = params.height;
- videoCodecCtx->time_base = (AVRational){ 1, FPS };
-@@ -321,9 +324,15 @@ void FrameWriter::init_video_stream()
- std::exit(-1);
- }
- av_dict_free();
-+
-+if ((ret = avcodec_parameters_from_context(videoStream->codecpar, 
videoCodecCtx)) < 0) {
-+av_strerror(ret, err, 256);
-+std::cerr << "avcodec_parameters_from_context failed: " << err << 
std::endl;
-+std::exit(-1);
-+}
- }
- 
--static uint64_t get_codec_channel_layout(AVCodec *codec)
-+static uint64_t get_codec_channel_layout(const AVCodec *codec)
- {
-   int i = 0;
-   if (!codec->channel_layouts)
-@@ -339,7 +348,7 @@ static uint64_t get_codec_channel_layout(AVCodec *codec)
-   return codec->channel_layouts[0];
- }
- 
--static enum AVSampleFormat get_codec_sample_fmt(AVCodec *codec)
-+static enum AVSampleFormat get_codec_sample_fmt(const AVCodec *codec)
- {
- int i = 0;
- if (!codec->sample_fmts)
-@@ -356,7 +365,7 @@ static enum AVSampleFormat get_codec_sample_fmt(AVCodec 
*codec)
- 
- void FrameWriter::init_audio_stream()
- {
--AVCodec* codec = avcodec_find_encoder_by_name("aac");
-+const AVCodec* codec = avcodec_find_encoder_by_name("aac");
- if (!codec)
- {
- std::cerr << "Failed to find the aac codec" << std::endl;
-@@ -370,7 +379,7 @@ void FrameWriter::init_audio_stream()
- std::exit(-1);
- }
- 
--audioCodecCtx = audioStream->codec;
-+audioCodecCtx = avcodec_alloc_context3(codec);
- audioCodecCtx->bit_rate = lrintf(128000.0f);
- audioCodecCtx->sample_fmt = get_codec_sample_fmt(codec);
- audioCodecCtx->channel_layout = get_codec_channel_layout(codec);
-@@ -407,6 +416,14 @@ void FrameWriter::init_audio_stream()
- std::cerr << "Failed to initialize swr" << std::endl;
- std::exit(-1);
- }
-+
-+int ret;
-+if ((ret = avcodec_parameters_from_context(audioStream->codecpar, 
audioCodecCtx)) < 0) {
-+char errmsg[256];
-+av_strerror(ret, errmsg, sizeof(errmsg));
-+std::cerr << "avcodec_parameters_from_context failed: " << err << 
std::endl;
-+std::exit(-1);
-+}
- }
- #endif
- void FrameWriter::init_codecs()
-@@ -697,11 +714,11 @@ FrameWriter::~FrameWriter()
- if (outputFmt && (!(outputFmt->flags & AVFMT_NOFILE)))
- avio_closep(>pb);
- 
--avcodec_close(videoStream->codec);
-+avcodec_free_context();
- // Freeing all the allocated 

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

2022-06-14 Thread Brett Cornwall via arch-commits
Date: Tuesday, June 14, 2022 @ 21:50:50
  Author: ainola
Revision: 1238001

upgpkg: wf-recorder 0.3.0-1

Explicitly enable pulseaudio, remove the OpenCL stuff (as upstream removed it),
and remove scdoc as upstream opted to go for a plain manpage format.

Modified:
  wf-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 19:48:17 UTC (rev 1238000)
+++ PKGBUILD2022-06-14 21:50:50 UTC (rev 1238001)
@@ -2,8 +2,8 @@
 # Contributor: Lennard Hofmann
 
 pkgname=wf-recorder
-pkgver=0.2.1
-pkgrel=5
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="Screen recorder for wlroots-based compositors such as sway"
 arch=("x86_64")
 url="https://github.com/ammen99/wf-recorder;
@@ -11,37 +11,28 @@
 depends=(
'libavcodec.so'
'libavdevice.so'
+   'libavfilter.so'
'libavformat.so'
'libavutil.so'
+   'libpulse.so'
+   'libpulse-simple.so'
'libswresample.so'
'libswscale.so'
-   'ocl-icd'
-   'wayland'
+   'libwayland-client.so'
 )
 makedepends=(
'meson'
-   'opencl-headers'
-   'scdoc'
'wayland-protocols'
 )
 optdepends=(
'slurp: Select a region to record'
 )
-options=(debug)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ammen99/wf-recorder/archive/v$pkgver.tar.gz;
- ffmpeg5.patch)
-sha256sums=('45cf04cf58cf241c22fa2fbb70481a3747ad33e6930e4bdba7b9cc7018789ad1'
-'8012b4f09d3a826d06e1ec880aabbd12068a6fa913fd4d577a88e25a09e17b64')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ammen99/wf-recorder/archive/v$pkgver.tar.gz;)
+sha256sums=('3af1e933872653233d87167bab73d96f984d00e995385190b586be4d89dbbfdf')
 
-prepare() {
-   # Fix build with FFmpeg 5
-   patch -d $pkgname-$pkgver -p1 < ffmpeg5.patch
-}
-
 build() {
meson "$pkgname-$pkgver" build \
-   -Dman-pages=enabled \
-   -Dopencl=enabled \
+   -Dpulse=enabled \
--prefix=/usr \
--buildtype=plain
ninja -C build
@@ -49,5 +40,7 @@
 
 package() {
DESTDIR="$pkgdir/" ninja -C build install
-   install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
+   cd "$pkgname-$pkgver"
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+   install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
 }



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

2022-06-14 Thread Levente Polyak via arch-commits
Date: Tuesday, June 14, 2022 @ 21:29:40
  Author: anthraxx
Revision: 448710

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 448709, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 448709, linux-hardened/trunk/config)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config

--+
 PKGBUILD |  420 -
 config   |21282 ++---
 2 files changed, 10851 insertions(+), 10851 deletions(-)

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


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

2022-06-14 Thread Levente Polyak via arch-commits
Date: Tuesday, June 14, 2022 @ 21:29:33
  Author: anthraxx
Revision: 448709

upgpkg: linux-hardened 5.17.15.hardened1-1

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

--+
 PKGBUILD |8 
 config   |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 19:42:33 UTC (rev 448708)
+++ PKGBUILD2022-06-14 21:29:33 UTC (rev 448709)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.17.14.hardened1
+pkgver=5.17.15.hardened1
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -28,11 +28,11 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('0be46371735e4a4a48ccbb8f4e0383fd7fe60e4ff1e49a846582f0dfdf9a5a64'
+sha256sums=('4a1c922a490eeabf5b44d4fde36de9ba5b71711b7352c6258716da41160db628'
 'SKIP'
-'18322a9597f3583214fdc544fd82d310c5f8a79dc14de99cb3bd8ef72cc2ed04'
+'21ff5ed6756fcab348194e9924f407b25ee5dcc2fd4f289262686562c87b7f14'
 'SKIP'
-'8b1c7905ed08cdff5e151eec4004ef45f3e2ecf1bf39420b1ecfebc4382f215d')
+'2790f029a877e592881a9d1ded2ed9cee5689429cb78ce4a8c26d4c409827bd7')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-06-14 19:42:33 UTC (rev 448708)
+++ config  2022-06-14 21:29:33 UTC (rev 448709)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.14-hardened1 Kernel Configuration
+# Linux/x86 5.17.15-hardened1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
 CONFIG_CC_IS_GCC=y



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

2022-06-14 Thread Bruno Pagani via arch-commits
Date: Tuesday, June 14, 2022 @ 19:39:50
  Author: archange
Revision: 1237917

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 1237916, intel-compute-runtime/trunk/PKGBUILD)

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

Copied: intel-compute-runtime/repos/community-testing-x86_64/PKGBUILD (from rev 
1237916, intel-compute-runtime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-14 19:39:50 UTC (rev 1237917)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-compute-runtime
+pkgver=22.23.23405
+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)
+sha256sums=('ce594214b6e6424e53cf41c9c36325ecb84910230fda66b557cd13f275bc6c95')
+
+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 \
+-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-06-14 Thread Bruno Pagani via arch-commits
Date: Tuesday, June 14, 2022 @ 19:39:41
  Author: archange
Revision: 1237916

upgpkg: intel-compute-runtime 22.23.23405-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 19:30:08 UTC (rev 1237915)
+++ PKGBUILD2022-06-14 19:39:41 UTC (rev 1237916)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=22.22.23355
+pkgver=22.23.23405
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 # https://github.com/intel/compute-runtime/issues/528
 options=(!lto)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('dd74b1947784ffbf0acf0ad4011e4fab932c4a9ec3ebd3229270ba3b07dd28e0')
+sha256sums=('ce594214b6e6424e53cf41c9c36325ecb84910230fda66b557cd13f275bc6c95')
 
 build() {
   # ${${pkgver#*.}%.*} not supported by bash?
@@ -28,7 +28,6 @@
 -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
 }



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

2022-06-14 Thread Bruno Pagani via arch-commits
Date: Tuesday, June 14, 2022 @ 19:30:08
  Author: archange
Revision: 1237915

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 1237914, intel-graphics-compiler/trunk/PKGBUILD)

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

Copied: intel-graphics-compiler/repos/community-testing-x86_64/PKGBUILD (from 
rev 1237914, intel-graphics-compiler/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-14 19:30:08 UTC (rev 1237915)
@@ -0,0 +1,43 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-graphics-compiler
+epoch=1
+pkgver=1.0.11378
+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=('527229e8b7d7773e128a12fa5577ea0193643479b0bc23906d9872384604a7dc')
+
+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-06-14 Thread Bruno Pagani via arch-commits
Date: Tuesday, June 14, 2022 @ 19:30:00
  Author: archange
Revision: 1237914

upgpkg: intel-graphics-compiler 1:1.0.11378-1

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 19:29:32 UTC (rev 1237913)
+++ PKGBUILD2022-06-14 19:30:00 UTC (rev 1237914)
@@ -3,7 +3,7 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.11279
+pkgver=1.0.11378
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -13,15 +13,9 @@
 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
-
${pkgname}-fix-debug-spirv-llvm.patch::${url}/commit/991fd3d661efcb4fb6df63b76310d6e634b05c39.patch)
-sha256sums=('175beaf2b8a39049d454c49c6f418791f294dabf643203486290da8e9b311545'
-'25f860c8161c7d39707280fd995463630bd53becbeb27c47d603785aa13ef704')
+source=(${url}/archive/igc-${pkgver}.tar.gz)
+sha256sums=('527229e8b7d7773e128a12fa5577ea0193643479b0bc23906d9872384604a7dc')
 
-prepare() {
-  patch -d ${pkgname}-igc-${pkgver} -p1 < ${pkgname}-fix-debug-spirv-llvm.patch
-}
-
 build() {
   cmake -B build -S ${pkgname}-igc-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \



[arch-commits] Commit in ruby-rails-html-sanitizer/repos/community-any (2 files)

2022-06-14 Thread Andreas Schleifer via arch-commits
Date: Tuesday, June 14, 2022 @ 19:29:32
  Author: segaja
Revision: 1237913

archrelease: copy trunk to community-any

Added:
  ruby-rails-html-sanitizer/repos/community-any/PKGBUILD
(from rev 1237912, ruby-rails-html-sanitizer/trunk/PKGBUILD)
Deleted:
  ruby-rails-html-sanitizer/repos/community-any/PKGBUILD

--+
 PKGBUILD |   99 -
 1 file changed, 47 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 19:29:18 UTC (rev 1237912)
+++ PKGBUILD2022-06-14 19:29:32 UTC (rev 1237913)
@@ -1,52 +0,0 @@
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='rails-html-sanitizer'
-pkgname="ruby-${_gemname}"
-pkgver=1.4.2
-pkgrel=2
-pkgdesc='HTML sanitization for Rails applications'
-arch=('any')
-url='https://github.com/rails/rails-html-sanitizer'
-license=('MIT')
-options=(!emptydirs)
-depends=('ruby' 'ruby-loofah')
-makedepends=('ruby-bundler' 'ruby-minitest' 'ruby-rake')
-checkdepends=('ruby-rails-dom-testing')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-# https://github.com/rails/rails-html-sanitizer/pull/126
-
fix_tests.patch::https://github.com/rails/rails-html-sanitizer/commit/6a1ae1b88053ccc4070c307a757878cfbdca117d.patch)
-sha512sums=('bbffcb04169ae8036126d1e14bff56f46741a9fd8d34b4dad106e43f82ba1c6b8a471bd515d0e62989fbecb021e25c227d4c3e91e6bddcb00349ce044ce483d2'
-
'5f01b9c019e5c6dec25651c48a6a13c8b57bfabd61eb6c6279dd7a126d03a085a89926cf94592381d12aa154c9dfa7d9c21c8da2c72f98f8f1cce5865db4f68d')
-
-prepare() {
-  cd "${_gemname}-${pkgver}"
-
-  patch --verbose --strip=1 --input=../fix_tests.patch
-
-  # update gemspec/Gemfile to allow newer version of the dependencies
-  sed -r 's|~>|>=|g' -i "${_gemname}.gemspec" Gemfile
-}
-
-build() {
-  cd "${_gemname}-${pkgver}"
-
-  rake build
-}
-
-check() {
-  cd "${_gemname}-${pkgver}"
-
-  rake test
-}
-
-package() {
-  cd "${_gemname}-${pkgver}"
-
-  local _gemdir="$(gem env gemdir)"
-
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" "pkg/${_gemname}-${pkgver}.gem"
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-
-  install -D -m644 MIT-LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ruby-rails-html-sanitizer/repos/community-any/PKGBUILD (from rev 
1237912, ruby-rails-html-sanitizer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 19:29:32 UTC (rev 1237913)
@@ -0,0 +1,47 @@
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='rails-html-sanitizer'
+pkgname="ruby-${_gemname}"
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='HTML sanitization for Rails applications'
+arch=('any')
+url='https://github.com/rails/rails-html-sanitizer'
+license=('MIT')
+options=(!emptydirs)
+depends=('ruby' 'ruby-loofah')
+makedepends=('ruby-bundler' 'ruby-minitest' 'ruby-rake')
+checkdepends=('ruby-rails-dom-testing')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('4a48e05efb2bf3bef885b6524501446fdff897a68a273f712bab2881dbb4c3e81b736bfd45c3a17653330c830e06bedc63ceb6e2290bc449be715794459e104b')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  # update gemspec/Gemfile to allow newer version of the dependencies
+  sed -r 's|~>|>=|g' -i "${_gemname}.gemspec" Gemfile
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  rake build
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake test
+}
+
+package() {
+  cd "${_gemname}-${pkgver}"
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" "pkg/${_gemname}-${pkgver}.gem"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+
+  install -D -m644 MIT-LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in ruby-rails-html-sanitizer/trunk (PKGBUILD)

2022-06-14 Thread Andreas Schleifer via arch-commits
Date: Tuesday, June 14, 2022 @ 19:29:18
  Author: segaja
Revision: 1237912

upgpkg: ruby-rails-html-sanitizer 1.4.3-1; update to 1.4.3

Modified:
  ruby-rails-html-sanitizer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 19:22:07 UTC (rev 1237911)
+++ PKGBUILD2022-06-14 19:29:18 UTC (rev 1237912)
@@ -2,8 +2,8 @@
 
 _gemname='rails-html-sanitizer'
 pkgname="ruby-${_gemname}"
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
 pkgdesc='HTML sanitization for Rails applications'
 arch=('any')
 url='https://github.com/rails/rails-html-sanitizer'
@@ -12,17 +12,12 @@
 depends=('ruby' 'ruby-loofah')
 makedepends=('ruby-bundler' 'ruby-minitest' 'ruby-rake')
 checkdepends=('ruby-rails-dom-testing')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-# https://github.com/rails/rails-html-sanitizer/pull/126
-
fix_tests.patch::https://github.com/rails/rails-html-sanitizer/commit/6a1ae1b88053ccc4070c307a757878cfbdca117d.patch)
-sha512sums=('bbffcb04169ae8036126d1e14bff56f46741a9fd8d34b4dad106e43f82ba1c6b8a471bd515d0e62989fbecb021e25c227d4c3e91e6bddcb00349ce044ce483d2'
-
'5f01b9c019e5c6dec25651c48a6a13c8b57bfabd61eb6c6279dd7a126d03a085a89926cf94592381d12aa154c9dfa7d9c21c8da2c72f98f8f1cce5865db4f68d')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('4a48e05efb2bf3bef885b6524501446fdff897a68a273f712bab2881dbb4c3e81b736bfd45c3a17653330c830e06bedc63ceb6e2290bc449be715794459e104b')
 
 prepare() {
   cd "${_gemname}-${pkgver}"
 
-  patch --verbose --strip=1 --input=../fix_tests.patch
-
   # update gemspec/Gemfile to allow newer version of the dependencies
   sed -r 's|~>|>=|g' -i "${_gemname}.gemspec" Gemfile
 }



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

2022-06-14 Thread Bruno Pagani via arch-commits
Date: Tuesday, June 14, 2022 @ 19:22:07
  Author: archange
Revision: 1237911

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: vc-intrinsics/repos/community-testing-x86_64/PKGBUILD (from rev 
1237910, vc-intrinsics/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-14 19:22:07 UTC (rev 1237911)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Daniel Bermond 
+
+pkgname=vc-intrinsics
+pkgver=0.4.2
+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=4ce354da51f219bbdfa9c4cd5d8f640e92e38511
+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 vc-intrinsics/trunk (PKGBUILD)

2022-06-14 Thread Bruno Pagani via arch-commits
Date: Tuesday, June 14, 2022 @ 19:21:57
  Author: archange
Revision: 1237910

upgpkg: vc-intrinsics 0.4.2-1

Modified:
  vc-intrinsics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 19:15:41 UTC (rev 1237909)
+++ PKGBUILD2022-06-14 19:21:57 UTC (rev 1237910)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=vc-intrinsics
-pkgver=0.4.1
+pkgver=0.4.2
 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=561f4ff575a198b36a72fcb790e1997d7d6d6c91
+_commit=4ce354da51f219bbdfa9c4cd5d8f640e92e38511
 source=(git+${url}.git#commit=$_commit)
 sha256sums=(SKIP)
 



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

2022-06-14 Thread Bruno Pagani via arch-commits
Date: Tuesday, June 14, 2022 @ 19:15:41
  Author: archange
Revision: 1237909

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 1237908, intel-opencl-clang/trunk/PKGBUILD)

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

Copied: intel-opencl-clang/repos/community-testing-x86_64/PKGBUILD (from rev 
1237908, intel-opencl-clang/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-14 19:15:41 UTC (rev 1237909)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=opencl-clang
+pkgname=intel-${_srcname}
+pkgver=13.0.0.r7+g9bd6fe4
+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=9bd6fe456b16182b4515aaa69f5ed8dca04c6ccf
+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-06-14 Thread Bruno Pagani via arch-commits
Date: Tuesday, June 14, 2022 @ 19:15:26
  Author: archange
Revision: 1237908

upgpkg: intel-opencl-clang 13.0.0.r7+g9bd6fe4-1

Modified:
  intel-opencl-clang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 19:11:49 UTC (rev 1237907)
+++ PKGBUILD2022-06-14 19:15:26 UTC (rev 1237908)
@@ -3,7 +3,7 @@
 
 _srcname=opencl-clang
 pkgname=intel-${_srcname}
-pkgver=13.0.0.r6+gd06733f
+pkgver=13.0.0.r7+g9bd6fe4
 pkgrel=1
 pkgdesc="Wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(clang llvm-libs spirv-llvm-translator)
 makedepends=(cmake llvm git)
 # Current point in the used LLVM branch
-_commit=d06733f695682761c3df30c7a36c52ea7b4b3dd8
+_commit=9bd6fe456b16182b4515aaa69f5ed8dca04c6ccf
 source=(git+${url}.git#commit=$_commit)
 sha256sums=(SKIP)
 



[arch-commits] Commit in lib32-pipewire/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2022-06-14 Thread David Runge via arch-commits
Date: Tuesday, June 14, 2022 @ 19:11:49
  Author: dvzrv
Revision: 1237907

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pipewire/repos/multilib-x86_64/PKGBUILD
(from rev 1237906, lib32-pipewire/trunk/PKGBUILD)
Deleted:
  lib32-pipewire/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  259 ++---
 1 file changed, 131 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 19:11:35 UTC (rev 1237906)
+++ PKGBUILD2022-06-14 19:11:49 UTC (rev 1237907)
@@ -1,128 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=lib32-pipewire
-pkgname=(lib32-pipewire lib32-pipewire-jack lib32-pipewire-v4l2)
-_commit=31bf63105749893e5e2c6ae7784e7f27aa0345ad  # tags/0.3.52
-pkgver=0.3.52
-pkgrel=1
-epoch=1
-pkgdesc="Low-latency audio/video router and processor - 32-bit client library"
-url="https://pipewire.org;
-arch=(x86_64)
-license=(MIT)
-makedepends=(git lib32-alsa-lib lib32-dbus lib32-systemd meson)
-options=(debug)
-source=(git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pipewire
-  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd pipewire
-}
-
-build() {
-  local meson_options=(
---libdir /usr/lib32
--D bluez5-codec-lc3plus=disabled
--D examples=disabled
--D man=disabled
--D tests=disabled
--D gstreamer=disabled
--D gstreamer-device-provider=disabled
--D systemd-user-service=disabled
--D bluez5=disabled
--D jack=disabled
--D jack-devel=true
--D libjack-path=/usr/lib32
--D v4l2=disabled
--D libcamera=disabled
--D libcanberra=disabled
--D x11=disabled
--D x11-xfixes=disabled
--D pw-cat=disabled
--D udevrulesdir=/usr/lib/udev/rules.d
--D sdl2=disabled
--D sndfile=disabled
--D libpulse=disabled
--D roc=disabled
--D avahi=disabled
--D echo-cancel-webrtc=disabled
--D libusb=disabled
--D session-managers=[]
--D raop=disabled
--D lv2=disabled
-  )
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
-  arch-meson pipewire build "${meson_options[@]}"
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-_ver=${pkgver:0:3}
-
-package_lib32-pipewire() {
-  depends=(pipewire lib32-systemd libdbus-1.so libasound.so)
-  optdepends=('lib32-pipewire-jack: JACK support'
-  'lib32-pipewire-v4l2: V4L2 interceptor')
-  provides=(libpipewire-$_ver.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  ( cd "$pkgdir"
-
-_pick jack usr/lib32/libjack*
-_pick jack usr/lib32/pkgconfig/jack.pc
-
-_pick v4l2 usr/lib32/pipewire-$_ver/v4l2
-
-rm -r usr/{bin,include,lib,share}
-  )
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 pipewire/COPYING
-}
-
-package_lib32-pipewire-jack() {
-  pkgdesc+=" - JACK support"
-  license+=(GPL2)  # libjackserver
-  depends=(pipewire-jack lib32-pipewire libpipewire-$_ver.so)
-  conflicts=(lib32-jack lib32-jack2)
-  provides=(lib32-jack libjack.so libjackserver.so libjacknet.so)
-
-  mv jack/* "$pkgdir"
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 pipewire/COPYING
-}
-
-package_lib32-pipewire-v4l2() {
-  pkgdesc+=" - V4L2 interceptor"
-  depends=(pipewire-v4l2 lib32-pipewire libpipewire-$_ver.so)
-
-  mv v4l2/* "$pkgdir"
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 pipewire/COPYING
-}
-
-# vim:set sw=2 et:

Copied: lib32-pipewire/repos/multilib-x86_64/PKGBUILD (from rev 1237906, 
lib32-pipewire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 19:11:49 UTC (rev 1237907)
@@ -0,0 +1,131 @@
+# Maintainer: David Runge 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=lib32-pipewire
+pkgname=(lib32-pipewire lib32-pipewire-jack lib32-pipewire-v4l2)
+_commit=31bf63105749893e5e2c6ae7784e7f27aa0345ad  # tags/0.3.52
+pkgver=0.3.52
+pkgrel=2
+epoch=1
+pkgdesc="Low-latency audio/video router and processor - 32-bit client library"
+url="https://pipewire.org;
+arch=(x86_64)
+license=(MIT)
+makedepends=(git lib32-alsa-lib lib32-dbus lib32-systemd meson)
+options=(debug)
+source=(git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pipewire
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd pipewire
+
+  # fix issue with input stuttering: https://bugs.archlinux.org/task/75013
+  

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

2022-06-14 Thread David Runge via arch-commits
Date: Tuesday, June 14, 2022 @ 19:11:35
  Author: dvzrv
Revision: 1237906

upgpkg: lib32-pipewire 1:0.3.52-2: Rebuild to add upstream fix for 
https://bugs.archlinux.org/task/75013

Modified:
  lib32-pipewire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:45:12 UTC (rev 1237905)
+++ PKGBUILD2022-06-14 19:11:35 UTC (rev 1237906)
@@ -6,7 +6,7 @@
 pkgname=(lib32-pipewire lib32-pipewire-jack lib32-pipewire-v4l2)
 _commit=31bf63105749893e5e2c6ae7784e7f27aa0345ad  # tags/0.3.52
 pkgver=0.3.52
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor - 32-bit client library"
 url="https://pipewire.org;
@@ -24,6 +24,9 @@
 
 prepare() {
   cd pipewire
+
+  # fix issue with input stuttering: https://bugs.archlinux.org/task/75013
+  git cherry-pick -n 68bafcf166d98539dfda949f40c7438c1e4b2ec6
 }
 
 build() {



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

2022-06-14 Thread Andreas Radke via arch-commits
Date: Tuesday, June 14, 2022 @ 18:54:25
  Author: andyrtr
Revision: 448690

archrelease: copy trunk to testing-any

Added:
  xkeyboard-config/repos/testing-any/
  xkeyboard-config/repos/testing-any/PKGBUILD
(from rev 448689, xkeyboard-config/trunk/PKGBUILD)

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

Copied: xkeyboard-config/repos/testing-any/PKGBUILD (from rev 448689, 
xkeyboard-config/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-06-14 18:54:25 UTC (rev 448690)
@@ -0,0 +1,48 @@
+# Maintainer: Andreas Radke 
+
+pkgname=xkeyboard-config
+pkgver=2.36
+pkgrel=2
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config;
+makedepends=('xorg-xkbcomp' 'libxslt' 'python' 'meson')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+
alujiskeys.patch::https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/dc1534b4b0cf2153e4b8848310efc8393fb73830.patch)
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145') # Sergey Udaltsov 

+#validpgpkeys=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha256sums=('1f1bb1292a161d520a3485d378609277d108cd07cde0327c16811ff54c3e1595'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # FS##75007 / 
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/325
+  patch -Np1 -i ../alujiskeys.patch
+}
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build \
+   -D xkb-base="/usr/share/X11/xkb" \
+   -D compat-rules=true \
+   -D xorg-rules-symlinks=true
+
+  # Print config
+  meson configure build
+
+  ninja -C build
+
+ }
+ 
+ package() { 
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ${pkgname}-${pkgver}/COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2022-06-14 Thread Andreas Radke via arch-commits
Date: Tuesday, June 14, 2022 @ 18:54:21
  Author: andyrtr
Revision: 448689

upgpkg: xkeyboard-config 2.36-2: fix alujiskeys - FS#75007

Modified:
  xkeyboard-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:46:46 UTC (rev 448688)
+++ PKGBUILD2022-06-14 18:54:21 UTC (rev 448689)
@@ -2,7 +2,7 @@
 
 pkgname=xkeyboard-config
 pkgver=2.36
-pkgrel=1
+pkgrel=2
 pkgdesc="X keyboard configuration files"
 arch=(any)
 license=('custom')
@@ -11,12 +11,20 @@
 provides=('xkbdata')
 replaces=('xkbdata')
 conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+
alujiskeys.patch::https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/dc1534b4b0cf2153e4b8848310efc8393fb73830.patch)
 validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145') # Sergey Udaltsov 

 #validpgpkeys=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
 sha256sums=('1f1bb1292a161d520a3485d378609277d108cd07cde0327c16811ff54c3e1595'
+'SKIP'
 'SKIP')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # FS##75007 / 
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/325
+  patch -Np1 -i ../alujiskeys.patch
+}
+
 build() {
   arch-meson ${pkgname}-${pkgver} build \
-D xkb-base="/usr/share/X11/xkb" \



[arch-commits] Commit in pipewire/repos/extra-x86_64 (6 files)

2022-06-14 Thread David Runge via arch-commits
Date: Tuesday, June 14, 2022 @ 18:46:46
  Author: dvzrv
Revision: 448688

archrelease: copy trunk to extra-x86_64

Added:
  pipewire/repos/extra-x86_64/PKGBUILD
(from rev 448687, pipewire/trunk/PKGBUILD)
  pipewire/repos/extra-x86_64/pipewire-pulse.install
(from rev 448687, pipewire/trunk/pipewire-pulse.install)
  pipewire/repos/extra-x86_64/pipewire.install
(from rev 448687, pipewire/trunk/pipewire.install)
Deleted:
  pipewire/repos/extra-x86_64/PKGBUILD
  pipewire/repos/extra-x86_64/pipewire-pulse.install
  pipewire/repos/extra-x86_64/pipewire.install

+
 PKGBUILD   |  465 +++
 pipewire-pulse.install |   28 +-
 pipewire.install   |   28 +-
 3 files changed, 262 insertions(+), 259 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 18:46:14 UTC (rev 448687)
+++ PKGBUILD2022-06-14 18:46:46 UTC (rev 448688)
@@ -1,231 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pipewire
-pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack
- pipewire-pulse gst-plugin-pipewire pipewire-zeroconf pipewire-v4l2
- pipewire-x11-bell)
-_commit=31bf63105749893e5e2c6ae7784e7f27aa0345ad  # tags/0.3.52
-pkgver=0.3.52
-pkgrel=1
-epoch=1
-pkgdesc="Low-latency audio/video router and processor"
-url="https://pipewire.org;
-arch=(x86_64)
-license=(MIT)
-makedepends=(alsa-lib bluez-libs avahi git dbus doxygen graphviz
-gst-plugins-base libcanberra libfdk-aac libfreeaptx libldac libpulse libsndfile
-libusb libx11 libxfixes lilv meson ncurses python-docutils rtkit sbc sdl2
-valgrind webrtc-audio-processing)
-checkdepends=(desktop-file-utils)
-options=(debug)
-source=(git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pipewire
-  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd pipewire
-
-  # remove export of LD_LIBRARY_PATH for pw-jack as it would add /usr/lib
-  sed -i '/LD_LIBRARY_PATH/d' pipewire-jack/src/pw-jack.in
-}
-
-build() {
-  local meson_options=(
--D bluez5-codec-lc3plus=disabled
--D docs=enabled
--D jack=disabled
--D jack-devel=true
--D libjack-path=/usr/lib
--D libcamera=disabled
--D udevrulesdir=/usr/lib/udev/rules.d
--D roc=disabled
--D session-managers=[]
-  )
-
-  arch-meson pipewire build "${meson_options[@]}"
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-_ver=${pkgver:0:3}
-
-package_pipewire() {
-  license+=(LGPL)  # libspa-alsa
-  depends=(alsa-card-profiles libdbus-1.so libncursesw.so libsndfile.so
-   libudev.so libusb-1.0.so libasound.so libsystemd.so libbluetooth.so
-   libsbc.so libldacBT_enc.so libfreeaptx.so libfdk-aac.so liblilv-0.so
-   libwebrtc_audio_processing.so)
-  optdepends=('pipewire-docs: Documentation'
-  'pipewire-session-manager: Session manager'
-  'pipewire-alsa: ALSA configuration'
-  'pipewire-jack: JACK support'
-  'pipewire-pulse: PulseAudio replacement'
-  'gst-plugin-pipewire: GStreamer plugin'
-  'pipewire-zeroconf: Zeroconf support'
-  'pipewire-v4l2: V4L2 interceptor'
-  'pipewire-x11-bell: X11 bell'
-  'realtime-privileges: realtime privileges with rt module'
-  'rtkit: realtime privileges with rtkit module')
-  provides=(libpipewire-$_ver.so)
-  install=pipewire.install
-
-  meson install -C build --destdir "$pkgdir"
-
-  ( cd "$pkgdir"
-
-_pick acp usr/lib/udev
-_pick acp usr/share/alsa-card-profile
-
-_pick docs usr/share/doc
-
-_pick jack usr/bin/pw-jack
-_pick jack usr/include/jack
-_pick jack usr/lib/libjack*
-_pick jack usr/lib/pkgconfig/jack.pc
-_pick jack usr/share/man/man1/pw-jack.1
-_pick jack usr/share/pipewire/jack.conf
-
-_pick pulse usr/bin/pipewire-pulse
-_pick pulse usr/lib/pipewire-$_ver/libpipewire-module-protocol-pulse.so
-_pick pulse usr/lib/pipewire-$_ver/libpipewire-module-pulse-tunnel.so
-_pick pulse usr/lib/systemd/user/pipewire-pulse.*
-
-_pick gst usr/lib/gstreamer-1.0
-
-_pick zeroconf 
usr/lib/pipewire-$_ver/libpipewire-module-{raop,zeroconf}-discover.so
-
-_pick v4l2 usr/bin/pw-v4l2 usr/lib/pipewire-$_ver/v4l2
-
-_pick x11-bell usr/lib/pipewire-$_ver/libpipewire-module-x11-bell.so
-
-mkdir -p etc/alsa/conf.d
-ln -st etc/alsa/conf.d /usr/share/alsa/alsa.conf.d/50-pipewire.conf
-
-# directories for overrides
-mkdir -p 

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

2022-06-14 Thread David Runge via arch-commits
Date: Tuesday, June 14, 2022 @ 18:46:14
  Author: dvzrv
Revision: 448687

upgpkg: pipewire 1:0.3.52-2: Rebuild to add upstream fix for 
https://bugs.archlinux.org/task/75013

Modified:
  pipewire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:29:27 UTC (rev 448686)
+++ PKGBUILD2022-06-14 18:46:14 UTC (rev 448687)
@@ -8,7 +8,7 @@
  pipewire-x11-bell)
 _commit=31bf63105749893e5e2c6ae7784e7f27aa0345ad  # tags/0.3.52
 pkgver=0.3.52
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Low-latency audio/video router and processor"
 url="https://pipewire.org;
@@ -31,6 +31,9 @@
 prepare() {
   cd pipewire
 
+  # fix issue with input stuttering: https://bugs.archlinux.org/task/75013
+  git cherry-pick -n 68bafcf166d98539dfda949f40c7438c1e4b2ec6
+
   # remove export of LD_LIBRARY_PATH for pw-jack as it would add /usr/lib
   sed -i '/LD_LIBRARY_PATH/d' pipewire-jack/src/pw-jack.in
 }



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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:45:12
  Author: felixonmars
Revision: 1237905

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 18:44:59 UTC (rev 1237904)
+++ PKGBUILD2022-06-14 18:45:12 UTC (rev 1237905)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Lex Black 
-# Contributor: Igor Nemilentsev 
-# Contributor: Alexander Diana 
-
-pkgname=python-bcrypt
-pkgver=3.2.0
-pkgrel=5
-pkgdesc="Modern password hashing for your software and your servers"
-arch=('x86_64')
-url="https://github.com/pyca/bcrypt;
-license=('Apache')
-depends=('python-cffi' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pyca/bcrypt/archive/$pkgver.tar.gz;)
-sha512sums=('7dcca87acfc5562cf735a440dc236a4af79a2a033e63b5ca9203129cbcb90d6f3f2c127c2a73f2b254f2316f9f6e91a23cddd3227411c02d63f5f44e806556aa')
-
-build() {
-  cd bcrypt-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd bcrypt-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10" pytest
-}
-
-package() {
-  cd bcrypt-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir"
-}

Copied: python-bcrypt/repos/community-x86_64/PKGBUILD (from rev 1237904, 
python-bcrypt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 18:45:12 UTC (rev 1237905)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Lex Black 
+# Contributor: Igor Nemilentsev 
+# Contributor: Alexander Diana 
+
+pkgname=python-bcrypt
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Modern password hashing for your software and your servers"
+arch=('x86_64')
+url="https://github.com/pyca/bcrypt;
+license=('Apache')
+depends=('python-cffi' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pyca/bcrypt/archive/$pkgver.tar.gz;)
+sha512sums=('3e10b44efad3c41adfc29b39fa8a63b0cd31d687fba4ca43ea420fdee5454e580351389a55ceaa35d62431c2a681c296b1cba4d3861587c9acce6bb063b045fd')
+
+build() {
+  cd bcrypt-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd bcrypt-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10" pytest
+}
+
+package() {
+  cd bcrypt-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir"
+}



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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:44:59
  Author: felixonmars
Revision: 1237904

upgpkg: python-bcrypt 3.2.1-1

Modified:
  python-bcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:41:52 UTC (rev 1237903)
+++ PKGBUILD2022-06-14 18:44:59 UTC (rev 1237904)
@@ -4,8 +4,8 @@
 # Contributor: Alexander Diana 
 
 pkgname=python-bcrypt
-pkgver=3.2.0
-pkgrel=5
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="Modern password hashing for your software and your servers"
 arch=('x86_64')
 url="https://github.com/pyca/bcrypt;
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pyca/bcrypt/archive/$pkgver.tar.gz;)
-sha512sums=('7dcca87acfc5562cf735a440dc236a4af79a2a033e63b5ca9203129cbcb90d6f3f2c127c2a73f2b254f2316f9f6e91a23cddd3227411c02d63f5f44e806556aa')
+sha512sums=('3e10b44efad3c41adfc29b39fa8a63b0cd31d687fba4ca43ea420fdee5454e580351389a55ceaa35d62431c2a681c296b1cba4d3861587c9acce6bb063b045fd')
 
 build() {
   cd bcrypt-$pkgver



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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:41:52
  Author: felixonmars
Revision: 1237903

archrelease: copy trunk to community-x86_64

Added:
  arch-hs/repos/community-x86_64/PKGBUILD
(from rev 1237902, arch-hs/trunk/PKGBUILD)
Deleted:
  arch-hs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 18:41:40 UTC (rev 1237902)
+++ PKGBUILD2022-06-14 18:41:52 UTC (rev 1237903)
@@ -1,63 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: berberman 
-
-pkgname=arch-hs
-pkgver=0.10.1.0
-pkgrel=49
-pkgdesc="Distribute hackage packages to archlinux"
-arch=('x86_64')
-url="https://github.com/berberman/arch-hs;
-license=('MIT')
-depends=('ghc-libs' 'pacman' 'haskell-diff' 'haskell-aeson' 
'haskell-algebraic-graphs'
- 'haskell-arch-web' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-hackage-db'
- 'haskell-http-client' 'haskell-http-client-tls' 'haskell-megaparsec' 
'haskell-microlens'
- 'haskell-microlens-th' 'haskell-neat-interpolation' 
'haskell-optparse-simple'
- 'haskell-polysemy' 'haskell-prettyprinter' 
'haskell-prettyprinter-ansi-terminal'
- 'haskell-servant-client' 'haskell-split' 'haskell-tar-conduit')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('6eb1456a005616fcdec8802d4de40bb950f35c4583684a386767f21419ceb9be2804672655b48cf0163ab141be41ad73fe2370872ac0881224caec9d44e91d44')
-
-_gen_comp(){
-  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--bash-completion-script "/usr/bin/arch-hs${1}" > bash${1}
-  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--zsh-completion-script  "/usr/bin/arch-hs${1}" > zsh${1}
-  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--fish-completion-script "/usr/bin/arch-hs${1}" > fish${1}
-}
-
-_install_comp(){
-  install -D -m644 bash${1} 
"$pkgdir/usr/share/bash-completion/completions/arch-hs${1}"
-  install -D -m644 zsh${1}  "$pkgdir/usr/share/zsh/site-functions/_arch-hs${1}"
-  install -D -m644 fish${1} 
"$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish"
-}
-
-build() {
-  cd $pkgname-$pkgver
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
---ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
---ghc-option='-pie' -falpm
-
-  runhaskell Setup build $MAKEFLAGS
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-  
-  _gen_comp
-  _gen_comp "-diff"
-  _gen_comp "-sync"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
-  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-  
-  _install_comp
-  _install_comp "-diff"
-  _install_comp "-sync"
-} 

Copied: arch-hs/repos/community-x86_64/PKGBUILD (from rev 1237902, 
arch-hs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 18:41:52 UTC (rev 1237903)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+pkgname=arch-hs
+pkgver=0.10.2.0
+pkgrel=1
+pkgdesc="Distribute hackage packages to archlinux"
+arch=('x86_64')
+url="https://github.com/berberman/arch-hs;
+license=('MIT')
+depends=('ghc-libs' 'pacman' 'haskell-diff' 'haskell-aeson' 
'haskell-algebraic-graphs'
+ 'haskell-arch-web' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-hackage-db'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-megaparsec' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-neat-interpolation' 
'haskell-optparse-simple'
+ 'haskell-polysemy' 'haskell-prettyprinter' 
'haskell-prettyprinter-ansi-terminal'
+ 'haskell-servant-client' 'haskell-split' 'haskell-tar-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('abfdbbeeba3c7d03e403f48047d9a8ac4342d95b8037b15eee1670be7f66b75caf91b346f6fe86228b5217b4ac470e969f3364c195ccd818784017495f6416d2')
+
+_gen_comp(){
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--bash-completion-script "/usr/bin/arch-hs${1}" > bash${1}
+  

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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:41:40
  Author: felixonmars
Revision: 1237902

upgpkg: arch-hs 0.10.2.0-1

Modified:
  arch-hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:41:06 UTC (rev 1237901)
+++ PKGBUILD2022-06-14 18:41:40 UTC (rev 1237902)
@@ -2,8 +2,8 @@
 # Contributor: berberman 
 
 pkgname=arch-hs
-pkgver=0.10.1.0
-pkgrel=49
+pkgver=0.10.2.0
+pkgrel=1
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs;
@@ -16,7 +16,7 @@
  'haskell-servant-client' 'haskell-split' 'haskell-tar-conduit')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('6eb1456a005616fcdec8802d4de40bb950f35c4583684a386767f21419ceb9be2804672655b48cf0163ab141be41ad73fe2370872ac0881224caec9d44e91d44')
+sha512sums=('abfdbbeeba3c7d03e403f48047d9a8ac4342d95b8037b15eee1670be7f66b75caf91b346f6fe86228b5217b4ac470e969f3364c195ccd818784017495f6416d2')
 
 _gen_comp(){
   LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--bash-completion-script "/usr/bin/arch-hs${1}" > bash${1}



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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:39:12
  Author: felixonmars
Revision: 1237899

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 1237898, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
1237898, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-06-14 18:39:12 UTC (rev 1237899)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.23.6
+pkgrel=287
+pkgdesc="hOpenPGP-based command-line tools"
+url="https://salsa.debian.org/clint/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-errors'
+ 'haskell-fgl' 'haskell-graphviz' 'haskell-hopenpgp' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('73c83f939492c66b4ad5782e01acd0af97011a0ae797bce82d9431eb3e9c155ce1b4af1c4b3a5922f10e0e468c1c009cb270b8f15c7ba3236d9d8bf9e0265018')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}



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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:39:01
  Author: felixonmars
Revision: 1237898

upgpkg: hopenpgp-tools 0.23.6-287: rebuild with hOpenPGP 2.9.8

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:38:07 UTC (rev 1237897)
+++ PKGBUILD2022-06-14 18:39:01 UTC (rev 1237898)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23.6
-pkgrel=286
+pkgrel=287
 pkgdesc="hOpenPGP-based command-line tools"
 url="https://salsa.debian.org/clint/hopenpgp-tools;
 license=("AGPL3")



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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:37:46
  Author: felixonmars
Revision: 1237894

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hopenpgp/repos/community-staging-x86_64/
  haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD
(from rev 1237893, haskell-hopenpgp/trunk/PKGBUILD)

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
1237893, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-06-14 18:37:46 UTC (rev 1237894)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.9.8
+pkgrel=1
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bz2' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('2d4ccf9af498b0ec33d353fa891b555109318dc5f0c5be5eb4165ff88115efcd79d4d28a89909cd224abfd64ddc3e332c07b59e3202c9dbccabd70405c78edfa')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:37:35
  Author: felixonmars
Revision: 1237893

upgpkg: haskell-hopenpgp 2.9.8-1: rebuild with hOpenPGP 2.9.8

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:36:08 UTC (rev 1237892)
+++ PKGBUILD2022-06-14 18:37:35 UTC (rev 1237893)
@@ -2,8 +2,8 @@
 
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
-pkgver=2.9.7
-pkgrel=77
+pkgver=2.9.8
+pkgrel=1
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')
@@ -20,7 +20,7 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
  'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c8589b9bbbc8e211594946a1cad81bda51375f388f7252fab8d87c64ae2cc62e3fb038b405329fee8e7887335b17cf0f82014dc31c60ca1cf34c808d4f0e9b26')
+sha512sums=('2d4ccf9af498b0ec33d353fa891b555109318dc5f0c5be5eb4165ff88115efcd79d4d28a89909cd224abfd64ddc3e332c07b59e3202c9dbccabd70405c78edfa')
 
 build() {
 cd $_hkgname-$pkgver



[arch-commits] Commit in haskell-summoner-tui/repos (2 files)

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:36:08
  Author: felixonmars
Revision: 1237892

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-summoner-tui/repos/community-staging-x86_64/
  haskell-summoner-tui/repos/community-staging-x86_64/PKGBUILD
(from rev 1237891, haskell-summoner-tui/trunk/PKGBUILD)

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

Copied: haskell-summoner-tui/repos/community-staging-x86_64/PKGBUILD (from rev 
1237891, haskell-summoner-tui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-06-14 18:36:08 UTC (rev 1237892)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=summoner-tui
+pkgname=haskell-summoner-tui
+pkgver=2.0.1.1
+pkgrel=362
+pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
+url="https://github.com/kowainik/summoner;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-brick' 'haskell-colourista' 'haskell-microlens' 
'haskell-microlens-th'
+ 'haskell-relude' 'haskell-summoner' 'haskell-validation-selective' 
'haskell-vty')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('9f840f25d72c54b4b5ed0c5e6755e52ca71e9961759de6bd0046d567bd1f2c27')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  uusi -u base -u brick -u vty $_hkgname.cabal
+  gen-setup
+  sed -i 's|renderCheckbox :: Bool -> String|renderCheckbox :: (Ord n) => Bool 
-> String|' src/Summoner/Tui/Field.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:35:57
  Author: felixonmars
Revision: 1237891

upgpkg: haskell-summoner-tui 2.0.1.1-362: rebuild with shellmet 0.0.4.1

Modified:
  haskell-summoner-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:34:59 UTC (rev 1237890)
+++ PKGBUILD2022-06-14 18:35:57 UTC (rev 1237891)
@@ -4,7 +4,7 @@
 _hkgname=summoner-tui
 pkgname=haskell-summoner-tui
 pkgver=2.0.1.1
-pkgrel=361
+pkgrel=362
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
 url="https://github.com/kowainik/summoner;
 license=('MPL2')



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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:34:59
  Author: felixonmars
Revision: 1237890

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-summoner/repos/community-staging-x86_64/
  haskell-summoner/repos/community-staging-x86_64/PKGBUILD
(from rev 1237889, haskell-summoner/trunk/PKGBUILD)

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

Copied: haskell-summoner/repos/community-staging-x86_64/PKGBUILD (from rev 
1237889, haskell-summoner/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-06-14 18:34:59 UTC (rev 1237890)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=summoner
+pkgname=haskell-summoner
+pkgver=2.0.1.1
+pkgrel=327
+pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects."
+url="https://github.com/kowainik/summoner;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-colourista' 
'haskell-generic-data' 'haskell-gitrev'
+ 'haskell-neat-interpolation' 'haskell-optparse-applicative' 
'haskell-relude'
+ 'haskell-shellmet' 'haskell-tomland' 'haskell-validation-selective')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 
'haskell-hspec-hedgehog' 'haskell-tree-diff')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('5b6eee2848e2fb0b65d34f4a980ecd6e7766629a42394348dc2166e2216fc496')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  uusi $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test || :
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:34:48
  Author: felixonmars
Revision: 1237889

upgpkg: haskell-summoner 2.0.1.1-327: rebuild with shellmet 0.0.4.1

Modified:
  haskell-summoner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:33:44 UTC (rev 1237888)
+++ PKGBUILD2022-06-14 18:34:48 UTC (rev 1237889)
@@ -4,7 +4,7 @@
 _hkgname=summoner
 pkgname=haskell-summoner
 pkgver=2.0.1.1
-pkgrel=326
+pkgrel=327
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects."
 url="https://github.com/kowainik/summoner;
 license=('MPL2')



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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:33:44
  Author: felixonmars
Revision: 1237888

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-shellmet/repos/community-staging-x86_64/
  haskell-shellmet/repos/community-staging-x86_64/PKGBUILD
(from rev 1237887, haskell-shellmet/trunk/PKGBUILD)

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

Copied: haskell-shellmet/repos/community-staging-x86_64/PKGBUILD (from rev 
1237887, haskell-shellmet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-06-14 18:33:44 UTC (rev 1237888)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=shellmet
+pkgname=haskell-shellmet
+pkgver=0.0.4.1
+pkgrel=1
+pkgdesc="Shellmet provides easy and convenient way to call shell commands from 
Haskell programs."
+url="https://github.com/kowainik/shellmet;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-glob' 
'haskell-markdown-unlit')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('ddb29dc2f7368b0bf3e3984eec4120e01609c23aa02191b6a742f1f59f71b10c9bd33c5d486b1e375909acf81c6aea4ac9c89d3e20289377fc43b8e119ccbb05')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/{,shellmet-}readme
+}



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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:33:33
  Author: felixonmars
Revision: 1237887

upgpkg: haskell-shellmet 0.0.4.1-1: rebuild with shellmet 0.0.4.1

Modified:
  haskell-shellmet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:29:31 UTC (rev 1237886)
+++ PKGBUILD2022-06-14 18:33:33 UTC (rev 1237887)
@@ -3,8 +3,8 @@
 
 _hkgname=shellmet
 pkgname=haskell-shellmet
-pkgver=0.0.4.0
-pkgrel=74
+pkgver=0.0.4.1
+pkgrel=1
 pkgdesc="Shellmet provides easy and convenient way to call shell commands from 
Haskell programs."
 url="https://github.com/kowainik/shellmet;
 license=('MPL2')
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-glob' 
'haskell-markdown-unlit')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('965b04613555e4ab0a71a33b40c6940b07a724012de92667371555b9a6375a559b7e5239fa90219c53c2de3e27d9afb47a45243597807483b6ea00ca095e28f1')
+sha512sums=('ddb29dc2f7368b0bf3e3984eec4120e01609c23aa02191b6a742f1f59f71b10c9bd33c5d486b1e375909acf81c6aea4ac9c89d3e20289377fc43b8e119ccbb05')
 
 prepare(){
   cd $_hkgname-$pkgver



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

2022-06-14 Thread Andreas Radke via arch-commits
Date: Tuesday, June 14, 2022 @ 18:26:07
  Author: andyrtr
Revision: 1237885

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2022-06-14 Thread Andreas Radke via arch-commits
Date: Tuesday, June 14, 2022 @ 18:25:59
  Author: andyrtr
Revision: 1237884

upgpkg: tp_smapi-lts 0.43-245: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:25:24 UTC (rev 1237883)
+++ PKGBUILD2022-06-14 18:25:59 UTC (rev 1237884)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=244
+pkgrel=245
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-06-14 Thread Andreas Radke via arch-commits
Date: Tuesday, June 14, 2022 @ 18:25:24
  Author: andyrtr
Revision: 1237883

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2022-06-14 Thread Andreas Radke via arch-commits
Date: Tuesday, June 14, 2022 @ 18:25:19
  Author: andyrtr
Revision: 1237882

upgpkg: r8168-lts 8.050.02-5: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:24:39 UTC (rev 1237881)
+++ PKGBUILD2022-06-14 18:25:19 UTC (rev 1237882)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.050.02
-pkgrel=4
+pkgrel=5
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2022-06-14 Thread Andreas Radke via arch-commits
Date: Tuesday, June 14, 2022 @ 18:24:39
  Author: andyrtr
Revision: 1237881

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 
1237880, acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-14 18:24:39 UTC (rev 1237881)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.2
+pkgrel=49
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+provides=('acpi_call')
+
+build() {
+  _kernver=$(

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

2022-06-14 Thread Andreas Radke via arch-commits
Date: Tuesday, June 14, 2022 @ 18:24:35
  Author: andyrtr
Revision: 1237880

upgpkg: acpi_call-lts 1.2.2-49: kernel rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:07:35 UTC (rev 1237879)
+++ PKGBUILD2022-06-14 18:24:35 UTC (rev 1237880)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.2
-pkgrel=48
+pkgrel=49
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2022-06-14 Thread Andreas Radke via arch-commits
Date: Tuesday, June 14, 2022 @ 18:24:00
  Author: andyrtr
Revision: 448685

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 448684, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 18:24:00 UTC (rev 448685)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Eric Bélanger 
+pkgname=nvidia-lts
+pkgver=515.48.07
+pkgrel=4
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2022-06-14 Thread Andreas Radke via arch-commits
Date: Tuesday, June 14, 2022 @ 18:23:55
  Author: andyrtr
Revision: 448684

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

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 18:20:14 UTC (rev 448683)
+++ PKGBUILD2022-06-14 18:23:55 UTC (rev 448684)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
 pkgver=515.48.07
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

2022-06-14 Thread Andreas Radke via arch-commits
Date: Tuesday, June 14, 2022 @ 18:18:31
  Author: andyrtr
Revision: 448682

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 448681, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/testing-x86_64/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch
(from rev 448681, 
linux-lts/trunk/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch)
  
linux-lts/repos/testing-x86_64/0003-iommu_intel_do_deep_dma-unmapping_to_avoid_kernel-flooding.patch
(from rev 448681, 
linux-lts/trunk/0003-iommu_intel_do_deep_dma-unmapping_to_avoid_kernel-flooding.patch)
  
linux-lts/repos/testing-x86_64/0004-Bluetooth_btintel_Fix_bdaddress_comparison_with_garbage_value.patch
(from rev 448681, 
linux-lts/trunk/0004-Bluetooth_btintel_Fix_bdaddress_comparison_with_garbage_value.patch)
  linux-lts/repos/testing-x86_64/0005-lg-laptop_Recognize_more_models.patch
(from rev 448681, 
linux-lts/trunk/0005-lg-laptop_Recognize_more_models.patch)
  linux-lts/repos/testing-x86_64/0006_fix_NFSv4_mount_regression.diff
(from rev 448681, linux-lts/trunk/0006_fix_NFSv4_mount_regression.diff)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 448681, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 448681, linux-lts/trunk/config)

--+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch  |  
151 
 0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch  |   
21 
 0003-iommu_intel_do_deep_dma-unmapping_to_avoid_kernel-flooding.patch|   
85 
 0004-Bluetooth_btintel_Fix_bdaddress_comparison_with_garbage_value.patch |   
57 
 0005-lg-laptop_Recognize_more_models.patch   |   
36 
 0006_fix_NFSv4_mount_regression.diff |  
243 
 PKGBUILD |  
218 
 config   
|10683 ++
 8 files changed, 11494 insertions(+)

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


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

2022-06-14 Thread Andreas Radke via arch-commits
Date: Tuesday, June 14, 2022 @ 18:18:13
  Author: andyrtr
Revision: 448681

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 17:56:50 UTC (rev 448680)
+++ PKGBUILD2022-06-14 18:18:13 UTC (rev 448681)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.15.46
+pkgver=5.15.47
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -28,9 +28,9 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('eb455746779bb79533e6c1afcd0d5e8ad2295898b786f47d718f087a3d07376b'
+sha256sums=('8b235e3aadeb5f8d5b3623b35a99179498e2f3d7f4e9457e46bd461f8496009c'
 'SKIP'
-'35b54c38a302a957d3cabebbe74f231da43b52f033c302e1813a33fad401e41c'
+'5dcb08be9b89bc2a33b8bc809cb8902cd410b0c461da767a1ec428afc5076edb'
 '99df282c594cc269d9a5d19bb86ea887892d3654cfc53c4ce94a644cf3278423'
 'c35018601f04ae81e0a2018a8597595db6ae053158c206845399cdebb2d2b706'
 '7c7707c738983f3683d76295b496f578996b7341fa39ad334ec2833bfe4b966e'

Modified: config
===
--- config  2022-06-14 17:56:50 UTC (rev 448680)
+++ config  2022-06-14 18:18:13 UTC (rev 448681)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.46 Kernel Configuration
+# Linux/x86 5.15.47 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
 CONFIG_CC_IS_GCC=y



[arch-commits] Commit in jenkins/repos/community-any (14 files)

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:07:35
  Author: felixonmars
Revision: 1237879

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 1237878, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 1237878, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 1237878, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 1237878, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 1237878, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 1237878, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 1237878, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-06-14 18:07:12 UTC (rev 1237878)
+++ LICENSE 2022-06-14 18:07:35 UTC (rev 1237879)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 1237878, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-06-14 18:07:35 UTC (rev 1237879)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 18:07:12 UTC (rev 1237878)
+++ PKGBUILD2022-06-14 18:07:35 UTC (rev 1237879)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.354
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=11' 'ttf-dejavu')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

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

2022-06-14 Thread Felix Yan via arch-commits
Date: Tuesday, June 14, 2022 @ 18:07:12
  Author: felixonmars
Revision: 1237878

upgpkg: jenkins 2.355-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 17:42:29 UTC (rev 1237877)
+++ PKGBUILD2022-06-14 18:07:12 UTC (rev 1237878)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.354
+pkgver=2.355
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('5d4e4c6527425d36572106135c147d1918a055258b39cd719087ed44f998a4ee954b84af4a1d90c93772e652e6eef97ff8255a5a01969933df7507525243df52'
+sha512sums=('6456f58e5972b40b32dd6e7ded7d382ed69a26fe16178d4b95ac2371c27ca278546b362255f543a99cc8f81589736661c34b76d846ef2d169be3c21f053a8a50'
 
'7a81b2fd0ce91da42bacf35615fd7cb0352a0316b78b41fe180ba531848ca85b1f1df1573ab5707d9aebb36bacc51c81bc200f80cf41f1d1903309c1478d50f8'
 
'320e3d7bcdb78861e829e97be3ec37b8f1846737032ba70f624dfc5be86569d527279f53654a4a22d78b816ff1b07df429725a1d0a8059d44900d1095d1189ab'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'



[arch-commits] Commit in qt6-5compat/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:56:50
  Author: arojas
Revision: 448680

archrelease: copy trunk to testing-x86_64

Added:
  qt6-5compat/repos/testing-x86_64/
  qt6-5compat/repos/testing-x86_64/PKGBUILD
(from rev 448679, qt6-5compat/trunk/PKGBUILD)

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

Copied: qt6-5compat/repos/testing-x86_64/PKGBUILD (from rev 448679, 
qt6-5compat/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:56:50 UTC (rev 448680)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-5compat
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Module that contains unsupported Qt 5 APIs'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: for QtGraphicalEffects')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('a43ec62bd778eaecf88ad7847118d1c2a471b0fcb820f93beb311d7ab9566cfd')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-webview/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:56:41
  Author: arojas
Revision: 448679

archrelease: copy trunk to testing-x86_64

Added:
  qt6-webview/repos/testing-x86_64/
  qt6-webview/repos/testing-x86_64/PKGBUILD
(from rev 448678, qt6-webview/trunk/PKGBUILD)

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

Copied: qt6-webview/repos/testing-x86_64/PKGBUILD (from rev 448678, 
qt6-webview/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:56:41 UTC (rev 448679)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-webview
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides a way to display web content in a QML application'
+depends=(qt6-webengine)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('b49b185486fd11690261ad7671ba7b507727e26630db33b8c5bc3c8ef3e89038')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-wayland/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:56:30
  Author: arojas
Revision: 448678

archrelease: copy trunk to testing-x86_64

Added:
  qt6-wayland/repos/testing-x86_64/
  qt6-wayland/repos/testing-x86_64/PKGBUILD
(from rev 448677, qt6-wayland/trunk/PKGBUILD)

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

Copied: qt6-wayland/repos/testing-x86_64/PKGBUILD (from rev 448677, 
qt6-wayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:56:30 UTC (rev 448678)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-wayland
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides APIs for Wayland'
+depends=(qt6-declarative libxcomposite)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('6f14fea2d172a5b4170be3efcb0e58535f6605b61bcd823f6d5c9d165bb8c0f0')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:56:19
  Author: arojas
Revision: 448677

archrelease: copy trunk to testing-x86_64

Added:
  qt6-virtualkeyboard/repos/testing-x86_64/
  qt6-virtualkeyboard/repos/testing-x86_64/PKGBUILD
(from rev 448676, qt6-virtualkeyboard/trunk/PKGBUILD)

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

Copied: qt6-virtualkeyboard/repos/testing-x86_64/PKGBUILD (from rev 448676, 
qt6-virtualkeyboard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:56:19 UTC (rev 448677)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-virtualkeyboard
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Virtual keyboard framework'
+depends=(qt6-declarative qt6-svg hunspell)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('5fe089b204d859ab0dd0169f811f2e30cae7c5cb36f8ab95ca36883f1fc0c2b8')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:56:09
  Author: arojas
Revision: 448676

archrelease: copy trunk to testing-any

Added:
  qt6-translations/repos/testing-any/
  qt6-translations/repos/testing-any/PKGBUILD
(from rev 448675, qt6-translations/trunk/PKGBUILD)

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

Copied: qt6-translations/repos/testing-any/PKGBUILD (from rev 448675, 
qt6-translations/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-06-14 17:56:09 UTC (rev 448676)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-translations
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(any)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A cross-platform application and UI framework (Translations)'
+depends=()
+makedepends=(cmake ninja qt6-tools)
+groups=(qt6)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('d7bdd55e2908ded901dcc262157100af2a490bf04d31e32995f6d91d78dfdb97')
+
+build() {
+  export PATH="/usr/lib/qt6/bin:$PATH"
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build -j1
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-serialbus/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:55:59
  Author: arojas
Revision: 448675

archrelease: copy trunk to testing-x86_64

Added:
  qt6-serialbus/repos/testing-x86_64/
  qt6-serialbus/repos/testing-x86_64/PKGBUILD
(from rev 448674, qt6-serialbus/trunk/PKGBUILD)

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

Copied: qt6-serialbus/repos/testing-x86_64/PKGBUILD (from rev 448674, 
qt6-serialbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:55:59 UTC (rev 448675)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-serialbus
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt module for general purpose serial bus access'
+depends=(qt6-serialport)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('00953f7704ba5b085abd241afc911fbfa981a8e1693bf0566f2d3a63f2d878d2')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-sensors/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:55:48
  Author: arojas
Revision: 448674

archrelease: copy trunk to testing-x86_64

Added:
  qt6-sensors/repos/testing-x86_64/
  qt6-sensors/repos/testing-x86_64/PKGBUILD
(from rev 448673, qt6-sensors/trunk/PKGBUILD)

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

Copied: qt6-sensors/repos/testing-x86_64/PKGBUILD (from rev 448673, 
qt6-sensors/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:55:48 UTC (rev 448674)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-sensors
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to sensor hardware and motion gesture recognition'
+depends=(qt6-connectivity)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('4b240b59edba9a42b4735758a25f279a26841b982864e7b38f6ef0b81e0d60cc')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-scxml/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:55:37
  Author: arojas
Revision: 448673

archrelease: copy trunk to testing-x86_64

Added:
  qt6-scxml/repos/testing-x86_64/
  qt6-scxml/repos/testing-x86_64/PKGBUILD
(from rev 448672, qt6-scxml/trunk/PKGBUILD)

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

Copied: qt6-scxml/repos/testing-x86_64/PKGBUILD (from rev 448672, 
qt6-scxml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:55:37 UTC (rev 448673)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-scxml
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Static and runtime integration of SCXML models into Qt6 code'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('01bc154d6163d1f049f4e1e76658a044730ace7b0a5be35c9a46fcd1396f8619')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:55:26
  Author: arojas
Revision: 448672

archrelease: copy trunk to testing-x86_64

Added:
  qt6-remoteobjects/repos/testing-x86_64/
  qt6-remoteobjects/repos/testing-x86_64/PKGBUILD
(from rev 448671, qt6-remoteobjects/trunk/PKGBUILD)

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

Copied: qt6-remoteobjects/repos/testing-x86_64/PKGBUILD (from rev 448671, 
qt6-remoteobjects/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:55:26 UTC (rev 448672)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-remoteobjects
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Inter-process communication (IPC) module developed for Qt'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('ea6d038b11c60981de0bd39a6091a59abf7d031e37bfc592b31be1217bef4ca6')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-quick3d/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:55:13
  Author: arojas
Revision: 448671

archrelease: copy trunk to testing-x86_64

Added:
  qt6-quick3d/repos/testing-x86_64/
  qt6-quick3d/repos/testing-x86_64/PKGBUILD
(from rev 448670, qt6-quick3d/trunk/PKGBUILD)

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

Copied: qt6-quick3d/repos/testing-x86_64/PKGBUILD (from rev 448670, 
qt6-quick3d/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:55:13 UTC (rev 448671)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-quick3d
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3)
+pkgdesc='Qt module and API for defining 3D content in Qt Quick'
+depends=(qt6-quicktimeline)
+makedepends=(cmake ninja qt6-shadertools assimp)
+optdepends=('qt6-shadertools: for shadergen' 'assimp: assimp import plugin')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('2fa766ee47b8c07412b3b755206ada0715fb07813b64ed069e7205044c061256')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:55:03
  Author: arojas
Revision: 448670

archrelease: copy trunk to testing-x86_64

Added:
  qt6-networkauth/repos/testing-x86_64/
  qt6-networkauth/repos/testing-x86_64/PKGBUILD
(from rev 448669, qt6-networkauth/trunk/PKGBUILD)

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

Copied: qt6-networkauth/repos/testing-x86_64/PKGBUILD (from rev 448669, 
qt6-networkauth/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:55:03 UTC (rev 448670)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-networkauth
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Network authentication module'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('d60f54b9d4509fa8bdbf1990bc91f6e260e38cdb57a7b8119fa3861bc5d2fb2a')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-multimedia/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:54:52
  Author: arojas
Revision: 448669

archrelease: copy trunk to testing-x86_64

Added:
  qt6-multimedia/repos/testing-x86_64/
  qt6-multimedia/repos/testing-x86_64/PKGBUILD
(from rev 448668, qt6-multimedia/trunk/PKGBUILD)

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

Copied: qt6-multimedia/repos/testing-x86_64/PKGBUILD (from rev 448668, 
qt6-multimedia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:54:52 UTC (rev 448669)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-multimedia
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for audio, video, radio and camera functionality'
+depends=(qt6-base gst-plugins-base)
+makedepends=(cmake ninja qt6-declarative qt6-shadertools libpulse)
+optdepends=('qt6-declarative: QML bindings'
+'gst-plugins-good: camera support, additional plugins'
+'gst-plugins-bad: camera support, additional plugins'
+'gst-plugins-ugly: additional plugins'
+'gst-libav: ffmpeg plugin')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('7e03242aadd634ff2d9fcf08948290f03da3d9a5012369d908da89f82b1d7336')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-lottie/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:54:42
  Author: arojas
Revision: 448668

archrelease: copy trunk to testing-x86_64

Added:
  qt6-lottie/repos/testing-x86_64/
  qt6-lottie/repos/testing-x86_64/PKGBUILD
(from rev 448667, qt6-lottie/trunk/PKGBUILD)

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

Copied: qt6-lottie/repos/testing-x86_64/PKGBUILD (from rev 448667, 
qt6-lottie/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:54:42 UTC (rev 448668)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-lottie
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A family of player software for a certain json-based file format for 
describing 2d vector graphics animations'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('740ba76999124d5e1a85ef3d01c69976bb8557862b6b26bf48b357fe0cab1cf5')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:54:32
  Author: arojas
Revision: 448667

archrelease: copy trunk to testing-x86_64

Added:
  qt6-imageformats/repos/testing-x86_64/
  qt6-imageformats/repos/testing-x86_64/PKGBUILD
(from rev 448666, qt6-imageformats/trunk/PKGBUILD)

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

Copied: qt6-imageformats/repos/testing-x86_64/PKGBUILD (from rev 448666, 
qt6-imageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:54:32 UTC (rev 448667)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-imageformats
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=(qt6-base jasper libwebp libmng)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('ad0312b8dfbbb67f729bfadbfcd47246ee4a128b717731ba158c41d01fde212f')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:54:09
  Author: arojas
Revision: 448666

archrelease: copy trunk to testing-any

Added:
  qt6-doc/repos/testing-any/
  qt6-doc/repos/testing-any/PKGBUILD
(from rev 448665, qt6-doc/trunk/PKGBUILD)

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

Copied: qt6-doc/repos/testing-any/PKGBUILD (from rev 448665, 
qt6-doc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-06-14 17:54:09 UTC (rev 448666)
@@ -0,0 +1,66 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt6-doc
+pkgname=(qt6-doc qt6-examples)
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+makedepends=(cmake ninja mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
+ gtk3 libpulse cups freetds vulkan-headers clang python llvm 
qt6-tools qt6-declarative)
+groups=(qt6)
+_pkgfn=qt-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/single/$_pkgfn.tar.xz)
+sha256sums=('51114e789485fdb6b35d112dfd7c7abb38326325ac51221b6341564a1c3cc726')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_HOST_PATH=/usr \
+-DINSTALL_BINDIR=lib/qt6/bin \
+-DINSTALL_DOCDIR=share/doc/qt6 \
+-DINSTALL_ARCHDATADIR=lib/qt6 \
+-DINSTALL_DATADIR=share/qt6 \
+-DINSTALL_INCLUDEDIR=include/qt6 \
+-DINSTALL_MKSPECSDIR=lib/qt6/mkspecs \
+-DINSTALL_EXAMPLESDIR=share/doc/qt6/examples \
+-DQT_FEATURE_journald=ON \
+-DQT_FEATURE_openssl_linked=ON
+  cmake --build build --target docs
+}
+
+package_qt6-doc() {
+  pkgdesc='A cross-platform application and UI framework (Documentation)'
+  DESTDIR="$pkgdir" cmake --build build --target install_docs
+
+  install -Dm644 $_pkgfn/LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
+}
+
+package_qt6-examples() {
+  pkgdesc='Examples and demos from qt6 documentation'
+  depends=('qt6-doc')
+
+  _base="$pkgdir"/usr/share/doc/qt6/examples
+
+  # The various example dirs have conflicting .pro files, but
+  # QtCreator requires them to be in the same top-level directory.
+  # Matching the Qt5 installer, only the qtbase project is kept.
+  mkdir -p $_base
+  cp ${_pkgfn}/qtbase/examples/examples.pro $_base
+
+  _fdirs=$(find "${_pkgfn}" -maxdepth 2 -type d -name examples)
+  for _dir in $_fdirs; do
+  _mod=$(basename ${_dir%/examples})
+
+  if [ -e "$_dir/README" ]; then
+cp $_dir/README $_dir/README.$_mod
+  fi
+
+# mkdir $_base/$_mod
+  cp -rn $_dir/* $_base
+  done
+}



[arch-commits] Commit in qt6-datavis3d/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:53:54
  Author: arojas
Revision: 448665

archrelease: copy trunk to testing-x86_64

Added:
  qt6-datavis3d/repos/testing-x86_64/
  qt6-datavis3d/repos/testing-x86_64/PKGBUILD
(from rev 448664, qt6-datavis3d/trunk/PKGBUILD)

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

Copied: qt6-datavis3d/repos/testing-x86_64/PKGBUILD (from rev 448664, 
qt6-datavis3d/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:53:54 UTC (rev 448665)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-datavis3d
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt6 Data Visualization module'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('83a8d689e0292f1e30776cc214bc605fd708289d62d5c1a7fb04d17a5f8ca8f2')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-charts/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:53:43
  Author: arojas
Revision: 448664

archrelease: copy trunk to testing-x86_64

Added:
  qt6-charts/repos/testing-x86_64/
  qt6-charts/repos/testing-x86_64/PKGBUILD
(from rev 448663, qt6-charts/trunk/PKGBUILD)

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

Copied: qt6-charts/repos/testing-x86_64/PKGBUILD (from rev 448663, 
qt6-charts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:53:43 UTC (rev 448664)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-charts
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides a set of easy to use chart components'
+depends=(qt6-declarative)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('f330cc2328729104d79b2088990ce0840f2da89d9d989360d4c352e797d27cf7')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-3d/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:53:28
  Author: arojas
Revision: 448663

archrelease: copy trunk to testing-x86_64

Added:
  qt6-3d/repos/testing-x86_64/
  qt6-3d/repos/testing-x86_64/PKGBUILD
(from rev 448662, qt6-3d/trunk/PKGBUILD)

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

Copied: qt6-3d/repos/testing-x86_64/PKGBUILD (from rev 448662, 
qt6-3d/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:53:28 UTC (rev 448663)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-3d
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative qt6-shadertools assimp)
+optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings' 
'assimp: assimp importer plugin')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('9919b66dfb253fa26db1a7d664358cbc07f46c8810082ee3120d0a54b153edfe')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:53:17
  Author: arojas
Revision: 448662

archrelease: copy trunk to testing-x86_64

Added:
  qt6-quicktimeline/repos/testing-x86_64/
  qt6-quicktimeline/repos/testing-x86_64/PKGBUILD
(from rev 448661, qt6-quicktimeline/trunk/PKGBUILD)

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

Copied: qt6-quicktimeline/repos/testing-x86_64/PKGBUILD (from rev 448661, 
qt6-quicktimeline/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:53:17 UTC (rev 448662)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-quicktimeline
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt module for keyframe-based timeline construction'
+depends=(qt6-declarative)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('58a13cf0ce8e7755639f20684078733af24f5a317f6ddb40d6079c8c5a28ebbe')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-webengine/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:52:37
  Author: arojas
Revision: 448661

archrelease: copy trunk to testing-x86_64

Added:
  qt6-webengine/repos/testing-x86_64/
  qt6-webengine/repos/testing-x86_64/PKGBUILD
(from rev 448660, qt6-webengine/trunk/PKGBUILD)

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

Copied: qt6-webengine/repos/testing-x86_64/PKGBUILD (from rev 448660, 
qt6-webengine/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:52:37 UTC (rev 448661)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-webengine
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides support for web applications using the Chromium browser 
project'
+depends=(qt6-webchannel qt6-positioning libxcomposite libxrandr libxkbfile 
+ libevent snappy nss libxslt minizip ffmpeg re2 libvpx libxtst 
ttf-font pciutils)
+makedepends=(cmake ninja python-html5lib gperf jsoncpp qt6-tools pipewire 
nodejs qt6-websockets)
+optdepends=('pipewire: WebRTC desktop sharing under Wayland')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('ad7a33b21a956deda37c587d50f821ca3816403ae31ba9b5d59d01561ad66e47')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_TOOLCHAIN_FILE=/usr/lib/cmake/Qt6/qt.toolchain.cmake \
+-DQT_FEATURE_webengine_system_ffmpeg=ON \
+-DQT_FEATURE_webengine_system_icu=ON \
+-DQT_FEATURE_webengine_system_libevent=ON \
+-DQT_FEATURE_webengine_system_libxslt=ON \
+-DQT_FEATURE_webengine_proprietary_codecs=ON \
+-DQT_FEATURE_webengine_kerberos=ON \
+-DQT_FEATURE_webengine_webrtc_pipewire=ON \
+-DQT_FEATURE_webengine_full_debug_info=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 "$srcdir"/${_pkgfn}/src/3rdparty/chromium/LICENSE 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
+}



[arch-commits] Commit in qt6-webchannel/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:52:22
  Author: arojas
Revision: 448660

archrelease: copy trunk to testing-x86_64

Added:
  qt6-webchannel/repos/testing-x86_64/
  qt6-webchannel/repos/testing-x86_64/PKGBUILD
(from rev 448659, qt6-webchannel/trunk/PKGBUILD)

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

Copied: qt6-webchannel/repos/testing-x86_64/PKGBUILD (from rev 448659, 
qt6-webchannel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:52:22 UTC (rev 448660)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-webchannel
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to QObject or QML objects from HTML clients for 
seamless integration of Qt applications with HTML/JavaScript clients'
+depends=(qt6-declarative)
+makedepends=(cmake ninja qt6-websockets)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('aaa20ac23f86992721b7ee487c379a3fd68caa8cdcea0a77a37e0d8b47ff2668')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-websockets/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:52:12
  Author: arojas
Revision: 448659

archrelease: copy trunk to testing-x86_64

Added:
  qt6-websockets/repos/testing-x86_64/
  qt6-websockets/repos/testing-x86_64/PKGBUILD
(from rev 448658, qt6-websockets/trunk/PKGBUILD)

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

Copied: qt6-websockets/repos/testing-x86_64/PKGBUILD (from rev 448658, 
qt6-websockets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:52:12 UTC (rev 448659)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-websockets
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides WebSocket communication compliant with RFC 6455'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('9f980d90c97fcbde1b50c773f6dc580cfdf8c36ce14a1be3aa2ccadfe605121a')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-svg/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:52:01
  Author: arojas
Revision: 448658

archrelease: copy trunk to testing-x86_64

Added:
  qt6-svg/repos/testing-x86_64/
  qt6-svg/repos/testing-x86_64/PKGBUILD
(from rev 448657, qt6-svg/trunk/PKGBUILD)

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

Copied: qt6-svg/repos/testing-x86_64/PKGBUILD (from rev 448657, 
qt6-svg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:52:01 UTC (rev 448658)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-svg
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for displaying the contents of SVG files'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('7b19f418e6f7b8e23344082dd04440aacf5da23c5a73980ba22ae4eba4f87df7')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-positioning/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:51:51
  Author: arojas
Revision: 448657

archrelease: copy trunk to testing-x86_64

Added:
  qt6-positioning/repos/testing-x86_64/PKGBUILD
(from rev 448656, qt6-positioning/trunk/PKGBUILD)
Deleted:
  qt6-positioning/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 17:51:40 UTC (rev 448656)
+++ PKGBUILD2022-06-14 17:51:51 UTC (rev 448657)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-positioning
-_qtver=6.3.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides access to position, satellite and area monitoring classes'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative qt6-serialport)
-optdepends=('qt6-declarative: QML bindings' 'qt6-serialport: NMEA plugin')
-conflicts=(qt6-location)
-provides=(qt6-location)
-replaces=(qt6-location)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('06788e4ecae1920094b30e4046f0abd23c8189d8a51e9c939b02f0b6abe2e86c')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-positioning/repos/testing-x86_64/PKGBUILD (from rev 448656, 
qt6-positioning/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 17:51:51 UTC (rev 448657)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-positioning
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative qt6-serialport)
+optdepends=('qt6-declarative: QML bindings' 'qt6-serialport: NMEA plugin')
+conflicts=(qt6-location)
+provides=(qt6-location)
+replaces=(qt6-location)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('06788e4ecae1920094b30e4046f0abd23c8189d8a51e9c939b02f0b6abe2e86c')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-connectivity/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:51:40
  Author: arojas
Revision: 448656

archrelease: copy trunk to testing-x86_64

Added:
  qt6-connectivity/repos/testing-x86_64/PKGBUILD
(from rev 448655, qt6-connectivity/trunk/PKGBUILD)
Deleted:
  qt6-connectivity/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 17:51:29 UTC (rev 448655)
+++ PKGBUILD2022-06-14 17:51:40 UTC (rev 448656)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-connectivity
-_qtver=6.3.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides access to Bluetooth hardware'
-depends=(qt6-base bluez-libs)
-makedepends=(cmake ninja qt6-declarative)
-optdepends=('qt6-declarative: QML bindings')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('b25ce4710a9c61bc6a5dbaeeb3e2ed907a8bc85478fdb2ab4312297768b695b0')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-connectivity/repos/testing-x86_64/PKGBUILD (from rev 448655, 
qt6-connectivity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 17:51:40 UTC (rev 448656)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-connectivity
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to Bluetooth hardware'
+depends=(qt6-base bluez-libs)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('b25ce4710a9c61bc6a5dbaeeb3e2ed907a8bc85478fdb2ab4312297768b695b0')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-serialport/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:51:29
  Author: arojas
Revision: 448655

archrelease: copy trunk to testing-x86_64

Added:
  qt6-serialport/repos/testing-x86_64/PKGBUILD
(from rev 448654, qt6-serialport/trunk/PKGBUILD)
Deleted:
  qt6-serialport/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 17:51:16 UTC (rev 448654)
+++ PKGBUILD2022-06-14 17:51:29 UTC (rev 448655)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-serialport
-_qtver=6.3.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Provides access to hardware and virtual serial ports'
-depends=(qt6-base)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('4eb6d80e65799dd2e0318df4dfba14173c1929e861718cda9bedca24253b616e')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-serialport/repos/testing-x86_64/PKGBUILD (from rev 448654, 
qt6-serialport/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 17:51:29 UTC (rev 448655)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-serialport
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to hardware and virtual serial ports'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('4eb6d80e65799dd2e0318df4dfba14173c1929e861718cda9bedca24253b616e')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-tools/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:51:16
  Author: arojas
Revision: 448654

archrelease: copy trunk to testing-x86_64

Added:
  qt6-tools/repos/testing-x86_64/PKGBUILD
(from rev 448653, qt6-tools/trunk/PKGBUILD)
Deleted:
  qt6-tools/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 17:51:03 UTC (rev 448653)
+++ PKGBUILD2022-06-14 17:51:16 UTC (rev 448654)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-tools
-_qtver=6.3.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
-depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative clang llvm)
-optdepends=('qt6-declarative: for qdoc' 'clang: for qdoc and lupdate')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('c412750f2aa3beb93fce5f30517c607f55daaeb7d0407af206a8adf917e126c1')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DINSTALL_PUBLICBINDIR=usr/bin
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-# Install symlinks for user-facing tools
-  cd "$pkgdir"
-  mkdir usr/bin
-  while read _line; do
-ln -s $_line
-  done < "$srcdir"/build/user_facing_tool_links.txt
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-tools/repos/testing-x86_64/PKGBUILD (from rev 448653, 
qt6-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 17:51:16 UTC (rev 448654)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-tools
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative clang llvm)
+optdepends=('qt6-declarative: for qdoc' 'clang: for qdoc and lupdate')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('c412750f2aa3beb93fce5f30517c607f55daaeb7d0407af206a8adf917e126c1')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DINSTALL_PUBLICBINDIR=usr/bin
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# Install symlinks for user-facing tools
+  cd "$pkgdir"
+  mkdir usr/bin
+  while read _line; do
+ln -s $_line
+  done < "$srcdir"/build/user_facing_tool_links.txt
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-declarative/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:51:03
  Author: arojas
Revision: 448653

archrelease: copy trunk to testing-x86_64

Added:
  qt6-declarative/repos/testing-x86_64/PKGBUILD
(from rev 448652, qt6-declarative/trunk/PKGBUILD)
Deleted:
  qt6-declarative/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 17:50:51 UTC (rev 448652)
+++ PKGBUILD2022-06-14 17:51:03 UTC (rev 448653)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-declarative
-_qtver=6.3.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Classes for QML and JavaScript languages'
-depends=(qt6-base)
-makedepends=(cmake ninja python at-spi2-core qt6-shadertools 
qt6-languageserver)
-optdepends=('qt6-languageserver: for qmlls')
-conflicts=(qt6-quickcontrols2)
-provides=(qt6-quickcontrols2)
-replaces=(qt6-quickcontrols2)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('03e7694123820fcca397f95ce312e0b7f3039493c8754c836da098a1a04346e8')
-
-build() {
-  export CXXFLAGS+=" -ffat-lto-objects"
-  cmake -B build -S $_pkgfn -G Ninja \
--DINSTALL_PUBLICBINDIR=usr/bin
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-# Install symlinks for user-facing tools
-  cd "$pkgdir"
-  mkdir usr/bin
-  while read _line; do
-ln -s $_line
-  done < "$srcdir"/build/user_facing_tool_links.txt
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-declarative/repos/testing-x86_64/PKGBUILD (from rev 448652, 
qt6-declarative/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 17:51:03 UTC (rev 448653)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-declarative
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for QML and JavaScript languages'
+depends=(qt6-base)
+makedepends=(cmake ninja python at-spi2-core qt6-shadertools 
qt6-languageserver)
+optdepends=('qt6-languageserver: for qmlls')
+conflicts=(qt6-quickcontrols2)
+provides=(qt6-quickcontrols2)
+replaces=(qt6-quickcontrols2)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('03e7694123820fcca397f95ce312e0b7f3039493c8754c836da098a1a04346e8')
+
+build() {
+  export CXXFLAGS+=" -ffat-lto-objects"
+  cmake -B build -S $_pkgfn -G Ninja \
+-DINSTALL_PUBLICBINDIR=usr/bin
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# Install symlinks for user-facing tools
+  cd "$pkgdir"
+  mkdir usr/bin
+  while read _line; do
+ln -s $_line
+  done < "$srcdir"/build/user_facing_tool_links.txt
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-languageserver/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:50:51
  Author: arojas
Revision: 448652

archrelease: copy trunk to testing-x86_64

Added:
  qt6-languageserver/repos/testing-x86_64/PKGBUILD
(from rev 448651, qt6-languageserver/trunk/PKGBUILD)
Deleted:
  qt6-languageserver/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 17:50:40 UTC (rev 448651)
+++ PKGBUILD2022-06-14 17:50:51 UTC (rev 448652)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt6-languageserver
-_qtver=6.3.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='An implementation of the Language Server Protocol'
-depends=(qt6-base)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('791147a487ac568211d2d254e93821d171a40445ef14d6cffd05fe56c9fa4abc')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-languageserver/repos/testing-x86_64/PKGBUILD (from rev 448651, 
qt6-languageserver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 17:50:51 UTC (rev 448652)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-languageserver
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='An implementation of the Language Server Protocol'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('791147a487ac568211d2d254e93821d171a40445ef14d6cffd05fe56c9fa4abc')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-shadertools/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:50:40
  Author: arojas
Revision: 448651

archrelease: copy trunk to testing-x86_64

Added:
  qt6-shadertools/repos/testing-x86_64/PKGBUILD
(from rev 448650, qt6-shadertools/trunk/PKGBUILD)
Deleted:
  qt6-shadertools/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 17:50:28 UTC (rev 448650)
+++ PKGBUILD2022-06-14 17:50:40 UTC (rev 448651)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-shadertools
-_qtver=6.3.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3)
-pkgdesc='Provides functionality for the shader pipeline that allows Qt Quick 
to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL'
-depends=(qt6-base)
-makedepends=(cmake ninja)
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('59b77176961528cc7b0c9325134655e273aa87b4cb386c0f4683d8f2852e435a')
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qt6-shadertools/repos/testing-x86_64/PKGBUILD (from rev 448650, 
qt6-shadertools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 17:50:40 UTC (rev 448651)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-shadertools
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3)
+pkgdesc='Provides functionality for the shader pipeline that allows Qt Quick 
to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('59b77176961528cc7b0c9325134655e273aa87b4cb386c0f4683d8f2852e435a')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:50:28
  Author: arojas
Revision: 448650

archrelease: copy trunk to testing-x86_64

Added:
  qt6-base/repos/testing-x86_64/PKGBUILD
(from rev 448649, qt6-base/trunk/PKGBUILD)
  qt6-base/repos/testing-x86_64/qt6-base-cflags.patch
(from rev 448649, qt6-base/trunk/qt6-base-cflags.patch)
  qt6-base/repos/testing-x86_64/qt6-base-nostrip.patch
(from rev 448649, qt6-base/trunk/qt6-base-nostrip.patch)
Deleted:
  qt6-base/repos/testing-x86_64/PKGBUILD
  qt6-base/repos/testing-x86_64/qt6-base-cflags.patch
  qt6-base/repos/testing-x86_64/qt6-base-nostrip.patch

+
 PKGBUILD   |  148 +++
 qt6-base-cflags.patch  |   92 ++---
 qt6-base-nostrip.patch |   26 
 3 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 17:45:13 UTC (rev 448649)
+++ PKGBUILD2022-06-14 17:50:28 UTC (rev 448650)
@@ -1,74 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-base
-_qtver=6.3.1
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='A cross-platform application and UI framework'
-depends=(libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig 
xdg-utils
- shared-mime-info xcb-util-wm libxrender libxi sqlite mesa 
vulkan-headers
- tslib libinput libxkbcommon-x11 libproxy libcups double-conversion 
brotli libb2 md4c)
-makedepends=(cmake ninja libfbclient mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
- gtk3 libpulse cups freetds xmlstarlet)
-optdepends=('qt6-wayland: to run Qt6 applications in a Wayland session'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for syncqt')
-groups=(qt6)
-options=(debug)
-_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
-qt6-base-cflags.patch
-qt6-base-nostrip.patch)
-sha256sums=('0a64421d9c2469c2c48490a032ab91d547017c9cc171f3f8070bc31888f24e03'
-'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
-'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
-
-prepare() {
-  patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS
-  patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with 
qmake
-}
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RelWithDebInfo \
--DINSTALL_BINDIR=lib/qt6/bin \
--DINSTALL_PUBLICBINDIR=usr/bin \
--DINSTALL_LIBEXECDIR=lib/qt6 \
--DINSTALL_DOCDIR=share/doc/qt6 \
--DINSTALL_ARCHDATADIR=lib/qt6 \
--DINSTALL_DATADIR=share/qt6 \
--DINSTALL_INCLUDEDIR=include/qt6 \
--DINSTALL_MKSPECSDIR=lib/qt6/mkspecs \
--DINSTALL_EXAMPLESDIR=share/doc/qt6/examples \
--DQT_FEATURE_journald=ON \
--DQT_FEATURE_openssl_linked=ON \
--DQT_FEATURE_system_sqlite=ON \
--DQT_FEATURE_system_xcb_xinput=ON \
--DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(qt6-translations)
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 $_pkgfn/LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-# Install symlinks for user-facing tools
-  cd "$pkgdir"
-  mkdir usr/bin
-  while read _line; do
-ln -s $_line
-  done < "$srcdir"/build/user_facing_tool_links.txt
-}

Copied: qt6-base/repos/testing-x86_64/PKGBUILD (from rev 448649, 
qt6-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 17:50:28 UTC (rev 448650)
@@ -0,0 +1,74 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-base
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A cross-platform application and UI framework'
+depends=(libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig 
xdg-utils
+ shared-mime-info xcb-util-wm libxrender libxi sqlite mesa 
vulkan-headers
+ tslib libinput libxkbcommon-x11 libproxy libcups double-conversion 
brotli libb2 md4c)
+makedepends=(cmake ninja libfbclient mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
+ gtk3 libpulse cups freetds xmlstarlet)
+optdepends=('qt6-wayland: to run Qt6 applications in a Wayland session'
+'postgresql-libs: PostgreSQL driver'
+'mariadb-libs: MariaDB driver'

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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:45:13
  Author: arojas
Revision: 448649

archrelease: copy trunk to testing-x86_64

Added:
  qt6-positioning/repos/testing-x86_64/
  qt6-positioning/repos/testing-x86_64/PKGBUILD
(from rev 448648, qt6-positioning/trunk/PKGBUILD)

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

Copied: qt6-positioning/repos/testing-x86_64/PKGBUILD (from rev 448648, 
qt6-positioning/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:45:13 UTC (rev 448649)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-positioning
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to position, satellite and area monitoring classes'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative qt6-serialport)
+optdepends=('qt6-declarative: QML bindings' 'qt6-serialport: NMEA plugin')
+conflicts=(qt6-location)
+provides=(qt6-location)
+replaces=(qt6-location)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('06788e4ecae1920094b30e4046f0abd23c8189d8a51e9c939b02f0b6abe2e86c')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:45:01
  Author: arojas
Revision: 448648

archrelease: copy trunk to testing-x86_64

Added:
  qt6-connectivity/repos/testing-x86_64/
  qt6-connectivity/repos/testing-x86_64/PKGBUILD
(from rev 448647, qt6-connectivity/trunk/PKGBUILD)

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

Copied: qt6-connectivity/repos/testing-x86_64/PKGBUILD (from rev 448647, 
qt6-connectivity/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:45:01 UTC (rev 448648)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-connectivity
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to Bluetooth hardware'
+depends=(qt6-base bluez-libs)
+makedepends=(cmake ninja qt6-declarative)
+optdepends=('qt6-declarative: QML bindings')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('b25ce4710a9c61bc6a5dbaeeb3e2ed907a8bc85478fdb2ab4312297768b695b0')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-serialport/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:44:52
  Author: arojas
Revision: 448647

archrelease: copy trunk to testing-x86_64

Added:
  qt6-serialport/repos/testing-x86_64/
  qt6-serialport/repos/testing-x86_64/PKGBUILD
(from rev 448646, qt6-serialport/trunk/PKGBUILD)

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

Copied: qt6-serialport/repos/testing-x86_64/PKGBUILD (from rev 448646, 
qt6-serialport/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:44:52 UTC (rev 448647)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-serialport
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Provides access to hardware and virtual serial ports'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('4eb6d80e65799dd2e0318df4dfba14173c1929e861718cda9bedca24253b616e')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in qt6-tools/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:44:36
  Author: arojas
Revision: 448646

archrelease: copy trunk to testing-x86_64

Added:
  qt6-tools/repos/testing-x86_64/
  qt6-tools/repos/testing-x86_64/PKGBUILD
(from rev 448645, qt6-tools/trunk/PKGBUILD)

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

Copied: qt6-tools/repos/testing-x86_64/PKGBUILD (from rev 448645, 
qt6-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:44:36 UTC (rev 448646)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-tools
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
+depends=(qt6-base)
+makedepends=(cmake ninja qt6-declarative clang llvm)
+optdepends=('qt6-declarative: for qdoc' 'clang: for qdoc and lupdate')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('c412750f2aa3beb93fce5f30517c607f55daaeb7d0407af206a8adf917e126c1')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DINSTALL_PUBLICBINDIR=usr/bin
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# Install symlinks for user-facing tools
+  cd "$pkgdir"
+  mkdir usr/bin
+  while read _line; do
+ln -s $_line
+  done < "$srcdir"/build/user_facing_tool_links.txt
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:44:06
  Author: arojas
Revision: 448645

archrelease: copy trunk to testing-x86_64

Added:
  qt6-declarative/repos/testing-x86_64/
  qt6-declarative/repos/testing-x86_64/PKGBUILD
(from rev 448644, qt6-declarative/trunk/PKGBUILD)

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

Copied: qt6-declarative/repos/testing-x86_64/PKGBUILD (from rev 448644, 
qt6-declarative/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:44:06 UTC (rev 448645)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-declarative
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for QML and JavaScript languages'
+depends=(qt6-base)
+makedepends=(cmake ninja python at-spi2-core qt6-shadertools 
qt6-languageserver)
+optdepends=('qt6-languageserver: for qmlls')
+conflicts=(qt6-quickcontrols2)
+provides=(qt6-quickcontrols2)
+replaces=(qt6-quickcontrols2)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('03e7694123820fcca397f95ce312e0b7f3039493c8754c836da098a1a04346e8')
+
+build() {
+  export CXXFLAGS+=" -ffat-lto-objects"
+  cmake -B build -S $_pkgfn -G Ninja \
+-DINSTALL_PUBLICBINDIR=usr/bin
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# Install symlinks for user-facing tools
+  cd "$pkgdir"
+  mkdir usr/bin
+  while read _line; do
+ln -s $_line
+  done < "$srcdir"/build/user_facing_tool_links.txt
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:43:51
  Author: arojas
Revision: 448644

archrelease: copy trunk to testing-x86_64

Added:
  qt6-languageserver/repos/testing-x86_64/
  qt6-languageserver/repos/testing-x86_64/PKGBUILD
(from rev 448643, qt6-languageserver/trunk/PKGBUILD)

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

Copied: qt6-languageserver/repos/testing-x86_64/PKGBUILD (from rev 448643, 
qt6-languageserver/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:43:51 UTC (rev 448644)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt6-languageserver
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='An implementation of the Language Server Protocol'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('791147a487ac568211d2d254e93821d171a40445ef14d6cffd05fe56c9fa4abc')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:43:39
  Author: arojas
Revision: 448643

archrelease: copy trunk to testing-x86_64

Added:
  qt6-shadertools/repos/testing-x86_64/
  qt6-shadertools/repos/testing-x86_64/PKGBUILD
(from rev 448642, qt6-shadertools/trunk/PKGBUILD)

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

Copied: qt6-shadertools/repos/testing-x86_64/PKGBUILD (from rev 448642, 
qt6-shadertools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:43:39 UTC (rev 448643)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-shadertools
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3)
+pkgdesc='Provides functionality for the shader pipeline that allows Qt Quick 
to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL'
+depends=(qt6-base)
+makedepends=(cmake ninja)
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('59b77176961528cc7b0c9325134655e273aa87b4cb386c0f4683d8f2852e435a')
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-06-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 14, 2022 @ 17:43:18
  Author: arojas
Revision: 448642

archrelease: copy trunk to testing-x86_64

Added:
  qt6-base/repos/testing-x86_64/
  qt6-base/repos/testing-x86_64/PKGBUILD
(from rev 448641, qt6-base/trunk/PKGBUILD)
  qt6-base/repos/testing-x86_64/qt6-base-cflags.patch
(from rev 448641, qt6-base/trunk/qt6-base-cflags.patch)
  qt6-base/repos/testing-x86_64/qt6-base-nostrip.patch
(from rev 448641, qt6-base/trunk/qt6-base-nostrip.patch)

+
 PKGBUILD   |   74 +++
 qt6-base-cflags.patch  |   46 +
 qt6-base-nostrip.patch |   13 
 3 files changed, 133 insertions(+)

Copied: qt6-base/repos/testing-x86_64/PKGBUILD (from rev 448641, 
qt6-base/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-14 17:43:18 UTC (rev 448642)
@@ -0,0 +1,74 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-base
+_qtver=6.3.1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A cross-platform application and UI framework'
+depends=(libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig 
xdg-utils
+ shared-mime-info xcb-util-wm libxrender libxi sqlite mesa 
vulkan-headers
+ tslib libinput libxkbcommon-x11 libproxy libcups double-conversion 
brotli libb2 md4c)
+makedepends=(cmake ninja libfbclient mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
+ gtk3 libpulse cups freetds xmlstarlet)
+optdepends=('qt6-wayland: to run Qt6 applications in a Wayland session'
+'postgresql-libs: PostgreSQL driver'
+'mariadb-libs: MariaDB driver'
+'unixodbc: ODBC driver'
+'libfbclient: Firebird/iBase driver'
+'freetds: MS SQL driver'
+'gtk3: GTK platform plugin'
+'perl: for syncqt')
+groups=(qt6)
+options=(debug)
+_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
+source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
+qt6-base-cflags.patch
+qt6-base-nostrip.patch)
+sha256sums=('0a64421d9c2469c2c48490a032ab91d547017c9cc171f3f8070bc31888f24e03'
+'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
+'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
+
+prepare() {
+  patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS
+  patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with 
qmake
+}
+
+build() {
+  cmake -B build -S $_pkgfn -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+-DINSTALL_BINDIR=lib/qt6/bin \
+-DINSTALL_PUBLICBINDIR=usr/bin \
+-DINSTALL_LIBEXECDIR=lib/qt6 \
+-DINSTALL_DOCDIR=share/doc/qt6 \
+-DINSTALL_ARCHDATADIR=lib/qt6 \
+-DINSTALL_DATADIR=share/qt6 \
+-DINSTALL_INCLUDEDIR=include/qt6 \
+-DINSTALL_MKSPECSDIR=lib/qt6/mkspecs \
+-DINSTALL_EXAMPLESDIR=share/doc/qt6/examples \
+-DQT_FEATURE_journald=ON \
+-DQT_FEATURE_openssl_linked=ON \
+-DQT_FEATURE_system_sqlite=ON \
+-DQT_FEATURE_system_xcb_xinput=ON \
+-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(qt6-translations)
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $_pkgfn/LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
+
+# Install symlinks for user-facing tools
+  cd "$pkgdir"
+  mkdir usr/bin
+  while read _line; do
+ln -s $_line
+  done < "$srcdir"/build/user_facing_tool_links.txt
+}

Copied: qt6-base/repos/testing-x86_64/qt6-base-cflags.patch (from rev 448641, 
qt6-base/trunk/qt6-base-cflags.patch)
===
--- testing-x86_64/qt6-base-cflags.patch(rev 0)
+++ testing-x86_64/qt6-base-cflags.patch2022-06-14 17:43:18 UTC (rev 
448642)
@@ -0,0 +1,46 @@
+diff --git a/mkspecs/common/g++-unix.conf b/mkspecs/common/g++-unix.conf
+index a493cd5984..41342f5020 100644
+--- a/mkspecs/common/g++-unix.conf
 b/mkspecs/common/g++-unix.conf
+@@ -10,5 +10,6 @@
+ 
+ include(g++-base.conf)
+ 
+-QMAKE_LFLAGS_RELEASE   += -Wl,-O1
++SYSTEM_LDFLAGS = $$(LDFLAGS)
++!isEmpty(SYSTEM_LDFLAGS) { eval(QMAKE_LFLAGS_RELEASE += $$(LDFLAGS)) } else { 
QMAKE_LFLAGS_RELEASE   += -Wl,-O1 }
+ QMAKE_LFLAGS_NOUNDEF   += -Wl,--no-undefined
+diff --git a/mkspecs/common/gcc-base.conf b/mkspecs/common/gcc-base.conf
+index 1f919d270a..7ef6046326 100644
+--- a/mkspecs/common/gcc-base.conf
 b/mkspecs/common/gcc-base.conf
+@@ -40,9 +40,11 @@ QMAKE_CFLAGS_OPTIMIZE_SIZE = -Os
+ QMAKE_CFLAGS_DEPS  += -M
+ QMAKE_CFLAGS_WARN_ON   += -Wall -Wextra
+ QMAKE_CFLAGS_WARN_OFF  += -w

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

2022-06-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, June 14, 2022 @ 17:42:19
  Author: spupykin
Revision: 1237876

upgpkg: rocksndiamonds-data 4.3.2.1-1

Modified:
  rocksndiamonds-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 17:42:13 UTC (rev 1237875)
+++ PKGBUILD2022-06-14 17:42:19 UTC (rev 1237876)
@@ -2,7 +2,7 @@
 # contributor: Jacek Poplawski 
 
 pkgname=rocksndiamonds-data
-pkgver=4.3.2.0
+pkgver=4.3.2.1
 pkgrel=1
 arch=(any)
 pkgdesc='rockndiamonds game data and levels'
@@ -12,7 +12,7 @@
 makedepends=('unzip' 'p7zip')
 options=('!strip')
 
source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz)
-sha256sums=('cd1b6cbe5ecea3701e43a9304371e1f666eb344741981951cbf02d96e42bd844')
+sha256sums=('dba4b5ff63561a258348cd3b330d2084ab7ba647d26b6c21f996d93d76ea8439')
 
 package() {
   cd "$srcdir"/rocksndiamonds-$pkgver



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

2022-06-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, June 14, 2022 @ 17:42:29
  Author: spupykin
Revision: 1237877

archrelease: copy trunk to community-any

Added:
  rocksndiamonds-data/repos/community-any/PKGBUILD
(from rev 1237876, rocksndiamonds-data/trunk/PKGBUILD)
Deleted:
  rocksndiamonds-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 17:42:19 UTC (rev 1237876)
+++ PKGBUILD2022-06-14 17:42:29 UTC (rev 1237877)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# contributor: Jacek Poplawski 
-
-pkgname=rocksndiamonds-data
-pkgver=4.3.2.0
-pkgrel=1
-arch=(any)
-pkgdesc='rockndiamonds game data and levels'
-url="https://www.artsoft.org/rocksndiamonds/;
-license=('GPL')
-depends=()
-makedepends=('unzip' 'p7zip')
-options=('!strip')
-source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz)
-sha256sums=('cd1b6cbe5ecea3701e43a9304371e1f666eb344741981951cbf02d96e42bd844')
-
-package() {
-  cd "$srcdir"/rocksndiamonds-$pkgver
-
-  install -d "$pkgdir"/usr/share/rocksndiamonds
-  cp -R graphics "$pkgdir"/usr/share/rocksndiamonds
-  cp -R levels "$pkgdir"/usr/share/rocksndiamonds
-  cp -R sounds "$pkgdir"/usr/share/rocksndiamonds
-  cp -R music "$pkgdir"/usr/share/rocksndiamonds
-
-  chown -R root:root "$pkgdir"/usr/share/rocksndiamonds
-  find "$pkgdir"/usr/share/rocksndiamonds -type d -exec chmod 0755 {} \;
-  find "$pkgdir"/usr/share/rocksndiamonds -type f -exec chmod 0644 {} \;
-}

Copied: rocksndiamonds-data/repos/community-any/PKGBUILD (from rev 1237876, 
rocksndiamonds-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 17:42:29 UTC (rev 1237877)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# contributor: Jacek Poplawski 
+
+pkgname=rocksndiamonds-data
+pkgver=4.3.2.1
+pkgrel=1
+arch=(any)
+pkgdesc='rockndiamonds game data and levels'
+url="https://www.artsoft.org/rocksndiamonds/;
+license=('GPL')
+depends=()
+makedepends=('unzip' 'p7zip')
+options=('!strip')
+source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz)
+sha256sums=('dba4b5ff63561a258348cd3b330d2084ab7ba647d26b6c21f996d93d76ea8439')
+
+package() {
+  cd "$srcdir"/rocksndiamonds-$pkgver
+
+  install -d "$pkgdir"/usr/share/rocksndiamonds
+  cp -R graphics "$pkgdir"/usr/share/rocksndiamonds
+  cp -R levels "$pkgdir"/usr/share/rocksndiamonds
+  cp -R sounds "$pkgdir"/usr/share/rocksndiamonds
+  cp -R music "$pkgdir"/usr/share/rocksndiamonds
+
+  chown -R root:root "$pkgdir"/usr/share/rocksndiamonds
+  find "$pkgdir"/usr/share/rocksndiamonds -type d -exec chmod 0755 {} \;
+  find "$pkgdir"/usr/share/rocksndiamonds -type f -exec chmod 0644 {} \;
+}



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

2022-06-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, June 14, 2022 @ 17:42:13
  Author: spupykin
Revision: 1237875

archrelease: copy trunk to community-x86_64

Added:
  rocksndiamonds/repos/community-x86_64/PKGBUILD
(from rev 1237874, rocksndiamonds/trunk/PKGBUILD)
  rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop
(from rev 1237874, rocksndiamonds/trunk/rocksndiamonds.desktop)
Deleted:
  rocksndiamonds/repos/community-x86_64/PKGBUILD
  rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop

+
 PKGBUILD   |   78 +++
 rocksndiamonds.desktop |   20 ++--
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 17:42:02 UTC (rev 1237874)
+++ PKGBUILD2022-06-14 17:42:13 UTC (rev 1237875)
@@ -1,39 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jacek Poplawski 
-
-pkgname=rocksndiamonds
-pkgver=4.3.2.0
-pkgrel=1
-pkgdesc="game similiar to Boulderdash with lots of levels"
-arch=(x86_64)
-url="https://www.artsoft.org/rocksndiamonds/;
-license=('GPL')
-depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'smpeg')
-makedepends=('unzip' 'p7zip')
-source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
-   rocksndiamonds.desktop)
-sha256sums=('cd1b6cbe5ecea3701e43a9304371e1f666eb344741981951cbf02d96e42bd844'
-'90008d356dd30034287ca763a05feb482d7e0c4508572abb08b5215fcb4fe922')
-
-build() {
-  cd "$srcdir"/rocksndiamonds-$pkgver
-  make clean
-  make BASE_PATH=/usr/share/rocksndiamonds
-}
-
-package() {
-  depends+=('rocksndiamonds-data' 'rocksndiamonds-contrib')
-
-  cd "$srcdir"/rocksndiamonds-$pkgver
-
-  install -d "$pkgdir"/usr/bin
-  cp "$srcdir"/rocksndiamonds-$pkgver/rocksndiamonds 
"$pkgdir"/usr/bin/rocksndiamonds
-
-#  install -d "$pkgdir"/usr/share/man/man1
-#  cp "$srcdir"/rocksndiamonds-$pkgver/rocksndiamonds.1 
"$pkgdir"/usr/share/man/man1
-
-  install -d "$pkgdir"/usr/share/doc/$pkgname/
-  cp -a docs/elements "$pkgdir"/usr/share/doc/$pkgname/
-
-  install -Dm0644 "$srcdir"/rocksndiamonds.desktop 
"$pkgdir"/usr/share/applications/rocksndiamonds.desktop
-}

Copied: rocksndiamonds/repos/community-x86_64/PKGBUILD (from rev 1237874, 
rocksndiamonds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 17:42:13 UTC (rev 1237875)
@@ -0,0 +1,39 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Jacek Poplawski 
+
+pkgname=rocksndiamonds
+pkgver=4.3.2.1
+pkgrel=1
+pkgdesc="game similiar to Boulderdash with lots of levels"
+arch=(x86_64)
+url="https://www.artsoft.org/rocksndiamonds/;
+license=('GPL')
+depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_net')
+makedepends=('unzip' 'p7zip')
+source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
+   rocksndiamonds.desktop)
+sha256sums=('dba4b5ff63561a258348cd3b330d2084ab7ba647d26b6c21f996d93d76ea8439'
+'90008d356dd30034287ca763a05feb482d7e0c4508572abb08b5215fcb4fe922')
+
+build() {
+  cd "$srcdir"/rocksndiamonds-$pkgver
+  make clean
+  make BASE_PATH=/usr/share/rocksndiamonds
+}
+
+package() {
+  depends+=('rocksndiamonds-data' 'rocksndiamonds-contrib')
+
+  cd "$srcdir"/rocksndiamonds-$pkgver
+
+  install -d "$pkgdir"/usr/bin
+  cp "$srcdir"/rocksndiamonds-$pkgver/rocksndiamonds 
"$pkgdir"/usr/bin/rocksndiamonds
+
+#  install -d "$pkgdir"/usr/share/man/man1
+#  cp "$srcdir"/rocksndiamonds-$pkgver/rocksndiamonds.1 
"$pkgdir"/usr/share/man/man1
+
+  install -d "$pkgdir"/usr/share/doc/$pkgname/
+  cp -a docs/elements "$pkgdir"/usr/share/doc/$pkgname/
+
+  install -Dm0644 "$srcdir"/rocksndiamonds.desktop 
"$pkgdir"/usr/share/applications/rocksndiamonds.desktop
+}

Deleted: rocksndiamonds.desktop
===
--- rocksndiamonds.desktop  2022-06-14 17:42:02 UTC (rev 1237874)
+++ rocksndiamonds.desktop  2022-06-14 17:42:13 UTC (rev 1237875)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Rocks'N'Diamonds
-GenericName=Rocks'N'Diamonds
-Comment=Arcade game
-Exec=rocksndiamonds
-Terminal=false
-Type=Application
-Categories=Application;Game;
-StartupNotify=false

Copied: rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop (from rev 
1237874, rocksndiamonds/trunk/rocksndiamonds.desktop)
===
--- rocksndiamonds.desktop  (rev 0)
+++ rocksndiamonds.desktop  2022-06-14 17:42:13 UTC (rev 1237875)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Rocks'N'Diamonds
+GenericName=Rocks'N'Diamonds
+Comment=Arcade game
+Exec=rocksndiamonds
+Terminal=false
+Type=Application
+Categories=Application;Game;
+StartupNotify=false



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

2022-06-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, June 14, 2022 @ 17:42:02
  Author: spupykin
Revision: 1237874

upgpkg: rocksndiamonds 4.3.2.1-1

Modified:
  rocksndiamonds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 17:41:56 UTC (rev 1237873)
+++ PKGBUILD2022-06-14 17:42:02 UTC (rev 1237874)
@@ -2,17 +2,17 @@
 # Contributor: Jacek Poplawski 
 
 pkgname=rocksndiamonds
-pkgver=4.3.2.0
+pkgver=4.3.2.1
 pkgrel=1
 pkgdesc="game similiar to Boulderdash with lots of levels"
 arch=(x86_64)
 url="https://www.artsoft.org/rocksndiamonds/;
 license=('GPL')
-depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'smpeg')
+depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_net')
 makedepends=('unzip' 'p7zip')
 
source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
rocksndiamonds.desktop)
-sha256sums=('cd1b6cbe5ecea3701e43a9304371e1f666eb344741981951cbf02d96e42bd844'
+sha256sums=('dba4b5ff63561a258348cd3b330d2084ab7ba647d26b6c21f996d93d76ea8439'
 '90008d356dd30034287ca763a05feb482d7e0c4508572abb08b5215fcb4fe922')
 
 build() {



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

2022-06-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, June 14, 2022 @ 17:41:56
  Author: spupykin
Revision: 1237873

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-14 17:41:47 UTC (rev 1237872)
+++ PKGBUILD2022-06-14 17:41:56 UTC (rev 1237873)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Firmicus 
-
-pkgname=perl-tidy
-pkgver=20220217
-pkgrel=1
-pkgdesc="Parses and beautifies perl source"
-arch=('any')
-url="https://search.cpan.org/dist/Perl-Tidy;
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
-sha256sums=('bd8bc63043c8bc94aa04811b29f93af794d8871c793c8bd36015dcbdd8a51e83')
-
-build() {
-  cd  "${srcdir}"/Perl-Tidy-$pkgver
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "${srcdir}"/Perl-Tidy-$pkgver
-
-  make install DESTDIR="${pkgdir}"
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: perl-tidy/repos/community-any/PKGBUILD (from rev 1237872, 
perl-tidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-14 17:41:56 UTC (rev 1237873)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Firmicus 
+
+pkgname=perl-tidy
+pkgver=20220613
+pkgrel=1
+pkgdesc="Parses and beautifies perl source"
+arch=('any')
+url="https://search.cpan.org/dist/Perl-Tidy;
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
+sha256sums=('50496a6952904ef28f495919fc0a67801a63c87779c61308ce1ca5b32467c5d4')
+
+build() {
+  cd  "${srcdir}"/Perl-Tidy-$pkgver
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "${srcdir}"/Perl-Tidy-$pkgver
+
+  make install DESTDIR="${pkgdir}"
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}



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

2022-06-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, June 14, 2022 @ 17:41:47
  Author: spupykin
Revision: 1237872

upgpkg: perl-tidy 20220613-1

Modified:
  perl-tidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-14 17:41:41 UTC (rev 1237871)
+++ PKGBUILD2022-06-14 17:41:47 UTC (rev 1237872)
@@ -3,7 +3,7 @@
 # Contributor: Firmicus 
 
 pkgname=perl-tidy
-pkgver=20220217
+pkgver=20220613
 pkgrel=1
 pkgdesc="Parses and beautifies perl source"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
-sha256sums=('bd8bc63043c8bc94aa04811b29f93af794d8871c793c8bd36015dcbdd8a51e83')
+sha256sums=('50496a6952904ef28f495919fc0a67801a63c87779c61308ce1ca5b32467c5d4')
 
 build() {
   cd  "${srcdir}"/Perl-Tidy-$pkgver



  1   2   >