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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:56:38
  Author: heftig
Revision: 420400

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  202 +
 config   |10616 +
 2 files changed, 10818 insertions(+)

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


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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:56:34
  Author: heftig
Revision: 985025

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
985020, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2021-07-26 01:56:34 UTC (rev 
985025)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

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

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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:56:38
  Author: heftig
Revision: 420399

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  202 +
 config   |10559 +
 2 files changed, 10761 insertions(+)

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


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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:56:35
  Author: heftig
Revision: 420398

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 420397, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-07-26 01:56:35 UTC (rev 420398)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=470.57.02
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:56:35
  Author: heftig
Revision: 985026

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:56:33
  Author: heftig
Revision: 985024

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:56:32
  Author: heftig
Revision: 985021

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

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

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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:56:33
  Author: heftig
Revision: 985022

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:56:32
  Author: heftig
Revision: 985020

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:56:33
  Author: heftig
Revision: 985023

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:56:31
  Author: heftig
Revision: 985019

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:56:30
  Author: heftig
Revision: 985018

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:55:39
  Author: heftig
Revision: 420397

470.57.02-5: linux 5.13.5.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-26 01:55:02 UTC (rev 420396)
+++ PKGBUILD2021-07-26 01:55:39 UTC (rev 420397)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=470.57.02
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:55:34
  Author: heftig
Revision: 985013

0.8-434: linux 5.13.5.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-26 01:55:33 UTC (rev 985012)
+++ PKGBUILD2021-07-26 01:55:34 UTC (rev 985013)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=433
+pkgrel=434
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;



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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:55:37
  Author: heftig
Revision: 985015

20210418-27: linux 5.13.5.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-26 01:55:36 UTC (rev 985014)
+++ PKGBUILD2021-07-26 01:55:37 UTC (rev 985015)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20210418
-pkgrel=26
+pkgrel=27
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:55:40
  Author: heftig
Revision: 985017

5.0.9-13: linux 5.13.5.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-26 01:55:38 UTC (rev 985016)
+++ PKGBUILD2021-07-26 01:55:40 UTC (rev 985017)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=12
+pkgrel=13
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;



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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:55:38
  Author: heftig
Revision: 985016

1.2.1-75: linux 5.13.5.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-26 01:55:37 UTC (rev 985015)
+++ PKGBUILD2021-07-26 01:55:38 UTC (rev 985016)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=74
+pkgrel=75
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:55:33
  Author: heftig
Revision: 985012

6.30.223.271-313: linux 5.13.5.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-26 01:55:32 UTC (rev 985011)
+++ PKGBUILD2021-07-26 01:55:33 UTC (rev 985012)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=312
+pkgrel=313
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:55:36
  Author: heftig
Revision: 985014

8.049.02-6: linux 5.13.5.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-26 01:55:34 UTC (rev 985013)
+++ PKGBUILD2021-07-26 01:55:36 UTC (rev 985014)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.049.02
-pkgrel=5
+pkgrel=6
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:55:31
  Author: heftig
Revision: 985010

6.1.24-4: linux 5.13.5.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-26 01:55:30 UTC (rev 985009)
+++ PKGBUILD2021-07-26 01:55:31 UTC (rev 985010)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.24
-pkgrel=3
+pkgrel=4
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:55:32
  Author: heftig
Revision: 985011

0.43-321: linux 5.13.5.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-26 01:55:31 UTC (rev 985010)
+++ PKGBUILD2021-07-26 01:55:32 UTC (rev 985011)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=320
+pkgrel=321
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:55:30
  Author: heftig
Revision: 985009

r73.0cf3b48-133: linux 5.13.5.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-26 00:11:56 UTC (rev 985008)
+++ PKGBUILD2021-07-26 01:55:30 UTC (rev 985009)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=132
+pkgrel=133
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;



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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:55:02
  Author: heftig
Revision: 420396

5.13.5.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-26 01:55:01 UTC (rev 420395)
+++ PKGBUILD2021-07-26 01:55:02 UTC (rev 420396)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.13.4.zen2
+pkgver=5.13.5.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}



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

2021-07-25 Thread Jan Steffens via arch-commits
Date: Monday, July 26, 2021 @ 01:55:01
  Author: heftig
Revision: 420395

5.13.5.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 20:16:25 UTC (rev 420394)
+++ PKGBUILD2021-07-26 01:55:01 UTC (rev 420395)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.13.4.arch2
+pkgver=5.13.5.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}



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

2021-07-25 Thread Sergej Pupykin via arch-commits
Date: Monday, July 26, 2021 @ 00:11:48
  Author: spupykin
Revision: 985007

upgpkg: perl-specio 0.47-1

Modified:
  perl-specio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-26 00:11:42 UTC (rev 985006)
+++ PKGBUILD2021-07-26 00:11:48 UTC (rev 985007)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=perl-specio
-pkgver=0.43
-pkgrel=2
+pkgver=0.47
+pkgrel=1
 pkgdesc="Type constraints and coercions for Perl"
 arch=('any')
 url="https://search.cpan.org/dist/Specio;
@@ -10,7 +10,7 @@
 depends=('perl-role-tiny' 'perl-test-fatal' 'perl-mro-compat' 
'perl-devel-stacktrace')
 options=('!emptydirs')
 
