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

2022-04-28 Thread Tobias Powalowski via arch-commits
Date: Friday, April 29, 2022 @ 05:11:15
  Author: tpowa
Revision: 444260

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 444259, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 444259, 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-04-29 05:11:09 UTC (rev 444259)
+++ PKGBUILD2022-04-29 05:11:15 UTC (rev 444260)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.04
-pkgrel=62
-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')
-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 444259, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 05:11:15 UTC (rev 444260)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.04
+pkgrel=63
+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' 

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

2022-04-28 Thread Tobias Powalowski via arch-commits
Date: Friday, April 29, 2022 @ 05:11:09
  Author: tpowa
Revision: 444259

upgpkg: archboot-arm 2022.04-63: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 05:10:20 UTC (rev 444258)
+++ PKGBUILD2022-04-29 05:11:09 UTC (rev 444259)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.04
-pkgrel=62
+pkgrel=63
 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-04-28 Thread Tobias Powalowski via arch-commits
Date: Friday, April 29, 2022 @ 05:10:20
  Author: tpowa
Revision: 444258

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 444257, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 444257, 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-04-29 05:10:13 UTC (rev 444257)
+++ PKGBUILD2022-04-29 05:10:20 UTC (rev 444258)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.04
-pkgrel=62
-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')
-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 444257, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 05:10:20 UTC (rev 444258)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.04
+pkgrel=63
+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' 

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

2022-04-28 Thread Tobias Powalowski via arch-commits
Date: Friday, April 29, 2022 @ 05:10:13
  Author: tpowa
Revision: 444257

upgpkg: archboot 2022.04-63: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 04:39:23 UTC (rev 444256)
+++ PKGBUILD2022-04-29 05:10:13 UTC (rev 444257)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.04
-pkgrel=62
+pkgrel=63
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-04-28 Thread Daurnimator via arch-commits
Date: Friday, April 29, 2022 @ 03:18:54
  Author: daurnimator
Revision: 1191759

archrelease: copy trunk to community-x86_64

Added:
  grafana-agent/repos/community-x86_64/PKGBUILD
(from rev 1191758, grafana-agent/trunk/PKGBUILD)
  grafana-agent/repos/community-x86_64/grafana-agent.service
(from rev 1191758, grafana-agent/trunk/grafana-agent.service)
  grafana-agent/repos/community-x86_64/grafana-agent.sysusers
(from rev 1191758, grafana-agent/trunk/grafana-agent.sysusers)
  grafana-agent/repos/community-x86_64/grafana-agent.tmpfiles
(from rev 1191758, grafana-agent/trunk/grafana-agent.tmpfiles)
Deleted:
  grafana-agent/repos/community-x86_64/PKGBUILD
  grafana-agent/repos/community-x86_64/grafana-agent.service
  grafana-agent/repos/community-x86_64/grafana-agent.sysusers
  grafana-agent/repos/community-x86_64/grafana-agent.tmpfiles

+
 PKGBUILD   |  170 ---
 grafana-agent.service  |   62 -
 grafana-agent.sysusers |4 -
 grafana-agent.tmpfiles |2 
 4 files changed, 122 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 03:18:25 UTC (rev 1191758)
+++ PKGBUILD2022-04-29 03:18:54 UTC (rev 1191759)
@@ -1,82 +0,0 @@
-# Maintainer: Daurnimator 
-
-pkgname=('grafana-agent' 'grafana-agentctl' 'grafana-agent-crow')
-pkgver=0.24.1
-pkgrel=1
-pkgdesc='Grafana Agent is a telemetry collector for sending metrics, logs, and 
trace data to the opinionated Grafana observability stack'
-url='https://github.com/grafana/agent'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-options=('!lto')
-source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/agent/archive/v$pkgver.tar.gz
-grafana-agent.sysusers grafana-agent.service grafana-agent.tmpfiles)
-sha512sums=('d3cbfe563b4b0a006238ed2acc04232f08470f0436f05ef224bbfc82a642de1246554f3b9a66e84dad7c1694be974cb5be3b6ecb659fd49bc77e5fe45552783b'
-
'1e58f6273562fd6ddeae41bb6d223230ed301199af6bd2f85fa3d2c1e6352952c600cd4488ad769069519c42b6863be84aaa2c93c88f696e5a0bedbb93758d0e'
-
'3f8debbc4732009f54c063d70c2dce4846b81b829f495d25a431fef857077c83949d777f763de8c106fb8d1cf0bd7e874680db8387b4811704b1a303932fa090'
-
'3a4c4896b2454272b5a2d53ba5aa7009fa5b42a573fef521afb5d9712e53119539c4195d2b149d04d086c5fa197ccf7dc9bbdc407efb55514e3c92b994121fa8')
-
-prepare() {
-  cd "agent-$pkgver"
-
-  go mod download
-}
-
-build() {
-  cd "agent-$pkgver"
-
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOPROXY=off
-  for path in cmd/agent cmd/agentctl tools/crow; do
-go build \
-  -trimpath \
-  -buildmode=pie \
-  -mod=readonly \
-  -modcacherw \
-  -ldflags " \
- -X github.com/grafana/agent/pkg/build.Version=$pkgver
- -X github.com/grafana/agent/pkg/build.BuildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH})
- -linkmode external
- -extldflags \"${LDFLAGS}\"" \
-  "./$path"
-  done
-}
-
-check() {
-  cd "agent-$pkgver"
-
-  go test -v ./cmd/agent/... ./cmd/agentctl/... ./tools/crow/...
-}
-
-package_grafana-agent() {
-  backup=('etc/grafana-agent.yaml')
-
-  cd "agent-$pkgver"
-
-  install -Dm755 agent "$pkgdir/usr/bin/grafana-agent"
-  install -Dm644 packaging/grafana-agent.yaml "$pkgdir/etc/grafana-agent.yaml"
-
-  install -Dm644 "$srcdir/grafana-agent.sysusers" 
"$pkgdir/usr/lib/sysusers.d/grafana-agent.conf"
-  install -Dm644 "$srcdir/grafana-agent.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/grafana-agent.conf"
-  install -Dm644 "$srcdir/grafana-agent.service" 
"$pkgdir/usr/lib/systemd/system/grafana-agent.service"
-}
-
-package_grafana-agentctl() {
-  pkgdesc="provides utilities for interacting with Grafana Agent"
-
-  cd "agent-$pkgver"
-
-  install -Dm755 -t "$pkgdir"/usr/bin agentctl
-}
-
-package_grafana-agent-crow() {
-  pkgdesc="A correctness checker tool that validates that scraped metrics are 
delivered to a remote_write endpoint."
-
-  cd "agent-$pkgver"
-
-  install -Dm755 crow "$pkgdir"/usr/bin/grafana-agent-crow
-}

Copied: grafana-agent/repos/community-x86_64/PKGBUILD (from rev 1191758, 
grafana-agent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 03:18:54 UTC (rev 1191759)
@@ -0,0 +1,88 @@
+# Maintainer: Daurnimator 
+
+pkgname=('grafana-agent' 'grafana-agentctl' 'grafana-agent-crow')
+pkgver=0.24.1
+pkgrel=2
+pkgdesc='Grafana Agent is a telemetry collector for sending metrics, logs, and 
trace data to the opinionated Grafana observability stack'
+url='https://github.com/grafana/agent'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+options=('!lto')

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

2022-04-28 Thread Daurnimator via arch-commits
Date: Friday, April 29, 2022 @ 03:18:25
  Author: daurnimator
Revision: 1191758

upgpkg: grafana-agent 0.24.1-2

Modified:
  grafana-agent/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 03:06:26 UTC (rev 1191757)
+++ PKGBUILD2022-04-29 03:18:25 UTC (rev 1191758)
@@ -2,7 +2,7 @@
 
 pkgname=('grafana-agent' 'grafana-agentctl' 'grafana-agent-crow')
 pkgver=0.24.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Grafana Agent is a telemetry collector for sending metrics, logs, and 
trace data to the opinionated Grafana observability stack'
 url='https://github.com/grafana/agent'
 arch=('x86_64')
@@ -11,8 +11,10 @@
 makedepends=('go')
 options=('!lto')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/agent/archive/v$pkgver.tar.gz
+
"https://github.com/grafana/agent/commit/9e373f7b128c5045618371837dcdb0fc86dcbe76.patch;
 grafana-agent.sysusers grafana-agent.service grafana-agent.tmpfiles)
 
sha512sums=('d3cbfe563b4b0a006238ed2acc04232f08470f0436f05ef224bbfc82a642de1246554f3b9a66e84dad7c1694be974cb5be3b6ecb659fd49bc77e5fe45552783b'
+
'237048bb6c02b2ce35fc7f4f70e2095da1fbd1e2fbbe7251f3c3d38dd79332320dd47b1a05564cd6ccea547fd23f4733b33e01cae0f58a46292336c25c92dee3'
 
'1e58f6273562fd6ddeae41bb6d223230ed301199af6bd2f85fa3d2c1e6352952c600cd4488ad769069519c42b6863be84aaa2c93c88f696e5a0bedbb93758d0e'
 
'3f8debbc4732009f54c063d70c2dce4846b81b829f495d25a431fef857077c83949d777f763de8c106fb8d1cf0bd7e874680db8387b4811704b1a303932fa090'
 
'3a4c4896b2454272b5a2d53ba5aa7009fa5b42a573fef521afb5d9712e53119539c4195d2b149d04d086c5fa197ccf7dc9bbdc407efb55514e3c92b994121fa8')
@@ -20,6 +22,8 @@
 prepare() {
   cd "agent-$pkgver"
 
+  patch -p1 -i ../9e373f7b128c5045618371837dcdb0fc86dcbe76.patch
+
   go mod download
 }
 
@@ -49,6 +53,8 @@
 check() {
   cd "agent-$pkgver"
 
+  ./agent -version
+
   go test -v ./cmd/agent/... ./cmd/agentctl/... ./tools/crow/...
 }
 



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

2022-04-28 Thread Daniel M. Capella via arch-commits
Date: Friday, April 29, 2022 @ 03:06:26
  Author: polyzen
Revision: 1191757

archrelease: copy trunk to community-x86_64

Added:
  go-yq/repos/community-x86_64/PKGBUILD
(from rev 1191756, go-yq/trunk/PKGBUILD)
Deleted:
  go-yq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 03:06:02 UTC (rev 1191756)
+++ PKGBUILD2022-04-29 03:06:26 UTC (rev 1191757)
@@ -1,52 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Maintainer: Caleb Maclennan 
-# Contributor: Mario Finelli 
-
-pkgname=go-yq
-pkgver=4.24.5
-pkgrel=1
-pkgdesc='Portable command-line YAML processor'
-arch=('x86_64')
-url=https://github.com/mikefarah/yq
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-conflicts=('yq')
-source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
-b2sums=('416b9648e5b32d4066adaa4f11d439a7b0dbea9714fb38499378ed801fec178a1c51bfef2596c158780d86d226f35102168d704f1636035a0760f8cfcd5fca97')
-
-prepare() {
-  cd yq-$pkgver
-  go mod vendor
-}
-
-build() {
-  cd yq-$pkgver
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-modcacherw"
-  go build .
-}
-
-check() {
-  cd yq-$pkgver
-  go test ./...
-}
-
-package() {
-  cd yq-$pkgver
-  install -Dt "$pkgdir"/usr/bin yq
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-
-  ./yq shell-completion bash | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/bash-completion/completions/yq
-  ./yq shell-completion zsh | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/zsh/site-functions/_yq
-  ./yq shell-completion fish | install -Dm644 /dev/stdin \
-"$pkgdir"/usr/share/fish/vendor_completions.d/yq.fish
-}
-
-# vim:set ts=2 sw=2 et:

Copied: go-yq/repos/community-x86_64/PKGBUILD (from rev 1191756, 
go-yq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 03:06:26 UTC (rev 1191757)
@@ -0,0 +1,52 @@
+# Maintainer: Daniel M. Capella 
+# Maintainer: Caleb Maclennan 
+# Contributor: Mario Finelli 
+
+pkgname=go-yq
+pkgver=4.25.1
+pkgrel=1
+pkgdesc='Portable command-line YAML processor'
+arch=('x86_64')
+url=https://github.com/mikefarah/yq
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+conflicts=('yq')
+source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
+b2sums=('dea399ba911abe94ffbd529adc9bc091901418b82ef7941cc0dd67ccc8b2b752eb0ed51a2cb4f1653f09f58441cb1e20afeeac62d27afdd385ff769214837dc0')
+
+prepare() {
+  cd yq-$pkgver
+  go mod vendor
+}
+
+build() {
+  cd yq-$pkgver
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-modcacherw"
+  go build .
+}
+
+check() {
+  cd yq-$pkgver
+  go test ./...
+}
+
+package() {
+  cd yq-$pkgver
+  install -Dt "$pkgdir"/usr/bin yq
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+
+  ./yq shell-completion bash | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/bash-completion/completions/yq
+  ./yq shell-completion zsh | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/zsh/site-functions/_yq
+  ./yq shell-completion fish | install -Dm644 /dev/stdin \
+"$pkgdir"/usr/share/fish/vendor_completions.d/yq.fish
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-04-28 Thread Daniel M. Capella via arch-commits
Date: Friday, April 29, 2022 @ 03:06:02
  Author: polyzen
Revision: 1191756

upgpkg: go-yq 4.25.1-1

Modified:
  go-yq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 02:09:12 UTC (rev 1191755)
+++ PKGBUILD2022-04-29 03:06:02 UTC (rev 1191756)
@@ -3,7 +3,7 @@
 # Contributor: Mario Finelli 
 
 pkgname=go-yq
-pkgver=4.24.5
+pkgver=4.25.1
 pkgrel=1
 pkgdesc='Portable command-line YAML processor'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('go')
 conflicts=('yq')
 source=("$url/archive/v$pkgver/yq-$pkgver.tar.gz")
-b2sums=('416b9648e5b32d4066adaa4f11d439a7b0dbea9714fb38499378ed801fec178a1c51bfef2596c158780d86d226f35102168d704f1636035a0760f8cfcd5fca97')
+b2sums=('dea399ba911abe94ffbd529adc9bc091901418b82ef7941cc0dd67ccc8b2b752eb0ed51a2cb4f1653f09f58441cb1e20afeeac62d27afdd385ff769214837dc0')
 
 prepare() {
   cd yq-$pkgver



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

2022-04-28 Thread Evangelos Foutras via arch-commits
Date: Friday, April 29, 2022 @ 02:11:16
  Author: foutrelis
Revision: 444255

archrelease: copy trunk to extra-x86_64

Added:
  pidgin/repos/extra-x86_64/PKGBUILD
(from rev 444254, pidgin/trunk/PKGBUILD)
Deleted:
  pidgin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 02:11:11 UTC (rev 444254)
+++ PKGBUILD2022-04-29 02:11:16 UTC (rev 444255)
@@ -1,106 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Fehr 
-# Contributor: Lucien Immink 
-
-pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.14.8
-pkgrel=1
-arch=('x86_64')
-url="https://pidgin.im/;
-license=('GPL')
-makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
- 'libidn' 'libgadu' 'python' 'hicolor-icon-theme' 'farstream' 'tk'
- 'libnsl' 'avahi' 'ca-certificates' 'intltool' 'libnm' 'dbus-glib'
- 'libgnt' 'libxcrypt')
-options=('!emptydirs')
-source=(https://downloads.sourceforge.net/project/pidgin/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
-sha256sums=('3f8085c0211c4ca1ba9f8a03889b3d60738432c1673b57b0086070ef6e094cca'
-'SKIP')
-validpgpkeys=('40DE1DC7288FE3F50AB938C548F66AFFD9BDB729') # Gary Kramlich 

-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-schemas-install \
---disable-gevolution \
---disable-meanwhile \
---disable-gnutls \
---enable-cyrus-sasl \
---disable-doxygen \
---enable-nm \
---with-system-ssl-certs=/etc/ssl/certs
-make
-}
-
-package_pidgin(){
-  pkgdesc="Multi-protocol instant messaging client"
-  depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
-   'gst-plugins-base' 'gst-plugins-good' 'hicolor-icon-theme')
-  optdepends=('aspell: for spelling correction')
-
-  cd $pkgbase-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  make -C pidgin DESTDIR="$pkgdir" install
-  make -C doc DESTDIR="$pkgdir" install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
-
-  rm "$pkgdir/usr/share/man/man1/finch.1"
-
-  # https://bugs.archlinux.org/task/53770
-  # https://bugs.archlinux.org/task/69026
-  find "$pkgdir/usr/lib/perl5" -name perllocal.pod -delete
-}
-
-package_libpurple(){
-  pkgdesc="IM library extracted from Pidgin"
-  depends=('farstream' 'libsasl' 'libidn' 'libnsl' 'libgadu' 'dbus-glib' 'nss'
-   'libnm' 'libxcrypt')
-  optdepends=('avahi: Bonjour protocol support'
-  'ca-certificates: SSL CA certificates'
-  'python-dbus: for purple-remote and purple-url-handler'
-  'tk: Tcl/Tk scripting support')
-
-  cd $pkgbase-$pkgver
-
-  for _dir in libpurple share/sounds share/ca-certs m4macros po; do
-make -C "$_dir" DESTDIR="$pkgdir" install
-  done
-
-  # https://bugs.archlinux.org/task/53770
-  # https://bugs.archlinux.org/task/69026
-  find "$pkgdir/usr/lib/perl5" -name perllocal.pod -delete
-}
-
-package_finch(){
-  pkgdesc="A ncurses-based messaging client"
-  depends=('libpurple' 'libgnt' 'libx11')
-
-  cd $pkgbase-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  make -C finch DESTDIR="$pkgdir" install
-  make -C doc DESTDIR="$pkgdir" install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
-
-  rm "$pkgdir"/usr/share/man/man1/pidgin.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pidgin/repos/extra-x86_64/PKGBUILD (from rev 444254, 
pidgin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 02:11:16 UTC (rev 444255)
@@ -0,0 +1,106 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Lucien Immink 
+
+pkgname=('pidgin' 'libpurple' 'finch')
+pkgver=2.14.9
+pkgrel=1
+arch=('x86_64')
+url="https://pidgin.im/;
+license=('GPL')
+makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
+ 'libidn' 'libgadu' 'python' 'hicolor-icon-theme' 'farstream' 'tk'
+ 'libnsl' 'avahi' 'ca-certificates' 'intltool' 'libnm' 'dbus-glib'
+ 'libgnt' 'libxcrypt')
+options=('!emptydirs')
+source=(https://downloads.sourceforge.net/project/pidgin/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('1872d1629a26e9b775d9ec0bdd3d3fd348f721376f320b29bcd5ff3f0443222b'
+'SKIP')
+validpgpkeys=('40DE1DC7288FE3F50AB938C548F66AFFD9BDB729') # Gary Kramlich 

+
+prepare() {
+  

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

2022-04-28 Thread Evangelos Foutras via arch-commits
Date: Friday, April 29, 2022 @ 02:11:11
  Author: foutrelis
Revision: 444254

upgpkg: pidgin 2.14.9-1: new upstream release

Modified:
  pidgin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 01:31:09 UTC (rev 444253)
+++ PKGBUILD2022-04-29 02:11:11 UTC (rev 444254)
@@ -5,7 +5,7 @@
 # Contributor: Lucien Immink 
 
 pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.14.8
+pkgver=2.14.9
 pkgrel=1
 arch=('x86_64')
 url="https://pidgin.im/;
@@ -16,7 +16,7 @@
  'libgnt' 'libxcrypt')
 options=('!emptydirs')
 
source=(https://downloads.sourceforge.net/project/pidgin/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
-sha256sums=('3f8085c0211c4ca1ba9f8a03889b3d60738432c1673b57b0086070ef6e094cca'
+sha256sums=('1872d1629a26e9b775d9ec0bdd3d3fd348f721376f320b29bcd5ff3f0443222b'
 'SKIP')
 validpgpkeys=('40DE1DC7288FE3F50AB938C548F66AFFD9BDB729') # Gary Kramlich 

 



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:09:12
  Author: grawlinson
Revision: 1191755

archrelease: copy trunk to community-x86_64

Added:
  up/repos/community-x86_64/PKGBUILD
(from rev 1191754, up/trunk/PKGBUILD)
Deleted:
  up/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 02:08:38 UTC (rev 1191754)
+++ PKGBUILD2022-04-29 02:09:12 UTC (rev 1191755)
@@ -1,65 +0,0 @@
-# Maintainer: George Rawlinson grawlin...@archlinux.org>
-
-pkgname=up
-pkgver=0.4
-pkgrel=2
-pkgdesc='A tool for writing Linux pipes with instant live preview'
-arch=('x86_64')
-url='https://github.com/akavel/up'
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='9ddc78be4013d7ef9c42e9f3db3db0900069e5b5'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS" \
--o build \
-.
-}
-
-check() {
-  cd "$pkgname"
-
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/up
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: up/repos/community-x86_64/PKGBUILD (from rev 1191754, up/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 02:09:12 UTC (rev 1191755)
@@ -0,0 +1,65 @@
+# Maintainer: George Rawlinson grawlin...@archlinux.org>
+
+pkgname=up
+pkgver=0.4
+pkgrel=3
+pkgdesc='A tool for writing Linux pipes with instant live preview'
+arch=('x86_64')
+url='https://github.com/akavel/up'
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='9ddc78be4013d7ef9c42e9f3db3db0900069e5b5'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags $LDFLAGS" \
+-o build \
+.
+}
+
+check() {
+  cd "$pkgname"
+
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/up
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:08:38
  Author: grawlinson
Revision: 1191754

upgpkg: up; go 1.18 rebuild

Modified:
  up/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 02:08:24 UTC (rev 1191753)
+++ PKGBUILD2022-04-29 02:08:38 UTC (rev 1191754)
@@ -2,7 +2,7 @@
 
 pkgname=up
 pkgver=0.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A tool for writing Linux pipes with instant live preview'
 arch=('x86_64')
 url='https://github.com/akavel/up'



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:08:24
  Author: grawlinson
Revision: 1191753

archrelease: copy trunk to community-x86_64

Added:
  timescaledb-tune/repos/community-x86_64/PKGBUILD
(from rev 1191752, timescaledb-tune/trunk/PKGBUILD)
Deleted:
  timescaledb-tune/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 02:07:51 UTC (rev 1191752)
+++ PKGBUILD2022-04-29 02:08:24 UTC (rev 1191753)
@@ -1,46 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=timescaledb-tune
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="A tool for tuning TimescaleDB for better performance"
-arch=('x86_64')
-url="https://github.com/timescale/timescaledb-tune;
-license=('Apache')
-depends=('glibc' 'postgresql')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('27bd3b48713643361754a549595d550d1b6aa301ca8e2033026a7b8503631c5e2781ddbdc7819b5ca8f6a7923b8e284ca81ed3d49845a89fd97b67f39411ba03')
-b2sums=('2ecc4d7f9b779b7dfecc3176fba0d819e7ae1117c443577f1f7458a6bfc9f227628cd2b99d2bec5530ca7b920b2c3707bcdc0b9ccb6edc770043522393b83287')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--buildmode=pie \
--trimpath \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS}" \
--o build \
-./cmd/...
-}
-
-package() {
-  install -Dm755 -t "$pkgdir/usr/bin" "$pkgname-$pkgver/build/$pkgname"
-}

Copied: timescaledb-tune/repos/community-x86_64/PKGBUILD (from rev 1191752, 
timescaledb-tune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 02:08:24 UTC (rev 1191753)
@@ -0,0 +1,53 @@
+# Maintainer: George Rawlinson 
+
+pkgname=timescaledb-tune
+pkgver=0.12.0
+pkgrel=2
+pkgdesc='A tool for tuning TimescaleDB for better performance'
+arch=('x86_64')
+url='https://github.com/timescale/timescaledb-tune'
+license=('Apache')
+depends=('glibc' 'postgresql')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='f46f6580532c6c567f130ec8d008bf8f582c3cb5'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-buildmode=pie \
+-trimpath \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+-o build \
+./cmd/...
+}
+
+package() {
+  install -Dm755 -t "$pkgdir/usr/bin" "$pkgname/build/$pkgname"
+}



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:07:51
  Author: grawlinson
Revision: 1191752

upgpkg: timescaledb-tune; go 1.18 rebuild

Modified:
  timescaledb-tune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 02:07:36 UTC (rev 1191751)
+++ PKGBUILD2022-04-29 02:07:51 UTC (rev 1191752)
@@ -2,19 +2,26 @@
 
 pkgname=timescaledb-tune
 pkgver=0.12.0
-pkgrel=1
-pkgdesc="A tool for tuning TimescaleDB for better performance"
+pkgrel=2
+pkgdesc='A tool for tuning TimescaleDB for better performance'
 arch=('x86_64')
-url="https://github.com/timescale/timescaledb-tune;
+url='https://github.com/timescale/timescaledb-tune'
 license=('Apache')
 depends=('glibc' 'postgresql')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('27bd3b48713643361754a549595d550d1b6aa301ca8e2033026a7b8503631c5e2781ddbdc7819b5ca8f6a7923b8e284ca81ed3d49845a89fd97b67f39411ba03')
-b2sums=('2ecc4d7f9b779b7dfecc3176fba0d819e7ae1117c443577f1f7458a6bfc9f227628cd2b99d2bec5530ca7b920b2c3707bcdc0b9ccb6edc770043522393b83287')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='f46f6580532c6c567f130ec8d008bf8f582c3cb5'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
 
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   # create directory for build output
   mkdir build
@@ -24,7 +31,7 @@
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   # set Go flags
   export CGO_CPPFLAGS="${CPPFLAGS}"
@@ -42,5 +49,5 @@
 }
 
 package() {
-  install -Dm755 -t "$pkgdir/usr/bin" "$pkgname-$pkgver/build/$pkgname"
+  install -Dm755 -t "$pkgdir/usr/bin" "$pkgname/build/$pkgname"
 }



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:07:36
  Author: grawlinson
Revision: 1191751

archrelease: copy trunk to community-x86_64

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

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

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

Copied: tea/repos/community-x86_64/PKGBUILD (from rev 1191750, 
tea/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 02:07:36 UTC (rev 1191751)
@@ -0,0 +1,67 @@
+# Maintainer: George Rawlinson 
+# Contributor: John K. Luebs 
+
+pkgname=tea
+pkgver=0.8.0
+pkgrel=2
+pkgdesc='A command line tool to interact with Gitea servers'
+arch=('x86_64')
+url='https://gitea.com/gitea/tea'
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'go')
+replaces=('gitea-tea')
+options=('!lto')
+_commit='1c690c5ff862f85ef44b90a5e8f426b669b0128c'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # fix zsh completion
+  sed -i "s/\$PROG/tea/" contrib/autocomplete.zsh
+}
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  local TAGS=""
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=vendor \
+-modcacherw \
+-ldflags "-linkmode external -extldflags $LDFLAGS \
+-X main.Version=${pkgver} \
+-X main.Tags=${TAGS}" \
+-o build \
+.
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/tea
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # completions
+  install -vDm644 contrib/autocomplete.sh 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -vDm644 contrib/autocomplete.zsh 
"$pkgdir/usr/share/zsh/site-functions/_tea"
+}



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:07:01
  Author: grawlinson
