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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Thursday, June 16, 2022 @ 06:57:39
  Author: arojas
Revision: 1238084

archrelease: copy trunk to community-any

Added:
  guake/repos/community-any/PKGBUILD
(from rev 1238083, guake/trunk/PKGBUILD)
Deleted:
  guake/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 06:57:27 UTC (rev 1238083)
+++ PKGBUILD2022-06-16 06:57:39 UTC (rev 1238084)
@@ -1,40 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Eli Schwartz 
-# Contributor: Angel Velasquez 
-# Contributor: Wilson Pinto Júnior (N3RD3X) 
-# Contributor: Attila Bukor 
-
-pkgname=guake
-pkgver=3.9.0
-pkgrel=1
-pkgdesc='Drop-down terminal for GNOME'
-arch=('any')
-url="http://guake-project.org/";
-license=('GPL')
-depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
-makedepends=('git' 'python-setuptools-scm')
-_commit=1e8ea6f14dd8ba511aab929a601d1a8fa3a910dd
-source=("git+https://github.com/Guake/guake#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n b1c6d8c54a008a12d05396d9da2181584656108f # Fix metainfo 
install dir
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  sed -i '/-m pip install -r requirements.txt/d' Makefile
-  make DESTDIR="$pkgdir" PREFIX='/usr' COMPILE_SCHEMA=0 install
-}

Copied: guake/repos/community-any/PKGBUILD (from rev 1238083, 
guake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 06:57:39 UTC (rev 1238084)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György 
+# Maintainer: Eli Schwartz 
+# Contributor: Angel Velasquez 
+# Contributor: Wilson Pinto Júnior (N3RD3X) 
+# Contributor: Attila Bukor 
+
+pkgname=guake
+pkgver=3.9.0
+pkgrel=2
+pkgdesc='Drop-down terminal for GNOME'
+arch=('any')
+url="http://guake-project.org/";
+license=('GPL')
+depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'python-pbr' 'vte3' 'python-yaml')
+makedepends=('git' 'python-setuptools-scm')
+_commit=1e8ea6f14dd8ba511aab929a601d1a8fa3a910dd
+source=("git+https://github.com/Guake/guake#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n b1c6d8c54a008a12d05396d9da2181584656108f # Fix metainfo 
install dir
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  sed -i '/-m pip install -r requirements.txt/d' Makefile
+  make DESTDIR="$pkgdir" PREFIX='/usr' COMPILE_SCHEMA=0 install
+}



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Thursday, June 16, 2022 @ 06:57:27
  Author: arojas
Revision: 1238083

Add missing python-yaml dependency (FS#75079)

Modified:
  guake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 05:37:58 UTC (rev 1238082)
+++ PKGBUILD2022-06-16 06:57:27 UTC (rev 1238083)
@@ -6,13 +6,13 @@
 
 pkgname=guake
 pkgver=3.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
 url="http://guake-project.org/";
 license=('GPL')
 depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
+ 'python-dbus' 'python-gobject' 'python-pbr' 'vte3' 'python-yaml')
 makedepends=('git' 'python-setuptools-scm')
 _commit=1e8ea6f14dd8ba511aab929a601d1a8fa3a910dd
 source=("git+https://github.com/Guake/guake#commit=$_commit";)



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

2022-06-15 Thread Felix Yan via arch-commits
Date: Thursday, June 16, 2022 @ 05:37:58
  Author: felixonmars
Revision: 1238082

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 1238081, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 05:37:36 UTC (rev 1238081)
+++ PKGBUILD2022-06-16 05:37:58 UTC (rev 1238082)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202206090051
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2fly/geoip";
-license=('CCPL:by-sa')
-source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat";)
-sha512sums=('ef5941d147e1493ed7dcb8f5af3eb64449d8e97f5662472690ad148843c126c83adaeb398d4d4fb9c2435d3e201fa7e034345927695033c3579a36f1eb565d44')
-
-package() {
-  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 1238081, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 05:37:58 UTC (rev 1238082)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202206160052
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2fly/geoip";
+license=('CCPL:by-sa')
+source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat";)
+sha512sums=('b6ccdabee8ab49c866728c6858da04e10b87c5415e717f145352a5c2636b92d45e2444f24e58715ca54477f2c143b291d5a01b7bfe6852b0ba1ef93dd123519b')
+
+package() {
+  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
+}



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

2022-06-15 Thread Felix Yan via arch-commits
Date: Thursday, June 16, 2022 @ 05:37:36
  Author: felixonmars
Revision: 1238081

upgpkg: v2ray-geoip 202206160052-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 00:13:33 UTC (rev 1238080)
+++ PKGBUILD2022-06-16 05:37:36 UTC (rev 1238081)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202206090051
+pkgver=202206160052
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2fly/geoip";
 license=('CCPL:by-sa')
 
source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat";)
-sha512sums=('ef5941d147e1493ed7dcb8f5af3eb64449d8e97f5662472690ad148843c126c83adaeb398d4d4fb9c2435d3e201fa7e034345927695033c3579a36f1eb565d44')
+sha512sums=('b6ccdabee8ab49c866728c6858da04e10b87c5415e717f145352a5c2636b92d45e2444f24e58715ca54477f2c143b291d5a01b7bfe6852b0ba1ef93dd123519b')
 
 package() {
   install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:53
  Author: heftig
Revision: 448754

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 448753, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-15 23:43:53 UTC (rev 448754)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=515.48.07
+pkgrel=10
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/";
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:53
  Author: heftig
Revision: 1238075

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:54
  Author: heftig
Revision: 1238077

archrelease: copy trunk to community-testing-x86_64

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

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

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



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:53
  Author: heftig
Revision: 1238073

archrelease: copy trunk to community-testing-x86_64

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

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

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



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:53
  Author: heftig
Revision: 1238074

archrelease: copy trunk to community-testing-x86_64

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

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

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

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
1238070, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2022-06-15 23:43:53 UTC 
(rev 1238074)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

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

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

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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:52
  Author: heftig
Revision: 1238072

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:54
  Author: heftig
Revision: 1238076

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:51
  Author: heftig
Revision: 448753

archrelease: copy trunk to testing-x86_64

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

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

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

Copied: nvidia-open/repos/testing-x86_64/nvidia-open-gcc-ibt-sls.patch (from 
rev 448752, nvidia-open/trunk/nvidia-open-gcc-ibt-sls.patch)
===
--- testing-x86_64/nvidia-open-gcc-ibt-sls.patch
(rev 0)
+++ testing-x86_64/nvidia-open-gcc-ibt-sls.patch2022-06-15 23:43:51 UTC 
(rev 448753)
@@ -0,0 +1,28 @@
+diff --git a/src/nvidia-modeset/Makefile b/src/nvidia-modeset/Makefile
+index c63b86b..a67d2fc 100644
+--- a/src/nvidia-modeset/Makefile
 b/src/nvidia-modeset/Makefile
+@@ -95,7 +95,8 @@ CFLAGS += -ffunc

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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:57
  Author: heftig
Revision: 448755

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  204 +
 config   |11046 +
 2 files changed, 11250 insertions(+)

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


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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:58
  Author: heftig
Revision: 448756

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  204 +
 config   |11102 +
 2 files changed, 11306 insertions(+)

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


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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:33
  Author: heftig
Revision: 1238068

5.0.9-91: linux 5.18.4.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:43:31 UTC (rev 1238067)
+++ PKGBUILD2022-06-15 23:43:33 UTC (rev 1238068)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=90
+pkgrel=91
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything";



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:50
  Author: heftig
Revision: 1238071

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:32
  Author: heftig
Revision: 448752

515.48.07-10: linux 5.18.4.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:43:24 UTC (rev 448751)
+++ PKGBUILD2022-06-15 23:43:32 UTC (rev 448752)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=515.48.07
-pkgrel=9
+pkgrel=10
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/";



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:31
  Author: heftig
Revision: 1238067

1.2.2-46: linux 5.18.4.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:43:30 UTC (rev 1238066)
+++ PKGBUILD2022-06-15 23:43:31 UTC (rev 1238067)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=45
+pkgrel=46
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:49
  Author: heftig
Revision: 1238070

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:47
  Author: heftig
Revision: 1238069

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 1238068, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-06-15 23:43:47 UTC (rev 1238069)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.34
+pkgrel=15
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:30
  Author: heftig
Revision: 1238066

20211218-41: linux 5.18.4.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:43:29 UTC (rev 1238065)
+++ PKGBUILD2022-06-15 23:43:30 UTC (rev 1238066)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20211218
-pkgrel=40
+pkgrel=41
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/";
 arch=(x86_64)



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:29
  Author: heftig
Revision: 1238065

8.050.02-6: linux 5.18.4.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:43:28 UTC (rev 1238064)
+++ PKGBUILD2022-06-15 23:43:29 UTC (rev 1238065)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.050.02
-pkgrel=5
+pkgrel=6
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:25
  Author: heftig
Revision: 1238062

0.43-399: linux 5.18.4.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:43:23 UTC (rev 1238061)
+++ PKGBUILD2022-06-15 23:43:25 UTC (rev 1238062)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=398
+pkgrel=399
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:28
  Author: heftig
Revision: 1238064

0.8-512: linux 5.18.4.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:43:26 UTC (rev 1238063)
+++ PKGBUILD2022-06-15 23:43:28 UTC (rev 1238064)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=511
+pkgrel=512
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:23
  Author: heftig
Revision: 1238061

6.1.34-15: linux 5.18.4.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:43:22 UTC (rev 1238060)
+++ PKGBUILD2022-06-15 23:43:23 UTC (rev 1238061)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.34
-pkgrel=14
+pkgrel=15
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:24
  Author: heftig
Revision: 448751

515.48.07-5: linux 5.18.4.arch1-1

Modified:
  nvidia-open/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:42:51 UTC (rev 448750)
+++ PKGBUILD2022-06-15 23:43:24 UTC (rev 448751)
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=515.48.07
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules";



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:26
  Author: heftig
Revision: 1238063

6.30.223.271-391: linux 5.18.4.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:43:25 UTC (rev 1238062)
+++ PKGBUILD2022-06-15 23:43:26 UTC (rev 1238063)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=390
+pkgrel=391
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:43:22
  Author: heftig
Revision: 1238060

r73.0cf3b48-210: linux 5.18.4.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:26:26 UTC (rev 1238059)
+++ PKGBUILD2022-06-15 23:43:22 UTC (rev 1238060)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=209
+pkgrel=210
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat";



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:42:51
  Author: heftig
Revision: 448750

5.18.4.arch1-1

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:42:48 UTC (rev 448749)
+++ PKGBUILD2022-06-15 23:42:51 UTC (rev 448750)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.18.3.arch1
+pkgver=5.18.4.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -26,7 +26,7 @@
   'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

 )
 sha256sums=('SKIP'
-'45e84430e2ab74c3854254702a7dd0113b8174ab3496eb4579f198d92220270d')
+'4dfb25ec17a6ba9f78fa9c0c4e4202f016d6aa92adb83f9e16a3835a0d067bfa')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-06-15 23:42:48 UTC (rev 448749)
+++ config  2022-06-15 23:42:51 UTC (rev 448750)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.18.3-arch1 Kernel Configuration
+# Linux/x86 5.18.4-arch1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
 CONFIG_CC_IS_GCC=y



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:42:48
  Author: heftig
Revision: 448749

FS#75041: Enable INTEGRITY_MACHINE_KEYRING and related

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:32:31 UTC (rev 448748)
+++ PKGBUILD2022-06-15 23:42:48 UTC (rev 448749)
@@ -26,7 +26,7 @@
   'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

 )
 sha256sums=('SKIP'
-'9f4fda38f1c59f7a20a76eff48a0cb302cb0e8e55bda53ec0f1807e10dcdad3a')
+'45e84430e2ab74c3854254702a7dd0113b8174ab3496eb4579f198d92220270d')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-06-15 23:32:31 UTC (rev 448748)
+++ config  2022-06-15 23:42:48 UTC (rev 448749)
@@ -10206,8 +10206,18 @@
 # CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY is not set
 # CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY is not set
 CONFIG_SECURITY_LANDLOCK=y
-# CONFIG_INTEGRITY is not set
+CONFIG_INTEGRITY=y
+CONFIG_INTEGRITY_SIGNATURE=y
+CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y
+CONFIG_INTEGRITY_TRUSTED_KEYRING=y
+CONFIG_INTEGRITY_PLATFORM_KEYRING=y
+CONFIG_INTEGRITY_MACHINE_KEYRING=y
+CONFIG_LOAD_UEFI_KEYS=y
+CONFIG_INTEGRITY_AUDIT=y
+# CONFIG_IMA is not set
+# CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY is not set
 # CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set
+# CONFIG_EVM is not set
 # CONFIG_DEFAULT_SECURITY_SELINUX is not set
 # CONFIG_DEFAULT_SECURITY_SMACK is not set
 # CONFIG_DEFAULT_SECURITY_TOMOYO is not set
@@ -10621,6 +10631,7 @@
 CONFIG_CLZ_TAB=y
 CONFIG_IRQ_POLL=y
 CONFIG_MPILIB=y
+CONFIG_SIGNATURE=y
 CONFIG_DIMLIB=y
 CONFIG_OID_REGISTRY=y
 CONFIG_UCS2_STRING=y



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:32:31
  Author: heftig
Revision: 448748

archrelease: copy trunk to staging-x86_64

Added:
  gstreamer/repos/staging-x86_64/
  gstreamer/repos/staging-x86_64/0001-meson-Allow-building-with-system-orc.patch
(from rev 448747, 
gstreamer/trunk/0001-meson-Allow-building-with-system-orc.patch)
  gstreamer/repos/staging-x86_64/0002-HACK-meson-Disable-broken-tests.patch
(from rev 448747, 
gstreamer/trunk/0002-HACK-meson-Disable-broken-tests.patch)
  
gstreamer/repos/staging-x86_64/0003-HACK-meson-Work-around-broken-detection-of-underscor.patch
(from rev 448747, 
gstreamer/trunk/0003-HACK-meson-Work-around-broken-detection-of-underscor.patch)
  gstreamer/repos/staging-x86_64/0004-opencv-Allow-building-against-4.6.x.patch
(from rev 448747, 
gstreamer/trunk/0004-opencv-Allow-building-against-4.6.x.patch)
  gstreamer/repos/staging-x86_64/PKGBUILD
(from rev 448747, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/staging-x86_64/gstreamer.install
(from rev 448747, gstreamer/trunk/gstreamer.install)

-+
 0001-meson-Allow-building-with-system-orc.patch |   22 
 0002-HACK-meson-Disable-broken-tests.patch  |   58 
 0003-HACK-meson-Work-around-broken-detection-of-underscor.patch |   24 
 0004-opencv-Allow-building-against-4.6.x.patch  |  135 +
 PKGBUILD|  742 
++
 gstreamer.install   |7 
 6 files changed, 988 insertions(+)

Copied: 
gstreamer/repos/staging-x86_64/0001-meson-Allow-building-with-system-orc.patch 
(from rev 448747, 
gstreamer/trunk/0001-meson-Allow-building-with-system-orc.patch)
===
--- staging-x86_64/0001-meson-Allow-building-with-system-orc.patch  
(rev 0)
+++ staging-x86_64/0001-meson-Allow-building-with-system-orc.patch  
2022-06-15 23:32:31 UTC (rev 448748)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 6 Jun 2022 00:30:08 +0200
+Subject: [PATCH] meson: Allow building with system orc
+
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 9ea00429bcb5..0481dbcbe512 100644
+--- a/meson.build
 b/meson.build
+@@ -112,7 +112,7 @@ elif build_system == 'darwin'
+   subproject('macos-bison-binary')
+ endif
+ 
+-orc_subproject = subproject('orc', required: get_option('orc'))
++orc_subproject = subproject('orc', required: false)
+ 
+ foreach custom_subproj: get_option('custom_subprojects').split(',')
+ if custom_subproj != ''

Copied: 
gstreamer/repos/staging-x86_64/0002-HACK-meson-Disable-broken-tests.patch (from 
rev 448747, gstreamer/trunk/0002-HACK-meson-Disable-broken-tests.patch)
===
--- staging-x86_64/0002-HACK-meson-Disable-broken-tests.patch   
(rev 0)
+++ staging-x86_64/0002-HACK-meson-Disable-broken-tests.patch   2022-06-15 
23:32:31 UTC (rev 448748)
@@ -0,0 +1,58 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 6 Jun 2022 00:30:08 +0200
+Subject: [PATCH] HACK: meson: Disable broken tests
+
+---
+ subprojects/gst-editing-services/meson.build| 1 -
+ subprojects/gst-python/meson.build  | 1 -
+ subprojects/gst-rtsp-server/tests/check/meson.build | 1 -
+ subprojects/gstreamer-vaapi/meson.build | 1 -
+ 4 files changed, 4 deletions(-)
+
+diff --git a/subprojects/gst-editing-services/meson.build 
b/subprojects/gst-editing-services/meson.build
+index 04373faa0df3..c4ef81439052 100644
+--- a/subprojects/gst-editing-services/meson.build
 b/subprojects/gst-editing-services/meson.build
+@@ -274,7 +274,6 @@ subdir('plugins')
+ if not get_option('tools').disabled()
+   subdir('tools')
+ endif
+-subdir('tests')
+ if not get_option('examples').disabled()
+   subdir('examples')
+ endif
+diff --git a/subprojects/gst-python/meson.build 
b/subprojects/gst-python/meson.build
+index 707bde7d96ea..e1fd643e5cd6 100644
+--- a/subprojects/gst-python/meson.build
 b/subprojects/gst-python/meson.build
+@@ -104,5 +104,4 @@ if not get_option('plugin').disabled()
+   endif
+ endif
+ if not get_option('tests').disabled()
+-  subdir('testsuite')
+ endif
+diff --git a/subprojects/gst-rtsp-server/tests/check/meson.build 
b/subprojects/gst-rtsp-server/tests/check/meson.build
+index 229af32f8117..b9372c125d77 100644
+--- a/subprojects/gst-rtsp-server/tests/check/meson.build
 b/subprojects/gst-rtsp-server/tests/check/meson.build
+@@ -27,7 +27,6 @@ rtsp_server_tests = [
+   'gst/mediafactory',
+   'gst/media',
+   'gst/permissions',
+-  'gst/rtspserver',
+   'gst/sessionmedia',
+   'g

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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:31:47
  Author: heftig
Revision: 448747

1.20.2-3: srt rebuild

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:30:19 UTC (rev 448746)
+++ PKGBUILD2022-06-15 23:31:47 UTC (rev 448747)
@@ -24,7 +24,7 @@
   gstreamer-docs
 )
 pkgver=1.20.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Multimedia graph framework"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:30:19
  Author: heftig
Revision: 448746

archrelease: copy trunk to staging-x86_64

Added:
  vlc/repos/staging-x86_64/
  vlc/repos/staging-x86_64/PKGBUILD
(from rev 448745, vlc/trunk/PKGBUILD)
  vlc/repos/staging-x86_64/caca-fix-to-newer-version.patch
(from rev 448745, vlc/trunk/caca-fix-to-newer-version.patch)
  vlc/repos/staging-x86_64/update-vlc-plugin-cache.hook
(from rev 448745, vlc/trunk/update-vlc-plugin-cache.hook)
  vlc/repos/staging-x86_64/vlc-live-media-2021.patch
(from rev 448745, vlc/trunk/vlc-live-media-2021.patch)

-+
 PKGBUILD|  260 ++
 caca-fix-to-newer-version.patch |  130 +++
 update-vlc-plugin-cache.hook|   11 +
 vlc-live-media-2021.patch   |   26 +++
 4 files changed, 427 insertions(+)

Copied: vlc/repos/staging-x86_64/PKGBUILD (from rev 448745, vlc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-06-15 23:30:19 UTC (rev 448746)
@@ -0,0 +1,260 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Sarah Hay 
+# Contributor: Martin Sandsmark 
+
+pkgname=vlc
+_vlcver=3.0.17.4
+# optional fixup version including hyphen
+_vlcfixupver=
+pkgver=${_vlcver}${_vlcfixupver//-/.r}
+pkgrel=6
+pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
+url='https://www.videolan.org/vlc/'
+arch=('x86_64')
+license=('LGPL2.1' 'GPL2')
+# NOTE: switch to ffmpeg4.4, as ffmpeg >= 5 requires extensive changes 
disabling VAAPI (only supported with vlc >= 4)
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua52' 'libidn'
+ 'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg4.4' 'faad2' 'libmad'
+ 'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
+ 'libupnp' 'libixml.so' 'libupnp.so' 'libarchive' 'qt5-base'
+ 'qt5-x11extras' 'qt5-svg' 'freetype2' 'fribidi' 'harfbuzz'
+ 'fontconfig' 'libxml2' 'gnutls' 'libplacebo' 'wayland-protocols')
+makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
+ 'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
+ 'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'systemd-libs'
+ 'libmtp' 'libmicrodns' 'libdvdcss' 'smbclient'
+ 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
+ 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
+ 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
+ 'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
+ 'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
+ 'lirc' 'libgoom2' 'projectm' 'aom' 'srt' 'dav1d'
+ 'aribb24' 'aribb25' 'pcsclite')
+
+#'chromaprint: Chromaprint audio fingerprinter'
+optdepends=('avahi: service discovery using bonjour protocol'
+'aom: AOM AV1 codec'
+'gst-plugins-base-libs: for libgst plugins'
+'dav1d: dav1d AV1 decoder'
+'libdvdcss: decoding encrypted DVDs'
+'libavc1394: devices using the 1394ta AV/C'
+'libdc1394: IEEE 1394 access plugin'
+'kwallet: kwallet keystore'
+'libva-vdpau-driver: vdpau backend nvidia'
+'libva-intel-driver: video backend intel'
+'libbluray: Blu-Ray video input'
+'flac: Free Lossless Audio Codec plugin'
+'twolame: TwoLAME mpeg2 encoder plugin'
+'libgme: Game Music Emu plugin'
+'vcdimager: navigate VCD with libvcdinfo'
+'libmtp: MTP devices discovery'
+'systemd-libs: udev services discovery'
+'smbclient: SMB access plugin'
+'libcdio: audio CD playback'
+'gnu-free-fonts: subtitle font '
+'ttf-dejavu: subtitle font'
+'libssh2: sftp access'
+'libnfs: NFS access'
+'mpg123: mpg123 codec'
+'protobuf: chromecast streaming'
+'libmicrodns: mDNS services discovery (chromecast etc)'
+'lua52-socket: http interface'
+'libdvdread: DVD input module'
+'libdvdnav: DVD with navigation input module'
+'libogg: Ogg and OggSpots codec'
+'libshout: shoutcast/icecast output plugin'
+'libmodplug: MOD output plugin'
+'libvpx: VP8 and VP9 codec'
+'libvorbis: Vorbis decoder/encoder'
+'speex: Speex codec'
+'opus: opus codec'
+'libtheora: theora codec'
+'libpng: PNG support'
+'libjpeg-turbo: JPEG support'
+'librsvg: SVG plugin'
+'x264: H264 encoding'
+'x265: HEVC/H.265 encoder'
+'zvbi: VBI/Teletext/webcam/v4l2 capture/decoding'
+'

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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:29:58
  Author: heftig
Revision: 448745

3.0.17.4-6: srt rebuild

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:27:54 UTC (rev 448744)
+++ PKGBUILD2022-06-15 23:29:58 UTC (rev 448745)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=5
+pkgrel=6
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -99,7 +99,7 @@
 'pcsclite: aribcam support')
 conflicts=('vlc-plugin')
 replaces=('vlc-plugin')
-options=(debug '!emptydirs')
+options=('debug' '!emptydirs')
 
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
 
$pkgname-dav1d-1.0.patch::https://github.com/videolan/vlc/commit/2202c892c8dc.patch
 update-vlc-plugin-cache.hook



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:27:54
  Author: heftig
Revision: 448744

5.18.4.zen1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:18:25 UTC (rev 448743)
+++ PKGBUILD2022-06-15 23:27:54 UTC (rev 448744)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.18.3.zen1
+pkgver=5.18.4.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -26,7 +26,7 @@
   'C5ADB4F3FEBBCE27A3E54D7D9AE4078033F8024D'  # Steven Barrett 

 )
 sha256sums=('SKIP'
-'28dd57a4c54e3c69bf58e763c87e3a815fc9d37d6ae2376e1374fbf448077a89')
+'52bc858f07dd2bd54bae6c930375ee5c7e9b2fd223c0cab64f6455fa5cd0c4ed')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-06-15 23:18:25 UTC (rev 448743)
+++ config  2022-06-15 23:27:54 UTC (rev 448744)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.18.3-zen1 Kernel Configuration
+# Linux/x86 5.18.4-zen1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
 CONFIG_CC_IS_GCC=y
