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

2022-05-10 Thread Tobias Powalowski via arch-commits
Date: Wednesday, May 11, 2022 @ 05:39:34
  Author: tpowa
Revision: 444985

archrelease: copy trunk to extra-any

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

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

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

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

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

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

2022-05-10 Thread Tobias Powalowski via arch-commits
Date: Wednesday, May 11, 2022 @ 05:39:28
  Author: tpowa
Revision: 444984

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

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 05:39:06 UTC (rev 444983)
+++ PKGBUILD2022-05-11 05:39:28 UTC (rev 444984)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.05
-pkgrel=44
+pkgrel=45
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



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

2022-05-10 Thread Tobias Powalowski via arch-commits
Date: Wednesday, May 11, 2022 @ 05:39:06
  Author: tpowa
Revision: 444983

archrelease: copy trunk to extra-any

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

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

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

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

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

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

2022-05-10 Thread Tobias Powalowski via arch-commits
Date: Wednesday, May 11, 2022 @ 05:39:00
  Author: tpowa
Revision: 444982

upgpkg: archboot 2022.05-45: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 04:54:19 UTC (rev 444981)
+++ PKGBUILD2022-05-11 05:39:00 UTC (rev 444982)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.05
-pkgrel=44
+pkgrel=45
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-05-10 Thread Brett Cornwall via arch-commits
Date: Wednesday, May 11, 2022 @ 05:25:21
  Author: ainola
Revision: 1198281

archrelease: copy trunk to community-staging-x86_64

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

--+
 50-systemd-user.conf |7 
 PKGBUILD |   71 +
 sway-session.target  |8 +
 sway.install |   13 
 sway.service |   16 +++
 5 files changed, 115 insertions(+)

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

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

Copied: sway/repos/community-staging-x86_64/sway-session.target (from rev 
1198280, sway/trunk/sway-session.target)
===
--- community-staging-x86_64/sway-session.target
(rev 0)
+++ community-staging-x86_64/sway-session.target2022-05-11 05:25:21 UTC 
(rev 1198281)
@@ -0,0 +1,8 @@
+# https://github.com/swaywm/sway/wiki/Systemd-integration
+
+[Unit]
+Description=sway 

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

2022-05-10 Thread Brett Cornwall via arch-commits
Date: Wednesday, May 11, 2022 @ 05:24:43
  Author: ainola
Revision: 1198280

Replace polkit with seatd dependency

Since seatd has become a requirement for sway's logind support, we can leverage
this package to also obtain elevated system privileges instead of polkit.

Note that using seatd instead of polkit means that a user must be a part of the
"seat" group: Otherwise, the user will not be able to achieve the appropriate
privileged actions.

Also remove a few unnecessary extra packages from the optdepends to give polkit
a bit more visibility.

Added:
  sway/trunk/sway.install
Modified:
  sway/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 sway.install |   13 +
 2 files changed, 17 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 05:18:14 UTC (rev 1198279)
+++ PKGBUILD2022-05-11 05:24:43 UTC (rev 1198280)
@@ -5,7 +5,7 @@
 pkgname=sway
 pkgver=1.7
 epoch=1
-pkgrel=2
+pkgrel=3
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -15,7 +15,7 @@
   'gdk-pixbuf2'
   'json-c'
   'pango'
-  'polkit'
+  'seatd'
   'pcre'
   'swaybg'
   'ttf-font'
@@ -25,13 +25,12 @@
 backup=(etc/sway/config)
 optdepends=(
   'dmenu: Application launcher'
-  'grim: Screenshot utility'
   'i3status: Status line'
+  'foot: Terminal emulator used in the default configuration'
   'mako: Lightweight notification daemon'
-  'slurp: Select a region'
+  'polkit: System privilege control. Required if not using seatd service'
   'swayidle: Idle management daemon'
   'swaylock: Screen locker'
-  'wallutils: Timed wallpapers'
   'waybar: Highly customizable bar'
   'xorg-xwayland: X11 support'
 )

Added: sway.install
===
--- sway.install(rev 0)
+++ sway.install2022-05-11 05:24:43 UTC (rev 1198280)
@@ -0,0 +1,13 @@
+post_upgrade() {
+cat << EOD
+Sway's necessary privileges can now be obtained through seatd as well as the
+incumbent polkit package. As such, polkit has been relegated to an optional
+dependency.
+
+Note that using seatd instead of polkit means that a user must be a part of the
+"seat" group: Otherwise, the user will not be able to achieve the appropriate
+privileged actions.
+
+For more information, refer to the Sway wiki page.
+EOD
+}



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

2022-05-10 Thread Brett Cornwall via arch-commits
Date: Wednesday, May 11, 2022 @ 05:18:14
  Author: ainola
Revision: 1198279

archrelease: copy trunk to community-testing-x86_64

Added:
  seatd/repos/community-testing-x86_64/
  seatd/repos/community-testing-x86_64/PKGBUILD
(from rev 1198278, seatd/trunk/PKGBUILD)
  seatd/repos/community-testing-x86_64/sysuser.conf
(from rev 1198278, seatd/trunk/sysuser.conf)

--+
 PKGBUILD |   53 +
 sysuser.conf |1 +
 2 files changed, 54 insertions(+)

Copied: seatd/repos/community-testing-x86_64/PKGBUILD (from rev 1198278, 
seatd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-11 05:18:14 UTC (rev 1198279)
@@ -0,0 +1,53 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=seatd
+pkgver=0.6.4
+pkgrel=2
+pkgdesc="A minimal seat management daemon, and a universal seat management 
library"
+arch=(x86_64)
+url="https://sr.ht/~kennylevinsen/seatd/;
+license=('MIT')
+provides=("libseat.so")
+replaces=("libseat")
+makedepends=(
+'meson'
+'ninja'
+'scdoc'
+'systemd'
+)
+depends=(
+'systemd-libs'
+)
+options=(debug)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/seatd/archive/$pkgver.tar.gz;
+"sysuser.conf"
+)
+sha256sums=('3d4ac288114219ba7721239cafee7bfbeb7cf8e1e7fd653602a369e4ad050bd8'
+'e833292adf5da25b5258a5209c258f0e4c12e1d6fe81cf228fd0cfb575080d78')
+build() {
+mkdir build
+meson --prefix=/usr \
+  --buildtype=plain \
+  -Dexamples="disabled" \
+  -Dserver="enabled" \
+  -Dlibseat-logind="systemd" \
+  -Dman-pages="enabled" \
+  "seatd-$pkgver" \
+  build
+ninja -C build
+}
+
+check() {
+ninja -C build test
+}
+
+package() {
+DESTDIR="$pkgdir/" ninja -C build install
+install -Dm644 "seatd-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+# Allow users in the "seat" group to access seatd
+install -Dm644 "seatd-$pkgver/contrib/systemd/seatd.service" \
+-t "$pkgdir/usr/lib/systemd/system/"
+install -Dm644 "sysuser.conf" "$pkgdir/usr/lib/sysusers.d/seatd.conf"
+}

Copied: seatd/repos/community-testing-x86_64/sysuser.conf (from rev 1198278, 
seatd/trunk/sysuser.conf)
===
--- community-testing-x86_64/sysuser.conf   (rev 0)
+++ community-testing-x86_64/sysuser.conf   2022-05-11 05:18:14 UTC (rev 
1198279)
@@ -0,0 +1 @@
+g seat - -



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

2022-05-10 Thread Brett Cornwall via arch-commits
Date: Wednesday, May 11, 2022 @ 04:54:47
  Author: ainola
Revision: 1198278

archrelease: copy trunk to testing-x86_64

Added:
  seatd/repos/testing-x86_64/
  seatd/repos/testing-x86_64/PKGBUILD
(from rev 1198277, seatd/trunk/PKGBUILD)
  seatd/repos/testing-x86_64/sysuser.conf
(from rev 1198277, seatd/trunk/sysuser.conf)

--+
 PKGBUILD |   53 +
 sysuser.conf |1 +
 2 files changed, 54 insertions(+)

Copied: seatd/repos/testing-x86_64/PKGBUILD (from rev 1198277, 
seatd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-05-11 04:54:47 UTC (rev 1198278)
@@ -0,0 +1,53 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=seatd
+pkgver=0.6.4
+pkgrel=2
+pkgdesc="A minimal seat management daemon, and a universal seat management 
library"
+arch=(x86_64)
+url="https://sr.ht/~kennylevinsen/seatd/;
+license=('MIT')
+provides=("libseat.so")
+replaces=("libseat")
+makedepends=(
+'meson'
+'ninja'
+'scdoc'
+'systemd'
+)
+depends=(
+'systemd-libs'
+)
+options=(debug)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/seatd/archive/$pkgver.tar.gz;
+"sysuser.conf"
+)
+sha256sums=('3d4ac288114219ba7721239cafee7bfbeb7cf8e1e7fd653602a369e4ad050bd8'
+'e833292adf5da25b5258a5209c258f0e4c12e1d6fe81cf228fd0cfb575080d78')
+build() {
+mkdir build
+meson --prefix=/usr \
+  --buildtype=plain \
+  -Dexamples="disabled" \
+  -Dserver="enabled" \
+  -Dlibseat-logind="systemd" \
+  -Dman-pages="enabled" \
+  "seatd-$pkgver" \
+  build
+ninja -C build
+}
+
+check() {
+ninja -C build test
+}
+
+package() {
+DESTDIR="$pkgdir/" ninja -C build install
+install -Dm644 "seatd-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+# Allow users in the "seat" group to access seatd
+install -Dm644 "seatd-$pkgver/contrib/systemd/seatd.service" \
+-t "$pkgdir/usr/lib/systemd/system/"
+install -Dm644 "sysuser.conf" "$pkgdir/usr/lib/sysusers.d/seatd.conf"
+}

Copied: seatd/repos/testing-x86_64/sysuser.conf (from rev 1198277, 
seatd/trunk/sysuser.conf)
===
--- testing-x86_64/sysuser.conf (rev 0)
+++ testing-x86_64/sysuser.conf 2022-05-11 04:54:47 UTC (rev 1198278)
@@ -0,0 +1 @@
+g seat - -



[arch-commits] Commit in seatd/trunk (PKGBUILD sysuser.conf)

2022-05-10 Thread Brett Cornwall via arch-commits
Date: Wednesday, May 11, 2022 @ 04:54:23
  Author: ainola
Revision: 1198277

Add upstream's systemd service and create a seat group

Added:
  seatd/trunk/sysuser.conf
Modified:
  seatd/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 sysuser.conf |1 +
 2 files changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-11 04:04:38 UTC (rev 1198276)
+++ PKGBUILD2022-05-11 04:54:23 UTC (rev 1198277)
@@ -2,7 +2,7 @@
 
 pkgname=seatd
 pkgver=0.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A minimal seat management daemon, and a universal seat management 
library"
 arch=(x86_64)
 url="https://sr.ht/~kennylevinsen/seatd/;
@@ -19,8 +19,12 @@
 'systemd-libs'
 )
 options=(debug)