Revision: 1191750

upgpkg: tea; go 1.18 rebuild

Modified:
  tea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 02:06:45 UTC (rev 1191749)
+++ PKGBUILD2022-04-29 02:07:01 UTC (rev 1191750)
@@ -3,17 +3,25 @@
 
 pkgname=tea
 pkgver=0.8.0
-pkgrel=1
-pkgdesc="A command line tool to interact with Gitea servers"
+pkgrel=2
+pkgdesc='A command line tool to interact with Gitea servers'
 arch=('x86_64')
-url="https://gitea.com/gitea/tea;
+url='https://gitea.com/gitea/tea'
 license=('MIT')
-makedepends=('go')
+depends=('glibc')
+makedepends=('git' 'go')
 replaces=('gitea-tea')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('deb67690c92cb2b48612ddf1cf5fb7efed6a6ad516e41956c26981b8abf94854ad6af47daa526242d8632d21b30b07dd681856434b5097c2ce75345ab970da4f')
-b2sums=('689fe4df71ed5acc8d9a0050970c33f1d659623ce94d08e75cac22cf84b3be203818477a509c0c12d2c0ab90b99c5004e1d6052fc487f4c23c33f52f9f4673ae')
+options=('!lto')
+_commit='1c690c5ff862f85ef44b90a5e8f426b669b0128c'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
 
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
   cd "$pkgname"
 



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:06:45
  Author: grawlinson
Revision: 1191749

archrelease: copy trunk to community-x86_64

Added:
  sqlc/repos/community-x86_64/PKGBUILD
(from rev 1191748, sqlc/trunk/PKGBUILD)
Deleted:
  sqlc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 02:06:12 UTC (rev 1191748)
+++ PKGBUILD2022-04-29 02:06:45 UTC (rev 1191749)
@@ -1,75 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Alkindi42
-
-pkgname=sqlc
-pkgver=1.13.0
-pkgrel=1
-pkgdesc="Compile SQL to type-safe Go"
-arch=('x86_64')
-url="https://sqlc.dev;
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='e7aa4bd581b1c24f27b61dbed8018f4f7af5d3fc'
-source=("$pkgname::git+https://github.com/kyleconroy/sqlc.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create folder for build output
-  mkdir -p build
-
-  # download dependencies
-  go mod download
-}
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  # build binary
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS}" \
--o build \
-./cmd/...
-
-  # generate shell completions
-  for sh in bash fish zsh; do
-./build/sqlc completion "$sh" > "build/$sh"
-  done
-}
-
-check() {
-  cd "$pkgname"
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/sqlc
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  # shell completions
-  install -vDm644 build/bash 
"$pkgdir/usr/share/bash-completion/completions/sqlc"
-  install -vDm644 build/fish 
"$pkgdir/usr/share/fish/vendor_completions.d/sqlc.fish"
-  install -vDm644 build/zsh "$pkgdir/usr/share/zsh/site-functions/_sqlc"
-}

Copied: sqlc/repos/community-x86_64/PKGBUILD (from rev 1191748, 
sqlc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 02:06:45 UTC (rev 1191749)
@@ -0,0 +1,75 @@
+# Maintainer: George Rawlinson 
+# Contributor: Alkindi42
+
+pkgname=sqlc
+pkgver=1.13.0
+pkgrel=2
+pkgdesc='Compile SQL to type-safe Go'
+arch=('x86_64')
+url='https://sqlc.dev'
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='e7aa4bd581b1c24f27b61dbed8018f4f7af5d3fc'
+source=("$pkgname::git+https://github.com/kyleconroy/sqlc.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create folder for build output
+  mkdir -p build
+
+  # download dependencies
+  go mod download
+}
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  # build binary
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+-o build \
+./cmd/...
+
+  # generate shell completions
+  for sh in bash fish zsh; do
+./build/sqlc completion "$sh" > "build/$sh"
+  done
+}
+
+check() {
+  cd "$pkgname"
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/sqlc
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # shell completions
+  install -vDm644 build/bash 
"$pkgdir/usr/share/bash-completion/completions/sqlc"
+  install -vDm644 build/fish 
"$pkgdir/usr/share/fish/vendor_completions.d/sqlc.fish"
+  install -vDm644 build/zsh "$pkgdir/usr/share/zsh/site-functions/_sqlc"
+}



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:06:12
  Author: grawlinson
Revision: 1191748

upgpkg: sqlc; go 1.18 rebuild

Modified:
  sqlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 02:05:57 UTC (rev 1191747)
+++ PKGBUILD2022-04-29 02:06:12 UTC (rev 1191748)
@@ -3,10 +3,10 @@
 
 pkgname=sqlc
 pkgver=1.13.0
-pkgrel=1
-pkgdesc="Compile SQL to type-safe Go"
+pkgrel=2
+pkgdesc='Compile SQL to type-safe Go'
 arch=('x86_64')
-url="https://sqlc.dev;
+url='https://sqlc.dev'
 license=('MIT')
 depends=('glibc')
 makedepends=('git' 'go')



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:05:57
  Author: grawlinson
Revision: 1191747

archrelease: copy trunk to community-x86_64

Added:
  soft-serve/repos/community-x86_64/PKGBUILD
(from rev 1191746, soft-serve/trunk/PKGBUILD)
  soft-serve/repos/community-x86_64/soft-serve.conf
(from rev 1191746, soft-serve/trunk/soft-serve.conf)
  soft-serve/repos/community-x86_64/systemd.service
(from rev 1191746, soft-serve/trunk/systemd.service)
  soft-serve/repos/community-x86_64/sysusers.conf
(from rev 1191746, soft-serve/trunk/sysusers.conf)
  soft-serve/repos/community-x86_64/tmpfiles.conf
(from rev 1191746, soft-serve/trunk/tmpfiles.conf)
Deleted:
  soft-serve/repos/community-x86_64/PKGBUILD
  soft-serve/repos/community-x86_64/soft-serve.conf
  soft-serve/repos/community-x86_64/systemd.service
  soft-serve/repos/community-x86_64/sysusers.conf
  soft-serve/repos/community-x86_64/tmpfiles.conf

-+
 PKGBUILD|  188 +++---
 soft-serve.conf |   10 +-
 systemd.service |   94 +--
 sysusers.conf   |2 
 tmpfiles.conf   |2 
 5 files changed, 148 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 02:04:58 UTC (rev 1191746)
