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

2021-10-07 Thread Tobias Powalowski via arch-commits
Date: Friday, October 8, 2021 @ 06:55:59
  Author: tpowa
Revision: 425466

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 06:55:54 UTC (rev 425465)
+++ PKGBUILD2021-10-08 06:55:59 UTC (rev 425466)
@@ -1,42 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2021.10
-pkgrel=14
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'iptables-nft' 'ntfs-3g' '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' 'lzo' 'libsasl' 'libldap' 'gpm' 'libevent' 
'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'syslinux' 'mtools' 
'fsarchiver' 'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'libusb-compat' 'keyutils' 'libisoburn' 'file' 'curl'  
'smartmontools' 'dnsmasq' 'lftp'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'pth' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwids' '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' 
'lockdown-ms' 'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw')
-makedepends=('git')
-optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on 
image file'
-'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/presets/x86_64'
-)
-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 425465, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 06:55:59 UTC (rev 425466)
@@ -0,0 +1,42 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2021.10
+pkgrel=15
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
+'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' '

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

2021-10-07 Thread Tobias Powalowski via arch-commits
Date: Friday, October 8, 2021 @ 06:55:54
  Author: tpowa
Revision: 425465

upgpkg: archboot 2021.10-15: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 06:01:02 UTC (rev 425464)
+++ PKGBUILD2021-10-08 06:55:54 UTC (rev 425465)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2021.10
-pkgrel=14
+pkgrel=15
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2021-10-07 Thread Tobias Powalowski via arch-commits
Date: Friday, October 8, 2021 @ 06:01:02
  Author: tpowa
Revision: 425464

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 06:00:52 UTC (rev 425463)
+++ PKGBUILD2021-10-08 06:01:02 UTC (rev 425464)
@@ -1,42 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2021.10
-pkgrel=13
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'iptables-nft' 'ntfs-3g' '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' 'lzo' 'libsasl' 'libldap' 'gpm' 'libevent' 
'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'syslinux' 'mtools' 
'fsarchiver' 'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'libusb-compat' 'keyutils' 'libisoburn' 'file' 'curl'  
'smartmontools' 'dnsmasq' 'lftp'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'pth' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwids' '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' 
'lockdown-ms' 'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw')
-makedepends=('git')
-optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on 
image file'
-'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/presets/x86_64'
-)
-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 425463, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 06:01:02 UTC (rev 425464)
@@ -0,0 +1,42 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2021.10
+pkgrel=14
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
+'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' '

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

2021-10-07 Thread Tobias Powalowski via arch-commits
Date: Friday, October 8, 2021 @ 06:00:52
  Author: tpowa
Revision: 425463

upgpkg: archboot 2021.10-14: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 05:39:23 UTC (rev 425462)
+++ PKGBUILD2021-10-08 06:00:52 UTC (rev 425463)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2021.10
-pkgrel=13
+pkgrel=14
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2021-10-07 Thread Andreas Radke via arch-commits
Date: Friday, October 8, 2021 @ 05:39:23
  Author: andyrtr
Revision: 425462

archrelease: copy trunk to extra-x86_64

Added:
  sane-airscan/repos/extra-x86_64/PKGBUILD
(from rev 425461, sane-airscan/trunk/PKGBUILD)
Deleted:
  sane-airscan/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 05:39:09 UTC (rev 425461)
+++ PKGBUILD2021-10-08 05:39:23 UTC (rev 425462)
@@ -1,31 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Thomas Kiss 
-
-pkgname=sane-airscan
-pkgver=0.99.26
-pkgrel=1
-pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
-url="https://github.com/alexpevzner/sane-airscan";
-arch=('x86_64')
-license=('GPL2')
-depends=('sane' 'avahi' 'gnutls' 'libxml2' 'libjpeg-turbo' 'libpng')
-#makedepends=('meson')
-optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
-backup=(etc/sane.d/airscan.conf)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('f124d51e1510a4950454794eba0ba633e4b58d312cdeb26b80deb192d563ce5e')
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-# add missing .so symlink
-cd "${pkgdir}"/usr/lib/sane
-ln -vsf libsane-airscan.so.1 libsane-airscan.so
-}

Copied: sane-airscan/repos/extra-x86_64/PKGBUILD (from rev 425461, 
sane-airscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 05:39:23 UTC (rev 425462)
@@ -0,0 +1,31 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Thomas Kiss 
+
+pkgname=sane-airscan
+pkgver=0.99.27
+pkgrel=1
+pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
+url="https://github.com/alexpevzner/sane-airscan";
+arch=('x86_64')
+license=('GPL2')
+depends=('sane' 'avahi' 'gnutls' 'libxml2' 'libjpeg-turbo' 'libpng')
+#makedepends=('meson')
+optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
+backup=(etc/sane.d/airscan.conf)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz";)
+sha256sums=('0d84ca10f9e80d8f5f6bc0f30911660667b6d5b9df8d3fd45be0dcc29775aa84')
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+# add missing .so symlink
+cd "${pkgdir}"/usr/lib/sane
+ln -vsf libsane-airscan.so.1 libsane-airscan.so
+}



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

2021-10-07 Thread Andreas Radke via arch-commits
Date: Friday, October 8, 2021 @ 05:39:09
  Author: andyrtr
Revision: 425461

upgpkg: sane-airscan 0.99.27-1: upstream update 0.99.27

Modified:
  sane-airscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 05:16:03 UTC (rev 425460)
+++ PKGBUILD2021-10-08 05:39:09 UTC (rev 425461)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Kiss 
 
 pkgname=sane-airscan
-pkgver=0.99.26
+pkgver=0.99.27
 pkgrel=1
 pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
 url="https://github.com/alexpevzner/sane-airscan";
@@ -14,7 +14,7 @@
 optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
 backup=(etc/sane.d/airscan.conf)
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('f124d51e1510a4950454794eba0ba633e4b58d312cdeb26b80deb192d563ce5e')
+sha256sums=('0d84ca10f9e80d8f5f6bc0f30911660667b6d5b9df8d3fd45be0dcc29775aa84')
 
 build() {
 cd ${pkgname}-${pkgver}



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

2021-10-07 Thread Daniel M. Capella via arch-commits
Date: Friday, October 8, 2021 @ 05:35:13
  Author: polyzen
Revision: 1028013

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 05:34:53 UTC (rev 1028012)
+++ PKGBUILD2021-10-08 05:35:13 UTC (rev 1028013)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Daniel M. Capella 
-# Contributor: Sirat18 
-# Contributor: Jonas Heinrich 
-
-_name=icalendar
-pkgname=python-icalendar
-pkgver=4.0.7
-pkgrel=4
-pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
-arch=('any')
-url="https://github.com/collective/icalendar";
-license=('BSD')
-depends=('python-dateutil' 'python-pytz')
-makedepends=('python-setuptools')
-checkdepends=('python-hypothesis' 'python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('97f7184ddc42ade2a447af5112f5bd18ea9a89ef25ea3983cc2213fefe2c59255102b7babcd49b3e04cbe435d75d2712dd57eebc1bf1c20c54aae7081ba24379')
-b2sums=('b5d980335b1a9d8135ad9ec037e140f3ae49c3e8db6736b9e469748e3bd51c43f39fc5f9dc443de46d4d4c5856ec74bb548a8d1b47b7e52278fdc2e269be0cbe')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  PYTHONPATH="${PWD}:${PYTHONPATH}"
-  pytest -v "src/${_name}/tests"
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE.rst \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-icalendar/repos/community-any/PKGBUILD (from rev 1028012, 
python-icalendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 05:35:13 UTC (rev 1028013)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+# Maintainer: Daniel M. Capella 
+# Contributor: Sirat18 
+# Contributor: Jonas Heinrich 
+
+_name=icalendar
+pkgname=python-icalendar
+pkgver=4.0.8
+pkgrel=1
+pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
+arch=('any')
+url="https://github.com/collective/icalendar";
+license=('BSD')
+depends=('python-dateutil' 'python-pytz')
+makedepends=('python-setuptools')
+checkdepends=('python-hypothesis' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha256sums=('7508a92b4e36049777640b0ae393e7219a16488d852841a0e57b44fe51d9f848')
+b2sums=('b1e9aa01319eab769f5b93635e6ff019ed2cf4b7d00bf4a68b9cabe76c70fb18c64fbb8851e0f4920d53dc444fd0ba7518b84f6ca424488a89377f35c133ea12')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  PYTHONPATH="${PWD}:${PYTHONPATH}"
+  pytest -v "src/${_name}/tests"
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE.rst \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-10-07 Thread Daniel M. Capella via arch-commits
Date: Friday, October 8, 2021 @ 05:34:53
  Author: polyzen
Revision: 1028012

upgpkg: python-icalendar 4.0.8-1

Modified:
  python-icalendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 05:32:25 UTC (rev 1028011)
+++ PKGBUILD2021-10-08 05:34:53 UTC (rev 1028012)
@@ -5,8 +5,8 @@
 
 _name=icalendar
 pkgname=python-icalendar
-pkgver=4.0.7
-pkgrel=4
+pkgver=4.0.8
+pkgrel=1
 pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
 arch=('any')
 url="https://github.com/collective/icalendar";
@@ -15,8 +15,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-hypothesis' 'python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('97f7184ddc42ade2a447af5112f5bd18ea9a89ef25ea3983cc2213fefe2c59255102b7babcd49b3e04cbe435d75d2712dd57eebc1bf1c20c54aae7081ba24379')
-b2sums=('b5d980335b1a9d8135ad9ec037e140f3ae49c3e8db6736b9e469748e3bd51c43f39fc5f9dc443de46d4d4c5856ec74bb548a8d1b47b7e52278fdc2e269be0cbe')
+sha256sums=('7508a92b4e36049777640b0ae393e7219a16488d852841a0e57b44fe51d9f848')
+b2sums=('b1e9aa01319eab769f5b93635e6ff019ed2cf4b7d00bf4a68b9cabe76c70fb18c64fbb8851e0f4920d53dc444fd0ba7518b84f6ca424488a89377f35c133ea12')
 
 build() {
   cd "${_name}-${pkgver}"



[arch-commits] Commit in vscode-languageservers/repos/community-any (2 files)

2021-10-07 Thread Daniel M. Capella via arch-commits
Date: Friday, October 8, 2021 @ 05:32:25
  Author: polyzen
Revision: 1028011

archrelease: copy trunk to community-any

Added:
  vscode-languageservers/repos/community-any/PKGBUILD
(from rev 1028010, vscode-languageservers/trunk/PKGBUILD)
Deleted:
  vscode-languageservers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 05:32:07 UTC (rev 1028010)
+++ PKGBUILD2021-10-08 05:32:25 UTC (rev 1028011)
@@ -1,65 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Ilango Rajagopal 
-
-pkgname=('vscode-css-languageserver' 'vscode-html-languageserver' 
'vscode-json-languageserver')
-pkgbase=vscode-languageservers
-pkgver=1.60.0
-pkgrel=1
-pkgdesc='VS Code language servers'
-arch=('any')
-url=https://github.com/Microsoft/vscode
-license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'typescript' 'yarn')
-source=("git+$url.git#tag=$pkgver")
-b2sums=('SKIP')
-
-prepare() {
-  for i in 'css' 'html' 'json'; do
-pushd vscode/extensions/$i-language-features/server
-yarn --frozen-lockfile
-popd
-  done
-}
-
-build() {
-  for i in 'css' 'html' 'json'; do
-pushd vscode/extensions/$i-language-features/server
-tsc || true
-popd
-  done
-}
-
-_package() {
-  install -d "$pkgdir"/usr/{bin,lib/node_modules/"$1"}
-
-  cd vscode/extensions
-
-  case "$1" in
-vscode-css-languageserver)
-  pkgdesc='VS Code CSS language server'
-
-  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/cssServerMain');" > 
"$pkgdir"/usr/bin/"$1"
-  cd css-language-features/server;;
-vscode-html-languageserver)
-  pkgdesc='VS Code HTML language server'
-
-  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/htmlServerMain');" > 
"$pkgdir"/usr/bin/"$1"
-  cd html-language-features/server;;
-vscode-json-languageserver)
-  pkgdesc='VS Code JSON language server'
-
-  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/jsonServerMain');" > 
"$pkgdir"/usr/bin/"$1"
-  cd json-language-features/server;;
-  esac
-
-  chmod +x "$pkgdir"/usr/bin/"$1"
-  rm -r node_modules/@types
-  cp -r node_modules out package.json "$pkgdir"/usr/lib/node_modules/"$1"
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/"$1" \
-"$srcdir"/vscode/LICENSE.txt
-}
-
-for _pkgname in "${pkgname[@]}"; do
-  eval "package_$_pkgname() { _package $_pkgname; }"
-done

Copied: vscode-languageservers/repos/community-any/PKGBUILD (from rev 1028010, 
vscode-languageservers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 05:32:25 UTC (rev 1028011)
@@ -0,0 +1,65 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Ilango Rajagopal 
+
+pkgname=('vscode-css-languageserver' 'vscode-html-languageserver' 
'vscode-json-languageserver')
+pkgbase=vscode-languageservers
+pkgver=1.61.0
+pkgrel=1
+pkgdesc='VS Code language servers'
+arch=('any')
+url=https://github.com/Microsoft/vscode
+license=('MIT')
+depends=('nodejs')
+makedepends=('git' 'typescript' 'yarn')
+source=("git+$url.git#tag=$pkgver")
+b2sums=('SKIP')
+
+prepare() {
+  for i in 'css' 'html' 'json'; do
+pushd vscode/extensions/$i-language-features/server
+yarn --frozen-lockfile
+popd
+  done
+}
+
+build() {
+  for i in 'css' 'html' 'json'; do
+pushd vscode/extensions/$i-language-features/server
+tsc || true
+popd
+  done
+}
+
+_package() {
+  install -d "$pkgdir"/usr/{bin,lib/node_modules/"$1"}
+
+  cd vscode/extensions
+
+  case "$1" in
+vscode-css-languageserver)
+  pkgdesc='VS Code CSS language server'
+
+  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/cssServerMain');" > 
"$pkgdir"/usr/bin/"$1"
+  cd css-language-features/server;;
+vscode-html-languageserver)
+  pkgdesc='VS Code HTML language server'
+
+  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/htmlServerMain');" > 
"$pkgdir"/usr/bin/"$1"
+  cd html-language-features/server;;
+vscode-json-languageserver)
+  pkgdesc='VS Code JSON language server'
+
+  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/jsonServerMain');" > 
"$pkgdir"/usr/bin/"$1"
+  cd json-language-features/server;;
+  esac
+
+  chmod +x "$pkgdir"/usr/bin/"$1"
+  rm -r node_modules/@types
+  cp -r node_modules out package.json "$pkgdir"/usr/lib/node_modules/"$1"
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/"$1" \
+"$srcdir"/vscode/LICENSE.txt
+}
+
+for _pkgname in "${pkgname[@]}"; do
+  eval "package_$_pkgname() { _package $_pkgname; }"
+done



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

2021-10-07 Thread Daniel M. Capella via arch-commits
Date: Friday, October 8, 2021 @ 05:32:07
  Author: polyzen
Revision: 1028010

upgpkg: vscode-languageservers 1.61.0-1

Modified:
  vscode-languageservers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 03:59:56 UTC (rev 1028009)
+++ PKGBUILD2021-10-08 05:32:07 UTC (rev 1028010)
@@ -3,7 +3,7 @@
 
 pkgname=('vscode-css-languageserver' 'vscode-html-languageserver' 
'vscode-json-languageserver')
 pkgbase=vscode-languageservers
-pkgver=1.60.0
+pkgver=1.61.0
 pkgrel=1
 pkgdesc='VS Code language servers'
 arch=('any')



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

2021-10-07 Thread Tobias Powalowski via arch-commits
Date: Friday, October 8, 2021 @ 05:16:03
  Author: tpowa
Revision: 425460

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 05:15:59 UTC (rev 425459)
+++ PKGBUILD2021-10-08 05:16:03 UTC (rev 425460)
@@ -1,42 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2021.10
-pkgrel=12
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'iptables-nft' 'ntfs-3g' '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' 'lzo' 'libsasl' 'libldap' 'gpm' 'libevent' 
'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'syslinux' 'mtools' 
'fsarchiver' 'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'libusb-compat' 'keyutils' 'libisoburn' 'file' 'curl'  
'smartmontools' 'dnsmasq' 'lftp'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'pth' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwids' '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' 
'lockdown-ms' 'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw')
-makedepends=('git')
-optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on 
image file'
-'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/presets/x86_64'
-)
-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 425459, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 05:16:03 UTC (rev 425460)
@@ -0,0 +1,42 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2021.10
+pkgrel=13
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
+'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' '

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

2021-10-07 Thread Tobias Powalowski via arch-commits
Date: Friday, October 8, 2021 @ 05:15:59
  Author: tpowa
Revision: 425459

upgpkg: archboot 2021.10-13: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 05:15:58 UTC (rev 425458)
+++ PKGBUILD2021-10-08 05:15:59 UTC (rev 425459)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2021.10
-pkgrel=12
+pkgrel=13
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2021-10-07 Thread Jürgen Hötzel via arch-commits
Date: Friday, October 8, 2021 @ 05:15:58
  Author: juergen