@@ -192,6 +192,7 @@
 #
 CONFIG_UCLAMP_TASK=y
 CONFIG_UCLAMP_BUCKETS_COUNT=5
+# CONFIG_SCHED_ALT is not set
 # end of Scheduler features
 
 CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
@@ -10261,8 +10262,18 @@
 # CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY is not set
 # CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY is not set
 CONFIG_SECURITY_LANDLOCK=y
-# CONFIG_INTEGRITY is not set
+CONFIG_INTEGRITY=y
+CONFIG_INTEGRITY_SIGNATURE=y
+CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y
+CONFIG_INTEGRITY_TRUSTED_KEYRING=y
+CONFIG_INTEGRITY_PLATFORM_KEYRING=y
+CONFIG_INTEGRITY_MACHINE_KEYRING=y
+CONFIG_LOAD_UEFI_KEYS=y
+CONFIG_INTEGRITY_AUDIT=y
+# CONFIG_IMA is not set
+# CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY is not set
 # CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set
+# CONFIG_EVM is not set
 # CONFIG_DEFAULT_SECURITY_SELINUX is not set
 # CONFIG_DEFAULT_SECURITY_SMACK is not set
 # CONFIG_DEFAULT_SECURITY_TOMOYO is not set
@@ -10676,6 +10687,7 @@
 CONFIG_CLZ_TAB=y
 CONFIG_IRQ_POLL=y
 CONFIG_MPILIB=y
+CONFIG_SIGNATURE=y
 CONFIG_DIMLIB=y
 CONFIG_OID_REGISTRY=y
 CONFIG_UCS2_STRING=y



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:26:26
  Author: heftig
Revision: 1238059

archrelease: copy trunk to community-staging-x86_64

Added:
  nageru/repos/community-staging-x86_64/
  nageru/repos/community-staging-x86_64/PKGBUILD
(from rev 1238058, nageru/trunk/PKGBUILD)

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

Copied: nageru/repos/community-staging-x86_64/PKGBUILD (from rev 1238058, 
nageru/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-06-15 23:26:26 UTC (rev 1238059)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud 
+
+pkgname=nageru
+pkgver=2.1.0
+pkgrel=4
+pkgdesc="live video mixer, based around the standard M/E workflow."
+arch=(x86_64)
+url="https://nageru.sesse.net/";
+license=('GPL3')
+depends=('libmicrohttpd' 'ffmpeg' 'libx264' 'protobuf' 
+ 'movit' 'bmusb' 'qcustomplot' 'pciutils' 'zita-resampler'
+ 'sqlite3' 'luajit' 'cmake')
+makedepends=('meson' 'eigen' 'qt5-tools')
+options=('debug')
+source=("https://nageru.sesse.net/nageru-${pkgver}.tar.gz";)
+sha256sums=('646cc513002646540cfbff746c6fdda2ac365711ead9492a63a06d86a9034389')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build -v
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:25:37
  Author: heftig
Revision: 1238058

2.1.0-4: srt rebuild, cleanup

Modified:
  nageru/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 21:35:35 UTC (rev 1238057)
+++ PKGBUILD2022-06-15 23:25:37 UTC (rev 1238058)
@@ -2,7 +2,7 @@
 
 pkgname=nageru
 pkgver=2.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="live video mixer, based around the standard M/E workflow."
 arch=(x86_64)
 url="https://nageru.sesse.net/";
@@ -10,24 +10,22 @@
 depends=('libmicrohttpd' 'ffmpeg' 'libx264' 'protobuf' 
  'movit' 'bmusb' 'qcustomplot' 'pciutils' 'zita-resampler'
  'sqlite3' 'luajit' 'cmake')
-makedepends=('meson' 'eigen')
+makedepends=('meson' 'eigen' 'qt5-tools')
+options=('debug')
 source=("https://nageru.sesse.net/nageru-${pkgver}.tar.gz";)
 sha256sums=('646cc513002646540cfbff746c6fdda2ac365711ead9492a63a06d86a9034389')
 
 build() {
-  cd "$pkgname-$pkgver"
-  arch-meson ../build
-  ninja -v -C ../build
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build -v
 }
 
 check() {
-  cd "$pkgname-$pkgver"
-  ninja -C ../build test
+  meson test -C build --print-errorlogs
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="$pkgdir" ninja -C ../build install
+  meson install -C build --destdir "$pkgdir"
 }
 
 # vim:set ts=2 sw=2 et:



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:18:25
  Author: heftig
Revision: 448743

archrelease: copy trunk to staging-x86_64

Added:
  ffmpeg/repos/staging-x86_64/
  ffmpeg/repos/staging-x86_64/PKGBUILD
(from rev 448741, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/staging-x86_64/add-av_stream_get_first_dts-for-chromium.patch
(from rev 448741, 
ffmpeg/trunk/add-av_stream_get_first_dts-for-chromium.patch)
  ffmpeg/repos/staging-x86_64/ffmpeg-vmaf2.x.patch
(from rev 448741, ffmpeg/trunk/ffmpeg-vmaf2.x.patch)

+
 PKGBUILD   |  194 
 add-av_stream_get_first_dts-for-chromium.patch |   44 +
 ffmpeg-vmaf2.x.patch   |  955 +++
 3 files changed, 1193 insertions(+)

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 448741, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-06-15 23:18:25 UTC (rev 448743)
@@ -0,0 +1,194 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=5.0.1
+pkgrel=3
+epoch=2
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=(x86_64)
+url=https://ffmpeg.org/
+license=(GPL3)
+depends=(
+  alsa-lib
+  aom
+  bzip2
+  fontconfig
+  fribidi
+  gmp
+  gnutls
+  gsm
+  jack
+  lame
+  libass.so
+  libavc1394
+  libbluray.so
+  libdav1d.so
+  libdrm
+  libfreetype.so
+  libiec61883
+  libmfx
+  libmodplug
+  libpulse
+  librav1e.so
+  libraw1394
+  librsvg-2.so
+  libsoxr
+  libssh
+  libtheora
+  libva.so
+  libva-drm.so
+  libva-x11.so
+  libvdpau
+  libvidstab.so
+  libvorbisenc.so
+  libvorbis.so
+  libvpx.so
+  libwebp
+  libx11
+  libx264.so
+  libx265.so
+  libxcb
+  libxext
+  libxml2
+  libxv
+  libxvidcore.so
+  libzimg.so
+  opencore-amr
+  openjpeg2
+  opus
+  sdl2
+  speex
+  srt
+  svt-av1
+  v4l-utils
+  vmaf
+  xz
+  zlib
+)
+makedepends=(
+  amf-headers
+  avisynthplus
+  clang
+  ffnvcodec-headers
+  git
+  ladspa
+  nasm
+)
+optdepends=(
+  'avisynthplus: AviSynthPlus support'
+  'intel-media-sdk: Intel QuickSync support'
+  'ladspa: LADSPA filters'
+  'nvidia-utils: Nvidia NVDEC/NVENC support'
+)
+provides=(
+  libavcodec.so
+  libavdevice.so
+  libavfilter.so
+  libavformat.so
+  libavutil.so
+  libpostproc.so
+  libswresample.so
+  libswscale.so
+)
+options=(
+  debug
+)
+_tag=9687cae2b468e09e35df4cea92cc2e6a0e6c93b3
+source=(
+  git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
+  ffmpeg-vmaf2.x.patch
+  add-av_stream_get_first_dts-for-chromium.patch
+)
+b2sums=(
+  SKIP
+  
65039aac811bfd143359e32720cd6ca64124f1789c1b624bd28a5bd75b37362b2a3b6b402203c4e9d137fb1d00895114f3789df40f8381091d38c98e7876cc8a
+  
3f2ee7606500fa9444380d138959cd2bccfbba7d34629a17f4f6288c6bde29e931bbe922a7c25d861f057ddd4ba0b095bbd675c1930754746d5dd476b3ccbc13
+)
+
+prepare() {
+  cd ffmpeg
+  git cherry-pick -n 988f2e9eb063db7c1a678729f58aab6eba59a55b # fix nvenc on 
older gpus
+  patch -Np1 -i ../ffmpeg-vmaf2.x.patch # vmaf 2.x support
+  patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # 
https://crbug.com/1251779
+}
+
+pkgver() {
+  cd ffmpeg
+  git describe --tags | sed 's/^n//'
+}
+
+build() {
+  cd ffmpeg
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-amf \
+--enable-avisynth \
+--enable-cuda-llvm \
+--enable-lto \
+--enable-fontconfig \
+--enable-gmp \
+--enable-gnutls \
+--enable-gpl \
+--enable-ladspa \
+--enable-libaom \
+--enable-libass \
+--enable-libbluray \
+--enable-libdav1d \
+--enable-libdrm \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libiec61883 \
+--enable-libjack \
+--enable-libmfx \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librav1e \
+--enable-librsvg \
+--enable-libsoxr \
+--enable-libspeex \
+--enable-libsrt \
+--enable-libssh \
+--enable-libsvtav1 \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvidstab \
+--enable-libvmaf \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libwebp \
+--enable-libx264 \
+--enable-libx265 \
+--enable-libxcb \
+--enable-libxml2 \
+--enable-libxvid \
+--enable-libzimg \
+--enable-nvdec \
+--enable-nvenc \
+--enable-shared \
+--enable-version3
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play}.1
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C ffmpeg install install-man
+  install -Dm 755 ffmpeg/tools/qt-faststart "${pkgdir}"/usr/bin/
+}

[arch-commits] Commit in ffmpeg4.4/trunk (PKGBUILD)

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:17:03
  Author: heftig
Revision: 448741

4.4.2-3: srt rebuild

Modified:
  ffmpeg4.4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:17:00 UTC (rev 448740)
+++ PKGBUILD2022-06-15 23:17:03 UTC (rev 448741)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg4.4
 pkgver=4.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
 url=https://ffmpeg.org/
@@ -92,6 +92,9 @@
   libswresample.so
   libswscale.so
 )
+options=(
+  debug
+)
 _tag=d61977cbe453869cec28d32b71fe25c2cd965dcf
 source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag})
 b2sums=(SKIP)



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:17:00
  Author: heftig
Revision: 448740

5.0.1-3: srt rebuild

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:09:06 UTC (rev 448739)
+++ PKGBUILD2022-06-15 23:17:00 UTC (rev 448740)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=5.0.1
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -94,18 +94,20 @@
   libswresample.so
   libswscale.so
 )
-_tag=9687cae2b468e09e35df4cea92cc2e6a0e6c93b3
 options=(
   debug
 )
+_tag=9687cae2b468e09e35df4cea92cc2e6a0e6c93b3
 source=(
   git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
   ffmpeg-vmaf2.x.patch
   add-av_stream_get_first_dts-for-chromium.patch
 )