+++ PKGBUILD2022-04-29 02:05:57 UTC (rev 1191747)
@@ -1,94 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Christian Muehlhaeuser 
-
-pkgname=soft-serve
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="A self-hosted Git server for the command line"
-arch=('x86_64')
-url="https://github.com/charmbracelet/soft-serve;
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'go')
-backup=('etc/soft-serve.conf')
-options=('!lto')
-_commit='d3669af2fb497c638db3885af61afba048156a69'
-source=(
-  "git+$url.git#commit=$_commit"
-  'soft-serve.conf'
-  'systemd.service'
-  'sysusers.conf'
-  'tmpfiles.conf'
-)
-sha512sums=('SKIP'
-
'aabe56fe8a242724e25e5c30412802fddcd377b54093c00a2581a87031d8b04b797561d612412caf56aa413f29495ff548af7cac83ff2c8bdbab946b208fab58'
-
'1748823790423d23b0d4abaee3078d4908c197142145f4d703c13ce66c83a982ef38e351d4bca513734e74e2b76191ed007c64d3b658b1208b156ba81b0a893c'
-
'81fd8d61cdadb194a224eb3d3f293968fd9d78e0488399eff933f2b376eb927e29d8d083c4d76b92eb7ef313a513023866dc80f651ff5d1f5d2a1573fd4f02e9'
-
'ece4b43029ac22bbac3b2afebab134df5781d92deed5ef24a96d720da3a0f1a033f0cf3a4a5f6ab40d379f5fb4d10730e8873b1ef94943876cdca8f209b89a59')
-b2sums=('SKIP'
-
'193864256a1330347f1f9c015cad82a38fa2b3fcc43bfd37c6926d0444f8c5a25463c357a13c7842db54cc8ebaf503845511a9b05f5e4f7526511b6caddf323c'
-
'85ed30ee809aaffe05d6784adc6478d564be51a6115c4ecbbf176ca9022008bce34269af75e151e1b8cf3ebd67f879749d4f3e2eee992ac43026736fdc0ccec9'
-
'7e8593e368507d96bdfd7cf8a4b73bb02f473deba3d99017101487fb0843161e14e929f5641f66c1bec015aa4f4505708d26453a7d0bcc1f23a4daa47e009393'
-
'9866f155a948357582b464e4a5ea79464ed06c4067add77c444378f4bfc7aab57e7afc455e23a51725e1c0d2ceecda087d811dae3f49178e07ae60afc7361b8b')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS \
--X main.Version=$pkgver \
--X main.CommitSHA=$_commit" \
--o build \
-./cmd/...
-}
-
-check() {
-  cd "$pkgname"
-
-  go test -v ./...
-}
-
-package() {
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -vDm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-  install -vDm644 soft-serve.conf -t "$pkgdir/etc"
-
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/soft
-
-  # man page
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" cmd/soft/soft.1
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: soft-serve/repos/community-x86_64/PKGBUILD (from rev 1191746, 
soft-serve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 02:05:57 UTC (rev 1191747)
@@ -0,0 +1,94 @@
+# Maintainer: George Rawlinson 
+# Contributor: Christian Muehlhaeuser 
+
+pkgname=soft-serve
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='A self-hosted Git server for the command line'
+arch=('x86_64')
+url='https://github.com/charmbracelet/soft-serve'
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'go')

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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:04:58
  Author: grawlinson
Revision: 1191746

upgpkg: soft-serve; go 1.18 rebuild

Modified:
  soft-serve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 02:04:43 UTC (rev 1191745)
+++ PKGBUILD2022-04-29 02:04:58 UTC (rev 1191746)
@@ -3,10 +3,10 @@
 
 pkgname=soft-serve
 pkgver=0.3.0
-pkgrel=1
-pkgdesc="A self-hosted Git server for the command line"
+pkgrel=2
+pkgdesc='A self-hosted Git server for the command line'
 arch=('x86_64')
-url="https://github.com/charmbracelet/soft-serve;
+url='https://github.com/charmbracelet/soft-serve'
 license=('MIT')
 depends=('glibc')
 makedepends=('git' 'go')



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:04:43
  Author: grawlinson
Revision: 1191745

archrelease: copy trunk to community-x86_64

Added:
  skate/repos/community-x86_64/PKGBUILD
(from rev 1191744, skate/trunk/PKGBUILD)
Deleted:
  skate/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 02:04:08 UTC (rev 1191744)
+++ PKGBUILD2022-04-29 02:04:43 UTC (rev 1191745)
@@ -1,67 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Christian Muehlhaeuser 
-
-pkgname=skate
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="A personal key value store"
-arch=('x86_64')
-url="https://github.com/charmbracelet/skate;
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='659a1305dd42f666ffcbea3ac7d6a633fb9e0058'
-source=("git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd skate
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd skate
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd skate
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS \
--X main.Version=$pkgver \
--X main.CommitSHA=$_commit" \
--o build \
-.
-}
-
-check() {
-  cd skate
-
-  go test -v ./...
-}
-
-package() {
-  cd skate
-
-  install -vDm755 -t "$pkgdir/usr/bin" build/skate
-
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: skate/repos/community-x86_64/PKGBUILD (from rev 1191744, 
skate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 02:04:43 UTC (rev 1191745)
@@ -0,0 +1,67 @@
+# Maintainer: George Rawlinson 
+# Contributor: Christian Muehlhaeuser 
+
+pkgname=skate
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='A personal key value store'
+arch=('x86_64')
+url='https://github.com/charmbracelet/skate'
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='659a1305dd42f666ffcbea3ac7d6a633fb9e0058'
+source=("git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd skate
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd skate
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd skate
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags $LDFLAGS \
+-X main.Version=$pkgver \
+-X main.CommitSHA=$_commit" \
+-o build \
+.
+}
+
+check() {
+  cd skate
+
+  go test -v ./...
+}
+
+package() {
+  cd skate
+
+  install -vDm755 -t "$pkgdir/usr/bin" build/skate
+
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:04:08
  Author: grawlinson
Revision: 1191744

upgpkg: skate; go 1.18 rebuild

Modified:
  skate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 02:03:53 UTC (rev 1191743)
+++ PKGBUILD2022-04-29 02:04:08 UTC (rev 1191744)
@@ -3,10 +3,10 @@
 
 pkgname=skate
 pkgver=0.2.0
-pkgrel=1
-pkgdesc="A personal key value store"
+pkgrel=2
+pkgdesc='A personal key value store'
 arch=('x86_64')
-url="https://github.com/charmbracelet/skate;
+url='https://github.com/charmbracelet/skate'
 license=('MIT')
 depends=('glibc')
 makedepends=('git' 'go')



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:03:53
  Author: grawlinson
Revision: 1191743

archrelease: copy trunk to community-x86_64

Added:
  rootlesskit/repos/community-x86_64/PKGBUILD
(from rev 1191742, rootlesskit/trunk/PKGBUILD)
Deleted:
  rootlesskit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 02:03:19 UTC (rev 1191742)
+++ PKGBUILD2022-04-29 02:03:53 UTC (rev 1191743)
@@ -1,69 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Steven Allen 
-# Contributor: Hugo Osvaldo Barrera 
-
-pkgname=rootlesskit
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Native "fake root" for implementing rootless containers'
-arch=('x86_64')
-url="https://github.com/rootless-containers/rootlesskit;
-license=('Apache')
-depends=('glibc' 'shadow')
-makedepends=('git' 'go')
-checkdepends=('openbsd-netcat')
-options=('!lto')
-_commit='1920341cd41e047834a21007424162a2dc946315'
-source=("$pkgname::git+https://github.com/rootless-containers/rootlesskit.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare(){
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
--o build \
-./cmd/...
-}
-
-# tests fail :(
-#check() {
-#  cd "$pkgname"
-#  go test -v ./...
-#}
-
-package() {
-  cd "$pkgname"
-
-  # binaries
-  install -vDm755 -t "$pkgdir/usr/bin" build/*
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-  cp -vr docs "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: rootlesskit/repos/community-x86_64/PKGBUILD (from rev 1191742, 
rootlesskit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 02:03:53 UTC (rev 1191743)
@@ -0,0 +1,69 @@
+# Maintainer: George Rawlinson 
+# Contributor: Steven Allen 
+# Contributor: Hugo Osvaldo Barrera 
+
+pkgname=rootlesskit
+pkgver=1.0.0
+pkgrel=2
+pkgdesc='Native "fake root" for implementing rootless containers'
+arch=('x86_64')
+url='https://github.com/rootless-containers/rootlesskit'
+license=('Apache')
+depends=('glibc' 'shadow')
+makedepends=('git' 'go')
+checkdepends=('openbsd-netcat')
+options=('!lto')
+_commit='1920341cd41e047834a21007424162a2dc946315'
+source=("$pkgname::git+https://github.com/rootless-containers/rootlesskit.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare(){
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+-o build \
+./cmd/...
+}
+
+# tests fail :(
+#check() {
+#  cd "$pkgname"
+#  go test -v ./...
+#}
+
+package() {
+  cd "$pkgname"
+
+  # binaries
+  install -vDm755 -t "$pkgdir/usr/bin" build/*
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+  cp -vr docs "$pkgdir/usr/share/doc/$pkgname"
+}



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:03:19
  Author: grawlinson
Revision: 1191742

upgpkg: rootlesskit; go 1.18 rebuild

Modified:
  rootlesskit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 02:03:03 UTC (rev 1191741)
+++ PKGBUILD2022-04-29 02:03:19 UTC (rev 1191742)
@@ -4,10 +4,10 @@
 
 pkgname=rootlesskit
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Native "fake root" for implementing rootless containers'
 arch=('x86_64')
-url="https://github.com/rootless-containers/rootlesskit;
+url='https://github.com/rootless-containers/rootlesskit'
 license=('Apache')
 depends=('glibc' 'shadow')
 makedepends=('git' 'go')



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:03:03
  Author: grawlinson
Revision: 1191741

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  174 +++---
 systemd.service |   96 ++---
 sysusers.conf   |2 
 3 files changed, 136 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 02:02:15 UTC (rev 1191740)
+++ PKGBUILD2022-04-29 02:03:03 UTC (rev 1191741)
@@ -1,87 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=promscale
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="An analytical platform for Prometheus metrics"
-arch=('x86_64')
-url="https://github.com/timescale/promscale;
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-optdepends=(
-  'timescaledb: for a local timescaledb instance'
-  'prometheus: for a local prometheus instance'
-  'promscale_extension: for optimised postgresql performance'
-)
-backup=('etc/promscale.conf')
-options=('!lto')
-_commit='0742e64f1c1371f6d83fa761f45b54dc4e69e5a8'
-source=(
-  "$pkgname::git+$url.git#commit=$_commit"
-  'systemd.service'
-  'sysusers.conf'
-)
-sha512sums=('SKIP'
-
'28a4f7b02c7ba36887c4b3906048fc7574d0c66424d20aad5c5c191954c7416adf19d14d6ac7dbb0fef7ff2f4457ed1014c324e9a56f9d08fc47257d8d915ddd'
-
'ec5e6ec6b967119722d8fdf1a4d8dea9ad0b78707a1ddd6b55da524b571c7ecd4c2b97776c6ce9f49d4549d760482a2346c11ab287650469448d9c662726')
-b2sums=('SKIP'
-
'00c948fad197fcedcb4171d253b430304673681dd5761f25a6ee545a3c146e37e00f89c4f9d44fdd5ffafcfee5d5eaa5bc3cacd43a0cf46467a9eb7a7f82a281'
-
'1e720f8e453d9acad5f0ed39a51b59c429322b9e9e885f3d71d0e2fd37276268e639422f8d39ca9fca14e0e5ccf646d717fbe89e0dd696980d03467cfb7d3e0f')
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build_output
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  # generate
-  go generate ./...
-
-  go build -v \
--buildmode=pie \
--trimpath \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS} \
--X github.com/timescale/promscale/pkg/version.CommitHash=$(git rev-parse 
HEAD) \
--X telemetry.BuildPlatform=archlinux" \
--o build_output ./cmd/...
-}
-
-package() {
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -vDm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-
-  # documentation
-  cd "$pkgname"
-  install -vDm644 cmd/prom-migrator/README.md 
"$pkgdir/usr/share/doc/$pkgname/prom-migrator.md"
-  install -vDm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  cp -vr docs "$pkgdir/usr/share/doc/$pkgname"
-
-  # binaries
-  install -vDm755 -t "$pkgdir/usr/bin" \
-"build_output/$pkgname" \
-build_output/prom-migrator
-
-  # configuration
-  install -vDm644 -t "$pkgdir/etc" build/conf/promscale.conf
-}

Copied: promscale/repos/community-x86_64/PKGBUILD (from rev 1191740, 
promscale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 02:03:03 UTC (rev 1191741)
@@ -0,0 +1,87 @@
+# Maintainer: George Rawlinson 
+
+pkgname=promscale
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="An analytical platform for Prometheus metrics"
+arch=('x86_64')
+url="https://github.com/timescale/promscale;
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+optdepends=(
+  'timescaledb: for a local timescaledb instance'
+  'prometheus: for a local prometheus instance'
+  'promscale_extension: for optimised postgresql performance'
+)
+backup=('etc/promscale.conf')
+options=('!lto')
+_commit='0742e64f1c1371f6d83fa761f45b54dc4e69e5a8'
+source=(
+  "$pkgname::git+$url.git#commit=$_commit"
+  'systemd.service'
+  'sysusers.conf'
+)
+sha512sums=('SKIP'
+
'28a4f7b02c7ba36887c4b3906048fc7574d0c66424d20aad5c5c191954c7416adf19d14d6ac7dbb0fef7ff2f4457ed1014c324e9a56f9d08fc47257d8d915ddd'
+
'ec5e6ec6b967119722d8fdf1a4d8dea9ad0b78707a1ddd6b55da524b571c7ecd4c2b97776c6ce9f49d4549d760482a2346c11ab287650469448d9c662726')
+b2sums=('SKIP'
+

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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:02:15
  Author: grawlinson
Revision: 1191740

upgpkg: promscale; go 1.18 rebuild

Modified:
  promscale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 02:01:57 UTC (rev 1191739)
+++ PKGBUILD2022-04-29 02:02:15 UTC (rev 1191740)
@@ -2,7 +2,7 @@
 
 pkgname=promscale
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An analytical platform for Prometheus metrics"
 arch=('x86_64')
 url="https://github.com/timescale/promscale;



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:01:57
  Author: grawlinson
Revision: 1191739

archrelease: copy trunk to community-x86_64

Added:
  peco/repos/community-x86_64/PKGBUILD
(from rev 1191738, peco/trunk/PKGBUILD)
Deleted:
  peco/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 02:01:22 UTC (rev 1191738)
+++ PKGBUILD2022-04-29 02:01:57 UTC (rev 1191739)
@@ -1,49 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-# Contributor: Samuel Walladge 
-
-pkgname=peco
-pkgver=0.5.10
-pkgrel=3
-pkgdesc='Simplistic interactive filtering tool'
-arch=('x86_64')
-url='https://github.com/peco/peco'
-license=('MIT')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('927039707f36bb285aefccecbf1643d2728f7e90deb2f46793ff2d0b1c60d6d71a0d89c13132d6e8901257ca1b726cee36b64e6160230b5aa6e5b84e22f25c3d')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir -p build
-}
-build() {
-  cd "$pkgname-$pkgver"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
--o build ./cmd/...
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" "build/$pkgname"
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: peco/repos/community-x86_64/PKGBUILD (from rev 1191738, 
peco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 02:01:57 UTC (rev 1191739)
@@ -0,0 +1,66 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+# Contributor: Samuel Walladge 
+
+pkgname=peco
+pkgver=0.5.10
+pkgrel=4
+pkgdesc='Simplistic interactive filtering tool'
+arch=('x86_64')
+url='https://github.com/peco/peco'
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='27cc9100926f7d20ca3efbc1b49d116ef9e90a99'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+-o build \
+./cmd/...
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" "build/$pkgname"
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 02:01:22
  Author: grawlinson
Revision: 1191738

upgpkg: peco; go 1.18 rebuild

Modified:
  peco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 01:32:51 UTC (rev 1191737)
+++ PKGBUILD2022-04-29 02:01:22 UTC (rev 1191738)
@@ -4,21 +4,37 @@
 
 pkgname=peco
 pkgver=0.5.10
-pkgrel=3
+pkgrel=4
 pkgdesc='Simplistic interactive filtering tool'
 arch=('x86_64')
 url='https://github.com/peco/peco'
 license=('MIT')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('927039707f36bb285aefccecbf1643d2728f7e90deb2f46793ff2d0b1c60d6d71a0d89c13132d6e8901257ca1b726cee36b64e6160230b5aa6e5b84e22f25c3d')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='27cc9100926f7d20ca3efbc1b49d116ef9e90a99'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
 
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir -p build
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
 }
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
+
+  # set Go flags
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
@@ -30,11 +46,12 @@
 -mod=readonly \
 -modcacherw \
 -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
--o build ./cmd/...
+-o build \
+./cmd/...
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   # binary
   install -vDm755 -t "$pkgdir/usr/bin" "build/$pkgname"



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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Friday, April 29, 2022 @ 01:31:08
  Author: heftig
Revision: 1191736

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nss/repos/multilib-testing-x86_64/
  
lib32-nss/repos/multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
(from rev 1191735, 
lib32-nss/trunk/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
  lib32-nss/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1191735, lib32-nss/trunk/PKGBUILD)

+
 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch |   57 +++
 PKGBUILD   |   67 +++
 2 files changed, 124 insertions(+)

Copied: 
lib32-nss/repos/multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
 (from rev 1191735, 
lib32-nss/trunk/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
===
--- multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch  
(rev 0)
+++ multilib-testing-x86_64/0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch  
2022-04-29 01:31:08 UTC (rev 1191736)
@@ -0,0 +1,57 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 12 Dec 2020 13:43:54 +0100
+Subject: [PATCH] Hack mpi_x64.s to work with -fno-plt
+
+---
+ lib/freebl/mpi/mpi_x86.s | 23 +--
+ 1 file changed, 21 insertions(+), 2 deletions(-)
+
+diff --git a/lib/freebl/mpi/mpi_x86.s b/lib/freebl/mpi/mpi_x86.s
+index 8f7e2130c326..b3ca1ce5b41b 100644
+--- a/lib/freebl/mpi/mpi_x86.s
 b/lib/freebl/mpi/mpi_x86.s
+@@ -22,22 +22,41 @@ is_sse: .long  -1
+ #
+ .ifndef NO_PIC
+ .macro GET   var,reg
+-movl   \var@GOTOFF(%ebx),\reg
++call   thunk.ax
++addl   $_GLOBAL_OFFSET_TABLE_, %eax
++movl   \var@GOTOFF(%eax),\reg
+ .endm
+ .macro PUT   reg,var
+-movl   \reg,\var@GOTOFF(%ebx)
++call   thunk.dx
++addl   $_GLOBAL_OFFSET_TABLE_, %edx
++movl   \reg,\var@GOTOFF(%edx)
+ .endm
+ .else
+ .macro GET   var,reg
+ movl   \var,\reg
+ .endm
+ .macro PUT   reg,var
+ movl   \reg,\var
+ .endm
+ .endif
+ 
+ .text
+ 
++.ifndef NO_PIC
++.globlthunk.ax
++.hidden   thunk.ax
++.type thunk.ax, @function
++thunk.ax:
++   movl   (%esp),%eax
++   ret
++
++.globlthunk.dx
++.hidden   thunk.dx
++.type thunk.dx, @function
++thunk.dx:
++   movl   (%esp),%edx
++   ret
++.endif
+ 
+  #  ebp - 36: caller's esi
+  #  ebp - 32: caller's edi

Copied: lib32-nss/repos/multilib-testing-x86_64/PKGBUILD (from rev 1191735, 
lib32-nss/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2022-04-29 01:31:08 UTC (rev 1191736)
@@ -0,0 +1,67 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-nss
+pkgver=3.78
+pkgrel=1
+pkgdesc="Network Security Services (32-bit)"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(x86_64)
+license=(MPL GPL)
+depends=(lib32-nspr lib32-sqlite lib32-zlib 'lib32-p11-kit>=0.23.19' nss)
+makedepends=(perl python gyp mercurial)
+options=(debug)
+_revision=30fe50c80e23ac81bcc53ef6695e98715bb2d420
+source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
+0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
+sha256sums=('SKIP'
+'e95b3fea802aba8ae1cfff45fa7881ec0e8d092d58a10f098caae4d5f878305e')
+
+pkgver() {
+  cd nss
+  hg id -t -r. | sed 's/^NSS_//;s/_RTM$//;s/_/./g'
+}
+
+prepare() {
+  cd nss
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1382942
+  patch -Np1 -i ../0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch
+}
+
+build() {
+  cd nss
+  ./build.sh \
+--target ia32 \
+--opt \
+--system-sqlite \
+--system-nspr \
+--enable-libpkix \
+--disable-tests
+}
+
+package() {
+  local nsprver="$(i686-pc-linux-gnu-pkg-config --modversion nspr)"
+  local libdir=/usr/lib32
+
+  sed nss/pkg/pkg-config/nss.pc.in \
+-e "s,%libdir%,$libdir,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,$nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
+install -Dm644 /dev/stdin "$pkgdir$libdir/pkgconfig/nss.pc"
+
+  ln -s nss.pc "$pkgdir$libdir/pkgconfig/mozilla-nss.pc"
+
+  install -Dt "$pkgdir$libdir" dist/Release/lib/*.so
+
+  # Replace built-in trust with p11-kit connection
+  ln -s pkcs11/p11-kit-trust.so "$pkgdir$libdir/p11-kit-trust.so"
+  ln -sf p11-kit-trust.so "$pkgdir$libdir/libnssckbi.so"
+}
+
+# vim:set sw=2 et:



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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Friday, April 29, 2022 @ 01:31:09
  Author: heftig
Revision: 444253

archrelease: copy trunk to testing-x86_64

Added:
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 444252, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 444252, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 444252, nss/trunk/certdata2pem.py)

-+
 PKGBUILD|  101 +
 bundle.sh   |   22 ++
 certdata2pem.py |  413 ++
 3 files changed, 536 insertions(+)

Copied: nss/repos/testing-x86_64/PKGBUILD (from rev 444252, nss/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-04-29 01:31:09 UTC (rev 444253)
@@ -0,0 +1,101 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=nss
+pkgname=(nss ca-certificates-mozilla)
+pkgver=3.78
+pkgrel=1
+pkgdesc="Network Security Services"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(x86_64)
+license=(MPL GPL)
+depends=(nspr sqlite zlib sh 'p11-kit>=0.23.19')
+makedepends=(perl python gyp mercurial)
+options=(debug)
+_revision=30fe50c80e23ac81bcc53ef6695e98715bb2d420
+source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
+certdata2pem.py bundle.sh)
+sha256sums=('SKIP'
+'d2a1579dae05fd16175fac27ef08b54731ecefdf414085c610179afcf62b096c'
+'3bfadf722da6773bdabdd25bdf78158648043d1b7e57615574f189a88ca865dd')
+
+pkgver() {
+  cd nss
+  hg id -t -r. | sed 's/^NSS_//;s/_RTM$//;s/_/./g'
+}
+
+prepare() {
+  mkdir -p certs
+  ln -srft certs nss/lib/ckfw/builtins/{certdata.txt,nssckbi.h}
+}
+
+build() {
+  cd certs
+  ../certdata2pem.py
+
+  cd ..
+  ./bundle.sh
+
+  cd nss
+  ./build.sh \
+--target x64 \
+--opt \
+--system-sqlite \
+--system-nspr \
+--enable-libpkix \
+--disable-tests
+}
+
+package_nss() {
+  local nsprver="$(pkg-config --modversion nspr)"
+  local libdir=/usr/lib
+
+  sed nss/pkg/pkg-config/nss.pc.in \
+-e "s,%libdir%,$libdir,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,$nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
+install -Dm644 /dev/stdin "$pkgdir$libdir/pkgconfig/nss.pc"
+
+  ln -s nss.pc "$pkgdir$libdir/pkgconfig/mozilla-nss.pc"
+
+  install -Dt "$pkgdir$libdir" dist/Release/lib/*.so
+
+  local vmajor vminor vpatch
+  { read vmajor; read vminor; read vpatch; } \
+< <(awk '/#define.*NSS_V(MAJOR|MINOR|PATCH)/ {print $3}' nss/lib/nss/nss.h)
+
+  sed nss/pkg/pkg-config/nss-config.in \
+-e "s,@libdir@,$libdir,g" \
+-e "s,@prefix@,/usr/bin,g" \
+-e "s,@exec_prefix@,/usr/bin,g" \
+-e "s,@includedir@,/usr/include/nss,g" \
+-e "s,@MOD_MAJOR_VERSION@,$vmajor,g" \
+-e "s,@MOD_MINOR_VERSION@,$vminor,g" \
+-e "s,@MOD_PATCH_VERSION@,$vpatch,g" |
+install -D /dev/stdin "$pkgdir/usr/bin/nss-config"
+
+  install -Dt "$pkgdir/usr/bin" \
+dist/Release/bin/{*util,shlibsign,signtool,signver,ssltap}
+
+  install -Dt "$pkgdir/usr/include/nss" -m644 dist/public/nss/*.h
+
+  install -Dt "$pkgdir/usr/share/man/man1" -m644 \
+nss/doc/nroff/{*util,signtool,signver,ssltap}.1
+
+  # Replace built-in trust with p11-kit connection
+  ln -s pkcs11/p11-kit-trust.so "$pkgdir$libdir/p11-kit-trust.so"
+  ln -sf p11-kit-trust.so "$pkgdir$libdir/libnssckbi.so"
+}
+
+package_ca-certificates-mozilla() {
+  pkgdesc="Mozilla's set of trusted CA certificates"
+  depends=('ca-certificates-utils>=20181109-3')
+
+  install -Dm644 ca-bundle.trust.p11-kit \
+"$pkgdir/usr/share/ca-certificates/trust-source/mozilla.trust.p11-kit"
+}
+
+# vim:set sw=2 et:

Copied: nss/repos/testing-x86_64/bundle.sh (from rev 444252, 
nss/trunk/bundle.sh)
===
--- testing-x86_64/bundle.sh(rev 0)
+++ testing-x86_64/bundle.sh2022-04-29 01:31:09 UTC (rev 444253)
@@ -0,0 +1,22 @@
+#!/bin/sh
+# From Fedora's ca-certificates.spec
+
+(
+  cat < ca-bundle.trust.p11-kit
+
+for p in certs/*.tmp-p11-kit; do 
+  cat "$p" >> ca-bundle.trust.p11-kit
+done

Copied: nss/repos/testing-x86_64/certdata2pem.py (from rev 444252, 
nss/trunk/certdata2pem.py)
===
--- testing-x86_64/certdata2pem.py  (rev 0)
+++ testing-x86_64/certdata2pem.py  2022-04-29 01:31:09 UTC (rev 444253)
@@ -0,0 +1,413 @@
+#!/usr/bin/python
+# vim:set et sw=4:
+#
+# certdata2pem.py - splits certdata.txt into multiple files
+#
+# Copyright (C) 2009 Philipp Kern 
+# Copyright (C) 2013 Kai Engert 
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License 

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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Friday, April 29, 2022 @ 01:30:53
  Author: heftig
Revision: 1191735

3.78-1

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 01:21:03 UTC (rev 1191734)
+++ PKGBUILD2022-04-29 01:30:53 UTC (rev 1191735)
@@ -4,7 +4,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-nss
-pkgver=3.77
+pkgver=3.78
 pkgrel=1
 pkgdesc="Network Security Services (32-bit)"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -13,7 +13,7 @@
 depends=(lib32-nspr lib32-sqlite lib32-zlib 'lib32-p11-kit>=0.23.19' nss)
 makedepends=(perl python gyp mercurial)
 options=(debug)
-_revision=270cfaea32850b30e16a720207a43168d6b64863
+_revision=30fe50c80e23ac81bcc53ef6695e98715bb2d420
 source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
 0001-Hack-mpi_x64.s-to-work-with-fno-plt.patch)
 sha256sums=('SKIP'



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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Friday, April 29, 2022 @ 01:30:52
  Author: heftig
Revision: 444252

3.78-1

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 22:14:14 UTC (rev 444251)
+++ PKGBUILD2022-04-29 01:30:52 UTC (rev 444252)
@@ -3,7 +3,7 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.77
+pkgver=3.78
 pkgrel=1
 pkgdesc="Network Security Services"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -12,7 +12,7 @@
 depends=(nspr sqlite zlib sh 'p11-kit>=0.23.19')
 makedepends=(perl python gyp mercurial)
 options=(debug)
-_revision=270cfaea32850b30e16a720207a43168d6b64863
+_revision=30fe50c80e23ac81bcc53ef6695e98715bb2d420
 source=("hg+https://hg.mozilla.org/projects/nss#revision=$_revision;
 certdata2pem.py bundle.sh)
 sha256sums=('SKIP'



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

2022-04-28 Thread Brett Cornwall via arch-commits
Date: Friday, April 29, 2022 @ 01:21:03
  Author: ainola
Revision: 1191734

archrelease: copy trunk to community-staging-x86_64

Added:
  dht/repos/community-staging-x86_64/
  dht/repos/community-staging-x86_64/PKGBUILD
(from rev 1191733, dht/trunk/PKGBUILD)

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

Copied: dht/repos/community-staging-x86_64/PKGBUILD (from rev 1191733, 
dht/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-29 01:21:03 UTC (rev 1191734)
@@ -0,0 +1,32 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Solomon Choina 
+
+pkgname=dht
+pkgver=0.27
+pkgrel=1
+pkgdesc='BitTorrent DHT library'
+arch=(x86_64)
+url='https://github.com/jech/dht'
+license=(MIT)
+makedepends=(cmake)
+source=(https://github.com/jech/dht/archive/refs/tags/$pkgname-$pkgver.tar.gz
+
dht-cmake.patch::https://github.com/transmission/dht/commit/b02da598.patch)
+sha256sums=('caba469a784a5c359c084099fdc025cfe09b1faec2ba9ba257b7384351c43c0a'
+'91fb75029bf04456bb7fd9c7cc14d544e906d35a309cc8de5be081049aeb7649')
+
+prepare() {
+  patch -d dht-dht-$pkgver -p1 < dht-cmake.patch # Add cmake support
+}
+
+build() {
+  cmake -B build -S dht-dht-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_INCLUDEDIR=include/dht \
+-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects"
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 dht-dht-$pkgver/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-04-28 Thread Brett Cornwall via arch-commits
Date: Friday, April 29, 2022 @ 01:20:43
  Author: ainola
Revision: 1191733

upgpkg: dht 0.27-1

Modified:
  dht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 01:02:16 UTC (rev 1191732)
+++ PKGBUILD2022-04-29 01:20:43 UTC (rev 1191733)
@@ -1,9 +1,9 @@
-# Maintainer:
+# Maintainer: Brett Cornwall 
 # Contributor: Solomon Choina 
 
 pkgname=dht
-pkgver=0.26
-pkgrel=3
+pkgver=0.27
+pkgrel=1
 pkgdesc='BitTorrent DHT library'
 arch=(x86_64)
 url='https://github.com/jech/dht'
@@ -11,7 +11,7 @@
 makedepends=(cmake)
 source=(https://github.com/jech/dht/archive/refs/tags/$pkgname-$pkgver.tar.gz
 
dht-cmake.patch::https://github.com/transmission/dht/commit/b02da598.patch)
-sha256sums=('3873d54b786cf74090672ed6f786b82510ae375d5a8d8f4d99314e358d898baa'
+sha256sums=('caba469a784a5c359c084099fdc025cfe09b1faec2ba9ba257b7384351c43c0a'
 '91fb75029bf04456bb7fd9c7cc14d544e906d35a309cc8de5be081049aeb7649')
 
 prepare() {
@@ -28,5 +28,5 @@
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 dht-dht-$pkgver/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE 
+  install -Dm644 dht-dht-$pkgver/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



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

2022-04-28 Thread Kpcyrd via arch-commits
Date: Friday, April 29, 2022 @ 01:02:16
  Author: kpcyrd
Revision: 1191732

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 1191731, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 1191731, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 1191731, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 1191731, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  126 +-
 expire-from-source-date-epoch.patch |   22 ++---
 signal-desktop.desktop  |   26 +++
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 01:01:25 UTC (rev 1191731)
+++ PKGBUILD2022-04-29 01:02:16 UTC (rev 1191732)
@@ -1,63 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=5.40.1
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('AGPL3')
-arch=('x86_64')
-url="https://signal.org;
-depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python' 
'libxcrypt-compat')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
-  "${pkgname}.desktop"
-  "expire-from-source-date-epoch.patch"
-)
-sha512sums=('08f652221a6b2be0307ed6dbde94301a858e6894d578fa746a9d324c883feb29fd5de3102a4d44f19dc001a8071ebffd6e19595ebe14ceffe529edb77ac3d9f5'
-
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
-
'1154859e87d8a2d649bc23210f2dd8aa473f268166559a51a2a64fe6ae094c101121535623b05b711bd87aab1f219627e9274fa542fdb0e5fe6f34b46fd7b7df')
-b2sums=('fbc3f59974a59212bfbab5fe49bd1848ce5dd27c0dcfc9055f9dc4e398f5faffd7e00bf261a754860d2eca8572171da27b5808f2eb64715456adea80a8d32bca'
-
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
-
'5a6dba4bfa799403ace721b143c5b54d3bff97ab0c3d30e94d312cf58ede2498886720247b0efcbbeffc0c95611a493625cef1f8bc06d3647b53ef2e44de96be')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # git-lfs hook needs to be installed for one of the dependencies
-  git lfs install
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  yarn install --ignore-engines
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-  yarn generate
-  yarn build
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked "${pkgdir}/usr/lib/${pkgname}"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/"
-
-  chmod u+s "${pkgdir}/usr/lib/signal-desktop/chrome-sandbox"
-
-  install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  for i in 16 24 32 48 64 128 256 512 1024; do
-install -Dm 644 "build/icons/png/${i}x${i}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: signal-desktop/repos/community-x86_64/PKGBUILD (from rev 1191731, 
signal-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 01:02:16 UTC (rev 1191732)
@@ -0,0 +1,63 @@
+# Maintainer: kpcyrd 
+# Contributor: Jean Lucas 
+
+pkgname=signal-desktop
+_pkgname=Signal-Desktop
+pkgver=5.41.0
+pkgrel=1
+pkgdesc="Signal Private Messenger for Linux"
+license=('AGPL3')
+arch=('x86_64')
+url="https://signal.org;
+depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
+makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python' 
'libxcrypt-compat')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
+  "${pkgname}.desktop"
+  "expire-from-source-date-epoch.patch"
+)
+sha512sums=('c201b5dc0df98a51995c2befbe17db00c4dc565274be438902123fe60667805c1dabde2c916f1bc27597603665fb6a05558d9d579df93df607b8210ed176cb52'
+

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

2022-04-28 Thread Kpcyrd via arch-commits
Date: Friday, April 29, 2022 @ 01:01:25
  Author: kpcyrd
Revision: 1191731

upgpkg: signal-desktop 5.41.0-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 00:13:54 UTC (rev 1191730)
+++ PKGBUILD2022-04-29 01:01:25 UTC (rev 1191731)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=5.40.1
+pkgver=5.41.0
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL3')
@@ -16,10 +16,10 @@
   "${pkgname}.desktop"
   "expire-from-source-date-epoch.patch"
 )
-sha512sums=('08f652221a6b2be0307ed6dbde94301a858e6894d578fa746a9d324c883feb29fd5de3102a4d44f19dc001a8071ebffd6e19595ebe14ceffe529edb77ac3d9f5'
+sha512sums=('c201b5dc0df98a51995c2befbe17db00c4dc565274be438902123fe60667805c1dabde2c916f1bc27597603665fb6a05558d9d579df93df607b8210ed176cb52'
 
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
 
'1154859e87d8a2d649bc23210f2dd8aa473f268166559a51a2a64fe6ae094c101121535623b05b711bd87aab1f219627e9274fa542fdb0e5fe6f34b46fd7b7df')
-b2sums=('fbc3f59974a59212bfbab5fe49bd1848ce5dd27c0dcfc9055f9dc4e398f5faffd7e00bf261a754860d2eca8572171da27b5808f2eb64715456adea80a8d32bca'
+b2sums=('ed09eea4a43d5ccb26f82a21508acf6fa7d4d1622d3519ca3c69f0e14c93df09f09c337c5515b91a003c9b9691f5f74e01b80858ccde9665090a1178a69db0e2'
 
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
 
'5a6dba4bfa799403ace721b143c5b54d3bff97ab0c3d30e94d312cf58ede2498886720247b0efcbbeffc0c95611a493625cef1f8bc06d3647b53ef2e44de96be')
 



[arch-commits] Commit in nomad-driver-podman/repos/community-x86_64 (2 files)

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 00:13:54
  Author: grawlinson
Revision: 1191730

archrelease: copy trunk to community-x86_64

Added:
  nomad-driver-podman/repos/community-x86_64/PKGBUILD
(from rev 1191729, nomad-driver-podman/trunk/PKGBUILD)
Deleted:
  nomad-driver-podman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 00:13:20 UTC (rev 1191729)
+++ PKGBUILD2022-04-29 00:13:54 UTC (rev 1191730)
@@ -1,43 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=nomad-driver-podman
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="A nomad taskdriver for podman containers"
-arch=('x86_64')
-url="https://github.com/hashicorp/nomad-driver-podman;
-license=('MPL2')
-depends=('nomad' 'podman')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('e92493a5aac53ccc0c443d2b94737177ff30cd7d562d5e38262fe2d531776d0464e34a445c4b4093c3b3d2e3616daa0629778848ffa5d27412a54c06ce026030')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-  mkdir build
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
--o build \
-.
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/lib/nomad/plugins" "build/$pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-  cp -vr examples "$pkgdir/usr/share/doc/$pkgname"
-  # note: examples/plugins is an empty folder
-  rm -rf "$pkgdir/usr/share/doc/$pkgname/examples/plugins"
-}

Copied: nomad-driver-podman/repos/community-x86_64/PKGBUILD (from rev 1191729, 
nomad-driver-podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 00:13:54 UTC (rev 1191730)
@@ -0,0 +1,53 @@
+# Maintainer: George Rawlinson 
+
+pkgname=nomad-driver-podman
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='A nomad taskdriver for podman containers'
+arch=('x86_64')
+url='https://github.com/hashicorp/nomad-driver-podman'
+license=('MPL2')
+depends=('nomad' 'podman')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='ec01bb2b87216219da064359ef95dd3f7f226457'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+   cd "$pkgname"
+
+  mkdir build
+}
+
+build() {
+   cd "$pkgname"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+-o build \
+.
+}
+
+package() {
+   cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/lib/nomad/plugins" "build/$pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+  cp -vr examples "$pkgdir/usr/share/doc/$pkgname"
+  # note: examples/plugins is an empty folder
+  rm -rf "$pkgdir/usr/share/doc/$pkgname/examples/plugins"
+}



[arch-commits] Commit in nomad-driver-podman/trunk (PKGBUILD)

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 00:13:20
  Author: grawlinson
Revision: 1191729

upgpkg: nomad-driver-podman; go 1.18 rebuild

Modified:
  nomad-driver-podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 00:13:06 UTC (rev 1191728)
+++ PKGBUILD2022-04-29 00:13:20 UTC (rev 1191729)
@@ -2,24 +2,34 @@
 
 pkgname=nomad-driver-podman
 pkgver=0.3.0
-pkgrel=1
-pkgdesc="A nomad taskdriver for podman containers"
+pkgrel=2
+pkgdesc='A nomad taskdriver for podman containers'
 arch=('x86_64')
-url="https://github.com/hashicorp/nomad-driver-podman;
+url='https://github.com/hashicorp/nomad-driver-podman'
 license=('MPL2')
 depends=('nomad' 'podman')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('e92493a5aac53ccc0c443d2b94737177ff30cd7d562d5e38262fe2d531776d0464e34a445c4b4093c3b3d2e3616daa0629778848ffa5d27412a54c06ce026030')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='ec01bb2b87216219da064359ef95dd3f7f226457'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
 
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
-   cd "$pkgname-$pkgver"
+   cd "$pkgname"
+
   mkdir build
 }
 
 build() {
-   cd "$pkgname-$pkgver"
-  go build \
+   cd "$pkgname"
+
+  go build -v \
 -trimpath \
 -buildmode=pie \
 -mod=readonly \
@@ -30,7 +40,7 @@
 }
 
 package() {
-   cd "$pkgname-$pkgver"
+   cd "$pkgname"
 
   # binary
   install -vDm755 -t "$pkgdir/usr/lib/nomad/plugins" "build/$pkgname"



[arch-commits] Commit in nomad-driver-nspawn/repos/community-x86_64 (2 files)

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 00:13:06
  Author: grawlinson
Revision: 1191728

archrelease: copy trunk to community-x86_64

Added:
  nomad-driver-nspawn/repos/community-x86_64/PKGBUILD
(from rev 1191727, nomad-driver-nspawn/trunk/PKGBUILD)
Deleted:
  nomad-driver-nspawn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 00:12:33 UTC (rev 1191727)
+++ PKGBUILD2022-04-29 00:13:06 UTC (rev 1191728)
@@ -1,52 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=nomad-driver-nspawn
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="A nomad taskdriver for systemd-nspawn"
-arch=('x86_64')
-url="https://github.com/JanMa/nomad-driver-nspawn;
-license=('MIT')
-depends=('glibc' 'nomad' 'systemd')
-makedepends=('go' 'git')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('a4153eb8857be09ead18a1ca23ad60a8d5412bc7164a8ccdb180994c265c5f0db8acba43ae22384386004f771a4a87f6b68e7b89a169e9908db59310fbfd1b9c')
-b2sums=('187d07eec0c2be2ffc66863a64a51248d01cb5c3907513988845085e503dbde47610984c51180f2b9570f29d1f16d973ddc55b4a5318fb805145bea5ca04ec08')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-  # create directory for build output
-  mkdir build
-
-  # verify modules
-  go mod verify
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=vendor \
--modcacherw \
--ldflags "-extldflags $LDFLAGS -X 
"github.com/JanMa/nomad-driver-nspawn/nspawn.pluginVersion=${pkgver}"" \
--o build \
-.
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-  cp -r example "$pkgdir/usr/share/doc/$pkgname"
-
-  # plugin
-  install -vDm755 -t "$pkgdir/usr/lib/nomad/plugins" "build/$pkgname"
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: nomad-driver-nspawn/repos/community-x86_64/PKGBUILD (from rev 1191727, 
nomad-driver-nspawn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 00:13:06 UTC (rev 1191728)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+
+pkgname=nomad-driver-nspawn
+pkgver=0.9.0
+pkgrel=2
+pkgdesc='A nomad taskdriver for systemd-nspawn'
+arch=('x86_64')
+url='https://github.com/JanMa/nomad-driver-nspawn'
+license=('MIT')
+depends=('glibc' 'nomad' 'systemd')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='0008fa3566ac0f3fc666ca5693bf5fd38d7340ed'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+   cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # verify modules
+  go mod verify
+}
+
+build() {
+   cd "$pkgname"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=vendor \
+-modcacherw \
+-ldflags "-extldflags $LDFLAGS -X 
"github.com/JanMa/nomad-driver-nspawn/nspawn.pluginVersion=${pkgver}"" \
+-o build \
+.
+}
+
+package() {
+   cd "$pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+  cp -r example "$pkgdir/usr/share/doc/$pkgname"
+
+  # plugin
+  install -vDm755 -t "$pkgdir/usr/lib/nomad/plugins" "build/$pkgname"
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



[arch-commits] Commit in nomad-driver-nspawn/trunk (PKGBUILD)

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 00:12:33
  Author: grawlinson
Revision: 1191727

upgpkg: nomad-driver-nspawn; go 1.18 rebuild

Modified:
  nomad-driver-nspawn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 00:12:19 UTC (rev 1191726)
+++ PKGBUILD2022-04-29 00:12:33 UTC (rev 1191727)
@@ -2,20 +2,26 @@
 
 pkgname=nomad-driver-nspawn
 pkgver=0.9.0
-pkgrel=1
-pkgdesc="A nomad taskdriver for systemd-nspawn"
+pkgrel=2
+pkgdesc='A nomad taskdriver for systemd-nspawn'
 arch=('x86_64')
-url="https://github.com/JanMa/nomad-driver-nspawn;
+url='https://github.com/JanMa/nomad-driver-nspawn'
 license=('MIT')
 depends=('glibc' 'nomad' 'systemd')
-makedepends=('go' 'git')
+makedepends=('git' 'go')
 options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('a4153eb8857be09ead18a1ca23ad60a8d5412bc7164a8ccdb180994c265c5f0db8acba43ae22384386004f771a4a87f6b68e7b89a169e9908db59310fbfd1b9c')
-b2sums=('187d07eec0c2be2ffc66863a64a51248d01cb5c3907513988845085e503dbde47610984c51180f2b9570f29d1f16d973ddc55b4a5318fb805145bea5ca04ec08')
+_commit='0008fa3566ac0f3fc666ca5693bf5fd38d7340ed'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
 
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
-   cd "$pkgname-$pkgver"
+   cd "$pkgname"
 
   # create directory for build output
   mkdir build
@@ -25,7 +31,7 @@
 }
 
 build() {
-   cd "$pkgname-$pkgver"
+   cd "$pkgname"
 
   go build -v \
 -trimpath \
@@ -38,7 +44,7 @@
 }
 
 package() {
-   cd "$pkgname-$pkgver"
+   cd "$pkgname"
 
   # documentation
   install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md



[arch-commits] Commit in nomad-driver-lxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 00:12:19
  Author: grawlinson
Revision: 1191726

archrelease: copy trunk to community-x86_64

Added:
  nomad-driver-lxc/repos/community-x86_64/PKGBUILD
(from rev 1191725, nomad-driver-lxc/trunk/PKGBUILD)
Deleted:
  nomad-driver-lxc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 00:11:44 UTC (rev 1191725)
+++ PKGBUILD2022-04-29 00:12:19 UTC (rev 1191726)
@@ -1,37 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=nomad-driver-lxc
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="A nomad taskdriver for lxc containers"
-arch=('x86_64')
-url="https://github.com/hashicorp/nomad-driver-lxc;
-license=('MPL2')
-depends=('nomad' 'glibc' 'lxc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('615ec5472597b77e8c1f949eed15a366c2a317fe288a0d29f36860e83e1528e4f9397f4ec30877cca19c7f90d2996f74f8ef988d0ae82da6528745e0fa4dfe20')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-  mkdir build
-
-  sed -i "s/.*PluginVersion.*/\t\tPluginVersion: \"${pkgver}\",/" 
lxc/driver.go
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
--o build \
-.
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-  install -vDm755 -t "$pkgdir/usr/lib/nomad/plugins" "build/$pkgname"
-}

Copied: nomad-driver-lxc/repos/community-x86_64/PKGBUILD (from rev 1191725, 
nomad-driver-lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 00:12:19 UTC (rev 1191726)
@@ -0,0 +1,53 @@
+# Maintainer: George Rawlinson 
+
+pkgname=nomad-driver-lxc
+pkgver=0.3.0
+pkgrel=3
+pkgdesc='A nomad taskdriver for lxc containers'
+arch=('x86_64')
+url='https://github.com/hashicorp/nomad-driver-lxc'
+license=('MPL2')
+depends=('nomad' 'lxc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='790464c811025e2aa576b55440601979e2775522'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+   cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # fix version string
+  sed -i "s/.*PluginVersion.*/\t\tPluginVersion: \"${pkgver}\",/" 
lxc/driver.go
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+   cd "$pkgname"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+-o build \
+.
+}
+
+package() {
+   cd "$pkgname"
+
+  install -vDm755 -t "$pkgdir/usr/lib/nomad/plugins" "build/$pkgname"
+}



[arch-commits] Commit in nomad-driver-lxc/trunk (PKGBUILD)

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 00:11:44
  Author: grawlinson
Revision: 1191725

upgpkg: nomad-driver-lxc; go 1.18 rebuild

Modified:
  nomad-driver-lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-29 00:11:28 UTC (rev 1191724)
+++ PKGBUILD2022-04-29 00:11:44 UTC (rev 1191725)
@@ -2,26 +2,41 @@
 
 pkgname=nomad-driver-lxc
 pkgver=0.3.0
-pkgrel=2
-pkgdesc="A nomad taskdriver for lxc containers"
+pkgrel=3
+pkgdesc='A nomad taskdriver for lxc containers'
 arch=('x86_64')
-url="https://github.com/hashicorp/nomad-driver-lxc;
+url='https://github.com/hashicorp/nomad-driver-lxc'
 license=('MPL2')
-depends=('nomad' 'glibc' 'lxc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('615ec5472597b77e8c1f949eed15a366c2a317fe288a0d29f36860e83e1528e4f9397f4ec30877cca19c7f90d2996f74f8ef988d0ae82da6528745e0fa4dfe20')
+depends=('nomad' 'lxc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='790464c811025e2aa576b55440601979e2775522'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
 
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
-   cd "$pkgname-$pkgver"
+   cd "$pkgname"
+
+  # create directory for build output
   mkdir build
 
+  # fix version string
   sed -i "s/.*PluginVersion.*/\t\tPluginVersion: \"${pkgver}\",/" 
lxc/driver.go
+
+  # download dependencies
+  go mod download
 }
 
 build() {
-   cd "$pkgname-$pkgver"
-  go build \
+   cd "$pkgname"
+
+  go build -v \
 -trimpath \
 -buildmode=pie \
 -mod=readonly \
@@ -32,6 +47,7 @@
 }
 
 package() {
-   cd "$pkgname-$pkgver"
+   cd "$pkgname"
+
   install -vDm755 -t "$pkgdir/usr/lib/nomad/plugins" "build/$pkgname"
 }



[arch-commits] Commit in nomad-driver-containerd/repos/community-x86_64 (2 files)

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 00:11:28
  Author: grawlinson
Revision: 1191724

archrelease: copy trunk to community-x86_64

Added:
  nomad-driver-containerd/repos/community-x86_64/PKGBUILD
(from rev 1191723, nomad-driver-containerd/trunk/PKGBUILD)
Deleted:
  nomad-driver-containerd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-29 00:10:54 UTC (rev 1191723)
+++ PKGBUILD2022-04-29 00:11:28 UTC (rev 1191724)
@@ -1,50 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=nomad-driver-containerd
-_pkgname=containerd-driver
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="A nomad taskdriver for containerd containers"
-arch=('x86_64')
-url="https://github.com/Roblox/nomad-driver-containerd;
-license=('MPL2')
-depends=('nomad' 'containerd')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='c564dd2e58cff25f5e768b754258a44d5e3bf800'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-   cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-   cd "$pkgname"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
--o build \
-.
-}
-
-package() {
-   cd "$pkgname"
-  install -vDm755 "build/$pkgname" "$pkgdir/usr/lib/nomad/plugins/$_pkgname"
-}

Copied: nomad-driver-containerd/repos/community-x86_64/PKGBUILD (from rev 
1191723, nomad-driver-containerd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-29 00:11:28 UTC (rev 1191724)
@@ -0,0 +1,50 @@
+# Maintainer: George Rawlinson 
+
+pkgname=nomad-driver-containerd
+_pkgname=containerd-driver
+pkgver=0.9.3
+pkgrel=2
+pkgdesc='A nomad taskdriver for containerd containers'
+arch=('x86_64')
+url='https://github.com/Roblox/nomad-driver-containerd'
+license=('MPL2')
+depends=('nomad' 'containerd')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='c564dd2e58cff25f5e768b754258a44d5e3bf800'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+   cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+   cd "$pkgname"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+-o build \
+.
+}
+
+package() {
+   cd "$pkgname"
+  install -vDm755 "build/$pkgname" "$pkgdir/usr/lib/nomad/plugins/$_pkgname"
+}



[arch-commits] Commit in nomad-driver-containerd/trunk (PKGBUILD)

2022-04-28 Thread George Rawlinson via arch-commits
Date: Friday, April 29, 2022 @ 00:10:54
  Author: grawlinson
Revision: 1191723

upgpkg: nomad-driver-containerd; go 1.18 rebuild

Modified:
  nomad-driver-containerd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 23:55:04 UTC (rev 1191722)
+++ PKGBUILD2022-04-29 00:10:54 UTC (rev 1191723)
@@ -3,10 +3,10 @@
 pkgname=nomad-driver-containerd
 _pkgname=containerd-driver
 pkgver=0.9.3
-pkgrel=1
-pkgdesc="A nomad taskdriver for containerd containers"
+pkgrel=2
+pkgdesc='A nomad taskdriver for containerd containers'
 arch=('x86_64')
-url="https://github.com/Roblox/nomad-driver-containerd;
+url='https://github.com/Roblox/nomad-driver-containerd'
 license=('MPL2')
 depends=('nomad' 'containerd')
 makedepends=('git' 'go')



[arch-commits] Commit in python-aws-sam-translator/repos/community-any (2 files)

2022-04-28 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, April 28, 2022 @ 23:55:04
  Author: yan12125
Revision: 1191722

archrelease: copy trunk to community-any

Added:
  python-aws-sam-translator/repos/community-any/PKGBUILD
(from rev 1191721, python-aws-sam-translator/trunk/PKGBUILD)
Deleted:
  python-aws-sam-translator/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 23:54:48 UTC (rev 1191721)
+++ PKGBUILD2022-04-28 23:55:04 UTC (rev 1191722)
@@ -1,38 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aws-sam-translator
-# https://github.com/aws/serverless-application-model/releases
-pkgver=1.42.0
-pkgrel=3
-pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
-arch=(any)
-url='https://github.com/aws/serverless-application-model'
-license=(Apache)
-depends=(python python-boto3 python-jsonschema python-six)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-env python-yaml python-mock 
python-parameterized)
-# Upstream intentionally exclude tests from sdist
-# 
https://github.com/aws/serverless-application-model/pull/381#issuecomment-382143094
-source=("https://github.com/aws/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('85c8950dd23f2db86ef8f1974e1d426baafc296670d268ee84b6c74a699ebb78')
-
-prepare() {
-  cd serverless-application-model-$pkgver
-  # skip pytest-coverage
-  sed -i -r 's#--cov\S*\s+\S+##g' pytest.ini
-}
-
-build() {
-  cd serverless-application-model-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd serverless-application-model-$pkgver
-  pytest tests
-}
-
-package() {
-  cd serverless-application-model-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aws-sam-translator/repos/community-any/PKGBUILD (from rev 
1191721, python-aws-sam-translator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 23:55:04 UTC (rev 1191722)
@@ -0,0 +1,38 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aws-sam-translator
+# https://github.com/aws/serverless-application-model/releases
+pkgver=1.45.0
+pkgrel=1
+pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
+arch=(any)
+url='https://github.com/aws/serverless-application-model'
+license=(Apache)
+depends=(python python-boto3 python-jsonschema)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-env python-yaml python-parameterized)
+# Upstream intentionally exclude tests from sdist
+# 
https://github.com/aws/serverless-application-model/pull/381#issuecomment-382143094
+source=("https://github.com/aws/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('2e778752f6a277b3adcccd59a7456a258181bad41d7613e9a79a36649e0dc6e5')
+
+prepare() {
+  cd serverless-application-model-$pkgver
+  # skip pytest-coverage
+  sed -i -r 's#--cov\S*\s+\S+##g' pytest.ini
+}
+
+build() {
+  cd serverless-application-model-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd serverless-application-model-$pkgver
+  pytest tests
+}
+
+package() {
+  cd serverless-application-model-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



[arch-commits] Commit in python-aws-sam-translator/trunk (PKGBUILD)

2022-04-28 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, April 28, 2022 @ 23:54:48
  Author: yan12125
Revision: 1191721

upgpkg: python-aws-sam-translator 1.45.0-1; remove no longer needed deps

python-six: 
https://github.com/aws/serverless-application-model/commit/749634d2e5b88cef4752076c3882949d77591ec3
python-mock: 
https://github.com/aws/serverless-application-model/commit/a308593bb8cefd3ddc644f928032fb5507635647

Modified:
  python-aws-sam-translator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 22:14:20 UTC (rev 1191720)
+++ PKGBUILD2022-04-28 23:54:48 UTC (rev 1191721)
@@ -2,19 +2,19 @@
 
 pkgname=python-aws-sam-translator
 # https://github.com/aws/serverless-application-model/releases
-pkgver=1.42.0
-pkgrel=3
+pkgver=1.45.0
+pkgrel=1
 pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
 arch=(any)
 url='https://github.com/aws/serverless-application-model'
 license=(Apache)
-depends=(python python-boto3 python-jsonschema python-six)
+depends=(python python-boto3 python-jsonschema)
 makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-env python-yaml python-mock 
python-parameterized)
+checkdepends=(python-pytest python-pytest-env python-yaml python-parameterized)
 # Upstream intentionally exclude tests from sdist
 # 
https://github.com/aws/serverless-application-model/pull/381#issuecomment-382143094
 
source=("https://github.com/aws/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('85c8950dd23f2db86ef8f1974e1d426baafc296670d268ee84b6c74a699ebb78')
+sha256sums=('2e778752f6a277b3adcccd59a7456a258181bad41d7613e9a79a36649e0dc6e5')
 
 prepare() {
   cd serverless-application-model-$pkgver



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

2022-04-28 Thread Orhun Parmaksiz via arch-commits
Date: Thursday, April 28, 2022 @ 21:55:58
  Author: orhun
Revision: 1191719

archrelease: copy trunk to community-x86_64

Added:
  broot/repos/community-x86_64/PKGBUILD
(from rev 1191718, broot/trunk/PKGBUILD)
Deleted:
  broot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 21:55:47 UTC (rev 1191718)
+++ PKGBUILD2022-04-28 21:55:58 UTC (rev 1191719)
@@ -1,46 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Orhun Parmaksız 
-# Contributor: Adam Fontenot 
-# Contributor: Daniel M. Capella 
-
-pkgname=broot
-pkgver=1.11.1
-pkgrel=1
-pkgdesc='Fuzzy Search + tree + cd'
-arch=('x86_64')
-url=https://github.com/Canop/broot
-license=('MIT')
-depends=('gcc-libs' 'zlib' 'libgit2')
-makedepends=('rust')
-options=('!lto')
-source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('0cc09d5bcc5c6b80d6161c2ba234df0332c1dabd6c3c9f2f6ebe2f82b8eef5c3')
-
-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 -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  sed -i "s/#version/$pkgver/" man/page
-  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
-  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
-  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
-  sed -i "s/#date//" man/page
-  install -Dm644 man/page "$pkgdir/usr/share/man/man1/$pkgname.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: broot/repos/community-x86_64/PKGBUILD (from rev 1191718, 
broot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 21:55:58 UTC (rev 1191719)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Orhun Parmaksız 
+# Contributor: Adam Fontenot 
+# Contributor: Daniel M. Capella 
+
+pkgname=broot
+pkgver=1.11.1
+pkgrel=2
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs' 'zlib' 'libgit2')
+makedepends=('rust')
+options=('!lto')
+source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
+sha256sums=('0cc09d5bcc5c6b80d6161c2ba234df0332c1dabd6c3c9f2f6ebe2f82b8eef5c3')
+
+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 -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  sed -i "s/#version/$pkgver/" man/page
+  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
+  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
+  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
+  sed -i "s/#date//" man/page
+  install -Dm644 man/page "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 resources/icons/vscode/vscode.ttf 
"$pkgdir/usr/share/fonts/TTF/vscode.ttf"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-04-28 Thread Orhun Parmaksiz via arch-commits
Date: Thursday, April 28, 2022 @ 21:55:47
  Author: orhun
Revision: 1191718

upgpkg: broot 1.11.1-2: include the provided icon font (fixes FS#74273)

Modified:
  broot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 20:51:23 UTC (rev 1191717)
+++ PKGBUILD2022-04-28 21:55:47 UTC (rev 1191718)
@@ -5,7 +5,7 @@
 
 pkgname=broot
 pkgver=1.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
 url=https://github.com/Canop/broot
@@ -41,6 +41,7 @@
   sed -i "s/#date//" man/page
   install -Dm644 man/page "$pkgdir/usr/share/man/man1/$pkgname.1"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 resources/icons/vscode/vscode.ttf 
"$pkgdir/usr/share/fonts/TTF/vscode.ttf"
 }
 
 # vim:set ts=2 sw=2 et:



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 21:20:35
  Author: arojas
Revision: 444250

archrelease: copy trunk to extra-x86_64

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

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

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

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



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 21:20:25
  Author: arojas
Revision: 444249

Add libunwind support (FS#74577)

Modified:
  gperftools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 20:20:38 UTC (rev 444248)
+++ PKGBUILD2022-04-28 21:20:25 UTC (rev 444249)
@@ -7,12 +7,12 @@
 
 pkgname=gperftools
 pkgver=2.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools"
 arch=('x86_64')
 url="https://github.com/gperftools/gperftools;
 license=('BSD')
-depends=('perl')
+depends=('perl' 'libunwind' )
 provides=('libtcmalloc.so'
   'libprofiler.so'
   'libtcmalloc_debug.so'
@@ -27,7 +27,7 @@
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr --enable-frame-pointers
+  ./configure --prefix=/usr --enable-frame-pointers --enable-libunwind
   make
 }
 



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 20:51:23
  Author: arojas
Revision: 1191717

archrelease: copy trunk to community-x86_64

Added:
  libvolk/repos/community-x86_64/PKGBUILD
(from rev 1191716, libvolk/trunk/PKGBUILD)
Deleted:
  libvolk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 20:51:13 UTC (rev 1191716)
+++ PKGBUILD2022-04-28 20:51:23 UTC (rev 1191717)
@@ -1,57 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=libvolk
-epoch=2
-pkgver=2.5.0
-_cpuver=0.6.0
-pkgrel=3
-pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
-arch=('x86_64')
-url="http://libvolk.org/;
-license=('GPL3')
-depends=('gcc-libs' 'boost-libs' 'orc' 'python' 'python-six')
-makedepends=('boost' 'cmake' 'python-mako')
-#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"{,.asc})
-#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz;)
-#source=("https://github.com/gnuradio/volk/releases/download/v$pkgver/volk-v$pkgver.tar.gz"{,.asc})
-source=("volk-$pkgver.tgz::https://github.com/gnuradio/volk/archive/v$pkgver.tar.gz;
-
"cpufeatures-$_cpuver.tgz::https://github.com/google/cpu_features/archive/v$_cpuver.tar.gz;)
-# new upstream maintainer, no sig for 2.1.0 or real release?
-md5sums=('f4a00ab7a05a8dfc150d5d39d6791777'
- '72a153f809bfab2253978959da0915ef')
-validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D'
-  'D74F9F146E7F755783583158B343B2BA293E5174')
-
-# doxygen for docs
-
-prepare() {
-  cd "$srcdir/volk-$pkgver"
-  rmdir cpu_features
-  ln -sf "$srcdir/cpu_features-$_cpuver" cpu_features
-}
-
-build() {
-  export PYTHON=python3
-  cd "$srcdir/volk-$pkgver"
-
-  mkdir -p build
-  cd build
-  cmake \
--DPYTHON_EXECUTABLE=$(which python3) \
--DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
-  make
-}
-
-check() {
-  cd "$srcdir/volk-$pkgver/build"
-  export PYTHON=python3
-  return
-  if [[ "$CARCH" == "x86_64" ]]; then
-make test
-  fi
-}
-
-package() {
-  cd "$srcdir/volk-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: libvolk/repos/community-x86_64/PKGBUILD (from rev 1191716, 
libvolk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 20:51:23 UTC (rev 1191717)
@@ -0,0 +1,58 @@
+# Maintainer: Kyle Keen 
+
+pkgname=libvolk
+epoch=2
+pkgver=2.5.0
+_cpuver=0.6.0
+pkgrel=4
+pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
+arch=('x86_64')
+url="http://libvolk.org/;
+license=('GPL3')
+depends=('gcc-libs' 'boost-libs' 'orc' 'python' 'python-six')
+makedepends=('boost' 'cmake' 'python-mako')
+#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"{,.asc})
+#source=("http://libvolk.org/releases/volk-$pkgver.tar.gz;)
+#source=("https://github.com/gnuradio/volk/releases/download/v$pkgver/volk-v$pkgver.tar.gz"{,.asc})
+source=("volk-$pkgver.tgz::https://github.com/gnuradio/volk/archive/v$pkgver.tar.gz;
+
"cpufeatures-$_cpuver.tgz::https://github.com/google/cpu_features/archive/v$_cpuver.tar.gz;)
+# new upstream maintainer, no sig for 2.1.0 or real release?
+md5sums=('f4a00ab7a05a8dfc150d5d39d6791777'
+ '72a153f809bfab2253978959da0915ef')
+validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D'
+  'D74F9F146E7F755783583158B343B2BA293E5174')
+
+# doxygen for docs
+
+prepare() {
+  cd "$srcdir/volk-$pkgver"
+  rmdir cpu_features
+  ln -sf "$srcdir/cpu_features-$_cpuver" cpu_features
+}
+
+build() {
+  export PYTHON=python3
+  cd "$srcdir/volk-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python3) \
+-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
+-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
+  make
+}
+
+check() {
+  cd "$srcdir/volk-$pkgver/build"
+  export PYTHON=python3
+  return
+  if [[ "$CARCH" == "x86_64" ]]; then
+make test
+  fi
+}
+
+package() {
+  cd "$srcdir/volk-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 20:51:13
  Author: arojas
Revision: 1191716

-ffat-lto-objects

Modified:
  libvolk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 20:44:01 UTC (rev 1191715)
+++ PKGBUILD2022-04-28 20:51:13 UTC (rev 1191716)
@@ -4,7 +4,7 @@
 epoch=2
 pkgver=2.5.0
 _cpuver=0.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
 arch=('x86_64')
 url="http://libvolk.org/;
@@ -38,6 +38,7 @@
   cd build
   cmake \
 -DPYTHON_EXECUTABLE=$(which python3) \
+-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
 -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ../
   make
 }



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 20:44:01
  Author: arojas
Revision: 1191715

archrelease: copy trunk to community-x86_64

Added:
  linenoise-ng/repos/community-x86_64/PKGBUILD
(from rev 1191714, linenoise-ng/trunk/PKGBUILD)
Deleted:
  linenoise-ng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 20:43:50 UTC (rev 1191714)
+++ PKGBUILD2022-04-28 20:44:01 UTC (rev 1191715)
@@ -1,26 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=linenoise-ng
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='A small self-contained alternative to readline and libedit that 
supports UTF-8 and Windows'
-arch=(x86_64)
-url='https://github.com/arangodb/linenoise-ng'
-license=(BSD)
-makedepends=('cmake')
-source=(linenoise-ng-$pkgver.zip::https://github.com/arangodb/linenoise-ng/archive/v$pkgver.zip)
-sha256sums=('af16575c73435601161d9e6bdfbc58983a78ec16fb3707c18df4171419379c54')
-
-build() {
-  cd linenoise-ng-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--S . \
--B build
-  cmake --build build
-}
-
-package() {
-  cd linenoise-ng-$pkgver
-  cmake --build build --target install -- DESTDIR="$pkgdir/"
-}

Copied: linenoise-ng/repos/community-x86_64/PKGBUILD (from rev 1191714, 
linenoise-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 20:44:01 UTC (rev 1191715)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=linenoise-ng
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='A small self-contained alternative to readline and libedit that 
supports UTF-8 and Windows'
+arch=(x86_64)
+url='https://github.com/arangodb/linenoise-ng'
+license=(BSD)
+makedepends=('cmake')
+source=(linenoise-ng-$pkgver.zip::https://github.com/arangodb/linenoise-ng/archive/v$pkgver.zip)
+sha256sums=('af16575c73435601161d9e6bdfbc58983a78ec16fb3707c18df4171419379c54')
+
+build() {
+  cd linenoise-ng-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
+-S . \
+-B build
+  cmake --build build
+}
+
+package() {
+  cd linenoise-ng-$pkgver
+  cmake --build build --target install -- DESTDIR="$pkgdir/"
+}



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 20:43:50
  Author: arojas
Revision: 1191714

-ffat-lto-objects

Modified:
  linenoise-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 20:16:34 UTC (rev 1191713)
+++ PKGBUILD2022-04-28 20:43:50 UTC (rev 1191714)
@@ -2,7 +2,7 @@
 
 pkgname=linenoise-ng
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A small self-contained alternative to readline and libedit that 
supports UTF-8 and Windows'
 arch=(x86_64)
 url='https://github.com/arangodb/linenoise-ng'
@@ -15,6 +15,7 @@
   cd linenoise-ng-$pkgver
   cmake -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
 -S . \
 -B build
   cmake --build build



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

2022-04-28 Thread Andreas Radke via arch-commits
Date: Thursday, April 28, 2022 @ 20:20:38
  Author: andyrtr
Revision: 444248

archrelease: copy trunk to testing-x86_64

Added:
  gnutls/repos/testing-x86_64/
  gnutls/repos/testing-x86_64/PKGBUILD
(from rev 444247, gnutls/trunk/PKGBUILD)

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

Copied: gnutls/repos/testing-x86_64/PKGBUILD (from rev 444247, 
gnutls/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-04-28 20:20:38 UTC (rev 444248)
@@ -0,0 +1,47 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.7.4
+pkgrel=2
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="https://www.gnutls.org/;
+options=('!zipman' 'debug')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2'
+ 'libidn2.so' 'libunistring' 'brotli')
+checkdepends=('net-tools')
+optdepends=('guile: for use with Guile bindings')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('e6adbebcfbc95867de01060d93c789938cf89cc1d1f6ef9ef661890f6217451f'
+'SKIP')
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # "Daiki Ueno 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --with-idn \
+   --enable-openssl-compatibility \
+   --enable-guile --with-guile-site-dir=no \
+   --with-default-trust-store-pkcs11="pkcs11:"
+#  --enable-ktls \ # breaks testsuite
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -n -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -n -9 {} \;
+}



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

2022-04-28 Thread Andreas Radke via arch-commits
Date: Thursday, April 28, 2022 @ 20:20:29
  Author: andyrtr
Revision: 444247

upgpkg: gnutls 3.7.4-2: add missing dependency on brotli

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 20:14:55 UTC (rev 444246)
+++ PKGBUILD2022-04-28 20:20:29 UTC (rev 444247)
@@ -3,7 +3,7 @@
 
 pkgname=gnutls
 pkgver=3.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -10,7 +10,7 @@
 url="https://www.gnutls.org/;
 options=('!zipman' 'debug')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2'
- 'libidn2.so' 'libunistring')
+ 'libidn2.so' 'libunistring' 'brotli')
 checkdepends=('net-tools')
 optdepends=('guile: for use with Guile bindings')
 
source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/${pkgname}-${pkgver}.tar.xz{,.sig})



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 20:16:34
  Author: arojas
Revision: 1191713

archrelease: copy trunk to community-x86_64

Added:
  magnum/repos/community-x86_64/PKGBUILD
(from rev 1191712, magnum/trunk/PKGBUILD)
Deleted:
  magnum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 20:16:22 UTC (rev 1191712)
+++ PKGBUILD2022-04-28 20:16:34 UTC (rev 1191713)
@@ -1,56 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Mosra 
-
-pkgname=magnum
-pkgver=2020.06
-pkgrel=2
-pkgdesc='C++11/C++14 graphics middleware for games and data visualization'
-arch=(x86_64)
-url='https://magnum.graphics'
-license=(MIT)
-depends=('corrade>=2020.06' glfw openal sdl2 vulkan-icd-loader)
-makedepends=(cmake git)
-optdepends=('magnum-plugins: import and export features')
-source=("git+https://github.com/mosra/magnum#commit=fac6f4da261930c7035bf51f66091e350905720b;)
 # tag: v2020.06
-sha256sums=('SKIP')
-
-prepare() {
-# Fix build with recent cmake
-  sed -e '/CONFIG/d' -i $pkgname/modules/FindOpenAL.cmake
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname \
--DCMAKE_CXX_FLAGS="$CXXFLAGS -Wfatal-errors" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_AL_INFO=ON \
--DWITH_ANYAUDIOIMPORTER=ON \
--DWITH_ANYIMAGECONVERTER=ON \
--DWITH_ANYIMAGEIMPORTER=ON \
--DWITH_ANYSCENEIMPORTER=ON \
--DWITH_AUDIO=ON \
--DWITH_DISTANCEFIELDCONVERTER=ON \
--DWITH_GLXAPPLICATION=ON \
--DWITH_GLXCONTEXT=ON \
--DWITH_IMAGECONVERTER=ON \
--DWITH_MAGNUMFONT=ON \
--DWITH_MAGNUMFONTCONVERTER=ON \
--DWITH_OBJIMPORTER=ON \
--DWITH_FONTCONVERTER=ON \
--DWITH_GL_INFO=ON \
--DWITH_GLFWAPPLICATION=ON \
--DWITH_SDL2APPLICATION=ON \
--DWITH_TGAIMAGECONVERTER=ON \
--DWITH_TGAIMPORTER=ON \
--DWITH_VK=ON \
--DWITH_WAVAUDIOIMPORTER=ON \
--DWITH_WINDOWLESSGLXAPPLICATION=ON
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C build install
-  install -Dm644 $pkgname/COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: magnum/repos/community-x86_64/PKGBUILD (from rev 1191712, 
magnum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 20:16:34 UTC (rev 1191713)
@@ -0,0 +1,56 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Mosra 
+
+pkgname=magnum
+pkgver=2020.06
+pkgrel=3
+pkgdesc='C++11/C++14 graphics middleware for games and data visualization'
+arch=(x86_64)
+url='https://magnum.graphics'
+license=(MIT)
+depends=('corrade>=2020.06' glfw openal sdl2 vulkan-icd-loader)
+makedepends=(cmake git)
+optdepends=('magnum-plugins: import and export features')
+source=("git+https://github.com/mosra/magnum#commit=fac6f4da261930c7035bf51f66091e350905720b;)
 # tag: v2020.06
+sha256sums=('SKIP')
+
+prepare() {
+# Fix build with recent cmake
+  sed -e '/CONFIG/d' -i $pkgname/modules/FindOpenAL.cmake
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects -Wfatal-errors" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_AL_INFO=ON \
+-DWITH_ANYAUDIOIMPORTER=ON \
+-DWITH_ANYIMAGECONVERTER=ON \
+-DWITH_ANYIMAGEIMPORTER=ON \
+-DWITH_ANYSCENEIMPORTER=ON \
+-DWITH_AUDIO=ON \
+-DWITH_DISTANCEFIELDCONVERTER=ON \
+-DWITH_GLXAPPLICATION=ON \
+-DWITH_GLXCONTEXT=ON \
+-DWITH_IMAGECONVERTER=ON \
+-DWITH_MAGNUMFONT=ON \
+-DWITH_MAGNUMFONTCONVERTER=ON \
+-DWITH_OBJIMPORTER=ON \
+-DWITH_FONTCONVERTER=ON \
+-DWITH_GL_INFO=ON \
+-DWITH_GLFWAPPLICATION=ON \
+-DWITH_SDL2APPLICATION=ON \
+-DWITH_TGAIMAGECONVERTER=ON \
+-DWITH_TGAIMPORTER=ON \
+-DWITH_VK=ON \
+-DWITH_WAVAUDIOIMPORTER=ON \
+-DWITH_WINDOWLESSGLXAPPLICATION=ON
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C build install
+  install -Dm644 $pkgname/COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 20:16:22
  Author: arojas
Revision: 1191712

-ffat-lto-objects

Modified:
  magnum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 20:05:00 UTC (rev 1191711)
+++ PKGBUILD2022-04-28 20:16:22 UTC (rev 1191712)
@@ -3,7 +3,7 @@
 
 pkgname=magnum
 pkgver=2020.06
-pkgrel=2
+pkgrel=3
 pkgdesc='C++11/C++14 graphics middleware for games and data visualization'
 arch=(x86_64)
 url='https://magnum.graphics'
@@ -23,7 +23,7 @@
   mkdir -p build
   cd build
   cmake ../$pkgname \
--DCMAKE_CXX_FLAGS="$CXXFLAGS -Wfatal-errors" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects -Wfatal-errors" \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DWITH_AL_INFO=ON \
 -DWITH_ANYAUDIOIMPORTER=ON \



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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Thursday, April 28, 2022 @ 20:14:55
  Author: heftig
Revision: 444246

archrelease: copy trunk to extra-x86_64

Added:
  modemmanager/repos/extra-x86_64/PKGBUILD
(from rev 444245, modemmanager/trunk/PKGBUILD)
Deleted:
  modemmanager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 20:13:46 UTC (rev 444245)
+++ PKGBUILD2022-04-28 20:14:55 UTC (rev 444246)
@@ -1,87 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.18.6
-pkgrel=2
-pkgdesc="Mobile broadband modem management service"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/ModemManager/;
-license=(GPL2 LGPL2.1)
-depends=(systemd libgudev polkit ppp libqmi libmbim
- mobile-broadband-provider-info)
-makedepends=(gtk-doc gobject-introspection vala meson git bash-completion)
-checkdepends=(python-gobject python-dbus)
-options=(debug)
-_commit=a7bcf2036b34d5043dbc33fee7d98bae5859c4d3  # tags/1.18.6
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ModemManager
-  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd ModemManager
-
-  # https://bugs.archlinux.org/task/74329
-  git cherry-pick -n c615be77fd0ce88b73285816266e112b45825637
-}
-
-build() {
-  local meson_options=(
--D dbus_policy_dir=/usr/share/dbus-1/system.d
--D dist_version="\"$pkgver-$pkgrel\""
--D gtk_doc=true
--D plugin_qcom_soc=disabled
--D polkit=permissive
--D vapi=true
-  )
-
-  arch-meson ModemManager build "${meson_options[@]}"
-  meson compile -C build
-}
-
-check() {
-  # Tests don't work yet
-  : 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_modemmanager() {
-  depends+=(libmm-glib.so libg{lib,object,io,module}-2.0.so libsystemd.so 
libgudev-1.0.so
-libqmi-glib.so libmbim-glib.so)
-  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-  _pick libmm usr/include
-  _pick libmm usr/lib/girepository-1.0
-  _pick libmm usr/lib/libmm-glib.so*
-  _pick libmm usr/lib/pkgconfig
-  _pick libmm usr/share/gir-1.0
-  _pick libmm usr/share/gtk-doc/html/libmm-glib
-  _pick libmm usr/share/vala
-}
-
-package_libmm-glib() {
-  pkgdesc="ModemManager library"
-  depends=(libg{lib,object,io}-2.0.so)
-  provides=(libmm-glib.so)
-
-  mv libmm/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: modemmanager/repos/extra-x86_64/PKGBUILD (from rev 444245, 
modemmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 20:14:55 UTC (rev 444246)
@@ -0,0 +1,84 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.18.8
+pkgrel=1
+pkgdesc="Mobile broadband modem management service"
+url="https://www.freedesktop.org/wiki/Software/ModemManager/;
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim
+ mobile-broadband-provider-info)
+makedepends=(gtk-doc gobject-introspection vala meson git bash-completion)
+checkdepends=(python-gobject python-dbus)
+options=(debug)
+_commit=0d8b5e93fc62eb0f41e18a2d9d845331d7af36ec  # tags/1.18.8^0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ModemManager
+  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd ModemManager
+}
+
+build() {
+  local meson_options=(
+-D dbus_policy_dir=/usr/share/dbus-1/system.d
+-D dist_version="\"$pkgver-$pkgrel\""
+-D gtk_doc=true
+-D plugin_qcom_soc=disabled
+-D polkit=permissive
+-D vapi=true
+  )
+
+  arch-meson ModemManager build "${meson_options[@]}"
+  meson compile -C build
+}
+
+check() {
+  # Tests don't work yet
+  : 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_modemmanager() {
+  depends+=(libmm-glib.so libg{lib,object,io,module}-2.0.so libsystemd.so 
libgudev-1.0.so
+libqmi-glib.so libmbim-glib.so)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+
+  meson install -C 

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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Thursday, April 28, 2022 @ 20:13:46
  Author: heftig
Revision: 444245

1.18.8-1

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 20:09:02 UTC (rev 444244)
+++ PKGBUILD2022-04-28 20:13:46 UTC (rev 444245)
@@ -3,11 +3,11 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.18.6
-pkgrel=2
+pkgver=1.18.8
+pkgrel=1
 pkgdesc="Mobile broadband modem management service"
+url="https://www.freedesktop.org/wiki/Software/ModemManager/;
 arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/ModemManager/;
 license=(GPL2 LGPL2.1)
 depends=(systemd libgudev polkit ppp libqmi libmbim
  mobile-broadband-provider-info)
@@ -14,7 +14,7 @@
 makedepends=(gtk-doc gobject-introspection vala meson git bash-completion)
 checkdepends=(python-gobject python-dbus)
 options=(debug)
-_commit=a7bcf2036b34d5043dbc33fee7d98bae5859c4d3  # tags/1.18.6
+_commit=0d8b5e93fc62eb0f41e18a2d9d845331d7af36ec  # tags/1.18.8^0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -25,9 +25,6 @@
 
 prepare() {
   cd ModemManager
-
-  # https://bugs.archlinux.org/task/74329
-  git cherry-pick -n c615be77fd0ce88b73285816266e112b45825637
 }
 
 build() {



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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Thursday, April 28, 2022 @ 20:09:02
  Author: heftig
Revision: 444244

archrelease: copy trunk to extra-x86_64

Added:
  libqmi/repos/extra-x86_64/PKGBUILD
(from rev 444243, libqmi/trunk/PKGBUILD)
Deleted:
  libqmi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 20:08:52 UTC (rev 444243)
+++ PKGBUILD2022-04-28 20:09:02 UTC (rev 444244)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libqmi
-pkgver=1.30.4
-pkgrel=1
-pkgdesc="QMI modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libqmi/;
-license=(GPL2)
-depends=(libmbim libqrtr-glib libgudev)
-makedepends=(gtk-doc python git help2man gobject-introspection)
-provides=(libqmi-glib.so)
-_commit=f6c2feaf199e0f129a0bde8c5e6cba5f2117b564  # tags/1.30.4
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libqmi
-  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd libqmi
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libqmi
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc \
---enable-compile-warnings=yes
-  make
-}
-
-check() {
-  cd libqmi
-  make check
-}
-
-package() {
-  cd libqmi
-  make DESTDIR="$pkgdir" install
-}

Copied: libqmi/repos/extra-x86_64/PKGBUILD (from rev 444243, 
libqmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 20:09:02 UTC (rev 444244)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.30.6
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+url="https://www.freedesktop.org/wiki/Software/libqmi/;
+arch=(x86_64)
+license=(GPL2)
+depends=(libmbim libqrtr-glib libgudev)
+makedepends=(gtk-doc meson git help2man gobject-introspection bash-completion)
+provides=(libqmi-glib.so)
+options=(debug)
+_commit=dc82a0ae42df0086fab0595690dd3bbd7a958773  # tags/1.30.6^0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libqmi
+  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libqmi
+}
+
+build() {
+  arch-meson libqmi build -D gtk_doc=false  # Docs currently broken
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Thursday, April 28, 2022 @ 20:08:52
  Author: heftig
Revision: 444243

1.30.6-1

Modified:
  libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 19:41:16 UTC (rev 444242)
+++ PKGBUILD2022-04-28 20:08:52 UTC (rev 444243)
@@ -1,16 +1,17 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libqmi
-pkgver=1.30.4
+pkgver=1.30.6
 pkgrel=1
 pkgdesc="QMI modem protocol helper library"
+url="https://www.freedesktop.org/wiki/Software/libqmi/;
 arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libqmi/;
 license=(GPL2)
 depends=(libmbim libqrtr-glib libgudev)
-makedepends=(gtk-doc python git help2man gobject-introspection)
+makedepends=(gtk-doc meson git help2man gobject-introspection bash-completion)
 provides=(libqmi-glib.so)
-_commit=f6c2feaf199e0f129a0bde8c5e6cba5f2117b564  # tags/1.30.4
+options=(debug)
+_commit=dc82a0ae42df0086fab0595690dd3bbd7a958773  # tags/1.30.6^0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,23 +22,17 @@
 
 prepare() {
   cd libqmi
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd libqmi
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc \
---enable-compile-warnings=yes
-  make
+  arch-meson libqmi build -D gtk_doc=false  # Docs currently broken
+  meson compile -C build
 }
 
 check() {
-  cd libqmi
-  make check
+  meson test -C build --print-errorlogs
 }
 
 package() {
-  cd libqmi
-  make DESTDIR="$pkgdir" install
+  meson install -C build --destdir "$pkgdir"
 }



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Thursday, April 28, 2022 @ 20:05:00
  Author: grawlinson
Revision: 1191711

archrelease: copy trunk to community-x86_64

Added:
  miller/repos/community-x86_64/PKGBUILD
(from rev 1191710, miller/trunk/PKGBUILD)
Deleted:
  miller/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 20:01:47 UTC (rev 1191710)
+++ PKGBUILD2022-04-28 20:05:00 UTC (rev 1191711)
@@ -1,65 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=miller
-pkgver=6.2.0
-pkgrel=1
-pkgdesc="Name-indexed data processing tool"
-arch=('x86_64')
-url="https://github.com/johnkerl/miller;
-license=('BSD')
-depends=('glibc')
-makedepends=('go' 'git')
-options=('!lto')
-_commit='f9e325636796e05aad1170fb3014715fc75ce040'
-source=("$pkgname::git+$url#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags | sed "s/^v//"
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS}" \
-./cmd/mlr
-}
-
-check() {
-  cd "$pkgname"
-
-  go test -v ./internal/pkg/...
-  go test -v ./regression_test.go
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" mlr
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/mlr.1
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
-}

Copied: miller/repos/community-x86_64/PKGBUILD (from rev 1191710, 
miller/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 20:05:00 UTC (rev 1191711)
@@ -0,0 +1,66 @@
+# Maintainer: George Rawlinson 
+
+pkgname=miller
+pkgver=6.2.0
+pkgrel=2
+pkgdesc='Name-indexed data processing tool'
+arch=('x86_64')
+url='https://github.com/johnkerl/miller'
+license=('BSD')
+depends=('glibc')
+makedepends=('go' 'git')
+options=('!lto')
+_commit='f9e325636796e05aad1170fb3014715fc75ce040'
+source=("$pkgname::git+$url#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+./cmd/mlr
+}
+
+check() {
+  cd "$pkgname"
+
+  go test -v ./internal/pkg/...
+  go test -v ./regression_test.go
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" mlr
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/mlr.1
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
+}



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Thursday, April 28, 2022 @ 20:01:47
  Author: grawlinson
Revision: 1191710

upgpkg: miller 6.2.0-2; go 1.18 rebuild

Modified:
  miller/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 20:00:45 UTC (rev 1191709)
+++ PKGBUILD2022-04-28 20:01:47 UTC (rev 1191710)
@@ -2,10 +2,10 @@
 
 pkgname=miller
 pkgver=6.2.0
-pkgrel=1
-pkgdesc="Name-indexed data processing tool"
+pkgrel=2
+pkgdesc='Name-indexed data processing tool'
 arch=('x86_64')
-url="https://github.com/johnkerl/miller;
+url='https://github.com/johnkerl/miller'
 license=('BSD')
 depends=('glibc')
 makedepends=('go' 'git')
@@ -16,7 +16,8 @@
 
 pkgver() {
   cd "$pkgname"
-  git describe --tags | sed "s/^v//"
+
+  git describe --tags | sed 's/^v//'
 }
 
 prepare() {



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 20:00:45
  Author: arojas
Revision: 1191709

archrelease: copy trunk to community-x86_64

Added:
  mapnik/repos/community-x86_64/PKGBUILD
(from rev 1191708, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-x86_64/scons4.patch
(from rev 1191708, mapnik/trunk/scons4.patch)
Deleted:
  mapnik/repos/community-x86_64/PKGBUILD
  mapnik/repos/community-x86_64/scons4.patch

--+
 PKGBUILD |   88 -
 scons4.patch |   22 +++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 20:00:32 UTC (rev 1191708)
+++ PKGBUILD2022-04-28 20:00:45 UTC (rev 1191709)
@@ -1,44 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sergej Pupykin 
-# Contributor: David Dent 
-# Contributor: orbisvicis 
-
-pkgname=mapnik
-pkgver=3.1.0
-pkgrel=9
-pkgdesc="Free Toolkit for developing mapping applications and rendering 
beautiful maps"
-arch=('x86_64')
-url="https://mapnik.org/;
-license=('LGPL')
-depends=('boost-libs' 'cairo' 'freetype2' 'gdal' 'harfbuzz' 'icu' 
'libjpeg-turbo' 'libpng'
- 'libtiff' 'libwebp' 'libxml2' 'postgresql-libs' 'proj' 'sqlite' 
'zlib')
-makedepends=('boost' 'scons')
-source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2
-scons4.patch)
-sha256sums=('43d76182d2a975212b4ad11524c74e577576c11039fdab5286b828397d8e6261'
-'79a85ddba3ec17b86cb216e21442611498a9f2612f03e98708057b3c3a6e8b06')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-v$pkgver
-
-  # Partial fix to build with SCons 4 (https://bugs.archlinux.org/task/71630)
-  patch -Np1 -i ../scons4.patch
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-v$pkgver
-  scons configure  FAST=True \
-PREFIX="/usr" \
-INPUT_PLUGINS=all \
-XMLPARSER=libxml2 \
-DESTDIR="$pkgdir" \
-CUSTOM_CXXFLAGS="$CXXFLAGS" \
-CUSTOM_LDFLAGS="$LDFLAGS" \
-CUSTOM_DEFINES="-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
-  scons $(expr "$MAKEFLAGS" : '.*\(\-j[0-9]\+\)')
-}
-
-package(){
-  cd "${srcdir}"/$pkgname-v$pkgver
-  scons install
-}

Copied: mapnik/repos/community-x86_64/PKGBUILD (from rev 1191708, 
mapnik/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 20:00:45 UTC (rev 1191709)
@@ -0,0 +1,44 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: David Dent 
+# Contributor: orbisvicis 
+
+pkgname=mapnik
+pkgver=3.1.0
+pkgrel=10
+pkgdesc="Free Toolkit for developing mapping applications and rendering 
beautiful maps"
+arch=('x86_64')
+url="https://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'cairo' 'freetype2' 'gdal' 'harfbuzz' 'icu' 
'libjpeg-turbo' 'libpng'
+ 'libtiff' 'libwebp' 'libxml2' 'postgresql-libs' 'proj' 'sqlite' 
'zlib')
+makedepends=('boost' 'scons')
+source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2
+scons4.patch)
+sha256sums=('43d76182d2a975212b4ad11524c74e577576c11039fdab5286b828397d8e6261'
+'79a85ddba3ec17b86cb216e21442611498a9f2612f03e98708057b3c3a6e8b06')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-v$pkgver
+
+  # Partial fix to build with SCons 4 (https://bugs.archlinux.org/task/71630)
+  patch -Np1 -i ../scons4.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-v$pkgver
+  scons configure  FAST=True \
+PREFIX="/usr" \
+INPUT_PLUGINS=all \
+XMLPARSER=libxml2 \
+DESTDIR="$pkgdir" \
+CUSTOM_CXXFLAGS="$CXXFLAGS -ffat-lto-objects" \
+CUSTOM_LDFLAGS="$LDFLAGS" \
+CUSTOM_DEFINES="-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
+  scons $(expr "$MAKEFLAGS" : '.*\(\-j[0-9]\+\)')
+}
+
+package(){
+  cd "${srcdir}"/$pkgname-v$pkgver
+  scons install
+}

Deleted: scons4.patch
===
--- scons4.patch2022-04-28 20:00:32 UTC (rev 1191708)
+++ scons4.patch2022-04-28 20:00:45 UTC (rev 1191709)
@@ -1,11 +0,0 @@
-diff -upr mapnik-v3.1.0.orig/SConstruct mapnik-v3.1.0/SConstruct
 mapnik-v3.1.0.orig/SConstruct  2021-01-08 13:23:24.0 +0200
-+++ mapnik-v3.1.0/SConstruct   2021-11-22 11:41:03.413991679 +0200
-@@ -126,7 +126,6 @@ PLUGINS = { # plugins with external depe
- 
- def init_environment(env):
- env.Decider('MD5-timestamp')
--env.SourceCode(".", None)
- if os.environ.get('RANLIB'):
- env['RANLIB'] = os.environ['RANLIB']
- if os.environ.get('AR'):

Copied: mapnik/repos/community-x86_64/scons4.patch (from rev 1191708, 
mapnik/trunk/scons4.patch)
===
--- scons4.patch(rev 0)
+++ scons4.patch2022-04-28 20:00:45 UTC (rev 1191709)
@@ -0,0 +1,11 @@
+diff -upr mapnik-v3.1.0.orig/SConstruct 

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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 20:00:32
  Author: arojas
Revision: 1191708

-ffat-lto-objects

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 19:57:10 UTC (rev 1191707)
+++ PKGBUILD2022-04-28 20:00:32 UTC (rev 1191708)
@@ -5,7 +5,7 @@
 
 pkgname=mapnik
 pkgver=3.1.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Free Toolkit for developing mapping applications and rendering 
beautiful maps"
 arch=('x86_64')
 url="https://mapnik.org/;
@@ -32,7 +32,7 @@
 INPUT_PLUGINS=all \
 XMLPARSER=libxml2 \
 DESTDIR="$pkgdir" \
-CUSTOM_CXXFLAGS="$CXXFLAGS" \
+CUSTOM_CXXFLAGS="$CXXFLAGS -ffat-lto-objects" \
 CUSTOM_LDFLAGS="$LDFLAGS" \
 CUSTOM_DEFINES="-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
   scons $(expr "$MAKEFLAGS" : '.*\(\-j[0-9]\+\)')



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Thursday, April 28, 2022 @ 19:57:10
  Author: grawlinson
Revision: 1191707

archrelease: copy trunk to community-x86_64

Added:
  lego/repos/community-x86_64/PKGBUILD
(from rev 1191706, lego/trunk/PKGBUILD)
Deleted:
  lego/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 19:56:37 UTC (rev 1191706)
+++ PKGBUILD2022-04-28 19:57:10 UTC (rev 1191707)
@@ -1,60 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Fernandez Ludovic 
-
-pkgname=lego
-pkgver=4.6.0
-pkgrel=1
-pkgdesc='Lets Encrypt client and ACME library'
-url='https://go-acme.github.io/lego'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='3ad2fa7acb6d0d88499e8bf5c4b63cc77838ae87'
-source=("$pkgname::git+https://github.com/go-acme/lego.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS \
--X main.version=v$pkgver" \
--o build \
-./cmd/...
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/lego
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: lego/repos/community-x86_64/PKGBUILD (from rev 1191706, 
lego/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 19:57:10 UTC (rev 1191707)
@@ -0,0 +1,60 @@
+# Maintainer: George Rawlinson 
+# Contributor: Fernandez Ludovic 
+
+pkgname=lego
+pkgver=4.6.0
+pkgrel=2
+pkgdesc='Lets Encrypt client and ACME library'
+url='https://go-acme.github.io/lego'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='3ad2fa7acb6d0d88499e8bf5c4b63cc77838ae87'
+source=("$pkgname::git+https://github.com/go-acme/lego.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags $LDFLAGS \
+-X main.version=v$pkgver" \
+-o build \
+./cmd/...
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/lego
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Thursday, April 28, 2022 @ 19:56:37
  Author: grawlinson
Revision: 1191706

upgpkg: lego; go 1.18 rebuild

Modified:
  lego/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 19:56:23 UTC (rev 1191705)
+++ PKGBUILD2022-04-28 19:56:37 UTC (rev 1191706)
@@ -3,7 +3,7 @@
 
 pkgname=lego
 pkgver=4.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lets Encrypt client and ACME library'
 url='https://go-acme.github.io/lego'
 arch=('x86_64')



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Thursday, April 28, 2022 @ 19:56:23
  Author: grawlinson
Revision: 1191705

archrelease: copy trunk to community-x86_64

Added:
  hut/repos/community-x86_64/PKGBUILD
(from rev 1191704, hut/trunk/PKGBUILD)
Deleted:
  hut/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 19:55:49 UTC (rev 1191704)
+++ PKGBUILD2022-04-28 19:56:23 UTC (rev 1191705)
@@ -1,54 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Thorben Günther 
-
-pkgname=hut
-pkgver=0.1.0
-pkgrel=2
-pkgdesc='A CLI tool for Sourcehut'
-arch=('x86_64')
-url='https://sr.ht/~emersion/hut'
-license=('AGPL3')
-depends=('glibc')
-makedepends=('git' 'go' 'scdoc')
-options=('!lto')
-_commit='2bc780f40a6be4fbf0fd98efb125798b685ac240'
-source=("git+https://git.sr.ht/~emersion/hut#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  make --environment-overrides
-}
-
-check() {
-  cd "$pkgname"
-
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname"
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: hut/repos/community-x86_64/PKGBUILD (from rev 1191704, 
hut/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 19:56:23 UTC (rev 1191705)
@@ -0,0 +1,54 @@
+# Maintainer: George Rawlinson 
+# Contributor: Thorben Günther 
+
+pkgname=hut
+pkgver=0.1.0
+pkgrel=3
+pkgdesc='A CLI tool for Sourcehut'
+arch=('x86_64')
+url='https://sr.ht/~emersion/hut'
+license=('AGPL3')
+depends=('glibc')
+makedepends=('git' 'go' 'scdoc')
+options=('!lto')
+_commit='2bc780f40a6be4fbf0fd98efb125798b685ac240'
+source=("git+https://git.sr.ht/~emersion/hut#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+
+  make --environment-overrides
+}
+
+check() {
+  cd "$pkgname"
+
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname"
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Thursday, April 28, 2022 @ 19:55:49
  Author: grawlinson
Revision: 1191704

upgpkg: hut; go 1.18 rebuild

Modified:
  hut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 19:55:35 UTC (rev 1191703)
+++ PKGBUILD2022-04-28 19:55:49 UTC (rev 1191704)
@@ -3,7 +3,7 @@
 
 pkgname=hut
 pkgver=0.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A CLI tool for Sourcehut'
 arch=('x86_64')
 url='https://sr.ht/~emersion/hut'



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Thursday, April 28, 2022 @ 19:55:35
  Author: grawlinson
Revision: 1191703

archrelease: copy trunk to community-x86_64

Added:
  gron/repos/community-x86_64/PKGBUILD
(from rev 1191702, gron/trunk/PKGBUILD)
Deleted:
  gron/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 19:54:11 UTC (rev 1191702)
+++ PKGBUILD2022-04-28 19:55:35 UTC (rev 1191703)
@@ -1,72 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Stefan Tatschner 
-
-pkgname=gron
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Makes JSON greppable'
-arch=('x86_64')
-url='https://github.com/tomnomnom/gron'
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='badf401da553eb41b7ffde4be6a64809ed0ed846'
-source=("$pkgname::git+https://github.com/tomnomnom/gron.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS" \
--o build \
-.
-}
-
-check() {
-  cd "$pkgname"
-
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/gron
-
-  # shell completion
-  install -vDm644 -t "$pkgdir/usr/share/fish/vendor_completions.d" 
completions/gron.fish
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" {README,ADVANCED}.mkd
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: gron/repos/community-x86_64/PKGBUILD (from rev 1191702, 
gron/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 19:55:35 UTC (rev 1191703)
@@ -0,0 +1,72 @@
+# Maintainer: George Rawlinson 
+# Contributor: Stefan Tatschner 
+
+pkgname=gron
+pkgver=0.7.1
+pkgrel=2
+pkgdesc='Makes JSON greppable'
+arch=('x86_64')
+url='https://github.com/tomnomnom/gron'
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='badf401da553eb41b7ffde4be6a64809ed0ed846'
+source=("$pkgname::git+https://github.com/tomnomnom/gron.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags $LDFLAGS" \
+-o build \
+.
+}
+
+check() {
+  cd "$pkgname"
+
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/gron
+
+  # shell completion
+  install -vDm644 -t "$pkgdir/usr/share/fish/vendor_completions.d" 
completions/gron.fish
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" {README,ADVANCED}.mkd
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Thursday, April 28, 2022 @ 19:54:11
  Author: grawlinson
Revision: 1191702

upgpkg: gron; go 1.18 rebuild

Modified:
  gron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 19:53:57 UTC (rev 1191701)
+++ PKGBUILD2022-04-28 19:54:11 UTC (rev 1191702)
@@ -3,7 +3,7 @@
 
 pkgname=gron
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Makes JSON greppable'
 arch=('x86_64')
 url='https://github.com/tomnomnom/gron'



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Thursday, April 28, 2022 @ 19:53:57
  Author: grawlinson
Revision: 1191701

archrelease: copy trunk to community-x86_64

Added:
  glow/repos/community-x86_64/PKGBUILD
(from rev 1191700, glow/trunk/PKGBUILD)
Deleted:
  glow/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 19:53:24 UTC (rev 1191700)
+++ PKGBUILD2022-04-28 19:53:57 UTC (rev 1191701)
@@ -1,68 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Christian Muehlhaeuser 
-# Contributor: Stephen Gregoratto 
-
-pkgname=glow
-pkgver=1.4.1
-pkgrel=2
-pkgdesc="Command-line markdown renderer"
-arch=('x86_64')
-url="https://github.com/charmbracelet/glow;
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='4863f57cea794c62b6667b9d6aec478e9a49080c'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS \
--X main.Version=$pkgver \
--X main.CommitSHA=$_commit" \
--o build \
-.
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/glow
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glow/repos/community-x86_64/PKGBUILD (from rev 1191700, 
glow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 19:53:57 UTC (rev 1191701)
@@ -0,0 +1,68 @@
+# Maintainer: George Rawlinson 
+# Contributor: Christian Muehlhaeuser 
+# Contributor: Stephen Gregoratto 
+
+pkgname=glow
+pkgver=1.4.1
+pkgrel=3
+pkgdesc='Command-line markdown renderer'
+arch=('x86_64')
+url='https://github.com/charmbracelet/glow'
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='4863f57cea794c62b6667b9d6aec478e9a49080c'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags $LDFLAGS \
+-X main.Version=$pkgver \
+-X main.CommitSHA=$_commit" \
+-o build \
+.
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/glow
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-04-28 Thread George Rawlinson via arch-commits
Date: Thursday, April 28, 2022 @ 19:53:24
  Author: grawlinson
Revision: 1191700

upgpkg: glow; go 1.18 rebuild

Modified:
  glow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 19:41:26 UTC (rev 1191699)
+++ PKGBUILD2022-04-28 19:53:24 UTC (rev 1191700)
@@ -4,10 +4,10 @@
 
 pkgname=glow
 pkgver=1.4.1
-pkgrel=2
-pkgdesc="Command-line markdown renderer"
+pkgrel=3
+pkgdesc='Command-line markdown renderer'
 arch=('x86_64')
-url="https://github.com/charmbracelet/glow;
+url='https://github.com/charmbracelet/glow'
 license=('MIT')
 depends=('glibc')
 makedepends=('git' 'go')



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

2022-04-28 Thread Christian Hesse via arch-commits
Date: Thursday, April 28, 2022 @ 19:41:26
  Author: eworm
Revision: 1191699

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1191698, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 1191698, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2022-04-28 19:41:26 UTC (rev 1191699)
@@ -0,0 +1,170 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+_tag='20e3fdcb595febff92fe3e89ee33da2c04c5c682' # git rev-parse v${_tag_name}
+_tag_name=250.5
+pkgver="${_tag_name/-/}"
+pkgrel=1
+pkgdesc='system and service manager (32-bit)'
+arch=('x86_64')
+url='https://www.github.com/systemd/systemd'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-libxcrypt'
+ 'lib32-xz' 'lib32-zstd' 'systemd')
+makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+ 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
+ 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
+ 'libxslt' 'meson' 'python-jinja')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

+  'A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E'  # Luca Boccassi 

+  '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
+source=("git+https://github.com/systemd/systemd-stable#tag=${_tag}?signed;
+"git+https://github.com/systemd/systemd#tag=v${_tag_name%.*}?signed;)
+sha512sums=('SKIP'
+'SKIP')
+
+_backports=(
+)
+
+_reverts=(
+)
+
+prepare() {
+  cd "$_pkgbasename-stable"
+
+  # add upstream repository for cherry-picking
+  git remote add -f upstream ../systemd
+
+  # this test fails due to missing libtss2-esys.so.0
+  # disable for now
+  sed -i '/test-dlopen-so/d' src/test/meson.build
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git cherry-pick -n "${_c}"
+  done
+  for _c in "${_reverts[@]}"; do
+git revert -n "${_c}"
+  done
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  local _timeservers=({0..3}.arch.pool.ntp.org)
+  local _nameservers=(
+# We use these public name services, ordered by their
+# privacy policy (hopefully):
+#  * Cloudflare (https://1.1.1.1/)
+#  * Quad9 without filtering (https://www.quad9.net/)
+#  * Google (https://developers.google.com/speed/public-dns/)
+1.1.1.1#cloudflare-dns.com
+9.9.9.10#dns.quad9.net
+8.8.8.8#dns.google
+2606:4700:4700::#cloudflare-dns.com
+2620:fe::10#dns.quad9.net
+2001:4860:4860::#dns.google
+  )
+ 
+  local _meson_options=(
+--libexecdir   /usr/lib32
+--libdir   /usr/lib32
+
+# internal version comparison is incompatible with pacman:
+#   249~rc1 < 249 < 249.1 < 249rc
+-Dversion-tag="${_tag_name/-/\~}-${pkgrel}-arch"
+-Dmode=release
+
+# features
+-Daudit=false
+-Dblkid=false
+-Dgnu-efi=false
+-Dima=false
+-Dkmod=false
+-Dlibcryptsetup=false
+-Dlibidn2=true
+-Dlibiptc=false
+-Dlz4=false
+-Dmicrohttpd=false
+-Dpam=false
+-Dseccomp=false
+
+# components
+-Dutmp=false
+-Dhibernate=false
+-Dldconfig=false
+-Dresolve=true
+-Defi=false
+-Dtpm=false
+-Denvironment-d=false
+-Dbinfmt=false
+-Drepart=false
+-Dcoredump=false
+-Dpstore=false
+-Doomd=false
+-Dlogind=false
+-Dhostnamed=false
+-Dlocaled=false
+-Dmachined=true
+-Dportabled=false
+-Dsysext=false
+-Duserdb=false
+-Dhomed=false
+-Dnetworkd=false
+-Dtimedated=false
+-Dtimesyncd=false
+-Dremote=false
+-Dcreate-log-dirs=false
+-Dnss-myhostname=true
+-Dnss-mymachines=true
+-Dnss-resolve=true
+-Dnss-systemd=true
+-Dfirstboot=false
+-Drandomseed=false
+-Dbacklight=false
+-Dvconsole=false
+-Dquotacheck=false
+-Dsysusers=false
+-Dtmpfiles=false
+-Dimportd=false
+-Dhwdb=false
+-Drfkill=false
+-Dxdg-autostart=false
+-Dman=false
+-Dhtml=false
+-Dtranslations=false
+
+-Ddbuspolicydir=/usr/share/dbus-1/system.d
+-Ddefault-hierarchy=unified
+-Ddefault-kill-user-processes=false
+-Ddefault-locale=C
+-Dfallback-hostname='archlinux'
+-Dnologin-path=/usr/bin/nologin
+-Dntp-servers="${_timeservers[*]}"
+-Ddns-servers="${_nameservers[*]}"
+-Drpmmacrosdir=no
+-Dsysvinit-path=
+-Dsysvrcnd-path=
+  

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

2022-04-28 Thread Christian Hesse via arch-commits
Date: Thursday, April 28, 2022 @ 19:41:24
  Author: eworm
Revision: 1191698

upgpkg: lib32-systemd 250.5-1: new upstream release

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 18:46:06 UTC (rev 1191697)
+++ PKGBUILD2022-04-28 19:41:24 UTC (rev 1191698)
@@ -4,8 +4,8 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='5aba21f1561d48fdcf7f4670263ba109c25c1ea6' # git rev-parse v${_tag_name}
-_tag_name=250.4
+_tag='20e3fdcb595febff92fe3e89ee33da2c04c5c682' # git rev-parse v${_tag_name}
+_tag_name=250.5
 pkgver="${_tag_name/-/}"
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'



[arch-commits] Commit in systemd/repos (21 files)

2022-04-28 Thread Christian Hesse via arch-commits
Date: Thursday, April 28, 2022 @ 19:41:16
  Author: eworm
Revision: 444242

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 444241, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 444241, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 444241, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 444241, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 444241, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 444241, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 444241, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 444241, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 444241, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 444241, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 444241, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 444241, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 444241, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 444241, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 444241, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 444241, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 444241, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 444241, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 444241, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 444241, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |  176 ++
 20-systemd-sysusers.hook   |   10 
 30-systemd-binfmt.hook |   10 
 30-systemd-catalog.hook|   11 
 30-systemd-daemon-reload.hook  |   11 
 30-systemd-hwdb.hook   |   11 
 30-systemd-sysctl.hook |   10 
 30-systemd-tmpfiles.hook   |   10 
 30-systemd-udev-reload.hook|   11 
 30-systemd-update.hook |   11 
 PKGBUILD   |  288 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  151 
 initcpio-install-udev  |   33 ++
 loader.conf|1 
 systemd-hook   |   46 +++
 systemd-user.pam   |5 
 systemd.install|   62 
 19 files changed, 886 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 444241, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2022-04-28 19:41:16 UTC (rev 444242)
@@ -0,0 +1,176 @@
+From f7d07e298c819a81eab965efbdbf53a2ce67fc0e Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ meson.build  |  6 +++---
+ meson_options.txt| 12 ++--
+ rules.d/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in |  6 +++---
+ 4 files changed, 19 insertions(+), 19 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 32e5413a62..f781e06fed 100644
+--- a/meson.build
 b/meson.build
+@@ -796,19 +796,19 @@ conf.set_quoted('NOBODY_GROUP_NAME', nobody_group)
+ static_ugids = []
+ foreach option : ['adm-gid',
+   'audio-gid',
+-  'cdrom-gid',
+-  'dialout-gid',
+   'disk-gid',
+   'input-gid',
+   

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

2022-04-28 Thread Christian Hesse via arch-commits
Date: Thursday, April 28, 2022 @ 19:41:02
  Author: eworm
Revision: 444241

upgpkg: systemd 250.5-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 18:56:40 UTC (rev 444240)
+++ PKGBUILD2022-04-28 19:41:02 UTC (rev 444241)
@@ -4,10 +4,10 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='5aba21f1561d48fdcf7f4670263ba109c25c1ea6' # git rev-parse v${_tag_name}
-_tag_name=250.4
+_tag='20e3fdcb595febff92fe3e89ee33da2c04c5c682' # git rev-parse v${_tag_name}
+_tag_name=250.5
 pkgver="${_tag_name/-/}"
-pkgrel=2
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -64,8 +64,6 @@
 _backports=(
   # bus: Use OrderedSet for introspection
   'acac88340ace3cd631126eebb6d0390cd54e8231'
-  # resolved: DoT fixes (https://github.com/systemd/systemd-stable/pull/187)
-  
'88b4e8f74ed981000ded8e23ead930a6f68eebc8~..6d3e2f0188f8a10412c56dc987198104a4dfff0f'
 )
 
 _reverts=(



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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Thursday, April 28, 2022 @ 18:56:40
  Author: heftig
Revision: 444240

archrelease: copy trunk to extra-x86_64

Added:
  libgudev/repos/extra-x86_64/PKGBUILD
(from rev 444239, libgudev/trunk/PKGBUILD)
Deleted:
  libgudev/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 18:56:26 UTC (rev 444239)
+++ PKGBUILD2022-04-28 18:56:40 UTC (rev 444240)
@@ -1,46 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-pkgname=libgudev
-pkgver=237
-pkgrel=1
-pkgdesc="GObject bindings for libudev"
-url="https://wiki.gnome.org/Projects/libgudev;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(systemd glib2)
-makedepends=(gobject-introspection gtk-doc git meson umockdev vala)
-_commit=dff7a794e55d6ad7a10e8edacd73aa047593e74c  # tags/237^0
-source=("git+https://gitlab.gnome.org/GNOME/libgudev.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Use a locale with "," decimal separator that we
-  # actually have available in the build environments
-  sed -e 's/fr_FR\.UTF-8/de_DE.UTF-8/g' \
-  -i tests/meson.build tests/test-double.c
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object}-2.0.so libudev.so)
-  provides+=(libgudev-1.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgudev/repos/extra-x86_64/PKGBUILD (from rev 444239, 
libgudev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 18:56:40 UTC (rev 444240)
@@ -0,0 +1,47 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=libgudev
+pkgver=237
+pkgrel=2
+pkgdesc="GObject bindings for libudev"
+url="https://wiki.gnome.org/Projects/libgudev;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(systemd glib2)
+makedepends=(gobject-introspection gtk-doc git meson umockdev vala)
+options=(debug)
+_commit=dff7a794e55d6ad7a10e8edacd73aa047593e74c  # tags/237^0
+source=("git+https://gitlab.gnome.org/GNOME/libgudev.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libgudev
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libgudev
+
+  # Use a locale with "," decimal separator that we
+  # actually have available in the build environments
+  sed -e 's/fr_FR\.UTF-8/de_DE.UTF-8/g' \
+  -i tests/meson.build tests/test-double.c
+}
+
+build() {
+  arch-meson libgudev build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object}-2.0.so libudev.so)
+  provides+=(libgudev-1.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Thursday, April 28, 2022 @ 18:56:26
  Author: heftig
Revision: 444239

237-2: debug on

Modified:
  libgudev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 18:53:42 UTC (rev 444238)
+++ PKGBUILD2022-04-28 18:56:26 UTC (rev 444239)
@@ -2,7 +2,7 @@
 
 pkgname=libgudev
 pkgver=237
-pkgrel=1
+pkgrel=2
 pkgdesc="GObject bindings for libudev"
 url="https://wiki.gnome.org/Projects/libgudev;
 arch=(x86_64)
@@ -9,17 +9,18 @@
 license=(LGPL2.1)
 depends=(systemd glib2)
 makedepends=(gobject-introspection gtk-doc git meson umockdev vala)
+options=(debug)
 _commit=dff7a794e55d6ad7a10e8edacd73aa047593e74c  # tags/237^0
 source=("git+https://gitlab.gnome.org/GNOME/libgudev.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  cd libgudev
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd libgudev
 
   # Use a locale with "," decimal separator that we
   # actually have available in the build environments
@@ -28,7 +29,7 @@
 }
 
 build() {
-  arch-meson $pkgname build -D gtk_doc=true
+  arch-meson libgudev build -D gtk_doc=true
   meson compile -C build
 }
 



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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Thursday, April 28, 2022 @ 18:53:41
  Author: heftig
Revision: 444237

archrelease: copy trunk to extra-x86_64

Added:
  libmbim/repos/extra-x86_64/PKGBUILD
(from rev 444236, libmbim/trunk/PKGBUILD)
Deleted:
  libmbim/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 18:53:23 UTC (rev 444236)
+++ PKGBUILD2022-04-28 18:53:41 UTC (rev 444237)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libmbim
-pkgver=1.26.2
-pkgrel=1
-pkgdesc="MBIM modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libmbim/;
-license=(GPL2)
-depends=(glib2 bash systemd)
-makedepends=(gtk-doc meson git help2man gobject-introspection bash-completion)
-provides=(libmbim-glib.so)
-_commit=55d51a8a76921b478a75b79a8695b37d989e4868  # tags/1.26.2
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: libmbim/repos/extra-x86_64/PKGBUILD (from rev 444236, 
libmbim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 18:53:41 UTC (rev 444237)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libmbim
+pkgver=1.26.4
+pkgrel=1
+pkgdesc="MBIM modem protocol helper library"
+url="https://www.freedesktop.org/wiki/Software/libmbim/;
+arch=(x86_64)
+license=(GPL2)
+depends=(glib2 bash systemd)
+makedepends=(gtk-doc meson git help2man gobject-introspection bash-completion)
+provides=(libmbim-glib.so)
+options=(debug)
+_commit=bcdbc8cba800137377048c2a5db7fe6d5996f48b  # tags/1.26.4^0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libmbim
+  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libmbim
+}
+
+build() {
+  arch-meson libmbim build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Thursday, April 28, 2022 @ 18:53:42
  Author: heftig
Revision: 444238

archrelease: copy trunk to extra-x86_64

Added:
  libqrtr-glib/repos/extra-x86_64/PKGBUILD
(from rev 444236, libqrtr-glib/trunk/PKGBUILD)
Deleted:
  libqrtr-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 18:53:41 UTC (rev 444237)
+++ PKGBUILD2022-04-28 18:53:42 UTC (rev 444238)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libqrtr-glib
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="Qualcomm IPC Router protocol helper library"
-url="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib;
-arch=(x86_64)
-license=(GPL2)
-depends=(glib2)
-makedepends=(gtk-doc meson git gobject-introspection)
-provides=(libqrtr-glib.so)
-_commit=8991f0e93713ebf4da48ae4f23940ead42f64c8c  # tags/1.2.2^0
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: libqrtr-glib/repos/extra-x86_64/PKGBUILD (from rev 444236, 
libqrtr-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 18:53:42 UTC (rev 444238)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqrtr-glib
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="Qualcomm IPC Router protocol helper library"
+url="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib;
+arch=(x86_64)
+license=(GPL2)
+depends=(glib2)
+makedepends=(gtk-doc meson git gobject-introspection)
+provides=(libqrtr-glib.so)
+options=(debug)
+_commit=8991f0e93713ebf4da48ae4f23940ead42f64c8c  # tags/1.2.2^0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libqrtr-glib
+  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libqrtr-glib
+}
+
+build() {
+  arch-meson libqrtr-glib build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Thursday, April 28, 2022 @ 18:53:23
  Author: heftig
Revision: 444236

1.2.2-2: debug on

Modified:
  libqrtr-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 18:51:12 UTC (rev 444235)
+++ PKGBUILD2022-04-28 18:53:23 UTC (rev 444236)
@@ -2,7 +2,7 @@
 
 pkgname=libqrtr-glib
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Qualcomm IPC Router protocol helper library"
 url="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib;
 arch=(x86_64)
@@ -10,21 +10,22 @@
 depends=(glib2)
 makedepends=(gtk-doc meson git gobject-introspection)
 provides=(libqrtr-glib.so)
+options=(debug)
 _commit=8991f0e93713ebf4da48ae4f23940ead42f64c8c  # tags/1.2.2^0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd libqrtr-glib
   git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd libqrtr-glib
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson libqrtr-glib build
   meson compile -C build
 }
 



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

2022-04-28 Thread Jan Steffens via arch-commits
Date: Thursday, April 28, 2022 @ 18:51:12
  Author: heftig
Revision: 444235

1.26.4-1

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 18:50:11 UTC (rev 444234)
+++ PKGBUILD2022-04-28 18:51:12 UTC (rev 444235)
@@ -1,30 +1,31 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libmbim
-pkgver=1.26.2
+pkgver=1.26.4
 pkgrel=1
 pkgdesc="MBIM modem protocol helper library"
+url="https://www.freedesktop.org/wiki/Software/libmbim/;
 arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libmbim/;
 license=(GPL2)
 depends=(glib2 bash systemd)
 makedepends=(gtk-doc meson git help2man gobject-introspection bash-completion)
 provides=(libmbim-glib.so)
-_commit=55d51a8a76921b478a75b79a8695b37d989e4868  # tags/1.26.2
+options=(debug)
+_commit=bcdbc8cba800137377048c2a5db7fe6d5996f48b  # tags/1.26.4^0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd libmbim
   git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd libmbim
 }
 
 build() {
-  arch-meson $pkgname build -D gtk_doc=true
+  arch-meson libmbim build -D gtk_doc=true
   meson compile -C build
 }
 



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

2022-04-28 Thread Andreas Radke via arch-commits
Date: Thursday, April 28, 2022 @ 18:50:11
  Author: andyrtr
Revision: 444234

archrelease: copy trunk to testing-x86_64

Added:
  nano/repos/testing-x86_64/
  nano/repos/testing-x86_64/PKGBUILD
(from rev 444233, nano/trunk/PKGBUILD)

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

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 444233, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-04-28 18:50:11 UTC (rev 444234)
@@ -0,0 +1,34 @@
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=6.3
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('x86_64')
+license=('GPL')
+url="https://www.nano-editor.org;
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(https://www.nano-editor.org/dist/v6/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('eb532da4985672730b500f685dbaab885a466d08fbbf7415832b95805e6f8687'
+'SKIP')
+#validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta 
"
+#validpgpkeys=('A7F6A64A67DA09EF92782DD79DF4862AF1175C5B') # "Benno 
Schulenberg "
+validpgpkeys=('BFD009061E535052AD0DF2150D28D4D2A0ACE884') # "Benno Schulenberg 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -DTm644 "${srcdir}"/${pkgname}-${pkgver}/doc/sample.nanorc 
"${pkgdir}"/etc/nanorc
+}



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

2022-04-28 Thread Andreas Radke via arch-commits
Date: Thursday, April 28, 2022 @ 18:50:00
  Author: andyrtr
Revision: 444233

upgpkg: nano 6.3-1: upstream update 6.3

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 18:36:44 UTC (rev 444232)
+++ PKGBUILD2022-04-28 18:50:00 UTC (rev 444233)
@@ -2,7 +2,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=6.2
+pkgver=6.3
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
 source=(https://www.nano-editor.org/dist/v6/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('2bca1804bead6aaf4ad791f756e4749bb55ed860eec105a97fba864bc6a77cb3'
+sha256sums=('eb532da4985672730b500f685dbaab885a466d08fbbf7415832b95805e6f8687'
 'SKIP')
 #validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta 
"
 #validpgpkeys=('A7F6A64A67DA09EF92782DD79DF4862AF1175C5B') # "Benno 
Schulenberg "



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 18:46:06
  Author: arojas
Revision: 1191697

archrelease: copy trunk to community-x86_64

Added:
  modest/repos/community-x86_64/PKGBUILD
(from rev 1191696, modest/trunk/PKGBUILD)
Deleted:
  modest/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 18:45:55 UTC (rev 1191696)
+++ PKGBUILD2022-04-28 18:46:06 UTC (rev 1191697)
@@ -1,33 +0,0 @@
-# Maintainer: Robin Broda 
-
-_commit='d021b907517d0be30bd709dc9649bc9b54e4b4f4'
-
-pkgname=modest
-pkgver=0.0.6.${_commit:0:7}
-pkgrel=2
-pkgdesc='Fast HTML renderer implemented as a pure C99 library with no outside 
dependencies'
-arch=('x86_64')
-url='https://github.com/lexborisov/modest'
-license=('LGPL2.1')
-makedepends=('git')
-source=("git+${url}#commit=${_commit}")
-md5sums=('SKIP')
-provides=('mycore' 'mycss' 'myencoding' 'myfont' 'myhtml' 'myunicode' 'myurl')
-
-build() {
-   cd "${pkgname}"
-
-   make CFLAGS="$CFLAGS -Wno-variadic-macros" prefix="/usr"
-}
-
-check() {
-   cd "${pkgname}"
-
-   make test
-}
-
-package() {
-   cd "${pkgname}"
-
-   make DESTDIR="${pkgdir}/" prefix="/usr" install
-}

Copied: modest/repos/community-x86_64/PKGBUILD (from rev 1191696, 
modest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 18:46:06 UTC (rev 1191697)
@@ -0,0 +1,33 @@
+# Maintainer: Robin Broda 
+
+_commit='d021b907517d0be30bd709dc9649bc9b54e4b4f4'
+
+pkgname=modest
+pkgver=0.0.6.${_commit:0:7}
+pkgrel=3
+pkgdesc='Fast HTML renderer implemented as a pure C99 library with no outside 
dependencies'
+arch=('x86_64')
+url='https://github.com/lexborisov/modest'
+license=('LGPL2.1')
+makedepends=('git')
+source=("git+${url}#commit=${_commit}")
+md5sums=('SKIP')
+provides=('mycore' 'mycss' 'myencoding' 'myfont' 'myhtml' 'myunicode' 'myurl')
+
+build() {
+   cd "${pkgname}"
+
+   make CFLAGS="$CFLAGS -Wno-variadic-macros -ffat-lto-objects" 
prefix="/usr"
+}
+
+check() {
+   cd "${pkgname}"
+
+   make test
+}
+
+package() {
+   cd "${pkgname}"
+
+   make DESTDIR="${pkgdir}/" prefix="/usr" install
+}



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 18:45:55
  Author: arojas
Revision: 1191696

-ffat-lto-objects

Modified:
  modest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 18:41:50 UTC (rev 1191695)
+++ PKGBUILD2022-04-28 18:45:55 UTC (rev 1191696)
@@ -4,7 +4,7 @@
 
 pkgname=modest
 pkgver=0.0.6.${_commit:0:7}
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast HTML renderer implemented as a pure C99 library with no outside 
dependencies'
 arch=('x86_64')
 url='https://github.com/lexborisov/modest'
@@ -17,7 +17,7 @@
 build() {
cd "${pkgname}"
 
-   make CFLAGS="$CFLAGS -Wno-variadic-macros" prefix="/usr"
+   make CFLAGS="$CFLAGS -Wno-variadic-macros -ffat-lto-objects" 
prefix="/usr"
 }
 
 check() {



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 18:41:50
  Author: arojas
Revision: 1191695

Drop i686 arch

Modified:
  mruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 18:41:11 UTC (rev 1191694)
+++ PKGBUILD2022-04-28 18:41:50 UTC (rev 1191695)
@@ -4,7 +4,7 @@
 pkgver=3.0.0
 pkgrel=2
 pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
-arch=(i686 x86_64)
+arch=(x86_64)
 url='https://github.com/mruby/mruby'
 license=(MIT)
 depends=(readline)



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 18:41:11
  Author: arojas
Revision: 1191694

archrelease: copy trunk to community-x86_64

Added:
  mruby/repos/community-x86_64/PKGBUILD
(from rev 1191693, mruby/trunk/PKGBUILD)
Deleted:
  mruby/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 18:40:56 UTC (rev 1191693)
+++ PKGBUILD2022-04-28 18:41:11 UTC (rev 1191694)
@@ -1,34 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=mruby
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
-arch=(i686 x86_64)
-url='https://github.com/mruby/mruby'
-license=(MIT)
-depends=(readline)
-makedepends=(bison ruby ruby-rake)
-source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
-sha1sums=('4b393f26a473ba8106fc193c07b514dc395e1264')
-
-build() {
-  cd mruby-$pkgver
-  make
-}
-
-check() {
-  cd mruby-$pkgver
-  # make test disable due to https://github.com/mruby/mruby/issues/5026
-}
-
-package() {
-  cd mruby-$pkgver
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib" 
"$pkgdir/usr/share/licenses/mruby"
-  cp build/host/bin/* "$pkgdir/usr/bin"
-  cp build/host/lib/*.a "$pkgdir/usr/lib"
-  cp -r include "$pkgdir/usr"
-
-  cp LICENSE "$pkgdir/usr/share/licenses/mruby/LICENSE"
-}

Copied: mruby/repos/community-x86_64/PKGBUILD (from rev 1191693, 
mruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 18:41:11 UTC (rev 1191694)
@@ -0,0 +1,35 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=mruby
+pkgver=3.0.0
+pkgrel=2
+pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
+arch=(i686 x86_64)
+url='https://github.com/mruby/mruby'
+license=(MIT)
+depends=(readline)
+makedepends=(bison ruby ruby-rake)
+source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
+sha1sums=('4b393f26a473ba8106fc193c07b514dc395e1264')
+
+build() {
+  cd mruby-$pkgver
+  CFLAGS+=" -ffat-lto-objects" \
+  make
+}
+
+check() {
+  cd mruby-$pkgver
+  # make test disable due to https://github.com/mruby/mruby/issues/5026
+}
+
+package() {
+  cd mruby-$pkgver
+
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib" 
"$pkgdir/usr/share/licenses/mruby"
+  cp build/host/bin/* "$pkgdir/usr/bin"
+  cp build/host/lib/*.a "$pkgdir/usr/lib"
+  cp -r include "$pkgdir/usr"
+
+  cp LICENSE "$pkgdir/usr/share/licenses/mruby/LICENSE"
+}



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 18:40:56
  Author: arojas
Revision: 1191693

-ffat-lto-objects

Modified:
  mruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 18:36:51 UTC (rev 1191692)
+++ PKGBUILD2022-04-28 18:40:56 UTC (rev 1191693)
@@ -2,7 +2,7 @@
 
 pkgname=mruby
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
 arch=(i686 x86_64)
 url='https://github.com/mruby/mruby'
@@ -14,6 +14,7 @@
 
 build() {
   cd mruby-$pkgver
+  CFLAGS+=" -ffat-lto-objects" \
   make
 }
 



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 18:36:51
  Author: arojas
Revision: 1191692

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   68 
 navit.install |   16 ++---
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 18:36:39 UTC (rev 1191691)
+++ PKGBUILD2022-04-28 18:36:51 UTC (rev 1191692)
@@ -1,34 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: TDY 
-# Contributor: Gergely Imreh 
-# Contributor: Stefan Lohmaier 
-
-pkgname=navit
-pkgver=0.5.6
-pkgrel=3
-pkgdesc="Modular turn-by-turn car navigation system"
-arch=('x86_64')
-url="https://www.navit-project.org/;
-license=('GPL')
-depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
-makedepends=('cmake' 'libxslt')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz)
-sha256sums=('043688e0b34504ca4ee80fb6a80895b938eae41e4031d0977dd30c20c20f1714')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/lib64/lib/' CMakeLists.txt 
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSAMPLE_MAP=FALSE -DDISABLE_QT=TRUE
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: navit/repos/community-x86_64/PKGBUILD (from rev 1191691, 
navit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 18:36:51 UTC (rev 1191692)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+# Contributor: TDY 
+# Contributor: Gergely Imreh 
+# Contributor: Stefan Lohmaier 
+
+pkgname=navit
+pkgver=0.5.6
+pkgrel=4
+pkgdesc="Modular turn-by-turn car navigation system"
+arch=('x86_64')
+url="https://www.navit-project.org/;
+license=('GPL')
+depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
+makedepends=('cmake' 'libxslt')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz)
+sha256sums=('043688e0b34504ca4ee80fb6a80895b938eae41e4031d0977dd30c20c20f1714')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/lib64/lib/' CMakeLists.txt 
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_FLAGS="$CFLAGS 
-ffat-lto-objects" -DSAMPLE_MAP=FALSE -DDISABLE_QT=TRUE
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: navit.install
===
--- navit.install   2022-04-28 18:36:39 UTC (rev 1191691)
+++ navit.install   2022-04-28 18:36:51 UTC (rev 1191692)
@@ -1,8 +0,0 @@
-post_install() {
-  echo "==> Additional setup is required"
-  echo "  -> See http://wiki.navit-project.org/index.php/Configuration;
-  echo
-  echo "==> No maps are bundled with the install"
-  echo "  -> See http://wiki.navit-project.org/index.php/Maps;
-  echo
-}

Copied: navit/repos/community-x86_64/navit.install (from rev 1191691, 
navit/trunk/navit.install)
===
--- navit.install   (rev 0)
+++ navit.install   2022-04-28 18:36:51 UTC (rev 1191692)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Additional setup is required"
+  echo "  -> See http://wiki.navit-project.org/index.php/Configuration;
+  echo
+  echo "==> No maps are bundled with the install"
+  echo "  -> See http://wiki.navit-project.org/index.php/Maps;
+  echo
+}



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

2022-04-28 Thread Tobias Powalowski via arch-commits
Date: Thursday, April 28, 2022 @ 18:36:44
  Author: tpowa
Revision: 444232

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 444231, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 444231, 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-04-28 18:36:39 UTC (rev 444231)
+++ PKGBUILD2022-04-28 18:36:44 UTC (rev 444232)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.04
-pkgrel=61
-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')
-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 444231, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 18:36:44 UTC (rev 444232)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.04
+pkgrel=62
+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' 

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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 18:36:39
  Author: arojas
Revision: 1191691

-ffat-lto-objects

Modified:
  navit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 18:31:06 UTC (rev 1191690)
+++ PKGBUILD2022-04-28 18:36:39 UTC (rev 1191691)
@@ -6,7 +6,7 @@
 
 pkgname=navit
 pkgver=0.5.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Modular turn-by-turn car navigation system"
 arch=('x86_64')
 url="https://www.navit-project.org/;
@@ -24,7 +24,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSAMPLE_MAP=FALSE -DDISABLE_QT=TRUE
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_FLAGS="$CFLAGS 
-ffat-lto-objects" -DSAMPLE_MAP=FALSE -DDISABLE_QT=TRUE
   make
 }
 



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

2022-04-28 Thread Tobias Powalowski via arch-commits
Date: Thursday, April 28, 2022 @ 18:36:39
  Author: tpowa
Revision: 444231

upgpkg: archboot-arm 2022.04-62: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 18:35:32 UTC (rev 444230)
+++ PKGBUILD2022-04-28 18:36:39 UTC (rev 444231)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.04
-pkgrel=61
+pkgrel=62
 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-04-28 Thread Tobias Powalowski via arch-commits
Date: Thursday, April 28, 2022 @ 18:35:32
  Author: tpowa
Revision: 444230

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 444229, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 444229, 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-04-28 18:35:27 UTC (rev 444229)
+++ PKGBUILD2022-04-28 18:35:32 UTC (rev 444230)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.04
-pkgrel=61
-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')
-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 444229, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 18:35:32 UTC (rev 444230)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.04
+pkgrel=62
+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-04-28 Thread Tobias Powalowski via arch-commits
Date: Thursday, April 28, 2022 @ 18:35:27
  Author: tpowa
Revision: 444229

upgpkg: archboot 2022.04-62: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 17:58:39 UTC (rev 444228)
+++ PKGBUILD2022-04-28 18:35:27 UTC (rev 444229)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.04
-pkgrel=61
+pkgrel=62
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 18:31:06
  Author: arojas
Revision: 1191690

archrelease: copy trunk to community-x86_64

Added:
  ocrad/repos/community-x86_64/PKGBUILD
(from rev 1191689, ocrad/trunk/PKGBUILD)
Deleted:
  ocrad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 18:30:56 UTC (rev 1191689)
+++ PKGBUILD2022-04-28 18:31:06 UTC (rev 1191690)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Giovanni Scafora 
-
-pkgname=ocrad
-pkgver=0.28
-pkgrel=1
-pkgdesc='OCR (Optical Character Recognition) program based on a feature 
extraction method'
-arch=('x86_64')
-url='https://www.gnu.org/software/ocrad/'
-license=('GPL')
-depends=('libpng')
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz;)
-sha256sums=('34ccea576dbdadaa5979e6202344c3ff68737d829ca7b66f71c8497d36bbbf2e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ocrad/repos/community-x86_64/PKGBUILD (from rev 1191689, 
ocrad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 18:31:06 UTC (rev 1191690)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György 
+# Contributor: Giovanni Scafora 
+
+pkgname=ocrad
+pkgver=0.28
+pkgrel=2
+pkgdesc='OCR (Optical Character Recognition) program based on a feature 
extraction method'
+arch=('x86_64')
+url='https://www.gnu.org/software/ocrad/'
+license=('GPL')
+depends=('libpng')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz;)
+sha256sums=('34ccea576dbdadaa5979e6202344c3ff68737d829ca7b66f71c8497d36bbbf2e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS -ffat-lto-objects" 
LDFLAGS="$LDFLAGS"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 18:30:56
  Author: arojas
Revision: 1191689

-ffat-lto-objects

Modified:
  ocrad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-28 18:29:17 UTC (rev 1191688)
+++ PKGBUILD2022-04-28 18:30:56 UTC (rev 1191689)
@@ -3,7 +3,7 @@
 
 pkgname=ocrad
 pkgver=0.28
-pkgrel=1
+pkgrel=2
 pkgdesc='OCR (Optical Character Recognition) program based on a feature 
extraction method'
 arch=('x86_64')
 url='https://www.gnu.org/software/ocrad/'
@@ -14,7 +14,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS -ffat-lto-objects" 
LDFLAGS="$LDFLAGS"
   make
 }
 



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

2022-04-28 Thread Antonio Rojas via arch-commits
Date: Thursday, April 28, 2022 @ 18:29:17
  Author: arojas
Revision: 1191688

archrelease: copy trunk to community-x86_64

Added:
  polyml/repos/community-x86_64/PKGBUILD
(from rev 1191687, polyml/trunk/PKGBUILD)
Deleted:
  polyml/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-28 18:29:07 UTC (rev 1191687)
+++ PKGBUILD2022-04-28 18:29:17 UTC (rev 1191688)
@@ -1,34 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Mort Yao 
-# Contributor: Alex Merry 
-
-pkgname=polyml
-pkgver=5.9
-pkgrel=2
-pkgdesc='Standard ML compiler originally written in Poly'
-arch=(x86_64)
-url='https://polyml.org/'
-license=(LGPL)
-conflicts=(mesa-demos)
-options=(!libtool)
-depends=(gmp libffi)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
-b2sums=('ae0ca0dcac2c1b5b54e4e4c4c7362a9ba99846ff7a1358a2332a8b887eb9c21e83851c9ecde44df3bebeef5cdfe3d4b73c09776a08cfc2db6ec70024ffedc50d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---enable-shared \
---prefix=/usr \
---with-gmp \
---with-system-libffi
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver -k check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: polyml/repos/community-x86_64/PKGBUILD (from rev 1191687, 
polyml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-28 18:29:17 UTC (rev 1191688)
@@ -0,0 +1,35 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Mort Yao 
+# Contributor: Alex Merry 
+
+pkgname=polyml
+pkgver=5.9
+pkgrel=3
+pkgdesc='Standard ML compiler originally written in Poly'
+arch=(x86_64)
+url='https://polyml.org/'
+license=(LGPL)
+conflicts=(mesa-demos)
+options=(!libtool)
+depends=(gmp libffi)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
+b2sums=('ae0ca0dcac2c1b5b54e4e4c4c7362a9ba99846ff7a1358a2332a8b887eb9c21e83851c9ecde44df3bebeef5cdfe3d4b73c09776a08cfc2db6ec70024ffedc50d')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=" -ffat-lto-objects" \
+  ./configure \
+--enable-shared \
+--prefix=/usr \
+--with-gmp \
+--with-system-libffi
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver -k check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}



  1   2   3   4   >