Revision: 425458

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 425457, maxima/trunk/PKGBUILD)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 05:15:43 UTC (rev 425457)
+++ PKGBUILD2021-10-08 05:15:58 UTC (rev 425458)
@@ -1,39 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.45.1
-pkgrel=3
-pkgdesc="A sophisticated computer algebra system"
-arch=('x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net";
-depends=('sbcl=2.1.7' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha1sums=('a259f53b0362b77e6a642cf5b5d55aa35c0a483a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-#check() {  # test 23&129 fail from rtest_taylor
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 425457, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 05:15:58 UTC (rev 425458)
@@ -0,0 +1,39 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.45.1
+pkgrel=4
+pkgdesc="A sophisticated computer algebra system"
+arch=('x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net";
+depends=('sbcl=2.1.9' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha1sums=('a259f53b0362b77e6a642cf5b5d55aa35c0a483a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+#check() {  # test 23&129 fail from rtest_taylor
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+}



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

2021-10-07 Thread Jürgen Hötzel via arch-commits
Date: Friday, October 8, 2021 @ 05:15:43
  Author: juergen
Revision: 425457

sbcl 2.1.9 rebuild

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 05:14:52 UTC (rev 425456)
+++ PKGBUILD2021-10-08 05:15:43 UTC (rev 425457)
@@ -3,12 +3,12 @@
 
 pkgname=maxima
 pkgver=5.45.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A sophisticated computer algebra system"
 arch=('x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net";
-depends=('sbcl=2.1.7' 'texinfo' 'sh' 'shared-mime-info')
+depends=('sbcl=2.1.9' 'texinfo' 'sh' 'shared-mime-info')
 makedepends=('python' 'emacs')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version



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

2021-10-07 Thread Jürgen Hötzel via arch-commits
Date: Friday, October 8, 2021 @ 05:14:52
  Author: juergen
Revision: 425456

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 425455, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 425455, sbcl/trunk/arch-fixes.lisp)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp

-+
 PKGBUILD|  118 +++---
 arch-fixes.lisp |   42 +--
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 05:13:51 UTC (rev 425455)
+++ PKGBUILD2021-10-08 05:14:52 UTC (rev 425456)
@@ -1,59 +0,0 @@
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=2.1.7
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/";
-arch=('x86_64')
-license=('custom')
-depends=('zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
-  "arch-fixes.lisp")
-sha256sums=('12606f153832ae2003d2162a6b3a851a5e8969ccbbf7538d2b0fb32d17ea1dc6'
-'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  sh make.sh sbcl --prefix=/usr --fancy
-  make -C doc/manual info
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME="" INSTALL_ROOT="$pkgdir/usr" sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script "${srcdir}/arch-fixes.lisp"
-  mv sbcl-new.core "${pkgdir}/usr/lib/sbcl/sbcl.core"
-
-  # sources
-  mkdir -p "$pkgdir/usr/share/sbcl-source"
-  cp -R -t "$pkgdir/usr/share/sbcl-source" 
"$srcdir/$pkgname-$pkgver/"{src,contrib}
-
-  # license
-  install -D -m644 "$srcdir/$pkgname-$pkgver/COPYING" \
-   "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-
-  # drop unwanted files
-  find "$pkgdir" \( -name Makefile -o -name .cvsignore \) -delete
-  find "$pkgdir/usr/share/sbcl-source" -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm "$pkgdir/usr/share/sbcl-source/src/runtime/sbcl"
-
-}

Copied: sbcl/repos/extra-x86_64/PKGBUILD (from rev 425455, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 05:14:52 UTC (rev 425456)
@@ -0,0 +1,59 @@
+# Contributor: John Proctor 
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=2.1.9
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/";
+arch=('x86_64')
+license=('custom')
+depends=('zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
+  "arch-fixes.lisp")
+sha256sums=('9e746ff12c4f78d2deabd95e48169b552f9472808cf8b8fc801d84df3e962fa1'
+'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  sh make.sh sbcl --prefix=/usr --fancy
+  make -C doc/manual info
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # cannot have both SBCL_HOME and INSTALL_ROOT
+  SBCL_HOME="" INSTALL_ROOT="$pkgdir/usr" sh install.sh
+
+  src/runtime/sbcl --core output/sbcl.core --script "${srcdir}/arch-fixes.lisp"
+  mv sbcl-new.core "${pkgdir}/usr/lib/sbcl/sbcl.core"
+
+  # sources
+  mkdir -p "$pkgdir/usr/share/sbcl-source"
+  cp -R -t "$pkgdir/usr/share/sbcl-source" 
"$srcdir/$pkgname-$pkgver/"{src,contrib}
+
+  # license
+  install -D -m644 "$srcdir/$pkgname-$pkgver/COPYING" \
+   "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+
+  # drop unwanted files
+  find "$pkgdir" \( -name Makefile -o -name .cvsignore \) -delete
+  find "$pkgdir/usr/share/sbcl-source" -type f \
+\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
+
+  rm "$pkgdir/usr/share/sbcl-source/src/runtime/sbcl"
+
+}

Deleted: arch-fixes.lisp
===
--- arch-fixes.lisp 2021-10-08 05:13:51 UTC (rev 425455)
+++ arch-fixes.lisp 2021-10-0

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

2021-10-07 Thread Jürgen Hötzel via arch-commits
Date: Friday, October 8, 2021 @ 05:13:51
  Author: juergen
Revision: 425455

upgpkg: sbcl 2.1.9-1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 21:52:34 UTC (rev 425454)
+++ PKGBUILD2021-10-08 05:13:51 UTC (rev 425455)
@@ -4,7 +4,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=2.1.7
+pkgver=2.1.9
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 url="http://www.sbcl.org/";
@@ -15,7 +15,7 @@
 makedepends=('sbcl')
 
source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
   "arch-fixes.lisp")
-sha256sums=('12606f153832ae2003d2162a6b3a851a5e8969ccbbf7538d2b0fb32d17ea1dc6'
+sha256sums=('9e746ff12c4f78d2deabd95e48169b552f9472808cf8b8fc801d84df3e962fa1'
 'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
 
 



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

2021-10-07 Thread Brett Cornwall via arch-commits
Date: Friday, October 8, 2021 @ 03:59:56
  Author: ainola
Revision: 1028009

archrelease: copy trunk to community-any

Added:
  urlscan/repos/community-any/PKGBUILD
(from rev 1028008, urlscan/trunk/PKGBUILD)
Deleted:
  urlscan/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 03:59:34 UTC (rev 1028008)
+++ PKGBUILD2021-10-08 03:59:56 UTC (rev 1028009)
@@ -1,28 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=urlscan
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="Mutt and terminal url selector"
-url="https://github.com/firecat53/urlscan";
-arch=('any')
-license=('GPL2')
-depends=('python-urwid')
-makedepends=('python-setuptools')
-optdepends=(
-'xclip: Clipboard support for X11 environments'
-'wl-clipboard: Clipboard support for Wayland'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz";)
-sha256sums=('e8e406e3f87060f8765aab5a4aaecb3602a0ebe7c0936c22e1ecfc65589420e9')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: urlscan/repos/community-any/PKGBUILD (from rev 1028008, 
urlscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 03:59:56 UTC (rev 1028009)
@@ -0,0 +1,28 @@
+# Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=urlscan
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="Mutt and terminal url selector"
+url="https://github.com/firecat53/urlscan";
+arch=('any')
+license=('GPL2')
+depends=('python-urwid')
+makedepends=('python-setuptools')
+optdepends=(
+'xclip: Clipboard support for X11 environments'
+'wl-clipboard: Clipboard support for Wayland'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz";)
+sha256sums=('02d44810f158e63398ab9598bcf70879f11de6fee33b93c8284bf8a8657826dd')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



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

2021-10-07 Thread Brett Cornwall via arch-commits
Date: Friday, October 8, 2021 @ 03:59:34
  Author: ainola
Revision: 1028008

upgpkg: urlscan 0.9.7-1

Modified:
  urlscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 02:17:09 UTC (rev 1028007)
+++ PKGBUILD2021-10-08 03:59:34 UTC (rev 1028008)
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=urlscan
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc="Mutt and terminal url selector"
 url="https://github.com/firecat53/urlscan";
@@ -15,7 +15,7 @@
 'wl-clipboard: Clipboard support for Wayland'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz";)
-sha256sums=('e8e406e3f87060f8765aab5a4aaecb3602a0ebe7c0936c22e1ecfc65589420e9')
+sha256sums=('02d44810f158e63398ab9598bcf70879f11de6fee33b93c8284bf8a8657826dd')
 
 build() {
 cd "$pkgname-$pkgver"



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

2021-10-07 Thread George Rawlinson via arch-commits
Date: Friday, October 8, 2021 @ 02:17:09
  Author: grawlinson
Revision: 1028007

archrelease: copy trunk to community-x86_64

Added:
  promscale/repos/community-x86_64/PKGBUILD
(from rev 1028006, promscale/trunk/PKGBUILD)
  promscale/repos/community-x86_64/systemd.service
(from rev 1028006, promscale/trunk/systemd.service)
  promscale/repos/community-x86_64/sysusers.conf
(from rev 1028006, promscale/trunk/sysusers.conf)
Deleted:
  promscale/repos/community-x86_64/PKGBUILD
  promscale/repos/community-x86_64/systemd.service
  promscale/repos/community-x86_64/sysusers.conf

-+
 PKGBUILD|  142 +++---
 systemd.service |   94 +--
 sysusers.conf   |2 
 3 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 02:13:36 UTC (rev 1028006)
+++ PKGBUILD2021-10-08 02:17:09 UTC (rev 1028007)
@@ -1,71 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=promscale
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="An analytical platform for Prometheus metrics"
-arch=('x86_64')
-url="https://github.com/timescale/promscale";
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-optdepends=(
-  'timescaledb: for a local timescaledb instance'
-  'prometheus: for a local prometheus instance'
-  'promscale_extension: for optimised postgresql performance'
-)
-source=(
-  "$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-  'systemd.service'
-  'sysusers.conf'
-)
-sha512sums=('354c5a1f0c3d7672197c457a50d5b1d78e26f9c13964f6c2e5c2e0ce5b9b2f42c2d53d3882ffb298fe47a47e38949063645e1771442e4ad82f4a4c59f93ece73'
-
'926bfd97c57d8d146a260aaa0983f7e7181688662537f803679b7bf82a43f41197ddc82ad8fa5087dfc5daca95adef0a35c19e5fbfbb29012944e42ba9f651a3'
-
'ec5e6ec6b967119722d8fdf1a4d8dea9ad0b78707a1ddd6b55da524b571c7ecd4c2b97776c6ce9f49d4549d760482a2346c11ab287650469448d9c662726')
-b2sums=('0f3cbec2d782cff20cd1cf9bc3dd1ea070d4347c9e8916aec6e231dc194188dbe79a210be5c75d528ee887e2454a72e3fefdd5c28181ae454ad010a813c5176f'
-
'98ad7412c94ff5a6643e9eec7a1cf4c7828ef84b25ec18b4469b70cc11ccbe933cde4e822c9b33977ae8bb25bf10de6baef13f84a83bde82b3922c7056f2f712'
-
'1e720f8e453d9acad5f0ed39a51b59c429322b9e9e885f3d71d0e2fd37276268e639422f8d39ca9fca14e0e5ccf646d717fbe89e0dd696980d03467cfb7d3e0f')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # create directory for build output
-  mkdir build_output
-
-  # download dependencies
-  go mod vendor
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--buildmode=pie \
--trimpath \
--mod=vendor \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
--o build_output ./cmd/...
-}
-
-package() {
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -vDm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-
-  # documentation
-  cd "$pkgname-$pkgver"
-  install -vDm644 cmd/prom-migrator/README.md 
"$pkgdir/usr/share/doc/$pkgname/prom-migrator.md"
-  install -vDm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  cp -vr docs "$pkgdir/usr/share/doc/$pkgname"
-
-  # binaries
-  install -vDm755 -t "$pkgdir/usr/bin" \
-"build_output/$pkgname" \
-build_output/prom-migrator
-}

Copied: promscale/repos/community-x86_64/PKGBUILD (from rev 1028006, 
promscale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 02:17:09 UTC (rev 1028007)
@@ -0,0 +1,71 @@
+# Maintainer: George Rawlinson 
+
+pkgname=promscale
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="An analytical platform for Prometheus metrics"
+arch=('x86_64')
+url="https://github.com/timescale/promscale";
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+optdepends=(
+  'timescaledb: for a local timescaledb instance'
+  'prometheus: for a local prometheus instance'
+  'promscale_extension: for optimised postgresql performance'
+)
+source=(
+  "$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+  'systemd.service'
+  'sysusers.conf'
+)
+sha512sums=('28f011d5a9fd747ecc70081b24d0c7c7218dc2475c1e478d5a9d640623713e005aa93bf07463bf8072086c2213b4e47bbf1d7d40951c7e68f899f8a463db8dc2'
+
'926bfd97c57d8d146a260aaa0983f7e7181688662537f803679b7bf82a43f41197ddc82ad8fa5087dfc5daca95adef0a35c19e5fbfbb29012944e42ba9f651a3'
+
'ec5e6ec6b967119722d8fdf1a4d8dea9ad0b78707a1ddd6b55da524b571c7ecd4c2b97776c6ce9f49d4549d760482a2346c11ab287650469448d9c662726')
+b2sums=('e32d2accd341cf49ac4e4f5d8169928c9579bf19ae36409427791ab317ff922451801646a765d153cb10219ad20a0473fe29a5c012b41f32c560fe08d7633292'
+
'98ad7412c94ff5a6643e9eec7a1cf

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

2021-10-07 Thread George Rawlinson via arch-commits
Date: Friday, October 8, 2021 @ 02:13:36
  Author: grawlinson
Revision: 1028006

upgpkg: promscale 0.6.1-1

* New upstream release.
* Switch from go mod vendor to go mod download.

Modified:
  promscale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-08 00:54:43 UTC (rev 1028005)
+++ PKGBUILD2021-10-08 02:13:36 UTC (rev 1028006)
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=promscale
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="An analytical platform for Prometheus metrics"
 arch=('x86_64')
@@ -19,10 +19,10 @@
   'systemd.service'
   'sysusers.conf'
 )
-sha512sums=('354c5a1f0c3d7672197c457a50d5b1d78e26f9c13964f6c2e5c2e0ce5b9b2f42c2d53d3882ffb298fe47a47e38949063645e1771442e4ad82f4a4c59f93ece73'
+sha512sums=('28f011d5a9fd747ecc70081b24d0c7c7218dc2475c1e478d5a9d640623713e005aa93bf07463bf8072086c2213b4e47bbf1d7d40951c7e68f899f8a463db8dc2'
 
'926bfd97c57d8d146a260aaa0983f7e7181688662537f803679b7bf82a43f41197ddc82ad8fa5087dfc5daca95adef0a35c19e5fbfbb29012944e42ba9f651a3'
 
'ec5e6ec6b967119722d8fdf1a4d8dea9ad0b78707a1ddd6b55da524b571c7ecd4c2b97776c6ce9f49d4549d760482a2346c11ab287650469448d9c662726')
-b2sums=('0f3cbec2d782cff20cd1cf9bc3dd1ea070d4347c9e8916aec6e231dc194188dbe79a210be5c75d528ee887e2454a72e3fefdd5c28181ae454ad010a813c5176f'
+b2sums=('e32d2accd341cf49ac4e4f5d8169928c9579bf19ae36409427791ab317ff922451801646a765d153cb10219ad20a0473fe29a5c012b41f32c560fe08d7633292'
 
'98ad7412c94ff5a6643e9eec7a1cf4c7828ef84b25ec18b4469b70cc11ccbe933cde4e822c9b33977ae8bb25bf10de6baef13f84a83bde82b3922c7056f2f712'
 
'1e720f8e453d9acad5f0ed39a51b59c429322b9e9e885f3d71d0e2fd37276268e639422f8d39ca9fca14e0e5ccf646d717fbe89e0dd696980d03467cfb7d3e0f')
 
@@ -33,7 +33,7 @@
   mkdir build_output
 
   # download dependencies
-  go mod vendor
+  go mod download
 }
 
 build() {
@@ -47,7 +47,7 @@
   go build -v \
 -buildmode=pie \
 -trimpath \
--mod=vendor \
+-mod=readonly \
 -modcacherw \
 -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
 -o build_output ./cmd/...



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

2021-10-07 Thread Kpcyrd via arch-commits
Date: Friday, October 8, 2021 @ 00:54:43
  Author: kpcyrd
Revision: 1028005

archrelease: copy trunk to community-any

Added:
  onionshare/repos/community-any/PKGBUILD
(from rev 1028004, onionshare/trunk/PKGBUILD)
Deleted:
  onionshare/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-08 00:54:25 UTC (rev 1028004)
+++ PKGBUILD2021-10-08 00:54:43 UTC (rev 1028005)
@@ -1,43 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Kevin Azzam 
-# Contributor: Ye Shu 
-
-pkgname=onionshare
-pkgver=2.2
-pkgrel=5
-pkgdesc='Share a file over Tor Hidden Services anonymously and securely'
-url='https://github.com/micahflee/onionshare'
-arch=('any')
-license=('GPL3')
-depends=('python' 'hicolor-icon-theme' 'tor' 'stem' 'python-requests' 
'python-pysocks' 'python-flask' 'python-flask-httpauth' 'python-pycryptodome' 
'python-pyqt5')
-makedepends=('python-setuptools')
-optdepends=(
-  'python-nautilus: enable Nautilus right-click extension'
-  'obfs4proxy: tor bridge support'
-)
-checkdepends=('python-pytest')
-source=(https://github.com/micahflee/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/micahflee/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('fbb457971213b49c535c471e87ca4e5f9493da06a22a457b016517a3094ac594f4b059ec8ea8ce557234ba59960718c489ed42c587f008f92b85e44b74ce6b07'
-'SKIP')
-b2sums=('91fa39c116d0eae0b22e1efcfbe636a97b4059553af39a3723f323e89d4080b2da9798bbc3cc6ad2849875806920bc4fb84e6784cec2102aca8bdbb9235499ea'
-'SKIP')
-
-validpgpkeys=('927F419D7EC82C2F149C1BD1403C2657CD994F73')
-
-build() {
-  cd ${pkgname}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}
-  pytest tests/
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: onionshare/repos/community-any/PKGBUILD (from rev 1028004, 
onionshare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-08 00:54:43 UTC (rev 1028005)
@@ -0,0 +1,51 @@
+# Maintainer: kpcyrd 
+# Contributor: Kevin Azzam 
+# Contributor: Ye Shu 
+
+pkgname=onionshare
+pkgver=2.4
+pkgrel=1
+pkgdesc='Share a file over Tor Hidden Services anonymously and securely'
+url='https://github.com/onionshare/onionshare'
+arch=('any')
+license=('GPL3')
+depends=('python' 'hicolor-icon-theme' 'tor' 'stem' 'python-requests' 
'python-pysocks' 'python-flask' 'python-flask-httpauth' 'python-flask-socketio' 
'python-psutil' 'python-pycryptodome' 'python-pyqt5' 'python-qrcode' 
'python-unidecode' 'python-colorama' 'pyside2')
+makedepends=('python-setuptools')
+optdepends=(
+  'python-nautilus: enable Nautilus right-click extension'
+)
+checkdepends=('python-pytest')
+source=(https://github.com/onionshare/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/onionshare/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc
+)
+sha512sums=('ce73d5d9a7a1b1c2e70ad302e251199308cb7c9af194254e28e2a5698bd782f16dab227979efb08c2931c5280270f657d64e5ab8a9f93341649047163d5d55fa'
+'SKIP')
+b2sums=('aa0aee4b25a421830ee2202c0b73a6a3b358b534048ae24a72e55970d0dc2e9e5254b688d94deed9736e1a43ec6e07b239f2359b496d82dc1f59edbf37e392cc'
+'SKIP')
+
+validpgpkeys=('927F419D7EC82C2F149C1BD1403C2657CD994F73')
+
+build() {
+  cd ${pkgname}/cli
+  python setup.py build
+  cd ../desktop/src
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname}
+  pushd cli
+  PYTHONPATH=".:${PYTHONPATH}" pytest tests/
+  popd
+  pushd desktop
+  #PYTHONPATH="src:../cli:${PYTHONPATH}" pytest tests/
+}
+
+package() {
+  cd ${pkgname}/cli
+  python setup.py install --skip-build -O1 --root="${pkgdir}"
+  cd ../desktop/src
+  python setup.py install --skip-build -O1 --root="${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-10-07 Thread Kpcyrd via arch-commits
Date: Friday, October 8, 2021 @ 00:54:25
  Author: kpcyrd
Revision: 1028004

upgpkg: onionshare 2.4-1

Modified:
  onionshare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 23:58:31 UTC (rev 1028003)
+++ PKGBUILD2021-10-08 00:54:25 UTC (rev 1028004)
@@ -3,41 +3,49 @@
 # Contributor: Ye Shu 
 
 pkgname=onionshare
-pkgver=2.2
-pkgrel=5
+pkgver=2.4
+pkgrel=1
 pkgdesc='Share a file over Tor Hidden Services anonymously and securely'
-url='https://github.com/micahflee/onionshare'
+url='https://github.com/onionshare/onionshare'
 arch=('any')
 license=('GPL3')
-depends=('python' 'hicolor-icon-theme' 'tor' 'stem' 'python-requests' 
'python-pysocks' 'python-flask' 'python-flask-httpauth' 'python-pycryptodome' 
'python-pyqt5')
+depends=('python' 'hicolor-icon-theme' 'tor' 'stem' 'python-requests' 
'python-pysocks' 'python-flask' 'python-flask-httpauth' 'python-flask-socketio' 
'python-psutil' 'python-pycryptodome' 'python-pyqt5' 'python-qrcode' 
'python-unidecode' 'python-colorama' 'pyside2')
 makedepends=('python-setuptools')
 optdepends=(
   'python-nautilus: enable Nautilus right-click extension'
-  'obfs4proxy: tor bridge support'
 )
 checkdepends=('python-pytest')
-source=(https://github.com/micahflee/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/micahflee/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('fbb457971213b49c535c471e87ca4e5f9493da06a22a457b016517a3094ac594f4b059ec8ea8ce557234ba59960718c489ed42c587f008f92b85e44b74ce6b07'
+source=(https://github.com/onionshare/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/onionshare/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc
+)
+sha512sums=('ce73d5d9a7a1b1c2e70ad302e251199308cb7c9af194254e28e2a5698bd782f16dab227979efb08c2931c5280270f657d64e5ab8a9f93341649047163d5d55fa'
 'SKIP')
-b2sums=('91fa39c116d0eae0b22e1efcfbe636a97b4059553af39a3723f323e89d4080b2da9798bbc3cc6ad2849875806920bc4fb84e6784cec2102aca8bdbb9235499ea'
+b2sums=('aa0aee4b25a421830ee2202c0b73a6a3b358b534048ae24a72e55970d0dc2e9e5254b688d94deed9736e1a43ec6e07b239f2359b496d82dc1f59edbf37e392cc'
 'SKIP')
 
 validpgpkeys=('927F419D7EC82C2F149C1BD1403C2657CD994F73')
 
 build() {
-  cd ${pkgname}
+  cd ${pkgname}/cli
   python setup.py build
+  cd ../desktop/src
+  python setup.py build
 }
 
 check() {
   cd ${pkgname}
-  pytest tests/
+  pushd cli
+  PYTHONPATH=".:${PYTHONPATH}" pytest tests/
+  popd
+  pushd desktop
+  #PYTHONPATH="src:../cli:${PYTHONPATH}" pytest tests/
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}/cli
   python setup.py install --skip-build -O1 --root="${pkgdir}"
+  cd ../desktop/src
+  python setup.py install --skip-build -O1 --root="${pkgdir}"
 }
 
 # vim: ts=2 sw=2 et:



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

2021-10-07 Thread Maxim Baz via arch-commits
Date: Thursday, October 7, 2021 @ 23:58:31
  Author: maximbaz
Revision: 1028003

archrelease: copy trunk to community-any

Added:
  grub-btrfs/repos/community-any/PKGBUILD
(from rev 1028002, grub-btrfs/trunk/PKGBUILD)
Deleted:
  grub-btrfs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 23:58:28 UTC (rev 1028002)
+++ PKGBUILD2021-10-07 23:58:31 UTC (rev 1028003)
@@ -1,23 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: gato_lento 
-# Contributor: James W. Barnett 
-
-pkgname=grub-btrfs
-pkgver=4.10.1
-pkgrel=1
-pkgdesc='Include btrfs snapshots in GRUB boot options'
-arch=('any')
-url="https://github.com/Antynea/${pkgname}";
-license=('GPL3')
-depends=('btrfs-progs' 'grub')
-optdepends=('snapper: Snapper support')
-backup=('etc/default/grub-btrfs/config')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('3ef53f16a7bc0fdd5a5ac2216a41bf1b2f4fd2283717c5c240415d5d24d3734b')
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" INITCPIO=true install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: grub-btrfs/repos/community-any/PKGBUILD (from rev 1028002, 
grub-btrfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 23:58:31 UTC (rev 1028003)
@@ -0,0 +1,23 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: gato_lento 
+# Contributor: James W. Barnett 
+
+pkgname=grub-btrfs
+pkgver=4.10.2
+pkgrel=1
+pkgdesc='Include btrfs snapshots in GRUB boot options'
+arch=('any')
+url="https://github.com/Antynea/${pkgname}";
+license=('GPL3')
+depends=('btrfs-progs' 'grub')
+optdepends=('snapper: Snapper support')
+backup=('etc/default/grub-btrfs/config')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('99268c5f3814e112f1b57f58c1b858dc111db08ebd4b99675717e22a8ea59933')
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" INITCPIO=true install
+}
+
+# vim:set ts=4 sw=4 et:



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

2021-10-07 Thread Maxim Baz via arch-commits
Date: Thursday, October 7, 2021 @ 23:58:28
  Author: maximbaz
Revision: 1028002

upgpkg: grub-btrfs 4.10.2-1

Modified:
  grub-btrfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 21:48:38 UTC (rev 1028001)
+++ PKGBUILD2021-10-07 23:58:28 UTC (rev 1028002)
@@ -3,7 +3,7 @@
 # Contributor: James W. Barnett 
 
 pkgname=grub-btrfs
-pkgver=4.10.1
+pkgver=4.10.2
 pkgrel=1
 pkgdesc='Include btrfs snapshots in GRUB boot options'
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('snapper: Snapper support')
 backup=('etc/default/grub-btrfs/config')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('3ef53f16a7bc0fdd5a5ac2216a41bf1b2f4fd2283717c5c240415d5d24d3734b')
+sha256sums=('99268c5f3814e112f1b57f58c1b858dc111db08ebd4b99675717e22a8ea59933')
 
 package() {
 cd "${pkgname}-${pkgver}"



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

2021-10-07 Thread Antonio Rojas via arch-commits
Date: Thursday, October 7, 2021 @ 21:52:34
  Author: arojas
Revision: 425454

archrelease: copy trunk to extra-x86_64

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

---+
 PKGBUILD  |  148 ++--
 mercurial.profile |2 
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 21:52:19 UTC (rev 425453)
+++ PKGBUILD2021-10-07 21:52:34 UTC (rev 425454)
@@ -1,74 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=5.9.1
-pkgrel=2
-pkgdesc='A scalable distributed SCM tool'
-arch=(x86_64)
-url="https://www.mercurial-scm.org/";
-license=(GPL)
-depends=(python)
-makedepends=('python-docutils')
-optdepends=('tk: for the hgk GUI')
-#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 
'unzip')
-
-# ToDo:
-# check included contrib/packaging/mercurial.spec and how 
BLFS/Gentoo/Debian/Fedora do it
-# the following should be either makedepends or checkdepends when running tests
-# 'python-gnupg' 'python-pygments'  'python-pyflakes' 'python-pyopenssl'
-# 'openssh'  'rust' 'subversion' 'breezy' 'cvs' 'git') 
-
-backup=(etc/mercurial/hgrc)
-validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
-  3A8155163D0E20A530FCB78647A67FFAA346AACE
-  EB851395B4223EE2F7BA0B28DA54740BF08732BA
-  818D87CD1AC180C394C86E633A33DE460D9EC39F) # Pulkit Goyal 
<7895pul...@gmail.com>
-source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
-mercurial.profile)
-sha512sums=('2fe734ff707a73d2537af0b0c98e1142fa52b41f7ec4d5572cc5a8479f2d081e69de8b3dd136915d84cde4283f239e0519435c1dfd861824e3021c4c78cd305f'
-'SKIP'
-
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-  make -C contrib/chg
-}
-
-check() {
-  cd $pkgname-$pkgver/tests
-  # TODO - disabled for now - to many tests fail
-  #python run-tests.py # -j48 || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  install -m644 -D contrib/zsh_completion 
"$pkgdir/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"$pkgdir/usr/share/bash-completion/completions/hg"
-
-  make -C contrib/chg DESTDIR="$pkgdir" PREFIX=/usr install
-  install -m755 contrib/hg-ssh "$pkgdir/usr/bin"
-  install -m755 contrib/hgk "$pkgdir/usr/bin"
-
-  install -d "$pkgdir/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"$pkgdir/usr/share/emacs/site-lisp"
-
-  install -Dm644 contrib/vim/HGAnnotate.vim \
-"$pkgdir/usr/share/vim/vimfiles/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d "$pkgdir/etc/profile.d"
-  install -m644 "$srcdir/mercurial.profile" 
"$pkgdir/etc/profile.d/mercurial.sh"
-
-  # FS#38825 - Add certs config to package
-  install -m755 -d "$pkgdir/etc/mercurial"
-  cat <<-EOF > "$pkgdir/etc/mercurial/hgrc"
-   [web]
-   cacerts = /etc/ssl/certs/ca-certificates.crt
-   EOF
-}

Copied: mercurial/repos/extra-x86_64/PKGBUILD (from rev 425453, 
mercurial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 21:52:34 UTC (rev 425454)
@@ -0,0 +1,74 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=5.9.2
+pkgrel=1
+pkgdesc='A scalable distributed SCM tool'
+arch=(x86_64)
+url="https://www.mercurial-scm.org/";
+license=(GPL)
+depends=(python)
+makedepends=('python-docutils')
+optdepends=('tk: for the hgk GUI')
+#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 
'unzip')
+
+# ToDo:
+# check included contrib/packaging/mercurial.spec and how 
BLFS/Gentoo/Debian/Fedora do it
+# the following should be either makedepends or checkdepends when running tests
+# 'python-gnupg' 'python-pygments'  'python-pyflakes' 'python-pyopenssl'
+# 'openssh'  'rust' 'subversion' 'breezy' 'cvs' 'git') 
+
+backup=(etc/mercurial/hgrc)
+validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
+  3A8155163D0E20A530FCB78647A67FFAA346AACE
+  EB851395B4223EE2F7BA0B28DA54740BF08732BA
+  818D87CD1AC180C394C86E633A33DE460D9EC39F) # Pulkit Goyal 
<7895pul...@gmail.com>
+source=(https://www.mercurial-scm.org/release/${pkgna

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

2021-10-07 Thread Antonio Rojas via arch-commits
Date: Thursday, October 7, 2021 @ 21:52:19
  Author: arojas
Revision: 425453

Update to 5.9.2

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:33:58 UTC (rev 425452)
+++ PKGBUILD2021-10-07 21:52:19 UTC (rev 425453)
@@ -3,8 +3,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=5.9.1
-pkgrel=2
+pkgver=5.9.2
+pkgrel=1
 pkgdesc='A scalable distributed SCM tool'
 arch=(x86_64)
 url="https://www.mercurial-scm.org/";
@@ -27,7 +27,7 @@
   818D87CD1AC180C394C86E633A33DE460D9EC39F) # Pulkit Goyal 
<7895pul...@gmail.com>
 
source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
 mercurial.profile)
-sha512sums=('2fe734ff707a73d2537af0b0c98e1142fa52b41f7ec4d5572cc5a8479f2d081e69de8b3dd136915d84cde4283f239e0519435c1dfd861824e3021c4c78cd305f'
+sha512sums=('65002f90eb3050a0d257678f71e6f0c34b39cbb22b517ab265f25728a803012b95c6740f6cdbbabd994a2d66ca94499c4be42c882e299eb7e56412086211e861'
 'SKIP'
 
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
 



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

2021-10-07 Thread Frederik Schwan via arch-commits
Date: Thursday, October 7, 2021 @ 21:48:38
  Author: freswa
Revision: 1028001

archrelease: copy trunk to community-x86_64

Added:
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 1028000, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 1028000, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/wireshark.sysusers
(from rev 1028000, wireshark/trunk/wireshark.sysusers)
Deleted:
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/wireshark.install
  wireshark/repos/community-x86_64/wireshark.sysusers

+
 PKGBUILD   |  202 +--
 wireshark.install  |   16 ++--
 wireshark.sysusers |2 
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 21:48:36 UTC (rev 1028000)
+++ PKGBUILD2021-10-07 21:48:38 UTC (rev 1028001)
@@ -1,101 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Filipe Laíns 
-# Contributor: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-# Contributor: Peter Wu 
-
-pkgbase=wireshark
-pkgname=('wireshark-cli' 'wireshark-qt')
-pkgver=3.4.8
-pkgrel=1
-pkgdesc='Network traffic and protocol analyzer/sniffer'
-url='https://www.wireshark.org/'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('glibc' 'cmake' 'ninja' 'c-ares' 'libmaxminddb' 'qt5-tools' 
'qt5-svg'
- 'qt5-multimedia' 'krb5' 'libpcap' 'libssh' 'libxml2' 'libnghttp2'
- 'snappy' 'lz4' 'spandsp' 'gnutls' 'lua52' 'python' 'libcap' 
'libnl'
- 'glib2' 'libgcrypt' 'sbc' 'bcg729' 'desktop-file-utils' 'libxslt'
- 'hicolor-icon-theme' 'zstd' 'zlib' 'gcc-libs' 'brotli' 
'asciidoctor'
- 'doxygen' 'minizip' 'speexdsp' 'opus')
-options=('!emptydirs')
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
-wireshark.sysusers)
-sha512sums=('962ab4d85ca0686c69470a63e516c0e46fbd8f9eb09e1c5f689f37b5c804c6da3e50b96144adc8e2bff6af67e1c9435db54581c8f1ec5908e27e348691bda1c8'
-
'3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990')
-b2sums=('bdd70b77b2582339fc563c91596b0419789f08c6a9e4895910cc703ba5726229acceeccdcf41b3c5831df711f3d635217f123759b86055d1b03742afed7c68e5'
-
'3cebcc993f51eaf0e09673c77e0436598593ef5eff306d880415ccc8eecb32fee93c9a6986f1a7bb0835ab7f9732369d7c5a07e6c053d6293e73a1ea84c58a5c')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed 's| Rev Unknown from unknown||' -i tools/make-version.pl
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  cmake \
--B build \
--G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_RPATH= \
--DCMAKE_SKIP_RPATH=ON \
--Wno-dev
-  ninja -C build -v
-}
-
-package_wireshark-cli() {
-  pkgdesc+=' - CLI tools and data files'
-  depends=('glibc' 'c-ares' 'libmaxminddb' 'krb5' 'libgcrypt' 'libcap' 
'libpcap'
-   'gnutls' 'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2' 'snappy'
-   'lz4' 'spandsp' 'sbc' 'bcg729' 'zstd' 'zlib' 'brotli' 'speexdsp'
-   'opus' libpcap.so libcap.so libbrotlidec.so libcares.so libkrb5.so
-   libk5crypto.so)
-  install=wireshark.install
-  conflicts=(wireshark)
-  provides=(libwireshark.so libwiretap.so libwsutil.so)
-
-  cd ${pkgbase}-${pkgver}
-  DESTDIR="${pkgdir}" ninja -C build install
-
-  # wireshark uid group is 150
-  install -Dm 644 "${srcdir}/wireshark.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/wireshark.conf"
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-
-  cd "${pkgdir}"
-  rm -r usr/share/mime \
-usr/share/icons \
-usr/share/man/man1/wireshark.1 \
-usr/share/doc/wireshark/wireshark.html \
-usr/bin/wireshark \
-usr/share/applications/wireshark.desktop \
-usr/share/appdata/wireshark.appdata.xml
-}
-
-package_wireshark-qt() {
-  pkgdesc+=' - Qt GUI'
-  depends=('glibc' 'desktop-file-utils' 'qt5-multimedia' 'qt5-svg'
-   'wireshark-cli' 'libwireshark.so' 'libwiretap.so' 'libwsutil.so'
-   'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'gcc-libs'
-   'zlib' 'libpcap' 'libgcrypt' 'libnl' 'minizip' 'speexdsp'
-   libpcap.so)
-  replaces=(wireshark wireshark-gtk wireshark-common)
-  conflicts=(wireshark wireshark-gtk wireshark-common)
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${srcdir}/staging"
-  DESTDIR="${srcdir}/staging" ninja -C build install
-
-  install -Dm 755 build/run/wireshark -t "${pkgdir}/usr/bin"
-  install -Dm 644 build/doc/wireshark.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 build/doc/wireshark.html -t 
"${pkgdir}/usr/share/doc/wireshark"
-  install -Dm 644 wireshark.desktop -t "${pkgdir}/usr/share/applications"
-  install -Dm 644 wiresh

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

2021-10-07 Thread Frederik Schwan via arch-commits
Date: Thursday, October 7, 2021 @ 21:48:36
  Author: freswa
Revision: 1028000

upgpkg: wireshark 3.4.9-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:49:39 UTC (rev 1027999)
+++ PKGBUILD2021-10-07 21:48:36 UTC (rev 1028000)
@@ -7,7 +7,7 @@
 
 pkgbase=wireshark
 pkgname=('wireshark-cli' 'wireshark-qt')
-pkgver=3.4.8
+pkgver=3.4.9
 pkgrel=1
 pkgdesc='Network traffic and protocol analyzer/sniffer'
 url='https://www.wireshark.org/'
@@ -22,9 +22,9 @@
 options=('!emptydirs')
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
 wireshark.sysusers)
-sha512sums=('962ab4d85ca0686c69470a63e516c0e46fbd8f9eb09e1c5f689f37b5c804c6da3e50b96144adc8e2bff6af67e1c9435db54581c8f1ec5908e27e348691bda1c8'
+sha512sums=('479abcf7b44504a269b73201da5aabac0d7770cd779a325df3214b6df5dc37e175f2889165a933c2902001a06c8141768f35cd8ca35cc55fc6cf30a482ea27eb'
 
'3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990')
-b2sums=('bdd70b77b2582339fc563c91596b0419789f08c6a9e4895910cc703ba5726229acceeccdcf41b3c5831df711f3d635217f123759b86055d1b03742afed7c68e5'
+b2sums=('95b3e6804225af7043fa1f4e5dc53785d939b56c81983a010a579c61b10eed989e695601c7ac67eb3aa00f9314236dd03e1e9ebb35c17ca81b832bad654523de'
 
'3cebcc993f51eaf0e09673c77e0436598593ef5eff306d880415ccc8eecb32fee93c9a6986f1a7bb0835ab7f9732369d7c5a07e6c053d6293e73a1ea84c58a5c')
 
 prepare() {



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

2021-10-07 Thread Morten Linderud via arch-commits
Date: Thursday, October 7, 2021 @ 20:49:39
  Author: foxboron
Revision: 1027999

archrelease: copy trunk to community-x86_64

Added:
  tailscale/repos/community-x86_64/PKGBUILD
(from rev 1027998, tailscale/trunk/PKGBUILD)
Deleted:
  tailscale/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 20:49:33 UTC (rev 1027998)
+++ PKGBUILD2021-10-07 20:49:39 UTC (rev 1027999)
@@ -1,57 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: David Anderson 
-
-pkgname=tailscale
-pkgver=1.14.6
-pkgrel=1
-pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
-arch=("x86_64")
-url="https://tailscale.com";
-license=("MIT")
-makedepends=("git" "go")
-depends=("glibc")
-backup=("etc/default/tailscaled")
-_commit=dfc4042ecb5dca468bea4d7fa2879a33a8232d30   #refs/tags/v1.14.6^{}
-source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-prepare() {
-cd "${pkgname}"
-go mod vendor
-}
-
-build() {
-cd "${pkgname}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-GO_LDFLAGS="\
--linkmode=external \
--X tailscale.com/version.Long=${pkgver} \
--X tailscale.com/version.Short=$(cut -d+ -f1 <<< "${pkgver}") \
--X tailscale.com/version.GitCommit=${_commit}"
-for cmd in ./cmd/tailscale ./cmd/tailscaled; do
-go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
-done
-}
-
-#TODO: Figure out why tests are failing
-# check() {
-# cd "${pkgname}"
-# go test $(go list ./... | grep -v tsdns_test)
-# }
-
-package() {
-cd "${pkgname}"
-install -Dm755 tailscale tailscaled -t "$pkgdir/usr/bin"
-install -Dm644 cmd/tailscaled/tailscaled.defaults 
"$pkgdir/etc/default/tailscaled"
-install -Dm644 cmd/tailscaled/tailscaled.service -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: tailscale/repos/community-x86_64/PKGBUILD (from rev 1027998, 
tailscale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 20:49:39 UTC (rev 1027999)
@@ -0,0 +1,57 @@
+# Maintainer: Morten Linderud 
+# Contributor: David Anderson 
+
+pkgname=tailscale
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
+arch=("x86_64")
+url="https://tailscale.com";
+license=("MIT")
+makedepends=("git" "go")
+depends=("glibc")
+backup=("etc/default/tailscaled")
+_commit=b0f4f3161f802b4d81d166254ca907de99cc9a0c   #refs/tags/v1.16.0^{}
+source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+prepare() {
+cd "${pkgname}"
+go mod vendor
+}
+
+build() {
+cd "${pkgname}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+GO_LDFLAGS="\
+-linkmode=external \
+-X tailscale.com/version.Long=${pkgver} \
+-X tailscale.com/version.Short=$(cut -d+ -f1 <<< "${pkgver}") \
+-X tailscale.com/version.GitCommit=${_commit}"
+for cmd in ./cmd/tailscale ./cmd/tailscaled; do
+go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
+done
+}
+
+#TODO: Figure out why tests are failing
+# check() {
+# cd "${pkgname}"
+# go test $(go list ./... | grep -v tsdns_test)
+# }
+
+package() {
+cd "${pkgname}"
+install -Dm755 tailscale tailscaled -t "$pkgdir/usr/bin"
+install -Dm644 cmd/tailscaled/tailscaled.defaults 
"$pkgdir/etc/default/tailscaled"
+install -Dm644 cmd/tailscaled/tailscaled.service -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2021-10-07 Thread Morten Linderud via arch-commits
Date: Thursday, October 7, 2021 @ 20:49:33
  Author: foxboron
Revision: 1027998

upgpkg: tailscale 1.16.0-1

Modified:
  tailscale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:46:42 UTC (rev 1027997)
+++ PKGBUILD2021-10-07 20:49:33 UTC (rev 1027998)
@@ -2,7 +2,7 @@
 # Contributor: David Anderson 
 
 pkgname=tailscale
-pkgver=1.14.6
+pkgver=1.16.0
 pkgrel=1
 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
 arch=("x86_64")
@@ -11,7 +11,7 @@
 makedepends=("git" "go")
 depends=("glibc")
 backup=("etc/default/tailscaled")
-_commit=dfc4042ecb5dca468bea4d7fa2879a33a8232d30   #refs/tags/v1.14.6^{}
+_commit=b0f4f3161f802b4d81d166254ca907de99cc9a0c   #refs/tags/v1.16.0^{}
 source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}";)
 sha256sums=('SKIP')
 



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

2021-10-07 Thread Morten Linderud via arch-commits
Date: Thursday, October 7, 2021 @ 20:46:42
  Author: foxboron
Revision: 1027997

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2021-10-07 Thread Morten Linderud via arch-commits
Date: Thursday, October 7, 2021 @ 20:46:36
  Author: foxboron
Revision: 1027996

upgpkg: skopeo 1.5.0-1

Modified:
  skopeo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:43:03 UTC (rev 1027995)
+++ PKGBUILD2021-10-07 20:46:36 UTC (rev 1027996)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=skopeo
-pkgver=1.4.1
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='A command line utility for various operations on container images and 
image repositories.'
 arch=(x86_64)
@@ -10,8 +10,7 @@
 license=(APACHE)
 depends=(gpgme device-mapper containers-common)
 makedepends=(go go-md2man btrfs-progs git systemd)
-_commit=130f32f047b7bf9b1fb4f95c4c5b1da6255e4829   #refs/tags/v1.4.1^{}
-options=(!strip)
+_commit=209a993159eae02f037d01efc001feb57577c2ef   #refs/tags/v1.5.0
 source=(git+$url#commit=$_commit)
 sha256sums=('SKIP')
 



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

2021-10-07 Thread Christian Hesse via arch-commits
Date: Thursday, October 7, 2021 @ 20:43:03
  Author: eworm
Revision: 1027995

archrelease: copy trunk to community-testing-x86_64

Added:
  freeradius/repos/community-testing-x86_64/
  freeradius/repos/community-testing-x86_64/PKGBUILD
(from rev 1027994, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-testing-x86_64/freeradius-sysusers.conf
(from rev 1027994, freeradius/trunk/freeradius-sysusers.conf)
  freeradius/repos/community-testing-x86_64/freeradius-tmpfiles.conf
(from rev 1027994, freeradius/trunk/freeradius-tmpfiles.conf)
  freeradius/repos/community-testing-x86_64/freeradius.service
(from rev 1027994, freeradius/trunk/freeradius.service)

--+
 PKGBUILD |   66 +
 freeradius-sysusers.conf |1 
 freeradius-tmpfiles.conf |8 +
 freeradius.service   |   19 
 4 files changed, 94 insertions(+)

Copied: freeradius/repos/community-testing-x86_64/PKGBUILD (from rev 1027994, 
freeradius/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-10-07 20:43:03 UTC (rev 1027995)
@@ -0,0 +1,66 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Jason R Begley (jay...@digitalgoat.com>
+# Contributor: Daniel Micay 
+
+pkgname=freeradius
+pkgver=3.0.25
+pkgrel=1
+pkgdesc='The premier open source RADIUS server'
+arch=('x86_64')
+url="https://freeradius.org/";
+license=('GPL')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'mariadb-libs' 'talloc'
+ 'libpcap' 'libxcrypt' 'libcrypt.so' 'smbclient')
+makedepends=('curl' 'freetds' 'hiredis' 'json-c' 'libmemcached' 'perl'
+ 'python' 'samba' 'sqlite' 'unixodbc' 'yubico-c-client')
+optdepends=('curl: for REST'
+'freetds: for Sybase and MS SQL'
+'hiredis: for redis support'
+'json-c: rlm_rest module'
+'libmemcached: for memcached'
+'perl: for Perl'
+'python: for Python'
+'sqlite: for sqlite'
+'unixodbc: for ODBC'
+'yubico-c-client: for yubicloud')
+options=('!makeflags')
+validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - 
Package Signing [...] 
+source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
+'freeradius-sysusers.conf'
+'freeradius-tmpfiles.conf'
+'freeradius.service')
+sha256sums=('fc158cdab4a705b179b1a91cd72473006ef4dfb570b0d097db6c9c34049a4509'
+'SKIP'
+'8ecaca94c7d0f4806b326685312dd4e543ce9c6c183d3d7ad01c1a0197bdfb94'
+'f536a9aa972e3e42a6b1a6d8ee17166eb721c7cba2e80f60473811497c7bd8bc'
+'c469e1a3f9edad769da01c324779babe783ee85a9b53ce4638d3d2d09c7c8d4b')
+
+build() {
+  cd "$srcdir"/freeradius-server-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libdir=/usr/lib/freeradius \
+--localstatedir=/var \
+--enable-heimdal-krb5 \
+--enable-reproducible-builds \
+--with-system-libltdl \
+--with-system-libtool \
+--with-udpfromto
+  make PACKAGE='archlinux'
+}
+
+package() {
+  cd "$srcdir"/freeradius-server-$pkgver
+
+  make install R="$pkgdir" PACKAGE='archlinux'
+  chmod o+r "$pkgdir"/etc/raddb/*
+  mv "$pkgdir"/etc/raddb "$pkgdir"/etc/raddb.default
+  rm -rf "$pkgdir"/var/run
+
+  install -D -m0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -D -m0644 "$srcdir"/$pkgname-sysusers.conf 
"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
+  install -D -m0644 "$srcdir"/$pkgname-tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+}

Copied: freeradius/repos/community-testing-x86_64/freeradius-sysusers.conf 
(from rev 1027994, freeradius/trunk/freeradius-sysusers.conf)
===
--- community-testing-x86_64/freeradius-sysusers.conf   
(rev 0)
+++ community-testing-x86_64/freeradius-sysusers.conf   2021-10-07 20:43:03 UTC 
(rev 1027995)
@@ -0,0 +1 @@
+u radiusd - "radius daemon" -

Copied: freeradius/repos/community-testing-x86_64/freeradius-tmpfiles.conf 
(from rev 1027994, freeradius/trunk/freeradius-tmpfiles.conf)
===
--- community-testing-x86_64/freeradius-tmpfiles.conf   
(rev 0)
+++ community-testing-x86_64/freeradius-tmpfiles.conf   2021-10-07 20:43:03 UTC 
(rev 1027995)
@@ -0,0 +1,8 @@
+# configuration directory
+C /etc/raddb 0755 radiusd radiusd - /etc/raddb.default
+
+# log file
+f /var/log/radius/radius.log 0644 radiusd radiusd -
+
+# run directory
+d /run/radiusd 0755 radiusd radiusd -

Copied: freeradius/repos/community-testing-x86_64/freeradius.service (from rev 
1027994, freeradius/trunk/freeradius.service)
===

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

2021-10-07 Thread Christian Hesse via arch-commits
Date: Thursday, October 7, 2021 @ 20:42:59
  Author: eworm
Revision: 1027994

upgpkg: freeradius 3.0.25-1: new upstream release

Modified:
  freeradius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:39:33 UTC (rev 1027993)
+++ PKGBUILD2021-10-07 20:42:59 UTC (rev 1027994)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Micay 
 
 pkgname=freeradius
-pkgver=3.0.24
+pkgver=3.0.25
 pkgrel=1
 pkgdesc='The premier open source RADIUS server'
 arch=('x86_64')
@@ -29,7 +29,7 @@
 'freeradius-sysusers.conf'
 'freeradius-tmpfiles.conf'
 'freeradius.service')
-sha256sums=('7bb0f25bec869f71f81ff6ce0be13181ac75394857e919382220240f3b6f52ef'
+sha256sums=('fc158cdab4a705b179b1a91cd72473006ef4dfb570b0d097db6c9c34049a4509'
 'SKIP'
 '8ecaca94c7d0f4806b326685312dd4e543ce9c6c183d3d7ad01c1a0197bdfb94'
 'f536a9aa972e3e42a6b1a6d8ee17166eb721c7cba2e80f60473811497c7bd8bc'



[arch-commits] Commit in nix/repos (8 files)

2021-10-07 Thread George Rawlinson via arch-commits
Date: Thursday, October 7, 2021 @ 20:39:33
  Author: grawlinson
Revision: 1027993

archrelease: copy trunk to community-testing-x86_64

Added:
  nix/repos/community-testing-x86_64/
  nix/repos/community-testing-x86_64/PKGBUILD
(from rev 1027992, nix/trunk/PKGBUILD)
  nix/repos/community-testing-x86_64/nix.conf
(from rev 1027992, nix/trunk/nix.conf)
  nix/repos/community-testing-x86_64/nix.install
(from rev 1027992, nix/trunk/nix.install)
  nix/repos/community-testing-x86_64/sysusers.conf
(from rev 1027992, nix/trunk/sysusers.conf)
  nix/repos/community-testing-x86_64/tmpfiles.conf
(from rev 1027992, nix/trunk/tmpfiles.conf)
  nix/repos/community-testing-x86_64/user.environment.conf
(from rev 1027992, nix/trunk/user.environment.conf)
  nix/repos/community-testing-x86_64/user.tmpfiles.conf
(from rev 1027992, nix/trunk/user.tmpfiles.conf)

---+
 PKGBUILD  |   70 
 nix.conf  |9 ++
 nix.install   |9 ++
 sysusers.conf |   27 ++
 tmpfiles.conf |4 ++
 user.environment.conf |3 ++
 user.tmpfiles.conf|5 +++
 7 files changed, 127 insertions(+)

Copied: nix/repos/community-testing-x86_64/PKGBUILD (from rev 1027992, 
nix/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-10-07 20:39:33 UTC (rev 1027993)
@@ -0,0 +1,70 @@
+# Maintainer: George Rawlinson 
+
+pkgname=nix
+pkgver=2.3.16
+pkgrel=1
+pkgdesc="A purely functional package manager"
+arch=('x86_64')
+url="https://nixos.org/nix";
+license=('LGPL')
+depends=(
+  'boost'
+  'brotli'
+  'bzip2'
+  'curl'
+  'editline'
+  'gc'
+  'libseccomp'
+  'libsodium'
+  'openssl'
+  'sqlite'
+)
+backup=("etc/$pkgname/$pkgname.conf")
+install="$pkgname.install"
+source=(
+  "https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz";
+  'nix.conf'
+  'sysusers.conf'
+  'tmpfiles.conf'
+  'user.environment.conf'
+  'user.tmpfiles.conf'
+)
+sha256sums=('7ee681b69f05b525492d202c3bedcd9dee1960bb818f62690f6c4493b7c2aabc'
+'cf3c7a3a24ac0f553b6fd8ba6adb8f1375d8675911af12c4db94918a799f688e'
+'cf6caa02e0b5224332c5945ba6fa08b1517802898290e6c2eb96046cad9598d8'
+'f078cb60bdd549e9cb3b9af3dfacd33e1b7f16a7e7c02904f50f08bfc8c0d952'
+'e45e45394a119a4ef2046a4a39403dda2df2af820c2d116763031c4689fc5717'
+'c353524861487ef7f7e862bdaaa70e2a3a29e08d2ee31947ebf9e01237c5c50d')
+
+build () {
+  cd "$pkgname-$pkgver"
+  CXXFLAGS='-D_GLIBCXX_USE_CXX11_ABI=0' \
+./configure \
+--prefix=/usr \
+--libexecdir="/usr/lib/$pkgname" \
+--sysconfdir=/etc \
+--localstatedir=/nix/var \
+--enable-gc
+  make
+}
+
+package() {
+  # systemd integration
+  install -vDm644 tmpfiles.conf 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname-daemon.conf"
+  install -vDm644 sysusers.conf 
"$pkgdir/usr/lib/sysusers.d/$pkgname-daemon.conf"
+  install -vDm644 user.tmpfiles.conf 
"$pkgdir/usr/share/user-tmpfiles.d/$pkgname-daemon.conf"
+  install -vDm644 user.environment.conf 
"$pkgdir/usr/lib/environment.d/$pkgname-daemon.conf"
+
+  # configuration
+  install -vDm644 nix.conf -t "$pkgdir/etc/$pkgname"
+
+  # package
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # remove unused files
+  rm -rf "$pkgdir/etc/init"
+
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: nix/repos/community-testing-x86_64/nix.conf (from rev 1027992, 
nix/trunk/nix.conf)
===
--- community-testing-x86_64/nix.conf   (rev 0)
+++ community-testing-x86_64/nix.conf   2021-10-07 20:39:33 UTC (rev 1027993)
@@ -0,0 +1,9 @@
+#
+# https://nixos.org/manual/nix/stable/#sec-conf-file
+#
+
+# Unix group containing the Nix build user accounts
+build-users-group = nixbld
+
+# Disable sandbox
+# sandbox = false

Copied: nix/repos/community-testing-x86_64/nix.install (from rev 1027992, 
nix/trunk/nix.install)
===
--- community-testing-x86_64/nix.install(rev 0)
+++ community-testing-x86_64/nix.install2021-10-07 20:39:33 UTC (rev 
1027993)
@@ -0,0 +1,9 @@
+post_install() {
+   cat <

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

2021-10-07 Thread George Rawlinson via arch-commits
Date: Thursday, October 7, 2021 @ 20:38:14
  Author: grawlinson
Revision: 1027992

upgpkg: nix 2.3.16-1

New upstream release.

Modified:
  nix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:36:15 UTC (rev 1027991)
+++ PKGBUILD2021-10-07 20:38:14 UTC (rev 1027992)
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=nix
-pkgver=2.3.15
+pkgver=2.3.16
 pkgrel=1
 pkgdesc="A purely functional package manager"
 arch=('x86_64')
@@ -29,7 +29,7 @@
   'user.environment.conf'
   'user.tmpfiles.conf'
 )
-sha256sums=('37e3310a55fde1e50e7d4321d29b9180d1e9d7af9c8d211db6a667e6ee4eb410'
+sha256sums=('7ee681b69f05b525492d202c3bedcd9dee1960bb818f62690f6c4493b7c2aabc'
 'cf3c7a3a24ac0f553b6fd8ba6adb8f1375d8675911af12c4db94918a799f688e'
 'cf6caa02e0b5224332c5945ba6fa08b1517802898290e6c2eb96046cad9598d8'
 'f078cb60bdd549e9cb3b9af3dfacd33e1b7f16a7e7c02904f50f08bfc8c0d952'



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

2021-10-07 Thread George Rawlinson via arch-commits
Date: Thursday, October 7, 2021 @ 20:36:15
  Author: grawlinson
Revision: 1027991

archrelease: copy trunk to community-x86_64

Added:
  tea/repos/community-x86_64/PKGBUILD
(from rev 1027990, tea/trunk/PKGBUILD)
Deleted:
  tea/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 20:35:27 UTC (rev 1027990)
+++ PKGBUILD2021-10-07 20:36:15 UTC (rev 1027991)
@@ -1,58 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: John K. Luebs 
-
-pkgname=tea
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="A command line tool to interact with Gitea servers"
-arch=('x86_64')
-url="https://gitea.com/gitea/tea";
-license=('MIT')
-makedepends=('go')
-replaces=('gitea-tea')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('dee6d2bf3767e696ef6d18eee80d1f0999059d277b9aad55995bdcd94ac2df0e31440341cacb3aac8d77bdc90e8ad7af7e8dfda3f150689ed7cd2850b72c1839')
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # fix zsh completion
-  sed -i "s/\$PROG/tea/" contrib/autocomplete.zsh
-}
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  local TAGS=""
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=vendor \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS \
--X main.Version=${pkgver} \
--X main.Tags=${TAGS}" \
--o build \
-.
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/tea
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  # completions
-  install -vDm644 contrib/autocomplete.sh 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -vDm644 contrib/autocomplete.zsh 
"$pkgdir/usr/share/zsh/site-functions/_tea"
-}

Copied: tea/repos/community-x86_64/PKGBUILD (from rev 1027990, 
tea/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 20:36:15 UTC (rev 1027991)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: John K. Luebs 
+
+pkgname=tea
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A command line tool to interact with Gitea servers"
+arch=('x86_64')
+url="https://gitea.com/gitea/tea";
+license=('MIT')
+makedepends=('go')
+replaces=('gitea-tea')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('deb67690c92cb2b48612ddf1cf5fb7efed6a6ad516e41956c26981b8abf94854ad6af47daa526242d8632d21b30b07dd681856434b5097c2ce75345ab970da4f')
+b2sums=('689fe4df71ed5acc8d9a0050970c33f1d659623ce94d08e75cac22cf84b3be203818477a509c0c12d2c0ab90b99c5004e1d6052fc487f4c23c33f52f9f4673ae')
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # fix zsh completion
+  sed -i "s/\$PROG/tea/" contrib/autocomplete.zsh
+}
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  local TAGS=""
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=vendor \
+-modcacherw \
+-ldflags "-linkmode external -extldflags $LDFLAGS \
+-X main.Version=${pkgver} \
+-X main.Tags=${TAGS}" \
+-o build \
+.
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/tea
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # completions
+  install -vDm644 contrib/autocomplete.sh 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -vDm644 contrib/autocomplete.zsh 
"$pkgdir/usr/share/zsh/site-functions/_tea"
+}



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

2021-10-07 Thread George Rawlinson via arch-commits
Date: Thursday, October 7, 2021 @ 20:35:27
  Author: grawlinson
Revision: 1027990

upgpkg: tea 0.8.0-1

New upstream release.

Modified:
  tea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:33:56 UTC (rev 1027989)
+++ PKGBUILD2021-10-07 20:35:27 UTC (rev 1027990)
@@ -2,7 +2,7 @@
 # Contributor: John K. Luebs 
 
 pkgname=tea
-pkgver=0.7.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="A command line tool to interact with Gitea servers"
 arch=('x86_64')
@@ -11,7 +11,8 @@
 makedepends=('go')
 replaces=('gitea-tea')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('dee6d2bf3767e696ef6d18eee80d1f0999059d277b9aad55995bdcd94ac2df0e31440341cacb3aac8d77bdc90e8ad7af7e8dfda3f150689ed7cd2850b72c1839')
+sha512sums=('deb67690c92cb2b48612ddf1cf5fb7efed6a6ad516e41956c26981b8abf94854ad6af47daa526242d8632d21b30b07dd681856434b5097c2ce75345ab970da4f')
+b2sums=('689fe4df71ed5acc8d9a0050970c33f1d659623ce94d08e75cac22cf84b3be203818477a509c0c12d2c0ab90b99c5004e1d6052fc487f4c23c33f52f9f4673ae')
 
 prepare() {
   cd "$pkgname"



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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:56
  Author: heftig
Revision: 1027988

archrelease: copy trunk to community-testing-x86_64

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

---+
 60-vhba.rules |1 +
 PKGBUILD  |   56 
 dkms.conf |9 +
 3 files changed, 66 insertions(+)

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
1027983, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2021-10-07 20:33:56 UTC (rev 
1027988)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", 
TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 1027983, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-10-07 20:33:56 UTC (rev 1027988)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20210418
+pkgrel=48
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/";
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz";
+60-vhba.rules dkms.conf)
+sha256sums=('18bd82ae27721ad1612b3c31accd81898ae326370964385ca52a2a66b67a3f85'
+'5265eba8042d0483088c233c74640069caf2cbd290bc689cfcc4373ae3e18e83'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:58
  Author: heftig
Revision: 425452

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  202 +
 config   |10682 +
 2 files changed, 10884 insertions(+)

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


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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:58
  Author: heftig
Revision: 425451

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  202 +
 config   |10623 +
 2 files changed, 10825 insertions(+)

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


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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:56
  Author: heftig
Revision: 1027989

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 1027980, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-10-07 20:33:56 UTC (rev 1027989)
@@ -0,0 +1,46 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.049.02
+pkgrel=26
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc)
+sha256sums=('2b12d932e976f8f74b8d9545744c04beb4676dd7bc1d032dde51347ed1d8be24'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo 
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:55
  Author: heftig
Revision: 425450

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 425449, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-10-07 20:33:55 UTC (rev 425450)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=470.74
+pkgrel=6
+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 netfilter-fullconenat/repos (2 files)

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:55
  Author: heftig
Revision: 1027986

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 1027983, netfilter-fullconenat/trunk/PKGBUILD)

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

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
1027983, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-10-07 20:33:55 UTC (rev 1027986)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=153
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat";
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+_commit=0cf3b48fd7d2fa81d0297d1fff12bbd0580fc435  # master
+source=("${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat#commit=${_commit}";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+prepare() {
+  cd ${pkgname}
+  echo "obj-m = xt_FULLCONENAT.o" > Kbuild
+}
+
+build() {
+  cd ${pkgname}
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  local extradir=/usr/lib/modules/$(

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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:55
  Author: heftig
Revision: 1027987

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 1027983, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-10-07 20:33:55 UTC (rev 1027987)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.1
+pkgrel=95
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:55
  Author: heftig
Revision: 1027985

archrelease: copy trunk to community-testing-x86_64

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

+
 0001-proc_ops-struct.patch |   36 ++
 0002-kernel-5.7.patch  |   11 +
 PKGBUILD   |   50 +++
 3 files changed, 97 insertions(+)

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

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
1027980, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2021-10-07 20:33:55 UTC 
(rev 1027985)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 1027980, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-10-07 20:33:55 UTC (rev 1027985)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=454
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch";
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";
+0001-proc_ops-struct.patch 0002-kernel-5.7.patch)
+sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
+
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1'
+
'2eeae463b2f83e7744ff1a769cb6186389e026fc78668e836525dfd16a56abfae01cfb150c9bb46af74ec42e87ebea91636118fe0c773e7eaa7ea671b25d2e04')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < ../0001-proc_ops-struct.patch
+  patch -Np1 < ../0002-kernel-5.7.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:53
  Author: heftig
Revision: 1027983

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 1027980, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-10-07 20:33:53 UTC (rev 1027983)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.26
+pkgrel=21
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:55
  Author: heftig
Revision: 1027984

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:52
  Author: heftig
Revision: 1027982

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:52
  Author: heftig
Revision: 1027981

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:38
  Author: heftig
Revision: 1027980

5.0.9-33: linux 5.14.10.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:33:30 UTC (rev 1027979)
+++ PKGBUILD2021-10-07 20:33:38 UTC (rev 1027980)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=32
+pkgrel=33
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything";



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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:37
  Author: heftig
Revision: 425449

470.74-6: linux 5.14.10.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:32:54 UTC (rev 425448)
+++ PKGBUILD2021-10-07 20:33:37 UTC (rev 425449)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=470.74
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/";



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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:30
  Author: heftig
Revision: 1027979

1.2.1-95: linux 5.14.10.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:33:29 UTC (rev 1027978)
+++ PKGBUILD2021-10-07 20:33:30 UTC (rev 1027979)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=94
+pkgrel=95
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:29
  Author: heftig
Revision: 1027978

20210418-48: linux 5.14.10.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:33:27 UTC (rev 1027977)
+++ PKGBUILD2021-10-07 20:33:29 UTC (rev 1027978)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20210418
-pkgrel=47
+pkgrel=48
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/";
 arch=(x86_64)



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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:27
  Author: heftig
Revision: 1027977

8.049.02-26: linux 5.14.10.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:33:26 UTC (rev 1027976)
+++ PKGBUILD2021-10-07 20:33:27 UTC (rev 1027977)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.049.02
-pkgrel=25
+pkgrel=26
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")



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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:26
  Author: heftig
Revision: 1027976

0.8-454: linux 5.14.10.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:33:25 UTC (rev 1027975)
+++ PKGBUILD2021-10-07 20:33:26 UTC (rev 1027976)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=453
+pkgrel=454
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";



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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:24
  Author: heftig
Revision: 1027974

0.43-341: linux 5.14.10.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:33:23 UTC (rev 1027973)
+++ PKGBUILD2021-10-07 20:33:24 UTC (rev 1027974)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=340
+pkgrel=341
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:25
  Author: heftig
Revision: 1027975

6.30.223.271-333: linux 5.14.10.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:33:24 UTC (rev 1027974)
+++ PKGBUILD2021-10-07 20:33:25 UTC (rev 1027975)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=332
+pkgrel=333
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:23
  Author: heftig
Revision: 1027973

6.1.26-21: linux 5.14.10.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:33:21 UTC (rev 1027972)
+++ PKGBUILD2021-10-07 20:33:23 UTC (rev 1027973)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.26
-pkgrel=20
+pkgrel=21
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:33:21
  Author: heftig
Revision: 1027972

r73.0cf3b48-153: linux 5.14.10.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:31:38 UTC (rev 1027971)
+++ PKGBUILD2021-10-07 20:33:21 UTC (rev 1027972)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=152
+pkgrel=153
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat";



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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:32:54
  Author: heftig
Revision: 425448

5.14.10.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:32:51 UTC (rev 425447)
+++ PKGBUILD2021-10-07 20:32:54 UTC (rev 425448)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.14.9.arch2
+pkgver=5.14.10.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -26,7 +26,7 @@
   'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

 )
 sha256sums=('SKIP'
-'a562644eac426ba3d57a875ca5a8d73b1b651fc51174420c35711d3b4edb3ebe')
+'cada4ca234a96e1f78da61ad29310bf076523d157ad55aadfc93465d3865c9e3')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-10-07 20:32:51 UTC (rev 425447)
+++ config  2021-10-07 20:32:54 UTC (rev 425448)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.14.9-arch2 Kernel Configuration
+# Linux/x86 5.14.10-arch1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y



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

2021-10-07 Thread Jan Steffens via arch-commits
Date: Thursday, October 7, 2021 @ 20:32:51
  Author: heftig
Revision: 425447

5.14.10.zen1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 18:52:42 UTC (rev 425446)
+++ PKGBUILD2021-10-07 20:32:51 UTC (rev 425447)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.14.9.zen2
+pkgver=5.14.10.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -26,7 +26,7 @@
   'C5ADB4F3FEBBCE27A3E54D7D9AE4078033F8024D'  # Steven Barrett 

 )
 sha256sums=('SKIP'
-'c4fb5934f76a4ca1721e184fb7a8a64d7e1494773586094b16304bcde1435663')
+'63e0f2005987ddcea2bf7325dc1055d4fa9ba6e71e59ad09f0e2702db34c9f45')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-10-07 18:52:42 UTC (rev 425446)
+++ config  2021-10-07 20:32:51 UTC (rev 425447)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.14.8-zen1 Kernel Configuration
+# Linux/x86 5.14.10-zen1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y
@@ -6688,7 +6688,7 @@
 CONFIG_SND_INTEL_NHLT=y
 CONFIG_SND_INTEL_DSP_CONFIG=m
 CONFIG_SND_INTEL_SOUNDWIRE_ACPI=m
-CONFIG_SND_INTEL_BYT_PREFER_SOF=y
+# CONFIG_SND_INTEL_BYT_PREFER_SOF is not set
 CONFIG_SND_SPI=y
 CONFIG_SND_USB=y
 CONFIG_SND_USB_AUDIO=m



[arch-commits] Commit in emacs-php-mode/repos/community-any (4 files)

2021-10-07 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 7, 2021 @ 20:31:38
  Author: spupykin
Revision: 1027971

archrelease: copy trunk to community-any

Added:
  emacs-php-mode/repos/community-any/PKGBUILD
(from rev 1027970, emacs-php-mode/trunk/PKGBUILD)
  emacs-php-mode/repos/community-any/emacs-php-mode.install
(from rev 1027970, emacs-php-mode/trunk/emacs-php-mode.install)
Deleted:
  emacs-php-mode/repos/community-any/PKGBUILD
  emacs-php-mode/repos/community-any/emacs-php-mode.install

+
 PKGBUILD   |   54 +++
 emacs-php-mode.install |   26 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 20:31:15 UTC (rev 1027970)
+++ PKGBUILD2021-10-07 20:31:38 UTC (rev 1027971)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-php-mode
-pkgver=1.23.0
-pkgrel=1
-license=("GPL")
-pkgdesc="PHP mode for emacs"
-url="https://github.com/ejmr/php-mode";
-arch=('any')
-depends=('emacs')
-options=(docs zipman)
-install=emacs-php-mode.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
-sha256sums=('d5211c187acc7f4a044b89eeed560a0e7d53345c1d05a99a3993fabfdd404f8f')
-
-build() {
-  cd "$srcdir"/php-mode-$pkgver
-  make
-}
-
-package() {
-  cd "$srcdir"/php-mode-$pkgver
-  for i in *.el{,c}; do
-install -Dm0644 $i "$pkgdir"/usr/share/emacs/site-lisp/php-mode/$i
-  done
-}

Copied: emacs-php-mode/repos/community-any/PKGBUILD (from rev 1027970, 
emacs-php-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 20:31:38 UTC (rev 1027971)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-php-mode
+pkgver=1.24.0
+pkgrel=1
+license=("GPL")
+pkgdesc="PHP mode for emacs"
+url="https://github.com/ejmr/php-mode";
+arch=('any')
+depends=('emacs')
+options=(docs zipman)
+install=emacs-php-mode.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
+sha256sums=('e8b59a4f34755c18ef7cbcae089f2fad03d4763e3d7e179b18ad2af596af5e64')
+
+build() {
+  cd "$srcdir"/php-mode-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/php-mode-$pkgver/lisp
+  for i in *.el{,c}; do
+install -Dm0644 $i "$pkgdir"/usr/share/emacs/site-lisp/php-mode/$i
+  done
+}

Deleted: emacs-php-mode.install
===
--- emacs-php-mode.install  2021-10-07 20:31:15 UTC (rev 1027970)
+++ emacs-php-mode.install  2021-10-07 20:31:38 UTC (rev 1027971)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable php-mode autoloading
-==> and autorecognition of "*.php" files:
-
-(autoload 'php-mode "php-mode.el" "Php mode." t)
-(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emacs-php-mode/repos/community-any/emacs-php-mode.install (from rev 
1027970, emacs-php-mode/trunk/emacs-php-mode.install)
===
--- emacs-php-mode.install  (rev 0)
+++ emacs-php-mode.install  2021-10-07 20:31:38 UTC (rev 1027971)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable php-mode autoloading
+==> and autorecognition of "*.php" files:
+
+(autoload 'php-mode "php-mode.el" "Php mode." t)
+(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}



[arch-commits] Commit in emacs-php-mode/trunk (PKGBUILD)

2021-10-07 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 7, 2021 @ 20:31:15
  Author: spupykin
Revision: 1027970

upgpkg: emacs-php-mode 1.24.0-1

Modified:
  emacs-php-mode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:01:42 UTC (rev 1027969)
+++ PKGBUILD2021-10-07 20:31:15 UTC (rev 1027970)
@@ -2,7 +2,7 @@
 # Contributor: Stefano Esposito 
 
 pkgname=emacs-php-mode
-pkgver=1.23.0
+pkgver=1.24.0
 pkgrel=1
 license=("GPL")
 pkgdesc="PHP mode for emacs"
@@ -12,7 +12,7 @@
 options=(docs zipman)
 install=emacs-php-mode.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
-sha256sums=('d5211c187acc7f4a044b89eeed560a0e7d53345c1d05a99a3993fabfdd404f8f')
+sha256sums=('e8b59a4f34755c18ef7cbcae089f2fad03d4763e3d7e179b18ad2af596af5e64')
 
 build() {
   cd "$srcdir"/php-mode-$pkgver
@@ -20,7 +20,7 @@
 }
 
 package() {
-  cd "$srcdir"/php-mode-$pkgver
+  cd "$srcdir"/php-mode-$pkgver/lisp
   for i in *.el{,c}; do
 install -Dm0644 $i "$pkgdir"/usr/share/emacs/site-lisp/php-mode/$i
   done



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

2021-10-07 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 7, 2021 @ 20:01:42
  Author: spupykin
Revision: 1027969

archrelease: copy trunk to community-x86_64

Added:
  psi-plugins/repos/community-x86_64/PKGBUILD
(from rev 1027968, psi-plugins/trunk/PKGBUILD)
  psi-plugins/repos/community-x86_64/psiplugin.pri
(from rev 1027968, psi-plugins/trunk/psiplugin.pri)
Deleted:
  psi-plugins/repos/community-x86_64/PKGBUILD
  psi-plugins/repos/community-x86_64/psiplugin.pri

---+
 PKGBUILD  |   93 
 psiplugin.pri |   36 ++---
 2 files changed, 72 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 20:01:34 UTC (rev 1027968)
+++ PKGBUILD2021-10-07 20:01:42 UTC (rev 1027969)
@@ -1,39 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=psi-plugins
-pkgver=1.4
-pkgrel=1
-pkgdesc="Additional features for Psi"
-arch=('x86_64')
-url="https://psi-im.org";
-license=('GPL2')
-depends=('psi')
-makedepends=('libotr' 'tidy')
-optdepends=('libotr: OTR plugin'
-'tidy: OTR plugin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/plugins/archive/$pkgver.tar.gz";
-'psiplugin.pri')
-sha256sums=('8ba061b4e27314d226f1cfc6f66e1800e71082457cc2d03b34fd16c9c362b838'
-'2edc9f76e032e25044f0d16376194127c07b3372195482236901222ebec11a75')
-
-prepare() {
-cp -v psiplugin.pri plugins-$pkgver/
-}
-
-build() {
-cd plugins-$pkgver
-for plugin in generic/* unix/*; do
-if [ -d "$plugin" ]; then
-(cd "$plugin" && qmake-qt5 PREFIX="/usr" QMAKE_STRIP= && make)
-fi
-done
-}
-
-package() {
-cd plugins-$pkgver
-for plugin in generic/* unix/*; do
-if [ -d "$plugin" ]; then
-(cd "$plugin" && make INSTALL_ROOT="$pkgdir" install)
-fi
-done
-}

Copied: psi-plugins/repos/community-x86_64/PKGBUILD (from rev 1027968, 
psi-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 20:01:42 UTC (rev 1027969)
@@ -0,0 +1,54 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=psi-plugins
+pkgver=1.5
+pkgrel=1
+pkgdesc="Additional features for Psi"
+arch=('x86_64')
+url="https://psi-im.org";
+license=('GPL2')
+depends=('psi')
+makedepends=('libotr' 'tidy')
+optdepends=('libotr: OTR plugin'
+'tidy: OTR plugin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/plugins/archive/$pkgver.tar.gz";
+'psiplugin.pri')
+sha256sums=('1857b9dc89ef0d548697207b3a56283f2d67c0de75cc66bf863936a58150401e'
+'2edc9f76e032e25044f0d16376194127c07b3372195482236901222ebec11a75')
+
+prepare() {
+cp -v psiplugin.pri plugins-$pkgver/
+
+cd plugins-$pkgver
+patch -p1 <
+ #include 
+ #include 
++#include 
+ 
+ 
+ #include "screenshot.h"
+EOP
+}
+
+build() {
+cd plugins-$pkgver
+for plugin in generic/* unix/*; do
+if [ -d "$plugin" ]; then
+(cd "$plugin" && qmake-qt5 PREFIX="/usr" QMAKE_STRIP= && make)
+fi
+done
+}
+
+package() {
+cd plugins-$pkgver
+for plugin in generic/* unix/*; do
+if [ -d "$plugin" ]; then
+(cd "$plugin" && make INSTALL_ROOT="$pkgdir" install)
+fi
+done
+}

Deleted: psiplugin.pri
===
--- psiplugin.pri   2021-10-07 20:01:34 UTC (rev 1027968)
+++ psiplugin.pri   2021-10-07 20:01:42 UTC (rev 1027969)
@@ -1,18 +0,0 @@
-TEMPLATE = lib
-CONFIG += plugin
-QT += xml
-QT += widgets
-
-MOC_DIR = .moc/
-OBJECTS_DIR = .obj/
-RCC_DIR = .rcc/
-UI_DIR = .ui/
-
-INCLUDEPATH += .ui/
-
-target.path = /usr/lib/psi/plugins
-INSTALLS += target
-
-INCLUDEPATH += /usr/include/psi/plugins
-
-DEFINES += HAVE_QT5
\ No newline at end of file

Copied: psi-plugins/repos/community-x86_64/psiplugin.pri (from rev 1027968, 
psi-plugins/trunk/psiplugin.pri)
===
--- psiplugin.pri   (rev 0)
+++ psiplugin.pri   2021-10-07 20:01:42 UTC (rev 1027969)
@@ -0,0 +1,18 @@
+TEMPLATE = lib
+CONFIG += plugin
+QT += xml
+QT += widgets
+
+MOC_DIR = .moc/
+OBJECTS_DIR = .obj/
+RCC_DIR = .rcc/
+UI_DIR = .ui/
+
+INCLUDEPATH += .ui/
+
+target.path = /usr/lib/psi/plugins
+INSTALLS += target
+
+INCLUDEPATH += /usr/include/psi/plugins
+
+DEFINES += HAVE_QT5
\ No newline at end of file



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

2021-10-07 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 7, 2021 @ 20:01:34
  Author: spupykin
Revision: 1027968

upgpkg: psi-plugins 1.5-1

Modified:
  psi-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 20:01:29 UTC (rev 1027967)
+++ PKGBUILD2021-10-07 20:01:34 UTC (rev 1027968)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=psi-plugins
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc="Additional features for Psi"
 arch=('x86_64')
@@ -13,11 +13,26 @@
 'tidy: OTR plugin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/plugins/archive/$pkgver.tar.gz";
 'psiplugin.pri')
-sha256sums=('8ba061b4e27314d226f1cfc6f66e1800e71082457cc2d03b34fd16c9c362b838'
+sha256sums=('1857b9dc89ef0d548697207b3a56283f2d67c0de75cc66bf863936a58150401e'
 '2edc9f76e032e25044f0d16376194127c07b3372195482236901222ebec11a75')
 
 prepare() {
 cp -v psiplugin.pri plugins-$pkgver/
+
+cd plugins-$pkgver
+patch -p1 <
+ #include 
+ #include 
++#include 
+ 
+ 
+ #include "screenshot.h"
+EOP
 }
 
 build() {



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

2021-10-07 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 7, 2021 @ 20:01:29
  Author: spupykin
Revision: 1027967

archrelease: copy trunk to community-any

Added:
  psi-l10n/repos/community-any/PKGBUILD
(from rev 1027966, psi-l10n/trunk/PKGBUILD)
Deleted:
  psi-l10n/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 20:01:19 UTC (rev 1027966)
+++ PKGBUILD2021-10-07 20:01:29 UTC (rev 1027967)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=psi-l10n
-pkgver=1.4
-pkgrel=2
-pkgdesc="Language packs for Psi"
-arch=('any')
-url="https://psi-im.org";
-license=('GPL2')
-depends=('psi')
-makedepends=('qt5-tools')
-options=('!strip' '!zipman')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/psi-l10n/archive/$pkgver.tar.gz";)
-sha256sums=('a3b228d89982f505eac81faab92ac98a792e91197c255736f390e862f9978a63')
-
-build() {
-   cd psi-l10n-$pkgver/translations
-   for langfile in *.ts; do
-   lrelease-qt5 "$langfile"
-   done
-}
-
-package() {
-   cd psi-l10n-$pkgver/translations
-   install -v -dm755 "$pkgdir/usr/share/psi/translations"
-   install -v -m644 *.qm "$pkgdir/usr/share/psi/translations"
-}

Copied: psi-l10n/repos/community-any/PKGBUILD (from rev 1027966, 
psi-l10n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 20:01:29 UTC (rev 1027967)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=psi-l10n
+pkgver=1.5
+pkgrel=1
+pkgdesc="Language packs for Psi"
+arch=('any')
+url="https://psi-im.org";
+license=('GPL2')
+depends=('psi')
+makedepends=('qt5-tools')
+options=('!strip' '!zipman')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/psi-l10n/archive/$pkgver.tar.gz";)
+sha256sums=('a5f127dcf44b8d3a9f5de16823f4002937727fa5d6cb54ccbca631dd96db4632')
+
+build() {
+   cd psi-l10n-$pkgver/translations
+   for langfile in *.ts; do
+   lrelease-qt5 "$langfile"
+   done
+}
+
+package() {
+   cd psi-l10n-$pkgver/translations
+   install -v -dm755 "$pkgdir/usr/share/psi/translations"
+   install -v -m644 *.qm "$pkgdir/usr/share/psi/translations"
+}



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

2021-10-07 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 7, 2021 @ 20:01:19
  Author: spupykin
Revision: 1027966

upgpkg: psi-l10n 1.5-1

Modified:
  psi-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 19:34:47 UTC (rev 1027965)
+++ PKGBUILD2021-10-07 20:01:19 UTC (rev 1027966)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=psi-l10n
-pkgver=1.4
-pkgrel=2
+pkgver=1.5
+pkgrel=1
 pkgdesc="Language packs for Psi"
 arch=('any')
 url="https://psi-im.org";
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 options=('!strip' '!zipman')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/psi-l10n/archive/$pkgver.tar.gz";)
-sha256sums=('a3b228d89982f505eac81faab92ac98a792e91197c255736f390e862f9978a63')
+sha256sums=('a5f127dcf44b8d3a9f5de16823f4002937727fa5d6cb54ccbca631dd96db4632')
 
 build() {
cd psi-l10n-$pkgver/translations



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

2021-10-07 Thread Tobias Powalowski via arch-commits
Date: Thursday, October 7, 2021 @ 18:52:42
  Author: tpowa
Revision: 425446

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 18:52:38 UTC (rev 425445)
+++ PKGBUILD2021-10-07 18:52:42 UTC (rev 425446)
@@ -1,42 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2021.10
-pkgrel=11
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'iptables-nft' 'ntfs-3g' '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' 'lzo' 'libsasl' 'libldap' 'gpm' 'libevent' 
'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'syslinux' 'mtools' 
'fsarchiver' 'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'libusb-compat' 'keyutils' 'libisoburn' 'file' 'curl'  
'smartmontools' 'dnsmasq' 'lftp'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'pth' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwids' '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' 
'lockdown-ms' 'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw')
-makedepends=('git')
-optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on 
image file'
-'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/presets/x86_64'
-)
-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 425445, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 18:52:42 UTC (rev 425446)
@@ -0,0 +1,42 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2021.10
+pkgrel=12
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
+'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline'

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

2021-10-07 Thread Tobias Powalowski via arch-commits
Date: Thursday, October 7, 2021 @ 18:52:38
  Author: tpowa
Revision: 425445

upgpkg: archboot 2021.10-12: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 18:32:34 UTC (rev 425444)
+++ PKGBUILD2021-10-07 18:52:38 UTC (rev 425445)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2021.10
-pkgrel=11
+pkgrel=12
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2021-10-07 Thread Felix Yan via arch-commits
Date: Thursday, October 7, 2021 @ 18:41:33
  Author: felixonmars
Revision: 1027964

archrelease: copy trunk to community-any

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

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 18:40:59 UTC (rev 1027963)
+++ PKGBUILD2021-10-07 18:41:33 UTC (rev 1027964)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.314
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkin

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

2021-10-07 Thread Felix Yan via arch-commits
Date: Thursday, October 7, 2021 @ 18:40:59
  Author: felixonmars
Revision: 1027963

upgpkg: jenkins 2.315-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 18:06:52 UTC (rev 1027962)
+++ PKGBUILD2021-10-07 18:40:59 UTC (rev 1027963)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.314
+pkgver=2.315
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('1d310d47b52ce9c79cf8369be1933fc0a4cb4024726bebd649af261aaf5c3eede291ec524b76bc7c5d974f1904b1b81828854470d848552eb448ed4cbc4c8af0'
+sha512sums=('e4b0b4fdf8ae4488f3cd2c3907583d38536551ffbb77a882c04d6c3ba87c76cf63c2ef4bae5d682516138f62e545160048c6a68074699c96d6fb002f87172572'
 
'7a81b2fd0ce91da42bacf35615fd7cb0352a0316b78b41fe180ba531848ca85b1f1df1573ab5707d9aebb36bacc51c81bc200f80cf41f1d1903309c1478d50f8'
 
'320e3d7bcdb78861e829e97be3ec37b8f1846737032ba70f624dfc5be86569d527279f53654a4a22d78b816ff1b07df429725a1d0a8059d44900d1095d1189ab'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'



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

2021-10-07 Thread Anatol Pomozov via arch-commits
Date: Thursday, October 7, 2021 @ 18:32:34
  Author: anatolik
Revision: 425444

archrelease: copy trunk to testing-x86_64

Added:
  apache/repos/testing-x86_64/
  apache/repos/testing-x86_64/PKGBUILD
(from rev 425443, apache/trunk/PKGBUILD)
  apache/repos/testing-x86_64/apache-2.2-optionsbleed-CVE-2017-9798.patch
(from rev 425443, apache/trunk/apache-2.2-optionsbleed-CVE-2017-9798.patch)
  apache/repos/testing-x86_64/apache.tmpfiles.conf
(from rev 425443, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-x86_64/arch.layout
(from rev 425443, apache/trunk/arch.layout)
  apache/repos/testing-x86_64/httpd.logrotate
(from rev 425443, apache/trunk/httpd.logrotate)
  apache/repos/testing-x86_64/httpd.service
(from rev 425443, apache/trunk/httpd.service)
  apache/repos/testing-x86_64/nohttp2forprefork.patch
(from rev 425443, apache/trunk/nohttp2forprefork.patch)
  apache/repos/testing-x86_64/openssl-malloc-init.patch
(from rev 425443, apache/trunk/openssl-malloc-init.patch)
  apache/repos/testing-x86_64/script_name.patch
(from rev 425443, apache/trunk/script_name.patch)

-+
 PKGBUILD|  136 ++
 apache-2.2-optionsbleed-CVE-2017-9798.patch |   21 +
 apache.tmpfiles.conf|1 
 arch.layout |   22 +
 httpd.logrotate |7 
 httpd.service   |   15 
 nohttp2forprefork.patch |  506 ++
 openssl-malloc-init.patch   |   20 +
 script_name.patch   |   84 
 9 files changed, 812 insertions(+)

Copied: apache/repos/testing-x86_64/PKGBUILD (from rev 425443, 
apache/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-10-07 18:32:34 UTC (rev 425444)
@@ -0,0 +1,136 @@
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apache
+pkgver=2.4.51
+pkgrel=1
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('x86_64')
+url='https://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(
+etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/httpd/conf/extra/proxy-html.conf
+etc/httpd/conf/{mime.types,magic}
+etc/logrotate.d/httpd
+)
+provides=('mod_proxy_uwsgi')
+conflicts=('mod_proxy_uwsgi')
+replaces=('mod_proxy_uwsgi')
+depends=('zlib' 'apr-util' 'pcre' 'libnghttp2' 'openssl' 'libxcrypt')
+makedepends=('libxml2' 'lua' 'curl' 'brotli' 'jansson')
+optdepends=(
+'lua: for mod_lua module'
+'libxml2: for mod_proxy_html, mod_xml2enc modules'
+'curl: for mod_md module'
+'jansson: for mod_md module'
+'brotli: for mod_brotli module'
+'uwsgi: for mod_proxy_uwsgi module'
+'lynx: apachectl status'
+'perl: for apxs and dbmmanage'
+)
+source=(
+https://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
+openssl-malloc-init.patch
+apache.tmpfiles.conf
+httpd.logrotate
+httpd.service
+arch.layout
+)
+sha256sums=('20e01d81fecf077690a4439e3969a9b22a09a8d43c525356e863407741b838f4'
+'SKIP'
+'d305f8b52ac2a9bbda7bb0776496471e69e9d30642740f594d00086a8c7e344c'
+'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
+'0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'
+'f574bac6d5f398e7a649fc0e1ca66ff01ad4ef34dac71258e93d8a9d9a2b3960'
+'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
+# following keys are coming from https://downloads.apache.org/httpd/KEYS
+validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8' # Jim Jagielski
+  'B9E8213AEFB861AF35A41F2C995E35221AD84DFF'
+  'C55AB7B9139EB2263CD1AABC19B033D1760C227B' # 
christophe.jail...@wanadoo.fr
+ '26F51EF9A82F4ACB43F1903ED377C9E7D1944C66' # Stefan Eissing 
(icing) 
+  'E3480043595621FE56105F112AB12A7ADC55C003') # Daniel Ruggeri 
+
+prepare() {
+  cd httpd-${pkgver}
+
+  # set default user
+  sed -e 's#User daemon#User http#' \
+  -e 's#Group daemon#Group http#' \
+  -i docs/conf/httpd.conf.in
+
+  cat "${srcdir}/arch.layout" >> config.layout
+
+  # https://github.com/openssl/openssl/issues/2865
+  patch -Np1 -i ../openssl-malloc-init.patch
+}
+
+build() {
+  cd httpd-${pkgver}
+
+  ./configure --sbindir=/usr/bin \
+  --enable-layout=Arch \
+  --enable-mpms-shared=all \
+  --enable-modules=all \
+  --enable-mods-shared=all \
+  --enable-so \
+  --enable-suexec \
+  --with-suexec-caller=http \
+  --with-suexec-docroot=/srv/http \
+  

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

2021-10-07 Thread Anatol Pomozov via arch-commits
Date: Thursday, October 7, 2021 @ 18:31:50
  Author: anatolik
Revision: 425443

upgpkg: apache 2.4.51-1

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 17:00:10 UTC (rev 425442)
+++ PKGBUILD2021-10-07 18:31:50 UTC (rev 425443)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=apache
-pkgver=2.4.50
+pkgver=2.4.51
 pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('x86_64')
@@ -41,7 +41,7 @@
 httpd.service
 arch.layout
 )
-sha256sums=('6a2817c070c606682eb53ed963511407d3c3d7a379cdf855971467b00fb3890f'
+sha256sums=('20e01d81fecf077690a4439e3969a9b22a09a8d43c525356e863407741b838f4'
 'SKIP'
 'd305f8b52ac2a9bbda7bb0776496471e69e9d30642740f594d00086a8c7e344c'
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'



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

2021-10-07 Thread Felix Yan via arch-commits
Date: Thursday, October 7, 2021 @ 18:06:52
  Author: felixonmars
Revision: 1027962

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 18:06:38 UTC (rev 1027961)
+++ PKGBUILD2021-10-07 18:06:52 UTC (rev 1027962)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202110040733
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2fly/geoip";
-license=('CCPL:by-sa')
-source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat";)
-sha512sums=('49f099bce3dafeca1fdb5331d55536d92dcd843f90c97773279f3f9e029bd9b8f3d310547b805d7fccbb83a19bc7478ad2780e6058d1c2354baaa488759cd96d')
-
-package() {
-  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 1027961, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 18:06:52 UTC (rev 1027962)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202110070028
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2fly/geoip";
+license=('CCPL:by-sa')
+source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat";)
+sha512sums=('738109b3a07a56add4ff14b3ff41643be88715e72470e9c5b3cfdb64c6713e6110df35bd4d6a08319f0294604fc755d8bd04fd3a1cfcee73ff10446b48b169da')
+
+package() {
+  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
+}



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

2021-10-07 Thread Felix Yan via arch-commits
Date: Thursday, October 7, 2021 @ 18:06:38
  Author: felixonmars
Revision: 1027961

upgpkg: v2ray-geoip 202110070028-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 17:25:34 UTC (rev 1027960)
+++ PKGBUILD2021-10-07 18:06:38 UTC (rev 1027961)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202110040733
+pkgver=202110070028
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2fly/geoip";
 license=('CCPL:by-sa')
 
source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat";)
-sha512sums=('49f099bce3dafeca1fdb5331d55536d92dcd843f90c97773279f3f9e029bd9b8f3d310547b805d7fccbb83a19bc7478ad2780e6058d1c2354baaa488759cd96d')
+sha512sums=('738109b3a07a56add4ff14b3ff41643be88715e72470e9c5b3cfdb64c6713e6110df35bd4d6a08319f0294604fc755d8bd04fd3a1cfcee73ff10446b48b169da')
 
 package() {
   install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat



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

2021-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, October 7, 2021 @ 17:25:34
  Author: svenstaro
Revision: 1027960

archrelease: copy trunk to community-x86_64

Added:
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 1027959, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 1027959, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/emperor.ini
(from rev 1027959, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
(from rev 1027959, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
(from rev 1027959, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-x86_64/uwsgi-1.9.13-ruby2.0.patch
(from rev 1027959, uwsgi/trunk/uwsgi-1.9.13-ruby2.0.patch)
  uwsgi/repos/community-x86_64/uwsgi-2.0.19.1-php8.patch
(from rev 1027959, uwsgi/trunk/uwsgi-2.0.19.1-php8.patch)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 1027959, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi.logrotate
(from rev 1027959, uwsgi/trunk/uwsgi.logrotate)
  uwsgi/repos/community-x86_64/uwsgi.sysusers
(from rev 1027959, uwsgi/trunk/uwsgi.sysusers)
  uwsgi/repos/community-x86_64/uwsgi.tmpfiles
(from rev 1027959, uwsgi/trunk/uwsgi.tmpfiles)
  uwsgi/repos/community-x86_64/uwsgi_at.service
(from rev 1027959, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-x86_64/uwsgi_at.socket
(from rev 1027959, uwsgi/trunk/uwsgi_at.socket)
Deleted:
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/emperor.ini
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-x86_64/uwsgi-1.9.13-ruby2.0.patch
  uwsgi/repos/community-x86_64/uwsgi-2.0.19.1-php8.patch
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi.logrotate
  uwsgi/repos/community-x86_64/uwsgi.sysusers
  uwsgi/repos/community-x86_64/uwsgi.tmpfiles
  uwsgi/repos/community-x86_64/uwsgi_at.service
  uwsgi/repos/community-x86_64/uwsgi_at.socket

+
 PKGBUILD   |  484 
 archlinux.ini  |   12 
 emperor.ini|4 
 emperor.uwsgi.service  |   30 -
 emperor.uwsgi.socket   |   18 
 uwsgi-1.9.13-ruby2.0.patch |   84 +-
 uwsgi-2.0.19.1-php8.patch  | 1260 +--
 uwsgi.install  |   18 
 uwsgi.logrotate|   20 
 uwsgi.sysusers |2 
 uwsgi.tmpfiles |2 
 uwsgi_at.service   |   30 -
 uwsgi_at.socket|   18 
 13 files changed, 989 insertions(+), 993 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 17:25:09 UTC (rev 1027959)
+++ PKGBUILD2021-10-07 17:25:34 UTC (rev 1027960)
@@ -1,244 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: David Runge 
-# Contributor: Daniel Wallace 
-# Contributor: Valentin Hăloiu 
-# Contributor: Angel Velasquez 
-# Contributor: Kevin Zuber 
-# Contributor: Vsevolod Balashov 
-# Contributor: David Runge 
-
-pkgbase=uwsgi
-pkgname=(
-  uwsgi
-  uwsgi-plugin-rack
-  uwsgi-plugin-psgi
-  uwsgi-plugin-cgi
-  uwsgi-plugin-python
-  uwsgi-plugin-pypy
-  uwsgi-plugin-php
-  uwsgi-plugin-php7
-  uwsgi-plugin-lua51
-  uwsgi-plugin-mono
-  uwsgi-plugin-webdav
-  uwsgi-plugin-zabbix
-  uwsgi-plugin-notfound
-)
-pkgver=2.0.19.1
-pkgrel=13
-pkgdesc="A full stack for building hosting services"
-arch=(x86_64)
-url="https://uwsgi-docs.readthedocs.io/en/latest/";
-license=(GPL2)
-makedepends=(
-  jansson
-  libxcrypt
-  libxml2
-  lua51
-  mono
-  openssl
-  pam
-  pcre
-  perl
-  php-embed
-  php7-embed
-  pypy
-  python
-  python-gevent
-  python-greenlet
-  ruby
-  systemd
-  util-linux
-  zlib
-)
-source=(
-  "https://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz";
-  archlinux.ini
-  emperor.ini
-  emperor.uwsgi.service
-  emperor.uwsgi.socket
-  uwsgi_at.service
-  uwsgi_at.socket
-  uwsgi.logrotate
-  uwsgi.sysusers
-  uwsgi.tmpfiles
-  "${pkgbase}-1.9.13-ruby2.0.patch"
-  "${pkgbase}-2.0.19.1-php8.patch"
-)
-sha512sums=('e18359c5ea3606d5de7fb3a0074d777e1c4b41f51f4b1a21f1446f32253058d7924286d9ed8a159d4c6e6c0ea64df7fc3c70b2933c3433b9a9cce39737e702bf'
-
'51c474a5ae025c0fae17dec309bea29550a8ca39815b7495189394ae5ce30eb264f77a45f48f9f7529c59d907baf139cdf7c488d1b13fcb862cc7b9bdc268804'
-
'd54c84838ddb2f389e115ebb81aa2583705c9e330f020e6583b496f9c271ed236b6820c2a065f2b55a79adbf13e262b9ff2428124a8044b8fa20ca29ca4930ac'
-
'068ada6281fdeb504fed7e47dae2729d047ed810bb596e5268c1821ad275cd32110e801e93e7ba0ee2d92dbc39e1954180cf43d88d2990d42b802ceb54b50a9e'
-
'592c85270f43b37e9c51aae126533830515b96fff9fcae969ee865fe173bd0550c7729530d5ff1e44ffee43cd5c78c96688ce091c677a4196379e24983c0180e'
-
'29e51d3f441bd8af23c9378bca6cb38376bbbf31bb3b07f318a04ea5620cf25

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

2021-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, October 7, 2021 @ 17:25:09
  Author: svenstaro
Revision: 1027959

upgpkg: uwsgi 2.0.20-1

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 16:40:16 UTC (rev 1027958)
+++ PKGBUILD2021-10-07 17:25:09 UTC (rev 1027959)
@@ -23,8 +23,8 @@
   uwsgi-plugin-zabbix
   uwsgi-plugin-notfound
 )
-pkgver=2.0.19.1
-pkgrel=13
+pkgver=2.0.20
+pkgrel=1
 pkgdesc="A full stack for building hosting services"
 arch=(x86_64)
 url="https://uwsgi-docs.readthedocs.io/en/latest/";
@@ -62,9 +62,8 @@
   uwsgi.sysusers
   uwsgi.tmpfiles
   "${pkgbase}-1.9.13-ruby2.0.patch"
-  "${pkgbase}-2.0.19.1-php8.patch"
 )
-sha512sums=('e18359c5ea3606d5de7fb3a0074d777e1c4b41f51f4b1a21f1446f32253058d7924286d9ed8a159d4c6e6c0ea64df7fc3c70b2933c3433b9a9cce39737e702bf'
+sha512sums=('22677a8ad1ea886e1a3a153f486474ce064a55e5b12515322345116980f699f4e2e73267f991c300d904284e06f265ea821e71ba3c97832b6f25705475b498ff'
 
'51c474a5ae025c0fae17dec309bea29550a8ca39815b7495189394ae5ce30eb264f77a45f48f9f7529c59d907baf139cdf7c488d1b13fcb862cc7b9bdc268804'
 
'd54c84838ddb2f389e115ebb81aa2583705c9e330f020e6583b496f9c271ed236b6820c2a065f2b55a79adbf13e262b9ff2428124a8044b8fa20ca29ca4930ac'
 
'068ada6281fdeb504fed7e47dae2729d047ed810bb596e5268c1821ad275cd32110e801e93e7ba0ee2d92dbc39e1954180cf43d88d2990d42b802ceb54b50a9e'
@@ -74,9 +73,8 @@
 
'937878372aa1556f6ba62ad7148d1681288c94d6cff609368a9e861dd4d4524330006a08ae5993441f7d3101170e3a0a681a4c8b3c2c13b364b8b1f81cf25117'
 
'9e9eab08199cf08810ec95b0697cd8817226986d1e3aeb54845c0140ea5887360580348f295060c0558fb2d6aaed26fec929ea36b28cfeaf2b3588ce40fec3df'
 
'4def9dcd06cfc2c6ce554add9d9545a01f3bb2681f0a2a6fc4ba68f9101803a955cc41b5e70832ca448b196109368fdf874e81b7ec0edee4b51f864e16f7'
-
'162ca1be96282b32e8e6be919b6315bfd08954c491056958985bf99e7f5bdad3511665f059329d6cb6ef5d222f9aa11d4dc43c72e6a963ab941ada959fe8d964'
-
'91b9548bb24eb4fff86ff867121edab92b531db04dacf5402b9bd8849632edfbfa0878e244bf5d243f34dcd5ee0df0ad136c888a4f27984dd6a96fd7b5e0959e')
-b2sums=('3f13da44081e85dfee01c827593656c0d1074a0217ca5fde5424ff36e0ae529d506f65a2bca658bd7df0a07520cae21cf8ce72ec85c767ec73304afd8a70b89e'
+
'162ca1be96282b32e8e6be919b6315bfd08954c491056958985bf99e7f5bdad3511665f059329d6cb6ef5d222f9aa11d4dc43c72e6a963ab941ada959fe8d964')
+b2sums=('b3bff3564206119dc25bd42f399ced724354452af3414bd8b1e1876c4915e8e4f651843c2fca3795ae195bd8f608013e0c8b41e0535e76e894a3fee9410a6c3b'
 
'46f833e5d179d950bcbab51b539e6431959c9e3618c0d66b791a4b4d866b6195707704b394224b4fea97e1f65188b8b474499d70e5c2bb44da32c60447b80806'
 
'835a1036422e9821cd52ffdf5a6053bdd59fc700d473600bda60b6730746f6c0750c30c85f4139d3ea81c6b6dd10d6849f9406decee3179861c51aca90da6161'
 
'80aa3c4d3f0310f5029ac01690d2ba718d8c86fa49cd1b4f3fc1bd5ae9eadaed6562bf0a48a0fd611e92f100a8594e08fb4bae58e25765fc2eb648cdf1c60b35'
@@ -86,8 +84,7 @@
 
'a8b7d003f66ed5c5b1b60d57c05339af3dcdcf346eab52760810086e17f6936dd29ed7fd26281657bc86ac6721c989cbfbaa8e81f97111c807bcd06baece3bf2'
 
'82e03ea95995cfa78abc4d930bd0c250f22788d9ca4dc0921cfbb44a965c0f851cbcc7a855e36ec6e6aa5bf33fbd313b4fe68a2f1c4b7935c2b297be25895324'
 
'9759827f7619358383bf0e68c955522c0054620f742f5122a59888fadfc0bc20bd587eab7a77bc73e8ee4d20cf8f02625c07f241462e8ab9c08f5af509daaef3'
-
'0068763ca5a2f1b60782f53070cbff8cf930e1463d9199b156b02413026bcdb3d923bffcbba063a26d620b8e734bdbd26a4c22776532546ad8c8e5c0c73bd7d6'
-
'1f070c1720381f08af2009d075aec17f08820820abf9f89eab1ce557610d51e3d5b9669467a0e4e8a484133fa49f6b90e48d174befb95da38a9d32aaf4674f87')
+
'0068763ca5a2f1b60782f53070cbff8cf930e1463d9199b156b02413026bcdb3d923bffcbba063a26d620b8e734bdbd26a4c22776532546ad8c8e5c0c73bd7d6')
 
 prepare() {
   local _patch
@@ -95,7 +92,6 @@
   cd "$pkgbase-$pkgver"
 
   patch -Np1 -i "$srcdir"/uwsgi-1.9.13-ruby2.0.patch
-  patch -Np1 -i "$srcdir"/uwsgi-2.0.19.1-php8.patch
 
   # fix default lua pkgconfig name
   sed -e 's/lua5.1/lua51/' -i plugins/lua/uwsgiplugin.py



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

2021-10-07 Thread Anatol Pomozov via arch-commits
Date: Thursday, October 7, 2021 @ 17:00:10
  Author: anatolik
Revision: 425442

archrelease: copy trunk to testing-x86_64

Added:
  booster/repos/testing-x86_64/
  booster/repos/testing-x86_64/PKGBUILD
(from rev 425441, booster/trunk/PKGBUILD)

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

Copied: booster/repos/testing-x86_64/PKGBUILD (from rev 425441, 
booster/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-10-07 17:00:10 UTC (rev 425442)
@@ -0,0 +1,64 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=booster
+pkgver=0.7
+pkgrel=1
+pkgdesc='Fast and secure initramfs generator'
+arch=(x86_64)
+url='https://github.com/anatol/booster'
+license=(MIT)
+depends=(bash)
+makedepends=(go ruby-ronn-ng)
+#checkdepends=(qemu-headless linux tang)
+optdepends=(
+  'busybox: to enable emergency shell at the boot time'
+  'yubikey-personalization: for clevis Yubikey challenge-response support'
+  'libfido2: for systemd-enroll with FIDO2'
+)
+backup=(etc/booster.yaml)
+provides=(initramfs)
+source=(booster-$pkgver.zip::https://github.com/anatol/booster/archive/$pkgver.zip)
+sha512sums=('1ba3a25af4b11213809db015ca7279d6283851f0391e01c113522fb974f907f4ccf8d0eb7fbe5a508a16213acaac0a31c03f8fedbab6c432db77b53ecbcc98d5')
+
+build() {
+  cd booster-$pkgver
+
+  cd generator
+  CGO_CPPFLAGS="${CPPFLAGS}" CGO_CFLAGS="${CFLAGS}" CGO_CXXFLAGS="${CXXFLAGS}" 
CGO_LDFLAGS="${LDFLAGS}" \
+go build -trimpath \
+  -buildmode=pie \
+  -mod=readonly \
+  -modcacherw \
+  -ldflags "-linkmode external -extldflags \"${LDFLAGS}\""
+
+  cd ../init
+  CGO_ENABLED=0 go build -trimpath -mod=readonly -modcacherw
+
+  cd ..
+  ronn docs/manpage.md
+}
+
+check() {
+  cd booster-$pkgver
+
+  # (cd init; go test)
+  # (cd generator; go test)
+
+  # arch chroot does not allow access to KVM
+  # TEST_DISABLE_KVM=1 go test -v # disable integration tests for now as it 
require a lot of time and space to build 10G images
+}
+
+package() {
+  cd booster-$pkgver
+  mkdir "$pkgdir/etc/"
+  touch "$pkgdir/etc/booster.yaml"
+  install -Dp -m755 generator/booster "$pkgdir/usr/bin/booster"
+  install -Dp -m644 docs/manpage.1 "$pkgdir/usr/share/man/man1/booster.1"
+  install -Dp -m755 init/init "$pkgdir/usr/lib/booster/init"
+  install -Dp -m755 packaging/arch/regenerate_images 
"$pkgdir/usr/lib/booster/regenerate_images"
+
+  install -Dp -m644 packaging/arch/90-booster-install.hook 
"$pkgdir/usr/share/libalpm/hooks/90-booster-install.hook"
+  install -Dp -m755 packaging/arch/booster-install 
"$pkgdir/usr/share/libalpm/scripts/booster-install"
+  install -Dp -m644 packaging/arch/60-booster-remove.hook 
"$pkgdir/usr/share/libalpm/hooks/60-booster-remove.hook"
+  install -Dp -m755 packaging/arch/booster-remove 
"$pkgdir/usr/share/libalpm/scripts/booster-remove"
+}



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

2021-10-07 Thread Anatol Pomozov via arch-commits
Date: Thursday, October 7, 2021 @ 16:59:54
  Author: anatolik
Revision: 425441

upgpkg: booster 0.7-1

Modified:
  booster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 16:41:37 UTC (rev 425440)
+++ PKGBUILD2021-10-07 16:59:54 UTC (rev 425441)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=booster
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc='Fast and secure initramfs generator'
 arch=(x86_64)
@@ -10,11 +10,15 @@
 depends=(bash)
 makedepends=(go ruby-ronn-ng)
 #checkdepends=(qemu-headless linux tang)
-optdepends=('busybox: to enable emergency shell at the boot time')
+optdepends=(
+  'busybox: to enable emergency shell at the boot time'
+  'yubikey-personalization: for clevis Yubikey challenge-response support'
+  'libfido2: for systemd-enroll with FIDO2'
+)
 backup=(etc/booster.yaml)
 provides=(initramfs)
 
source=(booster-$pkgver.zip::https://github.com/anatol/booster/archive/$pkgver.zip)
-sha512sums=('e17721c76b97355d738a888e4c1245e1b815710b3f41b7240f2254c0f337354757572b6ba8f97c13ecb278ad184a0014c6e526bfb7ed7a3bdd74aea64fef2ed7')
+sha512sums=('1ba3a25af4b11213809db015ca7279d6283851f0391e01c113522fb974f907f4ccf8d0eb7fbe5a508a16213acaac0a31c03f8fedbab6c432db77b53ecbcc98d5')
 
 build() {
   cd booster-$pkgver



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

2021-10-07 Thread Antonio Rojas via arch-commits
Date: Thursday, October 7, 2021 @ 16:41:37
  Author: arojas
Revision: 425440

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|  243 +++---
 arch-fonts.diff |  214 +++
 2 files changed, 230 insertions(+), 227 deletions(-)

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

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 425439, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 16:41:37 UTC (rev 425440)
@@ -0,0 +1,123 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.1.0.9
+pkgrel=2
+pkgdesc='An image viewing/manipulati

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

2021-10-07 Thread Antonio Rojas via arch-commits
Date: Thursday, October 7, 2021 @ 16:41:26
  Author: arojas
Revision: 425439

Enable JPEG XL

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 14:18:09 UTC (rev 425438)
+++ PKGBUILD2021-10-07 16:41:26 UTC (rev 425439)
@@ -4,12 +4,12 @@
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
 pkgver=7.1.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='An image viewing/manipulation program'
 url='https://www.imagemagick.org/'
 arch=(x86_64)
 license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp libzip
+makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp libzip libjxl
  chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng djvulibre)
 checkdepends=(gsfonts ttf-dejavu)
 _relname=ImageMagick-${pkgver%%.*}
@@ -38,6 +38,7 @@
 --prefix=/usr \
 --sysconfdir=/etc \
 --enable-shared \
+--disable-static \
 --with-dejavu-font-dir=/usr/share/fonts/TTF \
 --with-gs-font-dir=/usr/share/fonts/gsfonts \
 PSDelegate=/usr/bin/gs \
@@ -47,6 +48,7 @@
 --enable-opencl \
 --without-gslib \
 --with-djvu \
+--with-jxl \
 --with-lqr \
 --with-modules \
 --with-openexr \
@@ -77,6 +79,7 @@
   depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
   optdepends=('ghostscript: PS/PDF support'
   'libheif: HEIF support'
+  'libjxl: JPEG XL support'
   'libraw: DNG support'
   'librsvg: SVG support'
   'libwebp: WEBP support'



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

2021-10-07 Thread Antonio Rojas via arch-commits
Date: Thursday, October 7, 2021 @ 16:40:16
  Author: arojas
Revision: 1027958

archrelease: copy trunk to community-x86_64

Added:
  mate-panel/repos/community-x86_64/PKGBUILD
(from rev 1027957, mate-panel/trunk/PKGBUILD)
Deleted:
  mate-panel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 16:40:06 UTC (rev 1027957)
+++ PKGBUILD2021-10-07 16:40:16 UTC (rev 1027958)
@@ -1,45 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-panel
-pkgver=1.26.0
-pkgrel=3
-pkgdesc="The MATE Panel"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop' 'gettext' 'gtk-layer-shell')
-makedepends=('itstool' 'gobject-introspection' 'mate-common' 'yelp-tools' 
'autoconf-archive')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
- https://github.com/mate-desktop/mate-panel/commit/808032fc.patch)
-groups=('mate')
-conflicts=('mate-panel-gtk3')
-replaces=('mate-panel-gtk3')
-sha256sums=('092e1ed2177b3a13cfb7df19667b06083009210e48294c18c8a68b9b3c47ea64'
-'aefa14360b28f1eec2d1b749eb640b826b0f1fad59e1d06fd840e8e1d69e39ce')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 < ../808032fc.patch # Fix mozo
-  ./autogen.sh
-}
-
-build() {
-   cd "${pkgname}-${pkgver}" 
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${pkgname} \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-introspection
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 1027957, 
mate-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 16:40:16 UTC (rev 1027958)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-panel
+pkgver=1.26.1
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop' 'gettext' 'gtk-layer-shell')
+makedepends=('itstool' 'gobject-introspection' 'mate-common' 'yelp-tools' 
'autoconf-archive')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+groups=('mate')
+conflicts=('mate-panel-gtk3')
+replaces=('mate-panel-gtk3')
+sha256sums=('683038c483456e5068f5bb20c3d565936700c9898005c7149ee7aa44e5cc110d')
+
+build() {
+   cd "${pkgname}-${pkgver}" 
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${pkgname} \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --enable-introspection
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}



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

2021-10-07 Thread Antonio Rojas via arch-commits
Date: Thursday, October 7, 2021 @ 16:40:06
  Author: arojas
Revision: 1027957

Update to 1.26.1

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 16:32:12 UTC (rev 1027956)
+++ PKGBUILD2021-10-07 16:40:06 UTC (rev 1027957)
@@ -2,8 +2,8 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-panel
-pkgver=1.26.0
-pkgrel=3
+pkgver=1.26.1
+pkgrel=1
 pkgdesc="The MATE Panel"
 url="https://mate-desktop.org";
 arch=('x86_64')
@@ -10,20 +10,12 @@
 license=('GPL')
 depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop' 'gettext' 'gtk-layer-shell')
 makedepends=('itstool' 'gobject-introspection' 'mate-common' 'yelp-tools' 
'autoconf-archive')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
- https://github.com/mate-desktop/mate-panel/commit/808032fc.patch)
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
 groups=('mate')
 conflicts=('mate-panel-gtk3')
 replaces=('mate-panel-gtk3')
-sha256sums=('092e1ed2177b3a13cfb7df19667b06083009210e48294c18c8a68b9b3c47ea64'
-'aefa14360b28f1eec2d1b749eb640b826b0f1fad59e1d06fd840e8e1d69e39ce')
+sha256sums=('683038c483456e5068f5bb20c3d565936700c9898005c7149ee7aa44e5cc110d')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 < ../808032fc.patch # Fix mozo
-  ./autogen.sh
-}
-
 build() {
cd "${pkgname}-${pkgver}" 
./configure \



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

2021-10-07 Thread Frederik Schwan via arch-commits
Date: Thursday, October 7, 2021 @ 16:32:10
  Author: freswa
Revision: 1027955

upgpkg: python-pre-commit 2.15.0-1

remove dotnet tests, as they fail with status 150 and upstream is not 
cooperating
https://github.com/pre-commit/pre-commit/issues/1982

Modified:
  python-pre-commit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 16:06:35 UTC (rev 1027954)
+++ PKGBUILD2021-10-07 16:32:10 UTC (rev 1027955)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pre-commit
-pkgver=2.10.1
+pkgver=2.15.0
 pkgrel=1
 pkgdesc="A framework for managing and maintaining multi-language pre-commit 
hooks"
 url="https://github.com/pre-commit/pre-commit";
@@ -10,9 +10,10 @@
 depends=('python-cfgv' 'python-identify' 'python-nodeenv' 'python-yaml' 
'python-toml'
  'python-virtualenv')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-re-assert' 'dotnet-sdk' 'git' 'go' 
'nodejs' 'npm' 'python2' 'rubygems' 'rust')
+checkdepends=('python-pytest' 'python-pytest-env' 'python-re-assert' 
'dotnet-sdk' 'git'
+  'go' 'nodejs' 'npm' 'python2' 'rubygems' 'rust' 'r' 'dart')
 
source=("https://github.com/pre-commit/pre-commit/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('b8bc4e6f9afd1a0cc251c8b6ffb96e5fba4f02a6e253661b295e36a6e691c4a9a0a6cc5560b53b57b0200a55fc54a60c3400e780c3a6b73b9e17f7eac4c0ce78')
+sha512sums=('b87985aa625509d7a21e31e5774f259c264ec74fef88fc5e290cbac0326cdbadc37ab54b5bf3048d815cf9bc6d4adb71619fcb84c955c1bc9741da8dfd34251c')
 
 build() {
   cd pre-commit-$pkgver
@@ -43,8 +44,8 @@
--deselect 
tests/repository_test.py::test_local_conda_additional_dependencies \
--deselect tests/repository_test.py::test_run_a_ruby_hook \
--deselect 
tests/languages/ruby_test.py::test_install_ruby_with_version \
-   --deselect 
tests/repository_test.py::test_switch_language_versions_doesnt_clobber
-
+   --deselect 
tests/repository_test.py::test_switch_language_versions_doesnt_clobber \
+   --deselect tests/repository_test.py::test_dotnet_hook
   deactivate
 }
 



[arch-commits] Commit in python-pre-commit/repos (2 files)

2021-10-07 Thread Frederik Schwan via arch-commits
Date: Thursday, October 7, 2021 @ 16:32:12
  Author: freswa
Revision: 1027956

archrelease: copy trunk to community-testing-any

Added:
  python-pre-commit/repos/community-testing-any/
  python-pre-commit/repos/community-testing-any/PKGBUILD
(from rev 1027955, python-pre-commit/trunk/PKGBUILD)

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

Copied: python-pre-commit/repos/community-testing-any/PKGBUILD (from rev 
1027955, python-pre-commit/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-10-07 16:32:12 UTC (rev 1027956)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pre-commit
+pkgver=2.15.0
+pkgrel=1
+pkgdesc="A framework for managing and maintaining multi-language pre-commit 
hooks"
+url="https://github.com/pre-commit/pre-commit";
+license=('MIT')
+arch=('any')
+depends=('python-cfgv' 'python-identify' 'python-nodeenv' 'python-yaml' 
'python-toml'
+ 'python-virtualenv')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-env' 'python-re-assert' 
'dotnet-sdk' 'git'
+  'go' 'nodejs' 'npm' 'python2' 'rubygems' 'rust' 'r' 'dart')
+source=("https://github.com/pre-commit/pre-commit/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('b87985aa625509d7a21e31e5774f259c264ec74fef88fc5e290cbac0326cdbadc37ab54b5bf3048d815cf9bc6d4adb71619fcb84c955c1bc9741da8dfd34251c')
+
+build() {
+  cd pre-commit-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pre-commit-$pkgver
+  git init
+  git config user.email "pony@arch"
+  git config user.name "Lucky Pony"
+  export GIT_AUTHOR_NAME="Lucky Pony"
+  export GIT_COMMITTER_NAME="Lucky Pony"
+  export GIT_AUTHOR_EMAIL="pony@arch"
+  export GIT_COMMITTER_EMAIL="pony@arch"
+  export VIRTUALENV_NO_DOWNLOAD=1
+  export PRE_COMMIT_NO_CONCURRENCY=1
+
+  # Empty venv so that `importlib` picks up the local "pre-commit" package
+  python -m venv --system-site-packages venv
+  source "$PWD/venv/bin/activate"
+  python setup.py develop
+
+  # Deselect conda because we don't have it!
+  # test_install_ruby_with_version,test_run_a_ruby_hook: 
https://github.com/pre-commit/pre-commit/issues/1368
+  python -m pytest --deselect tests/repository_test.py::test_conda_hook \
+   --deselect 
tests/repository_test.py::test_conda_with_additional_dependencies_hook \
+   --deselect 
tests/repository_test.py::test_local_conda_additional_dependencies \
+   --deselect tests/repository_test.py::test_run_a_ruby_hook \
+   --deselect 
tests/languages/ruby_test.py::test_install_ruby_with_version \
+   --deselect 
tests/repository_test.py::test_switch_language_versions_doesnt_clobber \
+   --deselect tests/repository_test.py::test_dotnet_hook
+  deactivate
+}
+
+package() {
+  cd pre-commit-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-10-07 Thread Antonio Rojas via arch-commits
Date: Thursday, October 7, 2021 @ 16:06:35
  Author: arojas
Revision: 1027954

archrelease: copy trunk to community-any

Added:
  jupyterlab/repos/community-any/PKGBUILD
(from rev 1027953, jupyterlab/trunk/PKGBUILD)
Deleted:
  jupyterlab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 16:06:23 UTC (rev 1027953)
+++ PKGBUILD2021-10-07 16:06:35 UTC (rev 1027954)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=jupyterlab
-_pipname=jupyterlab
-pkgver=3.1.17
-pkgrel=1
-pkgdesc='JupyterLab computational environment'
-arch=(any)
-url='https://github.com/jupyterlab/jupyterlab'
-license=(custom)
-makedepends=(python-setuptools)
-depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic 
nodejs)
-optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('7e829cedce4fec676fb9d83850805df9e563b3ca7f20f70bd2ea177a462b7a78')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/etc "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jupyterlab/repos/community-any/PKGBUILD (from rev 1027953, 
jupyterlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 16:06:35 UTC (rev 1027954)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyterlab
+_pipname=jupyterlab
+pkgver=3.1.18
+pkgrel=1
+pkgdesc='JupyterLab computational environment'
+arch=(any)
+url='https://github.com/jupyterlab/jupyterlab'
+license=(custom)
+makedepends=(python-setuptools)
+depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic 
nodejs)
+optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('a43733acc3729557fc4758cff55652e52896e42c64c1f12540656ae7f298b806')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/etc "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-10-07 Thread Antonio Rojas via arch-commits
Date: Thursday, October 7, 2021 @ 16:06:23
  Author: arojas
Revision: 1027953

Update to 3.1.18

Modified:
  jupyterlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 15:39:22 UTC (rev 1027952)
+++ PKGBUILD2021-10-07 16:06:23 UTC (rev 1027953)
@@ -2,7 +2,7 @@
 
 pkgname=jupyterlab
 _pipname=jupyterlab
-pkgver=3.1.17
+pkgver=3.1.18
 pkgrel=1
 pkgdesc='JupyterLab computational environment'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic 
nodejs)
 optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('7e829cedce4fec676fb9d83850805df9e563b3ca7f20f70bd2ea177a462b7a78')
+sha256sums=('a43733acc3729557fc4758cff55652e52896e42c64c1f12540656ae7f298b806')
 
 build() {
   cd $pkgname-$pkgver



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

2021-10-07 Thread Felix Yan via arch-commits
Date: Thursday, October 7, 2021 @ 15:35:38
  Author: felixonmars
Revision: 1027931

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-language-server/repos/community-staging-x86_64/
  haskell-language-server/repos/community-staging-x86_64/PKGBUILD
(from rev 1027930, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 1027930, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-10-07 15:35:38 UTC (rev 1027931)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.3.0.0
+pkgrel=1
+pkgdesc="LSP server for GHC"
+url="https://github.com/haskell/haskell-language-server#readme";
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-async'
+ 'haskell-base16-bytestring' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-gitrev'
+ 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb' 
'haskell-hls-brittany-plugin'
+ 'haskell-hls-call-hierarchy-plugin' 'haskell-hls-eval-plugin'
+ 'haskell-hls-explicit-imports-plugin' 'haskell-hls-floskell-plugin'
+ 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-graph'
+ 'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin'
+ 'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-plugin-api'
+ 'haskell-hls-pragmas-plugin'
+ 'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin'
+ 'haskell-hslogger' 'haskell-lens' 'haskell-lsp' 
'haskell-optparse-applicative'
+ 'haskell-optparse-simple' 'haskell-regex-tdfa' 
'haskell-safe-exceptions'
+ 'haskell-sqlite-simple' 'haskell-temporary' 
'haskell-unordered-containers')
+# Disabled due to not compatible with GHC 9:
+# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-splice-plugin' 'haskell-hls-tactics-plugin' 
'haskell-hls-refine-imports-plugin'
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 
'haskell-hspec-expectations' 'haskell-lsp-test'
+ 'haskell-lsp-types')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('2938c4eaf8e2fef72ddf0e116e021b109ab69c4cdd48dc678cb93cd08e03e7f2abf3aaf1dea17a51dd8cb70f69db7ceba9823291d847ffe8bd0c990028fd6da4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+  uusi -u ghc-api-compat $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -f-brittany -f-class -f-refineImports -f-tactic 
-f-splice
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  
PATH="$PWD/dist/build/haskell-language-server:$PWD/dist/build/haskell-language-server-wrapper:$PATH"
 LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-10-07 Thread Felix Yan via arch-commits
Date: Thursday, October 7, 2021 @ 15:35:19
  Author: felixonmars
Revision: 1027930

upgpkg: haskell-language-server 1.3.0.0-1: rebuild with ghcide 1.4.1.0, hiedb 
0.4.1.0, hie-bios 0.7.6, hls-call-hierarchy-plugin 1.0.0.0, hls-eval-plugin 
1.1.2.0, hls-explicit-imports-plugin 1.0.1.0, hls-floskell-plugin 1.0.0.1, 
hls-fourmolu-plugin 1.0.0.2, hls-haddock-comments-plugin 1.0.0.3, 
hls-hlint-plugin 1.0.1.1, hls-module-name-plugin 1.0.0.1, hls-ormolu-plugin 
1.0.1.0, hls-pragmas-plugin 1.0.1.0, hls-refine-imports-plugin 1.0.0.1, 
hls-retrie-plugin 1.0.1.1, hls-splice-plugin 1.0.0.4, 
hls-stylish-haskell-plugin 1.0.0.2, hls-test-utils 1.1.0.0, hls-plugin-api 
1.2.0.0, lsp 1.2.0.1, lsp-test 0.14.0.1, lsp-types 1.3.0.1

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 15:19:24 UTC (rev 1027929)
+++ PKGBUILD2021-10-07 15:35:19 UTC (rev 1027930)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=haskell-language-server
-pkgver=1.2.0.0
-pkgrel=74
+pkgver=1.3.0.0
+pkgrel=1
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme";
 license=("Apache")
@@ -11,28 +11,28 @@
  'haskell-base16-bytestring' 'haskell-cryptohash-sha1' 
'haskell-data-default'
  'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-gitrev'
  'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb' 
'haskell-hls-brittany-plugin'
- 'haskell-hls-explicit-imports-plugin'
- 'haskell-hls-floskell-plugin' 'haskell-hls-fourmolu-plugin' 
'haskell-hls-ormolu-plugin'
- 'haskell-hls-graph'
+ 'haskell-hls-call-hierarchy-plugin' 'haskell-hls-eval-plugin'
+ 'haskell-hls-explicit-imports-plugin' 'haskell-hls-floskell-plugin'
+ 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-graph'
  'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin'
  'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-plugin-api'
  'haskell-hls-pragmas-plugin'
- 'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin' 
'haskell-hslogger'
- 'haskell-lens' 'haskell-lsp' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
- 'haskell-regex-tdfa' 'haskell-safe-exceptions' 
'haskell-sqlite-simple' 'haskell-temporary'
- 'haskell-unordered-containers')
+ 'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin'
+ 'haskell-hslogger' 'haskell-lens' 'haskell-lsp' 
'haskell-optparse-applicative'
+ 'haskell-optparse-simple' 'haskell-regex-tdfa' 
'haskell-safe-exceptions'
+ 'haskell-sqlite-simple' 'haskell-temporary' 
'haskell-unordered-containers')
 # Disabled due to not compatible with GHC 9:
-# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-eval-plugin'
-# 'haskell-hls-refine-imports-plugin' 'haskell-hls-splice-plugin' 
'haskell-hls-tactics-plugin'
+# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-splice-plugin' 'haskell-hls-tactics-plugin' 
'haskell-hls-refine-imports-plugin'
 makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 
'haskell-hspec-expectations' 'haskell-lsp-test'
  'haskell-lsp-types')
 checkdepends=('cabal-install')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('c8ca57796be15796e7334e20ef3a983b4a77335d41084add87d102746e893fc80c43ee6c761d04d52afad846d4744007a0aec8d70a7e12e4576f847a684726ab')
+sha512sums=('2938c4eaf8e2fef72ddf0e116e021b109ab69c4cdd48dc678cb93cd08e03e7f2abf3aaf1dea17a51dd8cb70f69db7ceba9823291d847ffe8bd0c990028fd6da4')
 
 prepare() {
   cd $pkgname-$pkgver
   find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+  uusi -u ghc-api-compat $pkgname.cabal
 }
 
 build() {
@@ -42,7 +42,7 @@
 --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
 --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
---ghc-option='-pie' -f-brittany -f-class -f-eval -f-refineImports 
-f-splice -f-tactic
+--ghc-option='-pie' -f-brittany -f-class -f-refineImports -f-tactic 
-f-splice
 
   runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script



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

2021-10-07 Thread Konstantin Gizdov via arch-commits
Date: Thursday, October 7, 2021 @ 15:19:24
  Author: kgizdov
Revision: 1027929

archrelease: copy trunk to community-any

Added:
  ttc-iosevka/repos/community-any/PKGBUILD
(from rev 1027928, ttc-iosevka/trunk/PKGBUILD)
Deleted:
  ttc-iosevka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 15:19:11 UTC (rev 1027928)
+++ PKGBUILD2021-10-07 15:19:24 UTC (rev 1027929)
@@ -1,97 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-# Contributor: Markus Weimar 
-_pkgbase='iosevka'
-_type='ttc'
-pkgbase="${_type}-${_pkgbase}"
-pkgname=(
-"${pkgbase}" "${pkgbase}-aile" "${pkgbase}-curly" "${pkgbase}-curly-slab" 
"${pkgbase}-etoile" "${pkgbase}-slab"
-"${pkgbase}-ss01" "${pkgbase}-ss02" "${pkgbase}-ss03" "${pkgbase}-ss04" 
"${pkgbase}-ss05" "${pkgbase}-ss06"
-"${pkgbase}-ss07" "${pkgbase}-ss08" "${pkgbase}-ss09" "${pkgbase}-ss10" 
"${pkgbase}-ss11" "${pkgbase}-ss12"
-"${pkgbase}-ss13" "${pkgbase}-ss14" "${pkgbase}-ss15" "${pkgbase}-ss16" 
"${pkgbase}-ss17" "${pkgbase}-ss18"
-)
-pkgver='10.3.0'
-pkgrel=1
-pkgdesc='Typeface family designed for coding, terminal use and technical 
documents.'
-arch=('any')
-url='https://typeof.net/Iosevka/'
-license=('custom:OFL')
-source=("${pkgbase}-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-${pkgver}.zip";
-
"${pkgbase}-aile-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-aile-${pkgver}.zip";
-
"${pkgbase}-curly-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-curly-${pkgver}.zip";
-
"${pkgbase}-curly-slab-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-curly-slab-${pkgver}.zip";
-
"${pkgbase}-etoile-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-etoile-${pkgver}.zip";
-
"${pkgbase}-slab-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-slab-${pkgver}.zip";
-
"${pkgbase}-ss01-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss01-${pkgver}.zip";
-
"${pkgbase}-ss02-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss02-${pkgver}.zip";
-
"${pkgbase}-ss03-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss03-${pkgver}.zip";
-
"${pkgbase}-ss04-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss04-${pkgver}.zip";
-
"${pkgbase}-ss05-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss05-${pkgver}.zip";
-
"${pkgbase}-ss06-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss06-${pkgver}.zip";
-
"${pkgbase}-ss07-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss07-${pkgver}.zip";
-
"${pkgbase}-ss08-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss08-${pkgver}.zip";
-
"${pkgbase}-ss09-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss09-${pkgver}.zip";
-
"${pkgbase}-ss10-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss10-${pkgver}.zip";
-
"${pkgbase}-ss11-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss11-${pkgver}.zip";
-
"${pkgbase}-ss12-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss12-${pkgver}.zip";
-
"${pkgbase}-ss13-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss13-${pkgver}.zip";
-
"${pkgbase}-ss14-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss14-${pkgver}.zip";
-
"${pkgbase}-ss15-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss15-${pkgver}.zip";
-
"${pkgbase}-ss16-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss16-${pkgver}.zip";
-
"${pkgbase}-ss17-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss17-${pkgver}.zip";
-
"${pkgbase}-ss18-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss18-${pkgver}.zip";
-
"${pkgbase}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md";)
-sha256sums=('3f5d1d06d4ec270ec76842e5a7afd7a3db444874a64e07fbc9d74b58c3eb7369'
-'c17

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

2021-10-07 Thread Konstantin Gizdov via arch-commits
Date: Thursday, October 7, 2021 @ 15:19:11
  Author: kgizdov
Revision: 1027928

upgpkg: ttc-iosevka 10.3.1-1: upgpkg: ttc-iosevka 10.3.1-1

Modified:
  ttc-iosevka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 14:06:12 UTC (rev 1027927)
+++ PKGBUILD2021-10-07 15:19:11 UTC (rev 1027928)
@@ -9,7 +9,7 @@
 "${pkgbase}-ss07" "${pkgbase}-ss08" "${pkgbase}-ss09" "${pkgbase}-ss10" 
"${pkgbase}-ss11" "${pkgbase}-ss12"
 "${pkgbase}-ss13" "${pkgbase}-ss14" "${pkgbase}-ss15" "${pkgbase}-ss16" 
"${pkgbase}-ss17" "${pkgbase}-ss18"
 )
-pkgver='10.3.0'
+pkgver='10.3.1'
 pkgrel=1
 pkgdesc='Typeface family designed for coding, terminal use and technical 
documents.'
 arch=('any')
@@ -40,30 +40,30 @@
 
"${pkgbase}-ss17-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss17-${pkgver}.zip";
 
"${pkgbase}-ss18-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss18-${pkgver}.zip";
 
"${pkgbase}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md";)
-sha256sums=('3f5d1d06d4ec270ec76842e5a7afd7a3db444874a64e07fbc9d74b58c3eb7369'
-'c17fa81512d5d8c8a3cef0944c6fe3f09d689c2895fd985bc0beec64e557ce6f'
-'7fb6f74fffa93f3b50cba32ce7b332a91ea6cad3f002563fb6af0a6269ebfc8b'
-'074a0cdafa42c12e9632851da63a78e57268551e99d0afda79f66e7e39e804cf'
-'80d0be992b2311490235c38c3e2872419dd398906e2611c5e6ef6f3d584d771e'
-'e69b28872d6a5dc5e25ae0609abb6c596523b587808b9a4eaec38a80cf130f4b'
-'d0a1492ce31f9edb2ccc8714b96ec388f26dad7551cdc9bfa2a711765e82202f'
-'13e4391b846ba34c0efa206affe4f0894454839d14f4097ba2ae988c8cec6a33'
-'87db39da7bb5d2a4717aa85672850e31d3604cdf54c4ef14a5c16246b07136a6'
-'cf45c4ca7b71a5d8f97e018896fef2f8cbe748049fdfb9b4bac8122fcb3de9eb'
-'42fec747d398c288e9d595541780f99f002db737e4092b62b038efa4228a1bb4'
-'43b4543a4f03ee760fbf7a6ba12cf925ab168de9586c5707219c05fdcfd7458a'
-'0b3e7d387734bac615a7932b6af140027341060c9755249a6a808f11738c46ac'
-'adff9eeb9417602cffbf20c9ed05c3982224ac1fe4d5b1bd37960fdeef47d990'
-'e832883b616b8d1016b6a47565b1a78f1c39d0cc41b65e337e493e2a488206ae'
-'760d295dbf245a400d8492f1a8a55026045f3fb35fb48d64c71c04820e8468a8'
-'58dc8a3706e5fba6eb9bedba44dc31bd8ffae962f00e8ed88abed610e3659feb'
-'e894c0b658a990f4d6f402bcd72804d142df04b4f194545416fb4c4bbdbaf8cf'
-'1848bce229924b408b39b660a3f457c01e7e47aa8301fb95f52c999a6e164137'
-'72ec89adbdfba018853fae03ccbf055565765ea5f911f163a3e6184fa2a35f31'
-'12346a34b3133562c517ee32a45863b5928b6d45f0a41feabb3679e7493064e6'
-'6148eb0710897b0fdd39bd0985220de2386a9a9537268735e9e5225407c9fe5b'
-'cb8af04383aac09b83197d84803d8959cba66e836034b502f9f0b6c4064f77ed'
-'61197586cd9236629b2bed68f5290538c7fd0ae89098cb78c570dc58b457f576'
+sha256sums=('cb3332244a4dc1c6bec85b7b6d52155df24285da14c407682e3fe4d2e981ff0b'
+'f9c6896bcfbe2b35cfffbb986818a2c5f21743e9322c3472049b15afc0e507c9'
+'b48743d18edf76373da3ec4eec6d6c772bb3bb49bbdfcd7f68c1edda82451a5b'
+'7bf5341d3e150a337c2f5c7b8e1fc10b27322b6420c4977da9497fbda3d199b7'
+'0e5ef64058236bcaef5ca988b6a7eeefbef1e9e1275b874c424c7861f367e476'
+'8c50eeb6977d25fdbe4f416d83bca8b98c7c27041a0ab8ef4b65917bde3e5b44'
+'67485b749ff0b56efbdf2283666f95aec87dffaa09f67df25d8c43f5a47e0e21'
+'e6fae2e55c9a6caeaaf8b826e51c210adafb205c09e3f24f39b9cba1eaeb8cd4'
+'1c54ad6c497c88028bfd7cf430695f89a18603e8a658f90d5a02a88fd6d8215d'
+'bfc484aac855f418e6e2030ee25edff9dce14c326bfc3e7584bebac7d65089e6'
+'6526dfedb597312f73cd269768dfaef8f3a051b185891bfdd4db3fc3bc52a4bb'
+'7b20f6776fddbf2425f5611f9e733ded13cc3b5b0d489addbb0feb0104ba8182'
+'a846ea9588492304e19c052f7d12d5f418b7e30eb4c3d3d2d8040d27b6001a1e'
+'01ef3a24240c39f3d4a34006d8a3c77a2e78881a2e6de090c09954289e36be62'
+'a95095ef17a258672e820a823f1619098d61265abacfe0a6a3432968579499a9'
+'da4f9c987bf4036accef1f22dfc04d407932aa89282d0cafaedfceeaa121182a'
+'6461977adc51eeeae2b95e494e3f86711f5c16ee490680c9a8c28240dc9ce60c'
+'66e31a5557bb8ac24ea6c2b9745c3324f7b84f5ae1b888cc232afdc2b10d05b3'
+'ae5c8681a743d3fb79e9bf8c72ec86a58c900d806e45b97ab1544554b27a75ef'
+'4772e1b9394239b733af1b826ff91048604355bae30e3fed918aba26707e5571'
+'76c0b62a6d36c96f1aaf992e1011a397b086c4531948f9f4baf0a9ea57e44344'
+'45cf52005f5df5c3d0d0a35200ee641c14bc9b1dfa409e1e84

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

2021-10-07 Thread Pierre Schmitz via arch-commits
Date: Thursday, October 7, 2021 @ 14:18:04
  Author: pierre
Revision: 425437

upgpkg: php-apcu 5.1.21-1

Modified:
  php-apcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 13:17:41 UTC (rev 425436)
+++ PKGBUILD2021-10-07 14:18:04 UTC (rev 425437)
@@ -2,7 +2,7 @@
 
 pkgbase=php-apcu
 pkgname=(php-apcu php7-apcu)
-pkgver=5.1.20
+pkgver=5.1.21
 pkgrel=1
 arch=('x86_64')
 pkgdesc='A userland caching module for PHP'
@@ -12,7 +12,7 @@
 source=("https://pecl.php.net/get/apcu-$pkgver.tgz";
 'apcu.ini')
 backup=('etc/php/conf.d/apcu.ini')
-sha256sums=('b99d40fafec06f4d132fcee53e7526ddbfc1d041ea6e04e17389dfad28f9c390'
+sha256sums=('1033530448696ee7cadec85050f6df5135fb1330072ef2a74569392acfecfbc1'
 '18b2d904848b185bdc7c0c6a5f7c82ec809e9ed3f137cd6d3420160f4756630f')
 
 prepare() {
@@ -57,7 +57,6 @@
 
install -D -m644 "$srcdir/apcu.ini" "$pkgdir/etc/php/conf.d/apcu.ini"
install -D -m644 apc.php "$pkgdir/usr/share/webapps/php-apcu/apc.php"
-   install -D -m644 INSTALL "$pkgdir/usr/share/doc/php-apcu/install.txt"
 }
 
 package_php7-apcu() {
@@ -69,5 +68,4 @@
 
install -D -m644 "$srcdir/apcu.ini" "$pkgdir/etc/php7/conf.d/apcu.ini"
install -D -m644 apc.php "$pkgdir/usr/share/webapps/php7-apcu/apc.php"
-   install -D -m644 INSTALL "$pkgdir/usr/share/doc/php7-apcu/install.txt"
 }



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

2021-10-07 Thread Pierre Schmitz via arch-commits
Date: Thursday, October 7, 2021 @ 14:18:09
  Author: pierre
Revision: 425438

archrelease: copy trunk to extra-x86_64

Added:
  php-apcu/repos/extra-x86_64/PKGBUILD
(from rev 425437, php-apcu/trunk/PKGBUILD)
  php-apcu/repos/extra-x86_64/apcu.ini
(from rev 425437, php-apcu/trunk/apcu.ini)
Deleted:
  php-apcu/repos/extra-x86_64/PKGBUILD
  php-apcu/repos/extra-x86_64/apcu.ini

--+
 PKGBUILD |  144 ++---
 apcu.ini |2 
 2 files changed, 72 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 14:18:04 UTC (rev 425437)
+++ PKGBUILD2021-10-07 14:18:09 UTC (rev 425438)
@@ -1,73 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgbase=php-apcu
-pkgname=(php-apcu php7-apcu)
-pkgver=5.1.20
-pkgrel=1
-arch=('x86_64')
-pkgdesc='A userland caching module for PHP'
-url='https://pecl.php.net/package/APCu'
-makedepends=('php' 'php7')
-license=('PHP')
-source=("https://pecl.php.net/get/apcu-$pkgver.tgz";
-'apcu.ini')
-backup=('etc/php/conf.d/apcu.ini')
-sha256sums=('b99d40fafec06f4d132fcee53e7526ddbfc1d041ea6e04e17389dfad28f9c390'
-'18b2d904848b185bdc7c0c6a5f7c82ec809e9ed3f137cd6d3420160f4756630f')
-
-prepare() {
-   cd "$srcdir/apcu-$pkgver"
-
-   rm tests/apc_entry_002.phpt
-
-   cp -a "$srcdir/apcu-$pkgver" "$srcdir/apcu7-$pkgver"
-}
-
-build() {
-   cd "$srcdir/apcu-$pkgver"
-   phpize
-   ./configure --prefix=/usr
-   make
-
-   cd "$srcdir/apcu7-$pkgver"
-   phpize7
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   export REPORT_EXIT_STATUS=1
-   export NO_INTERACTION=1
-   export SKIP_ONLINE_TESTS=1
-   export SKIP_SLOW_TESTS=1
-
-   for dir in "$srcdir/apcu"{,7}-$pkgver; do
-   pushd "$dir"
-   make test
-   popd
-   done
-}
-
-package_php-apcu() {
-   depends=(php)
-
-   cd "$srcdir/apcu-$pkgver"
-
-   make INSTALL_ROOT="$pkgdir" install
-
-   install -D -m644 "$srcdir/apcu.ini" "$pkgdir/etc/php/conf.d/apcu.ini"
-   install -D -m644 apc.php "$pkgdir/usr/share/webapps/php-apcu/apc.php"
-   install -D -m644 INSTALL "$pkgdir/usr/share/doc/php-apcu/install.txt"
-}
-
-package_php7-apcu() {
-   depends=(php7)
-
-   cd "$srcdir/apcu7-$pkgver"
-
-   make INSTALL_ROOT="$pkgdir" install
-
-   install -D -m644 "$srcdir/apcu.ini" "$pkgdir/etc/php7/conf.d/apcu.ini"
-   install -D -m644 apc.php "$pkgdir/usr/share/webapps/php7-apcu/apc.php"
-   install -D -m644 INSTALL "$pkgdir/usr/share/doc/php7-apcu/install.txt"
-}

Copied: php-apcu/repos/extra-x86_64/PKGBUILD (from rev 425437, 
php-apcu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 14:18:09 UTC (rev 425438)
@@ -0,0 +1,71 @@
+# Maintainer: Pierre Schmitz 
+
+pkgbase=php-apcu
+pkgname=(php-apcu php7-apcu)
+pkgver=5.1.21
+pkgrel=1
+arch=('x86_64')
+pkgdesc='A userland caching module for PHP'
+url='https://pecl.php.net/package/APCu'
+makedepends=('php' 'php7')
+license=('PHP')
+source=("https://pecl.php.net/get/apcu-$pkgver.tgz";
+'apcu.ini')
+backup=('etc/php/conf.d/apcu.ini')
+sha256sums=('1033530448696ee7cadec85050f6df5135fb1330072ef2a74569392acfecfbc1'
+'18b2d904848b185bdc7c0c6a5f7c82ec809e9ed3f137cd6d3420160f4756630f')
+
+prepare() {
+   cd "$srcdir/apcu-$pkgver"
+
+   rm tests/apc_entry_002.phpt
+
+   cp -a "$srcdir/apcu-$pkgver" "$srcdir/apcu7-$pkgver"
+}
+
+build() {
+   cd "$srcdir/apcu-$pkgver"
+   phpize
+   ./configure --prefix=/usr
+   make
+
+   cd "$srcdir/apcu7-$pkgver"
+   phpize7
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   export REPORT_EXIT_STATUS=1
+   export NO_INTERACTION=1
+   export SKIP_ONLINE_TESTS=1
+   export SKIP_SLOW_TESTS=1
+
+   for dir in "$srcdir/apcu"{,7}-$pkgver; do
+   pushd "$dir"
+   make test
+   popd
+   done
+}
+
+package_php-apcu() {
+   depends=(php)
+
+   cd "$srcdir/apcu-$pkgver"
+
+   make INSTALL_ROOT="$pkgdir" install
+
+   install -D -m644 "$srcdir/apcu.ini" "$pkgdir/etc/php/conf.d/apcu.ini"
+   install -D -m644 apc.php "$pkgdir/usr/share/webapps/php-apcu/apc.php"
+}
+
+package_php7-apcu() {
+   depends=(php7)
+
+   cd "$srcdir/apcu7-$pkgver"
+
+   make INSTALL_ROOT="$pkgdir" install
+
+   install -D -m644 "$srcdir/apcu.ini" "$pkgdir/etc/php7/conf.d/apcu.ini"
+   install -D -m644 apc.php "$pkgdir/usr/share/webapps/php7-apcu/apc.php"
+}

Deleted: apcu.ini
===
--- apcu.ini2021-10-07 14:18:04 UTC (rev 425437)
+++ apcu.ini2021-10-07 14:18:09 UTC (rev 425438)
@@ -1 +0,0 @@
-;extension=apcu.so

Copied: php-apcu/repos/extra-x86_64/apcu.in

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

2021-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, October 7, 2021 @ 14:06:12
  Author: svenstaro
Revision: 1027927

archrelease: copy trunk to community-x86_64

Added:
  ogre/repos/community-x86_64/PKGBUILD
(from rev 1027926, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 1027926, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

--+
 PKGBUILD |  114 +++--
 ogre.install |6 +--
 2 files changed, 58 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 14:05:57 UTC (rev 1027926)
+++ PKGBUILD2021-10-07 14:06:12 UTC (rev 1027927)
@@ -1,59 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=ogre
-pkgver=13.0.1
-pkgrel=1
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'rapidjson'
- 'zziplib' 'sdl2' 'glu' 'tinyxml' 'zlib')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'ninja' 
'cppunit')
-install=ogre.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz";)
-optdepends=('python: python bindings')
-sha512sums=('72d8621ab9a9f9ae8561237fdeb23c9887984f2aed1ee72e62199fa7f26c259c75bca88c7f0f3472c0715b6e8295b7d76a96d434100413f7ece6f2db218f6278')
-
-build() {
-  cd ogre-${pkgver}
-
-  cmake \
--Bbuild \
--GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_CONFIG_ENABLE_JSON=ON \
--DOGRE_CONFIG_THREADS=1 \
--DOGRE_CONFIG_THREAD_PROVIDER="std" \
--DOGRE_BUILD_COMPONENT_PLANAR_REFLECTIONS=ON \
--DOGRE_BUILD_COMPONENT_TERRAIN=ON \
--DOGRE_BUILD_COMPONENT_VOLUME=ON \
--DOGRE_BUILD_COMPONENT_PAGING=ON \
--DOGRE_BUILD_COMPONENT_PROPERTY=ON \
--DOGRE_BUILD_COMPONENT_RTSHADERSYSTEM=ON \
--DOGRE_BUILD_COMPONENT_SCENE_FORMAT=ON \
--DOGRE_USE_BOOST=ON \
--DOGRE_BUILD_TESTS=ON \
--DOGRE_INSTALL_SAMPLES_SOURCE=ON
-
-  ninja -C build
-  ninja -C build OgreDoc
-}
-
-check() {
-  cd ogre-${pkgver}
-
-  ninja -C build test
-}
-
-package() {
-  cd ogre-${pkgver}
-
-  DESTDIR="${pkgdir}" ninja -C build install
-
-  mkdir -p "${pkgdir}"/opt/ogre/samples
-  mv "${pkgdir}"/usr/bin/SampleBrowser "${pkgdir}"/opt/ogre/samples
-  mv "${pkgdir}"/usr/bin/Test_* "${pkgdir}"/opt/ogre/samples
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-x86_64/PKGBUILD (from rev 1027926, 
ogre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 14:06:12 UTC (rev 1027927)
@@ -0,0 +1,55 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=ogre
+pkgver=13.0.1
+pkgrel=2
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'sdl2' 'glu' 'pugixml' 
'zlib')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'ninja' 
'cppunit')
+install=ogre.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz";
+
https://patch-diff.githubusercontent.com/raw/OGRECave/ogre/pull/2221.patch)
+optdepends=('python: python bindings')
+sha512sums=('72d8621ab9a9f9ae8561237fdeb23c9887984f2aed1ee72e62199fa7f26c259c75bca88c7f0f3472c0715b6e8295b7d76a96d434100413f7ece6f2db218f6278'
+
'0f1251e43b21cf70339cf636bdc3928ad0f47080e05a532fbe6d431213515c8bb24ab48151955455f1820076eca452ccf90bf5ae9720e92ff678133dd97d976d')
+
+prepare() {
+  cd ogre-${pkgver}
+
+  patch -Np1 -i "$srcdir"/2221.patch
+}
+
+build() {
+  cd ogre-${pkgver}
+
+  cmake \
+-Bbuild \
+-GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_BUILD_TESTS=ON \
+-DOGRE_BUILD_DEPENDENCIES=OFF
+
+  ninja -C build
+  ninja -C build OgreDoc
+}
+
+check() {
+  cd ogre-${pkgver}
+
+  ninja -C build test
+}
+
+package() {
+  cd ogre-${pkgver}
+
+  DESTDIR="${pkgdir}" ninja -C build install
+
+  mkdir -p "${pkgdir}"/opt/ogre/samples
+  mv "${pkgdir}"/usr/bin/SampleBrowser "${pkgdir}"/opt/ogre/samples
+  mv "${pkgdir}"/usr/bin/Test_* "${pkgdir}"/opt/ogre/samples
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ogre.install
===
--- ogre.install2021-10-07 14:05:57 UTC (rev 1027926)
+++ ogre.install2021-10-07 14:06:12 UTC (rev 1027927)
@@ -1,3 +0,0 @@
-post_install() {
-echo "Ogre samples are in /opt/ogre/samples"
-}

Copied: ogre/repos/community-x86_64/ogre.install (from rev 1027926, 
ogre/trunk/ogre.install)
===
--- o

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

2021-10-07 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, October 7, 2021 @ 14:05:57
  Author: svenstaro
Revision: 1027926

upgpkg: ogre 13.0.1-2: Fix renderer exception and modernize build system 
(FS#72249)

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 13:15:08 UTC (rev 1027925)
+++ PKGBUILD2021-10-07 14:05:57 UTC (rev 1027926)
@@ -1,19 +1,26 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=ogre
 pkgver=13.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('x86_64')
 url='http://www.ogre3d.org'
 license=('custom:MIT')
-depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'rapidjson'
- 'zziplib' 'sdl2' 'glu' 'tinyxml' 'zlib')
+depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'sdl2' 'glu' 'pugixml' 
'zlib')
 makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'ninja' 
'cppunit')
 install=ogre.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz";
+
https://patch-diff.githubusercontent.com/raw/OGRECave/ogre/pull/2221.patch)
 optdepends=('python: python bindings')
-sha512sums=('72d8621ab9a9f9ae8561237fdeb23c9887984f2aed1ee72e62199fa7f26c259c75bca88c7f0f3472c0715b6e8295b7d76a96d434100413f7ece6f2db218f6278')
+sha512sums=('72d8621ab9a9f9ae8561237fdeb23c9887984f2aed1ee72e62199fa7f26c259c75bca88c7f0f3472c0715b6e8295b7d76a96d434100413f7ece6f2db218f6278'
+
'0f1251e43b21cf70339cf636bdc3928ad0f47080e05a532fbe6d431213515c8bb24ab48151955455f1820076eca452ccf90bf5ae9720e92ff678133dd97d976d')
 
+prepare() {
+  cd ogre-${pkgver}
+
+  patch -Np1 -i "$srcdir"/2221.patch
+}
+
 build() {
   cd ogre-${pkgver}
 
@@ -21,19 +28,8 @@
 -Bbuild \
 -GNinja \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_CONFIG_ENABLE_JSON=ON \
--DOGRE_CONFIG_THREADS=1 \
--DOGRE_CONFIG_THREAD_PROVIDER="std" \
--DOGRE_BUILD_COMPONENT_PLANAR_REFLECTIONS=ON \
--DOGRE_BUILD_COMPONENT_TERRAIN=ON \
--DOGRE_BUILD_COMPONENT_VOLUME=ON \
--DOGRE_BUILD_COMPONENT_PAGING=ON \
--DOGRE_BUILD_COMPONENT_PROPERTY=ON \
--DOGRE_BUILD_COMPONENT_RTSHADERSYSTEM=ON \
--DOGRE_BUILD_COMPONENT_SCENE_FORMAT=ON \
--DOGRE_USE_BOOST=ON \
 -DOGRE_BUILD_TESTS=ON \
--DOGRE_INSTALL_SAMPLES_SOURCE=ON
+-DOGRE_BUILD_DEPENDENCIES=OFF
 
   ninja -C build
   ninja -C build OgreDoc



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

2021-10-07 Thread Tobias Powalowski via arch-commits
Date: Thursday, October 7, 2021 @ 13:17:41
  Author: tpowa
Revision: 425436

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 13:17:37 UTC (rev 425435)
+++ PKGBUILD2021-10-07 13:17:41 UTC (rev 425436)
@@ -1,42 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2021.10
-pkgrel=10
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'iptables-nft' 'ntfs-3g' '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' 'lzo' 'libsasl' 'libldap' 'gpm' 'libevent' 
'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'syslinux' 'mtools' 
'fsarchiver' 'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'libusb-compat' 'keyutils' 'libisoburn' 'file' 'curl'  
'smartmontools' 'dnsmasq' 'lftp'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'pth' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwids' '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' 
'lockdown-ms' 'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw')
-makedepends=('git')
-optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on 
image file'
-'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/presets/x86_64'
-)
-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 425435, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 13:17:41 UTC (rev 425436)
@@ -0,0 +1,42 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2021.10
+pkgrel=11
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
+'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline'

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

2021-10-07 Thread Tobias Powalowski via arch-commits
Date: Thursday, October 7, 2021 @ 13:17:37
  Author: tpowa
Revision: 425435

upgpkg: archboot 2021.10-11: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 12:58:51 UTC (rev 425434)
+++ PKGBUILD2021-10-07 13:17:37 UTC (rev 425435)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2021.10
-pkgrel=10
+pkgrel=11
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2021-10-07 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 7, 2021 @ 13:15:08
  Author: foutrelis
Revision: 1027925

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
(from rev 1027924, gaupol/trunk/PKGBUILD)
Deleted:
  gaupol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-07 13:15:03 UTC (rev 1027924)
+++ PKGBUILD2021-10-07 13:15:08 UTC (rev 1027925)
@@ -1,28 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: FJ 
-# Contributor: Sebastien Piccand 
-
-pkgname=gaupol
-pkgver=1.10
-pkgrel=1
-pkgdesc="Editor for text-based subtitles"
-arch=('any')
-url="https://otsaloma.io/gaupol/";
-license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
- 'gst-plugin-gtk' 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
- 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('mpv: subtitle preview'
-'vlc: subtitle preview'
-'mplayer: subtitle preview')
-source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('8b19eebcd1060692eb6eb4d641db2e93ebc06ba1858c6734decb52f43e21a3e0')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 1027924, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-07 13:15:08 UTC (rev 1027925)
@@ -0,0 +1,28 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: FJ 
+# Contributor: Sebastien Piccand 
+
+pkgname=gaupol
+pkgver=1.10.1
+pkgrel=1
+pkgdesc="Editor for text-based subtitles"
+arch=('any')
+url="https://otsaloma.io/gaupol/";
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
+ 'gst-plugin-gtk' 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('mpv: subtitle preview'
+'vlc: subtitle preview'
+'mplayer: subtitle preview')
+source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('530cb55a9e8a301cff6e23d5e712e7142a3b1a7f81d61d70e4273d3655c6277f')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-10-07 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 7, 2021 @ 13:15:03
  Author: foutrelis
Revision: 1027924

upgpkg: gaupol 1.10.1-1: new upstream release

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-10-07 11:57:28 UTC (rev 1027923)
+++ PKGBUILD2021-10-07 13:15:03 UTC (rev 1027924)
@@ -5,7 +5,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=gaupol
-pkgver=1.10
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="Editor for text-based subtitles"
 arch=('any')
@@ -18,7 +18,7 @@
 'vlc: subtitle preview'
 'mplayer: subtitle preview')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('8b19eebcd1060692eb6eb4d641db2e93ebc06ba1858c6734decb52f43e21a3e0')
+sha256sums=('530cb55a9e8a301cff6e23d5e712e7142a3b1a7f81d61d70e4273d3655c6277f')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



  1   2   3   4   >