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

2022-05-11 Thread Tobias Powalowski via arch-commits
Date: Thursday, May 12, 2022 @ 05:24:54
  Author: tpowa
Revision: 445080

archrelease: copy trunk to extra-any

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

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

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

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

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

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

2022-05-11 Thread Tobias Powalowski via arch-commits
Date: Thursday, May 12, 2022 @ 05:24:35
  Author: tpowa
Revision: 445079

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

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-12 05:23:00 UTC (rev 445078)
+++ PKGBUILD2022-05-12 05:24:35 UTC (rev 445079)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.05
-pkgrel=51
+pkgrel=52
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



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

2022-05-11 Thread Tobias Powalowski via arch-commits
Date: Thursday, May 12, 2022 @ 05:23:00
  Author: tpowa
Revision: 445078

archrelease: copy trunk to extra-any

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

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

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

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

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

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

2022-05-11 Thread Tobias Powalowski via arch-commits
Date: Thursday, May 12, 2022 @ 05:22:41
  Author: tpowa
Revision: 445077

upgpkg: archboot 2022.05-52: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-12 04:54:44 UTC (rev 445076)
+++ PKGBUILD2022-05-12 05:22:41 UTC (rev 445077)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.05
-pkgrel=51
+pkgrel=52
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-05-11 Thread Tobias Powalowski via arch-commits
Date: Thursday, May 12, 2022 @ 04:54:44
  Author: tpowa
Revision: 445076

archrelease: copy trunk to extra-any

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

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

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

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

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

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

2022-05-11 Thread Tobias Powalowski via arch-commits
Date: Thursday, May 12, 2022 @ 04:54:38
  Author: tpowa
Revision: 445075

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

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-12 04:53:51 UTC (rev 445074)
+++ PKGBUILD2022-05-12 04:54:38 UTC (rev 445075)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.05
-pkgrel=50
+pkgrel=51
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



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

2022-05-11 Thread Tobias Powalowski via arch-commits
Date: Thursday, May 12, 2022 @ 04:53:51
  Author: tpowa
Revision: 445074

archrelease: copy trunk to extra-any

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

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

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

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

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

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

2022-05-11 Thread Tobias Powalowski via arch-commits
Date: Thursday, May 12, 2022 @ 04:53:45
  Author: tpowa
Revision: 445073

upgpkg: archboot 2022.05-51: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-12 03:04:33 UTC (rev 445072)
+++ PKGBUILD2022-05-12 04:53:45 UTC (rev 445073)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.05
-pkgrel=50
+pkgrel=51
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 12, 2022 @ 03:04:33
  Author: svenstaro
Revision: 445072

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-open/repos/testing-x86_64/PKGBUILD
(from rev 445071, nvidia-open/trunk/PKGBUILD)
Deleted:
  nvidia-open/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-12 03:04:28 UTC (rev 445071)