-source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/seatd/archive/$pkgver.tar.gz;)
-sha256sums=('3d4ac288114219ba7721239cafee7bfbeb7cf8e1e7fd653602a369e4ad050bd8')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/seatd/archive/$pkgver.tar.gz;
+"sysuser.conf"
+)
+sha256sums=('3d4ac288114219ba7721239cafee7bfbeb7cf8e1e7fd653602a369e4ad050bd8'
+'e833292adf5da25b5258a5209c258f0e4c12e1d6fe81cf228fd0cfb575080d78')
 build() {
 mkdir build
 meson --prefix=/usr \
@@ -41,4 +45,9 @@
 package() {
 DESTDIR="$pkgdir/" ninja -C build install
 install -Dm644 "seatd-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+# Allow users in the "seat" group to access seatd
+install -Dm644 "seatd-$pkgver/contrib/systemd/seatd.service" \
+-t "$pkgdir/usr/lib/systemd/system/"
+install -Dm644 "sysuser.conf" "$pkgdir/usr/lib/sysusers.d/seatd.conf"
 }

Added: sysuser.conf
===
--- sysuser.conf(rev 0)
+++ sysuser.conf2022-05-11 04:54:23 UTC (rev 1198277)
@@ -0,0 +1 @@
+g seat - -



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

2022-05-10 Thread George Rawlinson via arch-commits
Date: Wednesday, May 11, 2022 @ 03:45:51
  Author: grawlinson
Revision: 1198275

archrelease: copy trunk to community-any

Added:
  cl-unicode/repos/community-any/
  cl-unicode/repos/community-any/PKGBUILD
(from rev 1198274, cl-unicode/trunk/PKGBUILD)

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

Copied: cl-unicode/repos/community-any/PKGBUILD (from rev 1198274, 
cl-unicode/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-05-11 03:45:51 UTC (rev 1198275)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+
+pkgname=cl-unicode
+pkgver=0.1.6.r11.g2790a6b
+pkgrel=1
+pkgdesc='Unicode library for Common Lisp'
+arch=('any')
+url='https://edicl.github.io/cl-unicode/'
+license=('BSD')
+depends=('common-lisp' 'cl-asdf' 'cl-ppcre')
+makedepends=('git' 'sbcl' 'cl-flexi-streams')
+_commit='2790a6b8912be1cb051437f463400b4a7198748a'
+source=("$pkgname::git+https://github.com/edicl/cl-unicode#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  sed \
+-n '/;;; Copyright/,/;;; SOFTWARE/p' "$pkgname.asd" \
+| sed -e 's/^;;; //' \
+> LICENSE
+}
+
+build() {
+  cd "$pkgname"
+
+  # cl-unicode generates parts of it's own source code automatically
+  sbcl \
+--eval '(require :asdf)' \
+--eval "(progn (push \"$(pwd)/\" asdf:*central-registry*) 
(asdf:load-system :${pkgname}/build))" \
+--quit
+}
+
+package() {
+  cd "$pkgname"
+
+  # create directories
+  install -vd \
+"$pkgdir/usr/share/common-lisp/source/$pkgname" \
+"$pkgdir/usr/share/common-lisp/systems"
+
+  # library
+  cp -vr build test ./*.lisp "$pkgname.asd" 
"$pkgdir/usr/share/common-lisp/source/$pkgname"
+
+  pushd "$pkgdir/usr/share/common-lisp/systems"
+  ln -s "../source/$pkgname/$pkgname.asd"
+  popd
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



[arch-commits] Commit in (4 files)

2022-05-10 Thread George Rawlinson via arch-commits
Date: Wednesday, May 11, 2022 @ 03:44:52
  Author: grawlinson
Revision: 1198274

addpkg: cl-unicode 0.1.6.r11-1

Added:
  cl-unicode/
  cl-unicode/repos/
  cl-unicode/trunk/
  cl-unicode/trunk/PKGBUILD

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

Added: cl-unicode/trunk/PKGBUILD
===
--- cl-unicode/trunk/PKGBUILD   (rev 0)
+++ cl-unicode/trunk/PKGBUILD   2022-05-11 03:44:52 UTC (rev 1198274)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+
+pkgname=cl-unicode
+pkgver=0.1.6.r11.g2790a6b
+pkgrel=1
+pkgdesc='Unicode library for Common Lisp'
+arch=('any')
+url='https://edicl.github.io/cl-unicode/'
+license=('BSD')
+depends=('common-lisp' 'cl-asdf' 'cl-ppcre')
+makedepends=('git' 'sbcl' 'cl-flexi-streams')
+_commit='2790a6b8912be1cb051437f463400b4a7198748a'
+source=("$pkgname::git+https://github.com/edicl/cl-unicode#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  sed \
+-n '/;;; Copyright/,/;;; SOFTWARE/p' "$pkgname.asd" \
+| sed -e 's/^;;; //' \
+> LICENSE
+}
+
+build() {
+  cd "$pkgname"
+
+  # cl-unicode generates parts of it's own source code automatically
+  sbcl \
+--eval '(require :asdf)' \
+--eval "(progn (push \"$(pwd)/\" asdf:*central-registry*) 
(asdf:load-system :${pkgname}/build))" \
+--quit
+}
+
+package() {
+  cd "$pkgname"
+
+  # create directories
+  install -vd \
+"$pkgdir/usr/share/common-lisp/source/$pkgname" \
+"$pkgdir/usr/share/common-lisp/systems"
+
+  # library
+  cp -vr build test ./*.lisp "$pkgname.asd" 
"$pkgdir/usr/share/common-lisp/source/$pkgname"
+
+  pushd "$pkgdir/usr/share/common-lisp/systems"
+  ln -s "../source/$pkgname/$pkgname.asd"
+  popd
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



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

2022-05-10 Thread George Rawlinson via arch-commits
Date: Wednesday, May 11, 2022 @ 03:40:21
  Author: grawlinson
Revision: 1198273

archrelease: copy trunk to community-any

Added:
  cl-ppcre/repos/community-any/
  cl-ppcre/repos/community-any/PKGBUILD
(from rev 1198272, cl-ppcre/trunk/PKGBUILD)

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

Copied: cl-ppcre/repos/community-any/PKGBUILD (from rev 1198272, 
cl-ppcre/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-05-11 03:40:21 UTC (rev 1198273)
@@ -0,0 +1,43 @@
+# Maintainer: George Rawlinson 
+
+pkgname=cl-ppcre
+pkgver=2.1.1.r3.gb4056c5
+pkgrel=1
+pkgdesc='Perl-compatible portable regexp library for Common Lisp'
+arch=('any')
+url='https://edicl.github.io/cl-ppcre/'
+license=('BSD')
+depends=('common-lisp' 'cl-asdf' 'cl-unicode')
+makedepends=('git' 'sbcl')
+_commit='b4056c5aecd9304e80abced0ef9c89cd66ecfb5e'
+source=("$pkgname::git+https://github.com/edicl/cl-ppcre#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'
+}
+
+package() {
+  cd "$pkgname"
+
+  # create directories
+  install -vd \
+"$pkgdir/usr/share/common-lisp/source/$pkgname" \
+"$pkgdir/usr/share/common-lisp/systems"
+
+  # library
+  cp -vr test cl-ppcre-unicode ./*.{lisp,asd} "$pkgname.asd" 
"$pkgdir/usr/share/common-lisp/source/$pkgname"
+
+  pushd "$pkgdir/usr/share/common-lisp/systems"
+  ln -s "../source/$pkgname/$pkgname.asd" .
+  ln -s "../source/$pkgname/$pkgname-unicode.asd" .
+  popd
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md docs/index.html
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



[arch-commits] Commit in (4 files)

2022-05-10 Thread George Rawlinson via arch-commits
Date: Wednesday, May 11, 2022 @ 03:39:25
  Author: grawlinson
Revision: 1198272

addpkg: cl-ppcre 2.1.1.r3-1

Added:
  cl-ppcre/
  cl-ppcre/repos/
  cl-ppcre/trunk/
  cl-ppcre/trunk/PKGBUILD

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

Added: cl-ppcre/trunk/PKGBUILD
===
--- cl-ppcre/trunk/PKGBUILD (rev 0)
+++ cl-ppcre/trunk/PKGBUILD 2022-05-11 03:39:25 UTC (rev 1198272)
@@ -0,0 +1,43 @@
+# Maintainer: George Rawlinson 
+
+pkgname=cl-ppcre
+pkgver=2.1.1.r3.gb4056c5
+pkgrel=1
+pkgdesc='Perl-compatible portable regexp library for Common Lisp'
+arch=('any')
+url='https://edicl.github.io/cl-ppcre/'
+license=('BSD')
+depends=('common-lisp' 'cl-asdf' 'cl-unicode')
+makedepends=('git' 'sbcl')
+_commit='b4056c5aecd9304e80abced0ef9c89cd66ecfb5e'
+source=("$pkgname::git+https://github.com/edicl/cl-ppcre#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'
+}
+
+package() {
+  cd "$pkgname"
+
+  # create directories
+  install -vd \
+"$pkgdir/usr/share/common-lisp/source/$pkgname" \
+"$pkgdir/usr/share/common-lisp/systems"
+
+  # library
+  cp -vr test cl-ppcre-unicode ./*.{lisp,asd} "$pkgname.asd" 
"$pkgdir/usr/share/common-lisp/source/$pkgname"
+
+  pushd "$pkgdir/usr/share/common-lisp/systems"
+  ln -s "../source/$pkgname/$pkgname.asd" .
+  ln -s "../source/$pkgname/$pkgname-unicode.asd" .
+  popd
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md docs/index.html
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



[arch-commits] Commit in cl-flexi-streams/repos (community-any community-any/PKGBUILD)

2022-05-10 Thread George Rawlinson via arch-commits
Date: Wednesday, May 11, 2022 @ 03:35:31
  Author: grawlinson
Revision: 1198271

archrelease: copy trunk to community-any

Added:
  cl-flexi-streams/repos/community-any/
  cl-flexi-streams/repos/community-any/PKGBUILD
(from rev 1198270, cl-flexi-streams/trunk/PKGBUILD)

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

Copied: cl-flexi-streams/repos/community-any/PKGBUILD (from rev 1198270, 
cl-flexi-streams/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-05-11 03:35:31 UTC (rev 1198271)
@@ -0,0 +1,51 @@
+# Maintainer: George Rawlinson 
+
+pkgname=cl-flexi-streams
+_pkgname="${pkgname#cl-}"
+pkgver=1.0.19.r4.g74a1027
+pkgrel=1
+pkgdesc='Flexible bivalent streams for Common Lisp'
+arch=('any')
+url='https://edicl.github.io/flexi-streams/'
+license=('BSD')
+depends=('common-lisp' 'cl-asdf' 'cl-trivial-gray-streams')
+makedepends=('git' 'sbcl')
+_commit='74a1027311371a57258eba1bc908e050f5702277'
+source=("$pkgname::git+https://github.com/edicl/flexi-streams#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  sed -n '/;;; Copyright/,/;;; SOFTWARE/p' flexi-streams.asd \
+| sed 's/;;; //' \
+> LICENSE
+}
+
+package() {
+  cd "$pkgname"
+
+  # create directories
+  install -vd \
+"$pkgdir/usr/share/common-lisp/source/$_pkgname" \
+"$pkgdir/usr/share/common-lisp/systems"
+
+  # library
+  cp -vr test ./*.{lisp,asd} "$pkgdir/usr/share/common-lisp/source/$_pkgname"
+  pushd "$pkgdir/usr/share/common-lisp/systems"
+  ln -s "../source/$_pkgname/$_pkgname.asd" .
+  ln -s "../source/$_pkgname/$_pkgname-test.asd" .
+  popd
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md docs/index.html
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



[arch-commits] Commit in (4 files)

2022-05-10 Thread George Rawlinson via arch-commits
Date: Wednesday, May 11, 2022 @ 03:34:09
  Author: grawlinson
Revision: 1198270

addpkg: cl-flexi-streams 1.0.19.r4-1

Added:
  cl-flexi-streams/
  cl-flexi-streams/repos/
  cl-flexi-streams/trunk/
  cl-flexi-streams/trunk/PKGBUILD

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

Added: cl-flexi-streams/trunk/PKGBUILD
===
--- cl-flexi-streams/trunk/PKGBUILD (rev 0)
+++ cl-flexi-streams/trunk/PKGBUILD 2022-05-11 03:34:09 UTC (rev 1198270)
@@ -0,0 +1,51 @@
+# Maintainer: George Rawlinson 
+
+pkgname=cl-flexi-streams
+_pkgname="${pkgname#cl-}"
+pkgver=1.0.19.r4.g74a1027
+pkgrel=1
+pkgdesc='Flexible bivalent streams for Common Lisp'
+arch=('any')
+url='https://edicl.github.io/flexi-streams/'
+license=('BSD')
+depends=('common-lisp' 'cl-asdf' 'cl-trivial-gray-streams')
+makedepends=('git' 'sbcl')
+_commit='74a1027311371a57258eba1bc908e050f5702277'
+source=("$pkgname::git+https://github.com/edicl/flexi-streams#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  sed -n '/;;; Copyright/,/;;; SOFTWARE/p' flexi-streams.asd \
+| sed 's/;;; //' \
+> LICENSE
+}
+
+package() {
+  cd "$pkgname"
+
+  # create directories
+  install -vd \
+"$pkgdir/usr/share/common-lisp/source/$_pkgname" \
+"$pkgdir/usr/share/common-lisp/systems"
+
+  # library
+  cp -vr test ./*.{lisp,asd} "$pkgdir/usr/share/common-lisp/source/$_pkgname"
+  pushd "$pkgdir/usr/share/common-lisp/systems"
+  ln -s "../source/$_pkgname/$_pkgname.asd" .
+  ln -s "../source/$_pkgname/$_pkgname-test.asd" .
+  popd
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md docs/index.html
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



[arch-commits] Commit in cl-trivial-gray-streams/repos (2 files)

2022-05-10 Thread George Rawlinson via arch-commits
Date: Wednesday, May 11, 2022 @ 02:58:09
  Author: grawlinson
Revision: 1198269

archrelease: copy trunk to community-any

Added:
  cl-trivial-gray-streams/repos/community-any/
  cl-trivial-gray-streams/repos/community-any/PKGBUILD
(from rev 1198268, cl-trivial-gray-streams/trunk/PKGBUILD)

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

Copied: cl-trivial-gray-streams/repos/community-any/PKGBUILD (from rev 1198268, 
cl-trivial-gray-streams/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-05-11 02:58:09 UTC (rev 1198269)
@@ -0,0 +1,43 @@
+# Maintainer: George Rawlinson 
+
+pkgname=cl-trivial-gray-streams
+_pkgname="${pkgname#cl-}"
+pkgver=r70.g2b3823e
+pkgrel=1
+pkgdesc='Compatibility layer for Gray Streams'
+arch=('any')
+url='https://trivial-gray-streams.common-lisp.dev'
+license=('MIT')
+depends=('common-lisp' 'cl-asdf')
+makedepends=('git' 'sbcl')
+_commit='2b3823edbc78a450db4891fd2b566ca0316a7876'
+source=("$pkgname::git+https://github.com/trivial-gray-streams/trivial-gray-streams#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  printf 'r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+package() {
+  cd "$pkgname"
+
+  # create directories
+  install -vd \
+"$pkgdir/usr/share/common-lisp/source/$_pkgname" \
+"$pkgdir/usr/share/common-lisp/systems"
+
+  # library
+  cp -vr test ./*.{lisp,asd} "$pkgdir/usr/share/common-lisp/source/$_pkgname"
+  pushd "$pkgdir/usr/share/common-lisp/systems"
+  ln -s "../source/$_pkgname/$_pkgname.asd" .
+  ln -s "../source/$_pkgname/$_pkgname-test.asd" .
+  popd
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYING
+}



[arch-commits] Commit in (4 files)

2022-05-10 Thread George Rawlinson via arch-commits
Date: Wednesday, May 11, 2022 @ 02:57:18
  Author: grawlinson
Revision: 1198268

addpkg: cl-trivial-gray-streams.r70-1

Added:
  cl-trivial-gray-streams/
  cl-trivial-gray-streams/repos/
  cl-trivial-gray-streams/trunk/
  cl-trivial-gray-streams/trunk/PKGBUILD

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

Added: cl-trivial-gray-streams/trunk/PKGBUILD
===
--- cl-trivial-gray-streams/trunk/PKGBUILD  (rev 0)
+++ cl-trivial-gray-streams/trunk/PKGBUILD  2022-05-11 02:57:18 UTC (rev 
1198268)
@@ -0,0 +1,43 @@
+# Maintainer: George Rawlinson 
+
+pkgname=cl-trivial-gray-streams
+_pkgname="${pkgname#cl-}"
+pkgver=r70.g2b3823e
+pkgrel=1
+pkgdesc='Compatibility layer for Gray Streams'
+arch=('any')
+url='https://trivial-gray-streams.common-lisp.dev'
+license=('MIT')
+depends=('common-lisp' 'cl-asdf')
+makedepends=('git' 'sbcl')
+_commit='2b3823edbc78a450db4891fd2b566ca0316a7876'
+source=("$pkgname::git+https://github.com/trivial-gray-streams/trivial-gray-streams#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  printf 'r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+package() {
+  cd "$pkgname"
+
+  # create directories
+  install -vd \
+"$pkgdir/usr/share/common-lisp/source/$_pkgname" \
+"$pkgdir/usr/share/common-lisp/systems"
+
+  # library
+  cp -vr test ./*.{lisp,asd} "$pkgdir/usr/share/common-lisp/source/$_pkgname"
+  pushd "$pkgdir/usr/share/common-lisp/systems"
+  ln -s "../source/$_pkgname/$_pkgname.asd" .
+  ln -s "../source/$_pkgname/$_pkgname-test.asd" .
+  popd
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYING
+}



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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:32:31
  Author: heftig
Revision: 1198266

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 1198264, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 1198264, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-10 23:32:31 UTC (rev 1198266)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.2
+pkgrel=37
+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)

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:32:32
  Author: heftig
Revision: 1198267

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 1198264, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 1198265, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 1198265, 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 1198264, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2022-05-10 23:32:32 UTC 
(rev 1198267)
@@ -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 = _pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
1198265, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2022-05-10 23:32:32 UTC 
(rev 1198267)
@@ -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 1198265, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-10 23:32:32 UTC (rev 1198267)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=503
+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 linux/repos (3 files)

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:32:34
  Author: heftig
Revision: 444977

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  204 +
 config   |10855 +
 2 files changed, 11059 insertions(+)

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


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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:32:30
  Author: heftig
Revision: 1198265

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 1198264, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 1198264, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-10 23:32:30 UTC (rev 1198265)
@@ -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=382
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:32:31
  Author: heftig
Revision: 444976

archrelease: copy trunk to testing-x86_64

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

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

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

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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:32:29
  Author: heftig
Revision: 1198264

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:32:34
  Author: heftig
Revision: 444978

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  204 +
 config   |10907 +
 2 files changed, 1 insertions(+)

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


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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:32:29
  Author: heftig
Revision: 1198263

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 1198258, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-10 23:32:29 UTC (rev 1198263)
@@ -0,0 +1,46 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.050.00
+pkgrel=3
+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=('15b06890230d7c7b92635d981a6f07c4562b0b3eeb55f43b127bdfbb50dda5e1'
+'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 deepin-anything-arch/repos (2 files)

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:32:28
  Author: heftig
Revision: 1198259

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 1198258, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
1198258, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-10 23:32:28 UTC (rev 1198259)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.9
+pkgrel=82
+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 tp_smapi/repos (2 files)

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:32:28
  Author: heftig
Revision: 1198262

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 1198258, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 1198258, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-10 23:32:28 UTC (rev 1198262)
@@ -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=390
+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 netfilter-fullconenat/repos (3 files)

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:32:28
  Author: heftig
Revision: 1198261

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 1198258, netfilter-fullconenat/trunk/PKGBUILD)
  netfilter-fullconenat/repos/community-testing-x86_64/linux-5.15.patch
(from rev 1198258, netfilter-fullconenat/trunk/linux-5.15.patch)

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

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



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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:32:28
  Author: heftig
Revision: 1198260

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 1198258, 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 1198258, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-10 23:32:28 UTC (rev 1198260)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.34
+pkgrel=5
+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 deepin-anything-arch/trunk (PKGBUILD)

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:31:50
  Author: heftig
Revision: 1198258

5.0.9-82: linux 5.17.6.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:31:48 UTC (rev 1198257)
+++ PKGBUILD2022-05-10 23:31:50 UTC (rev 1198258)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=81
+pkgrel=82
 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)

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:31:49
  Author: heftig
Revision: 444975

510.68.02-3: linux 5.17.6.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:31:11 UTC (rev 444974)
+++ PKGBUILD2022-05-10 23:31:49 UTC (rev 444975)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=510.68.02
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:31:46
  Author: heftig
Revision: 1198256

20211218-32: linux 5.17.6.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:31:45 UTC (rev 1198255)
+++ PKGBUILD2022-05-10 23:31:46 UTC (rev 1198256)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20211218
-pkgrel=31
+pkgrel=32
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:31:48
  Author: heftig
Revision: 1198257

1.2.2-37: linux 5.17.6.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:31:46 UTC (rev 1198256)
+++ PKGBUILD2022-05-10 23:31:48 UTC (rev 1198257)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=36
+pkgrel=37
 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 bbswitch/trunk (PKGBUILD)

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:31:44
  Author: heftig
Revision: 1198254

0.8-503: linux 5.17.6.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:31:43 UTC (rev 1198253)
+++ PKGBUILD2022-05-10 23:31:44 UTC (rev 1198254)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=502
+pkgrel=503
 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 broadcom-wl/trunk (PKGBUILD)

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:31:43
  Author: heftig
Revision: 1198253

6.30.223.271-382: linux 5.17.6.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:31:42 UTC (rev 1198252)
+++ PKGBUILD2022-05-10 23:31:43 UTC (rev 1198253)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=381
+pkgrel=382
 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 r8168/trunk (PKGBUILD)

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:31:45
  Author: heftig
Revision: 1198255

8.050.00-3: linux 5.17.6.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:31:44 UTC (rev 1198254)
+++ PKGBUILD2022-05-10 23:31:45 UTC (rev 1198255)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.050.00
-pkgrel=2
+pkgrel=3
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:31:41
  Author: heftig
Revision: 1198251

6.1.34-5: linux 5.17.6.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:31:40 UTC (rev 1198250)
+++ PKGBUILD2022-05-10 23:31:41 UTC (rev 1198251)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.34
-pkgrel=4
+pkgrel=5
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:31:42
  Author: heftig
Revision: 1198252

0.43-390: linux 5.17.6.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:31:41 UTC (rev 1198251)
+++ PKGBUILD2022-05-10 23:31:42 UTC (rev 1198252)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=389
+pkgrel=390
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:31:40
  Author: heftig
Revision: 1198250

r73.0cf3b48-201: linux 5.17.6.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:09:19 UTC (rev 1198249)
+++ PKGBUILD2022-05-10 23:31:40 UTC (rev 1198250)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=200
+pkgrel=201
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;



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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:31:11
  Author: heftig
Revision: 444974

5.17.6.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:26:40 UTC (rev 444973)
+++ PKGBUILD2022-05-10 23:31:11 UTC (rev 444974)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.17.5.arch1
-pkgrel=2
+pkgver=5.17.6.arch1
+pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://github.com/archlinux/linux/commits/$_srctag;
@@ -26,7 +26,7 @@
   'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

 )
 sha256sums=('SKIP'
-'718abbbc528f1ea6db31b05c4fd00467c23bfefa678dfc32cff482725c26b730')
+'fb37785c43d90085ab4e7d7cee522cb8232713b6c601d74cfc7234eeaeb1e6b5')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-05-10 23:26:40 UTC (rev 444973)
+++ config  2022-05-10 23:31:11 UTC (rev 444974)
@@ -1,10 +1,10 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.5-arch1 Kernel Configuration
+# Linux/x86 5.17.6-arch1 Kernel Configuration
 #
-CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
+CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
 CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=110200
+CONFIG_GCC_VERSION=120100
 CONFIG_CLANG_VERSION=0
 CONFIG_AS_IS_GNU=y
 CONFIG_AS_VERSION=23800
@@ -351,6 +351,8 @@
 CONFIG_X86_MPPARSE=y
 # CONFIG_GOLDFISH is not set
 CONFIG_RETPOLINE=y
+CONFIG_CC_HAS_SLS=y
+CONFIG_SLS=y
 CONFIG_X86_CPU_RESCTRL=y
 # CONFIG_X86_EXTENDED_PLATFORM is not set
 CONFIG_X86_INTEL_LPSS=y
@@ -2489,6 +2491,7 @@
 CONFIG_BLK_DEV=y
 CONFIG_BLK_DEV_NULL_BLK=m
 CONFIG_BLK_DEV_FD=m
+# CONFIG_BLK_DEV_FD_RAWCMD is not set
 CONFIG_CDROM=m
 # CONFIG_PARIDE is not set
 CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
@@ -10043,16 +10046,15 @@
 #
 # Kernel hardening options
 #
-CONFIG_GCC_PLUGIN_STRUCTLEAK=y
 
 #
 # Memory initialization
 #
+CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y
+CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y
 # CONFIG_INIT_STACK_NONE is not set
-# CONFIG_GCC_PLUGIN_STRUCTLEAK_USER is not set
-# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set
-CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
-# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+CONFIG_INIT_STACK_ALL_ZERO=y
 # CONFIG_GCC_PLUGIN_STACKLEAK is not set
 CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
 # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set



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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 23:26:40
  Author: heftig
Revision: 444973

5.17.6.zen1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 22:46:11 UTC (rev 444972)
+++ PKGBUILD2022-05-10 23:26:40 UTC (rev 444973)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.17.5.zen1
-pkgrel=2
+pkgver=5.17.6.zen1
+pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://github.com/zen-kernel/zen-kernel/commits/$_srctag;
@@ -26,7 +26,7 @@
   'C5ADB4F3FEBBCE27A3E54D7D9AE4078033F8024D'  # Steven Barrett 

 )
 sha256sums=('SKIP'
-'2cc456e91aa8652436ea84e14fb889f61213376a04db8c590e549a6ceb832bac')
+'ea604f8457e97764d604b3e484f372ab7b30452ef112acb23b399d39c954faaf')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-05-10 22:46:11 UTC (rev 444972)
+++ config  2022-05-10 23:26:40 UTC (rev 444973)
@@ -1,10 +1,10 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.5-zen1 Kernel Configuration
+# Linux/x86 5.17.6-zen1 Kernel Configuration
 #
-CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
+CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
 CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=110200
+CONFIG_GCC_VERSION=120100
 CONFIG_CLANG_VERSION=0
 CONFIG_AS_IS_GNU=y
 CONFIG_AS_VERSION=23800
@@ -354,6 +354,8 @@
 CONFIG_X86_MPPARSE=y
 # CONFIG_GOLDFISH is not set
 CONFIG_RETPOLINE=y
+CONFIG_CC_HAS_SLS=y
+CONFIG_SLS=y
 CONFIG_X86_CPU_RESCTRL=y
 # CONFIG_X86_EXTENDED_PLATFORM is not set
 CONFIG_X86_INTEL_LPSS=y
@@ -2534,6 +2536,7 @@
 CONFIG_BLK_DEV=y
 CONFIG_BLK_DEV_NULL_BLK=m
 CONFIG_BLK_DEV_FD=m
+# CONFIG_BLK_DEV_FD_RAWCMD is not set
 CONFIG_CDROM=m
 # CONFIG_PARIDE is not set
 CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
@@ -10095,16 +10098,15 @@
 #
 # Kernel hardening options
 #
-CONFIG_GCC_PLUGIN_STRUCTLEAK=y
 
 #
 # Memory initialization
 #
+CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y
+CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y
 # CONFIG_INIT_STACK_NONE is not set
-# CONFIG_GCC_PLUGIN_STRUCTLEAK_USER is not set
-# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set
-CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
-# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+CONFIG_INIT_STACK_ALL_ZERO=y
 # CONFIG_GCC_PLUGIN_STACKLEAK is not set
 CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
 # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set



[arch-commits] Commit in ansible-lint/repos/community-any (4 files)

2022-05-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, May 10, 2022 @ 23:09:19
  Author: freswa
Revision: 1198249

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 1198248, ansible-lint/trunk/PKGBUILD)
  ansible-lint/repos/community-any/disable_use_scm_version.patch
(from rev 1198248, ansible-lint/trunk/disable_use_scm_version.patch)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD
  ansible-lint/repos/community-any/disable_use_scm_version.patch

---+
 PKGBUILD  |   72 
 disable_use_scm_version.patch |   50 +--
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 23:09:17 UTC (rev 1198248)
+++ PKGBUILD2022-05-10 23:09:19 UTC (rev 1198249)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=6.0.2
-pkgrel=5
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/ansible/ansible-lint;
-license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 'yamllint')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('ansible: check official ansible collections')
-source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-disable_use_scm_version.patch)
-b2sums=('3334049dd1dc05444c6c362601da8d7e808c6b3473e87613b8892651cecb76058cb0aa370aa5d00cf6bc76ee3b096480fdce52facee4f043c01d6c76084860ba'
-
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 1198248, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 23:09:19 UTC (rev 1198249)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/ansible/ansible-lint;
+license=('GPL3')
+depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
+  'python-wcmatch' 'python-enrich' 'python-ansible-compat' 'yamllint')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+optdepends=('ansible: check official ansible collections')
+source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+disable_use_scm_version.patch)
+b2sums=('5aeaccbaf9c1bd8e7236e946b408779b42e0839766a485bdbb80ece19ed63b57fa38cb44796c860f6929bb2e98acd21a3de3a9c07486535ed3e6ab5cb499c8d9'
+
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  patch -Np1 < "${srcdir}"/disable_use_scm_version.patch
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}

Deleted: disable_use_scm_version.patch
===
--- disable_use_scm_version.patch   2022-05-10 23:09:17 UTC (rev 1198248)
+++ disable_use_scm_version.patch   2022-05-10 23:09:19 UTC (rev 1198249)
@@ -1,25 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 89592b8..abffa79 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
-   "setuptools >= 42.0.0", # required by pyproject+setuptools_scm integration
--  "setuptools_scm[toml] >= 3.5.0", # required for "no-local-version" scheme
--  "setuptools_scm_git_archive >= 1.0",
-   "wheel",
- ]
- build-backend = "setuptools.build_meta"
-diff --git a/setup.cfg b/setup.cfg
-index 5301b4f..5aa5d1e 100644
 a/setup.cfg

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

2022-05-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, May 10, 2022 @ 23:09:17
  Author: freswa
Revision: 1198248

upgpkg: ansible-lint 6.1.0-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 23:07:35 UTC (rev 1198247)
+++ PKGBUILD2022-05-10 23:09:17 UTC (rev 1198248)
@@ -3,8 +3,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=6.0.2
-pkgrel=5
+pkgver=6.1.0
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint;
@@ -15,7 +15,7 @@
 optdepends=('ansible: check official ansible collections')
 
source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 disable_use_scm_version.patch)
-b2sums=('3334049dd1dc05444c6c362601da8d7e808c6b3473e87613b8892651cecb76058cb0aa370aa5d00cf6bc76ee3b096480fdce52facee4f043c01d6c76084860ba'
+b2sums=('5aeaccbaf9c1bd8e7236e946b408779b42e0839766a485bdbb80ece19ed63b57fa38cb44796c860f6929bb2e98acd21a3de3a9c07486535ed3e6ab5cb499c8d9'
 
'cf911567b040c8938ca589fde3c93b39cfba29ca1a373b8af354450a4f880d475463b0c81440fb9bfacc7b1f93736a5ae5ab58c7fdb30d8f03d1996754a738f3')
 
 prepare() {



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

2022-05-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, May 10, 2022 @ 23:07:35
  Author: freswa
Revision: 1198247

archrelease: copy trunk to community-any

Added:
  wasi-libc/repos/community-any/PKGBUILD
(from rev 1198246, wasi-libc/trunk/PKGBUILD)
Deleted:
  wasi-libc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 23:07:33 UTC (rev 1198246)
+++ PKGBUILD2022-05-10 23:07:35 UTC (rev 1198247)
@@ -1,33 +0,0 @@
-# Maintainer: Frederik Schwan 
-
-pkgname=wasi-libc
-pkgver=0+222+ad51334
-_commit=ad5133410f66b93a2381db5b542aad5e0964db96  # main
-pkgrel=2
-pkgdesc='WASI libc implementation for WebAssembly'
-arch=('any')
-url='https://github.com/WebAssembly/wasi-libc'
-license=('Apache' 'MIT')
-makedepends=('git' 'llvm' 'clang')
-source=("git+https://github.com/WebAssembly/wasi-libc.git#commit=${_commit};)
-b2sums=('SKIP')
-options=('staticlibs')
-
-pkgver() {
-  cd ${pkgname}
-  printf "0+%s+%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
-}
-
-build() {
-  cd ${pkgname}
-  make \
-WASM_CC=/usr/bin/clang \
-WASM_AR=/usr/bin/llvm-ar \
-WASM_NM=/usr/bin/llvm-nm
-}
-
-package() {
-  cd ${pkgname}
-  install -dm755 "${pkgdir}"/usr/share
-  cp -dr --preserve=mode,timestamp sysroot "${pkgdir}"/usr/share/wasi-sysroot
-}

Copied: wasi-libc/repos/community-any/PKGBUILD (from rev 1198246, 
wasi-libc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 23:07:35 UTC (rev 1198247)
@@ -0,0 +1,33 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=wasi-libc
+pkgver=0+247+9886d3d
+_commit=9886d3d6200fcc3726329966860fc058707406cd  # main
+pkgrel=1
+pkgdesc='WASI libc implementation for WebAssembly'
+arch=('any')
+url='https://github.com/WebAssembly/wasi-libc'
+license=('Apache' 'MIT')
+makedepends=('git' 'llvm' 'clang')
+source=("git+https://github.com/WebAssembly/wasi-libc.git#commit=${_commit};)
+b2sums=('SKIP')
+options=('staticlibs')
+
+pkgver() {
+  cd ${pkgname}
+  printf "0+%s+%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+build() {
+  cd ${pkgname}
+  make \
+WASM_CC=/usr/bin/clang \
+WASM_AR=/usr/bin/llvm-ar \
+WASM_NM=/usr/bin/llvm-nm
+}
+
+package() {
+  cd ${pkgname}
+  install -dm755 "${pkgdir}"/usr/share
+  cp -dr --preserve=mode,timestamp sysroot "${pkgdir}"/usr/share/wasi-sysroot
+}



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

2022-05-10 Thread Frederik Schwan via arch-commits
Date: Tuesday, May 10, 2022 @ 23:07:33
  Author: freswa
Revision: 1198246

update wasi-libc to commit used in wasi-sdk 15

Modified:
  wasi-libc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 22:57:22 UTC (rev 1198245)
+++ PKGBUILD2022-05-10 23:07:33 UTC (rev 1198246)
@@ -1,9 +1,9 @@
 # Maintainer: Frederik Schwan 
 
 pkgname=wasi-libc
-pkgver=0+222+ad51334
-_commit=ad5133410f66b93a2381db5b542aad5e0964db96  # main
-pkgrel=2
+pkgver=0+247+9886d3d
+_commit=9886d3d6200fcc3726329966860fc058707406cd  # main
+pkgrel=1
 pkgdesc='WASI libc implementation for WebAssembly'
 arch=('any')
 url='https://github.com/WebAssembly/wasi-libc'



[arch-commits] Commit in riscv64-elf-gcc/repos/community-x86_64 (4 files)

2022-05-10 Thread Anatol Pomozov via arch-commits
Date: Tuesday, May 10, 2022 @ 22:57:22
  Author: anatolik
Revision: 1198245

archrelease: copy trunk to community-x86_64

Added:
  riscv64-elf-gcc/repos/community-x86_64/PKGBUILD
(from rev 1198244, riscv64-elf-gcc/trunk/PKGBUILD)
  riscv64-elf-gcc/repos/community-x86_64/PKGBUILD.bootstrap
(from rev 1198244, riscv64-elf-gcc/trunk/PKGBUILD.bootstrap)
Deleted:
  riscv64-elf-gcc/repos/community-x86_64/PKGBUILD
  riscv64-elf-gcc/repos/community-x86_64/PKGBUILD.bootstrap

+
 PKGBUILD   |  221 --
 PKGBUILD.bootstrap |  222 +--
 2 files changed, 219 insertions(+), 224 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 22:57:00 UTC (rev 1198244)
+++ PKGBUILD2022-05-10 22:57:22 UTC (rev 1198245)
@@ -1,113 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=riscv64-elf
-pkgname=$_target-gcc
-pkgver=11.1.0
-_islver=0.22
-pkgrel=1
-#_snapshot=8-20180427
-pkgdesc='The GNU Compiler Collection - cross compiler for RISCV64 (bare-metal) 
target'
-arch=(x86_64)
-url='https://gcc.gnu.org/'
-license=(GPL LGPL FDL)
-depends=($_target-binutils zlib libmpc)
-makedepends=(gmp mpfr $_target-newlib)
-optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
-options=(!emptydirs !strip)
-source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
-#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha512sums=('fd6bba0f67ff48069d03073d1a9b5e896383b1cfc9dde008e868e60a9ec5014a837d56af0ecbf467b3fb9b37ec74a676e819a18b44393a0a3c4280175b5d7ad8'
-'SKIP'
-
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
-validpgpkeys=(D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62  # Jakub Jelinek 

-  13975A70E63C361C73AE69EF6EEB81F8981C74C7) # Richard Guenther 

-
-if [ -n "$_snapshot" ]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  mkdir build-gcc
-
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-}
-
-build() {
-  cd build-gcc
-
-  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-
-  "$srcdir"/$_basedir/configure \
---target=$_target \
---prefix=/usr \
---with-sysroot=/usr/$_target \
---with-native-system-header-dir=/include \
---libexecdir=/usr/lib \
---enable-languages=c,c++ \
---enable-threads=single \
---enable-plugins \
---enable-multilib \
---enable-libgcc \
---disable-libgomp \
---disable-libquadmath \
---disable-libffi \
---disable-libssp \
---disable-libmudflap \
---disable-decimal-float \
---disable-libstdcxx-pch \
---disable-nls \
---disable-shared \
---disable-tls \
---with-newlib \
---with-gnu-as \
---with-gnu-ld \
---with-system-zlib \
---with-headers=/usr/$_target/include \
---with-python-dir=share/gcc-$_target \
---with-gmp \
---with-mpfr \
---with-mpc \
---with-isl \
---with-libelf \
---enable-gnu-indirect-function \
---with-pkgversion="Arch Linux Repositories" \
---with-bugurl='https://bugs.archlinux.org/'
-
-  make
-}
-
-package() {
-  cd build-gcc
-
-  make DESTDIR="$pkgdir" install -j1
-
-  # strip target binaries
-  find "$pkgdir"/usr/lib/gcc/$_target/$pkgver "$pkgdir"/usr/$_target/lib \
-   -type f -and \( -name \*.a -or -name \*.o \) \
-   -exec $_target-objcopy -R .comment -R .note -R .debug_info -R 
.debug_aranges \
-   -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line \
-   -R .debug_str -R .debug_ranges -R .debug_loc '{}' \;
-
-  # strip host binaries
-  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/$pkgver -type f -and 
\( -executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir"/usr/share/man/man7
-  rm -r "$pkgdir"/usr/share/info
-  rm "$pkgdir"/usr/lib/libcc1.*
-}
-

Copied: riscv64-elf-gcc/repos/community-x86_64/PKGBUILD (from rev 1198244, 
riscv64-elf-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 22:57:22 UTC (rev 1198245)
@@ -0,0 +1,108 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=riscv64-elf
+pkgname=$_target-gcc
+pkgver=12.1.0
+pkgrel=1

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

2022-05-10 Thread Anatol Pomozov via arch-commits
Date: Tuesday, May 10, 2022 @ 22:57:00
  Author: anatolik
Revision: 1198244

upgpkg: riscv64-elf-gcc 12.1.0-1

Modified:
  riscv64-elf-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 22:45:12 UTC (rev 1198243)
+++ PKGBUILD2022-05-10 22:57:00 UTC (rev 1198244)
@@ -4,8 +4,7 @@
 
 _target=riscv64-elf
 pkgname=$_target-gcc
-pkgver=11.1.0
-_islver=0.22
+pkgver=12.1.0
 pkgrel=1
 #_snapshot=8-20180427
 pkgdesc='The GNU Compiler Collection - cross compiler for RISCV64 (bare-metal) 
target'
@@ -12,16 +11,15 @@
 arch=(x86_64)
 url='https://gcc.gnu.org/'
 license=(GPL LGPL FDL)
-depends=($_target-binutils zlib libmpc)
+depends=($_target-binutils zlib libmpc libisl zstd)
 makedepends=(gmp mpfr $_target-newlib)
 optdepends=("$_target-newlib: Standard C library optimized for embedded 
systems")
-options=(!emptydirs !strip)
+options=(!emptydirs !strip !lto)
 source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
 #ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
-http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha512sums=('fd6bba0f67ff48069d03073d1a9b5e896383b1cfc9dde008e868e60a9ec5014a837d56af0ecbf467b3fb9b37ec74a676e819a18b44393a0a3c4280175b5d7ad8'
-'SKIP'
-
'fc2c9796979610dd51143dcefe4f5c989c4354571cc5a1fcc6b932fd41f42a54f6b43adfd289af61be7bd06f3a523fa6a7d7ee56680e32d8036beb4c188fa668')
+   )
+sha512sums=('2121d295292814a6761edf1fba08c5f633ebe16f52b80e7b73a91050e71e1d2ed98bf17eebad263e191879561c02b48906c53faa4c4670c486a26fc75df23900'
+'SKIP')
 validpgpkeys=(D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62  # Jakub Jelinek 

   13975A70E63C361C73AE69EF6EEB81F8981C74C7) # Richard Guenther 

 
@@ -36,18 +34,15 @@
 
   cd $_basedir
 
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
   echo $pkgver > gcc/BASE-VER
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
 }
 
 build() {
   cd build-gcc
 
+  CFLAGS=${CFLAGS/-Werror=format-security/}
+  CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
+
   export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
   export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
 



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

2022-05-10 Thread Anatol Pomozov via arch-commits
Date: Tuesday, May 10, 2022 @ 22:46:11
  Author: anatolik
Revision: 444972

archrelease: copy trunk to testing-x86_64

Added:
  gdb/repos/testing-x86_64/
  gdb/repos/testing-x86_64/PKGBUILD
(from rev 444971, gdb/trunk/PKGBUILD)

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

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 444971, gdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-05-10 22:46:11 UTC (rev 444972)
@@ -0,0 +1,72 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Anatol Pomozov 
+# Contributor: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgbase=gdb
+# gdb-common is a package that contains files common for all cross compiled 
versions
+# of gdb (for arm/avr/...)
+pkgname=(gdb gdb-common)
+pkgver=12.1
+pkgrel=1
+pkgdesc='The GNU Debugger'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+makedepends=(glibc gcc-libs texinfo python guile ncurses expat xz mpfr 
source-highlight
+ readline)
+source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('2edabd9f5766b84889b07b366b4438e93e994005'
+  'SKIP')
+b2sums=('7f6f853d1640908cf2c79932cdc1ba02549a07721c005d9c7ce2946a715761719cc164a4e68235a18664ec8a029afe3a2a0cfb57e1635f280076d6bed91317fd'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--prefix=/usr \
+--disable-nls \
+--enable-source-highlight \
+--enable-tui \
+--with-system-readline \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package_gdb-common() {
+  depends=(python guile)
+
+  cd gdb-$pkgver/build
+  make -C gdb/data-directory DESTDIR="$pkgdir" install
+}
+
+package_gdb() {
+  depends=(glibc ncurses libncursesw.so gcc-libs expat xz mpfr 
source-highlight gdb-common=$pkgver
+   readline libreadline.so guile python libelf)
+  backup=(etc/gdb/gdbinit)
+
+  cd gdb-$pkgver/build
+  make -C gdb DESTDIR="$pkgdir" install
+  make -C gdbserver DESTDIR="$pkgdir" install
+
+  # install "custom" system gdbinit
+  install -dm 755 "$pkgdir/etc/gdb"
+  touch "$pkgdir/etc/gdb/gdbinit"
+
+  # comes from gdb-common
+  rm -r "$pkgdir/usr/share/gdb/"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-10 Thread Anatol Pomozov via arch-commits
Date: Tuesday, May 10, 2022 @ 22:45:55
  Author: anatolik
Revision: 444971

upgpkg: gdb 12.1-1

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 21:35:02 UTC (rev 444970)
+++ PKGBUILD2022-05-10 22:45:55 UTC (rev 444971)
@@ -7,7 +7,7 @@
 # gdb-common is a package that contains files common for all cross compiled 
versions
 # of gdb (for arm/avr/...)
 pkgname=(gdb gdb-common)
-pkgver=11.2
+pkgver=12.1
 pkgrel=1
 pkgdesc='The GNU Debugger'
 arch=(x86_64)
@@ -16,9 +16,9 @@
 makedepends=(glibc gcc-libs texinfo python guile ncurses expat xz mpfr 
source-highlight
  readline)
 source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('7c72b1d4a38bb6e155aaad29f4c1abf818b4595d'
+sha1sums=('2edabd9f5766b84889b07b366b4438e93e994005'
   'SKIP')
-b2sums=('66ce7e12c99c33c8b4e6ababa673204aab525e72c90ba54cc34a5fd69948a09dc2a9ef2050764b2464544231b1d1a6431279c2877388551ca6fbf384a3f9b464'
+b2sums=('7f6f853d1640908cf2c79932cdc1ba02549a07721c005d9c7ce2946a715761719cc164a4e68235a18664ec8a029afe3a2a0cfb57e1635f280076d6bed91317fd'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
 



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

2022-05-10 Thread Kpcyrd via arch-commits
Date: Tuesday, May 10, 2022 @ 22:45:12
  Author: kpcyrd
Revision: 1198243

archrelease: copy trunk to community-x86_64

Added:
  doctl/repos/community-x86_64/PKGBUILD
(from rev 1198242, doctl/trunk/PKGBUILD)
Deleted:
  doctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 22:44:54 UTC (rev 1198242)
+++ PKGBUILD2022-05-10 22:45:12 UTC (rev 1198243)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: NOGISAKA Sadata 
-# Contributor: Bennett Piater 
-
-pkgname=doctl
-pkgver=1.74.0
-pkgrel=1
-pkgdesc='The official command line interface for the DigitalOcean API'
-url='https://github.com/digitalocean/doctl'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('0a49d18c9cf087281eabba61ff9afe1302e8a619e5d7ec26a5b386a66b3500cc04a1597900bc17954c6da564560dc67d2c3294aa1fdabdc867f00e117d06e6a7')
-b2sums=('47eb5349a497fd88ea80db67b0da80c42a6427650fb4a4a9f0a36ada824ee9cbc5befdab4f6c7afdf4f592e7f35859a7c5042465a453f78a80be1a5de8fb03cb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-./cmd/...
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
-
-  # setup completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
-  "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: doctl/repos/community-x86_64/PKGBUILD (from rev 1198242, 
doctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 22:45:12 UTC (rev 1198243)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+# Contributor: NOGISAKA Sadata 
+# Contributor: Bennett Piater 
+
+pkgname=doctl
+pkgver=1.75.0
+pkgrel=1
+pkgdesc='The official command line interface for the DigitalOcean API'
+url='https://github.com/digitalocean/doctl'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('bb9029383305a40373bec4bb1684130c8687066ba9524262c179211b5bf31cbb3a0e9f5b75bb783436260a5a9ad01df50d0ad98b999ee3d6f7a77468fa5e1fce')
+b2sums=('58406da20d0da81b7641990ea29d21ca126dcf3e4fef9d21d5296060cb8a3ab12218b4d7faeaf2cbbaa739857c59dac02b0490d80277a3c71fd53374124dc9e3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+./cmd/...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
+
+  # setup completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
+  "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-10 Thread Kpcyrd via arch-commits
Date: Tuesday, May 10, 2022 @ 22:44:54
  Author: kpcyrd
Revision: 1198242

upgpkg: doctl 1.75.0-1

Modified:
  doctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 21:48:10 UTC (rev 1198241)
+++ PKGBUILD2022-05-10 22:44:54 UTC (rev 1198242)
@@ -3,7 +3,7 @@
 # Contributor: Bennett Piater 
 
 pkgname=doctl
-pkgver=1.74.0
+pkgver=1.75.0
 pkgrel=1
 pkgdesc='The official command line interface for the DigitalOcean API'
 url='https://github.com/digitalocean/doctl'
@@ -12,8 +12,8 @@
 depends=('glibc')
 makedepends=('go')
 
source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('0a49d18c9cf087281eabba61ff9afe1302e8a619e5d7ec26a5b386a66b3500cc04a1597900bc17954c6da564560dc67d2c3294aa1fdabdc867f00e117d06e6a7')
-b2sums=('47eb5349a497fd88ea80db67b0da80c42a6427650fb4a4a9f0a36ada824ee9cbc5befdab4f6c7afdf4f592e7f35859a7c5042465a453f78a80be1a5de8fb03cb')
+sha512sums=('bb9029383305a40373bec4bb1684130c8687066ba9524262c179211b5bf31cbb3a0e9f5b75bb783436260a5a9ad01df50d0ad98b999ee3d6f7a77468fa5e1fce')
+b2sums=('58406da20d0da81b7641990ea29d21ca126dcf3e4fef9d21d5296060cb8a3ab12218b4d7faeaf2cbbaa739857c59dac02b0490d80277a3c71fd53374124dc9e3')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2022-05-10 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, May 10, 2022 @ 21:48:10
  Author: mtorromeo
Revision: 1198241

archrelease: copy trunk to community-x86_64

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

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

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

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

2022-05-10 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, May 10, 2022 @ 21:48:03
  Author: mtorromeo
Revision: 1198240

upgpkg: code 1.67.1-1

Modified:
  code/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 21:21:25 UTC (rev 1198239)
+++ PKGBUILD2022-05-10 21:48:03 UTC (rev 1198240)
@@ -13,7 +13,7 @@
 #   - gallium: 16
 # Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
 _electron=electron17
-pkgver=1.67.0
+pkgver=1.67.1
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'



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

2022-05-10 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 10, 2022 @ 20:32:16
  Author: tpowa
Revision: 444957

archrelease: copy trunk to extra-any

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

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

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

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

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

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

2022-05-10 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 10, 2022 @ 20:32:10
  Author: tpowa
Revision: 444956

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

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 20:31:04 UTC (rev 444955)
+++ PKGBUILD2022-05-10 20:32:10 UTC (rev 444956)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.05
-pkgrel=43
+pkgrel=44
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



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

2022-05-10 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 10, 2022 @ 20:31:04
  Author: tpowa
Revision: 444955

archrelease: copy trunk to extra-any

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

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

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

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

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

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

2022-05-10 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 10, 2022 @ 20:29:57
  Author: tpowa
Revision: 444954

upgpkg: archboot 2022.05-44: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 19:52:26 UTC (rev 444953)
+++ PKGBUILD2022-05-10 20:29:57 UTC (rev 444954)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.05
-pkgrel=43
+pkgrel=44
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-05-10 Thread Levente Polyak via arch-commits
Date: Tuesday, May 10, 2022 @ 19:52:26
  Author: anthraxx
Revision: 444953

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  420 -
 config   |21279 ++---
 2 files changed, 10850 insertions(+), 10849 deletions(-)

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


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

2022-05-10 Thread Levente Polyak via arch-commits
Date: Tuesday, May 10, 2022 @ 19:52:20
  Author: anthraxx
Revision: 444952

upgpkg: linux-hardened 5.17.6.hardened1-2: gcc-12.1.0 rebuild

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 19:21:27 UTC (rev 444951)
+++ PKGBUILD2022-05-10 19:52:20 UTC (rev 444952)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 pkgver=5.17.6.hardened1
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
 arch=(x86_64)



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

2022-05-10 Thread Levente Polyak via arch-commits
Date: Tuesday, May 10, 2022 @ 19:21:27
  Author: anthraxx
Revision: 444951

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  420 -
 config   |21279 ++---
 2 files changed, 10850 insertions(+), 10849 deletions(-)

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


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

2022-05-10 Thread Levente Polyak via arch-commits
Date: Tuesday, May 10, 2022 @ 19:21:21
  Author: anthraxx
Revision: 444950

upgpkg: linux-hardened 5.17.6.hardened1-1

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

--+
 PKGBUILD |   10 +-
 config   |3 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 18:28:06 UTC (rev 444949)
+++ PKGBUILD2022-05-10 19:21:21 UTC (rev 444950)
@@ -4,8 +4,8 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.17.5.hardened1
-pkgrel=2
+pkgver=5.17.6.hardened1
+pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
 arch=(x86_64)
@@ -28,11 +28,11 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('9bbcd185b94436f9c8fe977fa0e862f60d34003562327fcebb27c9fa342fe987'
+sha256sums=('64ccf18380be5b5491322a3fd54904538b544e523e4bf86289dd8df7404cb10c'
 'SKIP'
-'806baa962ee52aa9d41c2abb9b620edf19ed455b07f0564e3e515525ae1e64b3'
+'c84bba852a03441e478b3e4a68069e800e50d9b0be79a55c32db60993fdf1480'
 'SKIP'
-'bd1ca982c7a2aabc95b3a1ebb0d281e544cdced8200789ea222e1be3d8e87664')
+'4a683e54fd501ce25aa017b18a5fc445fbfb376af1fb8134c2f9edd2b90d3d16')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-05-10 18:28:06 UTC (rev 444949)
+++ config  2022-05-10 19:21:21 UTC (rev 444950)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.5-hardened1 Kernel Configuration
+# Linux/x86 5.17.6-hardened1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
 CONFIG_CC_IS_GCC=y
@@ -2467,6 +2467,7 @@
 CONFIG_BLK_DEV=y
 # CONFIG_BLK_DEV_NULL_BLK is not set
 CONFIG_BLK_DEV_FD=m
+# CONFIG_BLK_DEV_FD_RAWCMD is not set
 CONFIG_CDROM=m
 # CONFIG_PARIDE is not set
 CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m



[arch-commits] Commit in dovecot-fts-elastic/repos/community-x86_64 (6 files)

2022-05-10 Thread Thore Bödecker via arch-commits
Date: Tuesday, May 10, 2022 @ 18:55:06
  Author: foxxx0
Revision: 1198227

archrelease: copy trunk to community-x86_64

Added:
  dovecot-fts-elastic/repos/community-x86_64/90-fts.conf
(from rev 1198226, dovecot-fts-elastic/trunk/90-fts.conf)
  dovecot-fts-elastic/repos/community-x86_64/PKGBUILD
(from rev 1198226, dovecot-fts-elastic/trunk/PKGBUILD)
  dovecot-fts-elastic/repos/community-x86_64/dovecot-fts-elastic.install
(from rev 1198226, dovecot-fts-elastic/trunk/dovecot-fts-elastic.install)
Deleted:
  dovecot-fts-elastic/repos/community-x86_64/90-fts.conf
  dovecot-fts-elastic/repos/community-x86_64/PKGBUILD
  dovecot-fts-elastic/repos/community-x86_64/dovecot-fts-elastic.install

-+
 90-fts.conf |   24 +-
 PKGBUILD|  100 +-
 dovecot-fts-elastic.install |   24 +-
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: 90-fts.conf
===
--- 90-fts.conf 2022-05-10 18:55:02 UTC (rev 1198226)
+++ 90-fts.conf 2022-05-10 18:55:06 UTC (rev 1198227)
@@ -1,12 +0,0 @@
-mail_plugins = $mail_plugins fts fts_elastic
-
-plugin {
-  fts = elastic
-  fts_elastic = debug url=http://localhost:9200/m/ bulk_size=500 
refresh=fts rawlog_dir=/var/log/fts-elastic/
-
-# no indexes new emails when user make search
-# yes indexes every email when delivered
-  fts_autoindex = no
-fts_autoindex_exclude = \Junk
-fts_autoindex_exclude2 = \Trash
-}

Copied: dovecot-fts-elastic/repos/community-x86_64/90-fts.conf (from rev 
1198226, dovecot-fts-elastic/trunk/90-fts.conf)
===
--- 90-fts.conf (rev 0)
+++ 90-fts.conf 2022-05-10 18:55:06 UTC (rev 1198227)
@@ -0,0 +1,12 @@
+mail_plugins = $mail_plugins fts fts_elastic
+
+plugin {
+  fts = elastic
+  fts_elastic = debug url=http://localhost:9200/m/ bulk_size=500 
refresh=fts rawlog_dir=/var/log/fts-elastic/
+
+# no indexes new emails when user make search
+# yes indexes every email when delivered
+  fts_autoindex = no
+fts_autoindex_exclude = \Junk
+fts_autoindex_exclude2 = \Trash
+}

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 18:55:02 UTC (rev 1198226)
+++ PKGBUILD2022-05-10 18:55:06 UTC (rev 1198227)
@@ -1,50 +0,0 @@
-# Maintainer: Justin Kromlinger 
-# Contributor: Marcus Hoffmann 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.3.18
-# Make sure to bump pkgrel if changing this.
-
-pkgname=dovecot-fts-elastic
-_reponame=fts-elastic
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Dovecot FTS plugin for elasticsearch"
-arch=(x86_64)
-url="https://github.com/filiphanes/fts-elastic;
-license=(MIT)
-depends=("dovecot=${_dcpkgver}" json-c)
-backup=('etc/dovecot/conf.d/90-fts.conf')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-"90-fts.conf")
-sha256sums=('50aac69510cb504b6c7af7180a1d21fed3aadd47df30e5cd8ad50dfae5c36452'
-'3442fa7350055c7328bcdf2f666727b9a5d8c942a0bfe93044db344c80ad7e69')
-install=dovecot-fts-elastic.install
-
-build() {
-  cd "${_reponame}-${pkgver}"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---with-dovecot=/usr/lib/dovecot
-
-  make
-  make DESTDIR="$(pwd)/build" install
-  sed -i -e 's/LLL/MMM/g' elastic7-schema.json
-}
-
-package() {
-  install -Dm644 90-fts.conf "${pkgdir}/etc/dovecot/conf.d/90-fts.conf"
-
-  cd "${_reponame}-${pkgver}"
-
-  install -Dm644 build/usr/lib/dovecot/lib21_fts_elastic_plugin.so 
"${pkgdir}/usr/lib/dovecot/modules/lib21_fts_elastic_plugin.so"
-  install -Dm644 elastic7-schema.json 
"${pkgdir}/usr/share/doc/${pkgname}/elastic7-schema.json"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 COPYING.MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MIT"
-}
-
-# vim: set tabstop=4:softtabstop=4:shiftwidth=4:noexpandtab

Copied: dovecot-fts-elastic/repos/community-x86_64/PKGBUILD (from rev 1198226, 
dovecot-fts-elastic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 18:55:06 UTC (rev 1198227)
@@ -0,0 +1,50 @@
+# Maintainer: Justin Kromlinger 
+# Contributor: Marcus Hoffmann 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.19
+# Make sure to bump pkgrel if changing this.
+
+pkgname=dovecot-fts-elastic
+_reponame=fts-elastic
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Dovecot FTS plugin for elasticsearch"
+arch=(x86_64)
+url="https://github.com/filiphanes/fts-elastic;
+license=(MIT)
+depends=("dovecot=${_dcpkgver}" json-c)
+backup=('etc/dovecot/conf.d/90-fts.conf')

[arch-commits] Commit in dovecot-fts-elastic/trunk (PKGBUILD)

2022-05-10 Thread Thore Bödecker via arch-commits
Date: Tuesday, May 10, 2022 @ 18:55:02
  Author: foxxx0
Revision: 1198226

upgpkg: dovecot-fts-elastic 1.1.0-2: rebuild against new dovecot 2.3.19

Modified:
  dovecot-fts-elastic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 18:54:58 UTC (rev 1198225)
+++ PKGBUILD2022-05-10 18:55:02 UTC (rev 1198226)
@@ -4,13 +4,13 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.3.18
+_dcpkgver=2.3.19
 # Make sure to bump pkgrel if changing this.
 
 pkgname=dovecot-fts-elastic
 _reponame=fts-elastic
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Dovecot FTS plugin for elasticsearch"
 arch=(x86_64)
 url="https://github.com/filiphanes/fts-elastic;



[arch-commits] Commit in dovecot-fts-xapian/repos/community-x86_64 (4 files)

2022-05-10 Thread Thore Bödecker via arch-commits
Date: Tuesday, May 10, 2022 @ 18:54:58
  Author: foxxx0
Revision: 1198225

archrelease: copy trunk to community-x86_64

Added:
  dovecot-fts-xapian/repos/community-x86_64/PKGBUILD
(from rev 1198224, dovecot-fts-xapian/trunk/PKGBUILD)
  dovecot-fts-xapian/repos/community-x86_64/dovecot-fts-xapian.install
(from rev 1198224, dovecot-fts-xapian/trunk/dovecot-fts-xapian.install)
Deleted:
  dovecot-fts-xapian/repos/community-x86_64/PKGBUILD
  dovecot-fts-xapian/repos/community-x86_64/dovecot-fts-xapian.install

+
 PKGBUILD   |  106 +--
 dovecot-fts-xapian.install |   24 -
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 18:54:54 UTC (rev 1198224)
+++ PKGBUILD2022-05-10 18:54:58 UTC (rev 1198225)
@@ -1,53 +0,0 @@
-# Maintainer: George Rawlinson 
-# Maintainer: Thore Bödecker 
-
-# This must be built against the version of dovecot being used,
-# otherwise it will fail to load and thus work.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.3.18
-# Make sure to bump pkgrel if changing this.
-
-pkgname=dovecot-fts-xapian
-_pkgname="${pkgname#dovecot-}"
-_pkgver=1.5.5 # pacman's vercmp does not like alphabet characters without a 
dot prefix
-pkgver=1.5.5
-pkgrel=1
-pkgdesc="Dovecot FTS plugin based on Xapian"
-arch=('x86_64')
-url="https://github.com/grosjo/fts-xapian;
-license=('LGPL2.1')
-depends=("dovecot=${_dcpkgver}" 'icu' 'xapian-core')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_pkgver.tar.gz")
-sha512sums=('229362207bfa7bb13b1ded4d8b2a2aef7a4a72306e140dc4bd5778991220b27d296ca3659993856f83c80c437f7feadebad1e3ac06f8120a6e45b69f6dbb1ecb')
-b2sums=('b8e86b3655a6b7291961cfbd39d6ef93ab2e2fbb049e97ebd07b473eb5fc5ecf91950343adfa9c267791442d581ebea47416d8e674d7f3019091fbd69b6e60f1')
-
-build() {
-  cd "$_pkgname-$_pkgver"
-  autoreconf -vi
-  ./configure \
---prefix=/usr \
---with-dovecot=/usr/lib/dovecot
-
-  make
-
-  # generate systemd unit files
-  mkdir build
-  sed "s:@@prefix@@:/usr/bin:" contrib/systemd/dovecot-fts-optimize.service.in 
\
-> build/dovecot-fts-optimize.service
-  sed "s:@@index_frequency@@:daily:" 
contrib/systemd/dovecot-fts-optimize.timer.in \
-> build/dovecot-fts-optimize.timer
-}
-
-package() {
-  cd "$_pkgname-$_pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # systemd integration
-  install -vDm644 -t "$pkgdir/usr/lib/systemd/system" \
-build/dovecot-fts-optimize.{service,timer}
-}

Copied: dovecot-fts-xapian/repos/community-x86_64/PKGBUILD (from rev 1198224, 
dovecot-fts-xapian/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 18:54:58 UTC (rev 1198225)
@@ -0,0 +1,53 @@
+# Maintainer: George Rawlinson 
+# Maintainer: Thore Bödecker 
+
+# This must be built against the version of dovecot being used,
+# otherwise it will fail to load and thus work.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.19
+# Make sure to bump pkgrel if changing this.
+
+pkgname=dovecot-fts-xapian
+_pkgname="${pkgname#dovecot-}"
+_pkgver=1.5.5 # pacman's vercmp does not like alphabet characters without a 
dot prefix
+pkgver=1.5.5
+pkgrel=2
+pkgdesc="Dovecot FTS plugin based on Xapian"
+arch=('x86_64')
+url="https://github.com/grosjo/fts-xapian;
+license=('LGPL2.1')
+depends=("dovecot=${_dcpkgver}" 'icu' 'xapian-core')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_pkgver.tar.gz")
+sha512sums=('229362207bfa7bb13b1ded4d8b2a2aef7a4a72306e140dc4bd5778991220b27d296ca3659993856f83c80c437f7feadebad1e3ac06f8120a6e45b69f6dbb1ecb')
+b2sums=('b8e86b3655a6b7291961cfbd39d6ef93ab2e2fbb049e97ebd07b473eb5fc5ecf91950343adfa9c267791442d581ebea47416d8e674d7f3019091fbd69b6e60f1')
+
+build() {
+  cd "$_pkgname-$_pkgver"
+  autoreconf -vi
+  ./configure \
+--prefix=/usr \
+--with-dovecot=/usr/lib/dovecot
+
+  make
+
+  # generate systemd unit files
+  mkdir build
+  sed "s:@@prefix@@:/usr/bin:" contrib/systemd/dovecot-fts-optimize.service.in 
\
+> build/dovecot-fts-optimize.service
+  sed "s:@@index_frequency@@:daily:" 
contrib/systemd/dovecot-fts-optimize.timer.in \
+> build/dovecot-fts-optimize.timer
+}
+
+package() {
+  cd "$_pkgname-$_pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # systemd integration
+  install -vDm644 -t "$pkgdir/usr/lib/systemd/system" \
+build/dovecot-fts-optimize.{service,timer}
+}

Deleted: dovecot-fts-xapian.install
===
--- dovecot-fts-xapian.install  2022-05-10 18:54:54 UTC (rev 1198224)
+++ 

[arch-commits] Commit in dovecot-fts-xapian/trunk (PKGBUILD)

2022-05-10 Thread Thore Bödecker via arch-commits
Date: Tuesday, May 10, 2022 @ 18:54:54
  Author: foxxx0
Revision: 1198224

upgpkg: dovecot-fts-xapian 1.5.5-2: rebuild against new dovecot 2.3.19

Modified:
  dovecot-fts-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 18:54:46 UTC (rev 1198223)
+++ PKGBUILD2022-05-10 18:54:54 UTC (rev 1198224)
@@ -4,7 +4,7 @@
 # This must be built against the version of dovecot being used,
 # otherwise it will fail to load and thus work.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.3.18
+_dcpkgver=2.3.19
 # Make sure to bump pkgrel if changing this.
 
 pkgname=dovecot-fts-xapian
@@ -11,7 +11,7 @@
 _pkgname="${pkgname#dovecot-}"
 _pkgver=1.5.5 # pacman's vercmp does not like alphabet characters without a 
dot prefix
 pkgver=1.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Dovecot FTS plugin based on Xapian"
 arch=('x86_64')
 url="https://github.com/grosjo/fts-xapian;



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

2022-05-10 Thread Thore Bödecker via arch-commits
Date: Tuesday, May 10, 2022 @ 18:54:46
  Author: foxxx0
Revision: 1198223

archrelease: copy trunk to community-x86_64

Added:
  pigeonhole/repos/community-x86_64/PKGBUILD
(from rev 1198222, pigeonhole/trunk/PKGBUILD)
Deleted:
  pigeonhole/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 18:54:42 UTC (rev 1198222)
+++ PKGBUILD2022-05-10 18:54:46 UTC (rev 1198223)
@@ -1,70 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Thore Bödecker 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.3.18
-# Make sure to bump pkgrel if changing this.
-
-_dcmajor="$(awk -F'.' '{printf "%d.%d", $1, $2}' <<< "${_dcpkgver}")"
-
-pkgname=pigeonhole
-pkgver=0.5.18
-pkgrel=1
-
-pkgdesc='Sieve implementation for Dovecot'
-url='https://pigeonhole.dovecot.org/'
-arch=('x86_64')
-license=('LGPL')
-
-depends=("dovecot=${_dcpkgver}")
-
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-
-source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-${_dcmajor}-pigeonhole-${pkgver}.tar.gz"{,.sig})
-
-sha256sums=('a6d828f8d6f2decba5105343ece5c7a65245bd94e46a8ae4432a6d97543108a5'
-'SKIP')
-validpgpkeys=(
-  '42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4' # Stephan Bosch 

-  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1'
-)
-
-
-prepare() {
-  cd "dovecot-${_dcmajor}-pigeonhole-${pkgver}"
-
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  patch -p1 -N -l -i "$srcdir/${filename##*/}"
-fi
-  done
-}
-
-build() {
-  cd "dovecot-${_dcmajor}-pigeonhole-${pkgver}"
-
-  ./configure \
---prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-check() {
-  cd "dovecot-${_dcmajor}-pigeonhole-${pkgver}"
-  make check
-}
-
-package() {
-  cd "dovecot-${_dcmajor}-pigeonhole-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: pigeonhole/repos/community-x86_64/PKGBUILD (from rev 1198222, 
pigeonhole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 18:54:46 UTC (rev 1198223)
@@ -0,0 +1,70 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Thore Bödecker 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.19
+# Make sure to bump pkgrel if changing this.
+
+_dcmajor="$(awk -F'.' '{printf "%d.%d", $1, $2}' <<< "${_dcpkgver}")"
+
+pkgname=pigeonhole
+pkgver=0.5.19
+pkgrel=1
+
+pkgdesc='Sieve implementation for Dovecot'
+url='https://pigeonhole.dovecot.org/'
+arch=('x86_64')
+license=('LGPL')
+
+depends=("dovecot=${_dcpkgver}")
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-${_dcmajor}-pigeonhole-${pkgver}.tar.gz"{,.sig})
+
+sha256sums=('10b923efcc6f3c4d92ecdbb780e12a5c33e6d0fdbe3aba5fcd3ecde4179c730c'
+'SKIP')
+validpgpkeys=(
+  '42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4' # Stephan Bosch 

+  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1'
+)
+
+
+prepare() {
+  cd "dovecot-${_dcmajor}-pigeonhole-${pkgver}"
+
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  patch -p1 -N -l -i "$srcdir/${filename##*/}"
+fi
+  done
+}
+
+build() {
+  cd "dovecot-${_dcmajor}-pigeonhole-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+check() {
+  cd "dovecot-${_dcmajor}-pigeonhole-${pkgver}"
+  make check
+}
+
+package() {
+  cd "dovecot-${_dcmajor}-pigeonhole-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+}



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

2022-05-10 Thread Thore Bödecker via arch-commits
Date: Tuesday, May 10, 2022 @ 18:54:42
  Author: foxxx0
Revision: 1198222

upgpkg: pigeonhole 0.5.19-1: update to upstream release 0.5.19 for dovecot 
2.3.19

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 18:54:32 UTC (rev 1198221)
+++ PKGBUILD2022-05-10 18:54:42 UTC (rev 1198222)
@@ -8,13 +8,13 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.3.18
+_dcpkgver=2.3.19
 # Make sure to bump pkgrel if changing this.
 
 _dcmajor="$(awk -F'.' '{printf "%d.%d", $1, $2}' <<< "${_dcpkgver}")"
 
 pkgname=pigeonhole
-pkgver=0.5.18
+pkgver=0.5.19
 pkgrel=1
 
 pkgdesc='Sieve implementation for Dovecot'
@@ -28,7 +28,7 @@
 
 
source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-${_dcmajor}-pigeonhole-${pkgver}.tar.gz"{,.sig})
 
-sha256sums=('a6d828f8d6f2decba5105343ece5c7a65245bd94e46a8ae4432a6d97543108a5'
+sha256sums=('10b923efcc6f3c4d92ecdbb780e12a5c33e6d0fdbe3aba5fcd3ecde4179c730c'
 'SKIP')
 validpgpkeys=(
   '42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4' # Stephan Bosch 




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

2022-05-10 Thread Thore Bödecker via arch-commits
Date: Tuesday, May 10, 2022 @ 18:54:32
  Author: foxxx0
Revision: 1198221

archrelease: copy trunk to community-x86_64

Added:
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 1198220, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.ld.so.conf
(from rev 1198220, dovecot/trunk/dovecot.ld.so.conf)
  dovecot/repos/community-x86_64/dovecot.pam
(from rev 1198220, dovecot/trunk/dovecot.pam)
  dovecot/repos/community-x86_64/dovecot.sysusersd
(from rev 1198220, dovecot/trunk/dovecot.sysusersd)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 1198220, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.ld.so.conf
  dovecot/repos/community-x86_64/dovecot.pam
  dovecot/repos/community-x86_64/dovecot.sysusersd
  dovecot/repos/community-x86_64/dovecot.tmpfilesd

+
 PKGBUILD   |  258 +--
 dovecot.ld.so.conf |2 
 dovecot.pam|   10 -
 dovecot.sysusersd  |4 
 dovecot.tmpfilesd  |2 
 5 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 18:54:23 UTC (rev 1198220)
+++ PKGBUILD2022-05-10 18:54:32 UTC (rev 1198221)
@@ -1,129 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Thore Bödecker 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-# Contributor: Phillip Schichtel 
-
-# --->>> remember to rebuild/bump the following packages TOGETHER with a new 
dovecot ABI:
-#   +pigeonhole
-#   +dovecot-fts-elastic
-#   +dovecot-fts-xapian
-
-pkgname=dovecot
-pkgver=2.3.18
-pkgrel=2
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="https://dovecot.org/;
-arch=('x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'mariadb-libs' 'libsodium'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam' 'systemd-libs')
-makedepends=('libcap' 'libldap' 'lua53' 'xz' 'clucene' 'systemd')
-optdepends=('libldap: ldap plugin'
-'lua53: LUA auth and push support'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-backup=('etc/pam.d/dovecot')
-
-# LTO seems to cause issues with at least up to 2.3.17.1
-# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997513
-# TODO regularly check if upstream has implemented in-code fixes w.r.t. LTO
-options=('!emptydirs' '!lto')
-
-source=("https://dovecot.org/releases/2.3/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'dovecot.sysusersd'
-'dovecot.tmpfilesd'
-'dovecot.ld.so.conf'
-'dovecot.pam')
-
-sha256sums=('06e73f668c6c093c45bdeeeb7c20398ab8dc49317234f4b5781ac5e2cc5d6c33'
-'SKIP'
-'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
-'0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
-'ad9245f5e916480edd67139603cbe52e7a868233075f900ab63a0ce58f03741a')
-
-validpgpkeys=(
-  'E643F0BDFDCD04D9FFCB6279C948525140558AC9' # Timo Sirainen 
-  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1' # Dovecot Community Edition
-)
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-rundir=/run/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static \
---with-nss \
---with-pam \
---with-sqlite \
---with-pgsql \
---with-mysql \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-lua=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-zstd \
---with-lucene \
---with-solr \
---with-sodium \
---with-libcap \
---with-docs
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "${srcdir}/dovecot.sysusersd" \
-"${pkgdir}/usr/lib/sysusers.d/dovecot.conf"
-  install -Dm644 "${srcdir}/dovecot.tmpfilesd" \
-"${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "${pkgdir}/etc/dovecot/conf.d"
-  rm -f "${pkgdir}/etc/dovecot/README"
-
-  # install mkcert helper 

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

2022-05-10 Thread Thore Bödecker via arch-commits
Date: Tuesday, May 10, 2022 @ 18:54:23
  Author: foxxx0
Revision: 1198220

upgpkg: dovecot 2.3.19-1: update to upstream release 2.3.19

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 18:25:59 UTC (rev 1198219)
+++ PKGBUILD2022-05-10 18:54:23 UTC (rev 1198220)
@@ -13,8 +13,8 @@
 #   +dovecot-fts-xapian
 
 pkgname=dovecot
-pkgver=2.3.18
-pkgrel=2
+pkgver=2.3.19
+pkgrel=1
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 url="https://dovecot.org/;
@@ -43,7 +43,7 @@
 'dovecot.ld.so.conf'
 'dovecot.pam')
 
-sha256sums=('06e73f668c6c093c45bdeeeb7c20398ab8dc49317234f4b5781ac5e2cc5d6c33'
+sha256sums=('0173f693d441b6248b8a62aa5fd690021a1f04a12902653e0bf2e5b012fe437b'
 'SKIP'
 'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
 '0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'



[arch-commits] Commit in intel-ucode/repos (testing-any testing-any/PKGBUILD)

2022-05-10 Thread Christian Hesse via arch-commits
Date: Tuesday, May 10, 2022 @ 18:28:06
  Author: eworm
Revision: 444949

archrelease: copy trunk to testing-any

Added:
  intel-ucode/repos/testing-any/
  intel-ucode/repos/testing-any/PKGBUILD
(from rev 444948, intel-ucode/trunk/PKGBUILD)

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

Copied: intel-ucode/repos/testing-any/PKGBUILD (from rev 444948, 
intel-ucode/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-05-10 18:28:06 UTC (rev 444949)
@@ -0,0 +1,28 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=intel-ucode
+pkgver=20220510
+pkgrel=1
+pkgdesc='Microcode update files for Intel CPUs'
+arch=('any')
+url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files'
+replaces=('microcode_ctl')
+makedepends=('iucode-tool')
+license=('custom')
+source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
+sha256sums=('254ddc71b598fbb8dbb200ceb3af29aeb22f6bf50bc609e8f953cf9c8d286d2a')
+
+build() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  rm -f intel-ucode{,-with-caveats}/list
+  mkdir -p kernel/x86/microcode
+  iucode_tool --write-earlyfw=intel-ucode.img intel-ucode{,-with-caveats}/
+}
+
+package() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  install -D -m0644 intel-ucode.img "${pkgdir}"/boot/intel-ucode.img
+  install -D -m0644 license "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2022-05-10 Thread Christian Hesse via arch-commits
Date: Tuesday, May 10, 2022 @ 18:27:57
  Author: eworm
Revision: 444948

upgpkg: intel-ucode 20220510-1: new upstream release

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 17:02:56 UTC (rev 444947)
+++ PKGBUILD2022-05-10 18:27:57 UTC (rev 444948)
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=intel-ucode
-pkgver=20220419
+pkgver=20220510
 pkgrel=1
 pkgdesc='Microcode update files for Intel CPUs'
 arch=('any')
@@ -10,7 +10,7 @@
 makedepends=('iucode-tool')
 license=('custom')
 
source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz;)
-sha256sums=('b8838d300e749c1dd55d8865bdd49dee5153beb5e29d4b0e613aee475e0c0881')
+sha256sums=('254ddc71b598fbb8dbb200ceb3af29aeb22f6bf50bc609e8f953cf9c8d286d2a')
 
 build() {
   cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}



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

2022-05-10 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, May 10, 2022 @ 18:25:59
  Author: orhun
Revision: 1198219

archrelease: copy trunk to community-x86_64

Added:
  gfold/repos/community-x86_64/PKGBUILD
(from rev 1198218, gfold/trunk/PKGBUILD)
Deleted:
  gfold/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 18:25:49 UTC (rev 1198218)
+++ PKGBUILD2022-05-10 18:25:59 UTC (rev 1198219)
@@ -1,36 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=gfold
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="A CLI tool to help keep track of Git repositories"
-arch=('x86_64')
-url="https://github.com/nickgerace/gfold;
-license=('Apache')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('1d8ebce84a5fc4caeb125f33057c98a9ad2752c92dd92925ee624a7613af77a97d03511fec154ea83c5f935a051ad6b4136ef5e65513f159485ee5d592c3d11b')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gfold/repos/community-x86_64/PKGBUILD (from rev 1198218, 
gfold/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 18:25:59 UTC (rev 1198219)
@@ -0,0 +1,36 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=gfold
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="A CLI tool to help keep track of Git repositories"
+arch=('x86_64')
+url="https://github.com/nickgerace/gfold;
+license=('Apache')
+depends=('libgit2')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('aa2f5c8218b943e0d6e997139cc39892f91ccd0d006866f8ae2367acc6e52bcb326d361f6633fe0d21d1603ef6b580dcf4a894886110194fd27b587f2a423b7b')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-10 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, May 10, 2022 @ 18:25:49
  Author: orhun
Revision: 1198218

upgpkg: gfold 4.0.0-1: upstream release

Modified:
  gfold/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 18:16:09 UTC (rev 1198217)
+++ PKGBUILD2022-05-10 18:25:49 UTC (rev 1198218)
@@ -1,16 +1,16 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=gfold
-pkgver=3.0.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="A CLI tool to help keep track of Git repositories"
 arch=('x86_64')
 url="https://github.com/nickgerace/gfold;
 license=('Apache')
-depends=('gcc-libs')
-makedepends=('rust')
+depends=('libgit2')
+makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('1d8ebce84a5fc4caeb125f33057c98a9ad2752c92dd92925ee624a7613af77a97d03511fec154ea83c5f935a051ad6b4136ef5e65513f159485ee5d592c3d11b')
+sha512sums=('aa2f5c8218b943e0d6e997139cc39892f91ccd0d006866f8ae2367acc6e52bcb326d361f6633fe0d21d1603ef6b580dcf4a894886110194fd27b587f2a423b7b')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-05-10 Thread Caleb Maclennan via arch-commits
Date: Tuesday, May 10, 2022 @ 18:16:09
  Author: alerque
Revision: 1198217

archrelease: copy trunk to community-x86_64

Added:
  github-cli/repos/community-x86_64/PKGBUILD
(from rev 1198216, github-cli/trunk/PKGBUILD)
Deleted:
  github-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 18:16:02 UTC (rev 1198216)
+++ PKGBUILD2022-05-10 18:16:09 UTC (rev 1198217)
@@ -1,52 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Caleb Maclennan 
-# Contributor: Eli Schwartz 
-# Contributor: Richard Bradfield 
-
-pkgname=github-cli
-pkgver=2.10.0
-pkgrel=1
-pkgdesc="The GitHub CLI"
-arch=("x86_64")
-url="https://github.com/cli/cli;
-license=("MIT")
-depends=("glibc" "mailcap")
-makedepends=("go" "git")
-optdepends=("git: To interact with repositories")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('87b0b4e40a753add0897589b751616563b18ab4d18388ea3f84b5aab48cfe868')
-
-prepare() {
-cd "cli-${pkgver}"
-# TODO: These tests invoke the TTY and our container *really* does not 
like that
-rm pkg/cmd/auth/login/login_test.go
-}
-
-build() {
-cd "cli-$pkgver"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export CGO_ENABLED=0
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-
-make GH_VERSION="v$pkgver" bin/gh manpages
-bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
-bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
-bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
-}
-
-check(){
-cd "cli-$pkgver"
-make test
-}
-
-package() {
-cd "cli-$pkgver"
-make DESTDIR="${pkgdir}" prefix="/usr" install
-cp -r share/ "$pkgdir"/usr
-install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: github-cli/repos/community-x86_64/PKGBUILD (from rev 1198216, 
github-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 18:16:09 UTC (rev 1198217)
@@ -0,0 +1,52 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Caleb Maclennan 
+# Contributor: Eli Schwartz 
+# Contributor: Richard Bradfield 
+
+pkgname=github-cli
+pkgver=2.10.1
+pkgrel=1
+pkgdesc="The GitHub CLI"
+arch=("x86_64")
+url="https://github.com/cli/cli;
+license=("MIT")
+depends=("glibc" "mailcap")
+makedepends=("go" "git")
+optdepends=("git: To interact with repositories")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('a94ba6a731ad558f7937d0ac46ff8034b56214ec9e24a9ad70296331b1bb12ed')
+
+prepare() {
+cd "cli-${pkgver}"
+# TODO: These tests invoke the TTY and our container *really* does not 
like that
+rm pkg/cmd/auth/login/login_test.go
+}
+
+build() {
+cd "cli-$pkgver"
+
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export CGO_ENABLED=0
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+
+make GH_VERSION="v$pkgver" bin/gh manpages
+bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
+bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
+bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
+}
+
+check(){
+cd "cli-$pkgver"
+make test
+}
+
+package() {
+cd "cli-$pkgver"
+make DESTDIR="${pkgdir}" prefix="/usr" install
+cp -r share/ "$pkgdir"/usr
+install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
+}



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

2022-05-10 Thread Caleb Maclennan via arch-commits
Date: Tuesday, May 10, 2022 @ 18:16:02
  Author: alerque
Revision: 1198216

upgpkg: github-cli 2.10.1-1

Modified:
  github-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 17:01:14 UTC (rev 1198215)
+++ PKGBUILD2022-05-10 18:16:02 UTC (rev 1198216)
@@ -4,7 +4,7 @@
 # Contributor: Richard Bradfield 
 
 pkgname=github-cli
-pkgver=2.10.0
+pkgver=2.10.1
 pkgrel=1
 pkgdesc="The GitHub CLI"
 arch=("x86_64")
@@ -14,7 +14,7 @@
 makedepends=("go" "git")
 optdepends=("git: To interact with repositories")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('87b0b4e40a753add0897589b751616563b18ab4d18388ea3f84b5aab48cfe868')
+sha256sums=('a94ba6a731ad558f7937d0ac46ff8034b56214ec9e24a9ad70296331b1bb12ed')
 
 prepare() {
 cd "cli-${pkgver}"



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

2022-05-10 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 10, 2022 @ 17:02:56
  Author: tpowa
Revision: 444947

archrelease: copy trunk to extra-any

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

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

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

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

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

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

2022-05-10 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 10, 2022 @ 17:02:50
  Author: tpowa
Revision: 444946

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

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 17:02:04 UTC (rev 444945)
+++ PKGBUILD2022-05-10 17:02:50 UTC (rev 444946)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.05
-pkgrel=42
+pkgrel=43
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



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

2022-05-10 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 10, 2022 @ 17:02:04
  Author: tpowa
Revision: 444945

archrelease: copy trunk to extra-any

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

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

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

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

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

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

2022-05-10 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 10, 2022 @ 17:01:58
  Author: tpowa
Revision: 444944

upgpkg: archboot 2022.05-43: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 15:46:17 UTC (rev 444943)
+++ PKGBUILD2022-05-10 17:01:58 UTC (rev 444944)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.05
-pkgrel=42
+pkgrel=43
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-05-10 Thread Caleb Maclennan via arch-commits
Date: Tuesday, May 10, 2022 @ 17:01:14
  Author: alerque
Revision: 1198215

archrelease: copy trunk to community-x86_64

Added:
  github-cli/repos/community-x86_64/PKGBUILD
(from rev 1198214, github-cli/trunk/PKGBUILD)
Deleted:
  github-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 17:00:48 UTC (rev 1198214)
+++ PKGBUILD2022-05-10 17:01:14 UTC (rev 1198215)
@@ -1,52 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Caleb Maclennan 
-# Contributor: Eli Schwartz 
-# Contributor: Richard Bradfield 
-
-pkgname=github-cli
-pkgver=2.9.0
-pkgrel=2
-pkgdesc="The GitHub CLI"
-arch=("x86_64")
-url="https://github.com/cli/cli;
-license=("MIT")
-depends=("glibc" "mailcap")
-makedepends=("go" "git")
-optdepends=("git: To interact with repositories")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('730b600d33afb67d84af4dca1af80cb1fbff79d302ac4f840fc8e9e4c25fceb7')
-
-prepare() {
-cd "cli-${pkgver}"
-# TODO: These tests invoke the TTY and our container *really* does not 
like that
-rm pkg/cmd/auth/login/login_test.go
-}
-
-build() {
-cd "cli-$pkgver"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export CGO_ENABLED=0
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-
-make GH_VERSION="v$pkgver" bin/gh manpages
-bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
-bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
-bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
-}
-
-check(){
-cd "cli-$pkgver"
-make test
-}
-
-package() {
-cd "cli-$pkgver"
-make DESTDIR="${pkgdir}" prefix="/usr" install
-cp -r share/ "$pkgdir"/usr
-install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: github-cli/repos/community-x86_64/PKGBUILD (from rev 1198214, 
github-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 17:01:14 UTC (rev 1198215)
@@ -0,0 +1,52 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Caleb Maclennan 
+# Contributor: Eli Schwartz 
+# Contributor: Richard Bradfield 
+
+pkgname=github-cli
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="The GitHub CLI"
+arch=("x86_64")
+url="https://github.com/cli/cli;
+license=("MIT")
+depends=("glibc" "mailcap")
+makedepends=("go" "git")
+optdepends=("git: To interact with repositories")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('87b0b4e40a753add0897589b751616563b18ab4d18388ea3f84b5aab48cfe868')
+
+prepare() {
+cd "cli-${pkgver}"
+# TODO: These tests invoke the TTY and our container *really* does not 
like that
+rm pkg/cmd/auth/login/login_test.go
+}
+
+build() {
+cd "cli-$pkgver"
+
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export CGO_ENABLED=0
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+
+make GH_VERSION="v$pkgver" bin/gh manpages
+bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
+bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
+bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
+}
+
+check(){
+cd "cli-$pkgver"
+make test
+}
+
+package() {
+cd "cli-$pkgver"
+make DESTDIR="${pkgdir}" prefix="/usr" install
+cp -r share/ "$pkgdir"/usr
+install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
+}



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

2022-05-10 Thread Caleb Maclennan via arch-commits
Date: Tuesday, May 10, 2022 @ 17:00:48
  Author: alerque
Revision: 1198214

archrelease: copy trunk to community-x86_64

Added:
  ugrep/repos/community-x86_64/PKGBUILD
(from rev 1198213, ugrep/trunk/PKGBUILD)
Deleted:
  ugrep/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 17:00:41 UTC (rev 1198213)
+++ PKGBUILD2022-05-10 17:00:48 UTC (rev 1198214)
@@ -1,30 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Adria Arrufat 
-
-pkgname=ugrep
-pkgver=3.7.10
-pkgrel=1
-pkgdesc='ultra fast grep with interactive TUI, fuzzy search, boolean queries, 
hexdumps and more'
-arch=(x86_64)
-license=(BSD)
-url="https://github.com/Genivia/$pkgname;
-depends=(bzip2
- lz4
- pcre2
- xz
- zlib
- zstd)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('733503055e309e83898a403481d92357fc3b02d4642acdb51026dd2dd44e0477')
-
-build() {
-   cd "$_archive"
-   ./configure --prefix /usr
-}
-
-package() {
-   cd "$_archive"
-   make DESTDIR="$pkgdir" install
-   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE.txt
-}

Copied: ugrep/repos/community-x86_64/PKGBUILD (from rev 1198213, 
ugrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 17:00:48 UTC (rev 1198214)
@@ -0,0 +1,30 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Adria Arrufat 
+
+pkgname=ugrep
+pkgver=3.7.11
+pkgrel=1
+pkgdesc='ultra fast grep with interactive TUI, fuzzy search, boolean queries, 
hexdumps and more'
+arch=(x86_64)
+license=(BSD)
+url="https://github.com/Genivia/$pkgname;
+depends=(bzip2
+ lz4
+ pcre2
+ xz
+ zlib
+ zstd)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('47cf3eee0a6eb759a5ee53b8e0e09d5d1843c5597cfd83e9c88f1b29e6873b2b')
+
+build() {
+   cd "$_archive"
+   ./configure --prefix /usr
+}
+
+package() {
+   cd "$_archive"
+   make DESTDIR="$pkgdir" install
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE.txt
+}



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

2022-05-10 Thread Caleb Maclennan via arch-commits
Date: Tuesday, May 10, 2022 @ 17:00:41
  Author: alerque
Revision: 1198213

upgpkg: ugrep 3.7.11-1

Modified:
  ugrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 17:00:33 UTC (rev 1198212)
+++ PKGBUILD2022-05-10 17:00:41 UTC (rev 1198213)
@@ -2,7 +2,7 @@
 # Contributor: Adria Arrufat 
 
 pkgname=ugrep
-pkgver=3.7.10
+pkgver=3.7.11
 pkgrel=1
 pkgdesc='ultra fast grep with interactive TUI, fuzzy search, boolean queries, 
hexdumps and more'
 arch=(x86_64)
@@ -16,7 +16,7 @@
  zstd)
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('733503055e309e83898a403481d92357fc3b02d4642acdb51026dd2dd44e0477')
+sha256sums=('47cf3eee0a6eb759a5ee53b8e0e09d5d1843c5597cfd83e9c88f1b29e6873b2b')
 
 build() {
cd "$_archive"



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

2022-05-10 Thread Caleb Maclennan via arch-commits
Date: Tuesday, May 10, 2022 @ 17:00:33
  Author: alerque
Revision: 1198212

upgpkg: github-cli 2.10.0-1

Modified:
  github-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 16:21:28 UTC (rev 1198211)
+++ PKGBUILD2022-05-10 17:00:33 UTC (rev 1198212)
@@ -4,8 +4,8 @@
 # Contributor: Richard Bradfield 
 
 pkgname=github-cli
-pkgver=2.9.0
-pkgrel=2
+pkgver=2.10.0
+pkgrel=1
 pkgdesc="The GitHub CLI"
 arch=("x86_64")
 url="https://github.com/cli/cli;
@@ -14,7 +14,7 @@
 makedepends=("go" "git")
 optdepends=("git: To interact with repositories")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('730b600d33afb67d84af4dca1af80cb1fbff79d302ac4f840fc8e9e4c25fceb7')
+sha256sums=('87b0b4e40a753add0897589b751616563b18ab4d18388ea3f84b5aab48cfe868')
 
 prepare() {
 cd "cli-${pkgver}"



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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 15:45:49
  Author: heftig
Revision: 444942

archrelease: copy trunk to extra-x86_64

Added:
  wireplumber/repos/extra-x86_64/PKGBUILD
(from rev 444941, wireplumber/trunk/PKGBUILD)
  wireplumber/repos/extra-x86_64/wireplumber.install
(from rev 444941, wireplumber/trunk/wireplumber.install)
Deleted:
  wireplumber/repos/extra-x86_64/PKGBUILD
  wireplumber/repos/extra-x86_64/wireplumber.install

-+
 PKGBUILD|  147 +-
 wireplumber.install |   46 +++
 2 files changed, 97 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 15:45:36 UTC (rev 444941)
+++ PKGBUILD2022-05-10 15:45:49 UTC (rev 444942)
@@ -1,73 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=wireplumber
-pkgname=(wireplumber wireplumber-docs)
-_commit=3400acd0db95fefdda7595d20466c095902d8997 # tags/0.4.10
-pkgver=0.4.10
-pkgrel=1
-pkgdesc="Session / policy manager implementation for PipeWire"
-url="https://pipewire.pages.freedesktop.org/wireplumber/;
-arch=(x86_64)
-license=(MIT)
-makedepends=(git meson doxygen graphviz 'pipewire>=0.3.43' systemd glib2 lua
- gobject-introspection python-sphinx python-sphinx_rtd_theme
- python-breathe python-lxml)
-options=(debug)
-source=("$pkgbase::git+https://gitlab.freedesktop.org/pipewire/wireplumber.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  local meson_options=(
--D system-lua=true
--D elogind=disabled
-  )
-
-  arch-meson $pkgbase build "${meson_options[@]}"
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_wireplumber() {
-  depends=('pipewire>=0.3.43' lua libpipewire-0.3.so libsystemd.so
-   libg{lib,module,object,io}-2.0.so)
-  optdepends=('wireplumber-docs: Documentation')
-  provides=(pipewire-session-manager libwireplumber-0.4.so)
-  conflicts=(pipewire-media-session)
-  install=wireplumber.install
-
-  meson install -C build --destdir "$pkgdir"
-
-  _pick docs "$pkgdir"/usr/share/doc
-
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 $pkgbase/{NEWS,README}*
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgbase/LICENSE
-}
-
-package_wireplumber-docs() {
-  pkgdesc+=" - documentation"
-
-  mv docs/* "$pkgdir"
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgbase/LICENSE
-}
-
-# vim:set sw=2 et:

Copied: wireplumber/repos/extra-x86_64/PKGBUILD (from rev 444941, 
wireplumber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 15:45:49 UTC (rev 444942)
@@ -0,0 +1,74 @@
+# Maintainer: David Runge 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=wireplumber
+pkgname=(wireplumber wireplumber-docs)
+_commit=3400acd0db95fefdda7595d20466c095902d8997  # tags/0.4.10
+pkgver=0.4.10
+pkgrel=2
+pkgdesc="Session / policy manager implementation for PipeWire"
+url="https://pipewire.pages.freedesktop.org/wireplumber/;
+arch=(x86_64)
+license=(MIT)
+makedepends=(git meson doxygen graphviz 'pipewire>=0.3.43' systemd glib2 lua
+ gobject-introspection python-sphinx python-sphinx_rtd_theme
+ python-breathe python-lxml)
+options=(debug)
+source=("$pkgbase::git+https://gitlab.freedesktop.org/pipewire/wireplumber.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  local meson_options=(
+-D system-lua=true
+-D elogind=disabled
+  )
+
+  arch-meson $pkgbase build "${meson_options[@]}"
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_wireplumber() {
+  depends=('pipewire>=0.3.43' lua libpipewire-0.3.so libsystemd.so
+   libg{lib,module,object,io}-2.0.so)
+  optdepends=('wireplumber-docs: Documentation')
+  provides=(pipewire-session-manager libwireplumber-0.4.so)
+  conflicts=(pipewire-media-session)
+  replaces=('pipewire-media-session<=1:0.4.1-1')
+  install=wireplumber.install
+
+  meson install -C build --destdir "$pkgdir"
+
+  _pick docs "$pkgdir"/usr/share/doc
+
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 $pkgbase/{NEWS,README}*
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgbase/LICENSE
+}
+

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

2022-05-10 Thread Jan Steffens via arch-commits
Date: Tuesday, May 10, 2022 @ 15:45:36
  Author: heftig
Revision: 444941

0.4.10-2: replace pipewire-media-session; the latter is dead

Modified:
  wireplumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 15:26:03 UTC (rev 444940)
+++ PKGBUILD2022-05-10 15:45:36 UTC (rev 444941)
@@ -3,9 +3,9 @@
 
 pkgbase=wireplumber
 pkgname=(wireplumber wireplumber-docs)
-_commit=3400acd0db95fefdda7595d20466c095902d8997 # tags/0.4.10
+_commit=3400acd0db95fefdda7595d20466c095902d8997  # tags/0.4.10
 pkgver=0.4.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Session / policy manager implementation for PipeWire"
 url="https://pipewire.pages.freedesktop.org/wireplumber/;
 arch=(x86_64)
@@ -52,6 +52,7 @@
   optdepends=('wireplumber-docs: Documentation')
   provides=(pipewire-session-manager libwireplumber-0.4.so)
   conflicts=(pipewire-media-session)
+  replaces=('pipewire-media-session<=1:0.4.1-1')
   install=wireplumber.install
 
   meson install -C build --destdir "$pkgdir"



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

2022-05-10 Thread David Runge via arch-commits
Date: Tuesday, May 10, 2022 @ 15:27:41
  Author: dvzrv
Revision: 1198072

archrelease: copy trunk to community-x86_64

Added:
  aeolus/repos/community-x86_64/PKGBUILD
(from rev 1198071, aeolus/trunk/PKGBUILD)
  aeolus/repos/community-x86_64/aeolus-0.10.1-makefile.patch
(from rev 1198071, aeolus/trunk/aeolus-0.10.1-makefile.patch)
  aeolus/repos/community-x86_64/aeolus.conf
(from rev 1198071, aeolus/trunk/aeolus.conf)
Deleted:
  aeolus/repos/community-x86_64/PKGBUILD
  aeolus/repos/community-x86_64/aeolus-0.10.1-makefile.patch
  aeolus/repos/community-x86_64/aeolus.conf

--+
 PKGBUILD |  120 -
 aeolus-0.10.1-makefile.patch |   40 ++---
 aeolus.conf  |6 +-
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 15:27:29 UTC (rev 1198071)
+++ PKGBUILD2022-05-10 15:27:41 UTC (rev 1198072)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Tom K 
-# Contributor: Shinlun Hsieh 
-# Contributor: Christoph Zeiler 
-# Contributor: Philipp Überbacher 
-
-_stopver=0.4.0
-pkgname=aeolus
-pkgver=0.10.1
-pkgrel=2
-pkgdesc="Synthesised pipe organ emulator"
-arch=(x86_64)
-url="https://kokkinizita.linuxaudio.org/linuxaudio/aeolus/;
-license=(GPL3)
-groups=(pro-audio)
-depends=(gcc-libs glibc libx11)
-makedepends=(alsa-lib clthreads clxclient jack readline zita-alsa-pcmi)
-provides=(aeolus_txt.so aeolus_x11.so)
-options=(debug)
-source=(
-  
https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2
-  
https://kokkinizita.linuxaudio.org/linuxaudio/downloads/stops-$_stopver.tar.bz2
-  $pkgname.conf
-  $pkgname-0.10.1-makefile.patch
-)
-sha512sums=('fcc85cbcc8accbbd0e06d7bff3eb3007ca848b4150c036952485ab234e4b58a20fadf2d44133a0632f6fe0b58a67392e3747b474a301c46ae9b2de07bf314467'
-
'b465d8bcb89f60727d022a0c88ece24e37e7a3f8e19723f635adbb26e48f0eda042ae956a70cd7ece22f30e583331ff8d0b33eb8b2e61bf180360af4af562a67'
-
'b04689673aec928e2594a86b595a6f6d5d70408467c99379f6282f98dd9fbc1cab42b196927193a708e26229e665a121a22edf42e8ab49bb24d68d45bde3181c'
-
'58052400e26923b0244597a4139f129c92288468cfb9c9fc3d0c78e4d4c82f24534cca1f84c1c12b2c75ea66b79833bf204f6a017d9166f377f10d5f1d077313')
-b2sums=('fa246ee865990b65328ea7a17b7bb29c205ec9b2bdbe4f66f394e2eb3bcf20bfefbd193e684f8e4dbd18a600ab3b445cf443bfcbe593ae7357c246cc46ab'
-
'952568f4d5981dabc210bc3cdfd40dd8947fd6c0fb8959ff030b6dc7b2a9c6de68b28b6a3239a7c4233b1faa782a689007a723afbf1fd8cc236a8421561c3bcc'
-
'9e78a3e01bdd3a6ca0db65f37b0d17c39007752526079eac57607e7cd314fca41255c536e5a1dfb5233f81064f9e65f641c04613809749b0e7a62081c6f8a462'
-
'6fafd6f68a2b2cd919c70381a2791d6f61b47c465ae89a18f5b92020e5ecee2a278c6be5dd8c7ae27aba427efbe79fd729a00d156b224ad73c0c423e10e48b04')
-
-prepare() {
-  # strip -march=native
-  # call ldconfig in local context
-  patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-0.10.1-makefile.patch
-}
-
-build() {
-  make PREFIX=/usr SUFFIX='' -C $pkgname-$pkgver/source
-}
-
-package(){
-  depends+=(libasound.so libclthreads.so libclxclient.so libjack.so
-  libreadline.so libzita-alsa-pcmi.so)
-
-  make DESTDIR="$pkgdir" PREFIX=/usr SUFFIX='' install -C 
$pkgname-$pkgver/source
-  # docs
-  install -vDm 644 $pkgname-$pkgver/{AUTHORS,README} -t 
"$pkgdir/usr/share/doc/$pkgname/"
-  # system config file
-  install -vDm 644 $pkgname.conf -t "$pkgdir/etc/"
-  # stops
-  cd stops-$_stopver
-  find . -name definition -exec install -vDm 644 {} 
"$pkgdir/usr/share/$pkgname/stops/"{} \;
-  find . -name presets -exec install -vDm 644 {} 
"$pkgdir/usr/share/$pkgname/stops/"{} \;
-  find . -name '*.ae0' -exec install -vDm 644 {} -t 
"$pkgdir/usr/share/$pkgname/stops/" \;
-}

Copied: aeolus/repos/community-x86_64/PKGBUILD (from rev 1198071, 
aeolus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 15:27:41 UTC (rev 1198072)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Tom K 
+# Contributor: Shinlun Hsieh 
+# Contributor: Christoph Zeiler 
+# Contributor: Philipp Überbacher 
+
+_stopver=0.4.0
+pkgname=aeolus
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="Synthesised pipe organ emulator"
+arch=(x86_64)
+url="https://kokkinizita.linuxaudio.org/linuxaudio/aeolus/;
+license=(GPL3)
+groups=(pro-audio)
+depends=(gcc-libs glibc libx11)
+makedepends=(alsa-lib clthreads clxclient jack readline zita-alsa-pcmi)
+provides=(aeolus_txt.so aeolus_x11.so)
+options=(debug)
+source=(
+  
https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$pkgname-$pkgver.tar.bz2
+  
https://kokkinizita.linuxaudio.org/linuxaudio/downloads/stops-$_stopver.tar.bz2
+  $pkgname.conf
+  $pkgname-0.10.1-makefile.patch
+)

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

2022-05-10 Thread David Runge via arch-commits
Date: Tuesday, May 10, 2022 @ 15:27:29
  Author: dvzrv
Revision: 1198071

upgpkg: aeolus 0.10.4-1: Upgrade to 0.10.4.

Modified:
  aeolus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 15:07:11 UTC (rev 1198070)
+++ PKGBUILD2022-05-10 15:27:29 UTC (rev 1198071)
@@ -7,8 +7,8 @@
 
 _stopver=0.4.0
 pkgname=aeolus
-pkgver=0.10.1
-pkgrel=2
+pkgver=0.10.4
+pkgrel=1
 pkgdesc="Synthesised pipe organ emulator"
 arch=(x86_64)
 url="https://kokkinizita.linuxaudio.org/linuxaudio/aeolus/;
@@ -24,11 +24,11 @@
   $pkgname.conf
   $pkgname-0.10.1-makefile.patch
 )
-sha512sums=('fcc85cbcc8accbbd0e06d7bff3eb3007ca848b4150c036952485ab234e4b58a20fadf2d44133a0632f6fe0b58a67392e3747b474a301c46ae9b2de07bf314467'
+sha512sums=('4ef84ce7ca28c109ebc1327d3ecd18b1757617eca87313f4ed03a63a65c874de76bebf8dca780587a64e92dc881706c7fe888147475a30134648f02b570bad5a'
 
'b465d8bcb89f60727d022a0c88ece24e37e7a3f8e19723f635adbb26e48f0eda042ae956a70cd7ece22f30e583331ff8d0b33eb8b2e61bf180360af4af562a67'
 
'b04689673aec928e2594a86b595a6f6d5d70408467c99379f6282f98dd9fbc1cab42b196927193a708e26229e665a121a22edf42e8ab49bb24d68d45bde3181c'
 
'58052400e26923b0244597a4139f129c92288468cfb9c9fc3d0c78e4d4c82f24534cca1f84c1c12b2c75ea66b79833bf204f6a017d9166f377f10d5f1d077313')
-b2sums=('fa246ee865990b65328ea7a17b7bb29c205ec9b2bdbe4f66f394e2eb3bcf20bfefbd193e684f8e4dbd18a600ab3b445cf443bfcbe593ae7357c246cc46ab'
+b2sums=('7a0861cacb1c8cb4c02f081883c0f61de3cfbea1da8716dba394b63cac325795d51cdf935c3f6cc242ed68d0ccc474d7c424eaf93d7084fe8e8af20fe4b16355'
 
'952568f4d5981dabc210bc3cdfd40dd8947fd6c0fb8959ff030b6dc7b2a9c6de68b28b6a3239a7c4233b1faa782a689007a723afbf1fd8cc236a8421561c3bcc'
 
'9e78a3e01bdd3a6ca0db65f37b0d17c39007752526079eac57607e7cd314fca41255c536e5a1dfb5233f81064f9e65f641c04613809749b0e7a62081c6f8a462'
 
'6fafd6f68a2b2cd919c70381a2791d6f61b47c465ae89a18f5b92020e5ecee2a278c6be5dd8c7ae27aba427efbe79fd729a00d156b224ad73c0c423e10e48b04')



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

2022-05-10 Thread David Runge via arch-commits
Date: Tuesday, May 10, 2022 @ 15:26:03
  Author: dvzrv
Revision: 444940

archrelease: copy trunk to extra-x86_64

Added:
  wireplumber/repos/extra-x86_64/PKGBUILD
(from rev 444939, wireplumber/trunk/PKGBUILD)
  wireplumber/repos/extra-x86_64/wireplumber.install
(from rev 444939, wireplumber/trunk/wireplumber.install)
Deleted:
  wireplumber/repos/extra-x86_64/PKGBUILD
  wireplumber/repos/extra-x86_64/wireplumber.install

-+
 PKGBUILD|  146 +-
 wireplumber.install |   46 +++
 2 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-10 15:25:49 UTC (rev 444939)
+++ PKGBUILD2022-05-10 15:26:03 UTC (rev 444940)
@@ -1,73 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=wireplumber
-pkgname=(wireplumber wireplumber-docs)
-_commit=8b97b40c4467951fbd4181afb47e4175361365a6  # tags/0.4.9
-pkgver=0.4.9
-pkgrel=1
-pkgdesc="Session / policy manager implementation for PipeWire"
-arch=(x86_64)
-url="https://pipewire.pages.freedesktop.org/wireplumber/;
-license=(MIT)
-makedepends=(git meson doxygen graphviz 'pipewire>=0.3.43' systemd glib2 lua
- gobject-introspection python-sphinx python-sphinx_rtd_theme
- python-breathe python-lxml)
-options=(debug)
-source=("$pkgbase::git+https://gitlab.freedesktop.org/pipewire/wireplumber.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  local meson_options=(
--D system-lua=true
--D elogind=disabled
-  )
-
-  arch-meson $pkgbase build "${meson_options[@]}"
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_wireplumber() {
-  depends=('pipewire>=0.3.43' lua libpipewire-0.3.so libsystemd.so
-   libg{lib,module,object,io}-2.0.so)
-  optdepends=('wireplumber-docs: Documentation')
-  provides=(pipewire-session-manager libwireplumber-0.4.so)
-  conflicts=(pipewire-media-session)
-  install=wireplumber.install
-
-  meson install -C build --destdir "$pkgdir"
-
-  _pick docs "$pkgdir"/usr/share/doc
-
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 $pkgbase/{NEWS,README}*
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgbase/LICENSE
-}
-
-package_wireplumber-docs() {
-  pkgdesc+=" - documentation"
-
-  mv docs/* "$pkgdir"
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgbase/LICENSE
-}
-
-# vim:set sw=2 et:

Copied: wireplumber/repos/extra-x86_64/PKGBUILD (from rev 444939, 
wireplumber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-10 15:26:03 UTC (rev 444940)
@@ -0,0 +1,73 @@
+# Maintainer: David Runge 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=wireplumber
+pkgname=(wireplumber wireplumber-docs)
+_commit=3400acd0db95fefdda7595d20466c095902d8997 # tags/0.4.10
+pkgver=0.4.10
+pkgrel=1
+pkgdesc="Session / policy manager implementation for PipeWire"
+url="https://pipewire.pages.freedesktop.org/wireplumber/;
+arch=(x86_64)
+license=(MIT)
+makedepends=(git meson doxygen graphviz 'pipewire>=0.3.43' systemd glib2 lua
+ gobject-introspection python-sphinx python-sphinx_rtd_theme
+ python-breathe python-lxml)
+options=(debug)
+source=("$pkgbase::git+https://gitlab.freedesktop.org/pipewire/wireplumber.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  local meson_options=(
+-D system-lua=true
+-D elogind=disabled
+  )
+
+  arch-meson $pkgbase build "${meson_options[@]}"
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_wireplumber() {
+  depends=('pipewire>=0.3.43' lua libpipewire-0.3.so libsystemd.so
+   libg{lib,module,object,io}-2.0.so)
+  optdepends=('wireplumber-docs: Documentation')
+  provides=(pipewire-session-manager libwireplumber-0.4.so)
+  conflicts=(pipewire-media-session)
+  install=wireplumber.install
+
+  meson install -C build --destdir "$pkgdir"
+
+  _pick docs "$pkgdir"/usr/share/doc
+
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 $pkgbase/{NEWS,README}*
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgbase/LICENSE
+}
+
+package_wireplumber-docs() {
+  pkgdesc+=" - documentation"
+
+ 

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

2022-05-10 Thread David Runge via arch-commits
Date: Tuesday, May 10, 2022 @ 15:25:49
  Author: dvzrv
Revision: 444939

upgpkg: wireplumber 0.4.10-1: Upgrade to 0.4.10.

Modified:
  wireplumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 12:03:34 UTC (rev 444938)
+++ PKGBUILD2022-05-10 15:25:49 UTC (rev 444939)
@@ -3,8 +3,8 @@
 
 pkgbase=wireplumber
 pkgname=(wireplumber wireplumber-docs)
-_commit=8b97b40c4467951fbd4181afb47e4175361365a6  # tags/0.4.9
-pkgver=0.4.9
+_commit=3400acd0db95fefdda7595d20466c095902d8997 # tags/0.4.10
+pkgver=0.4.10
 pkgrel=1
 pkgdesc="Session / policy manager implementation for PipeWire"
 url="https://pipewire.pages.freedesktop.org/wireplumber/;



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

2022-05-10 Thread Felix Yan via arch-commits
Date: Tuesday, May 10, 2022 @ 15:07:11
  Author: felixonmars
Revision: 1198070

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 1198069, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 1198069, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-10 15:07:11 UTC (rev 1198070)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.3.0.0
+pkgrel=171
+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-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 --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -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)

2022-05-10 Thread Felix Yan via arch-commits
Date: Tuesday, May 10, 2022 @ 15:07:00
  Author: felixonmars
Revision: 1198069

upgpkg: haskell-language-server 1.3.0.0-171: rebuild with zlib 0.6.3.0

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 15:04:46 UTC (rev 1198068)
+++ PKGBUILD2022-05-10 15:07:00 UTC (rev 1198069)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.3.0.0
-pkgrel=170
+pkgrel=171
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



[arch-commits] Commit in haskell-hls-pragmas-plugin/repos (2 files)

2022-05-10 Thread Felix Yan via arch-commits
Date: Tuesday, May 10, 2022 @ 15:04:46
  Author: felixonmars
Revision: 1198068

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1198067, haskell-hls-pragmas-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1198067, haskell-hls-pragmas-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-10 15:04:46 UTC (rev 1198068)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-pragmas-plugin
+pkgname=haskell-hls-pragmas-plugin
+pkgver=1.0.1.0
+pkgrel=147
+pkgdesc="Pragmas plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-pragmas-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-fuzzy' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('bf284033b7d2c3491b655ca32a7a791a4e62c838a4caafea36e28844052b2a192cf39d97ae1415a698ea22d7ffcc5f0290c37a91bba841b93c1ceabe089d7e07')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-pragmas-plugin/trunk (PKGBUILD)

2022-05-10 Thread Felix Yan via arch-commits
Date: Tuesday, May 10, 2022 @ 15:04:35
  Author: felixonmars
Revision: 1198067

upgpkg: haskell-hls-pragmas-plugin 1.0.1.0-147: rebuild with zlib 0.6.3.0

Modified:
  haskell-hls-pragmas-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 15:04:29 UTC (rev 1198066)
+++ PKGBUILD2022-05-10 15:04:35 UTC (rev 1198067)
@@ -3,7 +3,7 @@
 _hkgname=hls-pragmas-plugin
 pkgname=haskell-hls-pragmas-plugin
 pkgver=1.0.1.0
-pkgrel=146
+pkgrel=147
 pkgdesc="Pragmas plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-pragmas-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-module-name-plugin/repos (2 files)

2022-05-10 Thread Felix Yan via arch-commits
Date: Tuesday, May 10, 2022 @ 15:04:29
  Author: felixonmars
Revision: 1198066

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-module-name-plugin/repos/community-staging-x86_64/
  haskell-hls-module-name-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1198065, haskell-hls-module-name-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-module-name-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1198065, haskell-hls-module-name-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-10 15:04:29 UTC (rev 1198066)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-module-name-plugin
+pkgname=haskell-hls-module-name-plugin
+pkgver=1.0.0.1
+pkgrel=147
+pkgdesc="Module name plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-module-name-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ghcide' 'haskell-hls-plugin-api' 
'haskell-lsp'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0a4d0171df49d2d417dac00853a9f0c58618efb7a5805ab3b95441f0d8c60872947935ca94b33ca75518e311a136a893f0e3744fc49cdb94fba6f55367f3c0be')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-module-name-plugin/trunk (PKGBUILD)

2022-05-10 Thread Felix Yan via arch-commits
Date: Tuesday, May 10, 2022 @ 15:04:18
  Author: felixonmars
Revision: 1198065

upgpkg: haskell-hls-module-name-plugin 1.0.0.1-147: rebuild with zlib 0.6.3.0

Modified:
  haskell-hls-module-name-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 15:04:12 UTC (rev 1198064)
+++ PKGBUILD2022-05-10 15:04:18 UTC (rev 1198065)
@@ -3,7 +3,7 @@
 _hkgname=hls-module-name-plugin
 pkgname=haskell-hls-module-name-plugin
 pkgver=1.0.0.1
-pkgrel=146
+pkgrel=147
 pkgdesc="Module name plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-module-name-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-call-hierarchy-plugin/repos (2 files)

2022-05-10 Thread Felix Yan via arch-commits
Date: Tuesday, May 10, 2022 @ 15:04:12
  Author: felixonmars
Revision: 1198064

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/
  haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1198063, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1198063, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-10 15:04:12 UTC (rev 1198064)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-call-hierarchy-plugin
+pkgname=haskell-hls-call-hierarchy-plugin
+pkgver=1.0.0.0
+pkgrel=147
+pkgdesc="Call hierarchy plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghcide' 'haskell-hiedb' 'haskell-hls-plugin-api' 
'haskell-lens' 'haskell-lsp'
+ 'haskell-sqlite-simple' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('4b3103a98ec57c9f050ffd1c534a0e23b1bfcbe78dda441c351b874939ce34a8')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-call-hierarchy-plugin/trunk (PKGBUILD)

2022-05-10 Thread Felix Yan via arch-commits
Date: Tuesday, May 10, 2022 @ 15:04:02
  Author: felixonmars
Revision: 1198063

upgpkg: haskell-hls-call-hierarchy-plugin 1.0.0.0-147: rebuild with zlib 0.6.3.0

Modified:
  haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 15:03:55 UTC (rev 1198062)
+++ PKGBUILD2022-05-10 15:04:02 UTC (rev 1198063)
@@ -3,7 +3,7 @@
 _hkgname=hls-call-hierarchy-plugin
 pkgname=haskell-hls-call-hierarchy-plugin
 pkgver=1.0.0.0
-pkgrel=146
+pkgrel=147
 pkgdesc="Call hierarchy plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-eval-plugin/repos (2 files)

2022-05-10 Thread Felix Yan via arch-commits
Date: Tuesday, May 10, 2022 @ 15:03:55
  Author: felixonmars
Revision: 1198062

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-eval-plugin/repos/community-staging-x86_64/
  haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1198061, haskell-hls-eval-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1198061, haskell-hls-eval-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-10 15:03:55 UTC (rev 1198062)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-eval-plugin
+pkgname=haskell-hls-eval-plugin
+pkgver=1.1.2.0
+pkgrel=149
+pkgdesc="Eval plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-quickcheck' 'haskell-aeson' 
'haskell-dlist'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-ghcide'
+ 'haskell-hashable' 'haskell-hls-plugin-api' 'haskell-lens' 
'haskell-lsp'
+ 'haskell-lsp-types' 'haskell-megaparsec' 'haskell-parser-combinators'
+ 'haskell-pretty-simple' 'haskell-safe-exceptions' 'haskell-temporary' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('8597144404060b56aa84d2a6549306924de6aa99ff8fa121f0a3e6fbf2facc979e36dc9304fd041833201044f59e1745574eb1a1e3459b22baf0fae3f40d96e1')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  # https://github.com/haskell/haskell-language-server/issues/1809
+  runhaskell Setup test --show-details=direct || echo "Tests failed"
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-eval-plugin/trunk (PKGBUILD)

2022-05-10 Thread Felix Yan via arch-commits
Date: Tuesday, May 10, 2022 @ 15:03:44
  Author: felixonmars
Revision: 1198061

upgpkg: haskell-hls-eval-plugin 1.1.2.0-149: rebuild with zlib 0.6.3.0

Modified:
  haskell-hls-eval-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-10 15:03:38 UTC (rev 1198060)
+++ PKGBUILD2022-05-10 15:03:44 UTC (rev 1198061)
@@ -3,7 +3,7 @@
 _hkgname=hls-eval-plugin
 pkgname=haskell-hls-eval-plugin
 pkgver=1.1.2.0
-pkgrel=148
+pkgrel=149
 pkgdesc="Eval plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



[arch-commits] Commit in haskell-hls-ormolu-plugin/repos (2 files)

2022-05-10 Thread Felix Yan via arch-commits
Date: Tuesday, May 10, 2022 @ 15:03:38
  Author: felixonmars
Revision: 1198060

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1198059, haskell-hls-ormolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1198059, haskell-hls-ormolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-10 15:03:38 UTC (rev 1198060)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-ormolu-plugin
+pkgname=haskell-hls-ormolu-plugin
+pkgver=1.0.1.0
+pkgrel=152
+pkgdesc="Integration with the Ormolu code formatter"
+url="https://hackage.haskell.org/package/hls-ormolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide'
+ 'haskell-hls-plugin-api' 'haskell-lens' 'haskell-lsp' 
'haskell-ormolu')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('330242298e6c4608d31bb0eac3ef926cfd7d5ff2bd07ab57cd46a1904c133322181e2e35da3beb01f1f97efd466d653d12a3563939fe86e70d820301aca52661')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



  1   2   3   4   5   6   7   8   9   10   >