-b2sums=('SKIP'
-
'65039aac811bfd143359e32720cd6ca64124f1789c1b624bd28a5bd75b37362b2a3b6b402203c4e9d137fb1d00895114f3789df40f8381091d38c98e7876cc8a'
-
'3f2ee7606500fa9444380d138959cd2bccfbba7d34629a17f4f6288c6bde29e931bbe922a7c25d861f057ddd4ba0b095bbd675c1930754746d5dd476b3ccbc13')
+b2sums=(
+  SKIP
+  
65039aac811bfd143359e32720cd6ca64124f1789c1b624bd28a5bd75b37362b2a3b6b402203c4e9d137fb1d00895114f3789df40f8381091d38c98e7876cc8a
+  
3f2ee7606500fa9444380d138959cd2bccfbba7d34629a17f4f6288c6bde29e931bbe922a7c25d861f057ddd4ba0b095bbd675c1930754746d5dd476b3ccbc13
+)
 
 prepare() {
   cd ffmpeg



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:09:05
  Author: heftig
Revision: 448738

archrelease: copy trunk to extra-x86_64

Added:
  libnma/repos/extra-x86_64/PKGBUILD
(from rev 448735, libnma/trunk/PKGBUILD)
Deleted:
  libnma/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 23:09:05 UTC (rev 448737)
+++ PKGBUILD2022-06-15 23:09:05 UTC (rev 448738)
@@ -1,83 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=libnma
-pkgname=(libnma-common libnma libnma-gtk4)
-pkgver=1.8.38
-pkgrel=1
-pkgdesc="NetworkManager GUI client library"
-url="https://gitlab.gnome.org/GNOME/libnma";
-arch=(x86_64)
-license=(GPL LGPL)
-makedepends=(gobject-introspection git gtk-doc meson vala libnm gcr gtk3 gtk4
- iso-codes mobile-broadband-provider-info dconf)
-options=(debug)
-_commit=89c46388258951ca356f9872c63f4f7c4cbcd592  # tags/1.8.38^0
-source=("git+https://gitlab.gnome.org/GNOME/libnma.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libnma
-  git describe --tags | sed 's/-dev/dev/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd libnma
-}
-
-build() {
-  arch-meson libnma build -D libnma_gtk4=true
-  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
-}
-
-package_libnma-common() {
-  pkgdesc+=" (common files)"
-  depends=(libnm iso-codes mobile-broadband-provider-info dconf)
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-
-  _pick gtk3 usr/lib/libnma.so*
-  _pick gtk3 usr/lib/pkgconfig/libnma.pc
-  _pick gtk3 usr/lib/girepository-1.0/NMA-*
-  _pick gtk3 usr/share/gir-1.0/NMA-*
-  _pick gtk3 usr/share/vala/vapi/libnma.*
-
-  _pick gtk4 usr/lib/libnma-gtk4.so*
-  _pick gtk4 usr/lib/pkgconfig/libnma-gtk4.pc
-  _pick gtk4 usr/lib/girepository-1.0/NMA4-*
-  _pick gtk4 usr/share/gir-1.0/NMA4-*
-  _pick gtk4 usr/share/vala/vapi/libnma-gtk4.*
-}
-
-package_libnma() {
-  pkgdesc+=" (GTK3)"
-  depends=(libnma-common="$pkgver-$pkgrel" gtk3 gcr)
-  provides=(libnma.so)
-
-  mv gtk3/* "$pkgdir"
-}
-
-package_libnma-gtk4() {
-  pkgdesc+=" (GTK4)"
-  depends=(libnma-common="$pkgver-$pkgrel" gtk4)
-  provides=(libnma-gtk4.so)
-
-  mv gtk4/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: libnma/repos/extra-x86_64/PKGBUILD (from rev 448735, 
libnma/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 23:09:05 UTC (rev 448738)
@@ -0,0 +1,83 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=libnma
+pkgname=(libnma-common libnma libnma-gtk4)
+pkgver=1.8.40
+pkgrel=1
+pkgdesc="NetworkManager GUI client library"
+url="https://gitlab.gnome.org/GNOME/libnma";
+arch=(x86_64)
+license=(GPL LGPL)
+makedepends=(gobject-introspection git gtk-doc meson vala libnm gcr gtk3 gtk4
+ iso-codes mobile-broadband-provider-info dconf)
+options=(debug)
+_commit=8f21d3b1f6825d2dad37f203649ac79e0e6ff171  # tags/1.8.40^0
+source=("git+https://gitlab.gnome.org/GNOME/libnma.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libnma
+  git describe --tags | sed 's/-dev/dev/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libnma
+}
+
+build() {
+  arch-meson libnma build -D libnma_gtk4=true
+  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
+}
+
+package_libnma-common() {
+  pkgdesc+=" (common files)"
+  depends=(libnm iso-codes mobile-broadband-provider-info dconf)
+
+  meson install -C build --destdir "$pkgdir"
+
+  cd "$pkgdir"
+
+  _pick gtk3 usr/lib/libnma.so*
+  _pick gtk3 usr/lib/pkgconfig/libnma.pc
+  _pick gtk3 usr/lib/girepository-1.0/NMA-*
+  _pick gtk3 usr/share/gir-1.0/NMA-*
+  _pick gtk3 usr/share/vala/vapi/libnma.*
+
+  _pick gtk4 usr/lib/libnma-gtk4.so*
+  _pick gtk4 usr/lib/pkgconfig/libnma-gtk4.pc
+  _pick gtk4 usr/lib/girepository-1.0/NMA4-*
+  _pick gtk4 usr/share/gir-1.0/NMA4-*
+  _pick gtk4 usr/share/vala/vapi/libnma-gtk4.*
+}
+
+package_libnma() {
+  pkgdesc+=" (GTK3)"
+  depends=(libnma-common="$pkgver-$pkgrel" gtk3 gcr)
+  provides=(libnma.so)
+
+  mv gtk3/* "$pkgdir"
+}
+
+package_libnma-gtk4() {
+  pkgdesc+=" (GTK4)"
+  depends=(libnma-common="$pkgver-$pkgrel" gtk4)
+  provides=(libnma-gtk4.so)
+
+  mv gtk4/* "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:09:06
  Author: heftig
Revision: 448739

archrelease: copy trunk to extra-x86_64

Added:
  aisleriot/repos/extra-x86_64/PKGBUILD
(from rev 448735, aisleriot/trunk/PKGBUILD)
Deleted:
  aisleriot/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 23:09:05 UTC (rev 448738)
+++ PKGBUILD2022-06-15 23:09:06 UTC (rev 448739)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=aisleriot
-pkgver=3.22.20
-pkgrel=1
-pkgdesc="A collection of patience games written in guile scheme"
-url="https://wiki.gnome.org/Apps/Aisleriot";
-arch=(x86_64)
-license=(GPL)
-depends=(guile gtk3 librsvg libcanberra dconf)
-makedepends=(git meson yelp-tools appstream-glib)
-optdepends=('pysolfc: PySol card sets'
-'pysolfc-cardsets: PySol card sets')
-_commit=54eb2fe24ad6f78009f008072da8b369a8d512b8  # tags/3.22.20^0
-source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D theme_kde=false \
--D theme_pysol=true \
--D theme_pysol_path=/usr/share/PySolFC
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: aisleriot/repos/extra-x86_64/PKGBUILD (from rev 448735, 
aisleriot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 23:09:06 UTC (rev 448739)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=aisleriot
+pkgver=3.22.23
+pkgrel=1
+pkgdesc="A collection of patience games written in guile scheme"
+url="https://wiki.gnome.org/Apps/Aisleriot";
+arch=(x86_64)
+license=(GPL)
+depends=(guile gtk3 librsvg libcanberra dconf)
+makedepends=(git meson yelp-tools appstream-glib)
+optdepends=('pysolfc: PySol card sets'
+'pysolfc-cardsets: PySol card sets')
+options=(debug)
+_commit=730f7feb480e1b69cce0a7b333c998db6cf9b4c5  # tags/3.22.23^0
+source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D theme_kde=false \
+-D theme_pysol=true \
+-D theme_pysol_path=/usr/share/PySolFC
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:09:05
  Author: heftig
Revision: 448737

archrelease: copy trunk to extra-x86_64

Added:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
(from rev 448735, gnome-calendar/trunk/PKGBUILD)
Deleted:
  gnome-calendar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 23:09:04 UTC (rev 448736)
+++ PKGBUILD2022-06-15 23:09:05 UTC (rev 448737)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=42.1
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-url="https://wiki.gnome.org/Apps/Calendar";
-arch=(x86_64)
-license=(GPL)
-depends=(evolution-data-server libsoup libadwaita libgweather-4 geoclue
- geocode-glib gsettings-desktop-schemas gnome-control-center)
-makedepends=(git meson)
-groups=(gnome)
-options=(debug)
-_commit=4220b381f93e4e3cfb78d8a323b1a5719c24050d  # tags/42.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 448735, 
gnome-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 23:09:05 UTC (rev 448737)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=42.2
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar";
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server libsoup libadwaita libgweather-4 geoclue
+ geocode-glib gsettings-desktop-schemas gnome-control-center)
+makedepends=(git meson)
+groups=(gnome)
+options=(debug)
+_commit=0207e3902efe3dae1dbd96264cd239fb91b8f573  # tags/42.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:09:04
  Author: heftig
Revision: 448736

archrelease: copy trunk to staging-x86_64

Added:
  srt/repos/staging-x86_64/
  srt/repos/staging-x86_64/PKGBUILD
(from rev 448735, srt/trunk/PKGBUILD)

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

Copied: srt/repos/staging-x86_64/PKGBUILD (from rev 448735, srt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-06-15 23:09:04 UTC (rev 448736)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=srt
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Secure Reliable Transport library"
+url="https://www.srtalliance.org/";
+arch=(x86_64)
+license=(MPL2)
+depends=(openssl)
+makedepends=(git cmake)
+options=(debug)
+_commit=060c0d1a2af8082c053018fa6a6fe2dba67d71a8  # tags/v1.5.0
+source=("git+https://github.com/Haivision/srt#commit=$_commit";)
+b2sums=('SKIP')
+
+pkgver() {
+  cd srt
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd srt
+}
+
+build() {
+  cmake -S srt -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_BINDIR=bin \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_INCLUDEDIR=include \
+-DCMAKE_BUILD_TYPE=None \
+-DENABLE_STATIC=ON \
+-DENABLE_TESTING=ON
+  cmake --build build
+}
+
+check() {
+  cd build
+  ./uriparser-test
+  ./utility-test
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+# vim:set ts=2 sw=2:



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:07:54
  Author: heftig
Revision: 448735

1.5.0-1

Modified:
  srt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 23:02:37 UTC (rev 448734)
+++ PKGBUILD2022-06-15 23:07:54 UTC (rev 448735)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=srt
-pkgver=1.4.4
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Secure Reliable Transport library"
 url="https://www.srtalliance.org/";
@@ -9,17 +9,18 @@
 license=(MPL2)
 depends=(openssl)
 makedepends=(git cmake)
-_commit=8b32f3734ff6af7cc7b0fef272591cb80a2d1aae  # tags/v1.4.4
+options=(debug)
+_commit=060c0d1a2af8082c053018fa6a6fe2dba67d71a8  # tags/v1.5.0
 source=("git+https://github.com/Haivision/srt#commit=$_commit";)
 b2sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  cd srt
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd srt
 }
 
 build() {
@@ -42,7 +43,6 @@
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
-  rm "$pkgdir"/usr/bin/{uriparser,utility}-test
 }
 
 # vim:set ts=2 sw=2:



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 23:02:37
  Author: heftig
Revision: 448734

1.8.40-1

Modified:
  libnma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 22:58:46 UTC (rev 448733)
+++ PKGBUILD2022-06-15 23:02:37 UTC (rev 448734)
@@ -2,7 +2,7 @@
 
 pkgbase=libnma
 pkgname=(libnma-common libnma libnma-gtk4)
-pkgver=1.8.38
+pkgver=1.8.40
 pkgrel=1
 pkgdesc="NetworkManager GUI client library"
 url="https://gitlab.gnome.org/GNOME/libnma";
@@ -11,7 +11,7 @@
 makedepends=(gobject-introspection git gtk-doc meson vala libnm gcr gtk3 gtk4
  iso-codes mobile-broadband-provider-info dconf)
 options=(debug)
-_commit=89c46388258951ca356f9872c63f4f7c4cbcd592  # tags/1.8.38^0
+_commit=8f21d3b1f6825d2dad37f203649ac79e0e6ff171  # tags/1.8.40^0
 source=("git+https://gitlab.gnome.org/GNOME/libnma.git#commit=$_commit";)
 sha256sums=('SKIP')
 



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 22:58:46
  Author: heftig
Revision: 448733

42.2-1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 22:58:40 UTC (rev 448732)
+++ PKGBUILD2022-06-15 22:58:46 UTC (rev 448733)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=42.1
+pkgver=42.2
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar";
@@ -13,7 +13,7 @@
 makedepends=(git meson)
 groups=(gnome)
 options=(debug)
-_commit=4220b381f93e4e3cfb78d8a323b1a5719c24050d  # tags/42.1^0
+_commit=0207e3902efe3dae1dbd96264cd239fb91b8f573  # tags/42.2^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit";)
 sha256sums=('SKIP')
 



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

2022-06-15 Thread Jan Steffens via arch-commits
Date: Wednesday, June 15, 2022 @ 22:58:40
  Author: heftig
Revision: 448732

3.22.23-1

Modified:
  aisleriot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 20:42:44 UTC (rev 448731)
+++ PKGBUILD2022-06-15 22:58:40 UTC (rev 448732)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=aisleriot
-pkgver=3.22.20
+pkgver=3.22.23
 pkgrel=1
 pkgdesc="A collection of patience games written in guile scheme"
 url="https://wiki.gnome.org/Apps/Aisleriot";
@@ -11,7 +11,8 @@
 makedepends=(git meson yelp-tools appstream-glib)
 optdepends=('pysolfc: PySol card sets'
 'pysolfc-cardsets: PySol card sets')
-_commit=54eb2fe24ad6f78009f008072da8b369a8d512b8  # tags/3.22.20^0
+options=(debug)
+_commit=730f7feb480e1b69cce0a7b333c998db6cf9b4c5  # tags/3.22.23^0
 source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit";)
 sha256sums=('SKIP')
 



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

2022-06-15 Thread David Runge via arch-commits
Date: Wednesday, June 15, 2022 @ 21:35:35
  Author: dvzrv
Revision: 1238057

archrelease: copy trunk to community-any

Added:
  python-django-environ/repos/community-any/PKGBUILD
(from rev 1238056, python-django-environ/trunk/PKGBUILD)
Deleted:
  python-django-environ/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 21:35:28 UTC (rev 1238056)
+++ PKGBUILD2022-06-15 21:35:35 UTC (rev 1238057)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-
-_name=django-environ
-pkgname=python-django-environ
-pkgver=0.8.1
-pkgrel=3
-pkgdesc="Utilize 12factor inspired environment variables to configure your 
Django application"
-arch=('any')
-url="https://github.com/joke2k/django-environ";
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('20f30c2479fe50b4185c8cd252bfdc8d4c9e7c169742b45d616698de018d457144b8ecd7d552aee65d1573db7b39fd578f5c9d101115a16d6b5e330429a7b6c6')
-b2sums=('df2db4f76673504dfe0f89b04e98abe43b230fc6cb8f5b869ea888f907bc6179963532e3b794df6e4e54346fe3b0238edf54725853384d0b4488d1a771e381c2')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
-  pytest -vv
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 {AUTHORS,CHANGELOG,README}.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-django-environ/repos/community-any/PKGBUILD (from rev 1238056, 
python-django-environ/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 21:35:35 UTC (rev 1238057)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+
+_name=django-environ
+pkgname=python-django-environ
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Utilize 12factor inspired environment variables to configure your 
Django application"
+arch=(any)
+url="https://github.com/joke2k/django-environ";
+license=(MIT)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('74c9f5553e15d7669c1361e327b601f488c676e2decf33c52df5f178f7b7f9fffaff4fc50c1dc6d1231ba6560884c137d32d5c75c990bb87e24c5de8366e77a7')
+b2sums=('8c6bb30d83c471aa94cc4f626bc9158f131344d97eeb7fbd46748766b6ef9e23e5dbbe19c96dbf568609c37441d90c174bc149425ad64c226315314258f082f5')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest -vv
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 {AUTHORS,CHANGELOG,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-06-15 Thread David Runge via arch-commits
Date: Wednesday, June 15, 2022 @ 21:35:28
  Author: dvzrv
Revision: 1238056

upgpkg: python-django-environ 0.9.0-1: Upgrade to 0.9.0.

Remove unnecessary quotes and curly braces.
Switch to PEP517.

Modified:
  python-django-environ/trunk/PKGBUILD

--+
 PKGBUILD |   39 +--
 1 file changed, 17 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 21:33:06 UTC (rev 1238055)
+++ PKGBUILD2022-06-15 21:35:28 UTC (rev 1238056)
@@ -2,37 +2,32 @@
 
 _name=django-environ
 pkgname=python-django-environ
-pkgver=0.8.1
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Utilize 12factor inspired environment variables to configure your 
Django application"
-arch=('any')
+arch=(any)
 url="https://github.com/joke2k/django-environ";
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('20f30c2479fe50b4185c8cd252bfdc8d4c9e7c169742b45d616698de018d457144b8ecd7d552aee65d1573db7b39fd578f5c9d101115a16d6b5e330429a7b6c6')
-b2sums=('df2db4f76673504dfe0f89b04e98abe43b230fc6cb8f5b869ea888f907bc6179963532e3b794df6e4e54346fe3b0238edf54725853384d0b4488d1a771e381c2')
+license=(MIT)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('74c9f5553e15d7669c1361e327b601f488c676e2decf33c52df5f178f7b7f9fffaff4fc50c1dc6d1231ba6560884c137d32d5c75c990bb87e24c5de8366e77a7')
+b2sums=('8c6bb30d83c471aa94cc4f626bc9158f131344d97eeb7fbd46748766b6ef9e23e5dbbe19c96dbf568609c37441d90c174bc149425ad64c226315314258f082f5')
 
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
 build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
 }
 
 check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  cd $_name-$pkgver
   pytest -vv
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 {AUTHORS,CHANGELOG,README}.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 {AUTHORS,CHANGELOG,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
 }



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

2022-06-15 Thread David Runge via arch-commits
Date: Wednesday, June 15, 2022 @ 21:33:06
  Author: dvzrv
Revision: 1238055

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 21:32:58 UTC (rev 1238054)
+++ PKGBUILD2022-06-15 21:33:06 UTC (rev 1238055)
@@ -1,92 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-news
-_name=news
-pkgver=18.0.1
-pkgrel=2
-pkgdesc="An RSS/Atom feed aggregator"
-arch=(any)
-url="https://github.com/nextcloud/news";
-license=(AGPL3)
-makedepends=(nextcloud ripgrep yq)
-source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud/$_name/releases/download/$pkgver/$_name.tar.gz)
-sha512sums=('18ebcc06e5b46dbea4295b5b0ba78cd1e71c77fb3492eca5ffaacf7d760ca98fbb8514f687400df58dd883ccd9f7b20e229935ce9e62c4343be8df01375b6cd1')
-b2sums=('3c178c99788dda43cb02bc56c57e86df106e96a7b51f63049dbde8d30d14a51d00ed8327e29a2922803532b12bc1b69bf95a816e4c7a2a08cf72f21b5ed16c5e')
-
-_get_nextcloud_versions() {
-  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
-}
-
-_get_php_versions() {
-  local _phps=(php7 php)
-
-  _app_min_php="$(xq '.info.dependencies.php["@min-version"]' 
"$_name/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_php="$(xq '.info.dependencies.php["@max-version"]' 
"$_name/appinfo/info.xml"| sed 's/"//g')"
-
-  if [[ $_app_max_php != 'null' ]]; then
-_app_max_php="$(echo $_app_max_php | awk -F '.' '{print $1"."$2+1}')"
-  fi
-
-  _system_php=""
-  for _php in "${_phps[@]}"; do
-if command -v "$_php" > /dev/null; then
-  if [[ -z "$_system_php" ]]; then
-_system_php="$_php"
-  fi
-fi
-  done
-}
-
-check() {
-  local _app_min_major_version
-  local _app_max_major_version
-  _get_nextcloud_versions
-  _get_php_versions
-
-  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
-  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
-printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
-exit 1
-  fi
-
-  local _php_version="$(php --version |head -n1 |cut -d ' ' -f2 |sed 
's/.[0-9]*$//g')"
-  if [[ "$(vercmp "$_php_version" "$_app_min_php" )" -lt 0 ]]; then
-printf "%s requires php-interpreter >= %s, but %s is provided\n" $pkgname 
$_app_min_php $_php_version
-exit 1
-  fi
-  if [[ $_app_max_php != 'null' ]]; then
-if [[ "$(vercmp "$_php_version" "$_app_max_php" )" -ge 0 ]]; then
-  printf "%s requires php-interpreter < %s, but %s is provided\n" $pkgname 
$_app_max_php $_php_version
-  exit 1
-fi
-  fi
-}
-
-package() {
-  _get_nextcloud_versions
-  _get_php_versions
-
-  depends=(
-"nextcloud>=${_app_min_major_version}"
-"nextcloud<${_app_max_major_version}"
-  )
-  if [[ "$_app_min_php" != 'null' ]]; then
-depends+=(
-  "php-interpreter>=$_app_min_php"
-)
-  fi
-  if [[ "$_app_max_php" != 'null' ]]; then
-depends+=(
-  "php-interpreter<$_app_max_php"
-)
-  fi
-  if [[ "$_app_min_php" == 'null' ]] && [[ "$_app_max_php" == 'null' ]]; then
-depends+=(php-interpreter)
-  fi
-
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-news/repos/community-any/PKGBUILD (from rev 1238054, 
nextcloud-app-news/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 21:33:06 UTC (rev 1238055)
@@ -0,0 +1,62 @@
+# Maintainer: David Runge 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-news
+_name=news
+pkgver=18.1.0
+pkgrel=1
+pkgdesc="An RSS/Atom feed aggregator"
+arch=(any)
+url="https://github.com/nextcloud/news";
+license=(AGPL3)
+makedepends=(nextcloud yq)
+source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud/$_name/releases/download/$pkgver/$_name.tar.gz)
+sha512sums=('dec67c1ef538f6eb73da294585f32670709ec97f7372e9457cc0a72eb85b4ff47790f7a9fe54e4683638c877455b20ae6fc2ce7d5c38d47ce42874857564a6a5')
+b2sums=('9a7a8872fe11c3d3bd6260df487d4c50827cd195857edfbe14d00da20ea8e50393e8e572c04f0c

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

2022-06-15 Thread David Runge via arch-commits
Date: Wednesday, June 15, 2022 @ 21:32:58
  Author: dvzrv
Revision: 1238054

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

Replace custom dependency checks with unified boilerplate for nextcloud apps.

Modified:
  nextcloud-app-news/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 21:11:31 UTC (rev 1238053)
+++ PKGBUILD2022-06-15 21:32:58 UTC (rev 1238054)
@@ -3,90 +3,60 @@
 
 pkgname=nextcloud-app-news
 _name=news
-pkgver=18.0.1
-pkgrel=2
+pkgver=18.1.0
+pkgrel=1
 pkgdesc="An RSS/Atom feed aggregator"
 arch=(any)
 url="https://github.com/nextcloud/news";
 license=(AGPL3)
-makedepends=(nextcloud ripgrep yq)
+makedepends=(nextcloud yq)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud/$_name/releases/download/$pkgver/$_name.tar.gz)
-sha512sums=('18ebcc06e5b46dbea4295b5b0ba78cd1e71c77fb3492eca5ffaacf7d760ca98fbb8514f687400df58dd883ccd9f7b20e229935ce9e62c4343be8df01375b6cd1')
-b2sums=('3c178c99788dda43cb02bc56c57e86df106e96a7b51f63049dbde8d30d14a51d00ed8327e29a2922803532b12bc1b69bf95a816e4c7a2a08cf72f21b5ed16c5e')
+sha512sums=('dec67c1ef538f6eb73da294585f32670709ec97f7372e9457cc0a72eb85b4ff47790f7a9fe54e4683638c877455b20ae6fc2ce7d5c38d47ce42874857564a6a5')
+b2sums=('9a7a8872fe11c3d3bd6260df487d4c50827cd195857edfbe14d00da20ea8e50393e8e572c04f0c12c2a7eda81bc4666c9c3d2ffb204ead582faade109b3e4460')
 
-_get_nextcloud_versions() {
-  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
+# BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
+# 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory
+# 2. Add makedepends+=(nextcloud yq)
+_phps=(php7 php)
+_get_supported_ranges() {
+  _app_min_nextcloud="$(< appinfo/info.xml xq -r 
'.info.dependencies.nextcloud["@min-version"] | values')"
+  _app_max_nextcloud="$(< appinfo/info.xml xq -r 
'.info.dependencies.nextcloud["@max-version"] | values | tonumber | .+1')"
+  _app_min_php="$(< appinfo/info.xml xq -r 
'.info.dependencies.php["@min-version"] | values')"
+  _app_max_php="$(< appinfo/info.xml xq -r 
'.info.dependencies.php["@max-version"] | values | tonumber | .+0.1')"
 }
-
-_get_php_versions() {
-  local _phps=(php7 php)
-
-  _app_min_php="$(xq '.info.dependencies.php["@min-version"]' 
"$_name/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_php="$(xq '.info.dependencies.php["@max-version"]' 
"$_name/appinfo/info.xml"| sed 's/"//g')"
-
-  if [[ $_app_max_php != 'null' ]]; then
-_app_max_php="$(echo $_app_max_php | awk -F '.' '{print $1"."$2+1}')"
-  fi
-
-  _system_php=""
-  for _php in "${_phps[@]}"; do
-if command -v "$_php" > /dev/null; then
-  if [[ -z "$_system_php" ]]; then
-_system_php="$_php"
-  fi
-fi
-  done
+_unsupported_range() {
+  printf "%s requires %s %s, but %s %s is provided.\n" "$pkgname" "$1" "$2" 
"$1" "$3"
+  exit 1
 }
+_nextcloud_app_check() {
+  _get_supported_ranges
+  for _php in "${_phps[@]}"; do command -v "$_php" > /dev/null && break; done
+  local _nextcloud_ver="$("$_php" <(cat 
/usr/share/webapps/nextcloud/version.php; echo 'print($OC_VersionString);'))"
+  local _php_ver="$("$_php" -r 'print(phpversion());')"
+  [[ "$(vercmp "${_app_min_nextcloud:-0}" "$_nextcloud_ver")" -le 0 ]] || \
+_unsupported_range nextcloud "=> $_app_min_nextcloud" "$_nextcloud_ver"
+  [[ "$(vercmp "${_app_max_nextcloud:-999}" "$_nextcloud_ver")" -gt 0 ]] || \
+_unsupported_range nextcloud "< $_app_max_nextcloud" "$_nextcloud_ver"
+  [[ "$(vercmp "${_app_min_php:-0}" "$_php_ver")" -le 0 ]] || \
+_unsupported_range php ">= $_app_min_php" "$_php_ver"
+  [[ "$(vercmp "${_app_max_php:-999}" "$_php_ver")" -gt 0 ]] || \
+_unsupported_range php "< $_app_max_php" "$_php_ver"
+}
+_nextcloud_app_package() {
+  _get_supported_ranges
+  depends+=("nextcloud>=${_app_min_nextcloud:-0}" 
"nextcloud<${_app_max_nextcloud:-999}")
+  depends+=("php-interpreter${_app_min_php:+>=$_app_min_php}" 
${_app_max_php:+"php-interpreter<$_app_max_php"})
+}
+# END boilerplate nextcloud app version clamping
 
 check() {
-  local _app_min_major_version
-  local _app_max_major_version
-  _get_nextcloud_versions
-  _get_php_versions
-
-  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
-  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
-printf "%s requires nextclou

[arch-commits] Commit in manuskript/repos/community-any (3 files)

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 21:11:31
  Author: arojas
Revision: 1238053

archrelease: copy trunk to community-any

Added:
  manuskript/repos/community-any/PKGBUILD
(from rev 1238052, manuskript/trunk/PKGBUILD)
Deleted:
  manuskript/repos/community-any/PKGBUILD
  manuskript/repos/community-any/manuskript.appdata.xml

+
 PKGBUILD   |   85 ++-
 manuskript.appdata.xml |   33 --
 2 files changed, 41 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 21:11:19 UTC (rev 1238052)
+++ PKGBUILD2022-06-15 21:11:31 UTC (rev 1238053)
@@ -1,44 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=manuskript
-pkgver=0.13.1
-pkgrel=1
-pkgdesc='Provides a rich environment to help writers create their first draft 
and then further refine and edit their masterpiece'
-arch=('any')
-url='https://www.theologeek.ch/manuskript/'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'python-lxml' 'python-markdown' 
'python-pyenchant' 'python-pyqt5'
- 'qt5-svg')
-optdepends=('qt5-webengine: preview PDF export'
-'pandoc: export to various formats'
-'pdfjs: preview PDF export')
-source=("https://github.com/olivierkes/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";
-'manuskript.appdata.xml')
-sha256sums=('a90ad6197210539795507d238d17c001912225283ed2b8142380fac5a063bebf'
-'6b58aeec4b6d2c3e8ec0465f234f45b1ee5d489ea874229239f4e66ea8dfcdec')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Unbundle pdfjs
-  sed -i 
"s|\"+appPath('libs/pdf.js/web/viewer.html')|/usr/share/pdf.js/web/viewer.html\"|"
 manuskript/ui/views/PDFViewer.py
-  rm -r libs/pdf.js
-
-  # Use themed icon
-  sed -i 's|Icon=.*|Icon=manuskript|' package/create_deb/manuskript.desktop
-
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -dm755 "$pkgdir/usr/share/manuskript/"
-  cp -r manuskript icons i18n sample-projects resources 
"$pkgdir/usr/share/manuskript/"
-  install -Dm755 package/create_deb/manuskript "$pkgdir/usr/bin/manuskript"
-  install -Dm644 package/create_deb/manuskript.desktop 
"$pkgdir/usr/share/applications/manuskript.desktop"
-  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-  install -Dm644 icons/Manuskript/manuskript.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/manuskript.svg"
-
-  for i in 16 32 64 128 256 512; do
-install -Dm644 icons/Manuskript/icon-${i}px.png 
"$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/manuskript.png"
-  done
-}

Copied: manuskript/repos/community-any/PKGBUILD (from rev 1238052, 
manuskript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 21:11:31 UTC (rev 1238053)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+
+pkgname=manuskript
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='Provides a rich environment to help writers create their first draft 
and then further refine and edit their masterpiece'
+arch=('any')
+url='https://www.theologeek.ch/manuskript/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'python-lxml' 'python-markdown' 
'python-pyenchant' 'python-pyqt5'
+ 'qt5-svg')
+optdepends=('qt5-webengine: preview PDF export'
+'pandoc: export to various formats'
+'pdfjs: preview PDF export')
+source=("https://github.com/olivierkes/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('5d7326e4f9941e83a74e186d502c82306b8ae66dccf806bf0bc016e0e933d0ae')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Unbundle pdfjs
+  sed -i 
"s|\"+appPath('libs/pdf.js/web/viewer.html')|/usr/share/pdf.js/web/viewer.html\"|"
 manuskript/ui/views/PDFViewer.py
+  rm -r libs/pdf.js
+
+  # Use themed icon
+  sed -i 's|Icon=.*|Icon=manuskript|' 
resources/ch.theologeek.Manuskript.desktop
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -dm755 "$pkgdir/usr/share/manuskript/"
+  cp -r manuskript icons i18n sample-projects resources 
"$pkgdir/usr/share/manuskript/"
+  install -Dm755 package/create_deb/manuskript "$pkgdir/usr/bin/manuskript"
+  install -Dm644 resources/ch.theologeek.Manuskript.desktop -t 
"$pkgdir/usr/share/applications"
+  install -Dm644 resources/ch.theologeek.Manuskript.appdata.xml -t 
"$pkgdir/usr/share/metainfo"
+  install -Dm644 icons/Manuskript/manuskript.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/manuskript.svg"
+
+  for i in 16 32 64 128 256 512; do
+install -Dm644 icons/Manuskript/icon-${i}px.png 
"$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/manuskript.png"
+  done
+}

Deleted: manuskript.appdata.xml
===
--- manuskript.appdata.xml  2022-06-15 21:11:19 UTC (rev 1238052)
+++ manuskript.appdata.xml  2022-06-15 21:11:31 UTC (rev 1238053)
@@ -1,33 +0,0 @@
-
-
-  ch.theologeek.manuskript
-  manuskript.deskto

[arch-commits] Commit in manuskript/trunk (PKGBUILD manuskript.appdata.xml)

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 21:11:19
  Author: arojas
Revision: 1238052

Update to 0.14.0

Modified:
  manuskript/trunk/PKGBUILD
Deleted:
  manuskript/trunk/manuskript.appdata.xml

+
 PKGBUILD   |   15 ++-
 manuskript.appdata.xml |   33 -
 2 files changed, 6 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 20:53:12 UTC (rev 1238051)
+++ PKGBUILD2022-06-15 21:11:19 UTC (rev 1238052)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=manuskript
-pkgver=0.13.1
+pkgver=0.14.0
 pkgrel=1
 pkgdesc='Provides a rich environment to help writers create their first draft 
and then further refine and edit their masterpiece'
 arch=('any')
@@ -12,10 +12,8 @@
 optdepends=('qt5-webengine: preview PDF export'
 'pandoc: export to various formats'
 'pdfjs: preview PDF export')
-source=("https://github.com/olivierkes/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";
-'manuskript.appdata.xml')
-sha256sums=('a90ad6197210539795507d238d17c001912225283ed2b8142380fac5a063bebf'
-'6b58aeec4b6d2c3e8ec0465f234f45b1ee5d489ea874229239f4e66ea8dfcdec')
+source=("https://github.com/olivierkes/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('5d7326e4f9941e83a74e186d502c82306b8ae66dccf806bf0bc016e0e933d0ae')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -25,8 +23,7 @@
   rm -r libs/pdf.js
 
   # Use themed icon
-  sed -i 's|Icon=.*|Icon=manuskript|' package/create_deb/manuskript.desktop
-
+  sed -i 's|Icon=.*|Icon=manuskript|' 
resources/ch.theologeek.Manuskript.desktop
 }
 
 package() {
@@ -34,8 +31,8 @@
   install -dm755 "$pkgdir/usr/share/manuskript/"
   cp -r manuskript icons i18n sample-projects resources 
"$pkgdir/usr/share/manuskript/"
   install -Dm755 package/create_deb/manuskript "$pkgdir/usr/bin/manuskript"
-  install -Dm644 package/create_deb/manuskript.desktop 
"$pkgdir/usr/share/applications/manuskript.desktop"
-  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+  install -Dm644 resources/ch.theologeek.Manuskript.desktop -t 
"$pkgdir/usr/share/applications"
+  install -Dm644 resources/ch.theologeek.Manuskript.appdata.xml -t 
"$pkgdir/usr/share/metainfo"
   install -Dm644 icons/Manuskript/manuskript.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/manuskript.svg"
 
   for i in 16 32 64 128 256 512; do

Deleted: manuskript.appdata.xml
===
--- manuskript.appdata.xml  2022-06-15 20:53:12 UTC (rev 1238051)
+++ manuskript.appdata.xml  2022-06-15 21:11:19 UTC (rev 1238052)
@@ -1,33 +0,0 @@
-
-
-  ch.theologeek.manuskript
-  manuskript.desktop
-  Manuskript
-  An open source tool for writers
-  CC0-1.0
-  GPL-3.0
-  
-Manuskript provides a rich environment to help writers create their 
first draft and then further refine and edit their masterpiece.
-With Manuskript you can:
-
-  Grow your premise from one sentence, to a paragraph, to a full 
summary
-  Create characters
-  Conceive plots
-  Construct outlines (Outline mode and/or Index cards)
-  Write with focus (Distraction free mode)
-  Build worlds
-  Track items
-  Edit and re-organize chapters and scenes
-  View Story line
-  Compose with fiction or non-fiction templates and writing modes
-  Import and export document formats such as HTML, ePub, OpenDocument, 
DocX, and more
-
-  
-  
-
-  
https://www.theologeek.ch/manuskript/wp-content/uploads/2017/11/manuskript-0.5.0-main-view.jpg
-
-  
-  https://github.com/olivierkes/manuskript/issues
-  https://www.theologeek.ch/manuskript/
-



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 20:53:12
  Author: arojas
Revision: 1238051

archrelease: copy trunk to community-x86_64

Added:
  pdfmixtool/repos/community-x86_64/PKGBUILD
(from rev 1238050, pdfmixtool/trunk/PKGBUILD)
Deleted:
  pdfmixtool/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 20:53:02 UTC (rev 1238050)
+++ PKGBUILD2022-06-15 20:53:12 UTC (rev 1238051)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Marco Scarpetta 
-
-pkgname=pdfmixtool
-pkgver=1.0.2
-pkgrel=2
-pkgdesc='Application to split, merge, rotate and mix PDF files'
-arch=('x86_64')
-url='https://scarpetta.eu/pdfmixtool/'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'qpdf' 'qt6-svg')
-makedepends=('cmake' 'ninja' 'qt6-tools')
-source=("https://gitlab.com/scarpetta/pdfmixtool/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz";)
-sha256sums=('84e51113b2e3174486c625b1157f630fa0e3519d2da0bb0bf3c442a79a1f4b86')
-
-prepare() {
-  # Update URL
-  sed -i 's/scarpetta.gitlab.io/scarpetta.eu/' 
$pkgname-v$pkgver/resources/eu.scarpetta.PDFMixTool.appdata.xml
-}
-
-build() {
-  cmake -S $pkgname-v$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr' 
-DQT_VERSION=6
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: pdfmixtool/repos/community-x86_64/PKGBUILD (from rev 1238050, 
pdfmixtool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 20:53:12 UTC (rev 1238051)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+# Contributor: Marco Scarpetta 
+
+pkgname=pdfmixtool
+pkgver=1.1
+pkgrel=1
+pkgdesc='Application to split, merge, rotate and mix PDF files'
+arch=('x86_64')
+url='https://scarpetta.eu/pdfmixtool/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'qpdf' 'imagemagick' 'qt6-svg')
+makedepends=('cmake' 'ninja' 'qt6-tools')
+source=("https://gitlab.com/scarpetta/pdfmixtool/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz";)
+sha256sums=('c381b4f1c781400990293dafd5ba5dbf3bad1b87a754cbe777f19d5aaef70102')
+
+prepare() {
+  # Update URL
+  sed -i 's/scarpetta.gitlab.io/scarpetta.eu/' 
$pkgname-v$pkgver/resources/eu.scarpetta.PDFMixTool.appdata.xml
+}
+
+build() {
+  cmake -S $pkgname-v$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr' 
-DQT_VERSION=6
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 20:53:02
  Author: arojas
Revision: 1238050

Update to 1.1

Modified:
  pdfmixtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 20:49:54 UTC (rev 1238049)
+++ PKGBUILD2022-06-15 20:53:02 UTC (rev 1238050)
@@ -2,16 +2,16 @@
 # Contributor: Marco Scarpetta 
 
 pkgname=pdfmixtool
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.1
+pkgrel=1
 pkgdesc='Application to split, merge, rotate and mix PDF files'
 arch=('x86_64')
 url='https://scarpetta.eu/pdfmixtool/'
 license=('GPL3')
-depends=('hicolor-icon-theme' 'qpdf' 'qt6-svg')
+depends=('hicolor-icon-theme' 'qpdf' 'imagemagick' 'qt6-svg')
 makedepends=('cmake' 'ninja' 'qt6-tools')
 
source=("https://gitlab.com/scarpetta/pdfmixtool/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz";)
-sha256sums=('84e51113b2e3174486c625b1157f630fa0e3519d2da0bb0bf3c442a79a1f4b86')
+sha256sums=('c381b4f1c781400990293dafd5ba5dbf3bad1b87a754cbe777f19d5aaef70102')
 
 prepare() {
   # Update URL



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 20:49:54
  Author: arojas
Revision: 1238049

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 20:49:44 UTC (rev 1238048)
+++ PKGBUILD2022-06-15 20:49:54 UTC (rev 1238049)
@@ -1,25 +0,0 @@
-# Maintainer: Balló György 
-
-_pkgname=pykeepass
-pkgname=python-pykeepass
-pkgver=4.0.1
-pkgrel=3
-pkgdesc="Python library to interact with keepass databases"
-arch=('any')
-url="https://github.com/libkeepass/pykeepass";
-license=('GPL3')
-depends=(python-argon2_cffi python-construct python-dateutil python-future 
python-lxml python-pycryptodomex)
-makedepends=(python-setuptools)
-source=("https://github.com/libkeepass/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz";)
-md5sums=('81c93b4934b8eadeedb0eca095abb24b')
-
-build() {
-  cd $_pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/tests/
-}

Copied: python-pykeepass/repos/community-any/PKGBUILD (from rev 1238048, 
python-pykeepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 20:49:54 UTC (rev 1238049)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György 
+
+_pkgname=pykeepass
+pkgname=python-pykeepass
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="Python library to interact with keepass databases"
+arch=('any')
+url="https://github.com/libkeepass/pykeepass";
+license=('GPL3')
+depends=(python-argon2_cffi python-construct python-dateutil python-future 
python-lxml python-pycryptodomex)
+makedepends=(python-setuptools)
+source=("https://github.com/libkeepass/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz";)
+md5sums=('f4f261476d8d282b57c0a52d065db9a6')
+
+build() {
+  cd $_pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 20:49:44
  Author: arojas
Revision: 1238048

Update to 4.0.2

Modified:
  python-pykeepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 20:47:30 UTC (rev 1238047)
+++ PKGBUILD2022-06-15 20:49:44 UTC (rev 1238048)
@@ -2,8 +2,8 @@
 
 _pkgname=pykeepass
 pkgname=python-pykeepass
-pkgver=4.0.1
-pkgrel=3
+pkgver=4.0.2
+pkgrel=1
 pkgdesc="Python library to interact with keepass databases"
 arch=('any')
 url="https://github.com/libkeepass/pykeepass";
@@ -10,8 +10,8 @@
 license=('GPL3')
 depends=(python-argon2_cffi python-construct python-dateutil python-future 
python-lxml python-pycryptodomex)
 makedepends=(python-setuptools)
-source=("https://github.com/libkeepass/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz";)
-md5sums=('81c93b4934b8eadeedb0eca095abb24b')
+source=("https://github.com/libkeepass/$_pkgname/archive/v$pkgver/$_pkgname-$pkgver.tar.gz";)
+md5sums=('f4f261476d8d282b57c0a52d065db9a6')
 
 build() {
   cd $_pkgname-$pkgver
@@ -21,5 +21,4 @@
 package() {
   cd $_pkgname-$pkgver
   python3 setup.py install --root="$pkgdir" --optimize=1
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/tests/
 }



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 20:47:30
  Author: arojas
Revision: 1238047

archrelease: copy trunk to community-any

Added:
  guake/repos/community-any/PKGBUILD
(from rev 1238046, guake/trunk/PKGBUILD)
Deleted:
  guake/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 20:47:18 UTC (rev 1238046)
+++ PKGBUILD2022-06-15 20:47:30 UTC (rev 1238047)
@@ -1,40 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Eli Schwartz 
-# Contributor: Angel Velasquez 
-# Contributor: Wilson Pinto Júnior (N3RD3X) 
-# Contributor: Attila Bukor 
-
-pkgname=guake
-pkgver=3.8.5
-pkgrel=1
-pkgdesc='Drop-down terminal for GNOME'
-arch=('any')
-url="http://guake-project.org/";
-license=('GPL')
-depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
-makedepends=('git' 'python-setuptools-scm')
-_commit=c48caa7a39f511a617b9541b88ef59bab6a21264
-source=("git+https://github.com/Guake/guake#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n b1c6d8c54a008a12d05396d9da2181584656108f # Fix metainfo 
install dir
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  sed -i '/-m pip install -r requirements.txt/d' Makefile
-  make DESTDIR="$pkgdir" PREFIX='/usr' COMPILE_SCHEMA=0 install
-}

Copied: guake/repos/community-any/PKGBUILD (from rev 1238046, 
guake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 20:47:30 UTC (rev 1238047)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György 
+# Maintainer: Eli Schwartz 
+# Contributor: Angel Velasquez 
+# Contributor: Wilson Pinto Júnior (N3RD3X) 
+# Contributor: Attila Bukor 
+
+pkgname=guake
+pkgver=3.9.0
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('any')
+url="http://guake-project.org/";
+license=('GPL')
+depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
+makedepends=('git' 'python-setuptools-scm')
+_commit=1e8ea6f14dd8ba511aab929a601d1a8fa3a910dd
+source=("git+https://github.com/Guake/guake#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n b1c6d8c54a008a12d05396d9da2181584656108f # Fix metainfo 
install dir
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  sed -i '/-m pip install -r requirements.txt/d' Makefile
+  make DESTDIR="$pkgdir" PREFIX='/usr' COMPILE_SCHEMA=0 install
+}



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 20:47:18
  Author: arojas
Revision: 1238046

Update to 3.9.0

Modified:
  guake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 20:05:54 UTC (rev 1238045)
+++ PKGBUILD2022-06-15 20:47:18 UTC (rev 1238046)
@@ -5,7 +5,7 @@
 # Contributor: Attila Bukor 
 
 pkgname=guake
-pkgver=3.8.5
+pkgver=3.9.0
 pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo'
  'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
 makedepends=('git' 'python-setuptools-scm')
-_commit=c48caa7a39f511a617b9541b88ef59bab6a21264
+_commit=1e8ea6f14dd8ba511aab929a601d1a8fa3a910dd
 source=("git+https://github.com/Guake/guake#commit=$_commit";)
 sha256sums=('SKIP')
 



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 20:42:44
  Author: arojas
Revision: 448731

archrelease: copy trunk to extra-x86_64

Added:
  gperftools/repos/extra-x86_64/PKGBUILD
(from rev 448730, gperftools/trunk/PKGBUILD)
Deleted:
  gperftools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 20:42:34 UTC (rev 448730)
+++ PKGBUILD2022-06-15 20:42:44 UTC (rev 448731)
@@ -1,39 +0,0 @@
-# Maintainer: Dave Reisner 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Jost 
-# Contributor: JaDa 
-# Contributor: Joaquim Pedro 
-# Contributor: Jan Rüegg 
-
-pkgname=gperftools
-pkgver=2.9.1
-pkgrel=2
-pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
-arch=('x86_64')
-url="https://github.com/gperftools/gperftools";
-license=('BSD')
-depends=('perl' 'libunwind' )
-provides=('libtcmalloc.so'
-  'libprofiler.so'
-  'libtcmalloc_debug.so'
-  'libtcmalloc_and_profiler.so'
-  'libtcmalloc_minimal.so'
-  'libtcmalloc_minimal_debug.so')
-optdepends=('graphviz: pprof graph generation'
-'gv: pprof postscript generation')
-source=(https://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-frame-pointers --enable-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: gperftools/repos/extra-x86_64/PKGBUILD (from rev 448730, 
gperftools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 20:42:44 UTC (rev 448731)
@@ -0,0 +1,39 @@
+# Maintainer: Dave Reisner 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Jost 
+# Contributor: JaDa 
+# Contributor: Joaquim Pedro 
+# Contributor: Jan Rüegg 
+
+pkgname=gperftools
+pkgver=2.10
+pkgrel=1
+pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
+arch=('x86_64')
+url="https://github.com/gperftools/gperftools";
+license=('BSD')
+depends=('perl' 'libunwind' )
+provides=('libtcmalloc.so'
+  'libprofiler.so'
+  'libtcmalloc_debug.so'
+  'libtcmalloc_and_profiler.so'
+  'libtcmalloc_minimal.so'
+  'libtcmalloc_minimal_debug.so')
+optdepends=('graphviz: pprof graph generation'
+'gv: pprof postscript generation')
+source=(https://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('83e3bfdd28b8bcf53222c3798d4d395d52dadbbae59e8730c4a6d31a9c3732d8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-frame-pointers --enable-libunwind
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 20:42:34
  Author: arojas
Revision: 448730

Update to 2.10

Modified:
  gperftools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 19:04:58 UTC (rev 448729)
+++ PKGBUILD2022-06-15 20:42:34 UTC (rev 448730)
@@ -6,8 +6,8 @@
 # Contributor: Jan Rüegg 
 
 pkgname=gperftools
-pkgver=2.9.1
-pkgrel=2
+pkgver=2.10
+pkgrel=1
 pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
 arch=('x86_64')
 url="https://github.com/gperftools/gperftools";
@@ -22,7 +22,7 @@
 optdepends=('graphviz: pprof graph generation'
 'gv: pprof postscript generation')
 
source=(https://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3')
+sha256sums=('83e3bfdd28b8bcf53222c3798d4d395d52dadbbae59e8730c4a6d31a9c3732d8')
 
 build() {
   cd $pkgname-$pkgver



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

2022-06-15 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, June 15, 2022 @ 20:05:54
  Author: orhun
Revision: 1238045

archrelease: copy trunk to community-x86_64

Added:
  gping/repos/community-x86_64/PKGBUILD
(from rev 1238044, gping/trunk/PKGBUILD)
Deleted:
  gping/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 20:05:46 UTC (rev 1238044)
+++ PKGBUILD2022-06-15 20:05:54 UTC (rev 1238045)
@@ -1,38 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=gping
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="Ping, but with a graph"
-arch=('x86_64')
-url="https://github.com/orf/gping";
-license=('MIT')
-depends=('iputils')
-makedepends=('cargo' 'libgit2')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgname-v$pkgver.tar.gz")
-sha512sums=('a1fdeb4f68916ecea4695d498f5e4b1b41c6dfdcb59a00b57749b3d782d992a00d4dd0630c16dd79ecae4ee129885710dffeb738f28c807763292f5fcb6bca80')
-
-prepare() {
-  mv "$pkgname-$pkgname-v$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 readme.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gping/repos/community-x86_64/PKGBUILD (from rev 1238044, 
gping/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 20:05:54 UTC (rev 1238045)
@@ -0,0 +1,38 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=gping
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Ping, but with a graph"
+arch=('x86_64')
+url="https://github.com/orf/gping";
+license=('MIT')
+depends=('iputils')
+makedepends=('cargo' 'libgit2')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgname-v$pkgver.tar.gz")
+sha512sums=('645da9d05177d63f0410497f954fc60b46e04b9ad142b9061641a41f3b5a40ac24bd40e27feaa175519dfb3da44662026fd92ed2a83d6a9ee052dd89650ceccd')
+
+prepare() {
+  mv "$pkgname-$pkgname-v$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 readme.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-15 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, June 15, 2022 @ 20:05:46
  Author: orhun
Revision: 1238044

upgpkg: gping 1.3.2-1: upstream release

Modified:
  gping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 20:04:15 UTC (rev 1238043)
+++ PKGBUILD2022-06-15 20:05:46 UTC (rev 1238044)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=gping
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="Ping, but with a graph"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('iputils')
 makedepends=('cargo' 'libgit2')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgname-v$pkgver.tar.gz")
-sha512sums=('a1fdeb4f68916ecea4695d498f5e4b1b41c6dfdcb59a00b57749b3d782d992a00d4dd0630c16dd79ecae4ee129885710dffeb738f28c807763292f5fcb6bca80')
+sha512sums=('645da9d05177d63f0410497f954fc60b46e04b9ad142b9061641a41f3b5a40ac24bd40e27feaa175519dfb3da44662026fd92ed2a83d6a9ee052dd89650ceccd')
 
 prepare() {
   mv "$pkgname-$pkgname-v$pkgver" "$pkgname-$pkgver"



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

2022-06-15 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, June 15, 2022 @ 20:04:15
  Author: orhun
Revision: 1238043

archrelease: copy trunk to community-x86_64

Added:
  cargo-generate/repos/community-x86_64/PKGBUILD
(from rev 1238042, cargo-generate/trunk/PKGBUILD)
Deleted:
  cargo-generate/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 20:04:04 UTC (rev 1238042)
+++ PKGBUILD2022-06-15 20:04:15 UTC (rev 1238043)
@@ -1,41 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Philipp A. 
-
-pkgname=cargo-generate
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="Use pre-existing git repositories as templates"
-arch=('x86_64')
-url="https://github.com/cargo-generate/cargo-generate";
-license=('MIT' 'Apache')
-depends=('curl' 'libgit2')
-makedepends=('cargo' 'libssh2')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1575c37b5f357b6df1c3981481249f15cb7b2a6866518d7b9cc008a3e248b124')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  export RUSTUP_TOOLCHAIN=stable
-  export LIBSSH2_SYS_USE_PKG_CONFIG=1
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-check() {
-  export RUSTUP_TOOLCHAIN=stable
-  cd "$pkgname-$pkgver"
-  cargo test --frozen --lib
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-generate/repos/community-x86_64/PKGBUILD (from rev 1238042, 
cargo-generate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 20:04:15 UTC (rev 1238043)
@@ -0,0 +1,41 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Philipp A. 
+
+pkgname=cargo-generate
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Use pre-existing git repositories as templates"
+arch=('x86_64')
+url="https://github.com/cargo-generate/cargo-generate";
+license=('MIT' 'Apache')
+depends=('curl' 'libgit2')
+makedepends=('cargo' 'libssh2')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('1d830aa3ac8fe07351eeb3e92726d10d10e7fdc29f88fd6614f1c929c0f97721')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  export RUSTUP_TOOLCHAIN=stable
+  export LIBSSH2_SYS_USE_PKG_CONFIG=1
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+check() {
+  export RUSTUP_TOOLCHAIN=stable
+  cd "$pkgname-$pkgver"
+  cargo test --frozen --lib
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-15 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, June 15, 2022 @ 20:04:04
  Author: orhun
Revision: 1238042

upgpkg: cargo-generate 0.15.0-1: upstream release

Modified:
  cargo-generate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 17:15:27 UTC (rev 1238041)
+++ PKGBUILD2022-06-15 20:04:04 UTC (rev 1238042)
@@ -2,7 +2,7 @@
 # Contributor: Philipp A. 
 
 pkgname=cargo-generate
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="Use pre-existing git repositories as templates"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('curl' 'libgit2')
 makedepends=('cargo' 'libssh2')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1575c37b5f357b6df1c3981481249f15cb7b2a6866518d7b9cc008a3e248b124')
+sha256sums=('1d830aa3ac8fe07351eeb3e92726d10d10e7fdc29f88fd6614f1c929c0f97721')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 19:04:58
  Author: arojas
Revision: 448729

archrelease: copy trunk to extra-x86_64

Added:
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 448728, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/akonadi-22.04.patch
(from rev 448728, digikam/trunk/akonadi-22.04.patch)
  digikam/repos/extra-x86_64/ffmpeg5.patch
(from rev 448728, digikam/trunk/ffmpeg5.patch)
Deleted:
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/akonadi-22.04.patch
  digikam/repos/extra-x86_64/ffmpeg5.patch

-+
 PKGBUILD|  103 +-
 akonadi-22.04.patch |   32 +++
 ffmpeg5.patch   |   26 ++--
 3 files changed, 82 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 19:04:43 UTC (rev 448728)
+++ PKGBUILD2022-06-15 19:04:58 UTC (rev 448729)
@@ -1,50 +0,0 @@
-# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
-# Maintainer: Ronald van Haren 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=digikam
-_pkgver=7.6.0
-pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=4
-pkgdesc='An advanced digital photo management application'
-arch=(x86_64)
-license=(GPL)
-url='https://www.digikam.org/'
-depends=(lensfun opencv akonadi-contacts knotifyconfig libksane kfilemetadata 
qtav marble-common threadweaver kcalendarcore
- qt5-xmlpatterns imagemagick jasper glu perl-image-exiftool)
-makedepends=(extra-cmake-modules doxygen eigen boost kdoctools)
-optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)'
-'rawtherapee: RAW import' 'darktable: RAW import'
-'perl: for digitaglinktree')
-source=(https://download.kde.org/stable/$pkgname/$pkgver/digiKam-$_pkgver.tar.xz{,.sig}
-ffmpeg5.patch
-akonadi-22.04.patch)
-sha256sums=('d8e1ee7321d3fc313916f515756e3029ac4187dc453b6933848d4de5314b6641'
-'SKIP'
-'ef2601f9b2e668116a3643b4bd7ddcfc233ccfc747d813955423ca17b6a23dee'
-'595f7e971c4f9784046ab7bcba0983305b990bdc21e6257d9ec81b013aab1dc3')
-validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
-options=(debug)
-
-prepare() {
-  patch -d $pkgname-$_pkgver -p1 < ffmpeg5.patch # Fix build with FFmpeg 5
-  patch -d $pkgname-$_pkgver -p1 < akonadi-22.04.patch # Fix build with 
akonadi 22.04
-}
-
-build() {
-  cmake -B build -S $pkgname-$_pkgver \
--DBUILD_TESTING=OFF \
--DENABLE_KFILEMETADATASUPPORT=ON \
--DENABLE_MEDIAPLAYER=ON \
--DENABLE_AKONADICONTACTSUPPORT=ON \
--DENABLE_MYSQLSUPPORT=ON \
--DENABLE_APPSTYLES=ON \
--DENABLE_QWEBENGINE=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: digikam/repos/extra-x86_64/PKGBUILD (from rev 448728, 
digikam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 19:04:58 UTC (rev 448729)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
+# Maintainer: Ronald van Haren 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=digikam
+_pkgver=7.6.0
+pkgver=${_pkgver//-/_} # for beta versions
+pkgrel=5
+pkgdesc='An advanced digital photo management application'
+arch=(x86_64)
+license=(GPL)
+url='https://www.digikam.org/'
+depends=(lensfun opencv akonadi-contacts knotifyconfig libksane kfilemetadata 
qtav marble-common threadweaver kcalendarcore
+ qt5-xmlpatterns imagemagick jasper glu perl-image-exiftool)
+makedepends=(extra-cmake-modules doxygen eigen boost kdoctools)
+optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)'
+'rawtherapee: RAW import' 'darktable: RAW import'
+'perl: for digitaglinktree')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/digiKam-$_pkgver.tar.xz{,.sig}
+ffmpeg5.patch
+akonadi-22.04.patch
+https://invent.kde.org/graphics/digikam/-/commit/8d16ea2e.patch)
+sha256sums=('d8e1ee7321d3fc313916f515756e3029ac4187dc453b6933848d4de5314b6641'
+'SKIP'
+'ef2601f9b2e668116a3643b4bd7ddcfc233ccfc747d813955423ca17b6a23dee'
+'595f7e971c4f9784046ab7bcba0983305b990bdc21e6257d9ec81b013aab1dc3'
+'9f9d67c7edd7e9c1c5284b6e86337f09499d7bd0a59ea56d6ef31b05f7926687')
+validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
+options=(debug)
+
+prepare() {
+  patch -d $pkgname-$_pkgver -p1 < ffmpeg5.patch # Fix build with FFmpeg 5
+  patch -d $pkgname-$_pkgver -p1 < akonadi-22.04.patch # Fix build with 
akonadi 22.04
+  patch -d $pkgname-$_pkgver -p1 < 8d16ea2e.patch # Fix crash when upgrading 
to 

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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 19:04:43
  Author: arojas
Revision: 448728

Fix crash when upgrading mariadb to 10.8

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 18:48:43 UTC (rev 448727)
+++ PKGBUILD2022-06-15 19:04:43 UTC (rev 448728)
@@ -7,7 +7,7 @@
 pkgname=digikam
 _pkgver=7.6.0
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=4
+pkgrel=5
 pkgdesc='An advanced digital photo management application'
 arch=(x86_64)
 license=(GPL)
@@ -20,11 +20,13 @@
 'perl: for digitaglinktree')
 
source=(https://download.kde.org/stable/$pkgname/$pkgver/digiKam-$_pkgver.tar.xz{,.sig}
 ffmpeg5.patch
-akonadi-22.04.patch)
+akonadi-22.04.patch
+https://invent.kde.org/graphics/digikam/-/commit/8d16ea2e.patch)
 sha256sums=('d8e1ee7321d3fc313916f515756e3029ac4187dc453b6933848d4de5314b6641'
 'SKIP'
 'ef2601f9b2e668116a3643b4bd7ddcfc233ccfc747d813955423ca17b6a23dee'
-'595f7e971c4f9784046ab7bcba0983305b990bdc21e6257d9ec81b013aab1dc3')
+'595f7e971c4f9784046ab7bcba0983305b990bdc21e6257d9ec81b013aab1dc3'
+'9f9d67c7edd7e9c1c5284b6e86337f09499d7bd0a59ea56d6ef31b05f7926687')
 validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
 options=(debug)
 
@@ -31,6 +33,7 @@
 prepare() {
   patch -d $pkgname-$_pkgver -p1 < ffmpeg5.patch # Fix build with FFmpeg 5
   patch -d $pkgname-$_pkgver -p1 < akonadi-22.04.patch # Fix build with 
akonadi 22.04
+  patch -d $pkgname-$_pkgver -p1 < 8d16ea2e.patch # Fix crash when upgrading 
to mariadb 10.8
 }
 
 build() {



[arch-commits] Commit in akonadi/repos/extra-x86_64 (3 files)

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 18:48:43
  Author: arojas
Revision: 448727

archrelease: copy trunk to extra-x86_64

Added:
  akonadi/repos/extra-x86_64/PKGBUILD
(from rev 448726, akonadi/trunk/PKGBUILD)
  akonadi/repos/extra-x86_64/mariadb-10.8.patch
(from rev 448726, akonadi/trunk/mariadb-10.8.patch)
Deleted:
  akonadi/repos/extra-x86_64/PKGBUILD

+
 PKGBUILD   |   94 +++
 mariadb-10.8.patch |   17 +
 2 files changed, 67 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 18:48:29 UTC (rev 448726)
+++ PKGBUILD2022-06-15 18:48:43 UTC (rev 448727)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=akonadi
-pkgname=(akonadi libakonadi)
-pkgver=22.04.2
-pkgrel=1
-pkgdesc='PIM layer, which provides an asynchronous API to access all kind of 
PIM data'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-makedepends=(extra-cmake-modules postgresql qt5-tools kitemmodels 
kaccounts-integration doxygen)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a38100943cef2cd69bb509e28b96a614bbc3d2f4394a5f4d01916db77544cd64'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_QCH=ON
-  cmake --build build
-}
-
-package_libakonadi() {
-  pkgdesc='Libraries used by applications based on Akonadi'
-  depends=(kitemmodels kaccounts-integration)
-
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/bin # Provided by akonadi
-}
-
-package_akonadi() {
-  depends=(libakonadi mariadb)
-  optdepends=('postgresql: PostgreSQL backend')
-
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
-}

Copied: akonadi/repos/extra-x86_64/PKGBUILD (from rev 448726, 
akonadi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 18:48:43 UTC (rev 448727)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=22.04.2
+pkgrel=2
+pkgdesc='PIM layer, which provides an asynchronous API to access all kind of 
PIM data'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+makedepends=(extra-cmake-modules postgresql qt5-tools kitemmodels 
kaccounts-integration doxygen)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+mariadb-10.8.patch)
+sha256sums=('a38100943cef2cd69bb509e28b96a614bbc3d2f4394a5f4d01916db77544cd64'
+'SKIP'
+'cf06633f3df7314d8c81602ac7f28b1e9544015fb72334e57305136103bd18c4')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+options=(debug)
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < mariadb-10.8.patch # Don't delete log file 
which is mandatory in mariadb 10.8
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package_libakonadi() {
+  pkgdesc='Libraries used by applications based on Akonadi'
+  depends=(kitemmodels kaccounts-integration)
+
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/bin # Provided by akonadi
+}
+
+package_akonadi() {
+  depends=(libakonadi mariadb)
+  optdepends=('postgresql: PostgreSQL backend')
+
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
+}

Copied: akonadi/repos/extra-x86_64/mariadb-10.8.patch (from rev 448726, 
akonadi/trunk/mariadb-10.8.patch)
===
--- mariadb-10.8.patch  (rev 0)
+++ mariadb-10.8.patch  2022-06-15 18:48:43 UTC (rev 448727)
@@ -0,0 +1,17 @@
+diff --git a/src/server/storage/dbconfigmysql.cpp 
b/src/server/storage/dbconfigmysql.cpp
+index 8c5a52628..35fffd865 100644
+--- a/src/server/storage/dbconfigmysql.cpp
 b/src/server/storage/dbconfigmysql.cpp
+@@ -390,12 +390,6 @@ bool DbConfigMysql::startInternalServer()
+ }
+ }
+ 
+-// clear mysql ib_logfile's in case innodb_log_file_size option 
changed in last confUpdate
+-if (confUpdate) {
+-QFi

[arch-commits] Commit in akonadi/trunk (PKGBUILD mariadb-10.8.patch)

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 18:48:29
  Author: arojas
Revision: 448726

Fix crash when upgrading mariadb to 10.8

Added:
  akonadi/trunk/mariadb-10.8.patch
Modified:
  akonadi/trunk/PKGBUILD

+
 PKGBUILD   |   12 +---
 mariadb-10.8.patch |   17 +
 2 files changed, 26 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 13:29:08 UTC (rev 448725)
+++ PKGBUILD2022-06-15 18:48:29 UTC (rev 448726)
@@ -6,20 +6,26 @@
 pkgbase=akonadi
 pkgname=(akonadi libakonadi)
 pkgver=22.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc='PIM layer, which provides an asynchronous API to access all kind of 
PIM data'
 arch=(x86_64)
 url='https://kontact.kde.org'
 license=(LGPL)
 makedepends=(extra-cmake-modules postgresql qt5-tools kitemmodels 
kaccounts-integration doxygen)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+mariadb-10.8.patch)
 sha256sums=('a38100943cef2cd69bb509e28b96a614bbc3d2f4394a5f4d01916db77544cd64'
-'SKIP')
+'SKIP'
+'cf06633f3df7314d8c81602ac7f28b1e9544015fb72334e57305136103bd18c4')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

   D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

 options=(debug)
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < mariadb-10.8.patch # Don't delete log file 
which is mandatory in mariadb 10.8
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF \

Added: mariadb-10.8.patch
===
--- mariadb-10.8.patch  (rev 0)
+++ mariadb-10.8.patch  2022-06-15 18:48:29 UTC (rev 448726)
@@ -0,0 +1,17 @@
+diff --git a/src/server/storage/dbconfigmysql.cpp 
b/src/server/storage/dbconfigmysql.cpp
+index 8c5a52628..35fffd865 100644
+--- a/src/server/storage/dbconfigmysql.cpp
 b/src/server/storage/dbconfigmysql.cpp
+@@ -390,12 +390,6 @@ bool DbConfigMysql::startInternalServer()
+ }
+ }
+ 
+-// clear mysql ib_logfile's in case innodb_log_file_size option 
changed in last confUpdate
+-if (confUpdate) {
+-QFile(dataDir + QDir::separator() + 
QLatin1String("ib_logfile0")).remove();
+-QFile(dataDir + QDir::separator() + 
QLatin1String("ib_logfile1")).remove();
+-}
+-
+ qCDebug(AKONADISERVER_LOG) << "Executing:" << mMysqldPath << 
arguments.join(QLatin1Char(' '));
+ mDatabaseProcess = new QProcess;
+ mDatabaseProcess->start(mMysqldPath, arguments);



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 17:15:27
  Author: arojas
Revision: 1238041

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 17:15:16 UTC (rev 1238040)
+++ PKGBUILD2022-06-15 17:15:27 UTC (rev 1238041)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=python-ipykernel
-pkgver=6.14.0
-pkgrel=1
-pkgdesc="The ipython kernel for Jupyter"
-arch=('any')
-url="https://pypi.org/project/ipykernel/";
-license=('BSD')
-depends=('python-traitlets' 'python-tornado' 'ipython' 'python-jupyter_client' 
'python-debugpy' 'python-psutil')
-makedepends=('python-build' 'python-installer' 'python-hatchling')
-checkdepends=('python-pytest-timeout' 'python-mock' 'python-flaky' 
'python-ipyparallel')
-source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz";)
-sha256sums=('fc8c9126a6875c5323696fa9def0b8b86e1cc1994d4cc30e0d7cf470d48106ae')
-
-# dep cycle with python-jupyter_client
-
-build() {
-  cd ipykernel-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd ipykernel-$pkgver
-  pytest -v
-}
-
-package() {
-  cd ipykernel-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-ipykernel/repos/community-any/PKGBUILD (from rev 1238040, 
python-ipykernel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 17:15:27 UTC (rev 1238041)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+
+pkgname=python-ipykernel
+pkgver=6.15.0
+pkgrel=1
+pkgdesc="The ipython kernel for Jupyter"
+arch=('any')
+url="https://pypi.org/project/ipykernel/";
+license=('BSD')
+depends=('python-traitlets' 'python-tornado' 'ipython' 'python-jupyter_client' 
'python-debugpy' 'python-psutil')
+makedepends=('python-build' 'python-installer' 'python-hatchling')
+checkdepends=('python-pytest-timeout' 'python-mock' 'python-flaky' 
'python-ipyparallel' 'python-matplotlib')
+source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz";)
+sha256sums=('713ad20e7ac26563430670236a1b11ee6b23b83cb398d32d57858443497ffdff')
+
+# dep cycle with python-jupyter_client
+
+build() {
+  cd ipykernel-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd ipykernel-$pkgver
+  pytest -v
+}
+
+package() {
+  cd ipykernel-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 17:15:16
  Author: arojas
Revision: 1238040

Update to 6.15.0

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 17:11:09 UTC (rev 1238039)
+++ PKGBUILD2022-06-15 17:15:16 UTC (rev 1238040)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=python-ipykernel
-pkgver=6.14.0
+pkgver=6.15.0
 pkgrel=1
 pkgdesc="The ipython kernel for Jupyter"
 arch=('any')
@@ -9,9 +9,9 @@
 license=('BSD')
 depends=('python-traitlets' 'python-tornado' 'ipython' 'python-jupyter_client' 
'python-debugpy' 'python-psutil')
 makedepends=('python-build' 'python-installer' 'python-hatchling')
-checkdepends=('python-pytest-timeout' 'python-mock' 'python-flaky' 
'python-ipyparallel')
+checkdepends=('python-pytest-timeout' 'python-mock' 'python-flaky' 
'python-ipyparallel' 'python-matplotlib')
 
source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz";)
-sha256sums=('fc8c9126a6875c5323696fa9def0b8b86e1cc1994d4cc30e0d7cf470d48106ae')
+sha256sums=('713ad20e7ac26563430670236a1b11ee6b23b83cb398d32d57858443497ffdff')
 
 # dep cycle with python-jupyter_client
 



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

2022-06-15 Thread Daniel M. Capella via arch-commits
Date: Wednesday, June 15, 2022 @ 17:11:09
  Author: polyzen
Revision: 1238039

archrelease: copy trunk to community-any

Added:
  python-stack-data/repos/community-any/PKGBUILD
(from rev 1238038, python-stack-data/trunk/PKGBUILD)
Deleted:
  python-stack-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 17:10:44 UTC (rev 1238038)
+++ PKGBUILD2022-06-15 17:11:09 UTC (rev 1238039)
@@ -1,43 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=stack_data
-pkgname=python-stack-data
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Extract data from python stack frames and tracebacks for informative 
displays'
-arch=('any')
-url=https://github.com/alexmojaki/stack_data
-license=('MIT')
-depends=('python-asttokens' 'python-executing' 'python-pure-eval')
-makedepends=('python-build' 'python-install' 'python-setuptools-scm'
- 'python-wheel')
-checkdepends=('cython' 'python-littleutils' 'python-pygments' 'python-pytest'
-  'python-typeguard')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('45692d41bd633a9503a5195552df22b583caf16f0b27c4e58c98d88c8b648e12')
-b2sums=('af79e5c46d03967a8ea6a992a0672a5bd3676a8b088be412782b8c6be6f58a14de1c6e6ff0cd4ae764a65c539a83aa4d7491bb7fe81761452d430d30f70d20fb')
-
-build() {
-  cd "$_name-$pkgver"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd "$_name-$pkgver"
-  python -m venv --system-site-packages test-env
-  test-env/bin/python -m install --optimize=1 dist/*.whl
-  test-env/bin/python -m pytest
-}
-
-package() {
-  cd "$_name-$pkgver"
-  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
-
-  # Symlink license file
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-stack-data/repos/community-any/PKGBUILD (from rev 1238038, 
python-stack-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 17:11:09 UTC (rev 1238039)
@@ -0,0 +1,43 @@
+# Maintainer: Daniel M. Capella 
+
+_name=stack_data
+pkgname=python-stack-data
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Extract data from python stack frames and tracebacks for informative 
displays'
+arch=('any')
+url=https://github.com/alexmojaki/stack_data
+license=('MIT')
+depends=('python-asttokens' 'python-executing' 'python-pure-eval')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
+ 'python-wheel')
+checkdepends=('cython' 'python-littleutils' 'python-pygments' 'python-pytest'
+  'python-typeguard')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('77bec1402dcd0987e9022326473fdbcc767304892a533ed8c29888dacb7dddbc')
+b2sums=('9202ddb2e6e8c8c9e050e085cfe6e1bdbf26124eb85c19516558336d46876aba5ede1b6a87cf17e09c2b44629063a8f5e1f558fdaf64db2db029978a5860cd99')
+
+build() {
+  cd "$_name-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "$_name-$pkgver"
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-06-15 Thread Daniel M. Capella via arch-commits
Date: Wednesday, June 15, 2022 @ 17:10:44
  Author: polyzen
Revision: 1238038

upgpkg: python-stack-data 0.3.0-1

Modified:
  python-stack-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 17:04:47 UTC (rev 1238037)
+++ PKGBUILD2022-06-15 17:10:44 UTC (rev 1238038)
@@ -2,7 +2,7 @@
 
 _name=stack_data
 pkgname=python-stack-data
-pkgver=0.2.0
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='Extract data from python stack frames and tracebacks for informative 
displays'
 arch=('any')
@@ -14,8 +14,8 @@
 checkdepends=('cython' 'python-littleutils' 'python-pygments' 'python-pytest'
   'python-typeguard')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('45692d41bd633a9503a5195552df22b583caf16f0b27c4e58c98d88c8b648e12')
-b2sums=('af79e5c46d03967a8ea6a992a0672a5bd3676a8b088be412782b8c6be6f58a14de1c6e6ff0cd4ae764a65c539a83aa4d7491bb7fe81761452d430d30f70d20fb')
+sha256sums=('77bec1402dcd0987e9022326473fdbcc767304892a533ed8c29888dacb7dddbc')
+b2sums=('9202ddb2e6e8c8c9e050e085cfe6e1bdbf26124eb85c19516558336d46876aba5ede1b6a87cf17e09c2b44629063a8f5e1f558fdaf64db2db029978a5860cd99')
 
 build() {
   cd "$_name-$pkgver"



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

2022-06-15 Thread Daniel M. Capella via arch-commits
Date: Wednesday, June 15, 2022 @ 17:04:47
  Author: polyzen
Revision: 1238037

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  124 ++---
 wrapper  |   16 +++
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 17:04:17 UTC (rev 1238036)
+++ PKGBUILD2022-06-15 17:04:47 UTC (rev 1238037)
@@ -1,62 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Maintainer: Caleb Maclennan 
-# Contributor: KokaKiwi 
-# Contributor: Mohammad AlSaleh 
-
-pkgname=lua-language-server
-pkgver=3.2.5
-pkgrel=1
-license=('MIT')
-pkgdesc='Lua Language Server coded by Lua'
-url=https://github.com/sumneko/lua-language-server
-arch=('x86_64')
-depends=('bash' 'gcc-libs')
-makedepends=('git' 'ninja')
-source=("git+$url.git#tag=$pkgver"
-'git+https://github.com/actboy168/bee.lua.git'
-'git+https://github.com/love2d-community/love-api.git'
-'git+https://github.com/bjornbytes/lovr-docs.git'
-'git+https://github.com/sqmedeiros/lpeglabel.git'
-'git+https://github.com/actboy168/luamake.git'
-'git+https://github.com/electron/rcedit.git'
-'wrapper')
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2ec98b16514c8e416af10625fd582d081448dbe7889d3d9e1fee0540c79f26220bd4b91991c0479852c0102f4c35b63059fe176a59fffbbca8e01274171c7de2')
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  for i in ../{bee.lua,love-api,lpeglabel,luamake,rcedit}; do
-git config submodule.3rd/${i##../}.url $i
-  done
-  git config submodule.3rd/lovr-api.url ../lovr-docs
-  git submodule update
-  cd 3rd/luamake
-  git submodule init
-  git config submodule.3rd/bee.lua.url ../../../bee.lua
-  git submodule update
-}
-
-build() {
-  cd $pkgname
-  ninja -C 3rd/luamake -f compile/ninja/linux.ninja
-  ./3rd/luamake/luamake rebuild
-}
-
-package() {
-  install -D wrapper "$pkgdir"/usr/bin/$pkgname
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/lib/$pkgname/bin bin/$pkgname
-  install -m644 -t "$pkgdir"/usr/lib/$pkgname/bin bin/main.lua
-  install -m644 -t "$pkgdir"/usr/lib/$pkgname {debugger,main}.lua
-  cp -r locale meta script "$pkgdir"/usr/lib/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lua-language-server/repos/community-x86_64/PKGBUILD (from rev 1238036, 
lua-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 17:04:47 UTC (rev 1238037)
@@ -0,0 +1,62 @@
+# Maintainer: Daniel M. Capella 
+# Maintainer: Caleb Maclennan 
+# Contributor: KokaKiwi 
+# Contributor: Mohammad AlSaleh 
+
+pkgname=lua-language-server
+pkgver=3.3.0
+pkgrel=1
+license=('MIT')
+pkgdesc='Lua Language Server coded by Lua'
+url=https://github.com/sumneko/lua-language-server
+arch=('x86_64')
+depends=('bash' 'gcc-libs')
+makedepends=('git' 'ninja')
+source=("git+$url.git#tag=$pkgver"
+'git+https://github.com/actboy168/bee.lua.git'
+'git+https://github.com/love2d-community/love-api.git'
+'git+https://github.com/bjornbytes/lovr-docs.git'
+'git+https://github.com/sqmedeiros/lpeglabel.git'
+'git+https://github.com/actboy168/luamake.git'
+'git+https://github.com/electron/rcedit.git'
+'wrapper')
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'2ec98b16514c8e416af10625fd582d081448dbe7889d3d9e1fee0540c79f26220bd4b91991c0479852c0102f4c35b63059fe176a59fffbbca8e01274171c7de2')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  for i in ../{bee.lua,love-api,lpeglabel,luamake,rcedit}; do
+git config submodule.3rd/${i##../}.url $i
+  done
+  git config submodule.3rd/lovr-api.url ../lovr-docs
+  git submodule update
+  cd 3rd/luamake
+  git submodule init
+  git config submodule.3rd/bee.lua.url ../../../bee.lua
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  ninja -C 3rd/luamake -f compile/ninja/linux.ninja
+  ./3rd/luamake/luamake rebuild
+}
+
+package() {
+  install -D wrapper "$pkgdir"/usr/bin/$pkgname
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/lib/$pkgname/bin bin/$pkgname
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname/bin bin/main.lua
+  install -m644 -t "$pkgdir"/usr/lib/$pkgname {debugger,main}.lua
+  cp -r locale meta script "$pkgdir"/usr/lib/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LIC

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

2022-06-15 Thread Daniel M. Capella via arch-commits
Date: Wednesday, June 15, 2022 @ 17:04:17
  Author: polyzen
Revision: 1238036

upgpkg: lua-language-server 3.3.0-1

Modified:
  lua-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 14:47:42 UTC (rev 1238035)
+++ PKGBUILD2022-06-15 17:04:17 UTC (rev 1238036)
@@ -4,7 +4,7 @@
 # Contributor: Mohammad AlSaleh 
 
 pkgname=lua-language-server
-pkgver=3.2.5
+pkgver=3.3.0
 pkgrel=1
 license=('MIT')
 pkgdesc='Lua Language Server coded by Lua'



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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 14:47:42
  Author: arojas
Revision: 1238035

archrelease: copy trunk to community-x86_64

Added:
  mediastreamer/repos/community-x86_64/PKGBUILD
(from rev 1238034, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/community-x86_64/ffmpeg5.patch
(from rev 1238034, mediastreamer/trunk/ffmpeg5.patch)
Deleted:
  mediastreamer/repos/community-x86_64/PKGBUILD
  mediastreamer/repos/community-x86_64/ffmpeg5.patch

---+
 PKGBUILD  |   74 -
 ffmpeg5.patch |  416 
 2 files changed, 245 insertions(+), 245 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 14:47:29 UTC (rev 1238034)
+++ PKGBUILD2022-06-15 14:47:42 UTC (rev 1238035)
@@ -1,37 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=5.1.31
-pkgrel=1
-pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
-arch=(x86_64)
-url='https://gitlab.linphone.org/'
-license=(GPL)
-depends=(ortp ffmpeg bzrtp glew libsrtp)
-makedepends=(cmake python bcunit doxygen libyuv)
-source=(https://gitlab.linphone.org/BC/public/${pkgname}2/-/archive/$pkgver/${pkgname}2-$pkgver.tar.bz2
-ffmpeg5.patch)
-sha256sums=('4c4dbe96e38c79df11ef886f7606556d2366012417d7654cfdc2556484b2e1b9'
-'e97e029cbbafe5245eaa6f92664224e4381eea5f45e403d5bfa6b0e5c2be0341')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-prepare() {
-  patch -d ${pkgname}2-$pkgver -p1 < ffmpeg5.patch
-}
-
-build() {
-  cmake -B build -S ${pkgname}2-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF \
--DENABLE_STRICT=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/include/OpenGL
-}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 1238034, 
mediastreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 14:47:42 UTC (rev 1238035)
@@ -0,0 +1,37 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=5.1.43
+pkgrel=1
+pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
+arch=(x86_64)
+url='https://gitlab.linphone.org/'
+license=(GPL)
+depends=(ortp ffmpeg bzrtp glew libsrtp)
+makedepends=(cmake python bcunit doxygen libyuv)
+source=(https://gitlab.linphone.org/BC/public/${pkgname}2/-/archive/$pkgver/${pkgname}2-$pkgver.tar.bz2
+ffmpeg5.patch)
+sha256sums=('dfd539d3003999a968bd159036d6bfde32f840f9570905ee73b61182b84a2f71'
+'e97e029cbbafe5245eaa6f92664224e4381eea5f45e403d5bfa6b0e5c2be0341')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+prepare() {
+  patch -d ${pkgname}2-$pkgver -p1 < ffmpeg5.patch
+}
+
+build() {
+  cmake -B build -S ${pkgname}2-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF \
+-DENABLE_STRICT=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/include/OpenGL
+}

Deleted: ffmpeg5.patch
===
--- ffmpeg5.patch   2022-06-15 14:47:29 UTC (rev 1238034)
+++ ffmpeg5.patch   2022-06-15 14:47:42 UTC (rev 1238035)
@@ -1,208 +0,0 @@
-diff --git a/src/utils/ffmpeg-priv.c b/src/utils/ffmpeg-priv.c
-index a3a801a9..9d696f17 100644
 a/src/utils/ffmpeg-priv.c
-+++ b/src/utils/ffmpeg-priv.c
-@@ -23,31 +23,22 @@
- 
- #ifndef HAVE_FUN_avcodec_encode_video2
- int avcodec_encode_video2 (AVCodecContext *avctx, AVPacket *avpkt, const 
AVFrame *frame, int *got_packet_ptr) {
--  int error=avcodec_encode_video(avctx, avpkt->data, avpkt->size,frame);
--  if (error<0){
--  return error;
--  }else{
--  if (error>0) {
--  *got_packet_ptr=1;
--  avpkt->size=error;
--  }else *got_packet_ptr=0;
--  }
--  return 0;
--}
--#endif
-+int ret;
- 
-+*got_packet_ptr = 0;
- 
-+ret = avcodec_send_frame(avctx, frame);
-+if (ret < 0)
-+return ret;
- 
--#ifndef HAVE_FUN_avcodec_get_context_defaults3 /**/
--int avcodec_get_context_defaults3 (AVCodecContext *s, AVCodec *codec) {
--  avcodec_get_context_defaults(s);
--  return 0;
--}
-+ret = avcodec_receive_packet(avctx, avpkt);
-+if (!ret)
-+*got_packet_ptr = 1;
-+if (ret == AVERROR(EAGAIN))
-+return 0;
- 
--AVCodecContext *avcodec_alloc_context3(AVCodec *codec){
--  return avcodec_alloc_context();
-+return ret;
- }
--
- #endif
- 
- 
-diff --git a/src/utils/ffmpeg-priv.h b/src/utils/ffmpeg-priv.h
-in

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

2022-06-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 15, 2022 @ 14:47:29
  Author: arojas
Revision: 1238034

Update to 5.1.43

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 13:56:17 UTC (rev 1238033)
+++ PKGBUILD2022-06-15 14:47:29 UTC (rev 1238034)
@@ -5,7 +5,7 @@
 # Contributor: Mark Lee 
 
 pkgname=mediastreamer
-pkgver=5.1.31
+pkgver=5.1.43
 pkgrel=1
 pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 makedepends=(cmake python bcunit doxygen libyuv)
 
source=(https://gitlab.linphone.org/BC/public/${pkgname}2/-/archive/$pkgver/${pkgname}2-$pkgver.tar.bz2
 ffmpeg5.patch)
-sha256sums=('4c4dbe96e38c79df11ef886f7606556d2366012417d7654cfdc2556484b2e1b9'
+sha256sums=('dfd539d3003999a968bd159036d6bfde32f840f9570905ee73b61182b84a2f71'
 'e97e029cbbafe5245eaa6f92664224e4381eea5f45e403d5bfa6b0e5c2be0341')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 



[arch-commits] Commit in superslicer (7 files)

2022-06-15 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 15, 2022 @ 13:56:17
  Author: alucryd
Revision: 1238033

archrelease: copy trunk to community-x86_64

Added:
  superslicer/repos/
  superslicer/repos/community-x86_64/
  superslicer/repos/community-x86_64/PKGBUILD
(from rev 1238032, superslicer/trunk/PKGBUILD)
  superslicer/repos/community-x86_64/superslicer-boost1.79.patch
(from rev 1238032, superslicer/trunk/superslicer-boost1.79.patch)
  superslicer/repos/community-x86_64/superslicer-cereal.patch
(from rev 1238032, superslicer/trunk/superslicer-cereal.patch)
  superslicer/repos/community-x86_64/superslicer-openexr3.patch
(from rev 1238032, superslicer/trunk/superslicer-openexr3.patch)
  superslicer/repos/community-x86_64/superslicer-wxgtk3-wayland.patch
(from rev 1238032, superslicer/trunk/superslicer-wxgtk3-wayland.patch)

--+
 PKGBUILD |   80 
 superslicer-boost1.79.patch  |   81 +
 superslicer-cereal.patch |   70 +++
 superslicer-openexr3.patch   |   77 +++
 superslicer-wxgtk3-wayland.patch |   21 +
 5 files changed, 329 insertions(+)

Copied: superslicer/repos/community-x86_64/PKGBUILD (from rev 1238032, 
superslicer/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2022-06-15 13:56:17 UTC (rev 1238033)
@@ -0,0 +1,80 @@
+# Maintainer: Lukas1818 aur at lukas1818 dot de
+
+pkgname=superslicer
+pkgver=2.4.58.2
+pkgrel=1
+epoch=1
+pkgdesc='G-code generator for 3D printers'
+arch=(x86_64)
+url=https://github.com/supermerill/SuperSlicer
+license=(AGPL3)
+options=(!emptydirs)
+depends=(
+  boost-libs
+  cgal
+  glew
+  imath
+  libspnav
+  nlopt
+  openvdb
+  qhull
+  wxgtk3
+)
+makedepends=(
+  boost
+  cereal
+  cmake
+  eigen
+  git
+  libigl
+  ninja
+  wxgtk2
+)
+optdepends=('superslicer-profiles: Predefined printer profiles')
+_tag=6fcfe8fc9b70e2e5b0aefd122153c27815bb7c8f
+source=(
+  git+https://github.com/supermerill/SuperSlicer.git#tag=${_tag}
+  superslicer-wxgtk3-wayland.patch
+  superslicer-cereal.patch
+  superslicer-openexr3.patch
+  superslicer-boost1.79.patch
+)
+b2sums=('SKIP'
+
'6b8abda2bfee9294bd5cd97380403680d6b2c6187af178e5eb4be2665280d1ff0d66036525b485e64d38d1d464756388fd4b53c6277d691079f51e6ee0c12372'
+
'a652af374ca4cdd2b1db87bac9a1a6263a3c0df954c8afa4fddea3041659b159412fe3ab850d804a27dcb4b3ca8d64de511ef11769d353d7d2a0f7021dc38e99'
+
'd351d05190977e55047504d13ab4172c7eaf7fb2077a61a448dd29a8a27084ee4b13284143102b7ea3dff0edc8b20675dff0014e9f26cd5f448e50c04a1d6779'
+
'45ff3ab349a92b072eed57a511aead233e4356fcc9ab9382902af9702aee22f73c9a9f07a58420ca20c7c2cd41e81637f1d0114033c2fdb7f597cbcb484fa8ff')
+
+prepare() {
+  cd SuperSlicer
+  patch -Np1 -i "$srcdir/superslicer-wxgtk3-wayland.patch"
+  patch -Np1 -i "$srcdir/superslicer-cereal.patch"
+  patch -Np1 -i "$srcdir/superslicer-openexr3.patch"
+  patch -Np1 -i "$srcdir/superslicer-boost1.79.patch"
+}
+
+pkgver() {
+  cd SuperSlicer
+  git describe --tags
+}
+
+build() {
+  cmake -S SuperSlicer -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOpenGL_GL_PREFERENCE=GLVND \
+-DSLIC3R_ALPHA=OFF \
+-DSLIC3R_BUILD_TESTS=OFF \
+-DSLIC3R_FHS=ON \
+-DSLIC3R_GTK=3 \
+-DSLIC3R_STATIC=OFF \
+-DSLIC3R_WX_STABLE=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  test ! -h "${pkgdir}/usr/share/SuperSlicer/resources" || rm 
"${pkgdir}/usr/share/SuperSlicer/resources"
+}
+
+# vim: ts=2 sw=2 et:

Copied: superslicer/repos/community-x86_64/superslicer-boost1.79.patch (from 
rev 1238032, superslicer/trunk/superslicer-boost1.79.patch)
===
--- repos/community-x86_64/superslicer-boost1.79.patch  
(rev 0)
+++ repos/community-x86_64/superslicer-boost1.79.patch  2022-06-15 13:56:17 UTC 
(rev 1238033)
@@ -0,0 +1,81 @@
+From 408e56f0390f20aaf793e0aa0c70c4d9544401d4 Mon Sep 17 00:00:00 2001
+From: Vojtech Bubnik 
+Date: Mon, 25 Apr 2022 08:33:48 +0200
+Subject: [PATCH] Fix of Boost 1.79 deprecated boost::filesystem::ofstream
+ #8238 Replacing boost::filesystem::fstream with boost::nowide::fstream
+ variants with the unfortunate cost of string path conversion on Windows from
+ 16 bits to UTF8 and back to 16 bits.
+
+Unfortunately we cannot use std::filesystem yet as it is missing
+on older MACs and because the interface is crooked minefield on Windows
+see https://github.com/microsoft/STL/issues/909
+---
+ src/hints/HintsToPot.cpp| 2 +-
+ src/libslic3r/Preset.cpp| 2 +-
+ src/slic3r/GUI/HintNotification.cpp | 8 +---
+ 3 files changed, 7 insertions(+), 5 deletions(-)
+
+di

[arch-commits] Commit in (7 files)

2022-06-15 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 15, 2022 @ 13:55:55
  Author: alucryd
Revision: 1238032

add superslicer

Added:
  superslicer/
  superslicer/trunk/
  superslicer/trunk/PKGBUILD
  superslicer/trunk/superslicer-boost1.79.patch
  superslicer/trunk/superslicer-cereal.patch
  superslicer/trunk/superslicer-openexr3.patch
  superslicer/trunk/superslicer-wxgtk3-wayland.patch

--+
 PKGBUILD |   80 
 superslicer-boost1.79.patch  |   81 +
 superslicer-cereal.patch |   70 +++
 superslicer-openexr3.patch   |   77 +++
 superslicer-wxgtk3-wayland.patch |   21 +
 5 files changed, 329 insertions(+)

Added: superslicer/trunk/PKGBUILD
===
--- superslicer/trunk/PKGBUILD  (rev 0)
+++ superslicer/trunk/PKGBUILD  2022-06-15 13:55:55 UTC (rev 1238032)
@@ -0,0 +1,80 @@
+# Maintainer: Lukas1818 aur at lukas1818 dot de
+
+pkgname=superslicer
+pkgver=2.4.58.2
+pkgrel=1
+epoch=1
+pkgdesc='G-code generator for 3D printers'
+arch=(x86_64)
+url=https://github.com/supermerill/SuperSlicer
+license=(AGPL3)
+options=(!emptydirs)
+depends=(
+  boost-libs
+  cgal
+  glew
+  imath
+  libspnav
+  nlopt
+  openvdb
+  qhull
+  wxgtk3
+)
+makedepends=(
+  boost
+  cereal
+  cmake
+  eigen
+  git
+  libigl
+  ninja
+  wxgtk2
+)
+optdepends=('superslicer-profiles: Predefined printer profiles')
+_tag=6fcfe8fc9b70e2e5b0aefd122153c27815bb7c8f
+source=(
+  git+https://github.com/supermerill/SuperSlicer.git#tag=${_tag}
+  superslicer-wxgtk3-wayland.patch
+  superslicer-cereal.patch
+  superslicer-openexr3.patch
+  superslicer-boost1.79.patch
+)
+b2sums=('SKIP'
+
'6b8abda2bfee9294bd5cd97380403680d6b2c6187af178e5eb4be2665280d1ff0d66036525b485e64d38d1d464756388fd4b53c6277d691079f51e6ee0c12372'
+
'a652af374ca4cdd2b1db87bac9a1a6263a3c0df954c8afa4fddea3041659b159412fe3ab850d804a27dcb4b3ca8d64de511ef11769d353d7d2a0f7021dc38e99'
+
'd351d05190977e55047504d13ab4172c7eaf7fb2077a61a448dd29a8a27084ee4b13284143102b7ea3dff0edc8b20675dff0014e9f26cd5f448e50c04a1d6779'
+
'45ff3ab349a92b072eed57a511aead233e4356fcc9ab9382902af9702aee22f73c9a9f07a58420ca20c7c2cd41e81637f1d0114033c2fdb7f597cbcb484fa8ff')
+
+prepare() {
+  cd SuperSlicer
+  patch -Np1 -i "$srcdir/superslicer-wxgtk3-wayland.patch"
+  patch -Np1 -i "$srcdir/superslicer-cereal.patch"
+  patch -Np1 -i "$srcdir/superslicer-openexr3.patch"
+  patch -Np1 -i "$srcdir/superslicer-boost1.79.patch"
+}
+
+pkgver() {
+  cd SuperSlicer
+  git describe --tags
+}
+
+build() {
+  cmake -S SuperSlicer -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOpenGL_GL_PREFERENCE=GLVND \
+-DSLIC3R_ALPHA=OFF \
+-DSLIC3R_BUILD_TESTS=OFF \
+-DSLIC3R_FHS=ON \
+-DSLIC3R_GTK=3 \
+-DSLIC3R_STATIC=OFF \
+-DSLIC3R_WX_STABLE=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  test ! -h "${pkgdir}/usr/share/SuperSlicer/resources" || rm 
"${pkgdir}/usr/share/SuperSlicer/resources"
+}
+
+# vim: ts=2 sw=2 et:

Added: superslicer/trunk/superslicer-boost1.79.patch
===
--- superslicer/trunk/superslicer-boost1.79.patch   
(rev 0)
+++ superslicer/trunk/superslicer-boost1.79.patch   2022-06-15 13:55:55 UTC 
(rev 1238032)
@@ -0,0 +1,81 @@
+From 408e56f0390f20aaf793e0aa0c70c4d9544401d4 Mon Sep 17 00:00:00 2001
+From: Vojtech Bubnik 
+Date: Mon, 25 Apr 2022 08:33:48 +0200
+Subject: [PATCH] Fix of Boost 1.79 deprecated boost::filesystem::ofstream
+ #8238 Replacing boost::filesystem::fstream with boost::nowide::fstream
+ variants with the unfortunate cost of string path conversion on Windows from
+ 16 bits to UTF8 and back to 16 bits.
+
+Unfortunately we cannot use std::filesystem yet as it is missing
+on older MACs and because the interface is crooked minefield on Windows
+see https://github.com/microsoft/STL/issues/909
+---
+ src/hints/HintsToPot.cpp| 2 +-
+ src/libslic3r/Preset.cpp| 2 +-
+ src/slic3r/GUI/HintNotification.cpp | 8 +---
+ 3 files changed, 7 insertions(+), 5 deletions(-)
+
+diff --git a/src/hints/HintsToPot.cpp b/src/hints/HintsToPot.cpp
+index 7c8029cdeb..4791f0612f 100644
+--- a/src/hints/HintsToPot.cpp
 b/src/hints/HintsToPot.cpp
+@@ -9,7 +9,7 @@
+ 
+ bool write_to_pot(boost::filesystem::path path, const 
std::vector>& data)
+ {
+-  boost::filesystem::ofstream file(std::move(path), std::ios_base::app);
++  boost::nowide::ofstream file(path.string(), std::ios_base::app);
+   for (const auto& element : data)
+   {
+   //Example of .pot element 
+diff --git a/src/libslic3r/Preset.cpp b/src/libslic3r/Preset.cpp
+index f3a1c15b3e..f171cb14dd 100644
+--- a/src/libslic3r/

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

2022-06-15 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 15, 2022 @ 13:47:15
  Author: andrewsc
Revision: 1238031

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 1238030, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 13:46:57 UTC (rev 1238030)
+++ PKGBUILD2022-06-15 13:47:15 UTC (rev 1238031)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=102.0b7
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('99fa16c035117772a1e7cf6af656e5b406ba9664195b51600e0ed47bbd68d03e557a8930d84f5e88a54bad9ef779fd01e823e664a6eda4b01feb9d20fd8f29f1'
-
'537821f3edde54e9351abfe40fec397794597d128e8851974719d54a13894252315f4c870efb12b5c267040f32e85e184a72633dee9cc6a7d50e20e4101677ce'
-
'edaded1960900eeca28066c43ed6d85fe9e32673cf0e3abdfd34dce6742483ab32dd1183ccd02a341d304124926ff07510c71cbe0b294c22e9f939e4672cf45a'
-
'eaff94cd9c1bc1c9b0066435c352a40f72171b87e

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

2022-06-15 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 15, 2022 @ 13:46:57
  Author: andrewsc
Revision: 1238030

upgpkg: firefox-developer-edition-i18n 102.0b8-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 12:51:25 UTC (rev 1238029)
+++ PKGBUILD2022-06-15 13:46:57 UTC (rev 1238030)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=102.0b7
+pkgver=102.0b8
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('99fa16c035117772a1e7cf6af656e5b406ba9664195b51600e0ed47bbd68d03e557a8930d84f5e88a54bad9ef779fd01e823e664a6eda4b01feb9d20fd8f29f1'
-
'537821f3edde54e9351abfe40fec397794597d128e8851974719d54a13894252315f4c870efb12b5c267040f32e85e184a72633dee9cc6a7d50e20e4101677ce'
-
'edaded1960900eeca28066c43ed6d85fe9e32673cf0e3abdfd34dce6742483ab32dd1183ccd02a341d304124926ff07510c71cbe0b294c22e9f939e4672cf45a'
-
'eaff94cd9c1bc1c9b0066435c352a40f72171b87e6071862baabe4c685e6a4c79b2b75c9ea547d053cb8c605dc64dd8b9c9924715c11fe1882699a6299129c48'
-
'7127e4506800c2d8912fd4692afb38d3be6d5b5137105bb9849081d3827cfb965f9c55268aa13927bca37e02b61a9c50866f1e9dd6dd309b0929adf8bac55283'
-
'145e7e828e39b0cfc2f387deda0be17dab2d5914fee38989c6a0fe90f5281d6f742253a90bcd9ec3d9f9e38a8ab2382b613b85597d998731036eb9c837e0e3c5'
-
'18d5404d39f773fe3ba56363f0eba09da535292a3e4d0e2ea95a6afefa8f2af569182d996db485aec2f18d845b3b16c5d093cb00222344f88aa53b97000db57c'
-
'8f989d570f1ab2fe63ee727772b41f18695ad46707d6cd11a28cf3ae9c021efeb9f3aa8ab612f4654d3c0cee90503db9ef711249a14fba70da86869e69e5cb96'
-
'ed1ebfc27cc5c4a3e9f490438224ce9e6767e45fb3cc802ddb29a492154ff081038e2f99366e8636cde3a7f66fd72b834167fc6fa6029ef383fb942d0326885c'
-
'90d76dfc498ad9936031d95aed81d4de9b8bf704fff3e295f5e5c42454052f720d91c629910ed68379b400bc8d561274e87a39ce0aa64e87634a9b66dab20eb7'
-
'de97fd76e7885d25ffca34581fe0340bb9d64fd82018edf1c5ffa70d60a21daf993da838f0a3f34db89e32d796a5b5060e9a561c860e103485c75ace969157b3'
-
'f4dc1924a2bc03293de1231af2059a8b0810e3dde2abe8e878c88be9a87b605376588c0fe82ff368001e1d725164dfc3d64b215f42c18c84148f927f41e33c06'
-
'86d38f9d9eecfaac1bab38432440b80dbedc0024e3e367212739b7a40a11f5be3863d74beb8a18c57ea7c515762aaca3101e9c763d89453ac799cff895047da9'
-
'a6fdecda243d8a3b261ff6b6ea0047327c82b008a604c134c6a88a350c9df6a04fc930d6859ca367270825f72dbf545ccc8ea6f17c041c7687e57d13f24e22d7'
-
'07a457ff3021e240e4ccd86f2b94feb2de5cb3a7fd41356d45f8b373df25e08f471579d5834bfc921add10d6617c2fcddf2536660c0a4fac9ab4450fb1d91349'
-
'810c51f6d052834f1bac7257aef01898d2f4824b68e77ae56c7c6d36bacabd80d14663c4b6bf3df5d7ee94c46013b7caed6c758e5fcf0a0913f372380c4db466'
-
'9aaf628c227519aa4fd51017a9ad5ad061bcaf69d0d972fbb4317a6e94b76e740beed42ab558339ca08d94a4c3a8b044761edd9e40ab656d1f951c0a51827275'
-
'93c0a70c7408c2967fb4d077ce33a8b3336673a60b4080abe2f1a347b1f54897f9d11329a06ea5e1f418fc056f9e68c5e8a023c66f6d5ee8c88277f3df0a94ea'
-
'c94f0264d4c16db9d7e3bee7a71c85694659d439fce5bccfbc1f4cd28fe3d1f26a25d2d75cc48ef64f7f0903d6b03fccc3b1f25d5dff2c5e23ea7e0cdb6fdb4f'
-
'966daefc27840b65420777af7b42ba4a14a819865fb947a730673faf810563d94acffc7554b66f735b94de5896389952dbfa6f0d3b751ba49ad144ba6d1f5eee'
-
'e2d2fd2cda016e76b5356b84bf246390aa0ebe2ff84c7cca0a6ab82c80e43ff63084f33d22c630d64f02cefe3e2f4cdacf6a66d40cc4a8cef09937d64fb69dc7'
-
'5557d3140a7b08ceb05281d1c6bb83d8fd5281a813ac57e388510af82833f7ccf65e0ec8f277b52c0e43a91006af2b4421719f4dd903ee7871828e6692db8246'
-
'4421f8c72ff235dc64fbbff824fe49c1c707ad61bfe668c795f7992f9473f2bbaa66b62e5038c6b7abb0030de25a5e11f48d4b5be9889c04a393487b1e1a'
-
'6cc9622c217395619beca2eab752e1a4f3bfbd1cde4e259a17239b00e8a7edc0cc6134d8e4e70438bba4b8f8c50506af730fed11d01711a9e1cbcc0ff4420186'
-
'41450edd22a0dad97a973f04d317f156e96fad856edce537b621897f5c16a25d7d590ea9dbfb4e857db2e2861896a607940cd6b259c92cf715eb67789ac5db2d'
-
'3f0b5ac3c71a2a66f612ed6162007a05d7cdc5babc46e14ab85aa02db61ae5e0e4dc587fa0756caf7e4545c1a54f956b81f697b16183c2890b41c85a7e21186b'
-
'ec011d95c0b021bf19aaf3401785f3885d13c881059eb41914b73bfb93c2942ec25d767299a956b3229c51e0922b9f6b1e7fe534ee731b1bf639f9366004b6f3'
-
'9f030b76b5caaa69f5007192a671dcc41b61aa7eb99df61c00362e25b705611ac9fbbf21749b701d422a1186026d1fe29d10c8e8a973ed5d614788b436f20237'
-
'df0eed684d60bd95247e87341b6104e456818039f05a943bde6a0a9390ad

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

2022-06-15 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 15, 2022 @ 12:50:45
  Author: andrewsc
Revision: 1238028

upgpkg: firefox-developer-edition 102.0b8-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 10:47:20 UTC (rev 1238027)
+++ PKGBUILD2022-06-15 12:50:45 UTC (rev 1238028)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=102.0b7
+pkgver=102.0b8
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -26,7 +26,7 @@
 "$pkgname".desktop
 identity-icons-brand.svg
 clip-chain.patch)
-sha512sums=('78bbdf16dcc39f52c0cbab8c34dacb94dd822aac4db23e0efc5db2c29ba0adba2383b0312f0f6f7788e257c013e85bfd395ec9220f08e20c790cec5d18683753'
+sha512sums=('f39932c37e5dddfb648545c449666a38dab6fe188c820961598cae58c533273afbd11b37ad15e88218f09686c1cf318d62d775e3da2fb40ce1b04f7e8a3f33a2'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'2ff0cb8e2eb94cee306b488adf6d7f4debbaff6155be3ed3814cdb356e2e60fe38cc29d6c8d10079937fd2c930cfddf283977cf645395d31eaf76c7f0ac2'



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

2022-06-15 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, June 15, 2022 @ 10:47:20
  Author: alex19ep
Revision: 1238027

archrelease: copy trunk to community-x86_64

Added:
  bitwarden/repos/community-x86_64/PKGBUILD
(from rev 1238026, bitwarden/trunk/PKGBUILD)
  bitwarden/repos/community-x86_64/bitwarden.desktop
(from rev 1238026, bitwarden/trunk/bitwarden.desktop)
  bitwarden/repos/community-x86_64/bitwarden.sh
(from rev 1238026, bitwarden/trunk/bitwarden.sh)
  bitwarden/repos/community-x86_64/messaging.main.ts.patch
(from rev 1238026, bitwarden/trunk/messaging.main.ts.patch)
Deleted:
  bitwarden/repos/community-x86_64/PKGBUILD
  bitwarden/repos/community-x86_64/bitwarden.desktop
  bitwarden/repos/community-x86_64/bitwarden.sh
  bitwarden/repos/community-x86_64/messaging.main.ts.patch

-+
 PKGBUILD|  144 +++---
 bitwarden.desktop   |   20 +++---
 bitwarden.sh|8 +-
 messaging.main.ts.patch |   22 +++
 4 files changed, 99 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 10:47:15 UTC (rev 1238026)
+++ PKGBUILD2022-06-15 10:47:20 UTC (rev 1238027)
@@ -1,70 +0,0 @@
-# Maintainer: Alexander Epaneshnikov 
-# Contributor: libertylocked 
-
-pkgname=bitwarden
-pkgver=1.33.0
-pkgrel=1
-_electronversion=16
-pkgdesc='A secure and free password manager for all of your devices'
-arch=('x86_64')
-url='https://github.com/bitwarden/desktop'
-license=('GPL3')
-depends=("electron$_electronversion" 'libnotify' 'libsecret' 'libxtst' 
'libxss' 'libnss_nis')
-makedepends=('git' 'npm' 'python' 'node-gyp' 'nodejs-lts-gallium' 'jq')
-source=(${pkgname}::git+https://github.com/bitwarden/desktop.git#tag=v$pkgver
-bitwarden-jslib::git+https://github.com/bitwarden/jslib.git
-messaging.main.ts.patch
-${pkgname}.sh
-${pkgname}.desktop)
-sha512sums=('SKIP'
-'SKIP'
-
'babcae0dba4d036e5d2cd04d8932b63253bc7b27b14d090932066e9d39383f7565c06d72dae9f96e741b494ef7e50a1fe7ec33905aa3124b427a8bf404df5762'
-
'98d2860bef2283fd09710fbbc5362d7ef2cd8eca26f35805ea258f2dacba78bd6aab14c834388a5089a8150eb0f32a82577aab10f8ad68e1a6371959b2802ad4'
-
'05b771e72f1925f61b710fb67e5709dbfd63855425d2ef146ca3770b050e78cb3933cffc7afb1ad43a1d87867b2c2486660c79fdfc95b3891befdff26c8520fd')
-
-prepare() {
-   cd bitwarden
-   # Link jslib
-   git submodule init
-   git config submodule.jslib.url "$srcdir/bitwarden-jslib"
-   git submodule update
-
-   # This patch is required to make "Start automatically on login" work
-   patch --strip=1 src/main/messaging.main.ts ../messaging.main.ts.patch
-   # Patch build to make it work with system electron
-   export SYSTEM_ELECTRON_VERSION=$(electron$_electronversion -v | sed 
's/v//g')
-   export ELECTRONVERSION=$_electronversion
-   sed -i "s|@electronversion@|${ELECTRONVERSION}|" ../bitwarden.sh
-   jq < package.json \
-  '.build["electronVersion"]=$ENV.SYSTEM_ELECTRON_VERSION | 
.build["electronDist"]="/usr/lib/electron\(env.ELECTRONVERSION)"' \
-  > package.json.patched
-   mv package.json.patched package.json
-}
-
-build() {
-   cd bitwarden
-   electronDist=/usr/lib/electron$_electronversion
-   electronVer=$(electron$_electronversion --version | tail -c +2)
-   export npm_config_cache="$srcdir/npm_cache"
-   export ELECTRON_SKIP_BINARY_DOWNLOAD=1
-   npm install --build-from-source
-   npm run build
-   npm run clean:dist 
-   npm exec -c "electron-builder --linux --x64 --dir 
-c.electronDist=$electronDist \
--c.electronVersion=$electronVer"
-}
-
-package(){
-   cd bitwarden
-   install -vDm644 dist/linux-unpacked/resources/app.asar -t 
"${pkgdir}/usr/lib/${pkgname}"
-   install -vDm644 build/package.json -t "${pkgdir}/usr/lib/${pkgname}"
-   cp -vr dist/linux-unpacked/resources/app.asar.unpacked -t 
"${pkgdir}/usr/lib/${pkgname}"
-
-   for i in 16 32 64 128 256 512 1024; do
-   install -vDm644 resources/icons/${i}x${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-   done
-   install -vDm644 resources/icon.png 
"${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/${pkgname}.png"
-
-   install -vDm755 "${srcdir}/${pkgname}.sh" 
"${pkgdir}/usr/bin/bitwarden-desktop"
-   install -vDm644 "${srcdir}"/${pkgname}.desktop -t 
"${pkgdir}"/usr/share/applications
-}

Copied: bitwarden/repos/community-x86_64/PKGBUILD (from rev 1238026, 
bitwarden/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 10:47:20 UTC (rev 1238027)
@@ -0,0 +1,74 @@
+# Maintainer: Alexander Epaneshnikov 
+# Contributor: libertylocked 
+
+pkgname=bitwarden
+pkgver=2022.5.1 
+pkgrel=1
+_electronversion=16
+p

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

2022-06-15 Thread Alexander Epaneshnikov via arch-commits
Date: Wednesday, June 15, 2022 @ 10:47:15
  Author: alex19ep
Revision: 1238026

upgpkg: bitwarden 2022.5.1-1 upstream release

Modified:
  bitwarden/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 10:10:20 UTC (rev 1238025)
+++ PKGBUILD2022-06-15 10:47:15 UTC (rev 1238026)
@@ -2,16 +2,16 @@
 # Contributor: libertylocked 
 
 pkgname=bitwarden
-pkgver=1.33.0
+pkgver=2022.5.1 
 pkgrel=1
 _electronversion=16
 pkgdesc='A secure and free password manager for all of your devices'
 arch=('x86_64')
-url='https://github.com/bitwarden/desktop'
+url='https://github.com/bitwarden/clients/tree/master/apps/desktop'
 license=('GPL3')
 depends=("electron$_electronversion" 'libnotify' 'libsecret' 'libxtst' 
'libxss' 'libnss_nis')
 makedepends=('git' 'npm' 'python' 'node-gyp' 'nodejs-lts-gallium' 'jq')
-source=(${pkgname}::git+https://github.com/bitwarden/desktop.git#tag=v$pkgver
+source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=desktop-v$pkgver
 bitwarden-jslib::git+https://github.com/bitwarden/jslib.git
 messaging.main.ts.patch
 ${pkgname}.sh
@@ -23,31 +23,35 @@
 
'05b771e72f1925f61b710fb67e5709dbfd63855425d2ef146ca3770b050e78cb3933cffc7afb1ad43a1d87867b2c2486660c79fdfc95b3891befdff26c8520fd')
 
 prepare() {
-   cd bitwarden
+   cd bitwarden/apps/desktop
+
# Link jslib
git submodule init
-   git config submodule.jslib.url "$srcdir/bitwarden-jslib"
+   git config 'submodule.apps/browser/jslib.url' "$srcdir/bitwarden-jslib"
+   git config 'submodule.apps/desktop/jslib.url' "$srcdir/bitwarden-jslib"
git submodule update
 
# This patch is required to make "Start automatically on login" work
-   patch --strip=1 src/main/messaging.main.ts ../messaging.main.ts.patch
+   patch --strip=1 src/main/messaging.main.ts 
"$srcdir/messaging.main.ts.patch"
+
# Patch build to make it work with system electron
export SYSTEM_ELECTRON_VERSION=$(electron$_electronversion -v | sed 
's/v//g')
export ELECTRONVERSION=$_electronversion
-   sed -i "s|@electronversion@|${ELECTRONVERSION}|" ../bitwarden.sh
-   jq < package.json \
-  '.build["electronVersion"]=$ENV.SYSTEM_ELECTRON_VERSION | 
.build["electronDist"]="/usr/lib/electron\(env.ELECTRONVERSION)"' \
-  > package.json.patched
-   mv package.json.patched package.json
+   sed -i "s|@electronversion@|${ELECTRONVERSION}|" "$srcdir/bitwarden.sh"
+   # jq < package.json \
+   #'.build["electronVersion"]=$ENV.SYSTEM_ELECTRON_VERSION | 
.build["electronDist"]="/usr/lib/electron\(env.ELECTRONVERSION)"' \
+   #> package.json.patched
+   # mv package.json.patched package.json
 }
 
 build() {
-   cd bitwarden
+   cd bitwarden/apps/desktop
electronDist=/usr/lib/electron$_electronversion
electronVer=$(electron$_electronversion --version | tail -c +2)
+   export npm_config_build_from_source=true
export npm_config_cache="$srcdir/npm_cache"
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
-   npm install --build-from-source
+   npm install
npm run build
npm run clean:dist 
npm exec -c "electron-builder --linux --x64 --dir 
-c.electronDist=$electronDist \
@@ -55,7 +59,7 @@
 }
 
 package(){
-   cd bitwarden
+   cd bitwarden/apps/desktop
install -vDm644 dist/linux-unpacked/resources/app.asar -t 
"${pkgdir}/usr/lib/${pkgname}"
install -vDm644 build/package.json -t "${pkgdir}/usr/lib/${pkgname}"
cp -vr dist/linux-unpacked/resources/app.asar.unpacked -t 
"${pkgdir}/usr/lib/${pkgname}"



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

2022-06-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 15, 2022 @ 10:43:47
  Author: lcarlier
Revision: 448724

archrelease: copy trunk to extra-any

Added:
  opencl-headers/repos/extra-any/LICENSE.txt
(from rev 448723, opencl-headers/trunk/LICENSE.txt)
  opencl-headers/repos/extra-any/PKGBUILD
(from rev 448723, opencl-headers/trunk/PKGBUILD)
Deleted:
  opencl-headers/repos/extra-any/LICENSE.txt
  opencl-headers/repos/extra-any/PKGBUILD

-+
 LICENSE.txt |   40 
 PKGBUILD|   58 +-
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2022-06-15 10:43:42 UTC (rev 448723)
+++ LICENSE.txt 2022-06-15 10:43:47 UTC (rev 448724)
@@ -1,20 +0,0 @@
- * Copyright (c) 2008-2010 The Khronos Group Inc.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and/or associated documentation files (the
- * "Materials"), to deal in the Materials without restriction, including
- * without limitation the rights to use, copy, modify, merge, publish,
- * distribute, sublicense, and/or sell copies of the Materials, and to
- * permit persons to whom the Materials are 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 Materials.
- *
- * THE MATERIALS ARE 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
- * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

Copied: opencl-headers/repos/extra-any/LICENSE.txt (from rev 448723, 
opencl-headers/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2022-06-15 10:43:47 UTC (rev 448724)
@@ -0,0 +1,20 @@
+ * Copyright (c) 2008-2010 The Khronos Group Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and/or associated documentation files (the
+ * "Materials"), to deal in the Materials without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Materials, and to
+ * permit persons to whom the Materials are 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 Materials.
+ *
+ * THE MATERIALS ARE 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
+ * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 10:43:42 UTC (rev 448723)
+++ PKGBUILD2022-06-15 10:43:47 UTC (rev 448724)
@@ -1,29 +0,0 @@
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Sylvain HENRY 
-
-pkgname=opencl-headers
-pkgver=2022.01.04
-pkgrel=1
-epoch=2
-pkgdesc='OpenCL (Open Computing Language) header files'
-arch=('any')
-url='https://www.khronos.org/registry/cl/'
-license=('custom')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/OpenCL-Headers/archive/v${pkgver}.tar.gz";)
-sha256sums=('6e716e2b13fc8d363b40a165ca75021b102f9328e2b38f8054d7db5884de29c9')
-optdepends=('opencl-clhpp: C++ support')
-
-package() {
-  cd "${srcdir}"/OpenCL-Headers*/CL
-
-  install -dm755 "${pkgdir}"/usr/include/CL
-
-  for h in *.h; do
-install -m 644 ${h} "${pkgdir}"/usr/include/CL/
-  done
-
-  # remove useless headers
-  rm "${pkgdir}"/usr/include/CL/{cl_d3d,cl_dx9}*.h
-
-  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: opencl-headers/repos/extra-any/PKGBUILD (from rev 448723, 
opencl-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 10:43:47 UTC (rev 448724)
@@ -0,0 +1,29 @@
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+
+pkgname=opencl-headers
+pkgver=2022.05.18
+pkgrel=1
+epoch=2
+pkgdesc='OpenCL (Open Computing Language) header files'
+arch=('

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

2022-06-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 15, 2022 @ 10:43:42
  Author: lcarlier
Revision: 448723

upgpkg: opencl-headers 2:2022.05.18-1: upstream update 2022.05.18

Modified:
  opencl-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 09:45:16 UTC (rev 448722)
+++ PKGBUILD2022-06-15 10:43:42 UTC (rev 448723)
@@ -2,7 +2,7 @@
 # Contributor: Sylvain HENRY 
 
 pkgname=opencl-headers
-pkgver=2022.01.04
+pkgver=2022.05.18
 pkgrel=1
 epoch=2
 pkgdesc='OpenCL (Open Computing Language) header files'
@@ -10,7 +10,7 @@
 url='https://www.khronos.org/registry/cl/'
 license=('custom')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/OpenCL-Headers/archive/v${pkgver}.tar.gz";)
-sha256sums=('6e716e2b13fc8d363b40a165ca75021b102f9328e2b38f8054d7db5884de29c9')
+sha256sums=('88a1177853b279eaf574e2aafad26a84be1a6f615ab1b00c20d5af2ace95c42e')
 optdepends=('opencl-clhpp: C++ support')
 
 package() {



[arch-commits] Commit in libigl (3 files)

2022-06-15 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 15, 2022 @ 10:10:20
  Author: alucryd
Revision: 1238025

archrelease: copy trunk to community-any

Added:
  libigl/repos/
  libigl/repos/community-any/
  libigl/repos/community-any/PKGBUILD
(from rev 1238024, libigl/trunk/PKGBUILD)

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

Copied: libigl/repos/community-any/PKGBUILD (from rev 1238024, 
libigl/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2022-06-15 10:10:20 UTC (rev 1238025)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Christian Pfeiffer 
+
+pkgname=libigl
+pkgver=2.4.0
+pkgrel=3
+pkgdesc='Simple C++ geometry processing library'
+arch=(any)
+url=https://github.com/libigl/libigl
+depends=(eigen)
+makedepends=(
+  cmake
+  git
+  ninja
+)
+license=(GPL3)
+_tag=66b3ef2253e765d0ce0db74cec91bd706e5ba176
+source=(git+https://github.com/libigl/libigl.git#tag=${_tag})
+b2sums=(SKIP)
+
+build() {
+  cmake -S libigl -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFETCHCONTENT_SOURCE_DIR_EIGEN=/usr/include/eigen3 \
+-DFETCHCONTENT_UPDATES_DISCONNECTED=ON \
+-DLIBIGL_BUILD_TESTS=OFF \
+-DLIBIGL_BUILD_TUTORIALS=OFF \
+-DLIBIGL_COPYLEFT_CGAL=OFF \
+-DLIBIGL_COPYLEFT_COMISO=OFF \
+-DLIBIGL_COPYLEFT_TETGEN=OFF \
+-DLIBIGL_EMBREE=OFF \
+-DLIBIGL_GLFW=OFF \
+-DLIBIGL_IMGUI=OFF \
+-DLIBIGL_OPENGL=OFF \
+-DLIBIGL_PNG=OFF \
+-DLIBIGL_PREDICATES=OFF \
+-DLIBIGL_RESTRICTED_MATLAB=OFF \
+-DLIBIGL_RESTRICTED_MOSEK=OFF \
+-DLIBIGL_RESTRICTED_TRIANGLE=OFF \
+-DLIBIGL_USE_STATIC_LIBRARY=OFF \
+-DLIBIGL_XML=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  rm -rf "${pkgdir}"/usr/{include/Eigen,lib/cmake/eigen}
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-15 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 15, 2022 @ 10:10:13
  Author: alucryd
Revision: 1238024

add libigl

Added:
  libigl/
  libigl/trunk/
  libigl/trunk/PKGBUILD

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

Added: libigl/trunk/PKGBUILD
===
--- libigl/trunk/PKGBUILD   (rev 0)
+++ libigl/trunk/PKGBUILD   2022-06-15 10:10:13 UTC (rev 1238024)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Christian Pfeiffer 
+
+pkgname=libigl
+pkgver=2.4.0
+pkgrel=3
+pkgdesc='Simple C++ geometry processing library'
+arch=(any)
+url=https://github.com/libigl/libigl
+depends=(eigen)
+makedepends=(
+  cmake
+  git
+  ninja
+)
+license=(GPL3)
+_tag=66b3ef2253e765d0ce0db74cec91bd706e5ba176
+source=(git+https://github.com/libigl/libigl.git#tag=${_tag})
+b2sums=(SKIP)
+
+build() {
+  cmake -S libigl -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFETCHCONTENT_SOURCE_DIR_EIGEN=/usr/include/eigen3 \
+-DFETCHCONTENT_UPDATES_DISCONNECTED=ON \
+-DLIBIGL_BUILD_TESTS=OFF \
+-DLIBIGL_BUILD_TUTORIALS=OFF \
+-DLIBIGL_COPYLEFT_CGAL=OFF \
+-DLIBIGL_COPYLEFT_COMISO=OFF \
+-DLIBIGL_COPYLEFT_TETGEN=OFF \
+-DLIBIGL_EMBREE=OFF \
+-DLIBIGL_GLFW=OFF \
+-DLIBIGL_IMGUI=OFF \
+-DLIBIGL_OPENGL=OFF \
+-DLIBIGL_PNG=OFF \
+-DLIBIGL_PREDICATES=OFF \
+-DLIBIGL_RESTRICTED_MATLAB=OFF \
+-DLIBIGL_RESTRICTED_MOSEK=OFF \
+-DLIBIGL_RESTRICTED_TRIANGLE=OFF \
+-DLIBIGL_USE_STATIC_LIBRARY=OFF \
+-DLIBIGL_XML=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  rm -rf "${pkgdir}"/usr/{include/Eigen,lib/cmake/eigen}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in fluidd (3 files)

2022-06-15 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 15, 2022 @ 09:46:01
  Author: alucryd
Revision: 1238023

archrelease: copy trunk to community-any

Added:
  fluidd/repos/
  fluidd/repos/community-any/
  fluidd/repos/community-any/PKGBUILD
(from rev 1238022, fluidd/trunk/PKGBUILD)

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

Copied: fluidd/repos/community-any/PKGBUILD (from rev 1238022, 
fluidd/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2022-06-15 09:46:01 UTC (rev 1238023)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=fluidd
+pkgver=1.18.2
+pkgrel=1
+pkgdesc='A free and open-source Klipper web interface for managing your 3d 
printer'
+arch=(any)
+url=https://docs.fluidd.xyz/
+license=(GPL3)
+makedepends=(
+  git
+  nodejs-lts-gallium
+  npm
+)
+optdepends=('ustreamer: webcam streaming support')
+_tag=e3b763e715ae96df54c758a448293f97eadc990a
+source=(git+https://github.com/fluidd-core/fluidd.git?signed#tag=${_tag})
+validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas 

+b2sums=('SKIP')
+
+build() {
+  cd fluidd
+  npm install --frozen-lockfile
+  npx vue-cli-service build
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/webapps
+  cp -dr --no-preserve=ownership fluidd/dist 
"${pkgdir}"/usr/share/webapps/fluidd
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-15 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 15, 2022 @ 09:45:49
  Author: alucryd
Revision: 1238022

add fluidd

Added:
  fluidd/
  fluidd/trunk/
  fluidd/trunk/PKGBUILD

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

Added: fluidd/trunk/PKGBUILD
===
--- fluidd/trunk/PKGBUILD   (rev 0)
+++ fluidd/trunk/PKGBUILD   2022-06-15 09:45:49 UTC (rev 1238022)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=fluidd
+pkgver=1.18.2
+pkgrel=1
+pkgdesc='A free and open-source Klipper web interface for managing your 3d 
printer'
+arch=(any)
+url=https://docs.fluidd.xyz/
+license=(GPL3)
+makedepends=(
+  git
+  nodejs-lts-gallium
+  npm
+)
+optdepends=('ustreamer: webcam streaming support')
+_tag=e3b763e715ae96df54c758a448293f97eadc990a
+source=(git+https://github.com/fluidd-core/fluidd.git?signed#tag=${_tag})
+validpgpkeys=(4C717BDC0E452F5B13490409AB4C64C58BA9C3ED) # Pedro Lamas 

+b2sums=('SKIP')
+
+build() {
+  cd fluidd
+  npm install --frozen-lockfile
+  npx vue-cli-service build
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/webapps
+  cp -dr --no-preserve=ownership fluidd/dist 
"${pkgdir}"/usr/share/webapps/fluidd
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in vulkan-lunarg-tools/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-06-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 15, 2022 @ 09:45:16
  Author: lcarlier
Revision: 448722

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-lunarg-tools/repos/extra-x86_64/PKGBUILD
(from rev 448721, vulkan-lunarg-tools/trunk/PKGBUILD)
Deleted:
  vulkan-lunarg-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 09:45:12 UTC (rev 448721)
+++ PKGBUILD2022-06-15 09:45:16 UTC (rev 448722)
@@ -1,90 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-lunarg-tools
-pkgname=(vulkan-extra-tools vulkan-extra-layers)
-_tag=1.3.204.1
-pkgver=1.3.204.1
-pkgrel=1
-arch=(x86_64)
-url="http://lunarg.com/";
-license=('custom')
-depends=()
-makedepends=(git cmake python libx11 libxrandr wayland qt5-svg qt5-webengine)
-#source=("https://github.com/LunarG/VulkanTools/archive/v${pkgver}.tar.gz";)
-source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#tag=sdk-${_tag}";)
-sha256sums=('SKIP')
-
-_install() {
-  local src f dir
-  for src; do
-f="${src#fakeinstall/}"
-dir="${pkgdir}/${f%/*}"
-install -m755 -d "${dir}"
-mv -v "${src}" "${dir}/"
-  done
-}
-
-pkgver() {
- cd "${srcdir}"/VulkanTools*
-
- #echo ${_tag}+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
- echo ${_tag}
-}
-
-build() {
-  cd "${srcdir}"/VulkanTools*
-
-  ./update_external_sources.sh
-  rm -rf build ; mkdir build ; cd build
-  ../scripts/update_deps.py
-
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_TESTS=OFF \
--DBUILD_VIA=ON \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-  make DESTDIR="${srcdir}/fakeinstall" install
-}
-
-package_vulkan-extra-tools() {
-  pkgdesc="Vulkan lunarg tools"
-  depends=(vulkan-validation-layers qt5-svg qt5-webengine)
-  conflicts=('vulkan-trace<1.2.148.1')
-  groups=('vulkan-devel')
-
-  _install fakeinstall/usr/bin/*
-
-  install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-  install -m644 VulkanTools*/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  install -m644 VulkanTools*/vkconfig/*.md 
"${pkgdir}"/usr/share/doc/${pkgname}/
-}
-
-package_vulkan-extra-layers() {
-  pkgdesc="Extra layers for Vulkan development"
-  depends=(vulkan-validation-layers)
-  groups=('vulkan-devel')
-  
-  _install fakeinstall/usr/lib/libVkLayer_api_dump.so
-  _install fakeinstall/usr/lib/libVkLayer_monitor.so
-  _install fakeinstall/usr/lib/libVkLayer_screenshot.so
-  _install fakeinstall/usr/lib/libVkLayer_device_simulation.so
-
-  _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_api_dump.json
-  _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_monitor.json
-  _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_screenshot.json
-  _install 
fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_device_simulation.json
-
-  install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-  install -m644 VulkanTools*/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  install -m644 VulkanTools*/layersvt/README.md 
"${pkgdir}"/usr/share/doc/${pkgname}/
-}
-

Copied: vulkan-lunarg-tools/repos/extra-x86_64/PKGBUILD (from rev 448721, 
vulkan-lunarg-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 09:45:16 UTC (rev 448722)
@@ -0,0 +1,88 @@
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-lunarg-tools
+pkgname=(vulkan-extra-tools vulkan-extra-layers)
+_tag=1.3.216.0
+pkgver=1.3.216.0
+pkgrel=1
+arch=(x86_64)
+url="http://lunarg.com/";
+license=('custom')
+depends=()
+makedepends=(git cmake python libx11 libxrandr wayland qt5-svg qt5-webengine)
+#source=("https://github.com/LunarG/VulkanTools/archive/v${pkgver}.tar.gz";)
+source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#tag=sdk-${_tag}";)
+sha256sums=('SKIP')
+
+_install() {
+  local src f dir
+  for src; do
+f="${src#fakeinstall/}"
+dir="${pkgdir}/${f%/*}"
+install -m755 -d "${dir}"
+mv -v "${src}" "${dir}/"
+  done
+}
+
+pkgver() {
+ cd "${srcdir}"/VulkanTools*
+
+ #echo ${_tag}+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+ echo ${_tag}
+}
+
+build() {
+  cd "${srcdir}"/VulkanTools*
+
+  ./update_external_sources.sh
+  rm -rf build ; mkdir build ; cd build
+  ../scripts/update_deps.py
+
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_WSI_XCB_SUPPORT=On \

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

2022-06-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 15, 2022 @ 09:45:12
  Author: lcarlier
Revision: 448721

upgpkg: vulkan-lunarg-tools 1.3.216.0-1: upstream update 1.3.216.0

Modified:
  vulkan-lunarg-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 08:59:33 UTC (rev 448720)
+++ PKGBUILD2022-06-15 09:45:12 UTC (rev 448721)
@@ -2,8 +2,8 @@
 
 pkgbase=vulkan-lunarg-tools
 pkgname=(vulkan-extra-tools vulkan-extra-layers)
-_tag=1.3.204.1
-pkgver=1.3.204.1
+_tag=1.3.216.0
+pkgver=1.3.216.0
 pkgrel=1
 arch=(x86_64)
 url="http://lunarg.com/";
@@ -76,12 +76,10 @@
   _install fakeinstall/usr/lib/libVkLayer_api_dump.so
   _install fakeinstall/usr/lib/libVkLayer_monitor.so
   _install fakeinstall/usr/lib/libVkLayer_screenshot.so
-  _install fakeinstall/usr/lib/libVkLayer_device_simulation.so
 
   _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_api_dump.json
   _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_monitor.json
   _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_screenshot.json
-  _install 
fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_device_simulation.json
 
   install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
   install -m644 VulkanTools*/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/



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

2022-06-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 15, 2022 @ 09:01:40
  Author: lcarlier
Revision: 1238021

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD
(from rev 1238020, 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 08:45:45 UTC (rev 1238020)
+++ PKGBUILD2022-06-15 09:01:40 UTC (rev 1238021)
@@ -1,48 +0,0 @@
-# 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}/
-}

Copied: lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD (from rev 
1238020, lib32-vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 09:01:40 UTC (rev 1238021)
@@ -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 vulkan-tools/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-06-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 15, 2022 @ 08:59:33
  Author: lcarlier
Revision: 448720

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-tools/repos/extra-x86_64/PKGBUILD
(from rev 448719, vulkan-tools/trunk/PKGBUILD)
Deleted:
  vulkan-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 08:59:28 UTC (rev 448719)
+++ PKGBUILD2022-06-15 08:59:33 UTC (rev 448720)
@@ -1,70 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-tools
-pkgver=1.3.213
-pkgrel=1
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/";
-pkgdesc="Vulkan Utilities and Tools"
-license=('custom')
-depends=('libx11' 'wayland' 'libvulkan.so')
-makedepends=('cmake' 'python' 'vulkan-headers' 'vulkan-icd-loader' 
'wayland-protocols' 'glslang' 'spirv-tools')
-groups=('vulkan-devel')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz";)
-sha256sums=('2b20b9c8cefe26f8d7df5f6b270c6a6d4dcf5fe0995f779abac2f0fa658c5798')
-
-prepare() {
-  cd "${srcdir}"/Vulkan-Tools*
-
-  rm -rf build{,-wayland} && mkdir build{,-wayland}
-}
-
-build() {
-  cd "${srcdir}"/Vulkan-Tools*/build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_CUBE=ON \
--DBUILD_VULKANINFO=ON \
--DBUILD_ICD=OFF \
--DGLSLANG_INSTALL_DIR=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-
-  cd "${srcdir}"/Vulkan-Tools*/build-wayland
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_WSI_XCB_SUPPORT=OFF \
--DBUILD_WSI_XLIB_SUPPORT=OFF \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_CUBE=ON \
--DCUBE_WSI_SELECTION=WAYLAND \
--DBUILD_VULKANINFO=OFF \
--DBUILD_ICD=OFF \
--DGLSLANG_INSTALL_DIR=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Tools*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 ../build-wayland/cube/vkcube-wayland "${pkgdir}"/usr/bin/
-
-  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-tools/repos/extra-x86_64/PKGBUILD (from rev 448719, 
vulkan-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 08:59:33 UTC (rev 448720)
@@ -0,0 +1,70 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-tools
+pkgver=1.3.217
+pkgrel=1
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/";
+pkgdesc="Vulkan Utilities and Tools"
+license=('custom')
+depends=('libx11' 'wayland' 'libvulkan.so')
+makedepends=('cmake' 'python' 'vulkan-headers' 'vulkan-icd-loader' 
'wayland-protocols' 'glslang' 'spirv-tools')
+groups=('vulkan-devel')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz";)
+sha256sums=('09e1ae38c4546ca709dae788562f25f2bdd9ed7f401bd9e03abc29233a552a0f')
+
+prepare() {
+  cd "${srcdir}"/Vulkan-Tools*
+
+  rm -rf build{,-wayland} && mkdir build{,-wayland}
+}
+
+build() {
+  cd "${srcdir}"/Vulkan-Tools*/build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_CUBE=ON \
+-DBUILD_VULKANINFO=ON \
+-DBUILD_ICD=OFF \
+-DGLSLANG_INSTALL_DIR=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+
+  cd "${srcdir}"/Vulkan-Tools*/build-wayland
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_WSI_XCB_SUPPORT=OFF \
+-DBUILD_WSI_XLIB_SUPPORT=OFF \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_CUBE=ON \
+-DCUBE_WSI_SELECTION=WAYLAND \
+-DBUILD_VULKANINFO=OFF \
+-DBUILD_ICD=OFF \
+-DGLSLANG_INSTALL_DIR=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-Tools*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 ../build-wayland/cube/vkcube-wayland "${pkgdir}"/usr/bin/
+
+  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



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

2022-06-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 15, 2022 @ 08:59:28
  Author: lcarlier
Revision: 448719

upgpkg: vulkan-tools 1.3.217-1: upstream update 1.3.217

Modified:
  vulkan-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 08:45:32 UTC (rev 448718)
+++ PKGBUILD2022-06-15 08:59:28 UTC (rev 448719)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-tools
-pkgver=1.3.213
+pkgver=1.3.217
 pkgrel=1
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/";
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'python' 'vulkan-headers' 'vulkan-icd-loader' 
'wayland-protocols' 'glslang' 'spirv-tools')
 groups=('vulkan-devel')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz";)
-sha256sums=('2b20b9c8cefe26f8d7df5f6b270c6a6d4dcf5fe0995f779abac2f0fa658c5798')
+sha256sums=('09e1ae38c4546ca709dae788562f25f2bdd9ed7f401bd9e03abc29233a552a0f')
 
 prepare() {
   cd "${srcdir}"/Vulkan-Tools*



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

2022-06-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 15, 2022 @ 08:45:45
  Author: lcarlier
Revision: 1238020

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD
(from rev 1238019, lib32-vulkan-validation-layers/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 08:45:41 UTC (rev 1238019)
+++ PKGBUILD2022-06-15 08:45:45 UTC (rev 1238020)
@@ -1,55 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-validation-layers
-pkgver=1.3.211.0
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Validation Layers (32-bit)"
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-depends=('lib32-gcc-libs' 'lib32-vulkan-icd-loader' 'vulkan-headers')
-makedepends=('cmake' 'python' 'lib32-libx11' 'lib32-libxrandr' 'lib32-wayland' 
'git')
-provides=('libVkLayer_khronos_validation.so')
-source=("https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/sdk-${pkgver}.tar.gz";)
-sha256sums=('927c1cb98c81fe8a1a529cf2d977d701dcda49c495a19583dc00e178b6757203')
-
-prepare() {
-  cd "${srcdir}"/Vulkan-ValidationLayers*
-
-  rm -rf build && mkdir build
-}
-
-build() {
-  export ASFLAGS=--32
-  export CFLAGS+=" -m32 -ffat-lto-objects"
-  export CXXFLAGS+=" -m32 -ffat-lto-objects -Wno-error=restrict"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}"/Vulkan-ValidationLayers*/build
-
-  ../scripts/update_deps.py --config release
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/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-ValidationLayers*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/usr/share/vulkan
-
-  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD (from rev 
1238019, lib32-vulkan-validation-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 08:45:45 UTC (rev 1238020)
@@ -0,0 +1,55 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-validation-layers
+pkgver=1.3.216.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Validation Layers (32-bit)"
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+depends=('lib32-gcc-libs' 'lib32-vulkan-icd-loader' 'vulkan-headers')
+makedepends=('cmake' 'python' 'lib32-libx11' 'lib32-libxrandr' 'lib32-wayland' 
'git')
+provides=('libVkLayer_khronos_validation.so')
+source=("https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/sdk-${pkgver}.tar.gz";)
+sha256sums=('593d9b818d536490b70322a01b306ec165df5e7a70d770d05014fbd0b325fa15')
+
+prepare() {
+  cd "${srcdir}"/Vulkan-ValidationLayers*
+
+  rm -rf build && mkdir build
+}
+
+build() {
+  export ASFLAGS=--32
+  export CFLAGS+=" -m32 -ffat-lto-objects"
+  export CXXFLAGS+=" -m32 -ffat-lto-objects -Wno-error=restrict"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}"/Vulkan-ValidationLayers*/build
+
+  ../scripts/update_deps.py --config release
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/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-ValidationLayers*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "${pkgdir}"/usr/share/vulkan
+
+  install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in lib32-vulkan-validation-layers/trunk (PKGBUILD)

2022-06-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 15, 2022 @ 08:45:41
  Author: lcarlier
Revision: 1238019

upgpkg: lib32-vulkan-validation-layers 1.3.216.0-1: upstream update 1.3.216.0

Modified:
  lib32-vulkan-validation-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 07:42:28 UTC (rev 1238018)
+++ PKGBUILD2022-06-15 08:45:41 UTC (rev 1238019)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=lib32-vulkan-validation-layers
-pkgver=1.3.211.0
+pkgver=1.3.216.0
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Validation Layers (32-bit)"
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'python' 'lib32-libx11' 'lib32-libxrandr' 'lib32-wayland' 
'git')
 provides=('libVkLayer_khronos_validation.so')
 
source=("https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/sdk-${pkgver}.tar.gz";)
-sha256sums=('927c1cb98c81fe8a1a529cf2d977d701dcda49c495a19583dc00e178b6757203')
+sha256sums=('593d9b818d536490b70322a01b306ec165df5e7a70d770d05014fbd0b325fa15')
 
 prepare() {
   cd "${srcdir}"/Vulkan-ValidationLayers*



[arch-commits] Commit in vulkan-validation-layers/repos/extra-x86_64 (2 files)

2022-06-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 15, 2022 @ 08:45:32
  Author: lcarlier
Revision: 448718

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-validation-layers/repos/extra-x86_64/PKGBUILD
(from rev 448717, vulkan-validation-layers/trunk/PKGBUILD)
Deleted:
  vulkan-validation-layers/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-15 08:45:28 UTC (rev 448717)
+++ PKGBUILD2022-06-15 08:45:32 UTC (rev 448718)
@@ -1,60 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-validation-layers
-pkgver=1.3.211.0
-pkgrel=1
-pkgdesc="Vulkan Validation Layers"
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-groups=('vulkan-devel')
-depends=('gcc-libs' 'vulkan-icd-loader' 'vulkan-headers' 'libx11')
-makedepends=('cmake' 'python-lxml' 'libxrandr' 'wayland' 'git')
-provides=('libVkLayer_khronos_validation.so')
-options=(!strip)
-source=("https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/sdk-${pkgver}.tar.gz";)
-#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735";)
-sha256sums=('927c1cb98c81fe8a1a529cf2d977d701dcda49c495a19583dc00e178b6757203')
-
-#pkgver() {
-#  cd "${srcdir}/Vulkan-ValidationLayers"
-#
-#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-prepare() {
-  cd "${srcdir}"/Vulkan-ValidationLayers*
-
-  rm -rf build && mkdir build
-}
-
-build() {
-  cd "${srcdir}"/Vulkan-ValidationLayers*/build
-
-  ../scripts/update_deps.py
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_INSTALL_INCLUDEDIR="/usr/include/" \
--DBUILD_LAYER_SUPPORT_FILES=ON \
--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=RelWithDebInfo \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-ValidationLayers*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 "${pkgdir}"/usr/share/{licenses/,doc/}${pkgname}/
-  cp -r ../docs/* "${pkgdir}"/usr/share/doc/${pkgname}/
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-validation-layers/repos/extra-x86_64/PKGBUILD (from rev 448717, 
vulkan-validation-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-15 08:45:32 UTC (rev 448718)
@@ -0,0 +1,60 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-validation-layers
+pkgver=1.3.216.0
+pkgrel=1
+pkgdesc="Vulkan Validation Layers"
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+groups=('vulkan-devel')
+depends=('gcc-libs' 'vulkan-icd-loader' 'vulkan-headers' 'libx11')
+makedepends=('cmake' 'python-lxml' 'libxrandr' 'wayland' 'git')
+provides=('libVkLayer_khronos_validation.so')
+options=(!strip)
+source=("https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/sdk-${pkgver}.tar.gz";)
+#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735";)
+sha256sums=('593d9b818d536490b70322a01b306ec165df5e7a70d770d05014fbd0b325fa15')
+
+#pkgver() {
+#  cd "${srcdir}/Vulkan-ValidationLayers"
+#
+#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+prepare() {
+  cd "${srcdir}"/Vulkan-ValidationLayers*
+
+  rm -rf build && mkdir build
+}
+
+build() {
+  cd "${srcdir}"/Vulkan-ValidationLayers*/build
+
+  ../scripts/update_deps.py
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_INSTALL_INCLUDEDIR="/usr/include/" \
+-DBUILD_LAYER_SUPPORT_FILES=ON \
+-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=RelWithDebInfo \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-ValidationLayers*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 "${pkgdir}"/usr/share/{licenses/,doc/}${pkgname}/
+  cp -r ../docs/* "${pkgdir}"/usr/share/doc/${pkgname}/
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in vulkan-validation-layers/trunk (PKGBUILD)

2022-06-15 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 15, 2022 @ 08:45:28
  Author: lcarlier
Revision: 448717

upgpkg: vulkan-validation-layers 1.3.216.0-1: upstream update 1.3.216.0

Modified:
  vulkan-validation-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-15 06:02:00 UTC (rev 448716)
+++ PKGBUILD2022-06-15 08:45:28 UTC (rev 448717)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-validation-layers
-pkgver=1.3.211.0
+pkgver=1.3.216.0
 pkgrel=1
 pkgdesc="Vulkan Validation Layers"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!strip)
 
source=("https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/sdk-${pkgver}.tar.gz";)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735";)
-sha256sums=('927c1cb98c81fe8a1a529cf2d977d701dcda49c495a19583dc00e178b6757203')
+sha256sums=('593d9b818d536490b70322a01b306ec165df5e7a70d770d05014fbd0b325fa15')
 
 #pkgver() {
 #  cd "${srcdir}/Vulkan-ValidationLayers"



  1   2   >