source=(https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Specio-$pkgver.tar.gz)
-sha256sums=('3cd0debf7b6404127d5e0bb7fb78cfef9df5e2519d3d6ad7113b59ad1da9fa1d')
+sha256sums=('f41307f1f8777e572f27eeb6a964084399e7e382c47c577827ad8a286a1c')
 
 build() {
   cd  "$srcdir"/Specio-$pkgver



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

2021-07-25 Thread Sergej Pupykin via arch-commits
Date: Monday, July 26, 2021 @ 00:11:56
  Author: spupykin
Revision: 985008

archrelease: copy trunk to community-any

Added:
  perl-specio/repos/community-any/PKGBUILD
(from rev 985007, perl-specio/trunk/PKGBUILD)
Deleted:
  perl-specio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-26 00:11:48 UTC (rev 985007)
+++ PKGBUILD2021-07-26 00:11:56 UTC (rev 985008)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-specio
-pkgver=0.43
-pkgrel=2
-pkgdesc="Type constraints and coercions for Perl"
-arch=('any')
-url="https://search.cpan.org/dist/Specio;
-license=('GPL' 'PerlArtistic')
-depends=('perl-role-tiny' 'perl-test-fatal' 'perl-mro-compat' 
'perl-devel-stacktrace')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Specio-$pkgver.tar.gz)
-sha256sums=('3cd0debf7b6404127d5e0bb7fb78cfef9df5e2519d3d6ad7113b59ad1da9fa1d')
-
-build() {
-  cd  "$srcdir"/Specio-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-package() {
-  cd  "$srcdir"/Specio-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-specio/repos/community-any/PKGBUILD (from rev 985007, 
perl-specio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-26 00:11:56 UTC (rev 985008)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-specio
+pkgver=0.47
+pkgrel=1
+pkgdesc="Type constraints and coercions for Perl"
+arch=('any')
+url="https://search.cpan.org/dist/Specio;
+license=('GPL' 'PerlArtistic')
+depends=('perl-role-tiny' 'perl-test-fatal' 'perl-mro-compat' 
'perl-devel-stacktrace')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Specio-$pkgver.tar.gz)
+sha256sums=('f41307f1f8777e572f27eeb6a964084399e7e382c47c577827ad8a286a1c')
+
+build() {
+  cd  "$srcdir"/Specio-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  "$srcdir"/Specio-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



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

2021-07-25 Thread Daniel M. Capella via arch-commits
Date: Sunday, July 25, 2021 @ 21:39:14
  Author: polyzen
Revision: 985004

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 985003, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 21:38:47 UTC (rev 985003)
+++ PKGBUILD2021-07-25 21:39:14 UTC (rev 985004)
@@ -1,39 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.157
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('e1d43facd992051c7269da211731ace20c66db8c81a1b3672ce5a5444ebfb2b8f36b0fe0a39854779bf31328ab382356f06152d5d1e1361fa52b510b6332')
-
-build() {
-  cd $pkgname-$pkgver
-  npm ci
-  cd packages/$pkgname
-  npm run build
-}
-
-package() {
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 985003, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 21:39:14 UTC (rev 985004)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.158
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('bc186a969aa1f00c53ce169cd918d7118a550894fe00d23106903e4a2936fb4681f545d7f8d155db7f0fb4223c99decc4c4ebd0c69d7e5f77aaa5e2580af9798')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-07-25 Thread Daniel M. Capella via arch-commits
Date: Sunday, July 25, 2021 @ 21:38:47
  Author: polyzen
Revision: 985003

upgpkg: pyright 1.1.158-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 20:18:56 UTC (rev 985002)
+++ PKGBUILD2021-07-25 21:38:47 UTC (rev 985003)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.157
+pkgver=1.1.158
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('e1d43facd992051c7269da211731ace20c66db8c81a1b3672ce5a5444ebfb2b8f36b0fe0a39854779bf31328ab382356f06152d5d1e1361fa52b510b6332')
+b2sums=('bc186a969aa1f00c53ce169cd918d7118a550894fe00d23106903e4a2936fb4681f545d7f8d155db7f0fb4223c99decc4c4ebd0c69d7e5f77aaa5e2580af9798')
 
 prepare() {
   cd $pkgname-$pkgver



[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)

2021-07-25 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 25, 2021 @ 20:18:56
  Author: sangy
Revision: 985002

archrelease: copy trunk to community-any

Added:
  ttf-ibm-plex/repos/community-any/PKGBUILD
(from rev 985001, ttf-ibm-plex/trunk/PKGBUILD)
Deleted:
  ttf-ibm-plex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 20:18:19 UTC (rev 985001)
+++ PKGBUILD2021-07-25 20:18:56 UTC (rev 985002)
@@ -1,27 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Aleksandar Trifunović 
-# Contributor: Matt Spaulding 
-# Contributor: pyjano 
-# Contributor: Stefan Husmann 
-
-pkgname=ttf-ibm-plex
-pkgver=5.1.3
-pkgrel=1
-pkgdesc="IBM Plex Mono, Sans, and Serif"
-arch=('any')
-url='https://github.com/IBM/plex'
-license=('custom:OFL')
-source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-provides=('ttf-font')
-sha256sums=('2c9f07cc1c0fd0288b1c68b8472362b5a1534f486978288c3c2cf794f168f01c')
-
-conflicts=('ibm-plex-fonts')
-
-package() {
-cd TrueType
-install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
-install -Dm644 */unhinted/*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
-
-# All the other licenses are the same as the one here...
-install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 985001, 
ttf-ibm-plex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 20:18:56 UTC (rev 985002)
@@ -0,0 +1,26 @@
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aleksandar Trifunović 
+# Contributor: Matt Spaulding 
+# Contributor: pyjano 
+# Contributor: Stefan Husmann 
+
+pkgname=ttf-ibm-plex
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
+url='https://github.com/IBM/plex'
+license=('custom:OFL')
+source=("${url}/releases/download/v${pkgver}/TrueType.zip")
+provides=('ttf-font')
+sha256sums=('5564f79bfdc4a56f9f27aacc68b6b175ab205eba668e496f44a12051f3a337ad')
+
+conflicts=('ibm-plex-fonts')
+
+package() {
+cd TrueType
+install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+
+# All the other licenses are the same as the one here...
+install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}



[arch-commits] Commit in ttf-ibm-plex/trunk (PKGBUILD)

2021-07-25 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, July 25, 2021 @ 20:18:19
  Author: sangy
Revision: 985001

upgpkg: ttf-ibm-plex 5.2.1-1

Modified:
  ttf-ibm-plex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 19:44:16 UTC (rev 985000)
+++ PKGBUILD2021-07-25 20:18:19 UTC (rev 985001)
@@ -5,7 +5,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=ttf-ibm-plex
-pkgver=5.1.3
+pkgver=5.2.1
 pkgrel=1
 pkgdesc="IBM Plex Mono, Sans, and Serif"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('custom:OFL')
 source=("${url}/releases/download/v${pkgver}/TrueType.zip")
 provides=('ttf-font')
-sha256sums=('2c9f07cc1c0fd0288b1c68b8472362b5a1534f486978288c3c2cf794f168f01c')
+sha256sums=('5564f79bfdc4a56f9f27aacc68b6b175ab205eba668e496f44a12051f3a337ad')
 
 conflicts=('ibm-plex-fonts')
 
@@ -20,7 +20,6 @@
 package() {
 cd TrueType
 install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
-install -Dm644 */unhinted/*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
 
 # All the other licenses are the same as the one here...
 install -Dm644 IBM-Plex-Mono/license.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"



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

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 20:16:25
  Author: andyrtr
Revision: 420394

archrelease: copy trunk to extra-x86_64

Added:
  poppler/repos/extra-x86_64/PKGBUILD
(from rev 420393, poppler/trunk/PKGBUILD)
Deleted:
  poppler/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  189 ++---
 1 file changed, 95 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 20:16:18 UTC (rev 420393)
+++ PKGBUILD2021-07-25 20:16:25 UTC (rev 420394)
@@ -1,94 +0,0 @@
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgbase=poppler
-pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
-pkgver=21.07.0
-pkgrel=1
-arch=(x86_64)
-license=('GPL')
-makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
- 'gobject-introspection' 'icu' 'qt5-base' 'qt6-base' 'git' 'nss' 
'gtk-doc' 'curl' 'poppler-data'
- 'cmake' 'python' 'boost')
-options=('!emptydirs')
-url="https://poppler.freedesktop.org/;
-# https://gitlab.freedesktop.org/poppler/poppler
-source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
-
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=03a4b9eb854a06a83c465e82de601796c458bbe9)
-sha256sums=('e26ab29f68065de4d6562f0a3e2b5435a83ca92be573b99a1c81998fa286a4d4'
-'SKIP'
-'SKIP')
-validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
--DENABLE_GTK_DOC=ON
-  make
-}
-
-check() {
-  cd build
-  LANG=en_US.UTF8 make test
-}
-
-package_poppler() {
-  pkgdesc="PDF rendering library based on xpdf 3.0"
-  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'lcms2' 'nss' 
'curl')
-  optdepends=('poppler-data: highly recommended encoding data to display PDF 
documents with certain encodings and characters')
-  provides=('libpoppler.so' 'libpoppler-cpp.so')
-  conflicts=("poppler-qt3<${pkgver}" "poppler-qt4<${pkgver}")
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # cleanup for splitted build
-  rm -vrf "${pkgdir}"/usr/include/poppler/{glib,qt5,qt6}
-  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt5,qt6}.*
-  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt5}.pc
-  rm -vrf "${pkgdir}"/usr/{lib,share}/gir*
-  rm -vrf "${pkgdir}"/usr/share/gtk-doc
-}
-
-package_poppler-glib() {
-  pkgdesc="Poppler glib bindings"
-  depends=("poppler=${pkgver}" 'glib2')
-  provides=('libpoppler-glib.so')
-
-  cd build
-
-  make -C glib DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
-  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
-  rm -vf "${pkgdir}"/usr/lib/libpoppler.*
-  rm -vf "${pkgdir}/usr/bin/poppler-glib-demo"
-}
-
-package_poppler-qt5() {
-  pkgdesc="Poppler Qt5 bindings"
-  depends=("poppler=${pkgver}" 'qt5-base')
-  provides=('libpoppler-qt5.so')
-
-  cd build
-  make -C qt5 DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
-  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
-}
-
-package_poppler-qt6() {
-  pkgdesc="Poppler Qt6 bindings"
-  depends=("poppler=${pkgver}" 'qt6-base')
-  provides=('libpoppler-qt6.so')
-
-  cd build
-  make -C qt6 DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
-}

Copied: poppler/repos/extra-x86_64/PKGBUILD (from rev 420393, 
poppler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 20:16:25 UTC (rev 420394)
@@ -0,0 +1,95 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
+pkgver=21.07.0
+pkgrel=2
+arch=(x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'qt6-base' 'git' 'nss' 
'gtk-doc' 'curl' 'poppler-data'
+ 'cmake' 'python' 'boost')
+options=('!emptydirs')
+url="https://poppler.freedesktop.org/;
+# https://gitlab.freedesktop.org/poppler/poppler
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=03a4b9eb854a06a83c465e82de601796c458bbe9)
+sha256sums=('e26ab29f68065de4d6562f0a3e2b5435a83ca92be573b99a1c81998fa286a4d4'
+'SKIP'
+'SKIP')
+validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 20:16:18
  Author: andyrtr
Revision: 420393

upgpkg: poppler 21.07.0-2: add missing poppler-qt6.pc pkgconfig file

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 19:53:02 UTC (rev 420392)
+++ PKGBUILD2021-07-25 20:16:18 UTC (rev 420393)
@@ -4,7 +4,7 @@
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
 pkgver=21.07.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 license=('GPL')
 makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
@@ -91,4 +91,5 @@
   cd build
   make -C qt6 DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt6.pc "${pkgdir}/usr/lib/pkgconfig/"
 }



[arch-commits] Commit in freetype2/repos/testing-x86_64 (15 files)

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 19:53:02
  Author: andyrtr
Revision: 420392

archrelease: copy trunk to testing-x86_64

Added:
  freetype2/repos/testing-x86_64/0001-Enable-table-validation-modules.patch
(from rev 420391, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/testing-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 420391, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  freetype2/repos/testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
(from rev 420391, 
freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
  freetype2/repos/testing-x86_64/0004-Enable-long-PCF-family-names.patch
(from rev 420391, freetype2/trunk/0004-Enable-long-PCF-family-names.patch)
  freetype2/repos/testing-x86_64/0005-ft2-demos-meson-fixes.patch
(from rev 420391, freetype2/trunk/0005-ft2-demos-meson-fixes.patch)
  freetype2/repos/testing-x86_64/PKGBUILD
(from rev 420391, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-x86_64/freetype2.install
(from rev 420391, freetype2/trunk/freetype2.install)
  freetype2/repos/testing-x86_64/freetype2.sh
(from rev 420391, freetype2/trunk/freetype2.sh)
Deleted:
  freetype2/repos/testing-x86_64/0001-Enable-table-validation-modules.patch
  freetype2/repos/testing-x86_64/0002-Enable-subpixel-rendering.patch
  freetype2/repos/testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
  freetype2/repos/testing-x86_64/0004-Enable-long-PCF-family-names.patch
  freetype2/repos/testing-x86_64/PKGBUILD
  freetype2/repos/testing-x86_64/freetype2.install
  freetype2/repos/testing-x86_64/freetype2.sh

---+
 0001-Enable-table-validation-modules.patch|   84 +-
 0002-Enable-subpixel-rendering.patch  |   44 ++---
 0003-Enable-infinality-subpixel-hinting.patch |   48 ++---
 0004-Enable-long-PCF-family-names.patch   |   44 ++---
 0005-ft2-demos-meson-fixes.patch  |  150 +
 PKGBUILD  |  201 
 freetype2.install |   16 -
 freetype2.sh  |   24 +-
 8 files changed, 383 insertions(+), 228 deletions(-)

Deleted: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2021-07-25 19:52:48 UTC (rev 
420391)
+++ 0001-Enable-table-validation-modules.patch  2021-07-25 19:53:02 UTC (rev 
420392)
@@ -1,42 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH] Enable table validation modules
-

- modules.cfg | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/modules.cfg b/modules.cfg
-index 30f7fac45a..a9a4703989 100644
 a/modules.cfg
-+++ b/modules.cfg
-@@ -114,26 +114,26 @@ AUX_MODULES += cache
- 
- # TrueType GX/AAT table validation.  Needs `ftgxval.c' below.
- #
--# AUX_MODULES += gxvalid
-+AUX_MODULES += gxvalid
- 
- # Support for streams compressed with gzip (files with suffix .gz).
- #
- # See include/freetype/ftgzip.h for the API.
- AUX_MODULES += gzip
- 
- # Support for streams compressed with LZW (files with suffix .Z).
- #
- # See include/freetype/ftlzw.h for the API.
- AUX_MODULES += lzw
- 
- # Support for streams compressed with bzip2 (files with suffix .bz2).
- #
- # See include/freetype/ftbzip2.h for the API.
- AUX_MODULES += bzip2
- 
- # OpenType table validation.  Needs `ftotval.c' below.
- #
--# AUX_MODULES += otvalid
-+AUX_MODULES += otvalid
- 
- # Auxiliary PostScript driver component to share common code.
- #

Copied: 
freetype2/repos/testing-x86_64/0001-Enable-table-validation-modules.patch (from 
rev 420391, freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- 0001-Enable-table-validation-modules.patch  (rev 0)
+++ 0001-Enable-table-validation-modules.patch  2021-07-25 19:53:02 UTC (rev 
420392)
@@ -0,0 +1,42 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index 30f7fac45a..a9a4703989 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -114,26 +114,26 @@ AUX_MODULES += cache
+ 
+ # TrueType GX/AAT table validation.  Needs `ftgxval.c' below.
+ #
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+ # See include/freetype/ftgzip.h for the API.
+ AUX_MODULES += gzip
+ 
+ # Support for streams compressed with LZW (files with suffix .Z).
+ #
+ # See include/freetype/ftlzw.h for the API.
+ 

[arch-commits] Commit in freetype2/trunk (0005-ft2-demos-meson-fixes.patch PKGBUILD)

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 19:52:48
  Author: andyrtr
Revision: 420391

upgpkg: freetype2 2.11.0-2: apply upstream build fix to include missing 
"ttdebug"

Added:
  freetype2/trunk/0005-ft2-demos-meson-fixes.patch
Modified:
  freetype2/trunk/PKGBUILD

--+
 0005-ft2-demos-meson-fixes.patch |  150 +
 PKGBUILD |   13 ++-
 2 files changed, 159 insertions(+), 4 deletions(-)

Added: 0005-ft2-demos-meson-fixes.patch
===
--- 0005-ft2-demos-meson-fixes.patch(rev 0)
+++ 0005-ft2-demos-meson-fixes.patch2021-07-25 19:52:48 UTC (rev 420391)
@@ -0,0 +1,150 @@
+diff --git a/meson.build b/meson.build
+index 
fc2d29f9e86551ebb332876d50950e0935b87bce..c425afea09016c6334231bd3e426d605f05fd329
 100644
+--- a/meson.build
 b/meson.build
+@@ -76,25 +76,8 @@ ftcommon_lib = static_library('ftcommon',
+   link_with: [common_lib, graph_lib],
+ )
+ 
+-executable('fttimer',
+-  'src/fttimer.c',
+-  dependencies: libfreetype2_dep,
+-  install: false)
+-
+-executable('ftchkwd',
+-  'src/ftchkwd.c',
+-  dependencies: libfreetype2_dep,
+-  install: false)
+ 
+-executable('ftmemchk',
+-  'src/ftmemchk.c',
+-  dependencies: libfreetype2_dep,
+-  install: false)
+-
+-executable('ftpatchk',
+-  'src/ftpatchk.c',
+-  dependencies: libfreetype2_dep,
+-  install: false)
++# programs
+ 
+ executable('ftbench',
+   'src/ftbench.c',
+@@ -102,17 +85,10 @@ executable('ftbench',
+   link_with: common_lib,
+   install: true)
+ 
+-executable('ftdump',
+-  'src/ftdump.c',
+-  dependencies: libfreetype2_dep,
+-  link_with: [common_lib, output_lib],
+-  install: true)
+-
+-executable('ftlint',
+-  'src/ftlint.c',
++executable('ftchkwd',
++  'src/ftchkwd.c',
+   dependencies: libfreetype2_dep,
+-  link_with: common_lib,
+-  install: true)
++  install: false)
+ 
+ executable('ftdiff',
+   'src/ftdiff.c',
+@@ -121,6 +97,12 @@ executable('ftdiff',
+   link_with: ftcommon_lib,
+   install: true)
+ 
++executable('ftdump',
++  'src/ftdump.c',
++  dependencies: libfreetype2_dep,
++  link_with: [common_lib, output_lib],
++  install: true)
++
+ executable('ftgamma',
+   'src/ftgamma.c',
+   dependencies: [libfreetype2_dep, math_dep],
+@@ -135,6 +117,17 @@ executable('ftgrid',
+   link_with: [ftcommon_lib, output_lib],
+   install: true)
+ 
++executable('ftlint',
++  'src/ftlint.c',
++  dependencies: libfreetype2_dep,
++  link_with: common_lib,
++  install: true)
++
++executable('ftmemchk',
++  'src/ftmemchk.c',
++  dependencies: libfreetype2_dep,
++  install: false)
++
+ executable('ftmulti',
+   'src/ftmulti.c',
+   dependencies: libfreetype2_dep,
+@@ -142,6 +135,11 @@ executable('ftmulti',
+   link_with: ftcommon_lib,
+   install: true)
+ 
++executable('ftpatchk',
++  'src/ftpatchk.c',
++  dependencies: libfreetype2_dep,
++  install: false)
++
+ executable('ftsdf',
+   'src/ftsdf.c',
+   dependencies: libfreetype2_dep,
+@@ -156,12 +154,10 @@ executable('ftstring',
+   link_with: ftcommon_lib,
+   install: true)
+ 
+-executable('ftview',
+-  'src/ftview.c',
++executable('fttimer',
++  'src/fttimer.c',
+   dependencies: libfreetype2_dep,
+-  include_directories: graph_include_dir,
+-  link_with: ftcommon_lib,
+-  install: true)
++  install: false)
+ 
+ executable('ftvalid',
+   'src/ftvalid.c',
+@@ -169,6 +165,14 @@ executable('ftvalid',
+   link_with: common_lib,
+   install: true)
+ 
++executable('ftview',
++  'src/ftview.c',
++  dependencies: libfreetype2_dep,
++  include_directories: graph_include_dir,
++  link_with: ftcommon_lib,
++  install: true)
++
++
+ install_man([
+   'man/ftbench.1',
+   'man/ftdiff.1',
+diff --git a/meson.build b/meson.build
+index 
c425afea09016c6334231bd3e426d605f05fd329..36d0309ed75c5e3a3cfa79276800832e2e9eae7c
 100644
+--- a/meson.build
 b/meson.build
+@@ -172,6 +172,19 @@ executable('ftview',
+   link_with: ftcommon_lib,
+   install: true)
+ 
++# This program only works if FreeType has been compiled with enabled option
++# `TT_CONFIG_OPTION_BYTECODE_INTERPRETER` (which is the default).
++#
++# We need a path into FreeType's `src/truetype` directory.  This is
++# something normal applications should never need.
++executable('ttdebug',
++  'src/ttdebug.c',
++  dependencies: libfreetype2_dep,
++  c_args: '-DFT2_BUILD_LIBRARY=1',
++  include_directories: 'subprojects/freetype2/src/truetype',
++  link_with: common_lib,
++  install: true)
++
+ 
+ install_man([
+   'man/ftbench.1',

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 19:25:43 UTC (rev 420390)
+++ PKGBUILD2021-07-25 19:52:48 UTC (rev 420391)
@@ -4,7 +4,7 @@
 pkgbase=freetype2
 pkgname=(freetype2 freetype2-demos freetype2-docs)
 pkgver=2.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Font rasterization library"
 url="https://www.freetype.org/;
 arch=(x86_64)
@@ -20,6 +20,7 @@
 0002-Enable-subpixel-rendering.patch

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

2021-07-25 Thread Felix Yan via arch-commits
Date: Sunday, July 25, 2021 @ 19:44:16
  Author: felixonmars
Revision: 985000

archrelease: copy trunk to community-x86_64

Added:
  cabal-fmt/repos/community-x86_64/
  cabal-fmt/repos/community-x86_64/PKGBUILD
(from rev 984999, cabal-fmt/trunk/PKGBUILD)

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

Copied: cabal-fmt/repos/community-x86_64/PKGBUILD (from rev 984999, 
cabal-fmt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-07-25 19:44:16 UTC (rev 985000)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=cabal-fmt
+pkgver=0.1.5.1
+pkgrel=1
+pkgdesc="Format .cabal files"
+url="https://github.com/phadej/cabal-fmt.git;
+license=("GPL" "BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative')
+makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-golden')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('a7fc6f0ff8b36ddd329b01237c0e9a6eda835be9439e434470d69a4511611f7d')
+
+prepare() {
+  cd $pkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}
\ No newline at end of file



[arch-commits] Commit in (4 files)

2021-07-25 Thread Felix Yan via arch-commits
Date: Sunday, July 25, 2021 @ 19:44:08
  Author: felixonmars
Revision: 984999

addpkg: cabal-fmt 0.1.5.1-1

Added:
  cabal-fmt/
  cabal-fmt/repos/
  cabal-fmt/trunk/
  cabal-fmt/trunk/PKGBUILD

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

Added: cabal-fmt/trunk/PKGBUILD
===
--- cabal-fmt/trunk/PKGBUILD(rev 0)
+++ cabal-fmt/trunk/PKGBUILD2021-07-25 19:44:08 UTC (rev 984999)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=cabal-fmt
+pkgver=0.1.5.1
+pkgrel=1
+pkgdesc="Format .cabal files"
+url="https://github.com/phadej/cabal-fmt.git;
+license=("GPL" "BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative')
+makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-golden')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('a7fc6f0ff8b36ddd329b01237c0e9a6eda835be9439e434470d69a4511611f7d')
+
+prepare() {
+  cd $pkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}
\ No newline at end of file



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

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 19:27:35
  Author: andyrtr
Revision: 984998

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 19:27:30
  Author: andyrtr
Revision: 984997

upgpkg: tp_smapi-lts 0.43-168: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 19:26:58 UTC (rev 984996)
+++ PKGBUILD2021-07-25 19:27:30 UTC (rev 984997)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=167
+pkgrel=168
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 19:26:58
  Author: andyrtr
Revision: 984996

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 19:26:54
  Author: andyrtr
Revision: 984995

upgpkg: r8168-lts 8.049.02-7: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 19:26:18 UTC (rev 984994)
+++ PKGBUILD2021-07-25 19:26:54 UTC (rev 984995)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.049.02
-pkgrel=6
+pkgrel=7
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 19:26:18
  Author: andyrtr
Revision: 984994

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 984993, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-07-25 19:26:18 UTC (rev 984994)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.1
+pkgrel=67
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+provides=('acpi_call')
+
+build() {
+  _kernver=$(

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

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 19:26:13
  Author: andyrtr
Revision: 984993

upgpkg: acpi_call-lts 1.2.1-67: kernel rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 19:17:29 UTC (rev 984992)
+++ PKGBUILD2021-07-25 19:26:13 UTC (rev 984993)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.1
-pkgrel=66
+pkgrel=67
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 19:25:43
  Author: andyrtr
Revision: 420390

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 420389, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-07-25 19:25:43 UTC (rev 420390)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=470.57.02
+pkgrel=4
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 19:25:37
  Author: andyrtr
Revision: 420389

upgpkg: nvidia-lts 1:470.57.02-4: kernel rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 19:19:42 UTC (rev 420388)
+++ PKGBUILD2021-07-25 19:25:37 UTC (rev 420389)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=470.57.02
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 19:19:42
  Author: andyrtr
Revision: 420388

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 420387, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 420387, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 420387, linux-lts/trunk/config)

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  151 
 PKGBUILD|  198 
 config  |10330 
++
 3 files changed, 10679 insertions(+)

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


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

2021-07-25 Thread Andreas Radke via arch-commits
Date: Sunday, July 25, 2021 @ 19:19:26
  Author: andyrtr
Revision: 420387

upgpkg: linux-lts 5.10.53-1: upstream update 5.10.53

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 14:05:32 UTC (rev 420386)
+++ PKGBUILD2021-07-25 19:19:26 UTC (rev 420387)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.10.52
+pkgver=5.10.53
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('769e57a0fa218589fa2f8460b8682eb784a72718c7a3d95295f382a77902ae79'
+sha256sums=('f0058d902933986dbaf03b2a0304d2babe5fe1c8e3f41f156ffd3c3f210106dc'
 'SKIP'
 'f4c02a78ed4e2150349be53c35b7b6c3cede7a99fbb976d23e801a94ee8abe0e'
 '96a72e1652314215da7140956c3abcf495cafd00811eda3cf4ce03ec5f791f1e')



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

2021-07-25 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, July 25, 2021 @ 19:17:29
  Author: orhun
Revision: 984992

archrelease: copy trunk to community-x86_64

Added:
  gpg-tui/repos/community-x86_64/PKGBUILD
(from rev 984991, gpg-tui/trunk/PKGBUILD)
Deleted:
  gpg-tui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 19:17:21 UTC (rev 984991)
+++ PKGBUILD2021-07-25 19:17:29 UTC (rev 984992)
@@ -1,43 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=gpg-tui
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="A terminal user interface for GnuPG"
-arch=('x86_64')
-url="https://github.com/orhun/gpg-tui;
-license=('MIT')
-depends=('libxcb' 'gpgme')
-makedepends=('rust' 'python')
-optdepends=('xplr: file selection support')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('99d2485db57c0b846c627fb9b6732f33c9218cb1108eda0ce161f30fc58fbb0b129cf5761bf572b80f83455b9c2248de64840b6193306993a2486faadd2adc8c')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir completions/
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-  OUT_DIR=completions/ cargo run --release --bin completions
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "completions/$pkgname.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d"
-  install -Dm 644 "completions/_$pkgname" -t 
"$pkgdir/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gpg-tui/repos/community-x86_64/PKGBUILD (from rev 984991, 
gpg-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 19:17:29 UTC (rev 984992)
@@ -0,0 +1,48 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=gpg-tui
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="A terminal user interface for GnuPG"
+arch=('x86_64')
+url="https://github.com/orhun/gpg-tui;
+license=('MIT')
+depends=('libxcb' 'gpgme')
+makedepends=('rust' 'python')
+optdepends=(
+  'xplr: for file selection support'
+  'xclip: for clipboard support on X11 (or xsel)'
+  'xsel: for clipboard support on X11 (or xclip)'
+  'wl-clipboard: for clipboard support on Wayland'
+)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('6eb11b227c4b54a5d3c126093cc76d924b892723032f26286876558a1755cdba0e8024a34809bbeaaadc2412e9d0b2025cabab9fdb9453be0517a64295cfa977')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir completions/
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+  OUT_DIR=completions/ cargo run --release --bin completions
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "completions/$pkgname.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d"
+  install -Dm 644 "completions/_$pkgname" -t 
"$pkgdir/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-07-25 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, July 25, 2021 @ 19:17:21
  Author: orhun
Revision: 984991

upgpkg: gpg-tui 0.7.3-1: upstream release

Modified:
  gpg-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 18:42:12 UTC (rev 984990)
+++ PKGBUILD2021-07-25 19:17:21 UTC (rev 984991)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=gpg-tui
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc="A terminal user interface for GnuPG"
 arch=('x86_64')
@@ -9,9 +9,14 @@
 license=('MIT')
 depends=('libxcb' 'gpgme')
 makedepends=('rust' 'python')
-optdepends=('xplr: file selection support')
+optdepends=(
+  'xplr: for file selection support'
+  'xclip: for clipboard support on X11 (or xsel)'
+  'xsel: for clipboard support on X11 (or xclip)'
+  'wl-clipboard: for clipboard support on Wayland'
+)
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('99d2485db57c0b846c627fb9b6732f33c9218cb1108eda0ce161f30fc58fbb0b129cf5761bf572b80f83455b9c2248de64840b6193306993a2486faadd2adc8c')
+sha512sums=('6eb11b227c4b54a5d3c126093cc76d924b892723032f26286876558a1755cdba0e8024a34809bbeaaadc2412e9d0b2025cabab9fdb9453be0517a64295cfa977')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2021-07-25 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, July 25, 2021 @ 18:42:12
  Author: orhun
Revision: 984990

archrelease: copy trunk to community-x86_64

Added:
  cargo-expand/repos/community-x86_64/
  cargo-expand/repos/community-x86_64/PKGBUILD
(from rev 984989, cargo-expand/trunk/PKGBUILD)

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

Copied: cargo-expand/repos/community-x86_64/PKGBUILD (from rev 984989, 
cargo-expand/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-07-25 18:42:12 UTC (rev 984990)
@@ -0,0 +1,35 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Philipp A. 
+# Contributor: Jian Zeng 
+
+pkgname=cargo-expand
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="Subcommand to show result of macro expansion"
+arch=('x86_64')
+url='https://github.com/dtolnay/cargo-expand'
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('3064013b322dab644126ac82fa8e541148016f0a25a531c540cc2e2390aa3b68')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2021-07-25 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, July 25, 2021 @ 18:41:50
  Author: orhun
Revision: 984989

addpkg: cargo-expand 1.0.7-1

Added:
  cargo-expand/
  cargo-expand/repos/
  cargo-expand/trunk/
  cargo-expand/trunk/PKGBUILD

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

Added: cargo-expand/trunk/PKGBUILD
===
--- cargo-expand/trunk/PKGBUILD (rev 0)
+++ cargo-expand/trunk/PKGBUILD 2021-07-25 18:41:50 UTC (rev 984989)
@@ -0,0 +1,35 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Philipp A. 
+# Contributor: Jian Zeng 
+
+pkgname=cargo-expand
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="Subcommand to show result of macro expansion"
+arch=('x86_64')
+url='https://github.com/dtolnay/cargo-expand'
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('3064013b322dab644126ac82fa8e541148016f0a25a531c540cc2e2390aa3b68')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in svgcleaner/repos/community-x86_64 (3 files)

2021-07-25 Thread Kpcyrd via arch-commits
Date: Sunday, July 25, 2021 @ 18:30:31
  Author: kpcyrd
Revision: 984988

archrelease: copy trunk to community-x86_64

Added:
  svgcleaner/repos/community-x86_64/Cargo.lock
(from rev 984987, svgcleaner/trunk/Cargo.lock)
  svgcleaner/repos/community-x86_64/PKGBUILD
(from rev 984987, svgcleaner/trunk/PKGBUILD)
Deleted:
  svgcleaner/repos/community-x86_64/PKGBUILD

+
 Cargo.lock |  256 +++
 PKGBUILD   |   61 --
 2 files changed, 291 insertions(+), 26 deletions(-)

Copied: svgcleaner/repos/community-x86_64/Cargo.lock (from rev 984987, 
svgcleaner/trunk/Cargo.lock)
===
--- Cargo.lock  (rev 0)
+++ Cargo.lock  2021-07-25 18:30:31 UTC (rev 984988)
@@ -0,0 +1,256 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "autocfg"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
+
+[[package]]
+name = "bitflags"
+version = "1.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
+
+[[package]]
+name = "cfg-if"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
+
+[[package]]
+name = "chrono"
+version = "0.4.19"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
+dependencies = [
+ "libc",
+ "num-integer",
+ "num-traits",
+ "time",
+ "winapi",
+]
+
+[[package]]
+name = "clap"
+version = "2.33.3"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
+dependencies = [
+ "bitflags",
+ "textwrap",
+ "unicode-width",
+]
+
+[[package]]
+name = "error-chain"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
+
+[[package]]
+name = "fern"
+version = "0.5.9"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "e69ab0d5aca163e388c3a49d284fed6c3d0810700e77c5ae2756a50ec1a4daaa"
+dependencies = [
+ "chrono",
+ "log",
+]
+
+[[package]]
+name = "float-cmp"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "2be876712b52d3970d361df27210574630d8d44d6461f0b55745d56e88ac10b0"
+dependencies = [
+ "num",
+]
+
+[[package]]
+name = "libc"
+version = "0.2.98"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
+
+[[package]]
+name = "log"
+version = "0.4.14"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
+dependencies = [
+ "cfg-if",
+]
+
+[[package]]
+name = "num"
+version = "0.1.42"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
+dependencies = [
+ "num-integer",
+ "num-iter",
+ "num-traits",
+]
+
+[[package]]
+name = "num-integer"
+version = "0.1.44"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
+dependencies = [
+ "autocfg",
+ "num-traits",
+]
+
+[[package]]
+name = "num-iter"
+version = "0.1.42"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
+dependencies = [
+ "autocfg",
+ "num-integer",
+ "num-traits",
+]
+
+[[package]]
+name = "num-traits"
+version = "0.2.14"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
+dependencies = [
+ "autocfg",
+]
+
+[[package]]
+name = "phf"
+version = "0.7.24"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
+dependencies = [
+ "phf_shared",
+]
+
+[[package]]
+name = "phf_shared"
+version = "0.7.24"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
+dependencies = [
+ "siphasher",
+]
+
+[[package]]
+name = "simplecss"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "135685097a85a64067df36e28a243e94a94f76d829087ce0be34eeb014260c0e"
+
+[[package]]
+name = "siphasher"
+version = "0.2.3"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = 

[arch-commits] Commit in svgcleaner/trunk (Cargo.lock PKGBUILD)

2021-07-25 Thread Kpcyrd via arch-commits
Date: Sunday, July 25, 2021 @ 18:30:14
  Author: kpcyrd
Revision: 984987

upgpkg: svgcleaner 0.9.5-3 - Reproducible Builds

Added:
  svgcleaner/trunk/Cargo.lock
Modified:
  svgcleaner/trunk/PKGBUILD

+
 Cargo.lock |  256 +++
 PKGBUILD   |   21 +++-
 2 files changed, 271 insertions(+), 6 deletions(-)

Added: Cargo.lock
===
--- Cargo.lock  (rev 0)
+++ Cargo.lock  2021-07-25 18:30:14 UTC (rev 984987)
@@ -0,0 +1,256 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "autocfg"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
+
+[[package]]
+name = "bitflags"
+version = "1.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
+
+[[package]]
+name = "cfg-if"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
+
+[[package]]
+name = "chrono"
+version = "0.4.19"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
+dependencies = [
+ "libc",
+ "num-integer",
+ "num-traits",
+ "time",
+ "winapi",
+]
+
+[[package]]
+name = "clap"
+version = "2.33.3"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
+dependencies = [
+ "bitflags",
+ "textwrap",
+ "unicode-width",
+]
+
+[[package]]
+name = "error-chain"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
+
+[[package]]
+name = "fern"
+version = "0.5.9"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "e69ab0d5aca163e388c3a49d284fed6c3d0810700e77c5ae2756a50ec1a4daaa"
+dependencies = [
+ "chrono",
+ "log",
+]
+
+[[package]]
+name = "float-cmp"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "2be876712b52d3970d361df27210574630d8d44d6461f0b55745d56e88ac10b0"
+dependencies = [
+ "num",
+]
+
+[[package]]
+name = "libc"
+version = "0.2.98"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
+
+[[package]]
+name = "log"
+version = "0.4.14"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
+dependencies = [
+ "cfg-if",
+]
+
+[[package]]
+name = "num"
+version = "0.1.42"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
+dependencies = [
+ "num-integer",
+ "num-iter",
+ "num-traits",
+]
+
+[[package]]
+name = "num-integer"
+version = "0.1.44"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
+dependencies = [
+ "autocfg",
+ "num-traits",
+]
+
+[[package]]
+name = "num-iter"
+version = "0.1.42"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
+dependencies = [
+ "autocfg",
+ "num-integer",
+ "num-traits",
+]
+
+[[package]]
+name = "num-traits"
+version = "0.2.14"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
+dependencies = [
+ "autocfg",
+]
+
+[[package]]
+name = "phf"
+version = "0.7.24"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
+dependencies = [
+ "phf_shared",
+]
+
+[[package]]
+name = "phf_shared"
+version = "0.7.24"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
+dependencies = [
+ "siphasher",
+]
+
+[[package]]
+name = "simplecss"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "135685097a85a64067df36e28a243e94a94f76d829087ce0be34eeb014260c0e"
+
+[[package]]
+name = "siphasher"
+version = "0.2.3"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
+
+[[package]]
+name = "svgcleaner"
+version = "0.9.5"
+dependencies = [
+ "clap",
+ "error-chain",
+ "fern",
+ "log",
+ "svgdom",
+]
+
+[[package]]
+name = "svgdom"
+version = "0.10.5"
+source = 

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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 16:25:30
  Author: foxboron
Revision: 984986

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/PKGBUILD
(from rev 984985, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 16:25:24 UTC (rev 984985)
+++ PKGBUILD2021-07-25 16:25:30 UTC (rev 984986)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Akaash Suresh 
-# Contributor: Batuhan Baserdem 
-
-pkgname=qmk
-pkgver=0.1.0
-_qmk_pkgver=0.13.15
-pkgrel=1
-pkgdesc="CLI tool for customizing supported mechanical keyboards."
-arch=('any')
-url="https://github.com/qmk/qmk_cli;
-license=('MIT')
-depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
- 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
- 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
- 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
- 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
- 'python-hid' 'python-pyusb')
-makedepends=('python-setuptools')
-optdepends=('gcc'
-'libffi'
-'libusb-compat'
-'clang: chibios-upgrader'
-'zip: some distribution script'
-'wget: some update scripts'
-'diffutils: some update scripts')
-source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
-
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
-sha256sums=('76654b2fff92857f04201cdea3effc8af1f6039b4fcbe64157edb62666928251'
-'6503d05a8acae64c93ddce7ae814ba6cd20cd9c4d4501aad93bb0b9ccf427fed')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/lib/udev/rules.d"
-  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
-}

Copied: qmk/repos/community-any/PKGBUILD (from rev 984985, qmk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 16:25:30 UTC (rev 984986)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=0.2.2
+_qmk_pkgver=0.13.26
+pkgrel=1
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
+ 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
+ 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
+ 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
+ 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
+ 'python-hid' 'python-pyusb')
+makedepends=('python-setuptools')
+optdepends=('gcc'
+'libffi'
+'libusb-compat'
+'clang: chibios-upgrader'
+'zip: some distribution script'
+'wget: some update scripts'
+'diffutils: some update scripts')
+source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
+
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
+sha256sums=('1d5ab822d61692e5608c7268c588b1a6630159d9c4354e0010d220cb89d28ea2'
+'6503d05a8acae64c93ddce7ae814ba6cd20cd9c4d4501aad93bb0b9ccf427fed')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -d "${pkgdir}/usr/lib/udev/rules.d"
+  install -Dm644 ../"50-qmk.rules_${pkgver}" 
"${pkgdir}/usr/lib/udev/rules.d/50-qmk.rules"
+}



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 16:25:24
  Author: foxboron
Revision: 984985

upgpkg: qmk 0.2.2-1

Modified:
  qmk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 16:11:50 UTC (rev 984984)
+++ PKGBUILD2021-07-25 16:25:24 UTC (rev 984985)
@@ -3,8 +3,8 @@
 # Contributor: Batuhan Baserdem 
 
 pkgname=qmk
-pkgver=0.1.0
-_qmk_pkgver=0.13.15
+pkgver=0.2.2
+_qmk_pkgver=0.13.26
 pkgrel=1
 pkgdesc="CLI tool for customizing supported mechanical keyboards."
 arch=('any')
@@ -26,7 +26,7 @@
 'diffutils: some update scripts')
 
source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
 
"50-qmk.rules_${pkgver}::https://raw.githubusercontent.com/qmk/qmk_firmware/${_qmk_pkgver}/util/udev/50-qmk.rules;)
-sha256sums=('76654b2fff92857f04201cdea3effc8af1f6039b4fcbe64157edb62666928251'
+sha256sums=('1d5ab822d61692e5608c7268c588b1a6630159d9c4354e0010d220cb89d28ea2'
 '6503d05a8acae64c93ddce7ae814ba6cd20cd9c4d4501aad93bb0b9ccf427fed')
 
 build() {



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 16:11:50
  Author: foxboron
Revision: 984984

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 16:11:44 UTC (rev 984983)
+++ PKGBUILD2021-07-25 16:11:50 UTC (rev 984984)
@@ -1,27 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Kevin Azzam 
-# Contributor: David Runge 
-
-pkgname=python-dotenv
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Get and set values in your .env file in local and production servers"
-arch=('any')
-url="https://github.com/theskumar/python-dotenv/;
-license=('BSD')
-depends=('python-click')
-makedepends=('python-setuptools')
-optdepends=('ipython: ipython support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz;)
-sha512sums=('a8d9109ccbc0d71dd196cbd9ad065ec3a49f9eb9bbdd8e8923c187ce37842214ebc15b1532f58ff6d420a4b6b88de5b6d55843b282799fbd105aacf4a0769c44')
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-dotenv/repos/community-any/PKGBUILD (from rev 984983, 
python-dotenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 16:11:50 UTC (rev 984984)
@@ -0,0 +1,27 @@
+# Maintainer: Andrew Crerar 
+# Contributor: Kevin Azzam 
+# Contributor: David Runge 
+
+pkgname=python-dotenv
+pkgver=0.19.0
+pkgrel=1
+pkgdesc="Get and set values in your .env file in local and production servers"
+arch=('any')
+url="https://github.com/theskumar/python-dotenv/;
+license=('BSD')
+depends=('python-click')
+makedepends=('python-setuptools')
+optdepends=('ipython: ipython support')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz;)
+sha512sums=('615419ff602b6cde766c1eaf2c1c10483a85656a12aae64ece0fc0a9fe081552743c09fba5f107e77a23da0c6496d4ab87301fe594001edb2410905f3c28d300')
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 16:11:44
  Author: foxboron
Revision: 984983

upgpkg: python-dotenv 0.19.0-1

Modified:
  python-dotenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 16:09:34 UTC (rev 984982)
+++ PKGBUILD2021-07-25 16:11:44 UTC (rev 984983)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=python-dotenv
-pkgver=0.18.0
+pkgver=0.19.0
 pkgrel=1
 pkgdesc="Get and set values in your .env file in local and production servers"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 optdepends=('ipython: ipython support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/theskumar/python-dotenv/archive/v${pkgver}.tar.gz;)
-sha512sums=('a8d9109ccbc0d71dd196cbd9ad065ec3a49f9eb9bbdd8e8923c187ce37842214ebc15b1532f58ff6d420a4b6b88de5b6d55843b282799fbd105aacf4a0769c44')
+sha512sums=('615419ff602b6cde766c1eaf2c1c10483a85656a12aae64ece0fc0a9fe081552743c09fba5f107e77a23da0c6496d4ab87301fe594001edb2410905f3c28d300')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 16:09:34
  Author: foxboron
Revision: 984982

archrelease: copy trunk to community-any

Added:
  yubikey-manager/repos/community-any/PKGBUILD
(from rev 984981, yubikey-manager/trunk/PKGBUILD)
Deleted:
  yubikey-manager/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 16:09:28 UTC (rev 984981)
+++ PKGBUILD2021-07-25 16:09:34 UTC (rev 984982)
@@ -1,43 +0,0 @@
-# Maintainer: Christian Hesse 
-# Maintainer: Morten Linderud 
-# Contributor: Karol Babioch 
-
-pkgname='yubikey-manager'
-pkgver=4.0.3
-pkgrel=2
-pkgdesc='Python library and command line tool for configuring a YubiKey'
-arch=('any')
-url='https://developers.yubico.com/yubikey-manager/'
-license=('BSD')
-depends=('python' 'python-click' 'python-cryptography' 'python-pyopenssl' 
'python-pyscard'
- 'python-fido2' 'ccid' 'yubikey-personalization')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-wheel')
-# https://developers.yubico.com/Software_Projects/Software_Signing.html
-validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3'  # Dag Heyman 

-  '57A9DEED4C6D962A923BB691816F3ED99921835E'  # Emil Lundberg 
(Software Developer) 
-  '20EE325B86A81BCBD3E56798F04367096FBA95E8') #  Dain Nilsson 

-source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
-sha256sums=('a7bb6ffdb8fa3cc0a7094e63f15862eb42f12e23e64750ae7fcc5574356d66f4'
-'SKIP')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   python setup.py build
-}
-
-check(){
-   cd "${pkgname}-${pkgver}"
-   python setup.py test || true
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-
-   install -d 
"${pkgdir}"/usr/share/{bash-completion/completions,zsh/site-functions}
-   PYTHONPATH="$PYTHONPATH:${pkgdir}/usr/" _YKMAN_COMPLETE=bash_source 
"${pkgdir}"/usr/bin/ykman > 
"${pkgdir}"/usr/share/bash-completion/completions/ykman || true
-   PYTHONPATH="$PYTHONPATH:${pkgdir}/usr/" _YKMAN_COMPLETE=zsh_source 
"${pkgdir}"/usr/bin/ykman > "${pkgdir}"/usr/share/zsh/site-functions/_ykman || 
true
-}

Copied: yubikey-manager/repos/community-any/PKGBUILD (from rev 984981, 
yubikey-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 16:09:34 UTC (rev 984982)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Morten Linderud 
+# Contributor: Karol Babioch 
+
+pkgname='yubikey-manager'
+pkgver=4.0.5
+pkgrel=1
+pkgdesc='Python library and command line tool for configuring a YubiKey'
+arch=('any')
+url='https://developers.yubico.com/yubikey-manager/'
+license=('BSD')
+depends=('python' 'python-click' 'python-cryptography' 'python-pyopenssl' 
'python-pyscard'
+ 'python-fido2' 'ccid' 'yubikey-personalization')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-wheel')
+# https://developers.yubico.com/Software_Projects/Software_Signing.html
+validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3'  # Dag Heyman 

+  '57A9DEED4C6D962A923BB691816F3ED99921835E'  # Emil Lundberg 
(Software Developer) 
+  '20EE325B86A81BCBD3E56798F04367096FBA95E8') #  Dain Nilsson 

+source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
+sha256sums=('20117dbdcbe5bed6c9a172dae8452c44689c283ad1a8434e28f4e05de153f288'
+'SKIP')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   python setup.py build
+}
+
+check(){
+   cd "${pkgname}-${pkgver}"
+   python setup.py test || true
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+   install -d 
"${pkgdir}"/usr/share/{bash-completion/completions,zsh/site-functions}
+   PYTHONPATH="$PYTHONPATH:${pkgdir}/usr/" _YKMAN_COMPLETE=bash_source 
"${pkgdir}"/usr/bin/ykman > 
"${pkgdir}"/usr/share/bash-completion/completions/ykman || true
+   PYTHONPATH="$PYTHONPATH:${pkgdir}/usr/" _YKMAN_COMPLETE=zsh_source 
"${pkgdir}"/usr/bin/ykman > "${pkgdir}"/usr/share/zsh/site-functions/_ykman || 
true
+}



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 16:09:28
  Author: foxboron
Revision: 984981

upgpkg: yubikey-manager 4.0.5-1

Modified:
  yubikey-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 16:07:58 UTC (rev 984980)
+++ PKGBUILD2021-07-25 16:09:28 UTC (rev 984981)
@@ -3,8 +3,8 @@
 # Contributor: Karol Babioch 
 
 pkgname='yubikey-manager'
-pkgver=4.0.3
-pkgrel=2
+pkgver=4.0.5
+pkgrel=1
 pkgdesc='Python library and command line tool for configuring a YubiKey'
 arch=('any')
 url='https://developers.yubico.com/yubikey-manager/'
@@ -18,7 +18,7 @@
   '57A9DEED4C6D962A923BB691816F3ED99921835E'  # Emil Lundberg 
(Software Developer) 
   '20EE325B86A81BCBD3E56798F04367096FBA95E8') #  Dain Nilsson 

 
source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
-sha256sums=('a7bb6ffdb8fa3cc0a7094e63f15862eb42f12e23e64750ae7fcc5574356d66f4'
+sha256sums=('20117dbdcbe5bed6c9a172dae8452c44689c283ad1a8434e28f4e05de153f288'
 'SKIP')
 
 build() {



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 16:07:58
  Author: foxboron
Revision: 984980

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 16:07:52 UTC (rev 984979)
+++ PKGBUILD2021-07-25 16:07:58 UTC (rev 984980)
@@ -1,44 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Sébastien "Seblu" Luttringer
-# Contributor: Iwan Timmer 
-
-pkgname=containerd
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='An open and reliable container runtime'
-url='https://containerd.io/'
-depends=('runc')
-makedepends=('go' 'git' 'btrfs-progs' 'libseccomp' 'containers-common' 
'go-md2man')
-provides=('container-runtime')
-arch=('x86_64')
-license=("Apache")
-source=("git+https://github.com/containerd/containerd.git#tag=v${pkgver}?signed;)
-validpgpkeys=("8C7A111C21105794B0E8A27BF58C5D0A4405ACDB") # Derek McGowan
-sha256sums=('SKIP')
-
-prepare() {
-  # fix paths in service
-  sed -i 's,/sbin,/usr/bin,;s,/usr/local,/usr,' $pkgname/containerd.service
-}
-
-build() {
-  cd "${pkgname}" 
-  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
-  make VERSION=v$pkgver EXTRA_LDFLAGS="-buildid="
-  make VERSION=v$pkgver man
-}
-
-check() {
-  cd "${pkgname}" 
-  # Ugly, but they are trying to do priviledged operations during testing
-  GOFLAGS="" make test || true
-}
-
-package() {
-  cd "${pkgname}" 
-  make DESTDIR="$pkgdir/usr" install
-  install -Dm644 containerd.service 
"$pkgdir"/usr/lib/systemd/system/containerd.service
-  install -Dm644 man/*.8 -t "$pkgdir/usr/share/man/man8"
-  install -Dm644 man/*.5 -t "$pkgdir/usr/share/man/man5"
-}

Copied: containerd/repos/community-x86_64/PKGBUILD (from rev 984979, 
containerd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 16:07:58 UTC (rev 984980)
@@ -0,0 +1,44 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Sébastien "Seblu" Luttringer
+# Contributor: Iwan Timmer 
+
+pkgname=containerd
+pkgver=1.5.4
+pkgrel=1
+pkgdesc='An open and reliable container runtime'
+url='https://containerd.io/'
+depends=('runc')
+makedepends=('go' 'git' 'btrfs-progs' 'libseccomp' 'containers-common' 
'go-md2man')
+provides=('container-runtime')
+arch=('x86_64')
+license=("Apache")
+source=("git+https://github.com/containerd/containerd.git#tag=v${pkgver}?signed;)
+validpgpkeys=("8C7A111C21105794B0E8A27BF58C5D0A4405ACDB") # Derek McGowan
+sha256sums=('SKIP')
+
+prepare() {
+  # fix paths in service
+  sed -i 's,/sbin,/usr/bin,;s,/usr/local,/usr,' $pkgname/containerd.service
+}
+
+build() {
+  cd "${pkgname}" 
+  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
+  make VERSION=v$pkgver GO_BUILD_FLAGS="-trimpath -mod=readonly -modcacherw" 
GO_GCFLAGS="" EXTRA_LDFLAGS="-buildid="
+  make VERSION=v$pkgver man
+}
+
+check() {
+  cd "${pkgname}" 
+  # Ugly, but they are trying to do priviledged operations during testing
+  GOFLAGS="-trimpath" make test || true
+}
+
+package() {
+  cd "${pkgname}" 
+  make DESTDIR="$pkgdir/usr" install
+  install -Dm644 containerd.service 
"$pkgdir"/usr/lib/systemd/system/containerd.service
+  install -Dm644 man/*.8 -t "$pkgdir/usr/share/man/man8"
+  install -Dm644 man/*.5 -t "$pkgdir/usr/share/man/man5"
+}



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 16:07:52
  Author: foxboron
Revision: 984979

upgpkg: containerd 1.5.4-1

Modified:
  containerd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 16:04:45 UTC (rev 984978)
+++ PKGBUILD2021-07-25 16:07:52 UTC (rev 984979)
@@ -4,7 +4,7 @@
 # Contributor: Iwan Timmer 
 
 pkgname=containerd
-pkgver=1.5.2
+pkgver=1.5.4
 pkgrel=1
 pkgdesc='An open and reliable container runtime'
 url='https://containerd.io/'
@@ -25,7 +25,7 @@
 build() {
   cd "${pkgname}" 
   export GOFLAGS="-trimpath -mod=readonly -modcacherw"
-  make VERSION=v$pkgver EXTRA_LDFLAGS="-buildid="
+  make VERSION=v$pkgver GO_BUILD_FLAGS="-trimpath -mod=readonly -modcacherw" 
GO_GCFLAGS="" EXTRA_LDFLAGS="-buildid="
   make VERSION=v$pkgver man
 }
 
@@ -32,7 +32,7 @@
 check() {
   cd "${pkgname}" 
   # Ugly, but they are trying to do priviledged operations during testing
-  GOFLAGS="" make test || true
+  GOFLAGS="-trimpath" make test || true
 }
 
 package() {



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 16:04:45
  Author: foxboron
Revision: 984978

archrelease: copy trunk to community-x86_64

Added:
  borg/repos/community-x86_64/PKGBUILD
(from rev 984977, borg/trunk/PKGBUILD)
Deleted:
  borg/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 16:04:39 UTC (rev 984977)
+++ PKGBUILD2021-07-25 16:04:45 UTC (rev 984978)
@@ -1,54 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Morten Linderud 
-# Contributor: Vlad M. 
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=1.1.16
-pkgrel=5
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('x86_64')
-depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python')
-optdepends=('openssh: repositories on remote hosts'
-'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx' 'python-setuptools' 
'python-guzzle-sphinx-theme' 'python-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('bc569224d6320483e508c36ff2a651d01bbd0aaebf32305e2683a696b9c32d50'
-'SKIP')
-validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393') # Thomas Waldmann 

-
-export PYTHONHASHSEED=0
-
-build() {
-  cd "$_pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$_pkgname-$pkgver/build/lib.linux-$CARCH-3".*/
-  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
---benchmark-skip --pyargs borg.testsuite -v \
--k 'not test_non_ascii_acl'
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # remove junk files
-  rm -rf "$pkgdir"/usr/lib/python*/site-packages/{.benchmarks,.coverage}
-
-  install -Dm644 scripts/shell_completions/bash/borg \
-"$pkgdir/usr/share/bash-completion/completions/borg"
-  install -Dm644 scripts/shell_completions/fish/borg.fish \
-"$pkgdir/usr/share/fish/vendor_completions.d/borg.fish"
-  install -Dm644 scripts/shell_completions/zsh/_borg 
"$pkgdir/usr/share/zsh/site-functions/_borg"
-
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/" "docs/man/"*.1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: borg/repos/community-x86_64/PKGBUILD (from rev 984977, 
borg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 16:04:45 UTC (rev 984978)
@@ -0,0 +1,54 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Morten Linderud 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=1.1.17
+pkgrel=1
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('x86_64')
+depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx' 'python-setuptools' 
'python-guzzle-sphinx-theme' 'python-setuptools-scm')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('7ab924fc017b24929bedceba0dcce16d56f9868bf9b5050d2aae2eb080671674'
+'SKIP')
+validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393') # Thomas Waldmann 

+
+export PYTHONHASHSEED=0
+
+build() {
+  cd "$_pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$_pkgname-$pkgver/build/lib.linux-$CARCH-3".*/
+  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
+--benchmark-skip --pyargs borg.testsuite -v \
+-k 'not test_non_ascii_acl'
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  # remove junk files
+  rm -rf "$pkgdir"/usr/lib/python*/site-packages/{.benchmarks,.coverage}
+
+  install -Dm644 scripts/shell_completions/bash/borg \
+"$pkgdir/usr/share/bash-completion/completions/borg"
+  install -Dm644 scripts/shell_completions/fish/borg.fish \
+"$pkgdir/usr/share/fish/vendor_completions.d/borg.fish"
+  install -Dm644 scripts/shell_completions/zsh/_borg 
"$pkgdir/usr/share/zsh/site-functions/_borg"
+
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/" "docs/man/"*.1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 16:04:39
  Author: foxboron
Revision: 984977

upgpkg: borg 1.1.17-1

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 15:43:32 UTC (rev 984976)
+++ PKGBUILD2021-07-25 16:04:39 UTC (rev 984977)
@@ -4,8 +4,8 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.1.16
-pkgrel=5
+pkgver=1.1.17
+pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
 license=('BSD')
@@ -18,7 +18,7 @@
 provides=('borgbackup')
 replaces=('borgbackup')
 
source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('bc569224d6320483e508c36ff2a651d01bbd0aaebf32305e2683a696b9c32d50'
+sha256sums=('7ab924fc017b24929bedceba0dcce16d56f9868bf9b5050d2aae2eb080671674'
 'SKIP')
 validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393') # Thomas Waldmann 

 



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:43:32
  Author: foxboron
Revision: 984976

archrelease: copy trunk to community-x86_64

Added:
  helm/repos/community-x86_64/PKGBUILD
(from rev 984975, helm/trunk/PKGBUILD)
Deleted:
  helm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 15:43:26 UTC (rev 984975)
+++ PKGBUILD2021-07-25 15:43:32 UTC (rev 984976)
@@ -1,60 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Lukas Grossar 
-# Contributor: Ivan Shapovalov 
-# Contributor: Wayne Cheng 
-# Contributor: Matthias Lisin 
-
-pkgname=helm
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="The Kubernetes Package Manager"
-arch=("x86_64")
-url="https://helm.sh/;
-license=("Apache")
-depends=('glibc')
-makedepends=("go" "git")
-_commit=ee407bdf364942bcb8e8c665f82e15aa28009b71
-#source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed;)
-source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
-validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
-  'CABAA8D44DFACA14791FBE9892C44A3D421FF7F9'
-  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd "${pkgname}"
-  go mod tidy
-
-  # update test expectation for new template error string
-  git cherry-pick -n f57c01cd9365d7f50a7e3d69b8c75a687392e74c
-}
-
-build() {
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
-}
-
-check(){
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
-}
-
-package(){
-cd "${pkgname}"
-install -Dm755 bin/helm -t "$pkgdir/usr/bin"
-bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
-bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
-}

Copied: helm/repos/community-x86_64/PKGBUILD (from rev 984975, 
helm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 15:43:32 UTC (rev 984976)
@@ -0,0 +1,60 @@
+# Maintainer: Morten Linderud 
+# Contributor: Lukas Grossar 
+# Contributor: Ivan Shapovalov 
+# Contributor: Wayne Cheng 
+# Contributor: Matthias Lisin 
+
+pkgname=helm
+pkgver=3.6.3
+pkgrel=1
+pkgdesc="The Kubernetes Package Manager"
+arch=("x86_64")
+url="https://helm.sh/;
+license=("Apache")
+depends=('glibc')
+makedepends=("go" "git")
+_commit=ee407bdf364942bcb8e8c665f82e15aa28009b71
+#source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed;)
+source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed;)
+validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
+  'CABAA8D44DFACA14791FBE9892C44A3D421FF7F9'
+  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd "${pkgname}"
+  go mod tidy
+
+  # update test expectation for new template error string
+  git cherry-pick -n f57c01cd9365d7f50a7e3d69b8c75a687392e74c
+}
+
+build() {
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
+}
+
+check(){
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
+}
+
+package(){
+cd "${pkgname}"
+install -Dm755 bin/helm -t "$pkgdir/usr/bin"
+bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
+bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
+}



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:43:26
  Author: foxboron
Revision: 984975

upgpkg: helm 3.6.3-1

Modified:
  helm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 15:36:19 UTC (rev 984974)
+++ PKGBUILD2021-07-25 15:43:26 UTC (rev 984975)
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin 
 
 pkgname=helm
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")



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

2021-07-25 Thread Kpcyrd via arch-commits
Date: Sunday, July 25, 2021 @ 15:36:19
  Author: kpcyrd
Revision: 984974

archrelease: copy trunk to community-any

Added:
  woob/repos/community-any/PKGBUILD
(from rev 984973, woob/trunk/PKGBUILD)
Deleted:
  woob/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 15:36:04 UTC (rev 984973)
+++ PKGBUILD2021-07-25 15:36:19 UTC (rev 984974)
@@ -1,42 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=woob
-pkgver=3.0
-pkgrel=1
-pkgdesc="Core library and modules for Web outside of Browsers"
-arch=(any)
-url="https://woob.tech/;
-license=(LGPL3)
-depends=(
-python-lxml
-python-cssselect
-python-requests
-python-dateutil
-python-yaml
-python-html2text
-python-six
-python-unidecode
-python-pillow
-python-babel
-python-simplejson
-)
-optdepends=(
-'python-prettytable: CLI output formatting'
-'python-feedparser: required by some modules'
-)
-makedepends=(python-setuptools)
-replaces=(weboob)
-provides=(weboob)
-conflicts=(weboob)
-source=(https://files.pythonhosted.org/packages/source/w/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('47864df4906b44a659abe59630c0e28a1aa24ffbc3c90e22454b58f88bef1726')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-}

Copied: woob/repos/community-any/PKGBUILD (from rev 984973, woob/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 15:36:19 UTC (rev 984974)
@@ -0,0 +1,43 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=woob
+pkgver=3.0
+pkgrel=2
+pkgdesc="Core library and modules for Web outside of Browsers"
+arch=(any)
+url="https://woob.tech/;
+license=(LGPL3)
+depends=(
+python-lxml
+python-cssselect
+python-requests
+python-dateutil
+python-yaml
+python-html2text
+python-six
+python-unidecode
+python-pillow
+python-babel
+python-simplejson
+)
+optdepends=(
+'python-prettytable: CLI output formatting'
+'python-feedparser: required by some modules'
+)
+makedepends=(python-setuptools)
+replaces=(weboob)
+provides=(weboob)
+conflicts=(weboob)
+source=(https://files.pythonhosted.org/packages/source/w/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('47864df4906b44a659abe59630c0e28a1aa24ffbc3c90e22454b58f88bef1726')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+}



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

2021-07-25 Thread Kpcyrd via arch-commits
Date: Sunday, July 25, 2021 @ 15:35:59
  Author: kpcyrd
Revision: 984972

upgpkg: woob 3.0-2 - PYTHONHASHSEED=0

Modified:
  woob/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 15:35:57 UTC (rev 984971)
+++ PKGBUILD2021-07-25 15:35:59 UTC (rev 984972)
@@ -2,7 +2,7 @@
 
 pkgname=woob
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Core library and modules for Web outside of Browsers"
 arch=(any)
 url="https://woob.tech/;
@@ -33,6 +33,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:36:04
  Author: foxboron
Revision: 984973

archrelease: copy trunk to community-any

Added:
  pdfjs/repos/community-any/PKGBUILD
(from rev 984972, pdfjs/trunk/PKGBUILD)
Deleted:
  pdfjs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 15:35:59 UTC (rev 984972)
+++ PKGBUILD2021-07-25 15:36:04 UTC (rev 984973)
@@ -1,19 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=pdfjs
-pkgver=2.9.359
-pkgrel=1
-pkgdesc="PDF reader in javascript"
-arch=('any')
-url="https://mozilla.github.io/pdf.js/;
-license=('Apache')
-source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-dist.zip;)
-sha256sums=('b053fe9f4e467495b02909a078b055cf708de4ebffcfd8d6e7a348e711714958')
-
-package() {
-  mkdir -p "$pkgdir/usr/share/pdf.js"
-  cp -R "$srcdir"/{LICENSE,build,web} "$pkgdir/usr/share/pdf.js"
-  find "$pkgdir" -type f -exec chmod 644 {} \;  
-}

Copied: pdfjs/repos/community-any/PKGBUILD (from rev 984972, 
pdfjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 15:36:04 UTC (rev 984973)
@@ -0,0 +1,19 @@
+# Maintainer: Morten Linderud 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=pdfjs
+pkgver=2.10.377
+pkgrel=1
+pkgdesc="PDF reader in javascript"
+arch=('any')
+url="https://mozilla.github.io/pdf.js/;
+license=('Apache')
+source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-dist.zip;)
+sha256sums=('c74b010aa0e646a279299cb1a8939d0e8460d6e760ef090b349e97c084def077')
+
+package() {
+  mkdir -p "$pkgdir/usr/share/pdf.js"
+  cp -R "$srcdir"/{LICENSE,build,web} "$pkgdir/usr/share/pdf.js"
+  find "$pkgdir" -type f -exec chmod 644 {} \;  
+}



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:35:57
  Author: foxboron
Revision: 984971

upgpkg: pdfjs 2.10.377-1

Modified:
  pdfjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 15:33:10 UTC (rev 984970)
+++ PKGBUILD2021-07-25 15:35:57 UTC (rev 984971)
@@ -3,7 +3,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=pdfjs
-pkgver=2.9.359
+pkgver=2.10.377
 pkgrel=1
 pkgdesc="PDF reader in javascript"
 arch=('any')
@@ -10,7 +10,7 @@
 url="https://mozilla.github.io/pdf.js/;
 license=('Apache')
 
source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-dist.zip;)
-sha256sums=('b053fe9f4e467495b02909a078b055cf708de4ebffcfd8d6e7a348e711714958')
+sha256sums=('c74b010aa0e646a279299cb1a8939d0e8460d6e760ef090b349e97c084def077')
 
 package() {
   mkdir -p "$pkgdir/usr/share/pdf.js"



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:33:10
  Author: foxboron
Revision: 984970

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:33:03
  Author: foxboron
Revision: 984969

upgpkg: github-cli 1.13.1-1

Modified:
  github-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 15:31:13 UTC (rev 984968)
+++ PKGBUILD2021-07-25 15:33:03 UTC (rev 984969)
@@ -3,7 +3,7 @@
 # Contributor: Richard Bradfield 
 
 pkgname=github-cli
-pkgver=1.12.1
+pkgver=1.13.1
 pkgrel=1
 pkgdesc="The GitHub CLI"
 arch=("x86_64")
@@ -13,7 +13,7 @@
 makedepends=("go" "git")
 optdepends=("git: To interact with repositories")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('14ef58fb2f09da1d66194527e1e8b637d28d972d273a6a627056aa960a9a9121')
+sha256sums=('1a19ab2bfdf265b5e2dcba53c3bd0b5a88f36eff4864dcc38865e33388b600c5')
 
 prepare() {
 cd "cli-${pkgver}"



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:31:13
  Author: foxboron
Revision: 984968

archrelease: copy trunk to community-any

Added:
  bash-bats/repos/community-any/PKGBUILD
(from rev 984967, bash-bats/trunk/PKGBUILD)
Deleted:
  bash-bats/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 15:31:07 UTC (rev 984967)
+++ PKGBUILD2021-07-25 15:31:13 UTC (rev 984968)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-# Contributor: Andre Schröder 
-# Contributor: Jan-Erik Rediger 
-
-pkgname=bash-bats
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Bash Automated Testing System"
-arch=("any")
-url="https://github.com/bats-core/bats-core;
-license=("MIT")
-depends=('bash')
-source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha256sums=('1d5075e6e712dc15fbe818b9d88605dbc8908269857f054b046321a4b9cba089')
-
-check() {
-  cd "bats-core-${pkgver}"
-  TERM=linux bin/bats --tap test
-}
-
-package() {
-  cd "bats-core-${pkgver}"
-
-  # Also rename the bats-core/ folder to bats/
-  sed -i 's/BATS_ROOT\/libexec\/bats-core\/bats/BATS_ROOT\/lib\/bats\/bats/g' 
bin/bats
-
-  # Rename the bats-core/ folder to bats/
-  sed -i 's/BATS_ROOT\/lib\/bats-core\//BATS_ROOT\/lib\/bats\//g' 
libexec/bats-core/*
-
-  for fn in libexec/bats-core/*; do
-install -Dm755 ${fn} \
-  "${pkgdir}"/usr/lib/bats/$(basename ${fn})
-  done
-
-  install -Dm755 bin/bats "${pkgdir}/usr/bin/bats"
-
-  install -Dm755 lib/bats-core/* -t "${pkgdir}/usr/lib/bats"
-
-  install -Dm644 man/bats.1 "${pkgdir}/usr/share/man/man1/bats.1"
-  install -Dm644 man/bats.7 "${pkgdir}/usr/share/man/man7/bats.7"
-  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-}

Copied: bash-bats/repos/community-any/PKGBUILD (from rev 984967, 
bash-bats/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 15:31:13 UTC (rev 984968)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+# Contributor: Andre Schröder 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=bash-bats
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Bash Automated Testing System"
+arch=("any")
+url="https://github.com/bats-core/bats-core;
+license=("MIT")
+depends=('bash')
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+sha256sums=('bff517da043ae24440ec8272039f396c2a7907076ac67693c0f18d4a17c08f7d')
+
+check() {
+  cd "bats-core-${pkgver}"
+  TERM=linux bin/bats --tap test
+}
+
+package() {
+  cd "bats-core-${pkgver}"
+
+  # Also rename the bats-core/ folder to bats/
+  sed -i 's/BATS_ROOT\/libexec\/bats-core\/bats/BATS_ROOT\/lib\/bats\/bats/g' 
bin/bats
+
+  # Rename the bats-core/ folder to bats/
+  sed -i 's/BATS_ROOT\/lib\/bats-core\//BATS_ROOT\/lib\/bats\//g' 
libexec/bats-core/*
+
+  for fn in libexec/bats-core/*; do
+install -Dm755 ${fn} \
+  "${pkgdir}"/usr/lib/bats/$(basename ${fn})
+  done
+
+  install -Dm755 bin/bats "${pkgdir}/usr/bin/bats"
+
+  install -Dm755 lib/bats-core/* -t "${pkgdir}/usr/lib/bats"
+
+  install -Dm644 man/bats.1 "${pkgdir}/usr/share/man/man1/bats.1"
+  install -Dm644 man/bats.7 "${pkgdir}/usr/share/man/man7/bats.7"
+  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+}



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:31:07
  Author: foxboron
Revision: 984967

upgpkg: bash-bats 1.4.1-1

Modified:
  bash-bats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 15:29:44 UTC (rev 984966)
+++ PKGBUILD2021-07-25 15:31:07 UTC (rev 984967)
@@ -4,7 +4,7 @@
 # Contributor: Jan-Erik Rediger 
 
 pkgname=bash-bats
-pkgver=1.3.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Bash Automated Testing System"
 arch=("any")
@@ -12,7 +12,7 @@
 license=("MIT")
 depends=('bash')
 source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha256sums=('1d5075e6e712dc15fbe818b9d88605dbc8908269857f054b046321a4b9cba089')
+sha256sums=('bff517da043ae24440ec8272039f396c2a7907076ac67693c0f18d4a17c08f7d')
 
 check() {
   cd "bats-core-${pkgver}"



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:29:44
  Author: foxboron
Revision: 984966

archrelease: copy trunk to community-x86_64

Added:
  step-ca/repos/community-x86_64/PKGBUILD
(from rev 984965, step-ca/trunk/PKGBUILD)
Deleted:
  step-ca/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 15:29:36 UTC (rev 984965)
+++ PKGBUILD2021-07-25 15:29:44 UTC (rev 984966)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=step-ca
-pkgver=0.15.15
-pkgrel=1
-pkgdesc="A private certificate authority (X.509 & SSH) & ACME server for 
secure automated certificate management, so you can use TLS everywhere & SSO 
for SSH."
-url="https://github.com/smallstep/certificates;
-arch=(x86_64)
-license=(Apache)
-depends=(glibc pcsclite)
-makedepends=(go)
-source=("$url/releases/download/v${pkgver}/step-ca_${pkgver}.tar.gz")
-sha512sums=('7cda809690b9cc256e5353768e3ec26ae9a7a1a3d224bb1c2c002890b56668a3afccd663a62bbea7386a8ed7bfbf693b4ad1eb8503d8656ac6a89378eb43085e')
-
-prepare(){
-  mkdir -p bin
-}
-
-build() {
-  BUILD_DATE="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" '+%Y-%m-%d 
%H:%M UTC')"
-  go build \
-  -trimpath \
-  -buildmode=pie \
-  -mod=readonly \
-  -modcacherw \
-  -ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 
\"main.Version=${pkgver}\" -X \"main.BuildTime=${BUILD_DATE}\"" \
-  -o bin ./cmd/...
-}
-
-check() {
-  go test -v ./...
-}
-
-package() {
-  for bin in step-awskms-init  step-ca  step-cloudkms-init  step-yubikey-init; 
do
-install -Dm755 "bin/$bin" "$pkgdir/usr/bin/$bin"
-  done
-}

Copied: step-ca/repos/community-x86_64/PKGBUILD (from rev 984965, 
step-ca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 15:29:44 UTC (rev 984966)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+
+pkgname=step-ca
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="A private certificate authority (X.509 & SSH) & ACME server for 
secure automated certificate management, so you can use TLS everywhere & SSO 
for SSH."
+url="https://github.com/smallstep/certificates;
+arch=(x86_64)
+license=(Apache)
+depends=(glibc pcsclite)
+makedepends=(go)
+source=("$url/releases/download/v${pkgver}/step-ca_${pkgver}.tar.gz")
+sha512sums=('7ecb7e2904c151e1528062a6e493d9bcb69ee80feda323461cd712b992df453d9826af9b773012a65f1650c7a1c4bfb8df6622b3d979e9ccaeffb2fde6926c38')
+
+prepare(){
+  mkdir -p bin
+}
+
+build() {
+  BUILD_DATE="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" '+%Y-%m-%d 
%H:%M UTC')"
+  go build \
+  -trimpath \
+  -buildmode=pie \
+  -mod=readonly \
+  -modcacherw \
+  -ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 
\"main.Version=${pkgver}\" -X \"main.BuildTime=${BUILD_DATE}\"" \
+  -o bin ./cmd/...
+}
+
+check() {
+  go test -v ./...
+}
+
+package() {
+  for bin in step-awskms-init  step-ca  step-cloudkms-init  step-yubikey-init; 
do
+install -Dm755 "bin/$bin" "$pkgdir/usr/bin/$bin"
+  done
+}



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:29:36
  Author: foxboron
Revision: 984965

upgpkg: step-ca 0.16.0-1

Modified:
  step-ca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 15:25:45 UTC (rev 984964)
+++ PKGBUILD2021-07-25 15:29:36 UTC (rev 984965)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=step-ca
-pkgver=0.15.15
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="A private certificate authority (X.509 & SSH) & ACME server for 
secure automated certificate management, so you can use TLS everywhere & SSO 
for SSH."
 url="https://github.com/smallstep/certificates;
@@ -10,7 +10,7 @@
 depends=(glibc pcsclite)
 makedepends=(go)
 source=("$url/releases/download/v${pkgver}/step-ca_${pkgver}.tar.gz")
-sha512sums=('7cda809690b9cc256e5353768e3ec26ae9a7a1a3d224bb1c2c002890b56668a3afccd663a62bbea7386a8ed7bfbf693b4ad1eb8503d8656ac6a89378eb43085e')
+sha512sums=('7ecb7e2904c151e1528062a6e493d9bcb69ee80feda323461cd712b992df453d9826af9b773012a65f1650c7a1c4bfb8df6622b3d979e9ccaeffb2fde6926c38')
 
 prepare(){
   mkdir -p bin



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:25:45
  Author: foxboron
Revision: 984964

archrelease: copy trunk to community-x86_64

Added:
  delve/repos/community-x86_64/PKGBUILD
(from rev 984963, delve/trunk/PKGBUILD)
Deleted:
  delve/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 15:25:39 UTC (rev 984963)
+++ PKGBUILD2021-07-25 15:25:45 UTC (rev 984964)
@@ -1,28 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=delve
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="A debugger for the Go programming language."
-arch=('x86_64')
-url="https://github.com/go-delve/delve;
-license=('MIT')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz;)
-sha256sums=('e73f7fc063632268d3bdf53486aeafd98cceb8f86f4af56903dedfebaefe690d')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-  go build ./cmd/dlv
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: delve/repos/community-x86_64/PKGBUILD (from rev 984963, 
delve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 15:25:45 UTC (rev 984964)
@@ -0,0 +1,28 @@
+# Maintainer: Morten Linderud 
+
+pkgname=delve
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="A debugger for the Go programming language."
+arch=('x86_64')
+url="https://github.com/go-delve/delve;
+license=('MIT')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz;)
+sha256sums=('0504f7ea8d63a8f6eccac9f7071f9ac45f8123151ce53aedbf539f83808d122b')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build ./cmd/dlv
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:25:39
  Author: foxboron
Revision: 984963

upgpkg: delve 1.7.0-1

Modified:
  delve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 15:24:21 UTC (rev 984962)
+++ PKGBUILD2021-07-25 15:25:39 UTC (rev 984963)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=delve
-pkgver=1.6.1
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="A debugger for the Go programming language."
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz;)
-sha256sums=('e73f7fc063632268d3bdf53486aeafd98cceb8f86f4af56903dedfebaefe690d')
+sha256sums=('0504f7ea8d63a8f6eccac9f7071f9ac45f8123151ce53aedbf539f83808d122b')
 
 build(){
   cd "${pkgname}-${pkgver}"



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:24:21
  Author: foxboron
Revision: 984962

archrelease: copy trunk to community-x86_64

Added:
  lxcfs/repos/community-x86_64/PKGBUILD
(from rev 984961, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-x86_64/lxcfs.service
(from rev 984961, lxcfs/trunk/lxcfs.service)
Deleted:
  lxcfs/repos/community-x86_64/PKGBUILD
  lxcfs/repos/community-x86_64/lxcfs.service

---+
 PKGBUILD  |   74 
 lxcfs.service |   26 +--
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 15:24:14 UTC (rev 984961)
+++ PKGBUILD2021-07-25 15:24:21 UTC (rev 984962)
@@ -1,37 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-# Maintainer: Morten Linderud 
-
-pkgname=lxcfs
-pkgver=4.0.8
-pkgrel=1
-pkgdesc="FUSE filesystem for LXC"
-arch=(x86_64)
-url="https://linuxcontainers.org/;
-license=('GPL')
-depends=('lxc' 'libnih' 'fuse3' 'dbus-glib')
-makedepends=('help2man')
-options=('emptydirs')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc}
-   "lxcfs.service")
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('3fe5f4be1877f7d47c6aa341bd8f4bd10f0d0c1bc5ba052fb9c49b2713db3e6f'
-'SKIP'
-'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-pamdir=/usr/lib/security \
---localstatedir=/var
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-install -dm0755 "$pkgdir"/var/lib/lxcfs
-install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
-}

Copied: lxcfs/repos/community-x86_64/PKGBUILD (from rev 984961, 
lxcfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 15:24:21 UTC (rev 984962)
@@ -0,0 +1,37 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Brauner 
+# Maintainer: Morten Linderud 
+
+pkgname=lxcfs
+pkgver=4.0.9
+pkgrel=1
+pkgdesc="FUSE filesystem for LXC"
+arch=(x86_64)
+url="https://linuxcontainers.org/;
+license=('GPL')
+depends=('lxc' 'libnih' 'fuse3' 'dbus-glib')
+makedepends=('help2man')
+options=('emptydirs')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc}
+   "lxcfs.service")
+validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
+sha256sums=('0510c9f64d1b0f9cd5612596fb78c7a5d930557ea6269652c4f7f885d89c68a1'
+'SKIP'
+'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-pamdir=/usr/lib/security \
+--localstatedir=/var
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+install -dm0755 "$pkgdir"/var/lib/lxcfs
+install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
+}

Deleted: lxcfs.service
===
--- lxcfs.service   2021-07-25 15:24:14 UTC (rev 984961)
+++ lxcfs.service   2021-07-25 15:24:21 UTC (rev 984962)
@@ -1,13 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
-KillMode=process
-Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target

Copied: lxcfs/repos/community-x86_64/lxcfs.service (from rev 984961, 
lxcfs/trunk/lxcfs.service)
===
--- lxcfs.service   (rev 0)
+++ lxcfs.service   2021-07-25 15:24:21 UTC (rev 984962)
@@ -0,0 +1,13 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target



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

2021-07-25 Thread Morten Linderud via arch-commits
Date: Sunday, July 25, 2021 @ 15:24:14
  Author: foxboron
Revision: 984961

upgpkg: lxcfs 4.0.9-1

Modified:
  lxcfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 14:05:57 UTC (rev 984960)
+++ PKGBUILD2021-07-25 15:24:14 UTC (rev 984961)
@@ -3,7 +3,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=lxcfs
-pkgver=4.0.8
+pkgver=4.0.9
 pkgrel=1
 pkgdesc="FUSE filesystem for LXC"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 
source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc}
"lxcfs.service")
 validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('3fe5f4be1877f7d47c6aa341bd8f4bd10f0d0c1bc5ba052fb9c49b2713db3e6f'
+sha256sums=('0510c9f64d1b0f9cd5612596fb78c7a5d930557ea6269652c4f7f885d89c68a1'
 'SKIP'
 '3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
 



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

2021-07-25 Thread Kpcyrd via arch-commits
Date: Sunday, July 25, 2021 @ 14:05:57
  Author: kpcyrd
Revision: 984960

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  116 ++---
 cdrtools.install |   10 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 14:05:41 UTC (rev 984959)
+++ PKGBUILD2021-07-25 14:05:57 UTC (rev 984960)
@@ -1,58 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.02a09
-pkgrel=4
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('x86_64')
-url="http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-replaces=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(https://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-sha256sums=('aa28438f458ef3f314b79f2029db27679dae1d5ffe1569b6de57742511915e81')
-install=cdrtools.install
-
-build() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-check() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  make tests
-}
-
-package() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
-
-  # remove unneeded files that may cause conflicts
-  rm -rf "$pkgdir"/usr/include
-  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
-  rm -rf "$pkgdir"/usr/share/man/man3
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
-  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd "$pkgdir"/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-x86_64/PKGBUILD (from rev 984959, 
cdrtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 14:05:57 UTC (rev 984960)
@@ -0,0 +1,58 @@
+# Maintainer: Lukas Jirkovsky 
+pkgname=cdrtools
+pkgver=3.02a09
+pkgrel=5
+pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
+arch=('x86_64')
+url="http://cdrecord.org/;
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+replaces=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(https://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+sha256sums=('aa28438f458ef3f314b79f2029db27679dae1d5ffe1569b6de57742511915e81')
+install=cdrtools.install
+
+build() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ VERSION_OS="_ArchLinux" LDOPTX="$LDFLAGS"
+}
+
+check() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  make tests
+}
+
+package() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
+
+  # remove unneeded files that may cause conflicts
+  rm -rf "$pkgdir"/usr/include
+  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
+  rm -rf "$pkgdir"/usr/share/man/man3
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
+  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd "$pkgdir"/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cdrtools.install
===
--- cdrtools.install2021-07-25 14:05:41 UTC (rev 984959)
+++ cdrtools.install2021-07-25 14:05:57 UTC (rev 984960)
@@ -1,5 +0,0 @@
-post_install() {
-   setcap 
cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep
 /usr/bin/cdrecord
-   setcap 
cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep
 /usr/bin/cdda2wav
-   setcap 

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

2021-07-25 Thread Kpcyrd via arch-commits
Date: Sunday, July 25, 2021 @ 14:05:41
  Author: kpcyrd
Revision: 984959

upgpkg: cdrtools 3.02a09-5 - Reproducible Builds, Fix FULL RELRO

Modified:
  cdrtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 12:20:31 UTC (rev 984958)
+++ PKGBUILD2021-07-25 14:05:41 UTC (rev 984959)
@@ -1,7 +1,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=cdrtools
 pkgver=3.02a09
-pkgrel=4
+pkgrel=5
 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
 arch=('x86_64')
 url="http://cdrecord.org/;
@@ -24,7 +24,7 @@
   sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
 
   export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
+  make INS_BASE=/usr INS_RBASE=/ VERSION_OS="_ArchLinux" LDOPTX="$LDFLAGS"
 }
 
 check() {



[arch-commits] Commit in digikam/repos/extra-x86_64 (49ee18fb.patch PKGBUILD PKGBUILD)

2021-07-25 Thread Antonio Rojas via arch-commits
Date: Sunday, July 25, 2021 @ 14:05:32
  Author: arojas
Revision: 420386

archrelease: copy trunk to extra-x86_64

Added:
  digikam/repos/extra-x86_64/49ee18fb.patch
(from rev 420385, digikam/trunk/49ee18fb.patch)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 420385, digikam/trunk/PKGBUILD)
Deleted:
  digikam/repos/extra-x86_64/PKGBUILD

+
 49ee18fb.patch |  193 +++
 PKGBUILD   |   86 +---
 2 files changed, 239 insertions(+), 40 deletions(-)

Copied: digikam/repos/extra-x86_64/49ee18fb.patch (from rev 420385, 
digikam/trunk/49ee18fb.patch)
===
--- 49ee18fb.patch  (rev 0)
+++ 49ee18fb.patch  2021-07-25 14:05:32 UTC (rev 420386)
@@ -0,0 +1,193 @@
+From 49ee18fbf2220baedbc015f51b74f67930115287 Mon Sep 17 00:00:00 2001
+From: Maik Qualmann 
+Date: Sun, 25 Jul 2021 15:44:56 +0200
+Subject: [PATCH] perform a database upgrade if the server / database version
+ is different BUGS: 440212 BUGS: 440030 FIXED-IN: 7.4.0
+
+diff --git a/core/libs/database/server/databaseserver.cpp 
b/core/libs/database/server/databaseserver.cpp
+index 7133148379..cebe9d0f6a 100644
+--- a/core/libs/database/server/databaseserver.cpp
 b/core/libs/database/server/databaseserver.cpp
+@@ -73,6 +73,7 @@ public:
+ QStringfileDataDir;
+ QStringactualConfig;
+ QStringglobalConfig;
++QStringdbVersion;
+ };
+ 
+ DatabaseServer::DatabaseServer(const DbEngineParameters& params, 
DatabaseServerStarter* const parent)
+@@ -224,8 +225,6 @@ bool DatabaseServer::isRunning() const
+ 
+ DatabaseServerError DatabaseServer::startMysqlDatabaseProcess()
+ {
+-DatabaseServerError result;
+-
+ DatabaseServerError error = checkDatabaseDirs();
+ 
+ if (error.getErrorType() != DatabaseServerError::NoErrors)
+@@ -265,7 +264,14 @@ DatabaseServerError 
DatabaseServer::startMysqlDatabaseProcess()
+ 
+ databaseServerStateEnum = running;
+ 
+-return result;
++error = checkUpgradeMysqlDatabase();
++
++if (error.getErrorType() != DatabaseServerError::NoErrors)
++{
++return error;
++}
++
++return error;
+ }
+ 
+ DatabaseServerError DatabaseServer::checkDatabaseDirs() const
+@@ -677,6 +683,25 @@ DatabaseServerError DatabaseServer::initMysqlDatabase() 
const
+ 
+ db.close();
+ }
++else
++{
++if (query.exec(QLatin1String("SELECT VERSION();")))
++{
++if (query.next() && (query.lastError().type() == 
QSqlError::NoError))
++{
++
++QRegExp reg(QLatin1String("\\d+\\.\\d+\\.\\d+"));
++
++if (reg.indexIn(query.value(0).toString()) != -1)
++{
++d->dbVersion = reg.capturedTexts().first();
++
++qCDebug(DIGIKAM_DATABASESERVER_LOG) << "Database 
version:"
++<< d->dbVersion;
++}
++}
++}
++}
+ }
+ 
+ QSqlDatabase::removeDatabase(initCon);
+@@ -684,6 +709,104 @@ DatabaseServerError DatabaseServer::initMysqlDatabase() 
const
+ return result;
+ }
+ 
++DatabaseServerError DatabaseServer::checkUpgradeMysqlDatabase()
++{
++DatabaseServerError result;
++
++// Synthesize the server command line arguments
++
++QStringList versionCmdArgs;
++versionCmdArgs << QLatin1String("--version");
++
++// Start the database server
++
++QProcess* const versionProcess = new QProcess();
++versionProcess->setProcessEnvironment(adjustedEnvironmentForAppImage());
++versionProcess->start(d->mysqldCmd, versionCmdArgs);
++
++if (!versionProcess->waitForFinished() || (versionProcess->exitCode() != 
0))
++{
++QString errorMsg = processErrorLog(versionProcess,
++   i18n("Could not get mysql server 
version."));
++
++delete versionProcess;
++
++return DatabaseServerError(DatabaseServerError::StartError, errorMsg);
++}
++
++QString serverVersion;
++QRegExp reg(QLatin1String("\\d+\\.\\d+\\.\\d+"));
++
++if 
(reg.indexIn(QString::fromUtf8(versionProcess->readAllStandardOutput())) != -1)
++{
++serverVersion = reg.capturedTexts().first();
++
++qCDebug(DIGIKAM_DATABASESERVER_LOG) << "MySQL server version:"
++<< serverVersion;
++}
++
++delete versionProcess;
++
++if (serverVersion == d->dbVersion)
++{
++return result;
++}
++
++// Synthesize the mysql upgrade command line arguments
++
++QStringList upgradeCmdArgs;
++
++#ifdef Q_OS_WIN
++
++upgradeCmdArgs << QLatin1String("--port=3307");
++
++#else
++
++upgradeCmdArgs << 

[arch-commits] Commit in digikam/trunk (49ee18fb.patch PKGBUILD)

2021-07-25 Thread Antonio Rojas via arch-commits
Date: Sunday, July 25, 2021 @ 14:04:14
  Author: arojas
Revision: 420385

Upgrade database on mysql version updates

Added:
  digikam/trunk/49ee18fb.patch
Modified:
  digikam/trunk/PKGBUILD

+
 49ee18fb.patch |  193 +++
 PKGBUILD   |   12 ++-
 2 files changed, 202 insertions(+), 3 deletions(-)

Added: 49ee18fb.patch
===
--- 49ee18fb.patch  (rev 0)
+++ 49ee18fb.patch  2021-07-25 14:04:14 UTC (rev 420385)
@@ -0,0 +1,193 @@
+From 49ee18fbf2220baedbc015f51b74f67930115287 Mon Sep 17 00:00:00 2001
+From: Maik Qualmann 
+Date: Sun, 25 Jul 2021 15:44:56 +0200
+Subject: [PATCH] perform a database upgrade if the server / database version
+ is different BUGS: 440212 BUGS: 440030 FIXED-IN: 7.4.0
+
+diff --git a/core/libs/database/server/databaseserver.cpp 
b/core/libs/database/server/databaseserver.cpp
+index 7133148379..cebe9d0f6a 100644
+--- a/core/libs/database/server/databaseserver.cpp
 b/core/libs/database/server/databaseserver.cpp
+@@ -73,6 +73,7 @@ public:
+ QStringfileDataDir;
+ QStringactualConfig;
+ QStringglobalConfig;
++QStringdbVersion;
+ };
+ 
+ DatabaseServer::DatabaseServer(const DbEngineParameters& params, 
DatabaseServerStarter* const parent)
+@@ -224,8 +225,6 @@ bool DatabaseServer::isRunning() const
+ 
+ DatabaseServerError DatabaseServer::startMysqlDatabaseProcess()
+ {
+-DatabaseServerError result;
+-
+ DatabaseServerError error = checkDatabaseDirs();
+ 
+ if (error.getErrorType() != DatabaseServerError::NoErrors)
+@@ -265,7 +264,14 @@ DatabaseServerError 
DatabaseServer::startMysqlDatabaseProcess()
+ 
+ databaseServerStateEnum = running;
+ 
+-return result;
++error = checkUpgradeMysqlDatabase();
++
++if (error.getErrorType() != DatabaseServerError::NoErrors)
++{
++return error;
++}
++
++return error;
+ }
+ 
+ DatabaseServerError DatabaseServer::checkDatabaseDirs() const
+@@ -677,6 +683,25 @@ DatabaseServerError DatabaseServer::initMysqlDatabase() 
const
+ 
+ db.close();
+ }
++else
++{
++if (query.exec(QLatin1String("SELECT VERSION();")))
++{
++if (query.next() && (query.lastError().type() == 
QSqlError::NoError))
++{
++
++QRegExp reg(QLatin1String("\\d+\\.\\d+\\.\\d+"));
++
++if (reg.indexIn(query.value(0).toString()) != -1)
++{
++d->dbVersion = reg.capturedTexts().first();
++
++qCDebug(DIGIKAM_DATABASESERVER_LOG) << "Database 
version:"
++<< d->dbVersion;
++}
++}
++}
++}
+ }
+ 
+ QSqlDatabase::removeDatabase(initCon);
+@@ -684,6 +709,104 @@ DatabaseServerError DatabaseServer::initMysqlDatabase() 
const
+ return result;
+ }
+ 
++DatabaseServerError DatabaseServer::checkUpgradeMysqlDatabase()
++{
++DatabaseServerError result;
++
++// Synthesize the server command line arguments
++
++QStringList versionCmdArgs;
++versionCmdArgs << QLatin1String("--version");
++
++// Start the database server
++
++QProcess* const versionProcess = new QProcess();
++versionProcess->setProcessEnvironment(adjustedEnvironmentForAppImage());
++versionProcess->start(d->mysqldCmd, versionCmdArgs);
++
++if (!versionProcess->waitForFinished() || (versionProcess->exitCode() != 
0))
++{
++QString errorMsg = processErrorLog(versionProcess,
++   i18n("Could not get mysql server 
version."));
++
++delete versionProcess;
++
++return DatabaseServerError(DatabaseServerError::StartError, errorMsg);
++}
++
++QString serverVersion;
++QRegExp reg(QLatin1String("\\d+\\.\\d+\\.\\d+"));
++
++if 
(reg.indexIn(QString::fromUtf8(versionProcess->readAllStandardOutput())) != -1)
++{
++serverVersion = reg.capturedTexts().first();
++
++qCDebug(DIGIKAM_DATABASESERVER_LOG) << "MySQL server version:"
++<< serverVersion;
++}
++
++delete versionProcess;
++
++if (serverVersion == d->dbVersion)
++{
++return result;
++}
++
++// Synthesize the mysql upgrade command line arguments
++
++QStringList upgradeCmdArgs;
++
++#ifdef Q_OS_WIN
++
++upgradeCmdArgs << QLatin1String("--port=3307");
++
++#else
++
++upgradeCmdArgs << 
QString::fromLatin1("--socket=%1/mysql.socket").arg(d->miscDir);
++
++#endif
++
++// Start the upgrade ptogram
++
++QUrl upgradeUrl = 
QUrl::fromLocalFile(d->mysqlAdminPath).adjusted(QUrl::RemoveFilename);
++upgradeUrl.setPath(upgradeUrl.path() + QLatin1String("mysql_upgrade"));
++
++ 

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

2021-07-25 Thread Alexander Rødseth via arch-commits
Date: Sunday, July 25, 2021 @ 12:20:31
  Author: arodseth
Revision: 984958

archrelease: copy trunk to community-x86_64

Added:
  tint2/repos/community-x86_64/PKGBUILD
(from rev 984957, tint2/trunk/PKGBUILD)
Deleted:
  tint2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 12:20:25 UTC (rev 984957)
+++ PKGBUILD2021-07-25 12:20:31 UTC (rev 984958)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Blue Peppers 
-# Contributor: Stefan Husmann 
-# Contributor: Yannick LM 
-
-pkgname=tint2
-pkgver=17.0
-pkgrel=1
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=(x86_64)
-url='https://gitlab.com/o9000/tint2'
-license=(GPL2)
-depends=(gtk3 imlib2 startup-notification)
-makedepends=(cmake git ninja setconf)
-source=("git+https://gitlab.com/o9000/tint2#commit=7737edff47a952604d543e36bf9190b211cf92fe;)
 # tag: v17.0
-b2sums=(SKIP)
-
-prepare() {
-  setconf $pkgname/get_version.sh VERSION="$pkgver"
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname \
--D CMAKE_INSTALL_PREFIX=/usr \
--D ENABLE_TINT2CONF=1 \
--G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: gitlab.com/o9000/tint2/raw/master/README.md

Copied: tint2/repos/community-x86_64/PKGBUILD (from rev 984957, 
tint2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 12:20:31 UTC (rev 984958)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Blue Peppers 
+# Contributor: Stefan Husmann 
+# Contributor: Yannick LM 
+
+pkgname=tint2
+pkgver=17.0.1
+pkgrel=1
+pkgdesc='Basic, good-looking task manager for WMs'
+arch=(x86_64)
+url='https://gitlab.com/o9000/tint2'
+license=(GPL2)
+depends=(gtk3 imlib2 startup-notification)
+makedepends=(cmake git ninja setconf)
+source=("git+https://gitlab.com/o9000/tint2#commit=f628cba9668e5243c6433f87a42675019a02d066;)
 # tag: v17.0.1
+b2sums=('SKIP')
+
+prepare() {
+  setconf $pkgname/get_version.sh VERSION="$pkgver"
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D ENABLE_TINT2CONF=1 \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: gitlab.com/o9000/tint2/raw/master/README.md



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

2021-07-25 Thread Alexander Rødseth via arch-commits
Date: Sunday, July 25, 2021 @ 12:20:25
  Author: arodseth
Revision: 984957

upgpkg: tint2 17.0.1-1

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 10:23:33 UTC (rev 984956)
+++ PKGBUILD2021-07-25 12:20:25 UTC (rev 984957)
@@ -4,7 +4,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=17.0
+pkgver=17.0.1
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=(x86_64)
@@ -12,8 +12,8 @@
 license=(GPL2)
 depends=(gtk3 imlib2 startup-notification)
 makedepends=(cmake git ninja setconf)
-source=("git+https://gitlab.com/o9000/tint2#commit=7737edff47a952604d543e36bf9190b211cf92fe;)
 # tag: v17.0
-b2sums=(SKIP)
+source=("git+https://gitlab.com/o9000/tint2#commit=f628cba9668e5243c6433f87a42675019a02d066;)
 # tag: v17.0.1
+b2sums=('SKIP')
 
 prepare() {
   setconf $pkgname/get_version.sh VERSION="$pkgver"



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

2021-07-25 Thread Antonio Rojas via arch-commits
Date: Sunday, July 25, 2021 @ 10:23:33
  Author: arojas
Revision: 984956

archrelease: copy trunk to community-x86_64

Added:
  arb/repos/community-x86_64/PKGBUILD
(from rev 984955, arb/trunk/PKGBUILD)
Deleted:
  arb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 10:16:54 UTC (rev 984955)
+++ PKGBUILD2021-07-25 10:23:33 UTC (rev 984956)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=arb
-pkgver=2.19.0
-pkgrel=3
-pkgdesc='C library for arbitrary-precision floating-point ball arithmetic'
-arch=(x86_64)
-url='http://arblib.org/'
-license=(LGPL)
-depends=(flint)
-source=(https://github.com/fredrik-johansson/arb/archive/$pkgver/$pkgname-$pkgver.tar.gz
-
arb-flint2.8.patch::https://github.com/fredrik-johansson/arb/commit/b6c8032e.patch)
-sha256sums=('0aec6b492b6e9a543bdb3287a91f976951e2ba74fd4de942e692e21f7edbcf13'
-'031b5e734ac7d23d769a5d6448c8eb76210a808087acd823fbde726e55fcc464')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < arb-flint2.8.patch # Fix build with flint 2.8
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: arb/repos/community-x86_64/PKGBUILD (from rev 984955, 
arb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 10:23:33 UTC (rev 984956)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=arb
+pkgver=2.20.0
+pkgrel=1
+pkgdesc='C library for arbitrary-precision floating-point ball arithmetic'
+arch=(x86_64)
+url='http://arblib.org/'
+license=(LGPL)
+depends=(flint)
+source=(https://github.com/fredrik-johansson/arb/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d2f186b10590c622c11d1ca190c01c3da08bac9bc04e84cb591534b917faffe7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2021-07-25 Thread Antonio Rojas via arch-commits
Date: Sunday, July 25, 2021 @ 10:16:54
  Author: arojas
Revision: 984955

Update to 2.20.0

Modified:
  arb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 09:12:13 UTC (rev 984954)
+++ PKGBUILD2021-07-25 10:16:54 UTC (rev 984955)
@@ -1,22 +1,16 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=arb
-pkgver=2.19.0
-pkgrel=3
+pkgver=2.20.0
+pkgrel=1
 pkgdesc='C library for arbitrary-precision floating-point ball arithmetic'
 arch=(x86_64)
 url='http://arblib.org/'
 license=(LGPL)
 depends=(flint)
-source=(https://github.com/fredrik-johansson/arb/archive/$pkgver/$pkgname-$pkgver.tar.gz
-
arb-flint2.8.patch::https://github.com/fredrik-johansson/arb/commit/b6c8032e.patch)
-sha256sums=('0aec6b492b6e9a543bdb3287a91f976951e2ba74fd4de942e692e21f7edbcf13'
-'031b5e734ac7d23d769a5d6448c8eb76210a808087acd823fbde726e55fcc464')
+source=(https://github.com/fredrik-johansson/arb/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d2f186b10590c622c11d1ca190c01c3da08bac9bc04e84cb591534b917faffe7')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < arb-flint2.8.patch # Fix build with flint 2.8
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr



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

2021-07-25 Thread Daurnimator via arch-commits
Date: Sunday, July 25, 2021 @ 09:12:13
  Author: daurnimator
Revision: 984954

archrelease: copy trunk to community-x86_64

Added:
  argocd/repos/community-x86_64/PKGBUILD
(from rev 984953, argocd/trunk/PKGBUILD)
Deleted:
  argocd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 09:11:59 UTC (rev 984953)
+++ PKGBUILD2021-07-25 09:12:13 UTC (rev 984954)
@@ -1,52 +0,0 @@
-# Maintainer: Daurnimator 
-
-pkgname=argocd
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="Declarative continuous deployment for Kubernetes"
-arch=('x86_64')
-url='https://argo-cd.readthedocs.io/en/stable/'
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-provides=('argocd-cli')
-replaces=('argocd-cli')
-source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz;)
-sha512sums=('6449907433b0a2ee133692e09f843f5097ff8139bd0a042bc755bf1014dead021938fee87be677dae8a9f9f6b54133d71abde0412a41f89da30edef3713afa79')
-
-build() {
-  cd "argo-cd-$pkgver"
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  go run github.com/gobuffalo/packr/packr build -o argocd \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-X github.com/argoproj/argo-cd/v2/common.version=${pkgver} \
-  -X github.com/argoproj/argo-cd/v2/common.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
-  -X github.com/argoproj/argo-cd/v2/common.gitTag=${pkgver} \
-  -linkmode=external \
-  -extldflags \"${LDFLAGS}\"" \
-./cmd
-
-  ./argocd completion bash > argocd.bash
-  ./argocd completion zsh > argocd.zsh
-}
-
-package() {
-  cd "argo-cd-$pkgver"
-
-  install -D argocd "$pkgdir/usr/bin/argocd"
-  ln -s argocd "$pkgdir/usr/bin/argocd-util"
-  ln -s argocd "$pkgdir/usr/bin/argocd-server"
-  ln -s argocd "$pkgdir/usr/bin/argocd-repo-server"
-  ln -s argocd "$pkgdir/usr/bin/argocd-application-controller"
-  ln -s argocd "$pkgdir/usr/bin/argocd-dex"
-
-  install -Dm644 argocd.bash 
"$pkgdir/usr/share/bash-completion/completions/argocd"
-  install -Dm644 argocd.zsh "$pkgdir/usr/share/zsh/site-functions/_argocd"
-}

Copied: argocd/repos/community-x86_64/PKGBUILD (from rev 984953, 
argocd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 09:12:13 UTC (rev 984954)
@@ -0,0 +1,52 @@
+# Maintainer: Daurnimator 
+
+pkgname=argocd
+pkgver=2.0.5
+pkgrel=1
+pkgdesc="Declarative continuous deployment for Kubernetes"
+arch=('x86_64')
+url='https://argo-cd.readthedocs.io/en/stable/'
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+provides=('argocd-cli')
+replaces=('argocd-cli')
+source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz;)
+sha512sums=('6624afae2646e7ce359888061eb6733fe923d54af0dfd24679e3e7eaf143ec8628059efc17fa8029effc1beed89d0949d6f0f152f7f8ab5b3ea68a3c4b04348d')
+
+build() {
+  cd "argo-cd-$pkgver"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  go run github.com/gobuffalo/packr/packr build -o argocd \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-X github.com/argoproj/argo-cd/v2/common.version=${pkgver} \
+  -X github.com/argoproj/argo-cd/v2/common.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
+  -X github.com/argoproj/argo-cd/v2/common.gitTag=${pkgver} \
+  -linkmode=external \
+  -extldflags \"${LDFLAGS}\"" \
+./cmd
+
+  ./argocd completion bash > argocd.bash
+  ./argocd completion zsh > argocd.zsh
+}
+
+package() {
+  cd "argo-cd-$pkgver"
+
+  install -D argocd "$pkgdir/usr/bin/argocd"
+  ln -s argocd "$pkgdir/usr/bin/argocd-util"
+  ln -s argocd "$pkgdir/usr/bin/argocd-server"
+  ln -s argocd "$pkgdir/usr/bin/argocd-repo-server"
+  ln -s argocd "$pkgdir/usr/bin/argocd-application-controller"
+  ln -s argocd "$pkgdir/usr/bin/argocd-dex"
+
+  install -Dm644 argocd.bash 
"$pkgdir/usr/share/bash-completion/completions/argocd"
+  install -Dm644 argocd.zsh "$pkgdir/usr/share/zsh/site-functions/_argocd"
+}



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

2021-07-25 Thread Daurnimator via arch-commits
Date: Sunday, July 25, 2021 @ 09:11:59
  Author: daurnimator
Revision: 984953

upgpkg: argocd 2.0.5-1

Modified:
  argocd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 06:32:37 UTC (rev 984952)
+++ PKGBUILD2021-07-25 09:11:59 UTC (rev 984953)
@@ -1,7 +1,7 @@
 # Maintainer: Daurnimator 
 
 pkgname=argocd
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc="Declarative continuous deployment for Kubernetes"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 provides=('argocd-cli')
 replaces=('argocd-cli')
 
source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz;)
-sha512sums=('6449907433b0a2ee133692e09f843f5097ff8139bd0a042bc755bf1014dead021938fee87be677dae8a9f9f6b54133d71abde0412a41f89da30edef3713afa79')
+sha512sums=('6624afae2646e7ce359888061eb6733fe923d54af0dfd24679e3e7eaf143ec8628059efc17fa8029effc1beed89d0949d6f0f152f7f8ab5b3ea68a3c4b04348d')
 
 build() {
   cd "argo-cd-$pkgver"



[arch-commits] Commit in haskell-cracknum/repos/community-testing-x86_64 (2 files)

2021-07-25 Thread Felix Yan via arch-commits
Date: Sunday, July 25, 2021 @ 06:32:37
  Author: felixonmars
Revision: 984952

archrelease: copy trunk to community-testing-x86_64

Added:
  haskell-cracknum/repos/community-testing-x86_64/PKGBUILD
(from rev 984951, haskell-cracknum/trunk/PKGBUILD)
Deleted:
  haskell-cracknum/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 06:32:28 UTC (rev 984951)
+++ PKGBUILD2021-07-25 06:32:37 UTC (rev 984952)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=crackNum
-pkgname=haskell-cracknum
-pkgver=3.0
-pkgrel=1
-pkgdesc="Crack various integer and floating-point data formats"
-url="https://github.com/LeventErkok/crackNum;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-libbf' 'haskell-sbv' 'haskell-tasty' 
'haskell-tasty-golden')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('8207ab162bca8668b45fab5f8cabf41ffc99300518f92f599d0603f95b342e7580efb90a2425a351f217f838e10cf8d924cef47400f34acb87c2b2ca56af70da')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-cracknum/repos/community-testing-x86_64/PKGBUILD (from rev 
984951, haskell-cracknum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 06:32:37 UTC (rev 984952)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=crackNum
+pkgname=haskell-cracknum
+pkgver=3.1
+pkgrel=2
+pkgdesc="Crack various integer and floating-point data formats"
+url="https://github.com/LeventErkok/crackNum;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-libbf' 'haskell-sbv' 'haskell-tasty' 
'haskell-tasty-golden')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('05856604d08229dd3305d729b8b4978cde7af2dddfac95745d4736dbb86d1ae27be6e1bcceab994820eec1a583857c51f098a7301a68a2ebfcae53f96bdea564')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-25 Thread Felix Yan via arch-commits
Date: Sunday, July 25, 2021 @ 06:32:28
  Author: felixonmars
Revision: 984951

upgpkg: haskell-cracknum 3.1-2

Modified:
  haskell-cracknum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 06:31:41 UTC (rev 984950)
+++ PKGBUILD2021-07-25 06:32:28 UTC (rev 984951)
@@ -4,7 +4,7 @@
 _hkgname=crackNum
 pkgname=haskell-cracknum
 pkgver=3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Crack various integer and floating-point data formats"
 url="https://github.com/LeventErkok/crackNum;
 license=("BSD")



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

2021-07-25 Thread Felix Yan via arch-commits
Date: Sunday, July 25, 2021 @ 06:31:41
  Author: felixonmars
Revision: 984950

archrelease: copy trunk to community-x86_64

Added:
  haskell-cracknum/repos/community-x86_64/PKGBUILD
(from rev 984949, haskell-cracknum/trunk/PKGBUILD)
Deleted:
  haskell-cracknum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 06:31:33 UTC (rev 984949)
+++ PKGBUILD2021-07-25 06:31:41 UTC (rev 984950)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=crackNum
-pkgname=haskell-cracknum
-pkgver=2.4
-pkgrel=5
-pkgdesc="Crack various integer, floating-point data formats"
-url="https://github.com/LeventErkok/crackNum;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-floatinghex')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('2a471ddc63673da8b0163f565672133be9628df3124efe0bb9eebee60649c7962c8923ab2f79cd7081bdb4653e3c804490c662af55d60d6cbfa758f4cb22f221')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-cracknum/repos/community-x86_64/PKGBUILD (from rev 984949, 
haskell-cracknum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 06:31:41 UTC (rev 984950)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=crackNum
+pkgname=haskell-cracknum
+pkgver=3.1
+pkgrel=1
+pkgdesc="Crack various integer and floating-point data formats"
+url="https://github.com/LeventErkok/crackNum;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-libbf' 'haskell-sbv' 'haskell-tasty' 
'haskell-tasty-golden')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('05856604d08229dd3305d729b8b4978cde7af2dddfac95745d4736dbb86d1ae27be6e1bcceab994820eec1a583857c51f098a7301a68a2ebfcae53f96bdea564')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-07-25 Thread Felix Yan via arch-commits
Date: Sunday, July 25, 2021 @ 06:31:33
  Author: felixonmars
Revision: 984949

upgpkg: haskell-cracknum 3.1-1

Modified:
  haskell-cracknum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 06:26:03 UTC (rev 984948)
+++ PKGBUILD2021-07-25 06:31:33 UTC (rev 984949)
@@ -3,7 +3,7 @@
 
 _hkgname=crackNum
 pkgname=haskell-cracknum
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc="Crack various integer and floating-point data formats"
 url="https://github.com/LeventErkok/crackNum;
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-libbf' 'haskell-sbv' 'haskell-tasty' 
'haskell-tasty-golden')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('8207ab162bca8668b45fab5f8cabf41ffc99300518f92f599d0603f95b342e7580efb90a2425a351f217f838e10cf8d924cef47400f34acb87c2b2ca56af70da')
+sha512sums=('05856604d08229dd3305d729b8b4978cde7af2dddfac95745d4736dbb86d1ae27be6e1bcceab994820eec1a583857c51f098a7301a68a2ebfcae53f96bdea564')
 
 build() {
 cd $_hkgname-$pkgver



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

2021-07-25 Thread Felix Yan via arch-commits
Date: Sunday, July 25, 2021 @ 06:26:03
  Author: felixonmars
Revision: 984948

archrelease: copy trunk to community-any

Added:
  tldr/repos/community-any/PKGBUILD
(from rev 984947, tldr/trunk/PKGBUILD)
Deleted:
  tldr/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 06:25:55 UTC (rev 984947)
+++ PKGBUILD2021-07-25 06:26:03 UTC (rev 984948)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=tldr
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Command line client for tldr, a collection of simplified and 
community-driven man pages."
-arch=('any')
-url="https://github.com/tldr-pages/tldr-python-client;
-license=('MIT')
-depends=('python-argcomplete' 'python-colorama' 'python-termcolor')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://github.com/tldr-pages/tldr-python-client/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('12a9cd1d69da1c50b5e4d6353dd1ca8d7b60dd570d73e8d6b1c83a0e2d59a621684033f2f2a13bf5db5f38e5f6f23935dbcf7836fbfbcb0718509285a7edd5bb')
-
-build() {
-  cd tldr-python-client-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd tldr-python-client-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd tldr-python-client-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tldr/repos/community-any/PKGBUILD (from rev 984947, tldr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 06:26:03 UTC (rev 984948)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=tldr
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Command line client for tldr, a collection of simplified and 
community-driven man pages."
+arch=('any')
+url="https://github.com/tldr-pages/tldr-python-client;
+license=('MIT')
+depends=('python-argcomplete' 'python-colorama' 'python-termcolor')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/tldr-pages/tldr-python-client/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('02be3dad8aeeb7153438f1ecd7e218ec4c66fece3265935d6f0a06857e10eb8d0b34306294f1888f5109b713306b219449fd91c6681ec3c955c9a59d0bf49abd')
+
+build() {
+  cd tldr-python-client-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tldr-python-client-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd tldr-python-client-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-07-25 Thread Felix Yan via arch-commits
Date: Sunday, July 25, 2021 @ 06:25:55
  Author: felixonmars
Revision: 984947

upgpkg: tldr 2.0.0-1

Modified:
  tldr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 06:12:26 UTC (rev 984946)
+++ PKGBUILD2021-07-25 06:25:55 UTC (rev 984947)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=tldr
-pkgver=1.2.1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Command line client for tldr, a collection of simplified and 
community-driven man pages."
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://github.com/tldr-pages/tldr-python-client/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('12a9cd1d69da1c50b5e4d6353dd1ca8d7b60dd570d73e8d6b1c83a0e2d59a621684033f2f2a13bf5db5f38e5f6f23935dbcf7836fbfbcb0718509285a7edd5bb')
+sha512sums=('02be3dad8aeeb7153438f1ecd7e218ec4c66fece3265935d6f0a06857e10eb8d0b34306294f1888f5109b713306b219449fd91c6681ec3c955c9a59d0bf49abd')
 
 build() {
   cd tldr-python-client-$pkgver



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

2021-07-25 Thread Felix Yan via arch-commits
Date: Sunday, July 25, 2021 @ 06:12:26
  Author: felixonmars
Revision: 984946

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 984945, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 06:12:18 UTC (rev 984945)
+++ PKGBUILD2021-07-25 06:12:26 UTC (rev 984946)
@@ -1,64 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=7.20.0
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver')
-# libgl: TODO
-# libvips: for sharp (doc build) (disabled as current version of gatsby 
imports a broken sharp)
-# libxi: for cwebp (doc build)
-makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
-sha512sums=('c31af2a1c5290dfd3caac07e83c00d8cd2cb4fae199a5134b124ff566e79fa2a6e67751396f40479d991481ac1afdf756a7635548abf4af4b6c046a5e2af74e6')
-
-prepare() {
-  cd cli-$pkgver
-  mkdir -p node_modules/.bin
-  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
-
-  # Use local marked/marked-man
-  sed -i 's|node bin/npm-cli.js install marked|true |' Makefile
-
-  # Don't build twice
-  sed -i 's/install: all/install:/' Makefile
-
-  mkdir -p man/man1
-}
-
-build() {
-  cd cli-$pkgver
-  NODE_PATH=/usr/lib/node_modules make
-}
-
-package() {
-  cd cli-$pkgver
-  node bin/npm-cli.js install -g -f --prefix="$pkgdir/usr" $(node 
bin/npm-cli.js pack | tail -1)
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  # Experimental dedup
-  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
-  rm -r "$_npmdir"/node_modules/{,.bin/}semver
-  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
-  rm -r "$_npmdir"/node_modules/{,.bin/}nopt
-  sed -i 
's|../../node_modules/node-gyp/bin/node-gyp.js|../../../node-gyp/bin/node-gyp.js|'
 \
-"$_npmdir"/bin/node-gyp-bin/node-gyp
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  node "$srcdir"/cli-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
-
-  mv "$pkgdir"/usr/lib/node_modules/npm/man "$pkgdir"/usr/share/
-
-  install -Dm644 "$srcdir"/cli-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 984945, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 06:12:26 UTC (rev 984946)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=7.20.1
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver')
+# libgl: TODO
+# libvips: for sharp (doc build) (disabled as current version of gatsby 
imports a broken sharp)
+# libxi: for cwebp (doc build)
+makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
+sha512sums=('71849a1cb9b33a55c3805014306fa0ea5a0a416c19d473c761e23b8991661360bbea16a35d4b18fd9818c9b735575bdb6ffe7c9a7688e39d6f0d4d3777cf5147')
+
+prepare() {
+  cd cli-$pkgver
+  mkdir -p node_modules/.bin
+  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
+
+  # Use local marked/marked-man
+  sed -i 's|node bin/npm-cli.js install marked|true |' Makefile
+
+  # Don't build twice
+  sed -i 's/install: all/install:/' Makefile
+
+  mkdir -p man/man1
+}
+
+build() {
+  cd cli-$pkgver
+  NODE_PATH=/usr/lib/node_modules make
+}
+
+package() {
+  cd cli-$pkgver
+  node bin/npm-cli.js install -g -f --prefix="$pkgdir/usr" $(node 
bin/npm-cli.js pack | tail -1)
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  # Experimental dedup
+  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
+  rm -r "$_npmdir"/node_modules/{,.bin/}semver
+  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
+  rm -r "$_npmdir"/node_modules/{,.bin/}nopt
+  sed -i 
's|../../node_modules/node-gyp/bin/node-gyp.js|../../../node-gyp/bin/node-gyp.js|'
 \
+

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

2021-07-25 Thread Felix Yan via arch-commits
Date: Sunday, July 25, 2021 @ 06:12:18
  Author: felixonmars
Revision: 984945

upgpkg: npm 7.20.1-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 06:12:14 UTC (rev 984944)
+++ PKGBUILD2021-07-25 06:12:18 UTC (rev 984945)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=7.20.0
+pkgver=7.20.1
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
-sha512sums=('c31af2a1c5290dfd3caac07e83c00d8cd2cb4fae199a5134b124ff566e79fa2a6e67751396f40479d991481ac1afdf756a7635548abf4af4b6c046a5e2af74e6')
+sha512sums=('71849a1cb9b33a55c3805014306fa0ea5a0a416c19d473c761e23b8991661360bbea16a35d4b18fd9818c9b735575bdb6ffe7c9a7688e39d6f0d4d3777cf5147')
 
 prepare() {
   cd cli-$pkgver



[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2021-07-25 Thread Felix Yan via arch-commits
Date: Sunday, July 25, 2021 @ 06:12:14
  Author: felixonmars
Revision: 984944

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 984943, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-25 06:12:05 UTC (rev 984943)
+++ PKGBUILD2021-07-25 06:12:14 UTC (rev 984944)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20210724000944
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('6013a7ae1a1e29adf9dbec99feec888c97f61401439a023c5ea6c8a09dbc6dbc058f98bc6df61f588fa8f4803f61d84ea6a5fe8d04cd2d68f5528ef98863288e')
-
-build() {
-  cd domain-list-community-$pkgver
-  go run main.go
-}
-
-package() {
-  cd domain-list-community-$pkgver
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
984943, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-25 06:12:14 UTC (rev 984944)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20210725030530
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('607c37d8257178367b8f434b46acf40a060c683ec32f21629002e509d0282981b581971af34bfc0261bf114a74a199c7cf478f256a3c1f04a8bea1708af289d0')
+
+build() {
+  cd domain-list-community-$pkgver
+  go run main.go
+}
+
+package() {
+  cd domain-list-community-$pkgver
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2021-07-25 Thread Felix Yan via arch-commits
Date: Sunday, July 25, 2021 @ 06:12:05
  Author: felixonmars
Revision: 984943

upgpkg: v2ray-domain-list-community 20210725030530-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-07-25 04:00:36 UTC (rev 984942)
+++ PKGBUILD2021-07-25 06:12:05 UTC (rev 984943)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20210724000944
+pkgver=20210725030530
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('6013a7ae1a1e29adf9dbec99feec888c97f61401439a023c5ea6c8a09dbc6dbc058f98bc6df61f588fa8f4803f61d84ea6a5fe8d04cd2d68f5528ef98863288e')
+sha512sums=('607c37d8257178367b8f434b46acf40a060c683ec32f21629002e509d0282981b581971af34bfc0261bf114a74a199c7cf478f256a3c1f04a8bea1708af289d0')
 
 build() {
   cd domain-list-community-$pkgver