+++ PKGBUILD2022-05-12 03:04:33 UTC (rev 445072)
@@ -1,88 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=nvidia-open
-pkgname=(nvidia-open nvidia-open-dkms)
-pkgver=515.43.04
-pkgrel=2
-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')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('2a95132cfebe2dd746e2b507829618557a2518b56d8d77628df9f8073f154fab769604b0789e852e4cc6a52f3130b4b637068b0469931464019f8386db48041f')
-
-prepare() {
-  cd open-gpu-kernel-modules-${pkgver}
-  # 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" CONDITIONAL_CFLAGS=" 
-mindirect-branch-cs-prefix "
-}
-
-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/PKGBUILD (from rev 445071, 
nvidia-open/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-12 03:04:33 UTC (rev 445072)
@@ -0,0 +1,89 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=nvidia-open
+pkgname=(nvidia-open nvidia-open-dkms)
+pkgver=515.43.04
+pkgrel=3
+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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('2a95132cfebe2dd746e2b507829618557a2518b56d8d77628df9f8073f154fab769604b0789e852e4cc6a52f3130b4b637068b0469931464019f8386db48041f')
+
+prepare() {
+  cd open-gpu-kernel-modules-${pkgver}
+  # 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

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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 12, 2022 @ 03:04:28
  Author: svenstaro
Revision: 445071

upgpkg: nvidia-open 515.43.04-3: Fix ABI problem with PIE

Modified:
  nvidia-open/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-12 02:37:01 UTC (rev 445070)
+++ PKGBUILD2022-05-12 03:04:28 UTC (rev 445071)
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=515.43.04
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;
@@ -47,7 +47,8 @@
 
 build() {
   cd open-gpu-kernel-modules-${pkgver}
-  make SYSSRC="/usr/src/linux" CONDITIONAL_CFLAGS=" 
-mindirect-branch-cs-prefix "
+  export CFLAGS="${CFLAGS/-fno-plt/}"
+  make SYSSRC="/usr/src/linux"
 }
 
 package_nvidia-open() {



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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 12, 2022 @ 02:37:01
  Author: svenstaro
Revision: 445070

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-open/repos/testing-x86_64/PKGBUILD
(from rev 445069, nvidia-open/trunk/PKGBUILD)
Deleted:
  nvidia-open/repos/testing-x86_64/PKGBUILD
  nvidia-open/repos/testing-x86_64/nvidia-open.install

-+
 PKGBUILD|  168 ++
 nvidia-open.install |4 -
 2 files changed, 88 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-12 02:36:53 UTC (rev 445069)
+++ PKGBUILD2022-05-12 02:37:01 UTC (rev 445070)
@@ -1,80 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=nvidia-open
-pkgname=(nvidia-open nvidia-open-dkms)
-pkgver=515.43.04
-pkgrel=1
-pkgdesc="NVIDIA open kernel modules"
-arch=('x86_64')
-url="https://github.com/NVIDIA/open-gpu-kernel-modules;
-license=('GPL')
-options=('!lto')
-install=nvidia-open.install
-makedepends=('linux-headers')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('2a95132cfebe2dd746e2b507829618557a2518b56d8d77628df9f8073f154fab769604b0789e852e4cc6a52f3130b4b637068b0469931464019f8386db48041f')
-
-prepare() {
-  cd open-gpu-kernel-modules-${pkgver}
-  # 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" CONDITIONAL_CFLAGS=" 
-mindirect-branch-cs-prefix "
-}
-
-package_nvidia-open() {
-  depends=('linux')
-  conflicts=('NVIDIA-MODULE')
-  provides=('NVIDIA-MODULE')
-
-  cd open-gpu-kernel-modules-${pkgver}
-  _extradir="/usr/lib/modules/$(
+pkgbase=nvidia-open
+pkgname=(nvidia-open nvidia-open-dkms)
+pkgver=515.43.04
+pkgrel=2
+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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('2a95132cfebe2dd746e2b507829618557a2518b56d8d77628df9f8073f154fab769604b0789e852e4cc6a52f3130b4b637068b0469931464019f8386db48041f')
+
+prepare() {
+  cd open-gpu-kernel-modules-${pkgver}
+  # 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" CONDITIONAL_CFLAGS=" 

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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 12, 2022 @ 02:36:53
  Author: svenstaro
Revision: 445069

upgpkg: nvidia-open 515.43.04-2: Always set NVreg_OpenRmEnableUnsupportedGpus=1 
for evryone, else it would be just annoying

Modified:
  nvidia-open/trunk/PKGBUILD
Deleted:
  nvidia-open/trunk/nvidia-open.install

-+
 PKGBUILD|   18 +-
 nvidia-open.install |4 
 2 files changed, 13 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-12 01:39:35 UTC (rev 445068)
+++ PKGBUILD2022-05-12 02:36:53 UTC (rev 445069)
@@ -2,14 +2,14 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=515.43.04
-pkgrel=1
+pkgrel=2
 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')
-install=nvidia-open.install
-makedepends=('linux-headers')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz;)
 
sha512sums=('2a95132cfebe2dd746e2b507829618557a2518b56d8d77628df9f8073f154fab769604b0789e852e4cc6a52f3130b4b637068b0469931464019f8386db48041f')
 
@@ -51,7 +51,7 @@
 }
 
 package_nvidia-open() {
-  depends=('linux')
+  depends+=('linux')
   conflicts=('NVIDIA-MODULE')
   provides=('NVIDIA-MODULE')
 
@@ -61,11 +61,15 @@
   find "${pkgdir}" -name '*.ko' -exec strip --strip-debug {} +
   find "${pkgdir}" -name '*.ko' -exec xz {} +
 
+  # 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 COPYING "$pkgdir"/usr/share/licenses/$pkgname
 }
 
 package_nvidia-open-dkms() {
-  depends=('dkms')
+  depends+=('dkms')
   conflicts=('nvidia-open' 'NVIDIA-MODULE')
   provides=('nvidia-open' 'NVIDIA-MODULE')
 
@@ -74,6 +78,10 @@
   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
 }
 

Deleted: nvidia-open.install
===
--- nvidia-open.install 2022-05-12 01:39:35 UTC (rev 445068)
+++ nvidia-open.install 2022-05-12 02:36:53 UTC (rev 445069)
@@ -1,4 +0,0 @@
-post_install() {
-echo "In order to boot this on non-datacenter cards, you currently need to 
set NVreg_OpenRmEnableUnsupportedGpus=1 during module load"
-echo "You can try it like this: modprobe nvidia 
NVreg_OpenRmEnableUnsupportedGpus=1 but you should likely set it in a 
/etc/modprobe.d file to make it permanent."
-}



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

2022-05-11 Thread Frederik Schwan via arch-commits
Date: Thursday, May 12, 2022 @ 02:23:24
  Author: freswa
Revision: 1198416

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2022-05-11 Thread Frederik Schwan via arch-commits
Date: Thursday, May 12, 2022 @ 02:23:19
  Author: freswa
Revision: 1198415

upgpkg: runc 1.1.2-1

Modified:
  runc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-12 02:04:14 UTC (rev 1198414)
+++ PKGBUILD2022-05-12 02:23:19 UTC (rev 1198415)
@@ -3,8 +3,8 @@
 # Contributor: Sébastien "Seblu" Luttringer
 
 pkgname=runc
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=(x86_64)
 url='https://runc.io/'
@@ -18,7 +18,7 @@
 
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/opencontainers/runc/releases/download/v${pkgver}/runc.tar.xz.asc;)
 validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
  "C9C370B246B09F6DBCFC744C34401015D1D2D386")
-sha256sums=('75c1f0bb19b209412c52599e24b33ac306cf7caf772c97577b7ebe964837a54b'
+sha256sums=('78ad532465ce4c2802480644a8756c30ae99c1bf779f0243af4bca11c4d041de'
 'SKIP')
 
 prepare() {



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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 12, 2022 @ 02:04:14
  Author: svenstaro
Revision: 1198414

archrelease: copy trunk to community-x86_64

Added:
  toml-bombadil/repos/community-x86_64/PKGBUILD
(from rev 1198413, toml-bombadil/trunk/PKGBUILD)
Deleted:
  toml-bombadil/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-12 02:04:08 UTC (rev 1198413)
+++ PKGBUILD2022-05-12 02:04:14 UTC (rev 1198414)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=toml-bombadil
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Adotfile manager with templating"
-arch=('x86_64')
-url="https://github.com/oknozor/toml-bombadil;
-license=('MIT')
-depends=('gcc-libs' 'zlib')
-makedepends=('rust')
-options=(!lto)
-source=($pkgname-$pkgver.tar.gz::https://github.com/oknozor/toml-bombadil/archive/${pkgver}.tar.gz)
-sha512sums=('5f70eab633dc747ff1545ca4150d10898276e527a3f32639e10f25148c045a170e11409da782cc9a1e0a997d2da39672703a7c2d90ba53d4c7a5e4c139f69c40')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cargo build --release --locked
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 target/release/bombadil "$pkgdir"/usr/bin/bombadil
-
-  mkdir -p 
"$pkgdir"/usr/share/{bash-completion/completions,zsh/site-functions,fish/vendor_completions.d}
-  target/release/bombadil generate-completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/bombabil
-  target/release/bombadil generate-completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_bombabil
-  target/release/bombadil generate-completions fish > 
"$pkgdir"/usr/share/fish/vendor_completions.d/bombabil.fish
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: toml-bombadil/repos/community-x86_64/PKGBUILD (from rev 1198413, 
toml-bombadil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-12 02:04:14 UTC (rev 1198414)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=toml-bombadil
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Adotfile manager with templating"
+arch=('x86_64')
+url="https://github.com/oknozor/toml-bombadil;
+license=('MIT')
+depends=('gcc-libs' 'zlib')
+makedepends=('rust')
+options=(!lto)
+source=($pkgname-$pkgver.tar.gz::https://github.com/oknozor/toml-bombadil/archive/${pkgver}.tar.gz)
+sha512sums=('ea9e25a0e6540317c32d992351414730a097dcc257ba053a4b003635f807687635d606071ebddb2cdcf2344f9fd66e71109d549b520eb669ef1e94a0188f6ff2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cargo build --release --locked
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 target/release/bombadil "$pkgdir"/usr/bin/bombadil
+
+  mkdir -p 
"$pkgdir"/usr/share/{bash-completion/completions,zsh/site-functions,fish/vendor_completions.d}
+  target/release/bombadil generate-completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/bombabil
+  target/release/bombadil generate-completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_bombabil
+  target/release/bombadil generate-completions fish > 
"$pkgdir"/usr/share/fish/vendor_completions.d/bombabil.fish
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 12, 2022 @ 02:04:08
  Author: svenstaro
Revision: 1198413

upgpkg: toml-bombadil 3.1.0-1

Modified:
  toml-bombadil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-12 01:41:54 UTC (rev 1198412)
+++ PKGBUILD2022-05-12 02:04:08 UTC (rev 1198413)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=toml-bombadil
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="Adotfile manager with templating"
 arch=('x86_64')
 url="https://github.com/oknozor/toml-bombadil;
@@ -11,7 +11,7 @@
 makedepends=('rust')
 options=(!lto)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/oknozor/toml-bombadil/archive/${pkgver}.tar.gz)
-sha512sums=('5f70eab633dc747ff1545ca4150d10898276e527a3f32639e10f25148c045a170e11409da782cc9a1e0a997d2da39672703a7c2d90ba53d4c7a5e4c139f69c40')
+sha512sums=('ea9e25a0e6540317c32d992351414730a097dcc257ba053a4b003635f807687635d606071ebddb2cdcf2344f9fd66e71109d549b520eb669ef1e94a0188f6ff2')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2022-05-11 Thread Brett Cornwall via arch-commits
Date: Thursday, May 12, 2022 @ 01:41:54
  Author: ainola
Revision: 1198412

archrelease: copy trunk to community-staging-x86_64

Added:
  libicns/repos/community-staging-x86_64/
  libicns/repos/community-staging-x86_64/PKGBUILD
(from rev 1198411, libicns/trunk/PKGBUILD)

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

Copied: libicns/repos/community-staging-x86_64/PKGBUILD (from rev 1198411, 
libicns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-12 01:41:54 UTC (rev 1198412)
@@ -0,0 +1,29 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Justin Dray
+# Contributor: Andy Kluger
+# Contributor: Alexander 'hatred' Drozdov
+# Contributor: G_Syme
+# Contributor: SpepS
+# Contributor: Bastien Dejean
+
+pkgname=libicns
+pkgver=0.8.1
+pkgrel=8
+pkgdesc='Library for manipulating icns/IconFamily files'
+arch=('x86_64')
+url='https://icns.sourceforge.io/'
+license=('LGPL' 'GPL2')
+depends=('libpng' 'jasper')
+source=("https://downloads.sf.net/icns/$pkgname-$pkgver.tar.gz;)
+sha256sums=('335f10782fc79855cf02beac4926c4bf9f800a742445afbbf7729dab384555c2')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2022-05-11 Thread Brett Cornwall via arch-commits
Date: Thursday, May 12, 2022 @ 01:41:35
  Author: ainola
Revision: 1198411

Rebuild with Jasper 3.0.3

https://archlinux.org/todo/jasper-303-rebuild/

Modified:
  libicns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 23:17:59 UTC (rev 1198410)
+++ PKGBUILD2022-05-12 01:41:35 UTC (rev 1198411)
@@ -1,4 +1,4 @@
-# Maintainer: Ainola
+# Maintainer: Brett Cornwall 
 # Contributor: Justin Dray
 # Contributor: Andy Kluger
 # Contributor: Alexander 'hatred' Drozdov
@@ -8,7 +8,7 @@
 
 pkgname=libicns
 pkgver=0.8.1
-pkgrel=7
+pkgrel=8
 pkgdesc='Library for manipulating icns/IconFamily files'
 arch=('x86_64')
 url='https://icns.sourceforge.io/'



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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 12, 2022 @ 01:39:35
  Author: svenstaro
Revision: 445068

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-open/repos/testing-x86_64/
  nvidia-open/repos/testing-x86_64/PKGBUILD
(from rev 445067, nvidia-open/trunk/PKGBUILD)
  nvidia-open/repos/testing-x86_64/nvidia-open.install
(from rev 445067, nvidia-open/trunk/nvidia-open.install)

-+
 PKGBUILD|   80 ++
 nvidia-open.install |4 ++
 2 files changed, 84 insertions(+)

Copied: nvidia-open/repos/testing-x86_64/PKGBUILD (from rev 445067, 
nvidia-open/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-05-12 01:39:35 UTC (rev 445068)
@@ -0,0 +1,80 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=nvidia-open
+pkgname=(nvidia-open nvidia-open-dkms)
+pkgver=515.43.04
+pkgrel=1
+pkgdesc="NVIDIA open kernel modules"
+arch=('x86_64')
+url="https://github.com/NVIDIA/open-gpu-kernel-modules;
+license=('GPL')
+options=('!lto')
+install=nvidia-open.install
+makedepends=('linux-headers')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('2a95132cfebe2dd746e2b507829618557a2518b56d8d77628df9f8073f154fab769604b0789e852e4cc6a52f3130b4b637068b0469931464019f8386db48041f')
+
+prepare() {
+  cd open-gpu-kernel-modules-${pkgver}
+  # 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" CONDITIONAL_CFLAGS=" 
-mindirect-branch-cs-prefix "
+}
+
+package_nvidia-open() {
+  depends=('linux')
+  conflicts=('NVIDIA-MODULE')
+  provides=('NVIDIA-MODULE')
+
+  cd open-gpu-kernel-modules-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 12, 2022 @ 01:39:30
  Author: svenstaro
Revision: 445067

upgpkg: nvidia-open 515.43.04-1

Modified:
  nvidia-open/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-12 01:20:06 UTC (rev 445066)
+++ PKGBUILD2022-05-12 01:39:30 UTC (rev 445067)
@@ -24,15 +24,21 @@
   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 '$iBUILT_MODULE_NAME[0]="kernel-open/nvidia"\
+  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]="kernel-open/nvidia-uvm"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+BUILT_MODULE_LOCATION[1]="kernel-open"\
 DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="kernel-open/nvidia-modeset"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+BUILT_MODULE_LOCATION[2]="kernel-open"\
 DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[3]="kernel-open/nvidia-drm"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+BUILT_MODULE_LOCATION[3]="kernel-open"\
 DEST_MODULE_LOCATION[3]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[4]="kernel-open/nvidia-peermem"\
+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



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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 12, 2022 @ 01:20:06
  Author: svenstaro
Revision: 445066

Some DKMS progress

Modified:
  nvidia-open/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-12 00:56:41 UTC (rev 445065)
+++ PKGBUILD2022-05-12 01:20:06 UTC (rev 445066)
@@ -20,8 +20,23 @@
   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 '$iBUILT_MODULE_NAME[0]="kernel-open/nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="kernel-open/nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="kernel-open/nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="kernel-open/nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[4]="kernel-open/nvidia-peermem"\
+DEST_MODULE_LOCATION[4]="/kernel/drivers/video"' kernel-open/dkms.conf
+
   # Clean version for later copying for DKMS
-  cp -r kernel-open "$srcdir"/kernel-open
+  cp -r ../open-gpu-kernel-modules-${pkgver} 
"$srcdir"/open-gpu-kernel-modules-dkms
 }
 
 build() {
@@ -49,7 +64,9 @@
   provides=('nvidia-open' 'NVIDIA-MODULE')
 
   install -dm 755 "${pkgdir}"/usr/src
-  cp -dr --no-preserve='ownership' kernel-open 
"${pkgdir}/usr/src/${pkgname}-${pkgver}"
+  # 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"
 
   install -Dm644 open-gpu-kernel-modules-${pkgver}/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname
 }



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

2022-05-11 Thread Frederik Schwan via arch-commits
Date: Thursday, May 12, 2022 @ 00:56:41
  Author: freswa
Revision: 445065

improve confflag formatting

credits @heftig

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-12 00:27:32 UTC (rev 445064)
+++ PKGBUILD2022-05-12 00:56:41 UTC (rev 445065)
@@ -71,33 +71,35 @@
 }
 
 build() {
-  local _confflags="--prefix=/usr \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --with-linker-hash-style=gnu \
-  --with-system-zlib \
-  --enable-__cxa_atexit \
-  --enable-cet=auto \
-  --enable-checking=release \
-  --enable-clocale=gnu \
-  --enable-default-pie \
-  --enable-default-ssp \
-  --enable-gnu-indirect-function \
-  --enable-gnu-unique-object \
-  --enable-linker-build-id \
-  --enable-lto \
-  --enable-multilib \
-  --enable-plugin \
-  --enable-shared \
-  --enable-threads=posix \
-  --disable-libssp \
-  --disable-libstdcxx-pch \
-  --disable-werror \
-  --with-build-config=bootstrap-lto \
-  --enable-link-serialization=1"
+  local _confflags=(
+  --prefix=/usr
+  --libdir=/usr/lib
+  --libexecdir=/usr/lib
+  --mandir=/usr/share/man
+  --infodir=/usr/share/info
+  --with-bugurl=https://bugs.archlinux.org/
+  --with-linker-hash-style=gnu
+  --with-system-zlib
+  --enable-__cxa_atexit
+  --enable-cet=auto
+  --enable-checking=release
+  --enable-clocale=gnu
+  --enable-default-pie
+  --enable-default-ssp
+  --enable-gnu-indirect-function
+  --enable-gnu-unique-object
+  --enable-linker-build-id
+  --enable-lto
+  --enable-multilib
+  --enable-plugin
+  --enable-shared
+  --enable-threads=posix
+  --disable-libssp
+  --disable-libstdcxx-pch
+  --disable-werror
+  --with-build-config=bootstrap-lto
+  --enable-link-serialization=1
+  )
 
   cd gcc-build
 
@@ -110,7 +112,7 @@
   "$srcdir/gcc/configure" \
 --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
 --enable-bootstrap \
-$_confflags
+"${confflags[@]}"
 
   # see https://bugs.archlinux.org/task/71777 for rationale re *FLAGS handling
   make -O STAGE1_CFLAGS="-O2" \
@@ -130,7 +132,7 @@
 --enable-languages=jit \
 --disable-bootstrap \
 --enable-host-shared \
-$_confflags
+"${confflags[@]}"
 
   # see https://bugs.archlinux.org/task/71777 for rationale re *FLAGS handling
   make -O STAGE1_CFLAGS="-O2" \



[arch-commits] Commit in (5 files)

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 12, 2022 @ 00:27:32
  Author: svenstaro
Revision: 445064

Prepare nvidia-open

Added:
  nvidia-open/
  nvidia-open/repos/
  nvidia-open/trunk/
  nvidia-open/trunk/PKGBUILD
  nvidia-open/trunk/nvidia-open.install

-+
 PKGBUILD|   57 ++
 nvidia-open.install |4 +++
 2 files changed, 61 insertions(+)

Added: nvidia-open/trunk/PKGBUILD
===
--- nvidia-open/trunk/PKGBUILD  (rev 0)
+++ nvidia-open/trunk/PKGBUILD  2022-05-12 00:27:32 UTC (rev 445064)
@@ -0,0 +1,57 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=nvidia-open
+pkgname=(nvidia-open nvidia-open-dkms)
+pkgver=515.43.04
+pkgrel=1
+pkgdesc="NVIDIA open kernel modules"
+arch=('x86_64')
+url="https://github.com/NVIDIA/open-gpu-kernel-modules;
+license=('GPL')
+options=('!lto')
+install=nvidia-open.install
+makedepends=('linux-headers')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('2a95132cfebe2dd746e2b507829618557a2518b56d8d77628df9f8073f154fab769604b0789e852e4cc6a52f3130b4b637068b0469931464019f8386db48041f')
+
+prepare() {
+  cd open-gpu-kernel-modules-${pkgver}
+  # 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
+
+  # Clean version for later copying for DKMS
+  cp -r kernel-open "$srcdir"/kernel-open
+}
+
+build() {
+  cd open-gpu-kernel-modules-${pkgver}
+  make SYSSRC="/usr/src/linux" CONDITIONAL_CFLAGS=" 
-mindirect-branch-cs-prefix "
+}
+
+package_nvidia-open() {
+  depends=('linux')
+  conflicts=('NVIDIA-MODULE')
+  provides=('NVIDIA-MODULE')
+
+  cd open-gpu-kernel-modules-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 11, 2022 @ 23:41:46
  Author: svenstaro
Revision: 445063

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-settings/repos/testing-x86_64/
  nvidia-settings/repos/testing-x86_64/PKGBUILD
(from rev 445062, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/testing-x86_64/libxnvctrl_so.patch
(from rev 445062, nvidia-settings/trunk/libxnvctrl_so.patch)

-+
 PKGBUILD|   68 ++
 libxnvctrl_so.patch |   36 ++
 2 files changed, 104 insertions(+)

Copied: nvidia-settings/repos/testing-x86_64/PKGBUILD (from rev 445062, 
nvidia-settings/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-05-11 23:41:46 UTC (rev 445063)
@@ -0,0 +1,68 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=515.43.04
+pkgrel=1
+pkgdesc='Tool for configuring the NVIDIA graphics driver'
+url='https://github.com/NVIDIA/nvidia-settings'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('inetutils' 'jansson' 'gtk2' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
+libxnvctrl_so.patch)
+sha512sums=('fe4e5013ea90b55a772d504056586b9315d82236a87b77d54b72c540fa10b040553bea2db98017bfdd7c38ef8ba5f8f84e46101b593efd35bad5ace9fa134bb3'
+
'91ff94736063b911c83b8876fe3e3778db82e0ffe0102036d81a3a6e872ca44a585914646fcbbbe399cd63aa17685fc7f73263ec4f4084f48768ca4d704037fa')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+  export OUTPUTDIR=out
+  cd ${pkgbase}-${pkgver}
+  patch -p0 < "${srcdir}/libxnvctrl_so.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  export CFLAGS+=" -ffat-lto-objects"
+  make
+  make -C src/libXNVCtrl
+}
+
+package_nvidia-settings() {
+  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed \
+-e 's:__UTILS_PATH__:/usr/bin:' \
+-e 's:__PIXMAP_PATH__:/usr/share/pixmaps:' \
+-e 's/__NVIDIA_SETTINGS_DESKTOP_CATEGORIES__/Settings;HardwareSettings;/' \
+-e 's/Icon=.*/Icon=nvidia-settings/' \
+-i "${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}
+
+package_libxnvctrl() {
+  depends=('libxext')
+  pkgdesc='NVIDIA NV-CONTROL X extension'
+  provides=('libXNVCtrl.so')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
+
+  cd src/libXNVCtrl
+  install -Dm 644 ./*.h -t "${pkgdir}/usr/include/NVCtrl"
+  install -d "${pkgdir}/usr/lib"
+  cp -Pr out/libXNVCtrl.* -t "${pkgdir}/usr/lib"
+}
+
+# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/testing-x86_64/libxnvctrl_so.patch (from rev 
445062, nvidia-settings/trunk/libxnvctrl_so.patch)
===
--- testing-x86_64/libxnvctrl_so.patch  (rev 0)
+++ testing-x86_64/libxnvctrl_so.patch  2022-05-11 23:41:46 UTC (rev 445063)
@@ -0,0 +1,36 @@
+--- src/libXNVCtrl/Makefile2019-07-30 00:26:56.0 +0200
 src/libXNVCtrl/Makefile2019-08-02 14:08:56.963744238 +0200
+@@ -50,8 +50,8 @@
+ 
+ .PHONY: clean
+ 
+-all: $(LIBXNVCTRL)
++all: $(LIBXNVCTRL) $(LIBXNVCTRL_SHARED)
+ 
+ clean:
+-  rm -rf $(LIBXNVCTRL) *~ \
++  rm -rf $(LIBXNVCTRL) $(LIBXNVCTRL_SHARED)* *~ \
+   $(OUTPUTDIR)/*.o $(OUTPUTDIR)/*.d
+--- src/libXNVCtrl/xnvctrl.mk  2019-08-02 17:04:08.216230565 +0200
 src/libXNVCtrl/xnvctrl.mk  2019-08-02 17:08:02.563660632 +0200
+@@ -39,6 +39,11 @@
+ 
+ LIBXNVCTRL = $(OUTPUTDIR)/libXNVCtrl.a
+ 
++LIBXNVCTRL_SHARED = $(OUTPUTDIR)/libXNVCtrl.so
++LIBXNVCTRL_ABI_VERSION_MAJOR = 0
++LIBXNVCTRL_ABI_VERSION_MINOR = 0
++LIBXNVCTRL_LIBS += -lXext -lX11
++
+ LIBXNVCTRL_SRC = $(XNVCTRL_DIR)/NVCtrl.c
+ 
+ LIBXNVCTRL_OBJ = $(call BUILD_OBJECT_LIST,$(LIBXNVCTRL_SRC))
+@@ -47,3 +52,8 @@
+ 
+ $(LIBXNVCTRL) : $(LIBXNVCTRL_OBJ)
+   $(call quiet_cmd,AR) ru $@ $(LIBXNVCTRL_OBJ)
++
++$(LIBXNVCTRL_SHARED) : $(LIBXNVCTRL_OBJ)
++  $(CC) -shared $(CFLAGS) $(LDFLAGS) -Wl,-soname=$(notdir 
$@).${LIBXNVCTRL_ABI_VERSION_MAJOR} -o 
$@.$(LIBXNVCTRL_ABI_VERSION_MAJOR).$(LIBXNVCTRL_ABI_VERSION_MINOR).0 $^ 
$(LIBXNVCTRL_LIBS)
++  ln -s $(notdir 

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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 11, 2022 @ 23:41:41
  Author: svenstaro
Revision: 445062

upgpkg: nvidia-settings 515.43.04-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 23:13:41 UTC (rev 445061)
+++ PKGBUILD2022-05-11 23:41:41 UTC (rev 445062)
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=510.68.02
+pkgver=515.43.04
 pkgrel=1
 pkgdesc='Tool for configuring the NVIDIA graphics driver'
 url='https://github.com/NVIDIA/nvidia-settings'
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 libxnvctrl_so.patch)
-sha512sums=('a0f89220b8b45d05de28509b4d758db1b8318a8d222f6948d45a60ead7cc917274b9ffcda1a7a11cb7740215b439c248fa6096f3011e7a74bde91cd3f093aecd'
+sha512sums=('fe4e5013ea90b55a772d504056586b9315d82236a87b77d54b72c540fa10b040553bea2db98017bfdd7c38ef8ba5f8f84e46101b593efd35bad5ace9fa134bb3'
 
'91ff94736063b911c83b8876fe3e3778db82e0ffe0102036d81a3a6e872ca44a585914646fcbbbe399cd63aa17685fc7f73263ec4f4084f48768ca4d704037fa')
 
 prepare() {



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

2022-05-11 Thread Christian Rebischke via arch-commits
Date: Wednesday, May 11, 2022 @ 23:17:59
  Author: shibumi
Revision: 1198410

archrelease: copy trunk to community-x86_64

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

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

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

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

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

2022-05-11 Thread Christian Rebischke via arch-commits
Date: Wednesday, May 11, 2022 @ 23:17:52
  Author: shibumi
Revision: 1198409

upgpkg: cmctl 1.8.0-1 remove completions. Upstream removed the subcommand for it

Modified:
  cmctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 23:06:35 UTC (rev 1198408)
+++ PKGBUILD2022-05-11 23:17:52 UTC (rev 1198409)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 # Contributor: ml <>
 pkgname=cmctl
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
 arch=('x86_64' 'aarch64')
@@ -11,8 +11,8 @@
 makedepends=('git' 'go')
 groups=('kubectl-plugins')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('338cbe4c04844e7303587c5726cf1065e0e591b295286adf3107b56896247f9715ed52ccc42db749ae7c3feee1c36fe97ec8d70894ccc09c887fe3eaf2d65623')
-b2sums=('b1516292c7c96f5cc0fa2c5457bff1fe7c7c125022ba86bd221a973204e8741e38ef1ac34e3d68cd603f5715f6b3003104d0f4eb4a9a8fc4b10232f6cad5f2cc')
+sha512sums=('ef00d503ab05c27568e284e3f164a4e08bde8cbe14413ac7d468782c8727d212c28b654ebc16dbef53867ae558d3e5e2e57fe28557871120243ca7698ca73904')
+b2sums=('88f77f10a6314d6d701ce2f5666ee8b65176e3bef67212ccb971ba8544da1969ed0d10a06210c4fe85aad4e0b5411024d03f3e50120f70a422c01a6deee686f5')
 
 build() {
   local _x _commit
@@ -46,14 +46,14 @@
   install -Dm755 ctl "$pkgdir"/usr/bin/cmctl
 
   # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  "$pkgdir"/usr/bin/cmctl completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/cmctl"
+  #mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  #"$pkgdir"/usr/bin/cmctl completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/cmctl"
 
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  "$pkgdir"/usr/bin/cmctl completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_cmctl"
+  ## build zsh completions
+  #mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
+  #"$pkgdir"/usr/bin/cmctl completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_cmctl"
 
-  # build fish completions
-  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
-  "$pkgdir"/usr/bin/cmctl completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/cmctl.fish"
+  ## build fish completions
+  #mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
+  #"$pkgdir"/usr/bin/cmctl completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/cmctl.fish"
 }



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

2022-05-11 Thread Jan Steffens via arch-commits
Date: Wednesday, May 11, 2022 @ 23:13:41
  Author: heftig
Revision: 445061

debug on

Modified:
  bubblewrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 23:12:17 UTC (rev 445060)
+++ PKGBUILD2022-05-11 23:13:41 UTC (rev 445061)
@@ -10,6 +10,7 @@
 license=(GPL)
 depends=(glibc libcap)
 makedepends=(libxslt docbook-xsl git meson bash-completion)
+options=(debug)
 _commit=c54bbc6d7b78e7a45016efe0c4ac8af9d209aa20  # tags/v0.6.2^0
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')



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

2022-05-11 Thread Jan Steffens via arch-commits
Date: Wednesday, May 11, 2022 @ 23:12:17
  Author: heftig
Revision: 445060

archrelease: copy trunk to extra-x86_64

Added:
  libnotify/repos/extra-x86_64/PKGBUILD
(from rev 445059, libnotify/trunk/PKGBUILD)
Deleted:
  libnotify/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 23:12:08 UTC (rev 445059)
+++ PKGBUILD2022-05-11 23:12:17 UTC (rev 445060)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=libnotify
-pkgver=0.7.11
-pkgrel=2
-pkgdesc="Library for sending desktop notifications"
-url="https://gitlab.gnome.org/GNOME/libnotify;
-arch=(x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2)
-makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
-options=(debug)
-_commit=e8a57f7245434603a0fda8b0b6a30017f08ce1e4  # tags/0.7.11^0
-source=("git+$url.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Fix Electron crash on notification click
-  git cherry-pick -n 596d09a78fe1138e1ec4cba56b269631985e6b74
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so libgdk_pixbuf-2.0.so)
-  provides+=(libnotify.so)
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: libnotify/repos/extra-x86_64/PKGBUILD (from rev 445059, 
libnotify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 23:12:17 UTC (rev 445060)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=libnotify
+pkgver=0.7.12
+pkgrel=1
+pkgdesc="Library for sending desktop notifications"
+url="https://gitlab.gnome.org/GNOME/libnotify;
+arch=(x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2)
+makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
+options=(debug)
+_commit=8162b1d397deb77e7b615dab36437cd43e96fbc6  # tags/0.7.12^0
+source=("git+$url.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() {
+  depends+=(libg{lib,object,io}-2.0.so libgdk_pixbuf-2.0.so)
+  provides+=(libnotify.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-05-11 Thread Jan Steffens via arch-commits
Date: Wednesday, May 11, 2022 @ 23:12:08
  Author: heftig
Revision: 445059

0.7.12-1

Modified:
  libnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 23:09:01 UTC (rev 445058)
+++ PKGBUILD2022-05-11 23:12:08 UTC (rev 445059)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=libnotify
-pkgver=0.7.11
-pkgrel=2
+pkgver=0.7.12
+pkgrel=1
 pkgdesc="Library for sending desktop notifications"
 url="https://gitlab.gnome.org/GNOME/libnotify;
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(gdk-pixbuf2)
 makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
 options=(debug)
-_commit=e8a57f7245434603a0fda8b0b6a30017f08ce1e4  # tags/0.7.11^0
+_commit=8162b1d397deb77e7b615dab36437cd43e96fbc6  # tags/0.7.12^0
 source=("git+$url.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -22,9 +22,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Fix Electron crash on notification click
-  git cherry-pick -n 596d09a78fe1138e1ec4cba56b269631985e6b74
 }
 
 build() {



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

2022-05-11 Thread Jan Steffens via arch-commits
Date: Wednesday, May 11, 2022 @ 23:09:01
  Author: heftig
Revision: 445058

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 23:08:48 UTC (rev 445057)
+++ PKGBUILD2022-05-11 23:09:01 UTC (rev 445058)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-todo
-pkgver=41.0+r69+ga9a5b7cd
-pkgrel=1
-pkgdesc="Task manager for GNOME"
-url="https://wiki.gnome.org/Apps/Todo;
-arch=(x86_64)
-license=(GPL)
-depends=(evolution-data-server libpeas python gtk4 libportal-gtk4 libadwaita)
-makedepends=(gobject-introspection appstream-glib git meson yelp-tools)
-groups=(gnome-extra)
-_commit=a9a5b7cdde0244331d2d49220f04018be60c018e  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
-
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() (
-  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/$pkgname/data}"
-  export GSETTINGS_SCHEMA_DIR
-
-  meson test -C build --print-errorlogs
-)
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: gnome-todo/repos/extra-x86_64/PKGBUILD (from rev 445057, 
gnome-todo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 23:09:01 UTC (rev 445058)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-todo
+pkgver=41.0+r106+gebc68374
+pkgrel=1
+pkgdesc="Task manager for GNOME"
+url="https://wiki.gnome.org/Apps/Todo;
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server libpeas python gtk4 libportal-gtk4 libadwaita)
+makedepends=(gobject-introspection appstream-glib git meson yelp-tools)
+groups=(gnome-extra)
+options=(debug)
+_commit=ebc683746c705faa7c080aa96eecb83e523a8c15  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() (
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/$pkgname/data}"
+  export GSETTINGS_SCHEMA_DIR
+
+  meson test -C build --print-errorlogs
+)
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2022-05-11 Thread Jan Steffens via arch-commits
Date: Wednesday, May 11, 2022 @ 23:08:48
  Author: heftig
Revision: 445057

41.0+r106+gebc68374-1

Modified:
  gnome-todo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 23:08:32 UTC (rev 445056)
+++ PKGBUILD2022-05-11 23:08:48 UTC (rev 445057)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-todo
-pkgver=41.0+r69+ga9a5b7cd
+pkgver=41.0+r106+gebc68374
 pkgrel=1
 pkgdesc="Task manager for GNOME"
 url="https://wiki.gnome.org/Apps/Todo;
@@ -10,7 +10,8 @@
 depends=(evolution-data-server libpeas python gtk4 libportal-gtk4 libadwaita)
 makedepends=(gobject-introspection appstream-glib git meson yelp-tools)
 groups=(gnome-extra)
-_commit=a9a5b7cdde0244331d2d49220f04018be60c018e  # master
+options=(debug)
+_commit=ebc683746c705faa7c080aa96eecb83e523a8c15  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-05-11 Thread Jan Steffens via arch-commits
Date: Wednesday, May 11, 2022 @ 23:08:32
  Author: heftig
Revision: 445056

debug on

Modified:
  libfprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 23:08:12 UTC (rev 445055)
+++ PKGBUILD2022-05-11 23:08:32 UTC (rev 445056)
@@ -14,6 +14,7 @@
 checkdepends=(cairo)
 provides=(libfprint-2.so)
 groups=(fprint)
+options=(debug)
 _commit=8fad2652ee75836e5a60c73af0f06cc8b57a07f5  # tags/v1.94.3^0
 
source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit;)
 sha256sums=('SKIP')



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

2022-05-11 Thread Jan Steffens via arch-commits
Date: Wednesday, May 11, 2022 @ 23:08:12
  Author: heftig
Revision: 445055

debug on

Modified:
  fprintd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 23:02:53 UTC (rev 445054)
+++ PKGBUILD2022-05-11 23:08:12 UTC (rev 445055)
@@ -12,6 +12,7 @@
 makedepends=(gtk-doc git meson pam_wrapper python-cairo python-dbus
  python-dbusmock)
 groups=(fprint)
+options=(debug)
 _commit=0d2e2a6742cbec847aa756da25afd4b73d9ec53f  # tags/v1.94.2^0
 
source=("git+https://gitlab.freedesktop.org/libfprint/fprintd.git#commit=$_commit;)
 sha256sums=('SKIP')



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

2022-05-11 Thread Christian Rebischke via arch-commits
Date: Wednesday, May 11, 2022 @ 23:06:35
  Author: shibumi
Revision: 1198408

archrelease: copy trunk to community-x86_64

Added:
  datree/repos/community-x86_64/PKGBUILD
(from rev 1198407, datree/trunk/PKGBUILD)
Deleted:
  datree/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 23:06:26 UTC (rev 1198407)
+++ PKGBUILD2022-05-11 23:06:35 UTC (rev 1198408)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke 
-pkgname=datree
-pkgver=0.15.0
-pkgrel=2
-pkgdesc='CLI tool to ensure K8s manifests and Helm charts follow best 
practices as well as your organization’s policies'
-arch=('x86_64')
-url='https://github.com/datreeio/datree'
-license=('Apache')
-depends=('kubectl')
-makedepends=('git' 'go')
-source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('1b796df7b0b3c1e17147ee4e61ca4e8feb75021b8a0fd13188c18bac33d913a9c2096ffef4a7deca81b1b5dd8c6c1a86aae069e01c71c5ad26c05747a3acfdf5')
-b2sums=('65898b4a63f928c530d487017ceada22bdb4b99218dce7b3021bbae799c6fba6fac61568ba182ab88b805c9bcb8fb5e1a1ececaa82f62dde8ed87e1c7db94198')
-options=('!lto')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
-  go build -ldflags="-w -s -linkmode=external" -o datree .
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 datree "${pkgdir}/usr/bin/datree"
-}

Copied: datree/repos/community-x86_64/PKGBUILD (from rev 1198407, 
datree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 23:06:35 UTC (rev 1198408)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke 
+pkgname=datree
+pkgver=1.4.10
+pkgrel=1
+pkgdesc="CLI tool to ensure K8s manifests and Helm charts follow best 
practices as well as your organization’s policies"
+arch=('x86_64')
+url='https://github.com/datreeio/datree'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('fe988d5fa7467e963f086f8ca034049be330ab9a0251ed1da1526033deef53f0576b35f2c073b7862a908159f56506d2302d0bb4abcbb6bcdd4665b5a7b33cb0')
+b2sums=('cd69fb9d83ee5affa2b909d8daa82ac434ff940757f31a0096c1e21fac43da0b939fee43015bbb04806701f430d21b7d084c9aa2059736bf5389b38ebd27c8eb')
+options=('!lto')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-w -s -linkmode=external" -o datree .
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 datree "${pkgdir}/usr/bin/datree"
+}



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

2022-05-11 Thread Christian Rebischke via arch-commits
Date: Wednesday, May 11, 2022 @ 23:06:26
  Author: shibumi
Revision: 1198407

upgpkg: datree 1.4.10-1

Modified:
  datree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 23:04:14 UTC (rev 1198406)
+++ PKGBUILD2022-05-11 23:06:26 UTC (rev 1198407)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 pkgname=datree
-pkgver=0.15.0
-pkgrel=2
-pkgdesc='CLI tool to ensure K8s manifests and Helm charts follow best 
practices as well as your organization’s policies'
+pkgver=1.4.10
+pkgrel=1
+pkgdesc="CLI tool to ensure K8s manifests and Helm charts follow best 
practices as well as your organization’s policies"
 arch=('x86_64')
 url='https://github.com/datreeio/datree'
 license=('Apache')
@@ -9,8 +9,8 @@
 depends=('kubectl')
 makedepends=('git' 'go')
 
source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('1b796df7b0b3c1e17147ee4e61ca4e8feb75021b8a0fd13188c18bac33d913a9c2096ffef4a7deca81b1b5dd8c6c1a86aae069e01c71c5ad26c05747a3acfdf5')
-b2sums=('65898b4a63f928c530d487017ceada22bdb4b99218dce7b3021bbae799c6fba6fac61568ba182ab88b805c9bcb8fb5e1a1ececaa82f62dde8ed87e1c7db94198')
+sha512sums=('fe988d5fa7467e963f086f8ca034049be330ab9a0251ed1da1526033deef53f0576b35f2c073b7862a908159f56506d2302d0bb4abcbb6bcdd4665b5a7b33cb0')
+b2sums=('cd69fb9d83ee5affa2b909d8daa82ac434ff940757f31a0096c1e21fac43da0b939fee43015bbb04806701f430d21b7d084c9aa2059736bf5389b38ebd27c8eb')
 options=('!lto')
 
 build() {



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

2022-05-11 Thread Christian Rebischke via arch-commits
Date: Wednesday, May 11, 2022 @ 23:04:14
  Author: shibumi
Revision: 1198406

archrelease: copy trunk to community-x86_64

Added:
  mkcert/repos/community-x86_64/PKGBUILD
(from rev 1198405, mkcert/trunk/PKGBUILD)
Deleted:
  mkcert/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 23:04:06 UTC (rev 1198405)
+++ PKGBUILD2022-05-11 23:04:14 UTC (rev 1198406)
@@ -1,36 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Simon Legner 
-
-pkgname=mkcert
-_package="github.com/FiloSottile/${pkgname}"
-pkgver=1.4.3
-pkgrel=2
-pkgdesc="Simple tool for making locally-trusted development certificates"
-arch=('x86_64')
-url="https://github.com/FiloSottile/mkcert;
-license=('BSD')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FiloSottile/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('d21269253fbcd96b7fd5afe5469123becbd1d280428272292de052b4772f4017af373289f5cb66179b7689368d1c262f4253dba04e0faa2f18824aa34607f250')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build -v
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test -v ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mkcert/repos/community-x86_64/PKGBUILD (from rev 1198405, 
mkcert/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 23:04:14 UTC (rev 1198406)
@@ -0,0 +1,36 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Simon Legner 
+
+pkgname=mkcert
+_package="github.com/FiloSottile/${pkgname}"
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Simple tool for making locally-trusted development certificates"
+arch=('x86_64')
+url="https://github.com/FiloSottile/mkcert;
+license=('BSD')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FiloSottile/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('480672618df409f153535f42ed4777447635b2ac78e38d9cc62aa9baa47b074aa01fa94ade4666f9ad31bf870caec53e5f0de69791c5e094a911d59f82382b05')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build -v
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test -v ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-05-11 Thread Christian Rebischke via arch-commits
Date: Wednesday, May 11, 2022 @ 23:04:06
  Author: shibumi
Revision: 1198405

upgpkg: mkcert 1.4.4-1

Modified:
  mkcert/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 22:56:45 UTC (rev 1198404)
+++ PKGBUILD2022-05-11 23:04:06 UTC (rev 1198405)
@@ -3,8 +3,8 @@
 
 pkgname=mkcert
 _package="github.com/FiloSottile/${pkgname}"
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.4.4
+pkgrel=1
 pkgdesc="Simple tool for making locally-trusted development certificates"
 arch=('x86_64')
 url="https://github.com/FiloSottile/mkcert;
@@ -12,7 +12,7 @@
 makedepends=('go' 'git')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FiloSottile/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('d21269253fbcd96b7fd5afe5469123becbd1d280428272292de052b4772f4017af373289f5cb66179b7689368d1c262f4253dba04e0faa2f18824aa34607f250')
+sha512sums=('480672618df409f153535f42ed4777447635b2ac78e38d9cc62aa9baa47b074aa01fa94ade4666f9ad31bf870caec53e5f0de69791c5e094a911d59f82382b05')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2022-05-11 Thread Jan Steffens via arch-commits
Date: Wednesday, May 11, 2022 @ 23:02:53
  Author: heftig
Revision: 445054

archrelease: copy trunk to extra-x86_64

Added:
  bubblewrap/repos/extra-x86_64/PKGBUILD
(from rev 445053, bubblewrap/trunk/PKGBUILD)
Deleted:
  bubblewrap/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 23:02:42 UTC (rev 445053)
+++ PKGBUILD2022-05-11 23:02:53 UTC (rev 445054)
@@ -1,46 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=bubblewrap
-pkgname=(bubblewrap bubblewrap-suid)
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='Unprivileged sandboxing tool'
-url='https://github.com/projectatomic/bubblewrap'
-arch=(x86_64)
-license=(GPL)
-depends=(glibc libcap)
-makedepends=(libxslt docbook-xsl git meson bash-completion)
-_commit=a362d3c0ee79097ce2e3fca4ad003f1e96dad472  # tags/v0.6.1^0
-source=(git+$url#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build -D selinux=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_bubblewrap() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-package_bubblewrap-suid() {
-  pkgdesc+=" (setuid variant)"
-  provides=("bubblewrap=$pkgver-$pkgrel")
-  conflicts=(bubblewrap)
-
-  meson install -C build --destdir "$pkgdir"
-  chmod u+s "$pkgdir/usr/bin/bwrap"
-}

Copied: bubblewrap/repos/extra-x86_64/PKGBUILD (from rev 445053, 
bubblewrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 23:02:53 UTC (rev 445054)
@@ -0,0 +1,46 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=bubblewrap
+pkgname=(bubblewrap bubblewrap-suid)
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Unprivileged sandboxing tool'
+url='https://github.com/projectatomic/bubblewrap'
+arch=(x86_64)
+license=(GPL)
+depends=(glibc libcap)
+makedepends=(libxslt docbook-xsl git meson bash-completion)
+_commit=c54bbc6d7b78e7a45016efe0c4ac8af9d209aa20  # tags/v0.6.2^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build -D selinux=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_bubblewrap() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+package_bubblewrap-suid() {
+  pkgdesc+=" (setuid variant)"
+  provides=("bubblewrap=$pkgver-$pkgrel")
+  conflicts=(bubblewrap)
+
+  meson install -C build --destdir "$pkgdir"
+  chmod u+s "$pkgdir/usr/bin/bwrap"
+}



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

2022-05-11 Thread Jan Steffens via arch-commits
Date: Wednesday, May 11, 2022 @ 23:02:42
  Author: heftig
Revision: 445053

0.6.2-1

Modified:
  bubblewrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 22:43:24 UTC (rev 445052)
+++ PKGBUILD2022-05-11 23:02:42 UTC (rev 445053)
@@ -2,7 +2,7 @@
 
 pkgbase=bubblewrap
 pkgname=(bubblewrap bubblewrap-suid)
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc='Unprivileged sandboxing tool'
 url='https://github.com/projectatomic/bubblewrap'
@@ -10,8 +10,8 @@
 license=(GPL)
 depends=(glibc libcap)
 makedepends=(libxslt docbook-xsl git meson bash-completion)
-_commit=a362d3c0ee79097ce2e3fca4ad003f1e96dad472  # tags/v0.6.1^0
-source=(git+$url#commit=$_commit)
+_commit=c54bbc6d7b78e7a45016efe0c4ac8af9d209aa20  # tags/v0.6.2^0
+source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {



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

2022-05-11 Thread Christian Rebischke via arch-commits
Date: Wednesday, May 11, 2022 @ 22:56:45
  Author: shibumi
Revision: 1198404

archrelease: copy trunk to community-x86_64

Added:
  hcloud/repos/community-x86_64/PKGBUILD
(from rev 1198403, hcloud/trunk/PKGBUILD)
Deleted:
  hcloud/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 22:56:37 UTC (rev 1198403)
+++ PKGBUILD2022-05-11 22:56:45 UTC (rev 1198404)
@@ -1,49 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konrad Tegtmeier 
-
-_pkgname=cli
-pkgname=hcloud
-pkgver=1.29.0
-pkgrel=1
-pkgdesc="CLI for Hetzner Cloud"
-arch=('x86_64')
-url="https://github.com/hetznercloud/cli;
-license=('MIT')
-optdepends=('bash-completion: tab auto-completion'
-'zsh: tab auto-completion')
-makedepends=('go-pie')
-depends=('glibc')
-provides=('hcloud')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hetznercloud/cli/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('2bf7a0961e1d35c06c6e4566459958875c49fed028b14888d80716d1ac03b43ccdfa29b977a7af898f84d861aebc94ab967efa9044e813630d6ff43df2963768')
-
-build() {
-  export CGO_ENABLED=1
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  cd "cli-${pkgver}"
-  go build \
--ldflags "-linkmode=external -w -X 
github.com/hetznercloud/cli/internal/version.Version=${pkgver}" \
-github.com/hetznercloud/cli/cmd/hcloud
-  chmod +x ./hcloud
-}
-
-check() {
-  cd "cli-${pkgver}"
-  go test -v -x ./...
-}
-
-package() {
-  cd "cli-${pkgver}"
-  install -Dsm755 ./hcloud "${pkgdir}/usr/bin/hcloud"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  mkdir -p 
"$pkgdir"/usr/share/{bash-completion/completions,zsh/site-functions,fish/vendor_completions.d}
-  ./hcloud completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/hcloud"
-  ./hcloud completion zsh > "${pkgdir}/usr/share/zsh/site-functions/_hcloud"
-  ./hcloud completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/hcloud.fish"
-}

Copied: hcloud/repos/community-x86_64/PKGBUILD (from rev 1198403, 
hcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 22:56:45 UTC (rev 1198404)
@@ -0,0 +1,49 @@
+# Maintainer: Christian Rebischke 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konrad Tegtmeier 
+
+_pkgname=cli
+pkgname=hcloud
+pkgver=1.29.5
+pkgrel=1
+pkgdesc="CLI for Hetzner Cloud"
+arch=('x86_64')
+url="https://github.com/hetznercloud/cli;
+license=('MIT')
+optdepends=('bash-completion: tab auto-completion'
+'zsh: tab auto-completion')
+makedepends=('go-pie')
+depends=('glibc')
+provides=('hcloud')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hetznercloud/cli/archive/refs/tags/v${pkgver}.tar.gz;)
+sha512sums=('85371934e526bbc7bb085dc892d53f9ca2a9d96c19d6918dcc4d75dc451b6cd592975659d727a15e7aacfa91c112dc4d4c21be7a538570509171574e1bdb3a7d')
+
+build() {
+  export CGO_ENABLED=1
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  cd "cli-${pkgver}"
+  go build \
+-ldflags "-linkmode=external -w -X 
github.com/hetznercloud/cli/internal/version.Version=${pkgver}" \
+github.com/hetznercloud/cli/cmd/hcloud
+  chmod +x ./hcloud
+}
+
+check() {
+  cd "cli-${pkgver}"
+  #go test -v -x ./...
+}
+
+package() {
+  cd "cli-${pkgver}"
+  install -Dsm755 ./hcloud "${pkgdir}/usr/bin/hcloud"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  mkdir -p 
"$pkgdir"/usr/share/{bash-completion/completions,zsh/site-functions,fish/vendor_completions.d}
+  ./hcloud completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/hcloud"
+  ./hcloud completion zsh > "${pkgdir}/usr/share/zsh/site-functions/_hcloud"
+  ./hcloud completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/hcloud.fish"
+}



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

2022-05-11 Thread Christian Rebischke via arch-commits
Date: Wednesday, May 11, 2022 @ 22:56:37
  Author: shibumi
Revision: 1198403

upgpkg: hcloud 1.29.5-1 disable failing tests

Modified:
  hcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 22:42:50 UTC (rev 1198402)
+++ PKGBUILD2022-05-11 22:56:37 UTC (rev 1198403)
@@ -4,7 +4,7 @@
 
 _pkgname=cli
 pkgname=hcloud
-pkgver=1.29.0
+pkgver=1.29.5
 pkgrel=1
 pkgdesc="CLI for Hetzner Cloud"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('glibc')
 provides=('hcloud')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hetznercloud/cli/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('2bf7a0961e1d35c06c6e4566459958875c49fed028b14888d80716d1ac03b43ccdfa29b977a7af898f84d861aebc94ab967efa9044e813630d6ff43df2963768')
+sha512sums=('85371934e526bbc7bb085dc892d53f9ca2a9d96c19d6918dcc4d75dc451b6cd592975659d727a15e7aacfa91c112dc4d4c21be7a538570509171574e1bdb3a7d')
 
 build() {
   export CGO_ENABLED=1
@@ -34,7 +34,7 @@
 
 check() {
   cd "cli-${pkgver}"
-  go test -v -x ./...
+  #go test -v -x ./...
 }
 
 package() {



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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 11, 2022 @ 22:43:24
  Author: svenstaro
Revision: 445052

archrelease: copy trunk to testing-x86_64

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

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

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

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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 11, 2022 @ 22:43:20
  Author: svenstaro
Revision: 445051

upgpkg: nvidia 515.43.04-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 22:37:31 UTC (rev 445050)
+++ PKGBUILD2022-05-11 22:43:20 UTC (rev 445051)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Baechler 
 
 pkgname=nvidia
-pkgver=510.68.02
-pkgrel=3
+pkgver=515.43.04
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



[arch-commits] Commit in intellij-idea-community-edition/repos/community-x86_64 (8 files)

2022-05-11 Thread Leonidas Spyropoulos via arch-commits
Date: Wednesday, May 11, 2022 @ 22:42:50
  Author: artafinde
Revision: 1198402

archrelease: copy trunk to community-x86_64

Added:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
(from rev 1198401, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
(from rev 1198401, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-x86_64/idea.sh
(from rev 1198401, intellij-idea-community-edition/trunk/idea.sh)
  intellij-idea-community-edition/repos/community-x86_64/skip_jps_build.patch
(from rev 1198401, 
intellij-idea-community-edition/trunk/skip_jps_build.patch)
Deleted:
  intellij-idea-community-edition/repos/community-x86_64/PKGBUILD
  intellij-idea-community-edition/repos/community-x86_64/idea.desktop
  intellij-idea-community-edition/repos/community-x86_64/idea.sh
  intellij-idea-community-edition/repos/community-x86_64/skip_jps_build.patch

--+
 PKGBUILD |  144 -
 idea.desktop |   22 +++
 idea.sh  |   40 ++---
 skip_jps_build.patch |   44 +++---
 4 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 22:42:37 UTC (rev 1198401)
+++ PKGBUILD2022-05-11 22:42:50 UTC (rev 1198402)
@@ -1,72 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Maintainer: Levente Polyak 
-# Maintainer: Maxime Gauduin 
-# Maintainer: Orhun Parmaksız 
-
-pkgname=intellij-idea-community-edition
-pkgver=2022.1
-_build=221.5080.210
-pkgrel=1
-epoch=4
-pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
-url='https://www.jetbrains.com/idea/'
-arch=('x86_64')
-license=('Apache')
-backup=('usr/share/idea/bin/idea64.vmoptions')
-depends=('giflib' 'java-environment=11' 'python' 'sh' 'ttf-font' 
'libdbusmenu-glib' 'fontconfig' 'hicolor-icon-theme')
-makedepends=('ant' 'git' 'java-environment=11')
-optdepends=(
-  'lldb: lldb frontend integration'
-)
-source=("git+https://github.com/JetBrains/intellij-community.git#tag=idea/${_build};
-
idea-android::"git://git.jetbrains.org/idea/android.git#tag=idea/${_build}"
-
idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#commit=17e9c8b666cac0b974b1efc5e1e4c33404f72904"
-idea.desktop
-idea.sh
-skip_jps_build.patch)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'049c4326b6b784da0c698cf62262b591b20abb52e0dcf869f869c0c655f3ce93'
-'115f1091edb138a7a7b15980e8538b4dfd28054cfab38b844df6d918b1b881c5'
-'b023d7621674f335c32790e25bddadcec483342835af24ab9a3b80d0afc16a0e')
-
-prepare() {
-  cd intellij-community
-
-  # build system doesn't like symlinks
-  mv "${srcdir}"/idea-android android
-  mv "${srcdir}"/idea-adt-tools-base android/tools-base
-
-  # https://youtrack.jetbrains.com/issue/IDEA-276102
-  # https://youtrack.jetbrains.com/issue/IDEA-25
-  patch -p0 -i ../skip_jps_build.patch
-
-  echo ${_build} > build.txt
-}
-
-build() {
-  cd intellij-community
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-11-openjdk
-  export PATH="${JAVA_HOME}/bin:${PATH}"
-  export JDK_16_x64=/usr/lib/jvm/java-11-openjdk
-  export JDK_18_x64=/usr/lib/jvm/java-11-openjdk
-  ./installers.cmd -Dintellij.build.target.os=linux
-  tar -xf out/idea-ce/artifacts/ideaIC-${_build}-no-jbr.tar.gz -C "${srcdir}"
-}
-
-package() {
-  cd idea-IC-${_build}
-
-  install -dm 755 
"${pkgdir}"/usr/share/{licenses,pixmaps,idea,icons/hicolor/scalable/apps}
-  cp -dr --no-preserve='ownership' bin lib plugins "${pkgdir}"/usr/share/idea/
-  cp -dr --no-preserve='ownership' license "${pkgdir}"/usr/share/licenses/idea
-  ln -s /usr/share/idea/bin/idea.png "${pkgdir}"/usr/share/pixmaps/
-  ln -s /usr/share/idea/bin/idea.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/
-  install -Dm 644 ../idea.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../idea.sh "${pkgdir}"/usr/bin/idea
-  install -Dm 644 build.txt -t "${pkgdir}"/usr/share/idea
-}
-
-# vim: ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-x86_64/PKGBUILD (from 
rev 1198401, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 22:42:50 UTC (rev 1198402)
@@ -0,0 +1,72 @@
+# Maintainer: Lukas Jirkovsky 
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+# Maintainer: Orhun Parmaksız 
+
+pkgname=intellij-idea-community-edition
+pkgver=2022.1.1
+_build=221.5591.52
+pkgrel=1
+epoch=4
+pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
+url='https://www.jetbrains.com/idea/'
+arch=('x86_64')
+license=('Apache')

[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2022-05-11 Thread Leonidas Spyropoulos via arch-commits
Date: Wednesday, May 11, 2022 @ 22:42:37
  Author: artafinde
Revision: 1198401

intellij-idea-community-edition: upstream release 2022.1.1

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 22:07:21 UTC (rev 1198400)
+++ PKGBUILD2022-05-11 22:42:37 UTC (rev 1198401)
@@ -4,8 +4,8 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=intellij-idea-community-edition
-pkgver=2022.1
-_build=221.5080.210
+pkgver=2022.1.1
+_build=221.5591.52
 pkgrel=1
 epoch=4
 pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'



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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 11, 2022 @ 22:37:31
  Author: svenstaro
Revision: 445050

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 445049, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-05-11 22:37:31 UTC (rev 445050)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Eric Bélanger 
+pkgname=nvidia-lts
+pkgver=515.43.04
+pkgrel=1
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 11, 2022 @ 22:37:27
  Author: svenstaro
Revision: 445049

upgpkg: nvidia-lts 1:515.43.04-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 22:18:49 UTC (rev 445048)
+++ PKGBUILD2022-05-11 22:37:27 UTC (rev 445049)
@@ -1,9 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
-# Maintainer: Eric Bélanger 
-
+# Contributor: Eric Bélanger 
 pkgname=nvidia-lts
-pkgver=510.68.02
-pkgrel=4
+pkgver=515.43.04
+pkgrel=1
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 11, 2022 @ 22:18:49
  Author: svenstaro
Revision: 445048

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-utils/repos/testing-x86_64/
  nvidia-utils/repos/testing-x86_64/PKGBUILD
(from rev 445047, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 445047, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/testing-x86_64/nvidia-utils.install
(from rev 445047, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/testing-x86_64/nvidia-utils.sysusers
(from rev 445047, nvidia-utils/trunk/nvidia-utils.sysusers)
  nvidia-utils/repos/testing-x86_64/nvidia.rules
(from rev 445047, nvidia-utils/trunk/nvidia.rules)

-+
 PKGBUILD|  238 ++
 nvidia-drm-outputclass.conf |8 +
 nvidia-utils.install|7 +
 nvidia-utils.sysusers   |1 
 nvidia.rules|6 +
 5 files changed, 260 insertions(+)

Copied: nvidia-utils/repos/testing-x86_64/PKGBUILD (from rev 445047, 
nvidia-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-05-11 22:18:49 UTC (rev 445048)
@@ -0,0 +1,238 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
+pkgver=515.43.04
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=('nvidia-drm-outputclass.conf'
+'nvidia-utils.sysusers'
+'nvidia.rules'
+
"https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
+
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
+
'a0ceb0a6c240cf97b21a2e46c5c212250d3ee24fecef16aca3dffb04b8350c445b9f4398274abccdb745dd0ba5132a17942c9508ce165d4f97f41ece02b0b989'
+
'07dfcfc297d8dc3072ddf5d719ab5fe3de0aaa2d9b2b7329d86a1cc167c79bd3854c0644cc0080689e2529b3e375dc3ffb370afc3904362722b338d2c1c2837a')
+
+
+create_links() {
+# create soname links
+find "$pkgdir" -type f -name '*.so*' ! -path '*xorg/*' -print0 | while 
read -d $'\0' _lib; do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*)\.so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+cd kernel
+
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[4]="nvidia-peermem"\
+DEST_MODULE_LOCATION[4]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -Dm644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -Dm755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -Dm755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia-utils "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA drivers - module sources"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+provides=('NVIDIA-MODULE' 'nvidia')
+conflicts=('NVIDIA-MODULE' 'nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"

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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 11, 2022 @ 22:18:39
  Author: svenstaro
Revision: 445047

upgpkg: nvidia-utils 515.43.04-1

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 22:05:12 UTC (rev 445046)
+++ PKGBUILD2022-05-11 22:18:39 UTC (rev 445047)
@@ -4,7 +4,7 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
-pkgver=510.68.02
+pkgver=515.43.04
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -18,7 +18,7 @@
 
sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
 
'a0ceb0a6c240cf97b21a2e46c5c212250d3ee24fecef16aca3dffb04b8350c445b9f4398274abccdb745dd0ba5132a17942c9508ce165d4f97f41ece02b0b989'
-
'eb31ed729555075bcc307acc576cb6fdfdd7e397c9e47dd80fc2f55cac6902c3924b69bb91036e5ded1001e81d4b81082ba093dd63d6d97bc313fe78e510131b')
+
'07dfcfc297d8dc3072ddf5d719ab5fe3de0aaa2d9b2b7329d86a1cc167c79bd3854c0644cc0080689e2529b3e375dc3ffb370afc3904362722b338d2c1c2837a')
 
 
 create_links() {
@@ -77,7 +77,8 @@
 package_nvidia-dkms() {
 pkgdesc="NVIDIA drivers - module sources"
 depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
-provides=('NVIDIA-MODULE')
+provides=('NVIDIA-MODULE' 'nvidia')
+conflicts=('NVIDIA-MODULE' 'nvidia')
 
 cd ${_pkg}
 



[arch-commits] Commit in lib32-nvidia-utils/repos (2 files)

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 11, 2022 @ 22:07:21
  Author: svenstaro
Revision: 1198400

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-testing-x86_64/
  lib32-nvidia-utils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1198399, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-testing-x86_64/PKGBUILD (from rev 
1198399, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2022-05-11 22:07:21 UTC (rev 1198400)
@@ -0,0 +1,104 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
+pkgver=515.43.04
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/;
+#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('07dfcfc297d8dc3072ddf5d719ab5fe3de0aaa2d9b2b7329d86a1cc167c79bd3854c0644cc0080689e2529b3e375dc3ffb370afc3904362722b338d2c1c2837a')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('lib32-opencl-driver')
+
+cd "${_pkg}"/32
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
+optdepends=('lib32-opencl-nvidia')
+conflicts=('lib32-nvidia-libgl')
+provides=('lib32-vulkan-driver' 'lib32-opengl-driver' 'lib32-nvidia-libgl')
+replaces=('lib32-nvidia-libgl')
+
+cd "${_pkg}"/32
+
+# Check 
http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/README/installedcomponents.html
+# for hints on what needs to be installed where.
+
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
+install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
+install -D -m755 "libnvidia-glvkspirv.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glvkspirv.so.${pkgver}"
+install -D -m755 "libnvidia-allocator.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-allocator.so.${pkgver}"
+
+# VDPAU
+install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
+
+# nvidia-tls library
+install -D -m755 "libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
+
+# CUDA
+install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
+install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
+
+# PTX JIT 

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

2022-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 11, 2022 @ 22:05:23
  Author: svenstaro
Revision: 1198399

upgpkg: lib32-nvidia-utils 515.43.04-1

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 22:05:12 UTC (rev 1198398)
+++ PKGBUILD2022-05-11 22:05:23 UTC (rev 1198399)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=510.68.02
+pkgver=515.43.04
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -14,7 +14,7 @@
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('eb31ed729555075bcc307acc576cb6fdfdd7e397c9e47dd80fc2f55cac6902c3924b69bb91036e5ded1001e81d4b81082ba093dd63d6d97bc313fe78e510131b')
+sha512sums=('07dfcfc297d8dc3072ddf5d719ab5fe3de0aaa2d9b2b7329d86a1cc167c79bd3854c0644cc0080689e2529b3e375dc3ffb370afc3904362722b338d2c1c2837a')
 
 create_links() {
 # create soname links



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

2022-05-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 11, 2022 @ 21:40:02
  Author: arojas
Revision: 445042

archrelease: copy trunk to staging-x86_64

Added:
  graphicsmagick/repos/staging-x86_64/
  graphicsmagick/repos/staging-x86_64/PKGBUILD
(from rev 445041, graphicsmagick/trunk/PKGBUILD)

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

Copied: graphicsmagick/repos/staging-x86_64/PKGBUILD (from rev 445041, 
graphicsmagick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-05-11 21:40:02 UTC (rev 445042)
@@ -0,0 +1,63 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Gaetan Bisson 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Anton Leontiev 
+
+pkgname=graphicsmagick
+pkgver=1.3.38
+pkgrel=2
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libwmf' 'libxml2')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz'
+ 'libpng' 'libtiff' 'libwebp')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;)
+sha256sums=('d60cd9db59351d2b9cb19beb443170acaa28f073d13d258f67b3627635e32675')
+
+options=('!emptydirs' 'libtool')
+
+prepare() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   sed -e "s:freetype_config='':freetype_config='/usr/bin/pkg-config 
freetype2':g" -i configure
+}
+
+build() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --enable-shared \
+   --with-modules \
+   --with-perl \
+   --with-quantum-depth=16 \
+   --with-threads
+   make
+}
+
+package() {
+   cd "${srcdir}/GraphicsMagick-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   # Install MIT license
+   install -Dm644 "Copyright.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt"
+
+   # Install perl bindings
+   # The patching was introduced in order to build perl module without 
installing package itself and
+   # not to introduce unnecessary path into LD_RUN_PATH
+   cd PerlMagick
+   sed -i -e "s:'LDDLFLAGS'  => \"\(.*\)\":'LDDLFLAGS'  => 
\"-L${pkgdir}/usr/lib \1\":" Makefile.PL
+   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR="${pkgdir}"
+   sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
+   make
+   make install
+
+   # Remove perllocal.pod and .packlist
+   rm -r "${pkgdir}"/usr/lib/perl5/*/core_perl
+   rm 
"${pkgdir}"/usr/lib/perl5/*/vendor_perl/auto/Graphics/Magick/.packlist
+}



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

2022-05-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 11, 2022 @ 21:39:49
  Author: arojas
Revision: 445041

jasper 3.0.3 rebuild

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 21:37:24 UTC (rev 445040)
+++ PKGBUILD2022-05-11 21:39:49 UTC (rev 445041)
@@ -5,7 +5,7 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.38
-pkgrel=1
+pkgrel=2
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('x86_64')



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

2022-05-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 11, 2022 @ 21:37:24
  Author: arojas
Revision: 445040

archrelease: copy trunk to staging-x86_64

Added:
  digikam/repos/staging-x86_64/
  digikam/repos/staging-x86_64/PKGBUILD
(from rev 445039, digikam/trunk/PKGBUILD)
  digikam/repos/staging-x86_64/akonadi-22.04.patch
(from rev 445039, digikam/trunk/akonadi-22.04.patch)
  digikam/repos/staging-x86_64/ffmpeg5.patch
(from rev 445039, digikam/trunk/ffmpeg5.patch)

-+
 PKGBUILD|   50 ++
 akonadi-22.04.patch |   16 
 ffmpeg5.patch   |   13 +
 3 files changed, 79 insertions(+)

Copied: digikam/repos/staging-x86_64/PKGBUILD (from rev 445039, 
digikam/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-05-11 21:37:24 UTC (rev 445040)
@@ -0,0 +1,50 @@
+# $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=3
+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/staging-x86_64/akonadi-22.04.patch (from rev 445039, 
digikam/trunk/akonadi-22.04.patch)
===
--- staging-x86_64/akonadi-22.04.patch  (rev 0)
+++ staging-x86_64/akonadi-22.04.patch  2022-05-11 21:37:24 UTC (rev 445040)
@@ -0,0 +1,16 @@
+diff --git a/core/utilities/extrasupport/addressbook/akonadiiface.cpp 
b/core/utilities/extrasupport/addressbook/akonadiiface.cpp
+index 6a78863cf6..8e65a405da 100644
+--- a/core/utilities/extrasupport/addressbook/akonadiiface.cpp
 b/core/utilities/extrasupport/addressbook/akonadiiface.cpp
+@@ -49,7 +49,11 @@
+ #include 
+ #endif
+ 
++#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 19, 80)
++#include 
++#else
+ #include 
++#endif
+ #include 
+ 
+ #if defined(Q_OS_DARWIN) && defined(Q_CC_CLANG)

Copied: digikam/repos/staging-x86_64/ffmpeg5.patch (from rev 445039, 
digikam/trunk/ffmpeg5.patch)
===
--- staging-x86_64/ffmpeg5.patch(rev 0)
+++ staging-x86_64/ffmpeg5.patch2022-05-11 21:37:24 UTC (rev 445040)
@@ -0,0 +1,13 @@
+diff --git a/core/libs/threadimageio/video/videodecoder_p.h 
b/core/libs/threadimageio/video/videodecoder_p.h
+index 251e092809..d82926b77e 100644
+--- a/core/libs/threadimageio/video/videodecoder_p.h
 b/core/libs/threadimageio/video/videodecoder_p.h
+@@ -56,7 +56,7 @@ public:
+ AVFormatContext*   pFormatContext;
+ AVCodecContext*pVideoCodecContext;
+ AVCodecParameters* pVideoCodecParameters;
+-AVCodec*   pVideoCodec;
++const AVCodec* pVideoCodec;
+ AVStream*  pVideoStream;
+ AVFrame*   pFrame;
+ quint8*pFrameBuffer;



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

2022-05-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 11, 2022 @ 21:37:09
  Author: arojas
Revision: 445039

jasper 3.0.3 rebuild

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 21:25:03 UTC (rev 445038)
+++ PKGBUILD2022-05-11 21:37:09 UTC (rev 445039)
@@ -7,7 +7,7 @@
 pkgname=digikam
 _pkgver=7.6.0
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=2
+pkgrel=3
 pkgdesc='An advanced digital photo management application'
 arch=(x86_64)
 license=(GPL)



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

2022-05-11 Thread Brett Cornwall via arch-commits
Date: Wednesday, May 11, 2022 @ 21:33:22
  Author: ainola
Revision: 1198387

archrelease: copy trunk to community-staging-x86_64

Added:
  sway/repos/community-staging-x86_64/50-systemd-user.conf
(from rev 1198386, sway/trunk/50-systemd-user.conf)
  sway/repos/community-staging-x86_64/PKGBUILD
(from rev 1198386, sway/trunk/PKGBUILD)
  sway/repos/community-staging-x86_64/sway-session.target
(from rev 1198386, sway/trunk/sway-session.target)
  sway/repos/community-staging-x86_64/sway.install
(from rev 1198386, sway/trunk/sway.install)
  sway/repos/community-staging-x86_64/sway.service
(from rev 1198386, sway/trunk/sway.service)
Deleted:
  sway/repos/community-staging-x86_64/50-systemd-user.conf
  sway/repos/community-staging-x86_64/PKGBUILD
  sway/repos/community-staging-x86_64/sway-session.target
  sway/repos/community-staging-x86_64/sway.install
  sway/repos/community-staging-x86_64/sway.service

--+
 50-systemd-user.conf |   14 ++--
 PKGBUILD |  142 -
 sway-session.target  |   16 ++---
 sway.install |   62 ++---
 sway.service |   32 +--
 5 files changed, 133 insertions(+), 133 deletions(-)

Deleted: 50-systemd-user.conf
===
--- 50-systemd-user.conf2022-05-11 21:32:48 UTC (rev 1198386)
+++ 50-systemd-user.conf2022-05-11 21:33:22 UTC (rev 1198387)
@@ -1,7 +0,0 @@
-# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
-# See FS#63021
-# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
-
-exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XDG_CURRENT_DESKTOP
-exec hash dbus-update-activation-environment 2>/dev/null && \
- dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY 
SWAYSOCK XDG_CURRENT_DESKTOP

Copied: sway/repos/community-staging-x86_64/50-systemd-user.conf (from rev 
1198386, sway/trunk/50-systemd-user.conf)
===
--- 50-systemd-user.conf(rev 0)
+++ 50-systemd-user.conf2022-05-11 21:33:22 UTC (rev 1198387)
@@ -0,0 +1,7 @@
+# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
+# See FS#63021
+# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
+
+exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XDG_CURRENT_DESKTOP
+exec hash dbus-update-activation-environment 2>/dev/null && \
+ dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY 
SWAYSOCK XDG_CURRENT_DESKTOP

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 21:32:48 UTC (rev 1198386)
+++ PKGBUILD2022-05-11 21:33:22 UTC (rev 1198387)
@@ -1,71 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Alexander F. Rødseth 
-
-pkgname=sway
-pkgver=1.7
-epoch=1
-pkgrel=4
-pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
-arch=(x86_64)
-url='https://swaywm.org/'
-license=(MIT)
-depends=(
-  'cairo'
-  'gdk-pixbuf2'
-  'json-c'
-  'pango'
-  'pcre'
-  'seatd'
-  'swaybg'
-  'ttf-font'
-  'wlroots'
-)
-makedepends=(git meson ninja scdoc setconf wayland-protocols)
-backup=(etc/sway/config)
-optdepends=(
-  'dmenu: Application launcher'
-  'i3status: Status line'
-  'foot: Terminal emulator used in the default configuration'
-  'mako: Lightweight notification daemon'
-  'polkit: System privilege control. Required if not using seatd service'
-  'swayidle: Idle management daemon'
-  'swaylock: Screen locker'
-  'waybar: Highly customizable bar'
-  'xorg-xwayland: X11 support'
-)
-source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz;
-
"https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz.sig;
-"50-systemd-user.conf")
-options=(debug)
-sha512sums=('028cf5d504d5914bfb78d44156d6a290de660c5ed0638f4e2c56e5be76db9b0baeda035e1fa1ae23559016bd7e4312f7ff70c2fb4904df25358577c1a3d21243'
-'SKIP'
-
'c2b7d808f4231f318e03789015624fd4cf32b81434b15406570b4e144c0defc54e216d881447e6fd9fc18d7da608cccb61c32e0e1fab2f1fe2750acf812d3137')
-validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48'  # Simon Ser
-  '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Set the version information to 'Arch Linux' instead of 'makepkg'
-  sed -i "s/branch \\\'@1@\\\'/Arch Linux/g" meson.build
-}
-
-build() {
-  mkdir -p build
-  arch-meson build "$pkgname-$pkgver" -D sd-bus-provider=libsystemd -D 
werror=false -D b_ndebug=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 "$pkgname-$pkgver/LICENSE" 

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

2022-05-11 Thread Brett Cornwall via arch-commits
Date: Wednesday, May 11, 2022 @ 21:32:48
  Author: ainola
Revision: 1198386

Move swaybg to optdepends

Modified:
  sway/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 21:31:00 UTC (rev 1198385)
+++ PKGBUILD2022-05-11 21:32:48 UTC (rev 1198386)
@@ -5,7 +5,7 @@
 pkgname=sway
 pkgver=1.7
 epoch=1
-pkgrel=4
+pkgrel=5
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -17,7 +17,6 @@
   'pango'
   'pcre'
   'seatd'
-  'swaybg'
   'ttf-font'
   'wlroots'
 )
@@ -29,6 +28,7 @@
   'foot: Terminal emulator used in the default configuration'
   'mako: Lightweight notification daemon'
   'polkit: System privilege control. Required if not using seatd service'
+  'swaybg: Wallpaper tool for sway'
   'swayidle: Idle management daemon'
   'swaylock: Screen locker'
   'waybar: Highly customizable bar'



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

2022-05-11 Thread Levente Polyak via arch-commits
Date: Wednesday, May 11, 2022 @ 21:30:53
  Author: anthraxx
Revision: 1198384

upgpkg: hcxtools 6.2.7-1

Modified:
  hcxtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 21:26:57 UTC (rev 1198383)
+++ PKGBUILD2022-05-11 21:30:53 UTC (rev 1198384)
@@ -1,16 +1,16 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxtools
-pkgver=6.2.6
+pkgver=6.2.7
 pkgrel=1
 pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
 url='https://github.com/ZerBea/hcxtools'
 arch=('x86_64')
 license=('MIT')
-depends=('curl' 'libcurl.so' 'libpcap' 'zlib' 'openssl')
+depends=('curl' 'libcurl.so' 'zlib' 'openssl')
 
source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('2481bb68596c41150149a49a2d37ddb89b86e358938f4a6ec85ab84dc90d9f3437fa8c6da537156fd0f906f24b609802855b76b977296a2b4822b78ec9f443e2'
+sha512sums=('03d3eb0feaf8a0f0053e0d417ba4728f4ca87834e2c44ffa9bd54a3ea169c33066e237454b963d216770a2ebd8bf9bada2efc9ca9392fa6a867728f603caa262'
 'SKIP')
 validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 



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

2022-05-11 Thread Levente Polyak via arch-commits
Date: Wednesday, May 11, 2022 @ 21:31:00
  Author: anthraxx
Revision: 1198385

archrelease: copy trunk to community-x86_64

Added:
  hcxtools/repos/community-x86_64/PKGBUILD
(from rev 1198384, hcxtools/trunk/PKGBUILD)
Deleted:
  hcxtools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 21:30:53 UTC (rev 1198384)
+++ PKGBUILD2022-05-11 21:31:00 UTC (rev 1198385)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxtools
-pkgver=6.2.6
-pkgrel=1
-pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
-url='https://github.com/ZerBea/hcxtools'
-arch=('x86_64')
-license=('MIT')
-depends=('curl' 'libcurl.so' 'libpcap' 'zlib' 'openssl')
-source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('2481bb68596c41150149a49a2d37ddb89b86e358938f4a6ec85ab84dc90d9f3437fa8c6da537156fd0f906f24b609802855b76b977296a2b4822b78ec9f443e2'
-'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PRODUCTION=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr PRODUCTION=1 install
-  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hcxtools/repos/community-x86_64/PKGBUILD (from rev 1198384, 
hcxtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 21:31:00 UTC (rev 1198385)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxtools
+pkgver=6.2.7
+pkgrel=1
+pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
+url='https://github.com/ZerBea/hcxtools'
+arch=('x86_64')
+license=('MIT')
+depends=('curl' 'libcurl.so' 'zlib' 'openssl')
+source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('03d3eb0feaf8a0f0053e0d417ba4728f4ca87834e2c44ffa9bd54a3ea169c33066e237454b963d216770a2ebd8bf9bada2efc9ca9392fa6a867728f603caa262'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PRODUCTION=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr PRODUCTION=1 install
+  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-11 Thread Levente Polyak via arch-commits
Date: Wednesday, May 11, 2022 @ 21:26:57
  Author: anthraxx
Revision: 1198383

archrelease: copy trunk to community-staging-x86_64

Added:
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
(from rev 1198382, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-x86_64/ffmpeg4.4.patch
(from rev 1198382, openscenegraph/trunk/ffmpeg4.4.patch)
  openscenegraph/repos/community-staging-x86_64/openscenegraph-openexr3.patch
(from rev 1198382, openscenegraph/trunk/openscenegraph-openexr3.patch)
Deleted:
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
  openscenegraph/repos/community-staging-x86_64/ffmpeg4.4.patch
  openscenegraph/repos/community-staging-x86_64/openscenegraph-openexr3.patch

---+
 PKGBUILD  |  104 -
 ffmpeg4.4.patch   |   60 +++---
 openscenegraph-openexr3.patch |  164 
 3 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 21:26:47 UTC (rev 1198382)
+++ PKGBUILD2022-05-11 21:26:57 UTC (rev 1198383)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sergej Pupykin 
-# Contributor: Hans Janssen 
-# Contributor: my64 
-# Contributor: Colin Pitrat 
-
-pkgname=openscenegraph
-pkgver=3.6.5
-pkgrel=12
-pkgdesc='Open Source, high performance real-time graphics toolkit'
-url='http://www.openscenegraph.org'
-arch=('x86_64')
-license=('custom:OSGPL')
-depends=('fontconfig' 'libglvnd' 'libxinerama')
-makedepends=('cmake' 'ffmpeg4.4' 'gdal' 'gst-plugins-base-libs' 'jasper' 
'librsvg' 'libvncserver' 'openexr' 'poppler-glib')
-optdepends=('ffmpeg4.4' 'gdal' 'gst-plugins-base-libs' 'jasper' 'librsvg' 
'libvncserver' 'openexr' 'poppler-glib')
-conflicts=('openthreads')
-provides=('openthreads')
-source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz
-openscenegraph-openexr3.patch
-ffmpeg4.4.patch)
-sha256sums=('aea196550f02974d6d09291c5d83b51ca6a03b3767e234a8c0e21322927d1e12'
-'680ea7cd1b1681fb42137dd1510c64862507b889286d8788d3f017d9d307792d'
-'64a492d266e49aec611fd609251fa7dd08f75e86b25120a1abaf0328223c921a')
-sha512sums=('7002fa30a3bcf6551d2e1050b4ca75a3736013fd190e4f50953717406864da1952deb09f530bc8c5ddf6e4b90204baec7dbc283f497829846d46d561f66feb4b'
-
'0788e87bf17adf586d5041c5b565d0a09fe38f7c5e96a843e69f5171737aef68bd277b240ccf860cfb78e36ea6d7d7c599ecff104bb78de513d1b3edb70358ef'
-
'9c6d63d3e38a4045b891ccf2f0a2876a52ce8b033214ef9a24072e2ebcde4d1ce12be6d420a37e3b2cb0bdbd5d7d5a808c45d3b207c20a54cfa1114dcfcd1ada')
-
-prepare() {
-  cd OpenSceneGraph-OpenSceneGraph-${pkgver}
-  patch -p1 < ../openscenegraph-openexr3.patch # Fix build with openEXR 3
-  patch -p1 < ../ffmpeg4.4.patch # Find ffmpeg 4.4 headers
-}
-
-build() {
-  mkdir -p OpenSceneGraph-OpenSceneGraph-${pkgver}/build
-  cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
-  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-  ..
-  VERBOSE=1 make
-}
-
-package() {
-  cd OpenSceneGraph-OpenSceneGraph-${pkgver}
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: openscenegraph/repos/community-staging-x86_64/PKGBUILD (from rev 
1198382, openscenegraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 21:26:57 UTC (rev 1198383)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.6.5
+pkgrel=13
+pkgdesc='Open Source, high performance real-time graphics toolkit'
+url='http://www.openscenegraph.org'
+arch=('x86_64')
+license=('custom:OSGPL')
+depends=('fontconfig' 'libglvnd' 'libxinerama' 'libxrandr')
+makedepends=('cmake' 'ffmpeg4.4' 'gdal' 'gst-plugins-base-libs' 'jasper' 
'librsvg' 'libvncserver' 'openexr' 'poppler-glib')
+optdepends=('ffmpeg4.4' 'gdal' 'gst-plugins-base-libs' 'jasper' 'librsvg' 
'libvncserver' 'openexr' 'poppler-glib')
+conflicts=('openthreads')
+provides=('openthreads')
+source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz
+openscenegraph-openexr3.patch
+ffmpeg4.4.patch)
+sha256sums=('aea196550f02974d6d09291c5d83b51ca6a03b3767e234a8c0e21322927d1e12'
+'680ea7cd1b1681fb42137dd1510c64862507b889286d8788d3f017d9d307792d'
+'64a492d266e49aec611fd609251fa7dd08f75e86b25120a1abaf0328223c921a')

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

2022-05-11 Thread Levente Polyak via arch-commits
Date: Wednesday, May 11, 2022 @ 21:26:47
  Author: anthraxx
Revision: 1198382

upgpkg: openscenegraph 3.6.5-13: add missing libxrandr depends

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 21:18:11 UTC (rev 1198381)
+++ PKGBUILD2022-05-11 21:26:47 UTC (rev 1198382)
@@ -6,12 +6,12 @@
 
 pkgname=openscenegraph
 pkgver=3.6.5
-pkgrel=12
+pkgrel=13
 pkgdesc='Open Source, high performance real-time graphics toolkit'
 url='http://www.openscenegraph.org'
 arch=('x86_64')
 license=('custom:OSGPL')
-depends=('fontconfig' 'libglvnd' 'libxinerama')
+depends=('fontconfig' 'libglvnd' 'libxinerama' 'libxrandr')
 makedepends=('cmake' 'ffmpeg4.4' 'gdal' 'gst-plugins-base-libs' 'jasper' 
'librsvg' 'libvncserver' 'openexr' 'poppler-glib')
 optdepends=('ffmpeg4.4' 'gdal' 'gst-plugins-base-libs' 'jasper' 'librsvg' 
'libvncserver' 'openexr' 'poppler-glib')
 conflicts=('openthreads')



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

2022-05-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 11, 2022 @ 21:25:03
  Author: arojas
Revision: 445038

archrelease: copy trunk to staging-x86_64

Added:
  libraw/repos/staging-x86_64/
  libraw/repos/staging-x86_64/PKGBUILD
(from rev 445037, libraw/trunk/PKGBUILD)

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

Copied: libraw/repos/staging-x86_64/PKGBUILD (from rev 445037, 
libraw/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-05-11 21:25:03 UTC (rev 445038)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.20.2
+pkgrel=2
+pkgdesc='A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)'
+arch=(x86_64)
+url='https://www.libraw.org/'
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
+sha256sums=('dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2022-05-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 11, 2022 @ 21:24:53
  Author: arojas
Revision: 445037

jasper 3.0.3 rebuild

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 21:22:59 UTC (rev 445036)
+++ PKGBUILD2022-05-11 21:24:53 UTC (rev 445037)
@@ -7,13 +7,13 @@
 
 pkgname=libraw
 pkgver=0.20.2
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/;
+pkgrel=2
+pkgdesc='A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)'
+arch=(x86_64)
+url='https://www.libraw.org/'
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
-source=("https://www.libraw.org/data/LibRaw-$pkgver.tar.gz;)
+source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
 sha256sums=('dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6')
 
 build() {



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

2022-05-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 11, 2022 @ 21:22:59
  Author: arojas
Revision: 445036

archrelease: copy trunk to staging-x86_64

Added:
  qt6-imageformats/repos/staging-x86_64/
  qt6-imageformats/repos/staging-x86_64/PKGBUILD
(from rev 445035, qt6-imageformats/trunk/PKGBUILD)

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

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



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

2022-05-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 11, 2022 @ 21:22:48
  Author: arojas
Revision: 445035

jasper 3.0.3 rebuild

Modified:
  qt6-imageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 21:21:06 UTC (rev 445034)
+++ PKGBUILD2022-05-11 21:22:48 UTC (rev 445035)
@@ -5,7 +5,7 @@
 pkgname=qt6-imageformats
 _qtver=6.3.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)



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

2022-05-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 11, 2022 @ 21:21:06
  Author: arojas
Revision: 445034

archrelease: copy trunk to staging-x86_64

Added:
  qt5-imageformats/repos/staging-x86_64/
  qt5-imageformats/repos/staging-x86_64/PKGBUILD
(from rev 445033, qt5-imageformats/trunk/PKGBUILD)

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

Copied: qt5-imageformats/repos/staging-x86_64/PKGBUILD (from rev 445033, 
qt5-imageformats/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-05-11 21:21:06 UTC (rev 445034)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_basever=5.15.3
+pkgver=5.15.3+kde+r0
+pkgrel=2
+_commit=90038c936763645610fe1e5f05cfc025e4d98631
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
+makedepends=('git')
+groups=('qt' 'qt5')
+_pkgfqn=${pkgname/5-/}
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')  
+options=(debug)
+
+pkgver() {
+  cd $_pkgfqn
+  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



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

2022-05-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 11, 2022 @ 21:20:46
  Author: arojas
Revision: 445033

jasper 3.0.3 rebuild

Modified:
  qt5-imageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 21:06:06 UTC (rev 445032)
+++ PKGBUILD2022-05-11 21:20:46 UTC (rev 445033)
@@ -4,7 +4,7 @@
 pkgname=qt5-imageformats
 _basever=5.15.3
 pkgver=5.15.3+kde+r0
-pkgrel=1
+pkgrel=2
 _commit=90038c936763645610fe1e5f05cfc025e4d98631
 arch=('x86_64')
 url='https://www.qt.io'



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

2022-05-11 Thread Levente Polyak via arch-commits
Date: Wednesday, May 11, 2022 @ 21:18:11
  Author: anthraxx
Revision: 1198381

archrelease: copy trunk to community-staging-x86_64

Added:
  openscenegraph/repos/community-staging-x86_64/
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
(from rev 1198380, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-staging-x86_64/ffmpeg4.4.patch
(from rev 1198380, openscenegraph/trunk/ffmpeg4.4.patch)
  openscenegraph/repos/community-staging-x86_64/openscenegraph-openexr3.patch
(from rev 1198380, openscenegraph/trunk/openscenegraph-openexr3.patch)

---+
 PKGBUILD  |   52 +
 ffmpeg4.4.patch   |   30 ++
 openscenegraph-openexr3.patch |   82 
 3 files changed, 164 insertions(+)

Copied: openscenegraph/repos/community-staging-x86_64/PKGBUILD (from rev 
1198380, openscenegraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-11 21:18:11 UTC (rev 1198381)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.6.5
+pkgrel=12
+pkgdesc='Open Source, high performance real-time graphics toolkit'
+url='http://www.openscenegraph.org'
+arch=('x86_64')
+license=('custom:OSGPL')
+depends=('fontconfig' 'libglvnd' 'libxinerama')
+makedepends=('cmake' 'ffmpeg4.4' 'gdal' 'gst-plugins-base-libs' 'jasper' 
'librsvg' 'libvncserver' 'openexr' 'poppler-glib')
+optdepends=('ffmpeg4.4' 'gdal' 'gst-plugins-base-libs' 'jasper' 'librsvg' 
'libvncserver' 'openexr' 'poppler-glib')
+conflicts=('openthreads')
+provides=('openthreads')
+source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz
+openscenegraph-openexr3.patch
+ffmpeg4.4.patch)
+sha256sums=('aea196550f02974d6d09291c5d83b51ca6a03b3767e234a8c0e21322927d1e12'
+'680ea7cd1b1681fb42137dd1510c64862507b889286d8788d3f017d9d307792d'
+'64a492d266e49aec611fd609251fa7dd08f75e86b25120a1abaf0328223c921a')
+sha512sums=('7002fa30a3bcf6551d2e1050b4ca75a3736013fd190e4f50953717406864da1952deb09f530bc8c5ddf6e4b90204baec7dbc283f497829846d46d561f66feb4b'
+
'0788e87bf17adf586d5041c5b565d0a09fe38f7c5e96a843e69f5171737aef68bd277b240ccf860cfb78e36ea6d7d7c599ecff104bb78de513d1b3edb70358ef'
+
'9c6d63d3e38a4045b891ccf2f0a2876a52ce8b033214ef9a24072e2ebcde4d1ce12be6d420a37e3b2cb0bdbd5d7d5a808c45d3b207c20a54cfa1114dcfcd1ada')
+
+prepare() {
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}
+  patch -p1 < ../openscenegraph-openexr3.patch # Fix build with openEXR 3
+  patch -p1 < ../ffmpeg4.4.patch # Find ffmpeg 4.4 headers
+}
+
+build() {
+  mkdir -p OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+  ..
+  VERBOSE=1 make
+}
+
+package() {
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: openscenegraph/repos/community-staging-x86_64/ffmpeg4.4.patch (from rev 
1198380, openscenegraph/trunk/ffmpeg4.4.patch)
===
--- community-staging-x86_64/ffmpeg4.4.patch(rev 0)
+++ community-staging-x86_64/ffmpeg4.4.patch2022-05-11 21:18:11 UTC (rev 
1198381)
@@ -0,0 +1,30 @@
+diff --git a/CMakeModules/FindFFmpeg.cmake b/CMakeModules/FindFFmpeg.cmake
+index d548e7a98..7a53cfe25 100644
+--- a/CMakeModules/FindFFmpeg.cmake
 b/CMakeModules/FindFFmpeg.cmake
+@@ -43,7 +43,7 @@ MACRO(FFMPEG_FIND varname shortname headername)
+ /opt/csw/include # Blastwave
+ /opt/include
+ /usr/freeware/include
+-PATH_SUFFIXES ffmpeg
++PATH_SUFFIXES ffmpeg ffmpeg4.4
+ DOC "Location of FFMPEG Headers"
+ )
+ 
+@@ -62,7 +62,7 @@ MACRO(FFMPEG_FIND varname shortname headername)
+ /opt/csw/include # Blastwave
+ /opt/include
+ /usr/freeware/include
+-PATH_SUFFIXES ffmpeg
++PATH_SUFFIXES ffmpeg ffmpeg4.4
+ DOC "Location of FFMPEG Headers"
+ )
+ 
+@@ -84,6 +84,7 @@ MACRO(FFMPEG_FIND varname shortname headername)
+ /opt/csw/lib
+ /opt/lib
+ /usr/freeware/lib64
++PATH_SUFFIXES ffmpeg4.4
+ DOC "Location of FFMPEG Libraries"
+ )
+ 

Copied: 
openscenegraph/repos/community-staging-x86_64/openscenegraph-openexr3.patch 
(from rev 1198380, openscenegraph/trunk/openscenegraph-openexr3.patch)

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

2022-05-11 Thread Levente Polyak via arch-commits
Date: Wednesday, May 11, 2022 @ 21:18:01
  Author: anthraxx
Revision: 1198380

upgpkg: openscenegraph 3.6.5-12: jasper 3.0.3 rebuild

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 21:01:47 UTC (rev 1198379)
+++ PKGBUILD2022-05-11 21:18:01 UTC (rev 1198380)
@@ -6,7 +6,7 @@
 
 pkgname=openscenegraph
 pkgver=3.6.5
-pkgrel=11
+pkgrel=12
 pkgdesc='Open Source, high performance real-time graphics toolkit'
 url='http://www.openscenegraph.org'
 arch=('x86_64')



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

2022-05-11 Thread Levente Polyak via arch-commits
Date: Wednesday, May 11, 2022 @ 21:06:06
  Author: anthraxx
Revision: 445032

archrelease: copy trunk to staging-x86_64

Added:
  jasper/repos/staging-x86_64/
  jasper/repos/staging-x86_64/PKGBUILD
(from rev 445031, jasper/trunk/PKGBUILD)
  jasper/repos/staging-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 445031, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)

---+
 PKGBUILD  |   72 
 jasper-1.900.1-fix-filename-buffer-overflow.patch |   37 ++
 2 files changed, 109 insertions(+)

Copied: jasper/repos/staging-x86_64/PKGBUILD (from rev 445031, 
jasper/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-05-11 21:06:06 UTC (rev 445032)
@@ -0,0 +1,72 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgbase=jasper
+pkgname=('jasper' 'jasper-doc')
+pkgver=3.0.3
+pkgrel=1
+pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
+url='https://www.ece.uvic.ca/~frodo/jasper/'
+arch=('x86_64')
+license=('custom:JasPer2.0')
+makedepends=('glibc' 'libjpeg' 'freeglut' 'libxmu' 'glu' 'cmake' 'doxygen')
+options=('debug')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
+jasper-1.900.1-fix-filename-buffer-overflow.patch)
+sha512sums=('e407e24db2c8b279421070feadb71e79e8603729ed8170d84d21bced92eb18a91fb67ec9e99c27366f9afb26b6d5f38ff918c88afb8ce3f3ce87a76189d296c0'
+
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
+b2sums=('c6849fe2de6853000ca9e88b3535f82396fa408f0a884459fd433cd3e400de6bd4caf840ad7482742b84d02b29328964f1726ab4b8ad1f9897bee4e8a690a340'
+
'9b1927a437ed9b32491f07a210600b5a7d10711ec954dadc030a8238b67e9c6d1a8e67956fd7a5515e7060f0a1651fa86763e21d6d20592f8f00e9d3260722a1')
+
+prepare() {
+  cd ${pkgbase}-version-${pkgver}
+  patch -p1 < "${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch"
+  sed -r 's|(CMAKE_SKIP_BUILD_RPATH) FALSE|\1 TRUE|g' -i CMakeLists.txt
+}
+
+build() {
+  cd ${pkgbase}-version-${pkgver}
+
+  cmake \
+-B buildx \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
+-DJAS_ENABLE_OPENGL=ON \
+-DJAS_ENABLE_LIBJPEG=ON \
+-DJAS_ENABLE_AUTOMATIC_DEPENDENCIES=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DJAS_ENABLE_SHARED=ON
+  cmake --build buildx
+}
+
+check() {
+  cd ${pkgbase}-version-${pkgver}
+  export LD_LIBRARY_PATH="$(pwd)/buildx/src/libjasper/"
+  make -C buildx -j1 test
+}
+
+package_jasper() {
+  depends=('glibc' 'libjpeg' 'libjpeg.so' 'freeglut' 'glu')
+  optdepends=('jasper-doc: documentation')
+  provides=('libjasper.so')
+
+  cd ${pkgbase}-version-${pkgver}
+  make -C buildx DESTDIR="${pkgdir}" install
+  rm -r "${pkgdir}/usr/share/doc"
+
+  install -Dm 644 NEWS.txt README.md  -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt  -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_jasper-doc() {
+  pkgdesc+=' (documentation)'
+  optdepends=('jasper')
+
+  cd ${pkgbase}-version-${pkgver}
+  make -C buildx DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/"{bin,include,lib,share/man}
+
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
jasper/repos/staging-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch 
(from rev 445031, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
===
--- staging-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
(rev 0)
+++ staging-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
2022-05-11 21:06:06 UTC (rev 445032)
@@ -0,0 +1,37 @@
+Description: Filename buffer overflow fix
+ This patch fixes a security hole by a bad buffer size handling.
+Author: Roland Stigge 
+Bug-Debian: http://bugs.debian.org/645118
+
+--- a/src/libjasper/include/jasper/jas_stream.h
 b/src/libjasper/include/jasper/jas_stream.h
+@@ -77,6 +77,7 @@
+ #include 
+ 
+ #include 
++#include 
+ #if defined(JAS_HAVE_FCNTL_H)
+ #include 
+ #endif
+@@ -99,6 +100,12 @@ extern "C" {
+ #define O_BINARY  0
+ #endif
+ 
++#ifdef PATH_MAX
++#define JAS_PATH_MAX PATH_MAX
++#else
++#define JAS_PATH_MAX 4096
++#endif
++
+ /*
+  * Stream open flags.
+  */
+@@ -251,7 +258,7 @@ typedef struct {
+ typedef struct {
+   int fd;
+   int flags;
+-  char pathname[L_tmpnam + 1];
++  char pathname[JAS_PATH_MAX + 1];
+ } jas_stream_fileobj_t;
+ 
+ #define   JAS_STREAM_FILEOBJ_DELONCLOSE   0x01



[arch-commits] Commit in jasper/trunk (fix-opengl-linking.patch)

2022-05-11 Thread Levente Polyak via arch-commits
Date: Wednesday, May 11, 2022 @ 21:06:00
  Author: anthraxx
Revision: 445031

upgpkg: jasper 3.0.3-1

Deleted:
  jasper/trunk/fix-opengl-linking.patch

--+
 fix-opengl-linking.patch |   85 -
 1 file changed, 85 deletions(-)

Deleted: fix-opengl-linking.patch
===
--- fix-opengl-linking.patch2022-05-11 21:04:51 UTC (rev 445030)
+++ fix-opengl-linking.patch2022-05-11 21:06:00 UTC (rev 445031)
@@ -1,85 +0,0 @@
-diff --git a/build/cmake/modules/JasOpenGL.cmake 
b/build/cmake/modules/JasOpenGL.cmake
-index b58b8de..4e58ead 100644
 a/build/cmake/modules/JasOpenGL.cmake
-+++ b/build/cmake/modules/JasOpenGL.cmake
-@@ -5,50 +5,28 @@
- if (JAS_ENABLE_OPENGL)
-   set(OpenGL_GL_PREFERENCE GLVND)
-   find_package(OpenGL ${JAS_REQUIRED})
--  message("OpenGL library found: ${OPENGL_FOUND}")
--else()
--  set(OPENGL_FOUND false)
--endif()
--if (JAS_ENABLE_OPENGL AND OPENGL_FOUND)
--  set(JAS_HAVE_OPENGL 0)
--  message("OpenGL include directory: ${OPENGL_INCLUDE_DIR}")
--  message("OpenGL libraries: ${OPENGL_LIBRARIES}")
-+  if (TARGET OpenGL::GL)
-+  message("OpenGL library found: ${OPENGL_FOUND}")
-+  message("OpenGL include directory: ${OPENGL_INCLUDE_DIR}")
-+  message("OpenGL libraries: ${OPENGL_LIBRARIES}")
-+  endif()
-   find_package(GLUT ${JAS_REQUIRED})
--  message("GLUT library found: ${GLUT_FOUND}")
--  if (GLUT_FOUND)
-+  if (TARGET GLUT::GLUT)
-   message("GLUT include directory: ${GLUT_INCLUDE_DIR}")
-   message("GLUT libraries: ${GLUT_LIBRARIES}")
--  set(CMAKE_REQUIRED_INCLUDES ${GLUT_INCLUDE_DIR})
-+  endif()
-+  if((TARGET OpenGL::GL) AND (TARGET GLUT::GLUT))
-   check_include_files(GL/glut.h JAS_HAVE_GL_GLUT_H)
-   check_include_files(glut.h JAS_HAVE_GLUT_H)
-   if (JAS_HAVE_GL_GLUT_H OR JAS_HAVE_GLUT_H)
-+  set(JAS_OPENGL_TARGETS GLUT::GLUT OpenGL::GL)
-+  if (TARGET OpenGL::GLU)
-+  set(JAS_OPENGL_TARGETS ${JAS_OPENGL_TARGETS} 
OpenGL::GLU)
-+  endif()
-   set(JAS_HAVE_OPENGL 1)
--  include_directories(${GLUT_INCLUDE_DIR} 
${OPENGL_INCLUDE_DIR})
-   else()
-   message(WARNING "The header files GL/glut.h and glut.h 
both appear to be missing.")
-   message(WARNING "Disabling OpenGL.")
-   endif()
-   endif()
--  # On some systems (e.g., Fedora 21), there is a bug in the cmake code
--  # that detects GLUT libraries.  The following ugliness is a workaround 
for 
--  # this problem.
--  if (NOT GLUT_Xmu_LIBRARY OR NOT GLUT_Xmi_LIBRARY)
--  if (NOT GLUT_Xmu_LIBRARY)
--  set(GLUT_Xmu_LIBRARY "")
--  message(WARNING "Clearing bogus value for 
GLUT_Xmu_LIBRARY.")
--  message(WARNING "Your version of CMake may be buggy.")
--  endif()
--  if (NOT GLUT_Xmi_LIBRARY)
--  set(GLUT_Xmi_LIBRARY "")
--  message(WARNING "Clearing bogus value for 
GLUT_Xmi_LIBRARY.")
--  message(WARNING "Your version of CMake may be buggy.")
--  endif()
--  set(GLUT_LIBRARIES "${GLUT_glut_LIBRARY}")
--  endif()
--else()
--  set(JAS_HAVE_OPENGL 0)
--  set(OPENGL_INCLUDE_DIR "")
--  set(OPENGL_LIBRARIES "")
--  set(GLUT_INCLUDE_DIR "")
--  set(GLUT_LIBRARIES "")
- endif()
-diff --git a/src/appl/CMakeLists.txt b/src/appl/CMakeLists.txt
-index 1b865de..3d0c57b 100644
 a/src/appl/CMakeLists.txt
-+++ b/src/appl/CMakeLists.txt
-@@ -22,10 +22,9 @@ set(man_pages "${man_pages}" imgcmp.1)
- # The jiv program (which requires GLUT)
- if(JAS_HAVE_OPENGL)
-   add_executable(jiv jiv.c)
--  target_include_directories(jiv PUBLIC
--${GLUT_INCLUDE_DIR} ${OPENGL_INCLUDE_DIR})
--  target_link_libraries(jiv libjasper ${JPEG_LIBRARIES} ${GLUT_LIBRARIES}
--${OPENGL_LIBRARIES} ${MATH_LIBRARY})
-+  target_link_libraries(jiv libjasper
-+${JPEG_LIBRARIES} ${HEIF_LIBRARIES} ${JAS_OPENGL_TARGETS}
-+${JAS_OPENGL_TARGETS} ${MATH_LIBRARY} ${THREAD_LIBRARY})
-   set(programs "${programs}" jiv)
-   set(man_pages "${man_pages}" jiv.1)
- else()



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

2022-05-11 Thread Levente Polyak via arch-commits
Date: Wednesday, May 11, 2022 @ 21:04:51
  Author: anthraxx
Revision: 445030

upgpkg: jasper 3.0.3-1

- drop static lib

Modified:
  jasper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:31:11 UTC (rev 445029)
+++ PKGBUILD2022-05-11 21:04:51 UTC (rev 445030)
@@ -3,83 +3,70 @@
 
 pkgbase=jasper
 pkgname=('jasper' 'jasper-doc')
-pkgver=2.0.33
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
-url='https://www.ece.uvic.ca/~mdadams/jasper/'
+url='https://www.ece.uvic.ca/~frodo/jasper/'
 arch=('x86_64')
 license=('custom:JasPer2.0')
 makedepends=('glibc' 'libjpeg' 'freeglut' 'libxmu' 'glu' 'cmake' 'doxygen')
-options=('staticlibs')
+options=('debug')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
-jasper-1.900.1-fix-filename-buffer-overflow.patch
-fix-opengl-linking.patch)
-sha512sums=('ff88c4b55d52803786520e4f0db10f7cb7cd7642694c866ea7859bc79e409590469fc2c63afe522c7f8b0c00062c155c0fe3b83b8928e319173a3ec9fea3e09e'
-
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0'
-
'e59788285d5def5391eabe07ed934fd2839357c81edf8f016a4a99b935a8ab0d8b54a82071586b3f79125b7317e01bad8d9c678ad808f2b09710d33a29a1b8f1')
-b2sums=('29cd29cf1af285f6054a969991674b12c968b42d70970a1a460fe43e25047b56d2b96a614d0723d9def6c09c9c6b1bdb04289bdcd8cf348449271e5c975074db'
-
'9b1927a437ed9b32491f07a210600b5a7d10711ec954dadc030a8238b67e9c6d1a8e67956fd7a5515e7060f0a1651fa86763e21d6d20592f8f00e9d3260722a1'
-
'f459a8891fae03236bc17695655b2a1e05cdc4456e644c2deb219d82e24472d816b93b44e3cbe73403a82736bb5b36becd2076402341eb0a1c7362aace58f915')
+jasper-1.900.1-fix-filename-buffer-overflow.patch)
+sha512sums=('e407e24db2c8b279421070feadb71e79e8603729ed8170d84d21bced92eb18a91fb67ec9e99c27366f9afb26b6d5f38ff918c88afb8ce3f3ce87a76189d296c0'
+
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
+b2sums=('c6849fe2de6853000ca9e88b3535f82396fa408f0a884459fd433cd3e400de6bd4caf840ad7482742b84d02b29328964f1726ab4b8ad1f9897bee4e8a690a340'
+
'9b1927a437ed9b32491f07a210600b5a7d10711ec954dadc030a8238b67e9c6d1a8e67956fd7a5515e7060f0a1651fa86763e21d6d20592f8f00e9d3260722a1')
 
 prepare() {
   cd ${pkgbase}-version-${pkgver}
   patch -p1 < "${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch"
   sed -r 's|(CMAKE_SKIP_BUILD_RPATH) FALSE|\1 TRUE|g' -i CMakeLists.txt
-  patch -p1 < ../fix-opengl-linking.patch # Fix linking to OpenGL libraries
 }
 
 build() {
   cd ${pkgbase}-version-${pkgver}
 
-  local options=(
--DCMAKE_INSTALL_PREFIX=/usr
--DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects"
--DJAS_ENABLE_OPENGL=ON
--DJAS_ENABLE_LIBJPEG=ON
--DJAS_ENABLE_AUTOMATIC_DEPENDENCIES=OFF
--DCMAKE_SKIP_RPATH=ON
-  )
-
-  echo "Building static lib..."
   cmake \
--B build-static \
-"${options[@]}" \
--DJAS_ENABLE_SHARED=OFF
-  make -C build-static
-
-  echo "Building shared lib..."
-  cmake \
--B build-shared \
-"${options[@]}" \
+-B buildx \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
+-DJAS_ENABLE_OPENGL=ON \
+-DJAS_ENABLE_LIBJPEG=ON \
+-DJAS_ENABLE_AUTOMATIC_DEPENDENCIES=OFF \
+-DCMAKE_SKIP_RPATH=ON \
 -DJAS_ENABLE_SHARED=ON
-  make -C build-shared
+  cmake --build buildx
 }
 
 check() {
-  cd ${pkgbase}-version-${pkgver}/build-static
-  make -j1 test
+  cd ${pkgbase}-version-${pkgver}
+  export LD_LIBRARY_PATH="$(pwd)/buildx/src/libjasper/"
+  make -C buildx -j1 test
 }
 
 package_jasper() {
-  depends=('glibc' 'libjpeg' 'libjpeg.so')
-  optdepends=('jasper-doc: documentation'
-  'freeglut: jiv support'
-  'glu: jiv support')
+  depends=('glibc' 'libjpeg' 'libjpeg.so' 'freeglut' 'glu')
+  optdepends=('jasper-doc: documentation')
   provides=('libjasper.so')
+
   cd ${pkgbase}-version-${pkgver}
-  make -C build-static DESTDIR="${pkgdir}" install
-  make -C build-shared DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  make -C buildx DESTDIR="${pkgdir}" install
   rm -r "${pkgdir}/usr/share/doc"
+
+  install -Dm 644 NEWS.txt README.md  -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt  -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
 package_jasper-doc() {
   pkgdesc+=' (documentation)'
   optdepends=('jasper')
+
   cd ${pkgbase}-version-${pkgver}
-  make -C build-shared DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t 

[arch-commits] Commit in opensearch-dashboards/repos/community-x86_64 (14 files)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 21:01:47
  Author: hashworks
Revision: 1198379

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards/repos/community-x86_64/PKGBUILD
(from rev 1198378, opensearch-dashboards/trunk/PKGBUILD)
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards
(from rev 1198378, opensearch-dashboards/trunk/opensearch-dashboards)
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-keystore
(from rev 1198378, 
opensearch-dashboards/trunk/opensearch-dashboards-keystore)
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-plugin
(from rev 1198378, opensearch-dashboards/trunk/opensearch-dashboards-plugin)
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards.service
(from rev 1198378, 
opensearch-dashboards/trunk/opensearch-dashboards.service)
  opensearch-dashboards/repos/community-x86_64/tmpfile.conf
(from rev 1198378, opensearch-dashboards/trunk/tmpfile.conf)
  opensearch-dashboards/repos/community-x86_64/user.conf
(from rev 1198378, opensearch-dashboards/trunk/user.conf)
Deleted:
  opensearch-dashboards/repos/community-x86_64/PKGBUILD
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-keystore
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards-plugin
  opensearch-dashboards/repos/community-x86_64/opensearch-dashboards.service
  opensearch-dashboards/repos/community-x86_64/tmpfile.conf
  opensearch-dashboards/repos/community-x86_64/user.conf

+
 PKGBUILD   |  202 +++
 opensearch-dashboards  |   24 ++--
 opensearch-dashboards-keystore |   24 ++--
 opensearch-dashboards-plugin   |   24 ++--
 opensearch-dashboards.service  |   30 ++---
 tmpfile.conf   |   12 +-
 user.conf  |2 
 7 files changed, 159 insertions(+), 159 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 21:01:43 UTC (rev 1198378)
+++ PKGBUILD2022-05-11 21:01:47 UTC (rev 1198379)
@@ -1,101 +0,0 @@
-# Maintainer: Justin Kromlinger 
-# Contributor: Levente Polyak 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Spider.007 
-
-pkgname=opensearch-dashboards
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='Open source visualization dashboards for OpenSearch'
-url='https://opensearch.org/docs/dashboards/index/'
-arch=('x86_64')
-license=('Apache')
-depends=('nodejs-lts-erbium')
-optdepends=(
-  'opensearch'
-  'opensearch-dashboards-alerting-plugin'
-  'opensearch-dashboards-anomaly-detection-plugin'
-  'opensearch-dashboards-gantt-chart-plugin'
-  'opensearch-dashboards-index-management-plugin'
-  'opensearch-dashboards-observability-plugin'
-  'opensearch-dashboards-query-workbench-plugin'
-  'opensearch-dashboards-reports-plugin'
-  'opensearch-dashboards-security-plugin'
-)
-makedepends=('yarn' 'git' 'python')
-backup=('etc/opensearch-dashboards/opensearch_dashboards.yml')
-options=('!strip' 'emptydirs')
-source=(
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${pkgver};
-  opensearch-dashboards
-  opensearch-dashboards-keystore
-  opensearch-dashboards-plugin
-  opensearch-dashboards.service
-  tmpfile.conf
-  user.conf
-)
-sha512sums=('SKIP'
-
'c404c8f576ccc5d9202b6808eaf0ec4a1545eec63480ea5189f0f5b66f3e22f431090ece3e7488f6e7d20472e55e784110d4d393bef94ad959c8ee0665290d36'
-
'55bb1b7e86bafb9938b787c973aab318848bdb7a498d547948d58ee06fc8b96f9a184d6c00a9f1e7accb5caf64992b0db86cf4b31b0d0eb66c8a88f09b609d3e'
-
'bd3bb6a1d64b80bc0a5a5d73ccce7689b8aaf035262424414de404083085ae8e482770f62e5d8219313adeecd65003b7ce1bbe8943418dbd6a432e739e124493'
-
'bec175171d7ce2d9769b4247931f13e73713f6f6f5eba1c1c184c450e694ae52e54d16e79853331df5fa6b50ebc42e1408cf022dbb8e025526c9be783dfca5c2'
-
'ee7a82eb8b5a719913250159485b144ab94219e64f09a73210bd4cf82345e4f7d1b594e6e8d67aca7faaf6087a672bec478f19ce1493ca64d42e6c39f6b586b8'
-
'51cef07f4f4cdd467aa4a2665ee8aaa870ea8f11449f4be1cb239826292ee4044cc656204ab8836730ac1555387ddb20c2cfb9a50ba70f5c5fe59c271a332ab4')
-
-prepare() {
-  cd "OpenSearch-Dashboards"
-
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" 
"package.json"
-
-  # Don't check the nodejs version for now until 
https://github.com/opensearch-project/OpenSearch-Dashboards/issues/920
-  sed -i "/^require('.\/node_version_validator');$/d" 
src/setup_node_env/no_transpilation.js
-
-  # set default quiet mode for systemd, cli option forces specified values
-  sed -r 's|#(logging.quiet:) false|\1 true|' -i 
config/opensearch_dashboards.yml
-}
-
-build() {
-  cd "OpenSearch-Dashboards"
-
-  yarn osd bootstrap
-  yarn 

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

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 21:01:43
  Author: hashworks
Revision: 1198378

upgpkg: opensearch-dashboards 1.3.2-1

Modified:
  opensearch-dashboards/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:32:55 UTC (rev 1198377)
+++ PKGBUILD2022-05-11 21:01:43 UTC (rev 1198378)
@@ -4,7 +4,7 @@
 # Contributor: Spider.007 
 
 pkgname=opensearch-dashboards
-pkgver=1.3.0
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='Open source visualization dashboards for OpenSearch'
 url='https://opensearch.org/docs/dashboards/index/'



[arch-commits] Commit in opensearch-dashboards-security-plugin/repos/community-x86_64 (2 files)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:32:55
  Author: hashworks
Revision: 1198377

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-security-plugin/repos/community-x86_64/PKGBUILD
(from rev 1198376, opensearch-dashboards-security-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-security-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 19:32:52 UTC (rev 1198376)
+++ PKGBUILD2022-05-11 19:32:55 UTC (rev 1198377)
@@ -1,56 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-security-plugin'
-_pluginname='security-dashboards-plugin'
-pkgver=1.2.0.0
-_dashboardsver=1.2.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Security Plugin'
-url='https://opensearch.org/docs/latest/security-plugin'
-arch=('x86_64')
-license=('Apache')
-depends=('opensearch-dashboards')
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=(
-  'SKIP'
-  'SKIP'
-)
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
-"${_pluginname}/package.json" \
-"OpenSearch-Dashboards/package.json"
-}
-
-build() {
-  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
-}
-
-check() {
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  #yarn test:jest_server # integration tests
-  yarn test:jest_ui
-}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty 
-delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: opensearch-dashboards-security-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1198376, opensearch-dashboards-security-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 19:32:55 UTC (rev 1198377)
@@ -0,0 +1,54 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-security-plugin'
+_pluginname='security-dashboards-plugin'
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Security Plugin'
+url='https://opensearch.org/docs/latest/security-plugin'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
+"${_pluginname}/package.json" \
+"OpenSearch-Dashboards/package.json"
+}
+
+build() {
+  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
+}
+
+check() {
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  #yarn test:jest_server # integration tests
+  yarn test:jest_ui
+}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty 
-delete
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in opensearch-dashboards-security-plugin/trunk (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:32:52
  Author: hashworks
Revision: 1198376

upgpkg: opensearch-dashboards-security-plugin 1.3.2.0-1

Modified:
  opensearch-dashboards-security-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:32:27 UTC (rev 1198375)
+++ PKGBUILD2022-05-11 19:32:52 UTC (rev 1198376)
@@ -2,14 +2,14 @@
 
 pkgname='opensearch-dashboards-security-plugin'
 _pluginname='security-dashboards-plugin'
-pkgver=1.2.0.0
-_dashboardsver=1.2.0
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Security Plugin'
 url='https://opensearch.org/docs/latest/security-plugin'
 arch=('x86_64')
 license=('Apache')
-depends=('opensearch-dashboards')
+depends=("opensearch-dashboards=${_dashboardsver}")
 makedepends=('yarn' 'python' 'git')
 options=('!strip' 'emptydirs')
 source=(
@@ -16,10 +16,8 @@
   "git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver};
   
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
 )
-sha256sums=(
-  'SKIP'
-  'SKIP'
-)
+sha256sums=('SKIP'
+'SKIP')
 
 prepare() {
   nodeVersion="$(node -v)"



[arch-commits] Commit in opensearch-dashboards-reports-plugin/repos/community-x86_64 (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:32:27
  Author: hashworks
Revision: 1198375

archrelease: copy trunk to community-x86_64

Modified:
  opensearch-dashboards-reports-plugin/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:32:25 UTC (rev 1198374)
+++ PKGBUILD2022-05-11 19:32:27 UTC (rev 1198375)
@@ -2,7 +2,7 @@
 
 pkgname='opensearch-dashboards-reports-plugin'
 _pluginname='dashboards-reports'
-pkgver=1.3.1.0
+pkgver=1.3.2.0
 _dashboardsver=1.3.0
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Reports Plugin'



[arch-commits] Commit in opensearch-dashboards-reports-plugin/trunk (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:32:25
  Author: hashworks
Revision: 1198374

upgpkg: opensearch-dashboards-reports-plugin 1.3.2.0-1

Modified:
  opensearch-dashboards-reports-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:32:09 UTC (rev 1198373)
+++ PKGBUILD2022-05-11 19:32:25 UTC (rev 1198374)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-reports-plugin'
 _pluginname='dashboards-reports'
-pkgver=1.3.1.0
-_dashboardsver=1.3.0
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Reports Plugin'
 url='https://opensearch.org/docs/latest/dashboards/reporting'
@@ -16,10 +16,8 @@
   "git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver};
   
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
 )
-sha256sums=(
-  'SKIP'
-  'SKIP'
-)
+sha256sums=('SKIP'
+'SKIP')
 
 prepare() {
   nodeVersion="$(node -v)"



[arch-commits] Commit in opensearch-dashboards-query-workbench-plugin/repos/community-x86_64 (2 files)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:32:09
  Author: hashworks
Revision: 1198373

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD
(from rev 1198372, 
opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 19:32:07 UTC (rev 1198372)
+++ PKGBUILD2022-05-11 19:32:09 UTC (rev 1198373)
@@ -1,52 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-query-workbench-plugin'
-_pluginname='query-workbench-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
-url='https://opensearch.org/docs/latest/query-workbench/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
-"OpenSearch-Dashboards/package.json" \
-"sql/workbench/package.json"
-}
-
-build() {
-  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn build --skip-archive
-}
-
-# TODO: Fix tests
-#check() {
-#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-#  NODE_PATH=../../node_modules yarn test:jest
-#}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1198372, opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 19:32:09 UTC (rev 1198373)
@@ -0,0 +1,52 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-query-workbench-plugin'
+_pluginname='query-workbench-dashboards-plugin'
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
+url='https://opensearch.org/docs/latest/query-workbench/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
+"OpenSearch-Dashboards/package.json" \
+"sql/workbench/package.json"
+}
+
+build() {
+  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn build --skip-archive
+}
+
+# TODO: Fix tests
+#check() {
+#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+#  NODE_PATH=../../node_modules yarn test:jest
+#}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in opensearch-dashboards-query-workbench-plugin/trunk (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:32:07
  Author: hashworks
Revision: 1198372

upgpkg: opensearch-dashboards-query-workbench-plugin 1.3.2.0-1

Modified:
  opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:31:52 UTC (rev 1198371)
+++ PKGBUILD2022-05-11 19:32:07 UTC (rev 1198372)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-query-workbench-plugin'
 _pluginname='query-workbench-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
 url='https://opensearch.org/docs/latest/query-workbench/index/'



[arch-commits] Commit in opensearch-dashboards-observability-plugin/repos/community-x86_64 (2 files)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:31:52
  Author: hashworks
Revision: 1198371

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-observability-plugin/repos/community-x86_64/PKGBUILD
(from rev 1198370, 
opensearch-dashboards-observability-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-observability-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 19:31:49 UTC (rev 1198370)
+++ PKGBUILD2022-05-11 19:31:52 UTC (rev 1198371)
@@ -1,50 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-observability-plugin'
-_pluginname='observability-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Observability Plugin'
-url='https://opensearch.org/docs/latest/observability/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}" 'gnuplot')
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/observability.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" 
"OpenSearch-Dashboards/package.json"
-}
-
-build() {
-  mv "observability/dashboards-observability" 
"OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn build --skip-archive
-}
-
-# TODO: Fix tests
-#check() {
-#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-#  yarn test
-#}
-
-package() {
-  install -Dm644 "${srcdir}/observability/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r 
"${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}/build/opensearch-dashboards/"*
 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty 
-delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
opensearch-dashboards-observability-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1198370, opensearch-dashboards-observability-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 19:31:52 UTC (rev 1198371)
@@ -0,0 +1,50 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-observability-plugin'
+_pluginname='observability-dashboards-plugin'
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Observability Plugin'
+url='https://opensearch.org/docs/latest/observability/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}" 'gnuplot')
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/observability.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" 
"OpenSearch-Dashboards/package.json"
+}
+
+build() {
+  mv "observability/dashboards-observability" 
"OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn build --skip-archive
+}
+
+# TODO: Fix tests
+#check() {
+#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+#  yarn test
+#}
+
+package() {
+  install -Dm644 "${srcdir}/observability/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r 
"${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}/build/opensearch-dashboards/"*
 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty 
-delete
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in opensearch-dashboards-observability-plugin/trunk (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:31:49
  Author: hashworks
Revision: 1198370

upgpkg: opensearch-dashboards-observability-plugin 1.3.2.0-1

Modified:
  opensearch-dashboards-observability-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:31:38 UTC (rev 1198369)
+++ PKGBUILD2022-05-11 19:31:49 UTC (rev 1198370)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-observability-plugin'
 _pluginname='observability-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Observability Plugin'
 url='https://opensearch.org/docs/latest/observability/index/'



[arch-commits] Commit in opensearch-dashboards-index-management-plugin/repos/community-x86_64 (2 files)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:31:38
  Author: hashworks
Revision: 1198369

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-index-management-plugin/repos/community-x86_64/PKGBUILD
(from rev 1198368, 
opensearch-dashboards-index-management-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-index-management-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 19:31:35 UTC (rev 1198368)
+++ PKGBUILD2022-05-11 19:31:38 UTC (rev 1198369)
@@ -1,53 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-index-management-plugin'
-_pluginname='index-management-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Index Management Plugin'
-url='https://opensearch.org/docs/latest/im-plugin/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
-"${_pluginname}/package.json" \
-"OpenSearch-Dashboards/package.json"
-}
-
-build() {
-  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
-}
-
-check() {
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn test:jest
-}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty 
-delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
opensearch-dashboards-index-management-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1198368, opensearch-dashboards-index-management-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 19:31:38 UTC (rev 1198369)
@@ -0,0 +1,53 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-index-management-plugin'
+_pluginname='index-management-dashboards-plugin'
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Index Management Plugin'
+url='https://opensearch.org/docs/latest/im-plugin/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
+"${_pluginname}/package.json" \
+"OpenSearch-Dashboards/package.json"
+}
+
+build() {
+  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
+}
+
+check() {
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn test:jest
+}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty 
-delete
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in opensearch-dashboards-index-management-plugin/trunk (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:31:35
  Author: hashworks
Revision: 1198368

upgpkg: opensearch-dashboards-index-management-plugin 1.3.2.0-1

Modified:
  opensearch-dashboards-index-management-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:31:27 UTC (rev 1198367)
+++ PKGBUILD2022-05-11 19:31:35 UTC (rev 1198368)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-index-management-plugin'
 _pluginname='index-management-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Index Management Plugin'
 url='https://opensearch.org/docs/latest/im-plugin/index/'



[arch-commits] Commit in opensearch-dashboards-gantt-chart-plugin/repos/community-x86_64 (2 files)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:31:27
  Author: hashworks
Revision: 1198367

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-gantt-chart-plugin/repos/community-x86_64/PKGBUILD
(from rev 1198366, opensearch-dashboards-gantt-chart-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-gantt-chart-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 19:31:24 UTC (rev 1198366)
+++ PKGBUILD2022-05-11 19:31:27 UTC (rev 1198367)
@@ -1,49 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-gantt-chart-plugin'
-_pluginname='gantt-chart-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Gantt Chart Plugin'
-url='https://opensearch.org/docs/latest/dashboards/gantt/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  
"git+https://github.com/opensearch-project/dashboards-visualizations.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" 
"OpenSearch-Dashboards/package.json"
-}
-
-build() {
-  mv "dashboards-visualizations/gantt-chart" 
"OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
-}
-
-check() {
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn test
-}
-
-package() {
-  install -Dm644 "${srcdir}/dashboards-visualizations/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r 
"${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}/build/opensearch-dashboards/"*
 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty 
-delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
opensearch-dashboards-gantt-chart-plugin/repos/community-x86_64/PKGBUILD (from 
rev 1198366, opensearch-dashboards-gantt-chart-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 19:31:27 UTC (rev 1198367)
@@ -0,0 +1,49 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-gantt-chart-plugin'
+_pluginname='gantt-chart-dashboards-plugin'
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Gantt Chart Plugin'
+url='https://opensearch.org/docs/latest/dashboards/gantt/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  
"git+https://github.com/opensearch-project/dashboards-visualizations.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" 
"OpenSearch-Dashboards/package.json"
+}
+
+build() {
+  mv "dashboards-visualizations/gantt-chart" 
"OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
+}
+
+check() {
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn test
+}
+
+package() {
+  install -Dm644 "${srcdir}/dashboards-visualizations/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r 
"${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}/build/opensearch-dashboards/"*
 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty 
-delete
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in opensearch-dashboards-gantt-chart-plugin/trunk (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:31:24
  Author: hashworks
Revision: 1198366

upgpkg: opensearch-dashboards-gantt-chart-plugin 1.3.2.0-1

Modified:
  opensearch-dashboards-gantt-chart-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:31:14 UTC (rev 1198365)
+++ PKGBUILD2022-05-11 19:31:24 UTC (rev 1198366)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-gantt-chart-plugin'
 _pluginname='gantt-chart-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Gantt Chart Plugin'
 url='https://opensearch.org/docs/latest/dashboards/gantt/'



[arch-commits] Commit in opensearch-dashboards-anomaly-detection-plugin/repos/community-x86_64 (2 files)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:31:14
  Author: hashworks
Revision: 1198365

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-anomaly-detection-plugin/repos/community-x86_64/PKGBUILD
(from rev 1198364, 
opensearch-dashboards-anomaly-detection-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-anomaly-detection-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 19:31:10 UTC (rev 1198364)
+++ PKGBUILD2022-05-11 19:31:14 UTC (rev 1198365)
@@ -1,53 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-anomaly-detection-plugin'
-_pluginname='anomaly-detection-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Anomaly Detection Plugin'
-url='https://opensearch.org/docs/latest/monitoring-plugins/ad/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
-"${_pluginname}/package.json" \
-"OpenSearch-Dashboards/package.json"
-}
-
-build() {
-  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
-}
-
-check() {
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn test:jest
-}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty 
-delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
opensearch-dashboards-anomaly-detection-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1198364, 
opensearch-dashboards-anomaly-detection-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 19:31:14 UTC (rev 1198365)
@@ -0,0 +1,53 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-anomaly-detection-plugin'
+_pluginname='anomaly-detection-dashboards-plugin'
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Anomaly Detection Plugin'
+url='https://opensearch.org/docs/latest/monitoring-plugins/ad/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
+"${_pluginname}/package.json" \
+"OpenSearch-Dashboards/package.json"
+}
+
+build() {
+  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
+}
+
+check() {
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn test:jest
+}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty 
-delete
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-11 Thread Andreas Radke via arch-commits
Date: Wednesday, May 11, 2022 @ 19:31:11
  Author: andyrtr
Revision: 445029

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 445028, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 19:30:59 UTC (rev 445028)
+++ PKGBUILD2022-05-11 19:31:11 UTC (rev 445029)
@@ -1,32 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: kusakata 
-
-pkgname=mdds
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
-arch=('any')
-url="https://gitlab.com/mdds/mdds;
-license=('MIT')
-checkdepends=('boost')
-#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
-source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.xz)
-# checksums listed there - https://gitlab.com/mdds/mdds/-/releases
-sha256sums=('1f8c165695f5d2e4375bab32a0f1507868dee3de0a20d524770078ba3c6c10bf')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 445028, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 19:31:11 UTC (rev 445029)
@@ -0,0 +1,32 @@
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.xz)
+# checksums listed there - https://gitlab.com/mdds/mdds/-/releases
+sha256sums=('6c01cdbd7f662a7adee5a6879d31130815fd31048d940f1b780ed67b719fc8e4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in opensearch-dashboards-anomaly-detection-plugin/trunk (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:31:10
  Author: hashworks
Revision: 1198364

upgpkg: opensearch-dashboards-anomaly-detection-plugin 1.3.2.0-1

Modified:
  opensearch-dashboards-anomaly-detection-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:31:02 UTC (rev 1198363)
+++ PKGBUILD2022-05-11 19:31:10 UTC (rev 1198364)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-anomaly-detection-plugin'
 _pluginname='anomaly-detection-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Anomaly Detection Plugin'
 url='https://opensearch.org/docs/latest/monitoring-plugins/ad/index/'



[arch-commits] Commit in opensearch-dashboards-alerting-plugin/repos/community-x86_64 (2 files)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:31:02
  Author: hashworks
Revision: 1198363

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-alerting-plugin/repos/community-x86_64/PKGBUILD
(from rev 1198362, opensearch-dashboards-alerting-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-alerting-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 19:30:59 UTC (rev 1198362)
+++ PKGBUILD2022-05-11 19:31:02 UTC (rev 1198363)
@@ -1,53 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-alerting-plugin'
-_pluginname='alerting-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Alerting Plugin'
-url='https://opensearch.org/docs/latest/monitoring-plugins/alerting'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}" 'coffeescript')
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
-"${_pluginname}/package.json" \
-"OpenSearch-Dashboards/package.json"
-}
-
-build() {
-  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
-}
-
-check() {
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn test:jest
-}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty 
-delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: opensearch-dashboards-alerting-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1198362, opensearch-dashboards-alerting-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 19:31:02 UTC (rev 1198363)
@@ -0,0 +1,53 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-alerting-plugin'
+_pluginname='alerting-dashboards-plugin'
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Alerting Plugin'
+url='https://opensearch.org/docs/latest/monitoring-plugins/alerting'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}" 'coffeescript')
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/${_pluginname}.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
+"${_pluginname}/package.json" \
+"OpenSearch-Dashboards/package.json"
+}
+
+build() {
+  mv "${_pluginname}" "OpenSearch-Dashboards/plugins"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn plugin-helpers build --skip-archive # `yarn build` will always create 
the ZIP
+}
+
+check() {
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn test:jest
+}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  find "${pkgdir}/usr/share/opensearch-dashboards/plugins" -type d -empty 
-delete
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in opensearch-dashboards-alerting-plugin/trunk (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:30:59
  Author: hashworks
Revision: 1198362

upgpkg: opensearch-dashboards-alerting-plugin 1.3.2.0-1

Modified:
  opensearch-dashboards-alerting-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:30:47 UTC (rev 1198361)
+++ PKGBUILD2022-05-11 19:30:59 UTC (rev 1198362)
@@ -2,8 +2,8 @@
 
 pkgname='opensearch-dashboards-alerting-plugin'
 _pluginname='alerting-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
 pkgrel=1
 pkgdesc='OpenSearch Dashboards Alerting Plugin'
 url='https://opensearch.org/docs/latest/monitoring-plugins/alerting'



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

2022-05-11 Thread Andreas Radke via arch-commits
Date: Wednesday, May 11, 2022 @ 19:30:59
  Author: andyrtr
Revision: 445028

upgpkg: mdds 2.0.3-1: upstream update 2.0.3

Modified:
  mdds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:14:56 UTC (rev 445027)
+++ PKGBUILD2022-05-11 19:30:59 UTC (rev 445028)
@@ -2,7 +2,7 @@
 # Contributor: kusakata 
 
 pkgname=mdds
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
 arch=('any')
@@ -12,7 +12,7 @@
 #source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
 source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.xz)
 # checksums listed there - https://gitlab.com/mdds/mdds/-/releases
-sha256sums=('1f8c165695f5d2e4375bab32a0f1507868dee3de0a20d524770078ba3c6c10bf')
+sha256sums=('6c01cdbd7f662a7adee5a6879d31130815fd31048d940f1b780ed67b719fc8e4')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in opensearch-sql-plugin/repos/community-x86_64 (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:30:47
  Author: hashworks
Revision: 1198361

archrelease: copy trunk to community-x86_64

Modified:
  opensearch-sql-plugin/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:30:44 UTC (rev 1198360)
+++ PKGBUILD2022-05-11 19:30:47 UTC (rev 1198361)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-sql-plugin
-pkgver=1.3.1.0
+pkgver=1.3.2.0
 pkgrel=1
-_opensearchver=1.3.1
+_opensearchver=1.3.2
 _jdkver=11
 pkgdesc="OpenSearch SQL Plugin"
 arch=('x86_64')



[arch-commits] Commit in opensearch-sql-plugin/trunk (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:30:44
  Author: hashworks
Revision: 1198360

upgpkg: opensearch-sql-plugin 1.3.2.0-1

Modified:
  opensearch-sql-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:30:31 UTC (rev 1198359)
+++ PKGBUILD2022-05-11 19:30:44 UTC (rev 1198360)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-sql-plugin
-pkgver=1.3.1.0
+pkgver=1.3.2.0
 pkgrel=1
-_opensearchver=1.3.1
+_opensearchver=1.3.2
 _jdkver=11
 pkgdesc="OpenSearch SQL Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/sql/archive/${pkgver}.tar.gz;
 )
-sha256sums=('44d5b518a23e80b8b0d446ca2a026c3274d8dc8e6a1418e3f31249629a1bf4d0')
+sha256sums=('240423a63f2cd9474ed2c3ffb27da952d651f1e70520a3c59c0735bdac9aae4c')
 
 build() {
   cd "sql-${pkgver}"



[arch-commits] Commit in opensearch-security-plugin/repos/community-x86_64 (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:30:31
  Author: hashworks
Revision: 1198359

archrelease: copy trunk to community-x86_64

Modified:
  opensearch-security-plugin/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:30:29 UTC (rev 1198358)
+++ PKGBUILD2022-05-11 19:30:31 UTC (rev 1198359)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-security-plugin
-pkgver=1.3.1.0
+pkgver=1.3.2.0
 pkgrel=1
-_opensearchver=1.3.1
+_opensearchver=1.3.2
 _jdkver=11
 pkgdesc="OpenSearch Security Plugin"
 arch=('x86_64')



[arch-commits] Commit in opensearch-security-plugin/trunk (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:30:29
  Author: hashworks
Revision: 1198358

upgpkg: opensearch-security-plugin 1.3.2.0-1

Modified:
  opensearch-security-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:30:21 UTC (rev 1198357)
+++ PKGBUILD2022-05-11 19:30:29 UTC (rev 1198358)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-security-plugin
-pkgver=1.3.1.0
+pkgver=1.3.2.0
 pkgrel=1
-_opensearchver=1.3.1
+_opensearchver=1.3.2
 _jdkver=11
 pkgdesc="OpenSearch Security Plugin"
 arch=('x86_64')



[arch-commits] Commit in opensearch-reports-scheduler-plugin/repos/community-x86_64 (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:30:21
  Author: hashworks
Revision: 1198357

archrelease: copy trunk to community-x86_64

Modified:
  opensearch-reports-scheduler-plugin/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:30:18 UTC (rev 1198356)
+++ PKGBUILD2022-05-11 19:30:21 UTC (rev 1198357)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-reports-scheduler-plugin
-pkgver=1.3.1.0
+pkgver=1.3.2.0
 pkgrel=1
-_opensearchver=1.3.1
+_opensearchver=1.3.2
 _jdkver=11
 pkgdesc="OpenSearch Reports Scheduler Plugin"
 arch=('x86_64')



[arch-commits] Commit in opensearch-reports-scheduler-plugin/trunk (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:30:18
  Author: hashworks
Revision: 1198356

upgpkg: opensearch-reports-scheduler-plugin 1.3.2.0-1

Modified:
  opensearch-reports-scheduler-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:30:07 UTC (rev 1198355)
+++ PKGBUILD2022-05-11 19:30:18 UTC (rev 1198356)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-reports-scheduler-plugin
-pkgver=1.3.1.0
+pkgver=1.3.2.0
 pkgrel=1
-_opensearchver=1.3.1
+_opensearchver=1.3.2
 _jdkver=11
 pkgdesc="OpenSearch Reports Scheduler Plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/opensearch-project/dashboards-reports/archive/${pkgver}.tar.gz;
 )
-sha256sums=('04da27040cd6145f1b5bdb047755806008fb36437b7d392a91c6109ed9ed9e3c')
+sha256sums=('fa502cce628886f6ac1f9cff3282c1d386f51f0ba0228a9acda1fe9181f950d5')
 
 build() {
   cd "dashboards-reports-${pkgver}/reports-scheduler"



[arch-commits] Commit in opensearch-performance-analyzer-plugin/repos/community-x86_64 (PKGBUILD)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:30:07
  Author: hashworks
Revision: 1198355

archrelease: copy trunk to community-x86_64

Modified:
  opensearch-performance-analyzer-plugin/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 19:30:05 UTC (rev 1198354)
+++ PKGBUILD2022-05-11 19:30:07 UTC (rev 1198355)
@@ -1,9 +1,9 @@
 # Maintainer: Justin Kromlinger 
 
 pkgname=opensearch-performance-analyzer-plugin
-pkgver=1.3.1.0
+pkgver=1.3.2.0
 pkgrel=1
-_opensearchver=1.3.1
+_opensearchver=1.3.2
 _jdkver=11
 pkgdesc="OpenSearch Performance Analyzer Plugin"
 arch=('x86_64')



  1   2   3   >