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

2021-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 9, 2021 @ 05:30:05
  Author: andyrtr
Revision: 1013019

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

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1013018, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-09 05:30:05 UTC (rev 1013019)
@@ -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=175
+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-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 9, 2021 @ 05:30:00
  Author: andyrtr
Revision: 1013018

upgpkg: tp_smapi-lts 0.43-175: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-09 05:29:15 UTC (rev 1013017)
+++ PKGBUILD2021-09-09 05:30:00 UTC (rev 1013018)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=174
+pkgrel=175
 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-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 9, 2021 @ 05:29:15
  Author: andyrtr
Revision: 1013017

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 1013016, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1013016, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-09 05:29:15 UTC (rev 1013017)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.049.02
+pkgrel=14
+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-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 9, 2021 @ 05:29:10
  Author: andyrtr
Revision: 1013016

upgpkg: r8168-lts 8.049.02-14: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-09 05:28:20 UTC (rev 1013015)
+++ PKGBUILD2021-09-09 05:29:10 UTC (rev 1013016)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.049.02
-pkgrel=13
+pkgrel=14
 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-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 9, 2021 @ 05:28:20
  Author: andyrtr
Revision: 1013015

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

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 
1013014, acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-09 05:28:20 UTC (rev 1013015)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.1
+pkgrel=74
+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-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 9, 2021 @ 05:28:15
  Author: andyrtr
Revision: 1013014

upgpkg: acpi_call-lts 1.2.1-74: kernel rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-09 02:01:13 UTC (rev 1013013)
+++ PKGBUILD2021-09-09 05:28:15 UTC (rev 1013014)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.1
-pkgrel=73
+pkgrel=74
 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-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 9, 2021 @ 05:27:46
  Author: andyrtr
Revision: 423616

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 423615, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-09-09 05:27:46 UTC (rev 423616)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=470.63.01
+pkgrel=5
+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-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 9, 2021 @ 05:27:33
  Author: andyrtr
Revision: 423615

upgpkg: nvidia-lts 1:470.63.01-5: kernel rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-09 05:25:58 UTC (rev 423614)
+++ PKGBUILD2021-09-09 05:27:33 UTC (rev 423615)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=470.63.01
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

2021-09-08 Thread George Rawlinson via arch-commits
Date: Thursday, September 9, 2021 @ 02:01:13
  Author: grawlinson
Revision: 1013013

archrelease: copy trunk to community-x86_64

Added:
  singularity-container/repos/community-x86_64/PKGBUILD
(from rev 1013012, singularity-container/trunk/PKGBUILD)
  singularity-container/repos/community-x86_64/tmpfiles.conf
(from rev 1013012, singularity-container/trunk/tmpfiles.conf)
Deleted:
  singularity-container/repos/community-x86_64/PKGBUILD
  singularity-container/repos/community-x86_64/tmpfiles.conf

---+
 PKGBUILD  |  165 +++-
 tmpfiles.conf |2 
 2 files changed, 83 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-09 00:42:02 UTC (rev 1013012)
+++ PKGBUILD2021-09-09 02:01:13 UTC (rev 1013013)
@@ -1,83 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Maciej Sieczka 
-
-_pkgname=singularity
-pkgname=singularity-container
-pkgver=3.8.2
-pkgrel=1
-pkgdesc='Application containers for secure high performance computing'
-arch=('x86_64')
-url='https://singularity.hpcng.org'
-license=('BSD')
-backup=(
-  etc/singularity/capability.json
-  etc/singularity/cgroups/cgroups.toml
-  etc/singularity/ecl.toml
-  etc/singularity/global-pgp-public
-  etc/singularity/network/00_bridge.conflist
-  etc/singularity/network/10_ptp.conflist
-  etc/singularity/network/20_ipvlan.conflist
-  etc/singularity/network/30_macvlan.conflist
-  etc/singularity/network/40_fakeroot.conflist
-  etc/singularity/nvliblist.conf
-  etc/singularity/remote.yaml
-  etc/singularity/rocmliblist.conf
-  etc/singularity/seccomp-profiles/default.json
-  etc/singularity/singularity.conf
-)
-depends=('squashfs-tools' 'libseccomp')
-makedepends=('go' 'git' 'cryptsetup')
-optdepends=('bash-completion: for tab completion')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hpcng/singularity/archive/v$pkgver.tar.gz;
-'tmpfiles.conf')
-b2sums=('d69789eff518922290fe2d5c4957fc39ad5604d409162f6a9390adb7ded1e34664fed954d851df1615ac6b7098b50983421cdb8bc83f901b798dbcefb9e36203'
-
'33b6c0a8698d15155829af047df42ab2c408f7c604490bdb03210bcf2af175c86a5ad1aaba90452062b21f22f8e36b519f1a07c86ce812af89ebb6f31c160074')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-
-  # provide version to build script
-  echo "$pkgver" > VERSION
-
-  # fix bash completion path
-  sed -e "s|/etc/bash_completion.d|/usr/share/bash-completion/completions|" \
--e 
"s|\$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|" \
--i  mlocal/frags/build_cli.mk
-}
-
-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"
-
-  ./mconfig \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var/lib \
--P release-stripped \
--v
-
-  make -C builddir
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  # binaries & man pages
-  make -C builddir DESTDIR="$pkgdir" install man
-
-  # license
-  install -vDm644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # let systemd-tmpfiles generate state directory
-  rm -rf "$pkgdir/var"
-  install -vDm644 "$srcdir/tmpfiles.conf" \
-"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: singularity-container/repos/community-x86_64/PKGBUILD (from rev 
1013012, singularity-container/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-09 02:01:13 UTC (rev 1013013)
@@ -0,0 +1,82 @@
+# Maintainer: George Rawlinson 
+# Contributor: Maciej Sieczka 
+
+_pkgname=singularity
+pkgname=singularity-container
+pkgver=3.8.3
+pkgrel=1
+pkgdesc='Application containers for secure high performance computing'
+arch=('x86_64')
+url='https://singularity.hpcng.org'
+license=('BSD')
+backup=(
+  etc/singularity/capability.json
+  etc/singularity/cgroups/cgroups.toml
+  etc/singularity/ecl.toml
+  etc/singularity/global-pgp-public
+  etc/singularity/network/00_bridge.conflist
+  etc/singularity/network/10_ptp.conflist
+  etc/singularity/network/20_ipvlan.conflist
+  etc/singularity/network/30_macvlan.conflist
+  etc/singularity/network/40_fakeroot.conflist
+  etc/singularity/nvliblist.conf
+  etc/singularity/remote.yaml
+  etc/singularity/rocmliblist.conf
+  etc/singularity/seccomp-profiles/default.json
+  etc/singularity/singularity.conf
+)
+depends=('squashfs-tools' 'libseccomp')
+makedepends=('go' 'git' 'cryptsetup')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hpcng/singularity/archive/v$pkgver.tar.gz;
+'tmpfiles.conf')

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

2021-09-08 Thread Kpcyrd via arch-commits
Date: Thursday, September 9, 2021 @ 00:42:02
  Author: kpcyrd
Revision: 1013012

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-09 00:41:39 UTC (rev 1013011)
+++ PKGBUILD2021-09-09 00:42:02 UTC (rev 1013012)
@@ -1,68 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=5.16.0
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('AGPL3')
-arch=('x86_64')
-url="https://signal.org;
-depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-fermium' 'npm6' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
-  "${pkgname}.desktop"
-  "expire-from-source-date-epoch.patch"
-)
-sha512sums=('dbbcf9ce3c4cb265b754eca6c22891f0508e35519f63a0bed0b11d6c79b45ebea0ed3c7ff715bdd7ce1bdeba933a2ae5ab805b2d0ca91357c8c5a330714906c1'
-
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2')
-b2sums=('32733cf841010d92a70af5aac5a853fe1a6d8be8d982b8109c1a2665edbc2a68e712302bfd7e2002de5e606f873db5d644c681f1e4576a02952dbac01fe1f2d8'
-
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # git-lfs hook needs to be installed for one of the dependencies
-  git lfs install
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  # patch better-sqlite3 to encapsulate sqlcipher
-  # https://bugs.archlinux.org/task/69980
-  grep -q 2fa02d2484e9f9a10df5ac7ea4617fb2dff30006 package.json
-  sed 
's|https://github\.com/signalapp/better-sqlite3#2fa02d2484e9f9a10df5ac7ea4617fb2dff30006|https://github.com/heftig/better-sqlite3#c8410c7f4091a5c4e458ce13ac35b04b2eea574b|'
 -i package.json
-
-  yarn install --ignore-engines
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-  yarn generate
-  yarn build
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked "${pkgdir}/usr/lib/${pkgname}"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/"
-
-  chmod u+s "${pkgdir}/usr/lib/signal-desktop/chrome-sandbox"
-
-  install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  for i in 16 24 32 48 64 128 256 512 1024; do
-install -Dm 644 "build/icons/png/${i}x${i}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: signal-desktop/repos/community-x86_64/PKGBUILD (from rev 1013011, 
signal-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-09 00:42:02 UTC (rev 1013012)
@@ -0,0 +1,68 @@
+# Maintainer: kpcyrd 
+# Contributor: Jean Lucas 
+
+pkgname=signal-desktop
+_pkgname=Signal-Desktop
+pkgver=5.17.0
+pkgrel=1
+pkgdesc="Signal Private Messenger for Linux"
+license=('AGPL3')
+arch=('x86_64')
+url="https://signal.org;
+depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
+makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-fermium' 'npm6' 'python')
+source=(
+  

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

2021-09-08 Thread Kpcyrd via arch-commits
Date: Thursday, September 9, 2021 @ 00:41:39
  Author: kpcyrd
Revision: 1013011

upgpkg: signal-desktop 5.17.0-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:55:34 UTC (rev 1013010)
+++ PKGBUILD2021-09-09 00:41:39 UTC (rev 1013011)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=5.16.0
+pkgver=5.17.0
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL3')
@@ -16,10 +16,10 @@
   "${pkgname}.desktop"
   "expire-from-source-date-epoch.patch"
 )
-sha512sums=('dbbcf9ce3c4cb265b754eca6c22891f0508e35519f63a0bed0b11d6c79b45ebea0ed3c7ff715bdd7ce1bdeba933a2ae5ab805b2d0ca91357c8c5a330714906c1'
+sha512sums=('6f55e8dcb8d8520c8de37fd12f83cd44316cada4d6ae7885ede2451e6609b1d1535edee39c3253baea1b5fd3749ad6bfca783c02765304b8387baccf6cf1ede7'
 
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
 
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2')
-b2sums=('32733cf841010d92a70af5aac5a853fe1a6d8be8d982b8109c1a2665edbc2a68e712302bfd7e2002de5e606f873db5d644c681f1e4576a02952dbac01fe1f2d8'
+b2sums=('edf9537210fc94a5189beb0b2050f2f09f3916d9021e2213a5acd83705ba0b5497395bc7cad59025e7355a55c50ea536e5b4cd65371ba95f584c4836aac23a33'
 
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
 
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289')
 



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:55:36
  Author: heftig
Revision: 423611

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  404 -
 config   |21370 ++---
 2 files changed, 10887 insertions(+), 10887 deletions(-)

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


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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:55:35
  Author: heftig
Revision: 423610

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  404 -
 config   |21248 ++---
 2 files changed, 10826 insertions(+), 10826 deletions(-)

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


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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:55:35
  Author: heftig
Revision: 423609

archrelease: copy trunk to testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:54:48 UTC (rev 423608)
+++ PKGBUILD2021-09-08 23:55:35 UTC (rev 423609)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgname=nvidia
-pkgver=470.63.01
-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=$(
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=470.63.01
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:55:34
  Author: heftig
Revision: 1013010

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:55:33 UTC (rev 1013009)
+++ PKGBUILD2021-09-08 23:55:34 UTC (rev 1013010)
@@ -1,42 +0,0 @@
-# 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=321
-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=$(
+
+_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=322
+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 deepin-anything-arch/repos/community-testing-x86_64 (2 files)

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:55:33
  Author: heftig
Revision: 1013009

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:55:33 UTC (rev 1013008)
+++ PKGBUILD2021-09-08 23:55:33 UTC (rev 1013009)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-anything-arch
-pkgver=5.0.9
-pkgrel=21
-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/$(
+
+pkgname=deepin-anything-arch
+pkgver=5.0.9
+pkgrel=22
+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 virtualbox-host-modules-arch/repos/community-testing-x86_64 (2 files)

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:55:33
  Author: heftig
Revision: 1013008

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:55:32 UTC (rev 1013007)
+++ PKGBUILD2021-09-08 23:55:33 UTC (rev 1013008)
@@ -1,40 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgname='virtualbox-host-modules-arch'
-pkgver=6.1.26
-pkgrel=9
-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="$(
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.26
+pkgrel=10
+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/community-testing-x86_64 (PKGBUILD PKGBUILD)

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:55:32
  Author: heftig
Revision: 1013007

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:55:32 UTC (rev 1013006)
+++ PKGBUILD2021-09-08 23:55:32 UTC (rev 1013007)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.2.1
-pkgrel=83
-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=$(
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.1
+pkgrel=84
+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 r8168/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:55:32
  Author: heftig
Revision: 1013006

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:55:24 UTC (rev 1013005)
+++ PKGBUILD2021-09-08 23:55:32 UTC (rev 1013006)
@@ -1,46 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.049.02
-pkgrel=14
-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/$(
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.049.02
+pkgrel=15
+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 vhba-module/repos/community-testing-x86_64 (6 files)

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:55:24
  Author: heftig
Revision: 1013005

archrelease: copy trunk to community-testing-x86_64

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

---+
 60-vhba.rules |2 -
 PKGBUILD  |  112 
 dkms.conf |   18 -
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: 60-vhba.rules
===
--- 60-vhba.rules   2021-09-08 23:55:23 UTC (rev 1013004)
+++ 60-vhba.rules   2021-09-08 23:55:24 UTC (rev 1013005)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
1013001, vhba-module/trunk/60-vhba.rules)
===
--- 60-vhba.rules   (rev 0)
+++ 60-vhba.rules   2021-09-08 23:55:24 UTC (rev 1013005)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:55:23 UTC (rev 1013004)
+++ PKGBUILD2021-09-08 23:55:24 UTC (rev 1013005)
@@ -1,56 +0,0 @@
-# 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=35
-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="$(
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20210418
+pkgrel=36
+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 tp_smapi/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:55:21
  Author: heftig
Revision: 1013002

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:54:49 UTC (rev 1013001)
+++ PKGBUILD2021-09-08 23:55:21 UTC (rev 1013002)
@@ -1,48 +0,0 @@
-# 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=329
-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="$(
+# 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=330
+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 bbswitch/repos/community-testing-x86_64 (6 files)

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:55:23
  Author: heftig
Revision: 1013004

archrelease: copy trunk to community-testing-x86_64

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

+
 0001-proc_ops-struct.patch |   72 +++---
 0002-kernel-5.7.patch  |   22 -
 PKGBUILD   |  100 +--
 3 files changed, 97 insertions(+), 97 deletions(-)

Deleted: 0001-proc_ops-struct.patch
===
--- 0001-proc_ops-struct.patch  2021-09-08 23:55:23 UTC (rev 1013003)
+++ 0001-proc_ops-struct.patch  2021-09-08 23:55:23 UTC (rev 1013004)
@@ -1,36 +0,0 @@
-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/0001-proc_ops-struct.patch 
(from rev 1013001, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- 0001-proc_ops-struct.patch  (rev 0)
+++ 0001-proc_ops-struct.patch  2021-09-08 23:55:23 UTC (rev 1013004)
@@ -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

Deleted: 0002-kernel-5.7.patch
===
--- 0002-kernel-5.7.patch   2021-09-08 23:55:23 UTC (rev 1013003)
+++ 0002-kernel-5.7.patch   2021-09-08 23:55:23 UTC (rev 1013004)
@@ -1,11 +0,0 @@
-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/0002-kernel-5.7.patch (from rev 
1013001, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- 0002-kernel-5.7.patch   (rev 0)
+++ 0002-kernel-5.7.patch   2021-09-08 23:55:23 UTC (rev 1013004)
@@ -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 

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:55:23 UTC (rev 1013003)
+++ 

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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:55:23
  Author: heftig
Revision: 1013003

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:55:21 UTC (rev 1013002)
+++ PKGBUILD2021-09-08 23:55:23 UTC (rev 1013003)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Edward Pacman 
-
-pkgname=netfilter-fullconenat
-pkgver=r73.0cf3b48
-pkgrel=141
-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/$(
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=142
+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 nvidia/trunk (PKGBUILD)

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:54:48
  Author: heftig
Revision: 423608

470.63.01-6: linux 5.14.2.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:54:10 UTC (rev 423607)
+++ PKGBUILD2021-09-08 23:54:48 UTC (rev 423608)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=470.63.01
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:54:47
  Author: heftig
Revision: 1013000

1.2.1-84: linux 5.14.2.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:54:46 UTC (rev 1012999)
+++ PKGBUILD2021-09-08 23:54:47 UTC (rev 1013000)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=83
+pkgrel=84
 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 deepin-anything-arch/trunk (PKGBUILD)

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:54:49
  Author: heftig
Revision: 1013001

5.0.9-22: linux 5.14.2.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:54:47 UTC (rev 1013000)
+++ PKGBUILD2021-09-08 23:54:49 UTC (rev 1013001)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=21
+pkgrel=22
 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 vhba-module/trunk (PKGBUILD)

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:54:46
  Author: heftig
Revision: 1012999

20210418-36: linux 5.14.2.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:54:45 UTC (rev 1012998)
+++ PKGBUILD2021-09-08 23:54:46 UTC (rev 1012999)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20210418
-pkgrel=35
+pkgrel=36
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:54:42
  Author: heftig
Revision: 1012996

6.30.223.271-322: linux 5.14.2.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:54:41 UTC (rev 1012995)
+++ PKGBUILD2021-09-08 23:54:42 UTC (rev 1012996)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=321
+pkgrel=322
 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-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:54:45
  Author: heftig
Revision: 1012998

8.049.02-15: linux 5.14.2.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:54:44 UTC (rev 1012997)
+++ PKGBUILD2021-09-08 23:54:45 UTC (rev 1012998)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.049.02
-pkgrel=14
+pkgrel=15
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:54:44
  Author: heftig
Revision: 1012997

0.8-443: linux 5.14.2.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:54:42 UTC (rev 1012996)
+++ PKGBUILD2021-09-08 23:54:44 UTC (rev 1012997)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=442
+pkgrel=443
 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 virtualbox-host-modules-arch/trunk (PKGBUILD)

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:54:40
  Author: heftig
Revision: 1012994

6.1.26-10: linux 5.14.2.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:54:39 UTC (rev 1012993)
+++ PKGBUILD2021-09-08 23:54:40 UTC (rev 1012994)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.26
-pkgrel=9
+pkgrel=10
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:54:41
  Author: heftig
Revision: 1012995

0.43-330: linux 5.14.2.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:54:40 UTC (rev 1012994)
+++ PKGBUILD2021-09-08 23:54:41 UTC (rev 1012995)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=329
+pkgrel=330
 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-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:54:39
  Author: heftig
Revision: 1012993

r73.0cf3b48-142: linux 5.14.2.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:29:24 UTC (rev 1012992)
+++ PKGBUILD2021-09-08 23:54:39 UTC (rev 1012993)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=141
+pkgrel=142
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:54:10
  Author: heftig
Revision: 423607

5.14.2.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:41:24 UTC (rev 423606)
+++ PKGBUILD2021-09-08 23:54:10 UTC (rev 423607)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.14.1.arch1
+pkgver=5.14.2.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 23:41:24
  Author: heftig
Revision: 423606

5.14.2.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:01:43 UTC (rev 423605)
+++ PKGBUILD2021-09-08 23:41:24 UTC (rev 423606)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.14.1.zen2
+pkgver=5.14.2.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 23:29:24
  Author: anthraxx
Revision: 1012992

archrelease: copy trunk to community-x86_64

Added:
  pax-utils/repos/community-x86_64/PKGBUILD
(from rev 1012991, pax-utils/trunk/PKGBUILD)
Deleted:
  pax-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:29:20 UTC (rev 1012991)
+++ PKGBUILD2021-09-08 23:29:24 UTC (rev 1012992)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: sh0 
-# Contributor: Maxwel 
-
-pkgname=pax-utils
-pkgver=1.2.5
-pkgrel=1
-pkgdesc='ELF utils that can check files for security relevant properties'
-url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
-arch=('x86_64')
-license=('GPL2')
-depends=('bash' 'libcap.so' 'libseccomp.so' 'python' 'python-pyelftools')
-makedepends=('libcap' 'libseccomp')
-source=(https://dev.gentoo.org/~slyfox/distfiles/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('bf2f47393a66b4218eba7981100fc6936c7c9d6d98970f5337e7b3097ce6f7b2ca13de486ff7450e4395b74ba2308d37105508234f323230376ec5814cfe54f9')
-b2sums=('348c6ab52a5e950f346115802d596fd33142fe2d93a83d686fbec917d3f74c53c332f2fcbd197c5bdd38b545f48568c7b461143fa328433ce3ee931901012601')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -E 's|(  paths =) \[\]|\1 ["/usr/lib"]|g' -i lddtree.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---with-caps \
---with-seccomp \
---with-python
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  LD_LIBRARY_PATH=/usr/lib make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 1012991, 
pax-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 23:29:24 UTC (rev 1012992)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: sh0 
+# Contributor: Maxwel 
+
+pkgname=pax-utils
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='ELF utils that can check files for security relevant properties'
+url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
+arch=('x86_64')
+license=('GPL2')
+depends=('bash' 'libcap' 'libcap.so' 'libseccomp' 'python' 'python-pyelftools')
+makedepends=('linux-headers')
+source=(https://distfiles.gentoo.org/distfiles//${pkgname}-${pkgver}.tar.xz)
+sha512sums=('bb0d03371cf8f0cc26a83cbee888a6d91e70416dedc740476cd5549ddaef67048c6802e30e469ab1aced0fd7f63f84e9644744602b2d483ef7af37191505f72e')
+b2sums=('17004a4fe57f05e80e0c51a156931975cbaf73e20d96fa50dedf6bd1538ff3f8383591f4b5fd0df926a6a6b75cb083724aaf92b1a4d4ebc67290500520919c29')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -E 's|(  paths =) \[\]|\1 ["/usr/lib"]|g' -i lddtree.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--with-caps \
+--with-seccomp \
+--with-python
+  make USE_SECCOMP=yes USE_CAP=yes USE_PYTHON=yes
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  LD_LIBRARY_PATH=/usr/lib make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 23:29:20
  Author: anthraxx
Revision: 1012991

upgpkg: pax-utils 1.3.3-1

Modified:
  pax-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 23:11:05 UTC (rev 1012990)
+++ PKGBUILD2021-09-08 23:29:20 UTC (rev 1012991)
@@ -4,17 +4,17 @@
 # Contributor: Maxwel 
 
 pkgname=pax-utils
-pkgver=1.2.5
+pkgver=1.3.3
 pkgrel=1
 pkgdesc='ELF utils that can check files for security relevant properties'
 url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
 arch=('x86_64')
 license=('GPL2')
-depends=('bash' 'libcap.so' 'libseccomp.so' 'python' 'python-pyelftools')
-makedepends=('libcap' 'libseccomp')
-source=(https://dev.gentoo.org/~slyfox/distfiles/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('bf2f47393a66b4218eba7981100fc6936c7c9d6d98970f5337e7b3097ce6f7b2ca13de486ff7450e4395b74ba2308d37105508234f323230376ec5814cfe54f9')
-b2sums=('348c6ab52a5e950f346115802d596fd33142fe2d93a83d686fbec917d3f74c53c332f2fcbd197c5bdd38b545f48568c7b461143fa328433ce3ee931901012601')
+depends=('bash' 'libcap' 'libcap.so' 'libseccomp' 'python' 'python-pyelftools')
+makedepends=('linux-headers')
+source=(https://distfiles.gentoo.org/distfiles//${pkgname}-${pkgver}.tar.xz)
+sha512sums=('bb0d03371cf8f0cc26a83cbee888a6d91e70416dedc740476cd5549ddaef67048c6802e30e469ab1aced0fd7f63f84e9644744602b2d483ef7af37191505f72e')
+b2sums=('17004a4fe57f05e80e0c51a156931975cbaf73e20d96fa50dedf6bd1538ff3f8383591f4b5fd0df926a6a6b75cb083724aaf92b1a4d4ebc67290500520919c29')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -28,7 +28,7 @@
 --with-caps \
 --with-seccomp \
 --with-python
-  make
+  make USE_SECCOMP=yes USE_CAP=yes USE_PYTHON=yes
 }
 
 check() {



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

2021-09-08 Thread Brett Cornwall via arch-commits
Date: Wednesday, September 8, 2021 @ 23:11:05
  Author: ainola
Revision: 1012990

archrelease: copy trunk to community-any

Added:
  firefox-decentraleyes/repos/community-any/PKGBUILD
(from rev 1012989, firefox-decentraleyes/trunk/PKGBUILD)
Deleted:
  firefox-decentraleyes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:10:43 UTC (rev 1012989)
+++ PKGBUILD2021-09-08 23:11:05 UTC (rev 1012990)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-decentraleyes
-pkgver=2.0.15
-_commit=bcd62f75b346f838200cf29037cb5429620797a5
-pkgrel=3
-pkgdesc='Local emulation of Content Delivery Networks'
-url=https://decentraleyes.org/
-arch=('any')
-license=('MPL2')
-groups=('firefox-addons')
-makedepends=('git' 'npm' 'strip-nondeterminism' 'zip')
-source=("git+https://git.synz.io/Synzvato/decentraleyes.git#commit=$_commit?signed;)
-b2sums=('SKIP')
-validpgpkeys=('A6B7BA10893FE67EE17A9F8FCECC45E1E979013C') # Thomas Rientjes 

-
-check() {
-  cd decentraleyes/audit
-  npm install
-  node run
-}
-
-package() {
-  cd decentraleyes
-  install -d "$pkgdir"/usr/lib/firefox/browser/extensions
-  zip -r \
-
"$pkgdir"/usr/lib/firefox/browser/extensions/jid1-bofifl9vbdl...@jetpack.xpi \
-* -x '.git*' 'audit/*' crowdin.yaml
-  strip-nondeterminism -t zip 
"$pkgdir"/usr/lib/firefox/browser/extensions/*.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-decentraleyes/repos/community-any/PKGBUILD (from rev 1012989, 
firefox-decentraleyes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 23:11:05 UTC (rev 1012990)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-decentraleyes
+pkgver=2.0.16
+_commit=02b8edeaf0a484ed6c8ffc6c13ee75bb6dd4adb8
+pkgrel=1
+pkgdesc='Local emulation of Content Delivery Networks'
+url=https://decentraleyes.org/
+arch=('any')
+license=('MPL2')
+groups=('firefox-addons')
+makedepends=('git' 'npm' 'strip-nondeterminism' 'zip')
+source=("git+https://git.synz.io/Synzvato/decentraleyes.git#commit=$_commit?signed;)
+b2sums=('SKIP')
+validpgpkeys=('A6B7BA10893FE67EE17A9F8FCECC45E1E979013C') # Thomas Rientjes 

+
+check() {
+  cd decentraleyes/audit
+  npm install
+  node run
+}
+
+package() {
+  cd decentraleyes
+  install -d "$pkgdir"/usr/lib/firefox/browser/extensions
+  zip -r \
+
"$pkgdir"/usr/lib/firefox/browser/extensions/jid1-bofifl9vbdl...@jetpack.xpi \
+* -x '.git*' 'audit/*' crowdin.yaml
+  strip-nondeterminism -t zip 
"$pkgdir"/usr/lib/firefox/browser/extensions/*.xpi
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-09-08 Thread Brett Cornwall via arch-commits
Date: Wednesday, September 8, 2021 @ 23:10:43
  Author: ainola
Revision: 1012989

upgpkg: firefox-decentraleyes 2.0.16-1

Modified:
  firefox-decentraleyes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 22:44:47 UTC (rev 1012988)
+++ PKGBUILD2021-09-08 23:10:43 UTC (rev 1012989)
@@ -1,9 +1,9 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-decentraleyes
-pkgver=2.0.15
-_commit=bcd62f75b346f838200cf29037cb5429620797a5
-pkgrel=3
+pkgver=2.0.16
+_commit=02b8edeaf0a484ed6c8ffc6c13ee75bb6dd4adb8
+pkgrel=1
 pkgdesc='Local emulation of Content Delivery Networks'
 url=https://decentraleyes.org/
 arch=('any')



[arch-commits] Commit in thunderbird/repos/extra-x86_64 (12 files)

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 23:01:43
  Author: anthraxx
Revision: 423605

archrelease: copy trunk to extra-x86_64

Added:
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 423604, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/disable-addon-signing.patch
(from rev 423604, thunderbird/trunk/disable-addon-signing.patch)
  thunderbird/repos/extra-x86_64/distribution.ini
(from rev 423604, thunderbird/trunk/distribution.ini)
  thunderbird/repos/extra-x86_64/metainfo.patch
(from rev 423604, thunderbird/trunk/metainfo.patch)
  thunderbird/repos/extra-x86_64/mozconfig.cfg
(from rev 423604, thunderbird/trunk/mozconfig.cfg)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 423604, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/vendor-prefs.js
(from rev 423604, thunderbird/trunk/vendor-prefs.js)
Deleted:
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/distribution.ini
  thunderbird/repos/extra-x86_64/mozconfig.cfg
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/vendor-prefs.js

-+
 PKGBUILD|  572 +-
 disable-addon-signing.patch |   52 +++
 distribution.ini|   16 -
 metainfo.patch  |   11 
 mozconfig.cfg   |   94 +++---
 thunderbird.desktop |  346 -
 vendor-prefs.js |   34 +-
 7 files changed, 597 insertions(+), 528 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 23:01:29 UTC (rev 423604)
+++ PKGBUILD2021-09-08 23:01:43 UTC (rev 423605)
@@ -1,283 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Baldeck 
-# Contributor: Dale Blount 
-# Contributor: Anders Bostrom 
-
-pkgbase=thunderbird
-pkgname=(thunderbird)
-pkgver=91.1.0
-pkgrel=1
-pkgdesc='Standalone mail and news reader from mozilla.org'
-url='https://www.mozilla.org/thunderbird/'
-arch=(x86_64)
-license=(MPL GPL LGPL)
-depends=(
-  glibc gtk3 libgdk-3.so libgtk-3.so mime-types dbus libdbus-1.so dbus-glib
-  alsa-lib nss hunspell sqlite ttf-font libvpx libvpx.so zlib bzip2 libbz2.so
-  botan libwebp libwebp.so libwebpdemux.so libevent libjpeg-turbo libffi
-  libffi.so nspr gcc-libs libx11 libxrender libxfixes libxext libxcomposite
-  libxdamage pango libpango-1.0.so cairo gdk-pixbuf2 icu libicui18n.so
-  libicuuc.so freetype2 libfreetype.so fontconfig libfontconfig.so glib2
-  libglib-2.0.so pixman libpixman-1.so gnupg
-)
-optdepends=(
-  'libotr: OTR support for active one-to-one chats'
-)
-makedepends=(
-  unzip zip diffutils python python-setuptools yasm nasm mesa imake libpulse
-  inetutils xorg-server-xvfb autoconf2.13 rust clang llvm cbindgen nodejs
-  gawk perl findutils libotr
-)
-options=(!emptydirs !makeflags)
-source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc}
-thunderbird.desktop
-vendor-prefs.js
-distribution.ini
-mozconfig.cfg)
-validpgpkeys=(
-  14F26682D0916CDD81E37B6D61B7B526D98F0353 # Mozilla Software Releases 

-  4360FE2109C49763186F8E21EBE41E90F6F12F6D # Mozilla Software Releases 

-)
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  echo "${noextract[@]}"
-
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-[[ $src = *.patch ]] || continue
-echo "Applying patch $src..."
-patch -Np1 < "../$src"
-  done
-
-  printf "%s" "$_google_api_key" >google-api-key
-  printf "%s" "$_mozilla_api_key" >mozilla-api-key
-  cp ../mozconfig.cfg .mozconfig
-  sed "s|@PWD@|${PWD@Q}|g" -i .mozconfig
-}
-
-build() {
-  cd $pkgname-$pkgver
-  if [[ -n "${SOURCE_DATE_EPOCH}" ]]; then
-export MOZ_BUILD_DATE=$(date --date "@${SOURCE_DATE_EPOCH}" 
"+%Y%m%d%H%M%S")
-  fi
-  export MACH_USE_SYSTEM_PYTHON=1
-  ./mach configure
-  ./mach build
-  ./mach buildsymbols
-}
-
-package_thunderbird() {
-  optdepends=('libcanberra: sound support')
-
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" ./mach install
-
-  install -Dm 644 ../vendor-prefs.js -t 
"$pkgdir/usr/lib/$pkgname/defaults/pref"
-  install -Dm 644 ../distribution.ini -t 

[arch-commits] Commit in thunderbird/trunk (3 files)

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 23:01:29
  Author: anthraxx
Revision: 423604

upgpkg: thunderbird 91.1.0-2: fix addons & optdeps, add metainfo, remove 
inetutils

- FS#70484 Use upstream metainfo file
- FS#69326 Fix libotr optdepends
- FS#67241 Add libnotify optdepends
- FS#70506 Remove inetutils
- FS#72077 Never check thunderbird addon signing: 
https://bugzilla.mozilla.org/show_bug.cgi?id=1727113

Added:
  thunderbird/trunk/disable-addon-signing.patch
  thunderbird/trunk/metainfo.patch
Modified:
  thunderbird/trunk/PKGBUILD

-+
 PKGBUILD|   20 ++--
 disable-addon-signing.patch |   52 ++
 metainfo.patch  |   11 
 3 files changed, 76 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 22:41:39 UTC (rev 423603)
+++ PKGBUILD2021-09-08 23:01:29 UTC (rev 423604)
@@ -8,7 +8,7 @@
 pkgbase=thunderbird
 pkgname=(thunderbird)
 pkgver=91.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Standalone mail and news reader from mozilla.org'
 url='https://www.mozilla.org/thunderbird/'
 arch=(x86_64)
@@ -22,12 +22,9 @@
   libicuuc.so freetype2 libfreetype.so fontconfig libfontconfig.so glib2
   libglib-2.0.so pixman libpixman-1.so gnupg
 )
-optdepends=(
-  'libotr: OTR support for active one-to-one chats'
-)
 makedepends=(
   unzip zip diffutils python python-setuptools yasm nasm mesa imake libpulse
-  inetutils xorg-server-xvfb autoconf2.13 rust clang llvm cbindgen nodejs
+  xorg-server-xvfb autoconf2.13 rust clang llvm cbindgen nodejs
   gawk perl findutils libotr
 )
 options=(!emptydirs !makeflags)
@@ -35,7 +32,9 @@
 thunderbird.desktop
 vendor-prefs.js
 distribution.ini
-mozconfig.cfg)
+mozconfig.cfg
+metainfo.patch
+disable-addon-signing.patch)
 validpgpkeys=(
   14F26682D0916CDD81E37B6D61B7B526D98F0353 # Mozilla Software Releases 

   4360FE2109C49763186F8E21EBE41E90F6F12F6D # Mozilla Software Releases 

@@ -85,7 +84,10 @@
 }
 
 package_thunderbird() {
-  optdepends=('libcanberra: sound support')
+  optdepends=(
+'libotr: OTR support for active one-to-one chats'
+'libnotify: Notification integration'
+  )
 
   cd $pkgname-$pkgver
   DESTDIR="$pkgdir" ./mach install
@@ -93,6 +95,8 @@
   install -Dm 644 ../vendor-prefs.js -t 
"$pkgdir/usr/lib/$pkgname/defaults/pref"
   install -Dm 644 ../distribution.ini -t 
"$pkgdir/usr/lib/$pkgname/distribution"
   install -Dm 644 ../thunderbird.desktop -t "$pkgdir/usr/share/applications"
+  install -Dm 644 
comm/mail/branding/thunderbird/net.thunderbird.Thunderbird.appdata.xml \
+"$pkgdir/usr/share/metainfo/net.thunderbird.Thunderbird.appdata.xml"
 
   for i in 16 22 24 32 48 64 128 256; do
 install -Dm644 comm/mail/branding/thunderbird/default${i}.png \
@@ -216,6 +220,8 @@
 
'6918c0de63deeddc6f53b9ba331390556c12e0d649cf54587dfaabb98b32d6a597b63cf02809c7c58b15501720455a724d527375a8fb9d757ccca57460320734'
 
'5cd3ac4c94ef6dcce72fba02bc18b771a2f67906ff795e0e3d71ce7db6d8a41165bd5443908470915bdbdb989cf3f837c4ba3a36413f55ec570e6efdbb9f'
 
'328422adac0cfe6af4ecdcd864004b7ada8f8171aa954fecc23a7e883e90a9bb0848372faa1100440dc754922f965e1e7b98c185aa88df190bff1051d2146c85'
+
'7e43b1f25827ddae615ad43fc1e11c6ba439d6c2049477dfe60e00188a70c0a76160c59a97cc01d1fd99c476f261c7cecb57628b5be48874be7cf991c22db290'
+
'230c87675244b6ffe09953a4fb2fe966b66dbd2b876dcdab61d8b7f43a919226887d188934e61f6d4cefb1252178b5d8fd25da5566f18b07b9bdea754eeaa266'
 
'8cce7b8044360bf13a4c5274ad99f7f6ed6b4ea326d4d71fe02a612af544ebd558d04817ec0fbd325800ad3bcc12ae23677744391ee42520fc9bdc7776bdf141'
 
'771dda615d6e6e8c93b57aa3fb9a7e3ca1ac199ab691e8ee16e40e8960d9f6b5bb2df990bf1431766b222c6808316f2fbe2367d3be78a4a1c5a6ad41badf0dc3'
 
'082aae91c3cf2ce70b4c42d4036b0ef5e3827a55c047b91e0ca5e38cfe0f536f7d166084cd52057eea5517bc2d3d0562ac79949d7c55f3cf5571ce64c0990488'

Added: disable-addon-signing.patch
===
--- disable-addon-signing.patch (rev 0)
+++ disable-addon-signing.patch 2021-09-08 23:01:29 UTC (rev 423604)
@@ -0,0 +1,52 @@
+
+# HG changeset patch
+# User Rob Lemley 
+# Date 1630704147 0
+# Node ID 56c3c3a87360237414e838ea8fe8547d597e0ff0
+# Parent  b56ce92dbc14fb3a55f771d6a85e89e73e6f25d0
+Bug 1727113 - Never require that addons are signed for Thunderbird. 
r=john.bieling
+
+imply_option apparently can be used to override config options that do not
+have a --enable/disable flag and are set (for Firefox) only via build time
+environment variables.
+
+This will effectively disable addon signing for all Thunderbird builds
+regardless of MOZ_REQUIRE_SIGNING's presence or value.
+
+Testing on Daily is not too useful, beta or release versions should be tested
+thoroughly.
+

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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 22:44:47
  Author: anthraxx
Revision: 1012988

archrelease: copy trunk to community-x86_64

Added:
  tlsh/repos/community-x86_64/PKGBUILD
(from rev 1012987, tlsh/trunk/PKGBUILD)
Deleted:
  tlsh/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 22:44:43 UTC (rev 1012987)
+++ PKGBUILD2021-09-08 22:44:47 UTC (rev 1012988)
@@ -1,67 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=tlsh
-pkgname=('tlsh' 'python-tlsh')
-pkgver=3.17.0
-pkgrel=4
-pkgdesc='Fuzzy matching library that generates a hash value which can be used 
for similarity comparisons'
-url='https://github.com/trendmicro/tlsh'
-arch=('x86_64')
-license=('Apache')
-makedepends=('cmake' 'python' 'gcc-libs')
-source=(https://github.com/trendmicro/${pkgbase}/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('810cecdda1632ecb836278e5a58560d5b2b7911d02ed7419dc02b6a38e635985')
-sha512sums=('81664da8cffb2fd7632ca63b7662a8de3d09ce9b697dbaac8b92aa40fb2d49c440c1489f01d16ff6475754bc1406bc6b30579941d85319b63811dd0dd22ef765')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  # remove garbage
-  sed '/set(CMAKE_EXE_LINKER_FLAGS/d' -i CMakeLists.txt
-  sed '/set(CMAKE_CXX_FLAGS/d' -i CMakeLists.txt
-  sed 's|TLSH_SHARED_LIBRARY 0|TLSH_SHARED_LIBRARY 1|' -i src/CMakeLists.txt
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  mkdir -p build
-  (cd build
-cmake .. \
-  -DCMAKE_BUILD_TYPE=None \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  -DCMAKE_CXX_FLAGS="${CXXFLAGS} ${CPPFLAGS}"
-make
-  )
-  (cd bin
-cmake -E create_symlink tlsh_unittest tlsh
-  )
-  (cd py_ext
-python setup.py build
-  )
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  (cd build
-make test
-  )
-  (cd Testing
-./test.sh
-  )
-}
-
-package_tlsh() {
-  depends=('gcc-libs')
-  provides=('libtlsh.so')
-  cd ${pkgbase}-${pkgver}
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 755 bin/tlsh_unittest -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python-tlsh() {
-  depends=('python')
-  cd ${pkgbase}-${pkgver}/py_ext
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: tlsh/repos/community-x86_64/PKGBUILD (from rev 1012987, 
tlsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 22:44:47 UTC (rev 1012988)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=tlsh
+pkgname=('tlsh' 'python-tlsh')
+pkgver=4.7.2
+pkgrel=1
+pkgdesc='Fuzzy matching library that generates a hash value which can be used 
for similarity comparisons'
+url='https://github.com/trendmicro/tlsh'
+arch=('x86_64')
+license=('Apache')
+makedepends=('cmake' 'python' 'gcc-libs')
+source=(https://github.com/trendmicro/${pkgbase}/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('243cad3511ac71be787d704fbea4fb6b9c8b62f3dc2887fa1155ced29e755927')
+sha512sums=('4506f3a1c515e57957a8bc012f7a5aef4605ab9684fa759d981fe0ec6d6d16f53af2626b755f5dcb27d6957bf37f47f57666cfb2965dd7e65aabf4c5ffb01a7e')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  # remove garbage
+  sed '/set(CMAKE_EXE_LINKER_FLAGS/d' -i CMakeLists.txt
+  sed '/set(CMAKE_CXX_FLAGS/d' -i CMakeLists.txt
+  sed 's|TLSH_SHARED_LIBRARY 0|TLSH_SHARED_LIBRARY 1|' -i src/CMakeLists.txt
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  mkdir -p build
+  (cd build
+cmake .. \
+  -DCMAKE_BUILD_TYPE=None \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DCMAKE_CXX_FLAGS="${CXXFLAGS} ${CPPFLAGS}"
+make
+  )
+  (cd bin
+cmake -E create_symlink tlsh_unittest tlsh
+  )
+  (cd py_ext
+python setup.py build
+  )
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  (cd build
+make test
+  )
+  (cd Testing
+./test.sh
+  )
+}
+
+package_tlsh() {
+  depends=('gcc-libs')
+  provides=('libtlsh.so')
+  cd ${pkgbase}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 755 bin/tlsh_unittest -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python-tlsh() {
+  depends=('python')
+  cd ${pkgbase}-${pkgver}/py_ext
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 22:44:43
  Author: anthraxx
Revision: 1012987

upgpkg: tlsh 4.7.2-1

Modified:
  tlsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 22:42:48 UTC (rev 1012986)
+++ PKGBUILD2021-09-08 22:44:43 UTC (rev 1012987)
@@ -2,8 +2,8 @@
 
 pkgbase=tlsh
 pkgname=('tlsh' 'python-tlsh')
-pkgver=3.17.0
-pkgrel=4
+pkgver=4.7.2
+pkgrel=1
 pkgdesc='Fuzzy matching library that generates a hash value which can be used 
for similarity comparisons'
 url='https://github.com/trendmicro/tlsh'
 arch=('x86_64')
@@ -10,8 +10,8 @@
 license=('Apache')
 makedepends=('cmake' 'python' 'gcc-libs')
 
source=(https://github.com/trendmicro/${pkgbase}/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('810cecdda1632ecb836278e5a58560d5b2b7911d02ed7419dc02b6a38e635985')
-sha512sums=('81664da8cffb2fd7632ca63b7662a8de3d09ce9b697dbaac8b92aa40fb2d49c440c1489f01d16ff6475754bc1406bc6b30579941d85319b63811dd0dd22ef765')
+sha256sums=('243cad3511ac71be787d704fbea4fb6b9c8b62f3dc2887fa1155ced29e755927')
+sha512sums=('4506f3a1c515e57957a8bc012f7a5aef4605ab9684fa759d981fe0ec6d6d16f53af2626b755f5dcb27d6957bf37f47f57666cfb2965dd7e65aabf4c5ffb01a7e')
 
 prepare() {
   cd ${pkgbase}-${pkgver}



[arch-commits] Commit in steam/repos/multilib-x86_64 (4 files)

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 22:42:48
  Author: anthraxx
Revision: 1012986

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 1012985, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/steam-runtime.sh
(from rev 1012985, steam/trunk/steam-runtime.sh)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/steam-runtime.sh

--+
 PKGBUILD |  126 ++---
 steam-runtime.sh |4 -
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 22:42:44 UTC (rev 1012985)
+++ PKGBUILD2021-09-08 22:42:48 UTC (rev 1012986)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Daniel Wallace 
-# Contributor: K900 
-
-pkgname=steam
-pkgver=1.0.0.71
-pkgrel=1
-pkgdesc="Valve's digital software delivery system"
-url='https://steampowered.com/'
-arch=('x86_64')
-license=('custom')
-depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus'
- 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss' 
'usbutils'
- 'xorg-xrandr' 'vulkan-driver' 'vulkan-icd-loader' 'lsof' 'python')
-depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss'
-'lib32-alsa-plugins' 'lib32-libgpg-error'
-'lib32-nss' 'lib32-vulkan-driver' 'lib32-vulkan-icd-loader')
-optdepends=('steam-native-runtime: steam native runtime support')
-source=(https://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}{.tar.gz,.dsc}
-steam-runtime.sh)
-sha512sums=('20205ccd14dd1b48b85a3288cdce39116a601260e70b9d5811cb1786be766f235153d199e64dd4e794553c5957ce41e9b671cf044f2bdddbb0f99f0c1e08b83e'
-
'788e7a12752ccaa95294ea024db4c3775aecba8c1f96e163df71ff28c92ce62cf2d23ccca649b5b7da681ab7222c5bf961dfe0665fed92e1fb2fac9a11a03f20'
-
'5e75c019e9fe8c67d686c4e3343dac1180a69a4bdb7d39b333415c63201eef9b98da5619dbf6fd8daa6884e65bc7f8afc9e52778682425e5a75987d527eae6f0')
-b2sums=('10cea5d3f31cd55401d68831f95a593e62a41b274cfd6e1da10585249a43e7e21f8d281e9df2b3407ceccbbec401be5d75a9951c5787cef49686acc8431e14a0'
-
'6ecd03f4ade7702117042ac6d64d3053198c51c2cbc0432939926d4234acef7a9293ab74239278cf3051d3f81bf57739c155b5f551f29662650aa02dda5b440a'
-
'c6bac99336b7c30fec7cdbaf9e949555c687dd9dff50bcae136134d6314f4b841f5fc66ddb2caac1b003690b926fd4afbdc11da143b4674db4b75f27709fdd23')
-validpgpkeys=('BA1816EF8E75005FCF5E27A1F24AEA9FB05498B7') # 
li...@steampowered.com
-
-prepare() {
-  cd ${pkgname}-launcher
-  # apply roundups for udev rules
-  sed -r 's|("0666")|"0660", TAG+="uaccess"|g' -i 
subprojects/steam-devices/60-steam-input.rules
-  sed -r 's|("misc")|\1, OPTIONS+="static_node=uinput"|g' -i 
subprojects/steam-devices/60-steam-input.rules
-  sed -r 's|(, TAG\+="uaccess")|, MODE="0660"\1|g' -i 
subprojects/steam-devices/60-steam-vr.rules
-
-  # separated runtime/native desktop files
-  sed -r 's|(Name=Steam)|\1 (Runtime)|' -i steam.desktop
-  sed -r 's|(/usr/bin/steam)|\1-runtime|' -i steam.desktop
-}
-
-package() {
-  cd ${pkgname}-launcher
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 755 "${srcdir}/steam-runtime.sh" 
"${pkgdir}/usr/bin/steam-runtime"
-  install -d "${pkgdir}/usr/lib/steam"
-  mv "${pkgdir}/usr/bin/steam" "${pkgdir}/usr/lib/steam/steam"
-  ln -sf /usr/bin/steam-runtime "${pkgdir}/usr/bin/steam"
-
-  install -Dm 644 COPYING steam_subscriber_agreement.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 debian/changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # blank steamdeps because apt-get
-  ln -sf /usr/bin/true "${pkgdir}/usr/bin/steamdeps"
-
-  install -Dm 644 subprojects/steam-devices/60-steam-input.rules \
-"${pkgdir}/usr/lib/udev/rules.d/70-steam-input.rules"
-  install -Dm 644 subprojects/steam-devices/60-steam-vr.rules \
-"${pkgdir}/usr/lib/udev/rules.d/70-steam-vr.rules"
-}
-
-# vim: ts=2 sw=2 et:

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 1012985, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 22:42:48 UTC (rev 1012986)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Daniel Wallace 
+# Contributor: K900 
+
+pkgname=steam
+pkgver=1.0.0.72
+pkgrel=1
+pkgdesc="Valve's digital software delivery system"
+url='https://steampowered.com/'
+arch=('x86_64')
+license=('custom')
+depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus'
+ 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss' 
'usbutils'
+ 'xorg-xrandr' 'vulkan-driver' 'vulkan-icd-loader' 'lsof' 'python')
+depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 

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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 22:42:44
  Author: anthraxx
Revision: 1012985

upgpkg: steam 1.0.0.72-1

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 22:37:23 UTC (rev 1012984)
+++ PKGBUILD2021-09-08 22:42:44 UTC (rev 1012985)
@@ -4,7 +4,7 @@
 # Contributor: K900 
 
 pkgname=steam
-pkgver=1.0.0.71
+pkgver=1.0.0.72
 pkgrel=1
 pkgdesc="Valve's digital software delivery system"
 url='https://steampowered.com/'
@@ -19,11 +19,11 @@
 optdepends=('steam-native-runtime: steam native runtime support')
 
source=(https://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}{.tar.gz,.dsc}
 steam-runtime.sh)
-sha512sums=('20205ccd14dd1b48b85a3288cdce39116a601260e70b9d5811cb1786be766f235153d199e64dd4e794553c5957ce41e9b671cf044f2bdddbb0f99f0c1e08b83e'
-
'788e7a12752ccaa95294ea024db4c3775aecba8c1f96e163df71ff28c92ce62cf2d23ccca649b5b7da681ab7222c5bf961dfe0665fed92e1fb2fac9a11a03f20'
+sha512sums=('63b136078a830e25eb9669cce1706d40b15469a0bb30c1dcd1239efa57f86f53aa6466745c639ff1625e9131fb72a5d9a656156a1021ca791771c84198ea7d84'
+
'57a2253f13f4ce2e0f7f52e5a1d0753d7429d7ed730b11613f8de0588cd840c2aa9be0a7f4bae704fb548fd80856f67204f738d57bc0361a8479d29ceb3fb59b'
 
'5e75c019e9fe8c67d686c4e3343dac1180a69a4bdb7d39b333415c63201eef9b98da5619dbf6fd8daa6884e65bc7f8afc9e52778682425e5a75987d527eae6f0')
-b2sums=('10cea5d3f31cd55401d68831f95a593e62a41b274cfd6e1da10585249a43e7e21f8d281e9df2b3407ceccbbec401be5d75a9951c5787cef49686acc8431e14a0'
-
'6ecd03f4ade7702117042ac6d64d3053198c51c2cbc0432939926d4234acef7a9293ab74239278cf3051d3f81bf57739c155b5f551f29662650aa02dda5b440a'
+b2sums=('1bcf86fe05351ea77cf485879250bbd547d4b4acedb13274787be6139a7350a0d03a6b5959ce49cd07bfe7b4d5b3be1a28654d865d91f7a9036f7022bc8f2a54'
+
'0f0c9038eefcbbb1fd45bbabe26ffb12ec749899d3b212487d90dfa19553b11136d348129fddde1949e7f3db98dab1af329150d1d70f64a0c52bf1b22f955b97'
 
'c6bac99336b7c30fec7cdbaf9e949555c687dd9dff50bcae136134d6314f4b841f5fc66ddb2caac1b003690b926fd4afbdc11da143b4674db4b75f27709fdd23')
 validpgpkeys=('BA1816EF8E75005FCF5E27A1F24AEA9FB05498B7') # 
li...@steampowered.com
 



[arch-commits] Commit in visualvm/repos/extra-x86_64 (6 files)

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 22:41:39
  Author: anthraxx
Revision: 423603

archrelease: copy trunk to extra-x86_64

Added:
  visualvm/repos/extra-x86_64/PKGBUILD
(from rev 423602, visualvm/trunk/PKGBUILD)
  visualvm/repos/extra-x86_64/icon.png
(from rev 423602, visualvm/trunk/icon.png)
  visualvm/repos/extra-x86_64/visualvm.desktop
(from rev 423602, visualvm/trunk/visualvm.desktop)
Deleted:
  visualvm/repos/extra-x86_64/PKGBUILD
  visualvm/repos/extra-x86_64/icon.png
  visualvm/repos/extra-x86_64/visualvm.desktop

--+
 PKGBUILD |   99 +++--
 visualvm.desktop |   16 
 2 files changed, 59 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 22:41:34 UTC (rev 423602)
+++ PKGBUILD2021-09-08 22:41:39 UTC (rev 423603)
@@ -1,48 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillaume ALAUX 
-# Contributor: Kristof JOZSA 
-# Contributor: Andrius Semionovas 
-
-pkgname=visualvm
-pkgver=2.0.7
-_shortver=${pkgver//\./}
-pkgrel=1
-pkgdesc='Visual tool integrating several commandline JDK tools and lightweight 
profiling capabilities'
-url='https://visualvm.github.io/'
-arch=('x86_64')
-license=('custom:GPL')
-depends=('java-environment')
-source=(https://github.com/visualvm/visualvm.src/releases/download/${pkgver}/${pkgname}_${_shortver}.zip
-visualvm.desktop
-icon.png)
-sha256sums=('7247bb703483f21a1dbe0ff045553b0234a1e94cc1136ab2a0ea88a1478de4e8'
-'e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441'
-'452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864')
-
-package() {
-  cd ${pkgname}_${_shortver}
-
-  install -d "${pkgdir}/usr/share/${pkgname}"
-  cp -R bin platform visualvm "${pkgdir}/usr/share/${pkgname}"
-
-  install -d "${pkgdir}/etc/${pkgname}"
-  cp -R etc/* "${pkgdir}/etc/${pkgname}"
-  ln -s /etc/${pkgname} "${pkgdir}/usr/share/${pkgname}/etc"
-  # 'visualvm' shell script cannot even set his own variable 'visualvm_jdkhome'
-  sed -i \
--e 's|#visualvm_jdkhome="/path/to/jdk"|visualvm_jdkhome="${JAVA_HOME}"|' \
--e 
's|visualvm_default_options="|visualvm_default_options="-J-Dawt.useSystemAAFontSettings=on
 |' \
-  "${pkgdir}/etc/${pkgname}/visualvm.conf"
-
-  find "${pkgdir}"/usr/share/${pkgname} \( -name "*.exe" -o -name "*.dll" \) 
-delete
-
-  install -d "${pkgdir}/usr/bin"
-  ln -s /usr/share/${pkgname}/bin/visualvm "${pkgdir}/usr/bin/${pkgname}"
-
-  install -Dm 644 "${srcdir}/icon.png" -t "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 "${srcdir}/visualvm.desktop" -t 
"${pkgdir}/usr/share/applications"
-
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: visualvm/repos/extra-x86_64/PKGBUILD (from rev 423602, 
visualvm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 22:41:39 UTC (rev 423603)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillaume ALAUX 
+# Contributor: Kristof JOZSA 
+# Contributor: Andrius Semionovas 
+
+pkgname=visualvm
+pkgver=2.1
+_shortver=${pkgver//\./}
+pkgrel=1
+pkgdesc='Visual tool integrating several commandline JDK tools and lightweight 
profiling capabilities'
+url='https://visualvm.github.io/'
+arch=('x86_64')
+license=('custom:GPL')
+depends=('java-environment')
+source=(https://github.com/visualvm/visualvm.src/releases/download/${pkgver}/${pkgname}_${_shortver}.zip
+visualvm.desktop
+icon.png)
+sha256sums=('40803e02fdbc49c7db1a45bc577d78cea65aef9a38bfff402482500fdae2d072'
+'e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441'
+'452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864')
+b2sums=('5176db3d6f6716c009201ece5e8e123341253d02062cbc66aa1f36cc002e5245e81c5a644ad6f49e438adcf183e82d2bbe4609a166bd8e251d3f49cf0b1663eb'
+
'ec51d5613e0b8103c5596b8549bfea2eb7cf6fe7792c790ef67007d469c3ddb0fb8990f9ea1aa575f412b62787c43225a583c2d6936393cbcb1938d396717e18'
+
'5f7659620de6b3d67716e700a5e8724e03cf3343c188a2d5c2470950c27c8e045209e87951971a969497b38f0dd5eff8a021e427367b838254040c6d25eb0b5d')
+
+package() {
+  cd ${pkgname}_${_shortver}
+
+  install -d "${pkgdir}/usr/share/${pkgname}"
+  cp -R bin platform visualvm "${pkgdir}/usr/share/${pkgname}"
+
+  install -d "${pkgdir}/etc/${pkgname}"
+  cp -R etc/* "${pkgdir}/etc/${pkgname}"
+  ln -s /etc/${pkgname} "${pkgdir}/usr/share/${pkgname}/etc"
+  # 'visualvm' shell script cannot even set his own variable 'visualvm_jdkhome'
+  sed -i \
+-e 's|#visualvm_jdkhome="/path/to/jdk"|visualvm_jdkhome="${JAVA_HOME}"|' \
+-e 
's|visualvm_default_options="|visualvm_default_options="-J-Dawt.useSystemAAFontSettings=on
 |' \
+  "${pkgdir}/etc/${pkgname}/visualvm.conf"
+
+  find 

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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 22:41:34
  Author: anthraxx
Revision: 423602

upgpkg: visualvm 2.1-1

Modified:
  visualvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 22:12:14 UTC (rev 423601)
+++ PKGBUILD2021-09-08 22:41:34 UTC (rev 423602)
@@ -4,7 +4,7 @@
 # Contributor: Andrius Semionovas 
 
 pkgname=visualvm
-pkgver=2.0.7
+pkgver=2.1
 _shortver=${pkgver//\./}
 pkgrel=1
 pkgdesc='Visual tool integrating several commandline JDK tools and lightweight 
profiling capabilities'
@@ -15,9 +15,12 @@
 
source=(https://github.com/visualvm/visualvm.src/releases/download/${pkgver}/${pkgname}_${_shortver}.zip
 visualvm.desktop
 icon.png)
-sha256sums=('7247bb703483f21a1dbe0ff045553b0234a1e94cc1136ab2a0ea88a1478de4e8'
+sha256sums=('40803e02fdbc49c7db1a45bc577d78cea65aef9a38bfff402482500fdae2d072'
 'e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441'
 '452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864')
+b2sums=('5176db3d6f6716c009201ece5e8e123341253d02062cbc66aa1f36cc002e5245e81c5a644ad6f49e438adcf183e82d2bbe4609a166bd8e251d3f49cf0b1663eb'
+
'ec51d5613e0b8103c5596b8549bfea2eb7cf6fe7792c790ef67007d469c3ddb0fb8990f9ea1aa575f412b62787c43225a583c2d6936393cbcb1938d396717e18'
+
'5f7659620de6b3d67716e700a5e8724e03cf3343c188a2d5c2470950c27c8e045209e87951971a969497b38f0dd5eff8a021e427367b838254040c6d25eb0b5d')
 
 package() {
   cd ${pkgname}_${_shortver}



[arch-commits] Commit in lib32-libxslt/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 22:37:23
  Author: anthraxx
Revision: 1012984

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxslt/repos/multilib-x86_64/PKGBUILD
(from rev 1012983, lib32-libxslt/trunk/PKGBUILD)
Deleted:
  lib32-libxslt/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 22:37:10 UTC (rev 1012983)
+++ PKGBUILD2021-09-08 22:37:23 UTC (rev 1012984)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-_pkgbasename=libxslt
-pkgname=lib32-libxslt
-pkgver=1.1.34
-pkgrel=1
-pkgdesc="XML stylesheet transformation library (32-bit)"
-arch=('x86_64')
-url="http://xmlsoft.org/XSLT/;
-license=('custom')
-depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt' 'lib32-xz')
-makedepends=(gcc-multilib git)
-_commit=3653123f992db24cec417d12600f4c67388025e3  # tags/v1.1.34^0
-source=("git+https://gitlab.gnome.org/GNOME/libxslt.git#commit=$_commit;)
-md5sums=('SKIP')
-
-pkgver() {
-  cd "${_pkgbasename}"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd "${_pkgbasename}"
-
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${_pkgbasename}"
-  ./configure --prefix=/usr --libdir=/usr/lib32 --without-python
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "${_pkgbasename}"
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/licenses
-  ln -s ${_pkgbasename} "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.a
-}

Copied: lib32-libxslt/repos/multilib-x86_64/PKGBUILD (from rev 1012983, 
lib32-libxslt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 22:37:23 UTC (rev 1012984)
@@ -0,0 +1,59 @@
+# Maintainer: Sven-Hendrik Haase 
+
+_pkgbasename=libxslt
+pkgname=lib32-libxslt
+pkgver=1.1.34
+pkgrel=2
+pkgdesc="XML stylesheet transformation library (32-bit)"
+arch=('x86_64')
+url="http://xmlsoft.org/XSLT/;
+license=('custom')
+depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt' 'lib32-xz')
+makedepends=(git)
+_commit=3653123f992db24cec417d12600f4c67388025e3  # tags/v1.1.34^0
+source=("git+https://gitlab.gnome.org/GNOME/libxslt.git#commit=$_commit;)
+md5sums=('SKIP')
+
+pkgver() {
+  cd "${_pkgbasename}"
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd "${_pkgbasename}"
+
+  # Fix build with libxml libxml2-2.9.12
+  git cherry-pick -n 9ae2f94df1721e002941b40665efb762aefcea1a
+  git cherry-pick -n 824657768aea2cce9c23e72ba8085cb5e44350c7
+  git cherry-pick -n 77c26bad0433541f486b1e7ced44ca9979376908
+
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${_pkgbasename}"
+  ./configure --prefix=/usr --libdir=/usr/lib32 --without-python 
--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd "${_pkgbasename}"
+  make check
+}
+
+package() {
+  cd "${_pkgbasename}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/licenses
+  ln -s ${_pkgbasename} "${pkgdir}"/usr/share/licenses/${pkgname}
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.a
+}



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 22:37:10
  Author: anthraxx
Revision: 1012983

upgpkg: lib32-libxslt 1.1.34-2: backport libxml2 2.9.12 fixes

Modified:
  lib32-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 22:30:33 UTC (rev 1012982)
+++ PKGBUILD2021-09-08 22:37:10 UTC (rev 1012983)
@@ -1,14 +1,15 @@
 # Maintainer: Sven-Hendrik Haase 
+
 _pkgbasename=libxslt
 pkgname=lib32-libxslt
 pkgver=1.1.34
-pkgrel=1
+pkgrel=2
 pkgdesc="XML stylesheet transformation library (32-bit)"
 arch=('x86_64')
 url="http://xmlsoft.org/XSLT/;
 license=('custom')
 depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt' 'lib32-xz')
-makedepends=(gcc-multilib git)
+makedepends=(git)
 _commit=3653123f992db24cec417d12600f4c67388025e3  # tags/v1.1.34^0
 source=("git+https://gitlab.gnome.org/GNOME/libxslt.git#commit=$_commit;)
 md5sums=('SKIP')
@@ -15,12 +16,17 @@
 
 pkgver() {
   cd "${_pkgbasename}"
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 prepare() {
   cd "${_pkgbasename}"
 
+  # Fix build with libxml libxml2-2.9.12
+  git cherry-pick -n 9ae2f94df1721e002941b40665efb762aefcea1a
+  git cherry-pick -n 824657768aea2cce9c23e72ba8085cb5e44350c7
+  git cherry-pick -n 77c26bad0433541f486b1e7ced44ca9979376908
+
   sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
   NOCONFIGURE=1 ./autogen.sh
 }
@@ -31,11 +37,16 @@
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
   cd "${_pkgbasename}"
-  ./configure --prefix=/usr --libdir=/usr/lib32 --without-python
+  ./configure --prefix=/usr --libdir=/usr/lib32 --without-python 
--disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
+check() {
+  cd "${_pkgbasename}"
+  make check
+}
+
 package() {
   cd "${_pkgbasename}"
   make DESTDIR="${pkgdir}" install



[arch-commits] Commit in lib32-libxml2/repos/multilib-x86_64 (3 files)

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 22:30:33
  Author: anthraxx
Revision: 1012982

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxml2/repos/multilib-x86_64/PKGBUILD
(from rev 1012981, lib32-libxml2/trunk/PKGBUILD)
Deleted:
  lib32-libxml2/repos/multilib-x86_64/PKGBUILD
  lib32-libxml2/repos/multilib-x86_64/libxml2-2.9.10-icu68.patch

+
 PKGBUILD   |  124 ++-
 libxml2-2.9.10-icu68.patch |   28 -
 2 files changed, 66 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 22:30:29 UTC (rev 1012981)
+++ PKGBUILD2021-09-08 22:30:33 UTC (rev 1012982)
@@ -1,58 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jan de Groot 
-# Contributor: John Proctor 
-
-_pkgbasename=libxml2
-pkgname=lib32-$_pkgbasename
-pkgver=2.9.10
-pkgrel=4
-pkgdesc='XML parsing library, version 2 (32-bit)'
-url="http://www.xmlsoft.org/;
-arch=(x86_64)
-license=(MIT)
-depends=(lib32-zlib lib32-readline lib32-ncurses lib32-xz lib32-icu libxml2)
-makedepends=(git)
-_commit=41a34e1f4ffae2ce401600dbb5fe43f8fe402641  # tags/v2.9.10^0
-source=("git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit;
-libxml2-2.9.10-icu68.patch)
-sha256sums=('SKIP'
-'f02a435761f26ff664041d49f9d05924dc627bf103c7f542feee891f69aa84a2')
-
-pkgver() {
-  cd ${_pkgbasename}
-  git describe --always --tags | sed 
's/-rc/rc/;s/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd ${_pkgbasename}
-  patch -Np1 -i ../libxml2-2.9.10-icu68.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${_pkgbasename}
-
-  ./configure \
---prefix=/usr \
---with-threads \
---with-history \
---with-icu \
---libdir=/usr/lib32
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-package() {
-  cd ${_pkgbasename}
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/usr/lib32/xml2Conf.sh"
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libxml2/repos/multilib-x86_64/PKGBUILD (from rev 1012981, 
lib32-libxml2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 22:30:33 UTC (rev 1012982)
@@ -0,0 +1,66 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jan de Groot 
+# Contributor: Tom Gundersen 
+# Contributor: John Proctor 
+
+_pkgbasename=libxml2
+pkgname=lib32-$_pkgbasename
+pkgver=2.9.12
+pkgrel=1
+pkgdesc='XML parsing library, version 2 (32-bit)'
+url='http://www.xmlsoft.org/'
+arch=(x86_64)
+license=(MIT)
+depends=(lib32-zlib lib32-readline lib32-ncurses lib32-xz lib32-icu libxml2)
+makedepends=(git)
+_commit=b48e77cf4f6fa0792c5f4b639707a2b0675e461b  # tags/v2.9.12^0
+source=("git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${_pkgbasename}
+  git describe --always --tags | sed 
's/-rc/rc/;s/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd ${_pkgbasename}
+
+  # Work around lxml API abuse
+  git cherry-pick -n 85b1792e37b131e7a51af98a37f92472e8de5f3f
+  # Fix regression in xmlNodeDumpOutputInternal
+  git cherry-pick -n 13ad8736d294536da4cbcd70a96b0a2fbf47070c
+  # Fix XPath recursion limit
+  git cherry-pick -n 3e1aad4fe584747fd7d17cc7b2863a78e2d21a77
+  # Fix whitespace when serializing empty HTML documents
+  git cherry-pick -n 92d9ab4c28842a09ca2b76d3ff2f933e01b6cd6f
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${_pkgbasename}
+
+  ./configure \
+--prefix=/usr \
+--with-threads \
+--with-history \
+--with-icu \
+--libdir=/usr/lib32
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+package() {
+  cd ${_pkgbasename}
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/usr/lib32/xml2Conf.sh"
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libxml2-2.9.10-icu68.patch
===
--- libxml2-2.9.10-icu68.patch  2021-09-08 22:30:29 UTC (rev 1012981)
+++ libxml2-2.9.10-icu68.patch  2021-09-08 22:30:33 UTC (rev 1012982)
@@ -1,28 +0,0 @@
-From b516ed189eb440e909f36baca1557b98e4d9ffd7 Mon Sep 17 00:00:00 2001
-From: Frederik Seiffert 
-Date: Thu, 12 Nov 2020 12:53:43 +0100
-Subject: [PATCH] Fix building with ICU 68.
-
-ICU 68 no longer defines the TRUE macro.
-
-Closes #204.

- encoding.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/encoding.c 

[arch-commits] Commit in lib32-libxml2/trunk (libxml2-2.9.10-icu68.patch)

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 22:30:29
  Author: anthraxx
Revision: 1012981

upgpkg: lib32-libxml2 2.9.12-1

Deleted:
  lib32-libxml2/trunk/libxml2-2.9.10-icu68.patch

+
 libxml2-2.9.10-icu68.patch |   28 
 1 file changed, 28 deletions(-)

Deleted: libxml2-2.9.10-icu68.patch
===
--- libxml2-2.9.10-icu68.patch  2021-09-08 22:29:41 UTC (rev 1012980)
+++ libxml2-2.9.10-icu68.patch  2021-09-08 22:30:29 UTC (rev 1012981)
@@ -1,28 +0,0 @@
-From b516ed189eb440e909f36baca1557b98e4d9ffd7 Mon Sep 17 00:00:00 2001
-From: Frederik Seiffert 
-Date: Thu, 12 Nov 2020 12:53:43 +0100
-Subject: [PATCH] Fix building with ICU 68.
-
-ICU 68 no longer defines the TRUE macro.
-
-Closes #204.

- encoding.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/encoding.c b/encoding.c
-index c34aca44..264f60bb 100644
 a/encoding.c
-+++ b/encoding.c
-@@ -2004,7 +2004,7 @@ xmlEncOutputChunk(xmlCharEncodingHandler *handler, 
unsigned char *out,
- #ifdef LIBXML_ICU_ENABLED
- else if (handler->uconv_out != NULL) {
- ret = xmlUconvWrapper(handler->uconv_out, 0, out, outlen, in, inlen,
--  TRUE);
-+  1);
- }
- #endif /* LIBXML_ICU_ENABLED */
- else {
--- 
-GitLab
-



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 22:29:41
  Author: anthraxx
Revision: 1012980

upgpkg: lib32-libxml2 2.9.12-1

Modified:
  lib32-libxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 22:03:54 UTC (rev 1012979)
+++ PKGBUILD2021-09-08 22:29:41 UTC (rev 1012980)
@@ -1,22 +1,21 @@
 # Maintainer: Levente Polyak 
 # Maintainer: Jan de Groot 
+# Contributor: Tom Gundersen 
 # Contributor: John Proctor 
 
 _pkgbasename=libxml2
 pkgname=lib32-$_pkgbasename
-pkgver=2.9.10
-pkgrel=4
+pkgver=2.9.12
+pkgrel=1
 pkgdesc='XML parsing library, version 2 (32-bit)'
-url="http://www.xmlsoft.org/;
+url='http://www.xmlsoft.org/'
 arch=(x86_64)
 license=(MIT)
 depends=(lib32-zlib lib32-readline lib32-ncurses lib32-xz lib32-icu libxml2)
 makedepends=(git)
-_commit=41a34e1f4ffae2ce401600dbb5fe43f8fe402641  # tags/v2.9.10^0
-source=("git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit;
-libxml2-2.9.10-icu68.patch)
-sha256sums=('SKIP'
-'f02a435761f26ff664041d49f9d05924dc627bf103c7f542feee891f69aa84a2')
+_commit=b48e77cf4f6fa0792c5f4b639707a2b0675e461b  # tags/v2.9.12^0
+source=("git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd ${_pkgbasename}
@@ -25,7 +24,16 @@
 
 prepare() {
   cd ${_pkgbasename}
-  patch -Np1 -i ../libxml2-2.9.10-icu68.patch
+
+  # Work around lxml API abuse
+  git cherry-pick -n 85b1792e37b131e7a51af98a37f92472e8de5f3f
+  # Fix regression in xmlNodeDumpOutputInternal
+  git cherry-pick -n 13ad8736d294536da4cbcd70a96b0a2fbf47070c
+  # Fix XPath recursion limit
+  git cherry-pick -n 3e1aad4fe584747fd7d17cc7b2863a78e2d21a77
+  # Fix whitespace when serializing empty HTML documents
+  git cherry-pick -n 92d9ab4c28842a09ca2b76d3ff2f933e01b6cd6f
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



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

2021-09-08 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 8, 2021 @ 22:03:54
  Author: freswa
Revision: 1012979

archrelease: copy trunk to community-x86_64

Added:
  libaxc/repos/community-x86_64/PKGBUILD
(from rev 1012978, libaxc/trunk/PKGBUILD)
Deleted:
  libaxc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 22:03:51 UTC (rev 1012978)
+++ PKGBUILD2021-09-08 22:03:54 UTC (rev 1012979)
@@ -1,24 +0,0 @@
-# Maintainer: Frederik Schwan 
-
-pkgname=libaxc
-pkgver=0.3.5
-pkgrel=1
-pkgdesc='Client lib for libsignal-c aka libaxolotl'
-arch=('x86_64')
-url='https://github.com/gkdr/axc'
-license=('GPL3')
-depends=('libsignal-protocol-c' 'sqlite' 'libgcrypt' 'glib2')
-provides=('libaxc.so')
-source=("https://github.com/gkdr/axc/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('bcafe30c295fb6c5bd075cc7ecb9b81dcb094301a65d51ec7bcff82159c4fecdc6a4a64530e81c429803c8e267c3d6f6ccede8b5fda7d920af1c10c3806d66f0')
-
-build() {
-  cd ${pkgname##lib}-${pkgver}
-  make PREFIX="/usr"
-}
-
-package() {
-  cd ${pkgname##lib}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  chmod a+x "${pkgdir}"/usr/lib/libaxc.so.${pkgver}
-}

Copied: libaxc/repos/community-x86_64/PKGBUILD (from rev 1012978, 
libaxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 22:03:54 UTC (rev 1012979)
@@ -0,0 +1,24 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=libaxc
+pkgver=0.3.6
+pkgrel=1
+pkgdesc='Client lib for libsignal-c aka libaxolotl'
+arch=('x86_64')
+url='https://github.com/gkdr/axc'
+license=('GPL3')
+depends=('libsignal-protocol-c' 'sqlite' 'libgcrypt' 'glib2')
+provides=('libaxc.so')
+source=("https://github.com/gkdr/axc/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+b2sums=('e59d73e0011b11c0e594297d15353f0e7c378c5ce29c2f747f0a10f7ac302abbe8a0e6f3cad37a652a5a4763d15f393e2cbd7272c4249883c0c99640d18ab518')
+
+build() {
+  cd ${pkgname##lib}-${pkgver}
+  make PREFIX="/usr"
+}
+
+package() {
+  cd ${pkgname##lib}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  chmod a+x "${pkgdir}"/usr/lib/libaxc.so.${pkgver}
+}



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

2021-09-08 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 8, 2021 @ 22:03:51
  Author: freswa
Revision: 1012978

upgpkg: libaxc 0.3.6-1

Modified:
  libaxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 22:01:14 UTC (rev 1012977)
+++ PKGBUILD2021-09-08 22:03:51 UTC (rev 1012978)
@@ -1,7 +1,7 @@
 # Maintainer: Frederik Schwan 
 
 pkgname=libaxc
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
 pkgdesc='Client lib for libsignal-c aka libaxolotl'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('libsignal-protocol-c' 'sqlite' 'libgcrypt' 'glib2')
 provides=('libaxc.so')
 
source=("https://github.com/gkdr/axc/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('bcafe30c295fb6c5bd075cc7ecb9b81dcb094301a65d51ec7bcff82159c4fecdc6a4a64530e81c429803c8e267c3d6f6ccede8b5fda7d920af1c10c3806d66f0')
+b2sums=('e59d73e0011b11c0e594297d15353f0e7c378c5ce29c2f747f0a10f7ac302abbe8a0e6f3cad37a652a5a4763d15f393e2cbd7272c4249883c0c99640d18ab518')
 
 build() {
   cd ${pkgname##lib}-${pkgver}



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

2021-09-08 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 8, 2021 @ 22:01:14
  Author: freswa
Revision: 1012977

archrelease: copy trunk to community-x86_64

Added:
  sequoia/repos/community-x86_64/PKGBUILD
(from rev 1012976, sequoia/trunk/PKGBUILD)
Deleted:
  sequoia/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 22:01:11 UTC (rev 1012976)
+++ PKGBUILD2021-09-08 22:01:14 UTC (rev 1012977)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Kai Michaelis 
-
-pkgbase=sequoia
-pkgname=(sequoia-ffi python-sequoia)
-pkgver=1.3.0
-pkgrel=2
-pkgdesc='Cool new OpenPGP implementation'
-url='https://sequoia-pgp.org/'
-arch=('x86_64')
-license=('GPL2')
-groups=('sequoia')
-makedepends=('git' 'cargo' 'clang' 'python' 'python-setuptools' 'python-cffi'
- 'glibc' 'nettle' 'sqlite' 'capnproto' 'openssl' 'gcc-libs' 'gmp'
- 'bzip2' 'libbz2.so' 'libhogweed.so' 'libnettle.so')
-checkdepends=('python-pytest' 'python-pytest-runner')
-options=('!makeflags')
-source=(sequoia::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=openpgp/v${pkgver}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=(
-  D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # jus...@sequoia-pgp.org
-  CBCD8F030588653EEDD7E2659B7DD433F254904A # jus...@sequoia-pgp.org
-)
-
-prepare() {
-  cd ${pkgbase}
-  sed 's/debug/release/g' -i -- */Makefile */*/Makefile */*/*/Makefile
-  sed "s/-L/${LDFLAGS},-L/g" -i ffi/lang/python/Makefile
-  ln -s .Makefile Makefile
-}
-
-build() {
-  cd ${pkgbase}
-  make PREFIX=/usr CARGO_FLAGS='--locked' build-release
-}
-
-check() {
-  cd ${pkgbase}
-  cargo test --release --locked \
---workspace \
---exclude sequoia-store
-  # python tests currently fail horribly
-  # make -C ffi/lang/python test
-}
-
-package_sequoia-ffi() {
-  pkgdesc='C API for Sequoia'
-  depends=('glibc' 'nettle' 'libhogweed.so' 'libnettle.so' 'sqlite' 'capnproto'
-   'openssl' 'gcc-libs' 'gmp' 'bzip2' 'libbz2.so')
-  cd ${pkgbase}
-  make DESTDIR="${pkgdir}" PREFIX=/usr CARGO_FLAGS='--locked' install
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm -rf "${pkgdir}/usr/lib/python"*
-  rm -rf 
"${pkgdir}"{/usr/share/bash-completion/,/usr/share/zsh/,/usr/share/fish/,/usr/bin/}
-}
-
-package_python-sequoia() {
-  depends=('python' 'python-cffi' 'sequoia-ffi')
-  pkgdesc+=' - python bindings'
-  cd ${pkgbase}
-  make -C ffi/lang/python DESTDIR="${pkgdir}" PREFIX=/usr install
-}
-
-# vim: ts=2 sw=2 et:

Copied: sequoia/repos/community-x86_64/PKGBUILD (from rev 1012976, 
sequoia/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 22:01:14 UTC (rev 1012977)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Contributor: Kai Michaelis 
+
+pkgbase=sequoia
+pkgname=(sequoia-ffi python-sequoia)
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Cool new OpenPGP implementation'
+url='https://sequoia-pgp.org/'
+arch=('x86_64')
+license=('GPL2')
+groups=('sequoia')
+makedepends=('git' 'cargo' 'clang' 'python' 'python-setuptools' 'python-cffi'
+ 'glibc' 'nettle' 'sqlite' 'capnproto' 'openssl' 'gcc-libs' 'gmp'
+ 'bzip2' 'libbz2.so' 'libhogweed.so' 'libnettle.so')
+checkdepends=('python-pytest' 'python-pytest-runner')
+options=('!makeflags')
+source=(sequoia::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=openpgp/v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=(
+  D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # jus...@sequoia-pgp.org
+  CBCD8F030588653EEDD7E2659B7DD433F254904A # jus...@sequoia-pgp.org
+)
+
+prepare() {
+  cd ${pkgbase}
+  sed 's/debug/release/g' -i -- */Makefile */*/Makefile */*/*/Makefile
+  sed "s/-L/${LDFLAGS},-L/g" -i ffi/lang/python/Makefile
+  ln -s .Makefile Makefile
+}
+
+build() {
+  cd ${pkgbase}
+  make PREFIX=/usr CARGO_FLAGS='--locked' build-release
+}
+
+check() {
+  cd ${pkgbase}
+  cargo test --release --locked \
+--workspace \
+--exclude sequoia-store
+  # python tests currently fail horribly
+  # make -C ffi/lang/python test
+}
+
+package_sequoia-ffi() {
+  pkgdesc='C API for Sequoia'
+  depends=('glibc' 'nettle' 'libhogweed.so' 'libnettle.so' 'sqlite' 'capnproto'
+   'openssl' 'gcc-libs' 'gmp' 'bzip2' 'libbz2.so')
+  cd ${pkgbase}
+  make DESTDIR="${pkgdir}" PREFIX=/usr CARGO_FLAGS='--locked' install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm -rf "${pkgdir}/usr/lib/python"*
+  rm -rf 
"${pkgdir}"{/usr/share/bash-completion/,/usr/share/zsh/,/usr/share/fish/,/usr/bin/}
+}
+
+package_python-sequoia() {
+  depends=('python' 'python-cffi' 'sequoia-ffi')
+  pkgdesc+=' - python bindings'
+  cd ${pkgbase}
+  make -C ffi/lang/python DESTDIR="${pkgdir}" PREFIX=/usr install
+}
+
+# vim: ts=2 sw=2 et:

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

2021-09-08 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 8, 2021 @ 22:01:11
  Author: freswa
Revision: 1012976

upgpkg: sequoia 1.3.1-1

Modified:
  sequoia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 21:57:27 UTC (rev 1012975)
+++ PKGBUILD2021-09-08 22:01:11 UTC (rev 1012976)
@@ -3,8 +3,8 @@
 
 pkgbase=sequoia
 pkgname=(sequoia-ffi python-sequoia)
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc='Cool new OpenPGP implementation'
 url='https://sequoia-pgp.org/'
 arch=('x86_64')



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

2021-09-08 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, September 8, 2021 @ 21:57:27
  Author: orhun
Revision: 1012975

archrelease: copy trunk to community-x86_64

Added:
  rpg-cli/repos/community-x86_64/PKGBUILD
(from rev 1012974, rpg-cli/trunk/PKGBUILD)
  rpg-cli/repos/community-x86_64/rpg-cli.sh
(from rev 1012974, rpg-cli/trunk/rpg-cli.sh)
Deleted:
  rpg-cli/repos/community-x86_64/PKGBUILD
  rpg-cli/repos/community-x86_64/rpg-cli.sh

+
 PKGBUILD   |   78 +--
 rpg-cli.sh |   20 +++
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 21:57:18 UTC (rev 1012974)
+++ PKGBUILD2021-09-08 21:57:27 UTC (rev 1012975)
@@ -1,39 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
-
-pkgname=rpg-cli
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='Your filesystem as a dungeon!'
-arch=('x86_64')
-url='https://github.com/facundoolano/rpg-cli'
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-"$pkgname.sh")
-sha256sums=('eef8ec026d0f49d00c05587984e4dd24e477efeb4b674be9a5cb992be876b163'
-'0b70c8a7eaa33e91bfa7baabccbd6735bbb0dc330539bd16f9f316bb2c8dd515')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --frozen --release
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "../$pkgname.sh" "$pkgdir/usr/share/$pkgname/$pkgname.sh"
-}

Copied: rpg-cli/repos/community-x86_64/PKGBUILD (from rev 1012974, 
rpg-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 21:57:27 UTC (rev 1012975)
@@ -0,0 +1,39 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
+
+pkgname=rpg-cli
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Your filesystem as a dungeon!'
+arch=('x86_64')
+url='https://github.com/facundoolano/rpg-cli'
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+"$pkgname.sh")
+sha256sums=('9131308732b829a9ba7bf307dea3e5fb7ede7671ae206079c89ebcdac34a7da4'
+'0b70c8a7eaa33e91bfa7baabccbd6735bbb0dc330539bd16f9f316bb2c8dd515')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "../$pkgname.sh" "$pkgdir/usr/share/$pkgname/$pkgname.sh"
+}

Deleted: rpg-cli.sh
===
--- rpg-cli.sh  2021-09-08 21:57:18 UTC (rev 1012974)
+++ rpg-cli.sh  2021-09-08 21:57:27 UTC (rev 1012975)
@@ -1,10 +0,0 @@
-rpg () {
-  case "${1}" in
-buy | use | battle | stat)
-  rpg-cli "${@}"
-  ;;
-*)
-  cd "${@}" && rpg-cli cd "${PWD}"
-  ;;
-  esac
-}

Copied: rpg-cli/repos/community-x86_64/rpg-cli.sh (from rev 1012974, 
rpg-cli/trunk/rpg-cli.sh)
===
--- rpg-cli.sh  (rev 0)
+++ rpg-cli.sh  2021-09-08 21:57:27 UTC (rev 1012975)
@@ -0,0 +1,10 @@
+rpg () {
+  case "${1}" in
+buy | use | battle | stat)
+  rpg-cli "${@}"
+  ;;
+*)
+  cd "${@}" && rpg-cli cd "${PWD}"
+  ;;
+  esac
+}



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

2021-09-08 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, September 8, 2021 @ 21:57:18
  Author: orhun
Revision: 1012974

upgpkg: rpg-cli 1.0.0-1: upstream release

Modified:
  rpg-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 21:15:35 UTC (rev 1012973)
+++ PKGBUILD2021-09-08 21:57:18 UTC (rev 1012974)
@@ -2,8 +2,8 @@
 # Contributor: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
 
 pkgname=rpg-cli
-pkgver=0.6.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc='Your filesystem as a dungeon!'
 arch=('x86_64')
 url='https://github.com/facundoolano/rpg-cli'
@@ -12,7 +12,7 @@
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
 "$pkgname.sh")
-sha256sums=('eef8ec026d0f49d00c05587984e4dd24e477efeb4b674be9a5cb992be876b163'
+sha256sums=('9131308732b829a9ba7bf307dea3e5fb7ede7671ae206079c89ebcdac34a7da4'
 '0b70c8a7eaa33e91bfa7baabccbd6735bbb0dc330539bd16f9f316bb2c8dd515')
 
 prepare() {



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 21:21:40
  Author: anthraxx
Revision: 423599

archrelease: copy trunk to testing-x86_64

Added:
  pam/repos/testing-x86_64/
  pam/repos/testing-x86_64/PKGBUILD
(from rev 423598, pam/trunk/PKGBUILD)
  pam/repos/testing-x86_64/pam.tmpfiles
(from rev 423598, pam/trunk/pam.tmpfiles)

--+
 PKGBUILD |   51 +++
 pam.tmpfiles |1 +
 2 files changed, 52 insertions(+)

Copied: pam/repos/testing-x86_64/PKGBUILD (from rev 423598, pam/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-09-08 21:21:40 UTC (rev 423599)
@@ -0,0 +1,51 @@
+# Maintainer: Tobias Powalowski 
+# Maintainer: Levente Polyak 
+# Contributor: judd 
+
+pkgname=pam
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('x86_64')
+license=('GPL2')
+url="http://linux-pam.org;
+depends=('glibc' 'libtirpc' 'pambase' 'audit' 'libaudit.so' 'libxcrypt' 
'libcrypt.so')
+makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
+provides=('libpam.so' 'libpamc.so' 'libpam_misc.so')
+backup=(etc/security/{access.conf,faillock.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/environment)
+source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz{,.asc}
+$pkgname.tmpfiles)
+validpgpkeys=(
+'8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB' # Thorsten Kukuk
+'296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin 

+)
+
+sha256sums=('e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d'
+'SKIP'
+'5631f224e90c4f0459361c2a5b250112e3a91ba849754bb6f67d69d683a2e5ac')
+
+options=('!emptydirs')
+
+build() {
+  cd Linux-PAM-$pkgver
+  ./configure \
+--libdir=/usr/lib \
+--sbindir=/usr/bin \
+--disable-db
+  make
+}
+
+package() {
+  install -Dm 644 $pkgname.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+  cd Linux-PAM-$pkgver
+  make DESTDIR="$pkgdir" SCONFIGDIR=/etc/security install
+
+  # set unix_chkpwd uid
+  chmod +s "$pkgdir"/usr/bin/unix_chkpwd
+
+  # remove doc which is not used anymore
+  # FS #40749
+  rm "$pkgdir"/usr/share/doc/Linux-PAM/sag-pam_userdb.html
+}
+
+# vim: ts=2 sw=2 et:

Copied: pam/repos/testing-x86_64/pam.tmpfiles (from rev 423598, 
pam/trunk/pam.tmpfiles)
===
--- testing-x86_64/pam.tmpfiles (rev 0)
+++ testing-x86_64/pam.tmpfiles 2021-09-08 21:21:40 UTC (rev 423599)
@@ -0,0 +1 @@
+d /run/faillock 0755 root root -



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 21:21:36
  Author: anthraxx
Revision: 423598

upgpkg: pam 1.5.2-1

Modified:
  pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 21:17:25 UTC (rev 423597)
+++ PKGBUILD2021-09-08 21:21:36 UTC (rev 423598)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=pam
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('x86_64')
@@ -20,7 +20,7 @@
 '296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin 

 )
 
-sha256sums=('201d40730b1135b1b3cdea09f2c28ac634d73181ccd0172ceddee3649c5792fc'
+sha256sums=('e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d'
 'SKIP'
 '5631f224e90c4f0459361c2a5b250112e3a91ba849754bb6f67d69d683a2e5ac')
 



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 21:17:25
  Author: anthraxx
Revision: 423597

archrelease: copy trunk to testing-x86_64

Added:
  audit/repos/testing-x86_64/PKGBUILD
(from rev 423596, audit/trunk/PKGBUILD)
Deleted:
  audit/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 21:17:22 UTC (rev 423596)
+++ PKGBUILD2021-09-08 21:17:25 UTC (rev 423597)
@@ -1,82 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer : Christian Rebischke 
-# Contributor: Daniel Micay 
-# Contributor: 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Connor Behan 
-# Contributor: henning mueller 
-
-pkgbase=audit
-pkgname=('audit' 'python-audit')
-pkgver=3.0.5
-pkgrel=1
-pkgdesc='Userspace components of the audit framework'
-url='https://people.redhat.com/sgrubb/audit'
-arch=('x86_64')
-makedepends=('glibc' 'krb5' 'libcap-ng' 'libldap' 'swig' 'linux-headers' 
'python')
-license=('GPL')
-options=('emptydirs')
-source=(https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('147b8aab7801ac286d8d634736b90b94cf497c5d3a6142f521e527dec9b989ed884caf0ac08aa533635276da46e78a65b14ebf165cd847a8500e29a2829a890d')
-b2sums=('3f6dc46867321160d753654fca8b47443976d13284be969eb343b3225330f5a0d76227610c9cdcdf75c658ad591e284f057749cb35d5599abf8567cd754aab2b')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed 's|/var/run/auditd.pid|/run/auditd.pid|' -i init.d/auditd.service
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib/audit \
---enable-gssapi-krb5=yes \
---enable-systemd=yes \
---with-libcap-ng=yes
-  make
-  [ -n "${SOURCE_DATE_EPOCH}" ] && touch -h -d @$SOURCE_DATE_EPOCH 
bindings/swig/python/audit.py
-}
-
-package_audit() {
-  depends=('glibc' 'krb5' 'libcap-ng')
-  provides=('libaudit.so' 'libauparse.so')
-  backup=(
-etc/libaudit.conf
-etc/audit/audit-stop.rules
-etc/audit/auditd.conf
-etc/audit/audisp-remote.conf
-etc/audit/zos-remote.conf
-etc/audit/plugins.d/af_unix.conf
-etc/audit/plugins.d/au-remote.conf
-etc/audit/plugins.d/audispd-zos-remote.conf
-etc/audit/plugins.d/syslog.conf
-  )
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" INSTALL='install -p' install
-
-  cd "${pkgdir}"
-  install -d -m 0700 var/log/audit
-  rm -rf etc/rc.d \
-etc/sysconfig \
-usr/lib/audit \
-usr/lib/python*
-
-  sed -ri 's|/sbin|/usr/bin|' \
-etc/audit/*.conf \
-etc/audit/plugins.d/*.conf \
-usr/lib/systemd/system/auditd.service
-
-  chmod 644 usr/lib/systemd/system/auditd.service
-}
-
-package_python-audit() {
-  depends=('python' 'audit')
-  pkgdesc+=' (python bindings)'
-  cd ${pkgbase}-${pkgver}
-  make -C bindings DESTDIR="${pkgdir}" INSTALL='install -p' install
-}
-
-# vim: ts=2 sw=2 et:

Copied: audit/repos/testing-x86_64/PKGBUILD (from rev 423596, 
audit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 21:17:25 UTC (rev 423597)
@@ -0,0 +1,82 @@
+# Maintainer: Levente Polyak 
+# Maintainer : Christian Rebischke 
+# Contributor: Daniel Micay 
+# Contributor: 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Connor Behan 
+# Contributor: henning mueller 
+
+pkgbase=audit
+pkgname=('audit' 'python-audit')
+pkgver=3.0.5
+pkgrel=1
+pkgdesc='Userspace components of the audit framework'
+url='https://people.redhat.com/sgrubb/audit'
+arch=('x86_64')
+makedepends=('glibc' 'krb5' 'libcap-ng' 'libldap' 'swig' 'linux-headers' 
'python')
+license=('GPL')
+options=('emptydirs')
+source=(https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('147b8aab7801ac286d8d634736b90b94cf497c5d3a6142f521e527dec9b989ed884caf0ac08aa533635276da46e78a65b14ebf165cd847a8500e29a2829a890d')
+b2sums=('3f6dc46867321160d753654fca8b47443976d13284be969eb343b3225330f5a0d76227610c9cdcdf75c658ad591e284f057749cb35d5599abf8567cd754aab2b')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed 's|/var/run/auditd.pid|/run/auditd.pid|' -i init.d/auditd.service
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/audit \
+--enable-gssapi-krb5=yes \
+--enable-systemd=yes \
+--with-libcap-ng=yes
+  make
+  [ -n "${SOURCE_DATE_EPOCH}" ] && touch -h -d @$SOURCE_DATE_EPOCH 
bindings/swig/python/audit.py
+}
+
+package_audit() {
+  depends=('glibc' 'krb5' libkrb5.so libgssapi_krb5.so 'libcap-ng' 
libcap-ng.so)
+  provides=('libaudit.so' 'libauparse.so')
+  backup=(
+etc/libaudit.conf
+etc/audit/audit-stop.rules
+etc/audit/auditd.conf
+etc/audit/audisp-remote.conf
+

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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 21:17:22
  Author: anthraxx
Revision: 423596

upgpkg: audit 3.0.5-1: adding soname deps

Modified:
  audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 21:15:56 UTC (rev 423595)
+++ PKGBUILD2021-09-08 21:17:22 UTC (rev 423596)
@@ -40,7 +40,7 @@
 }
 
 package_audit() {
-  depends=('glibc' 'krb5' 'libcap-ng')
+  depends=('glibc' 'krb5' libkrb5.so libgssapi_krb5.so 'libcap-ng' 
libcap-ng.so)
   provides=('libaudit.so' 'libauparse.so')
   backup=(
 etc/libaudit.conf



[arch-commits] Commit in inetutils/repos (18 files)

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 21:15:56
  Author: anthraxx
Revision: 423595

archrelease: copy trunk to testing-x86_64

Added:
  inetutils/repos/testing-x86_64/
  inetutils/repos/testing-x86_64/PKGBUILD
(from rev 423594, inetutils/trunk/PKGBUILD)
  inetutils/repos/testing-x86_64/ftpd.service
(from rev 423594, inetutils/trunk/ftpd.service)
  inetutils/repos/testing-x86_64/inetutils.install
(from rev 423594, inetutils/trunk/inetutils.install)
  inetutils/repos/testing-x86_64/rlogin.pam
(from rev 423594, inetutils/trunk/rlogin.pam)
  inetutils/repos/testing-x86_64/rlogin.socket
(from rev 423594, inetutils/trunk/rlogin.socket)
  inetutils/repos/testing-x86_64/rlogin.xinetd
(from rev 423594, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/testing-x86_64/rlogin@.service
(from rev 423594, inetutils/trunk/rlogin@.service)
  inetutils/repos/testing-x86_64/rsh.pam
(from rev 423594, inetutils/trunk/rsh.pam)
  inetutils/repos/testing-x86_64/rsh.socket
(from rev 423594, inetutils/trunk/rsh.socket)
  inetutils/repos/testing-x86_64/rsh.xinetd
(from rev 423594, inetutils/trunk/rsh.xinetd)
  inetutils/repos/testing-x86_64/rsh@.service
(from rev 423594, inetutils/trunk/rsh@.service)
  inetutils/repos/testing-x86_64/talk.service
(from rev 423594, inetutils/trunk/talk.service)
  inetutils/repos/testing-x86_64/talk.socket
(from rev 423594, inetutils/trunk/talk.socket)
  inetutils/repos/testing-x86_64/talk.xinetd
(from rev 423594, inetutils/trunk/talk.xinetd)
  inetutils/repos/testing-x86_64/telnet.socket
(from rev 423594, inetutils/trunk/telnet.socket)
  inetutils/repos/testing-x86_64/telnet.xinetd
(from rev 423594, inetutils/trunk/telnet.xinetd)
  inetutils/repos/testing-x86_64/telnet@.service
(from rev 423594, inetutils/trunk/telnet@.service)

---+
 PKGBUILD  |  112 
 ftpd.service  |   12 +
 inetutils.install |9 
 rlogin.pam|   13 ++
 rlogin.socket |9 
 rlogin.xinetd |   10 
 rlogin@.service   |7 +++
 rsh.pam   |   11 +
 rsh.socket|9 
 rsh.xinetd|   10 
 rsh@.service  |7 +++
 talk.service  |   12 +
 talk.socket   |9 
 talk.xinetd   |   10 
 telnet.socket |   10 
 telnet.xinetd |   10 
 telnet@.service   |7 +++
 17 files changed, 267 insertions(+)

Copied: inetutils/repos/testing-x86_64/PKGBUILD (from rev 423594, 
inetutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-09-08 21:15:56 UTC (rev 423595)
@@ -0,0 +1,112 @@
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
+
+pkgname=inetutils
+pkgver=2.2
+pkgrel=1
+pkgdesc="A collection of common network programs"
+arch=('x86_64')
+url="https://www.gnu.org/software/inetutils/;
+license=('GPL3')
+depends=('pam' 'libcap' 'readline' 'ncurses' 'libxcrypt'
+libpam.so libcrypt.so libreadline.so libncursesw.so)
+makedepends=('help2man')
+backup=('etc/xinetd.d/telnet' 'etc/xinetd.d/talk'
+'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh'
+'etc/pam.d/rlogin' 'etc/pam.d/rsh')
+options=('!emptydirs')
+install=inetutils.install
+source=("https://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz"{,.sig}
+'ftpd.service' 'rlogin.pam' 'rlogin@.service' 'rlogin.socket' 
'rlogin.xinetd'
+'rsh.pam' 'rsh@.service' 'rsh.socket' 'rsh.xinetd' 'talk.service' 
'talk.socket'
+'talk.xinetd' 'telnet@.service' 'telnet.socket' 'telnet.xinetd')
+sha512sums=('153bc02b2d497f927528f9aac04f16011ec5eb54a3acd98c100dfb6b0b01a63fd1cbc7d2e502b434e38d3ef70208d7a498141b930b1818181343627a525eaeef'
+'SKIP'
+
'df5b37c9fc072e012f0e67d849db7e535a62ddb17a37e865acb157f2bc16ffd72d84f24fef1e788dacbbe7e5675e87e141fbd36e53339cc7810dde1b9c54a3b8'
+
'432a45af5cd4f9f2dee4b631b45745b734e47cf631553e79db31905fa0839988914bcfed1dfcdd00d2ea6e4029b0674d46623c33ce0bd0678c2628fbaa0d1b25'
+
'5c2d1040484f4053cc6e114d38e3a671792c6f196f666a6f6529276d55589870fa9040ac32ac9b521c80c14931b03c97738d2a6ffb50d3a658363a5123ea9e6e'
+
'8857dd03794a0ed48b87e6a876c4e17246f3bb4083dc2a9593d8c05d831b03d944d133ae8dc44bc23d1b9d7fe82dd7ab166cb87f53b859a62fc1479e9a49a1de'
+
'7091c983bb6d96da3b471fa95d6fdda02cee5b42c4abb93048f7db0d313c17f6c11356cafa835ab4ad01401a30c2169288da2d6a1c4e661c93c36496c04cf507'
+
'c957708315ea2d873da55691bb0d0997ee3e2dcb40fb47cef19fd60c25379f1660d0605edd8fb0a477252c5af3e422b44b5e0aaa5b76220dadc90791dd526801'
+
'b71e7c25bb1fe3e35420ea3d7eda9b44ed61423ec54973a42a0b5bdac01e8d131aa9656a1e050d74f27723a976fe058a79a04bb34ed70dc5eeb7c49b9be078b4'
+

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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 21:15:45
  Author: anthraxx
Revision: 423594

upgpkg: inetutils 2.2-1

Modified:
  inetutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 21:08:49 UTC (rev 423593)
+++ PKGBUILD2021-09-08 21:15:45 UTC (rev 423594)
@@ -2,13 +2,14 @@
 # Contributor: Eric Bélanger 
 
 pkgname=inetutils
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc="A collection of common network programs"
 arch=('x86_64')
 url="https://www.gnu.org/software/inetutils/;
 license=('GPL3')
-depends=('pam' 'libcap')
+depends=('pam' 'libcap' 'readline' 'ncurses' 'libxcrypt'
+libpam.so libcrypt.so libreadline.so libncursesw.so)
 makedepends=('help2man')
 backup=('etc/xinetd.d/telnet' 'etc/xinetd.d/talk'
 'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh'
@@ -19,7 +20,7 @@
 'ftpd.service' 'rlogin.pam' 'rlogin@.service' 'rlogin.socket' 
'rlogin.xinetd'
 'rsh.pam' 'rsh@.service' 'rsh.socket' 'rsh.xinetd' 'talk.service' 
'talk.socket'
 'talk.xinetd' 'telnet@.service' 'telnet.socket' 'telnet.xinetd')
-sha512sums=('76ff8c9f6870eca3b67f641f2ff65344a888b66d92714d2e3b68423ccab4951bc7c0fb6ad40e061ab8950a75b16db4aaa21222e27e63cf7a0c8da4274204dd81'
+sha512sums=('153bc02b2d497f927528f9aac04f16011ec5eb54a3acd98c100dfb6b0b01a63fd1cbc7d2e502b434e38d3ef70208d7a498141b930b1818181343627a525eaeef'
 'SKIP'
 
'df5b37c9fc072e012f0e67d849db7e535a62ddb17a37e865acb157f2bc16ffd72d84f24fef1e788dacbbe7e5675e87e141fbd36e53339cc7810dde1b9c54a3b8'
 
'432a45af5cd4f9f2dee4b631b45745b734e47cf631553e79db31905fa0839988914bcfed1dfcdd00d2ea6e4029b0674d46623c33ce0bd0678c2628fbaa0d1b25'



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 21:15:35
  Author: anthraxx
Revision: 1012973

archrelease: copy trunk to community-x86_64

Added:
  etherape/repos/community-x86_64/PKGBUILD
(from rev 1012972, etherape/trunk/PKGBUILD)
Deleted:
  etherape/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 21:15:31 UTC (rev 1012972)
+++ PKGBUILD2021-09-08 21:15:35 UTC (rev 1012973)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Thorsten Töpper 
-# Contributor: kevin 
-# Contributor: Damir Perisa 
-
-pkgname=etherape
-pkgver=0.9.19
-pkgrel=1
-pkgdesc='Graphical network monitor for various OSI layers and protocols'
-url='http://etherape.sourceforge.net/'
-arch=('x86_64')
-license=('GPL2')
-depends=('glibc' 'glib2' 'libpcap' 'popt' 'goocanvas' 'gtk3')
-makedepends=('yelp-tools')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3819c36a6ea5b1ec6fc675563ab0264d180824343344bf4f2da834db39547b721c1565b6edb882d55ce4e0ca93e4b34e3a544996a988584aaf7fe8b8d5ca265e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/goocanvas-2.0/goocanvas-3.0/' configure.ac
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: etherape/repos/community-x86_64/PKGBUILD (from rev 1012972, 
etherape/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 21:15:35 UTC (rev 1012973)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Thorsten Töpper 
+# Contributor: kevin 
+# Contributor: Damir Perisa 
+
+pkgname=etherape
+pkgver=0.9.20
+pkgrel=1
+pkgdesc='Graphical network monitor for various OSI layers and protocols'
+url='http://etherape.sourceforge.net/'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc' 'glib2' 'libpcap' 'popt' 'goocanvas' 'gtk3' libpcap.so)
+makedepends=('yelp-tools')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('1dbfbb0efff7871a4b78ca90f81ac2155b57ace217b72e443cdc8b3d3807f7ab881c876bec12d93673500026a9dbf417a419891df62230e664af9b54b636')
+b2sums=('22682d1b7b72206519d0ad32855f558a718bed83674753fcc923419845ac8b97ce970c1121f49eac9b910e10675b5397e5d3a16701af5bc9b78187baee455ccf')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/goocanvas-2.0/goocanvas-3.0/' configure.ac
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 21:15:31
  Author: anthraxx
Revision: 1012972

upgpkg: etherape 0.9.20-1

Modified:
  etherape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 20:34:47 UTC (rev 1012971)
+++ PKGBUILD2021-09-08 21:15:31 UTC (rev 1012972)
@@ -4,16 +4,17 @@
 # Contributor: Damir Perisa 
 
 pkgname=etherape
-pkgver=0.9.19
+pkgver=0.9.20
 pkgrel=1
 pkgdesc='Graphical network monitor for various OSI layers and protocols'
 url='http://etherape.sourceforge.net/'
 arch=('x86_64')
 license=('GPL2')
-depends=('glibc' 'glib2' 'libpcap' 'popt' 'goocanvas' 'gtk3')
+depends=('glibc' 'glib2' 'libpcap' 'popt' 'goocanvas' 'gtk3' libpcap.so)
 makedepends=('yelp-tools')
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3819c36a6ea5b1ec6fc675563ab0264d180824343344bf4f2da834db39547b721c1565b6edb882d55ce4e0ca93e4b34e3a544996a988584aaf7fe8b8d5ca265e')
+sha512sums=('1dbfbb0efff7871a4b78ca90f81ac2155b57ace217b72e443cdc8b3d3807f7ab881c876bec12d93673500026a9dbf417a419891df62230e664af9b54b636')
+b2sums=('22682d1b7b72206519d0ad32855f558a718bed83674753fcc923419845ac8b97ce970c1121f49eac9b910e10675b5397e5d3a16701af5bc9b78187baee455ccf')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 21:08:49
  Author: anthraxx
Revision: 423593

archrelease: copy trunk to testing-x86_64

Added:
  audit/repos/testing-x86_64/
  audit/repos/testing-x86_64/PKGBUILD
(from rev 423592, audit/trunk/PKGBUILD)

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

Copied: audit/repos/testing-x86_64/PKGBUILD (from rev 423592, 
audit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-09-08 21:08:49 UTC (rev 423593)
@@ -0,0 +1,82 @@
+# Maintainer: Levente Polyak 
+# Maintainer : Christian Rebischke 
+# Contributor: Daniel Micay 
+# Contributor: 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Connor Behan 
+# Contributor: henning mueller 
+
+pkgbase=audit
+pkgname=('audit' 'python-audit')
+pkgver=3.0.5
+pkgrel=1
+pkgdesc='Userspace components of the audit framework'
+url='https://people.redhat.com/sgrubb/audit'
+arch=('x86_64')
+makedepends=('glibc' 'krb5' 'libcap-ng' 'libldap' 'swig' 'linux-headers' 
'python')
+license=('GPL')
+options=('emptydirs')
+source=(https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('147b8aab7801ac286d8d634736b90b94cf497c5d3a6142f521e527dec9b989ed884caf0ac08aa533635276da46e78a65b14ebf165cd847a8500e29a2829a890d')
+b2sums=('3f6dc46867321160d753654fca8b47443976d13284be969eb343b3225330f5a0d76227610c9cdcdf75c658ad591e284f057749cb35d5599abf8567cd754aab2b')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed 's|/var/run/auditd.pid|/run/auditd.pid|' -i init.d/auditd.service
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/audit \
+--enable-gssapi-krb5=yes \
+--enable-systemd=yes \
+--with-libcap-ng=yes
+  make
+  [ -n "${SOURCE_DATE_EPOCH}" ] && touch -h -d @$SOURCE_DATE_EPOCH 
bindings/swig/python/audit.py
+}
+
+package_audit() {
+  depends=('glibc' 'krb5' 'libcap-ng')
+  provides=('libaudit.so' 'libauparse.so')
+  backup=(
+etc/libaudit.conf
+etc/audit/audit-stop.rules
+etc/audit/auditd.conf
+etc/audit/audisp-remote.conf
+etc/audit/zos-remote.conf
+etc/audit/plugins.d/af_unix.conf
+etc/audit/plugins.d/au-remote.conf
+etc/audit/plugins.d/audispd-zos-remote.conf
+etc/audit/plugins.d/syslog.conf
+  )
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" INSTALL='install -p' install
+
+  cd "${pkgdir}"
+  install -d -m 0700 var/log/audit
+  rm -rf etc/rc.d \
+etc/sysconfig \
+usr/lib/audit \
+usr/lib/python*
+
+  sed -ri 's|/sbin|/usr/bin|' \
+etc/audit/*.conf \
+etc/audit/plugins.d/*.conf \
+usr/lib/systemd/system/auditd.service
+
+  chmod 644 usr/lib/systemd/system/auditd.service
+}
+
+package_python-audit() {
+  depends=('python' 'audit')
+  pkgdesc+=' (python bindings)'
+  cd ${pkgbase}-${pkgver}
+  make -C bindings DESTDIR="${pkgdir}" INSTALL='install -p' install
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 21:08:46
  Author: anthraxx
Revision: 423592

upgpkg: audit 3.0.5-1

Modified:
  audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 20:40:30 UTC (rev 423591)
+++ PKGBUILD2021-09-08 21:08:46 UTC (rev 423592)
@@ -8,7 +8,7 @@
 
 pkgbase=audit
 pkgname=('audit' 'python-audit')
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc='Userspace components of the audit framework'
 url='https://people.redhat.com/sgrubb/audit'
@@ -17,8 +17,8 @@
 license=('GPL')
 options=('emptydirs')
 source=(https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('5bbfe24d0bb1c80a1478abd695d72fff447cfbca00abbed9892535ed45c4bef486fd22998a5491a0768c8bfa6e11ded22f67277473b795000bf9b10099bea423')
-b2sums=('36293508e21a79fa0178d02416a95bdc6df1eec475758143f5d4fa7493206559f8bf556464beb8619f3edbbba944e15767fbc8e888c402423c8918b666006a72')
+sha512sums=('147b8aab7801ac286d8d634736b90b94cf497c5d3a6142f521e527dec9b989ed884caf0ac08aa533635276da46e78a65b14ebf165cd847a8500e29a2829a890d')
+b2sums=('3f6dc46867321160d753654fca8b47443976d13284be969eb343b3225330f5a0d76227610c9cdcdf75c658ad591e284f057749cb35d5599abf8567cd754aab2b')
 
 prepare() {
   cd ${pkgbase}-${pkgver}



[arch-commits] Commit in kismet/repos/extra-x86_64 (8 files)

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 20:40:30
  Author: anthraxx
Revision: 423591

archrelease: copy trunk to extra-x86_64

Added:
  kismet/repos/extra-x86_64/PKGBUILD
(from rev 423590, kismet/trunk/PKGBUILD)
  kismet/repos/extra-x86_64/kismet.install
(from rev 423590, kismet/trunk/kismet.install)
  kismet/repos/extra-x86_64/kismet.sysusers
(from rev 423590, kismet/trunk/kismet.sysusers)
  kismet/repos/extra-x86_64/python-install-flags.patch
(from rev 423590, kismet/trunk/python-install-flags.patch)
Deleted:
  kismet/repos/extra-x86_64/PKGBUILD
  kismet/repos/extra-x86_64/kismet.install
  kismet/repos/extra-x86_64/kismet.sysusers
  kismet/repos/extra-x86_64/python-install-flags.patch

+
 PKGBUILD   |  148 +--
 kismet.install |   38 +--
 kismet.sysusers|2 
 python-install-flags.patch |   90 +-
 4 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 20:40:23 UTC (rev 423590)
+++ PKGBUILD2021-09-08 20:40:30 UTC (rev 423591)
@@ -1,74 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Angel Velasquez 
-# Contributor: Jason Chu 
-
-pkgname=kismet
-pkgver=2021_06_R1
-_realver="${pkgver//_/-}"
-pkgrel=1
-pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
-url="https://www.kismetwireless.net/;
-arch=('x86_64')
-license=('GPL')
-depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'libprotobuf-c.so'
- 'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 
'zlib' 'libelf'
- 'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 
'python-pyserial'
- 'python-numpy' 'libwebsockets'
- libpcap.so libmicrohttpd.so libprotobuf.so libnm.so libwebsockets.so)
-makedepends=('python-setuptools')
-optdepends=(
-  'gpsd: log coordinates of detected networks'
-  'wireshark-cli: provide OUI files used to determine device manufacturer'
-  'wireshark-cli: mergecap, to merge multiple capture files'
-  'sox: provide the default kismet sound playback binary'
-  'festival: text-to-speech support'
-  'flite:  alternative/lightweight text-to-speech support')
-backup=(
-  etc/kismet/kismet.conf
-  etc/kismet/kismet_80211.conf
-  etc/kismet/kismet_alerts.conf
-  etc/kismet/kismet_filter.conf
-  etc/kismet/kismet_httpd.conf
-  etc/kismet/kismet_logging.conf
-  etc/kismet/kismet_memory.conf
-  etc/kismet/kismet_storage.conf
-  etc/kismet/kismet_uav.conf)
-install=kismet.install
-source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
-kismet.sysusers
-python-install-flags.patch)
-sha512sums=('88d92e2ef3f0513a3a00b573012edbd115f92e5f28f884aead5ab049fad97b328222c2f3cbb49d80c5fcfdab2212934532cf41c100c4d0a5e94c932e1c5e8352'
-
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
-
'c24bff8ecc0288c0584f60760a27b364bf7b013aad809e4050bb6ed703fc60f3ea93f7e897717a6924333ac6734b20b99166846dae4a9c5c303ae1de39f6692c')
-validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
-
-prepare() {
-  cd ${pkgname}-${_realver}
-  patch -Np0 < ../python-install-flags.patch
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${_realver}
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc/kismet \
---with-suidgroup=315
-  make all plugins
-}
-
-package() {
-  cd ${pkgname}-${_realver}
-  make DESTDIR="${pkgdir}" install
-
-  # Makepkg strip bug #43600
-  chmod u+w "${pkgdir}"/usr/bin/kismet*
-  chmod o-x "${pkgdir}"/usr/bin/kismet_cap*
-  chown 0:315 "${pkgdir}"/usr/bin/kismet_cap*
-
-  install -Dm 644 ../kismet.sysusers "${pkgdir}/usr/lib/sysusers.d/kismet.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kismet/repos/extra-x86_64/PKGBUILD (from rev 423590, 
kismet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 20:40:30 UTC (rev 423591)
@@ -0,0 +1,74 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Angel Velasquez 
+# Contributor: Jason Chu 
+
+pkgname=kismet
+pkgver=2021_08_R1
+_realver="${pkgver//_/-}"
+pkgrel=1
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+url="https://www.kismetwireless.net/;
+arch=('x86_64')
+license=('GPL')
+depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'libprotobuf-c.so'
+ 'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 
'zlib' 'libelf'
+ 'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 
'python-pyserial'
+ 'python-numpy' 'libwebsockets'

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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 20:40:23
  Author: anthraxx
Revision: 423590

upgpkg: kismet 2021_08_R1-1

Modified:
  kismet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 20:39:25 UTC (rev 423589)
+++ PKGBUILD2021-09-08 20:40:23 UTC (rev 423590)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu 
 
 pkgname=kismet
-pkgver=2021_06_R1
+pkgver=2021_08_R1
 _realver="${pkgver//_/-}"
 pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
@@ -15,7 +15,7 @@
  'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 
'zlib' 'libelf'
  'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 
'python-pyserial'
  'python-numpy' 'libwebsockets'
- libpcap.so libmicrohttpd.so libprotobuf.so libnm.so libwebsockets.so)
+ libpcap.so libmicrohttpd.so libprotobuf.so libnm.so libwebsockets.so 
libsensors.so)
 makedepends=('python-setuptools')
 optdepends=(
   'gpsd: log coordinates of detected networks'
@@ -38,7 +38,7 @@
 source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
 kismet.sysusers
 python-install-flags.patch)
-sha512sums=('88d92e2ef3f0513a3a00b573012edbd115f92e5f28f884aead5ab049fad97b328222c2f3cbb49d80c5fcfdab2212934532cf41c100c4d0a5e94c932e1c5e8352'
+sha512sums=('91e86dc1d3b69aa8cb6dff4c4b8bb959dca128f06d1298effe1b23ed24158ce4285abdf2af838f48588b9e71c69f82538d1a002838c4bc1d053868118e394b7a'
 
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
 
'c24bff8ecc0288c0584f60760a27b364bf7b013aad809e4050bb6ed703fc60f3ea93f7e897717a6924333ac6734b20b99166846dae4a9c5c303ae1de39f6692c')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw



[arch-commits] Commit in thunderbird/repos/extra-x86_64 (10 files)

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 20:39:25
  Author: anthraxx
Revision: 423589

archrelease: copy trunk to extra-x86_64

Added:
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 423588, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/distribution.ini
(from rev 423588, thunderbird/trunk/distribution.ini)
  thunderbird/repos/extra-x86_64/mozconfig.cfg
(from rev 423588, thunderbird/trunk/mozconfig.cfg)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 423588, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/vendor-prefs.js
(from rev 423588, thunderbird/trunk/vendor-prefs.js)
Deleted:
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/distribution.ini
  thunderbird/repos/extra-x86_64/mozconfig.cfg
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/vendor-prefs.js

-+
 PKGBUILD|  565 +-
 distribution.ini|   16 -
 mozconfig.cfg   |   95 
 thunderbird.desktop |  346 +++---
 vendor-prefs.js |   34 +--
 5 files changed, 528 insertions(+), 528 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 20:39:12 UTC (rev 423588)
+++ PKGBUILD2021-09-08 20:39:25 UTC (rev 423589)
@@ -1,282 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Baldeck 
-# Contributor: Dale Blount 
-# Contributor: Anders Bostrom 
-
-pkgbase=thunderbird
-pkgname=(thunderbird)
-pkgver=78.14.0
-pkgrel=1
-pkgdesc='Standalone mail and news reader from mozilla.org'
-url='https://www.mozilla.org/thunderbird/'
-arch=(x86_64)
-license=(MPL GPL LGPL)
-depends=(
-  glibc gtk3 libgdk-3.so mime-types dbus libdbus-1.so dbus-glib alsa-lib nss
-  hunspell sqlite ttf-font libvpx libvpx.so zlib bzip2 botan libwebp libevent
-  libjpeg-turbo libffi nspr gcc-libs libx11 libxrender libxfixes libxext
-  libxcomposite libxdamage pango libpango-1.0.so cairo gdk-pixbuf2 icu
-  libicui18n.so libicuuc.so freetype2 libfreetype.so fontconfig
-  libfontconfig.so glib2 libglib-2.0.so pixman libpixman-1.so gnupg
-)
-optdepends=(
-  'libotr: OTR support for active one-to-one chats'
-)
-makedepends=(
-  unzip zip diffutils python python-setuptools yasm nasm mesa imake libpulse
-  inetutils xorg-server-xvfb autoconf2.13 rust clang llvm gtk2 cbindgen nodejs
-  gawk perl findutils libotr
-)
-options=(!emptydirs !makeflags)
-source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc}
-thunderbird.desktop
-vendor-prefs.js
-distribution.ini
-mozconfig.cfg)
-validpgpkeys=(14F26682D0916CDD81E37B6D61B7B526D98F0353) # Mozilla Software 
Releases 
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  echo "${noextract[@]}"
-
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-[[ $src = *.patch ]] || continue
-echo "Applying patch $src..."
-patch -Np1 < "../$src"
-  done
-
-  printf "%s" "$_google_api_key" >google-api-key
-  printf "%s" "$_mozilla_api_key" >mozilla-api-key
-  cp ../mozconfig.cfg .mozconfig
-  sed "s|@PWD@|${PWD@Q}|g" -i .mozconfig
-}
-
-build() {
-  cd $pkgname-$pkgver
-  if [[ -n "${SOURCE_DATE_EPOCH}" ]]; then
-export MOZ_BUILD_DATE=$(date --date "@${SOURCE_DATE_EPOCH}" 
"+%Y%m%d%H%M%S")
-  fi
-  ./mach configure
-  ./mach build
-  ./mach buildsymbols
-}
-
-package_thunderbird() {
-  optdepends=('libcanberra: sound support')
-
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" ./mach install
-
-  install -Dm 644 ../vendor-prefs.js -t 
"$pkgdir/usr/lib/$pkgname/defaults/pref"
-  install -Dm 644 ../distribution.ini -t 
"$pkgdir/usr/lib/$pkgname/distribution"
-  install -Dm 644 ../thunderbird.desktop -t "$pkgdir/usr/share/applications"
-
-  for i in 16 22 24 32 48 64 128 256; do
-install -Dm644 comm/mail/branding/thunderbird/default${i}.png \
-  "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png"
-  done
-  install -Dm644 comm/mail/branding/thunderbird/TB-symbolic.svg \
-"$pkgdir/usr/share/icons/hicolor/symbolic/apps/thunderbird-symbolic.svg"
-
-  # Use system-provided dictionaries
-  ln -Ts 

[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig.cfg)

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 20:39:12
  Author: anthraxx
Revision: 423588

upgpkg: thunderbird 91.1.0-1

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig.cfg

---+
 PKGBUILD  |  157 
 mozconfig.cfg |1 
 2 files changed, 79 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 20:33:39 UTC (rev 423587)
+++ PKGBUILD2021-09-08 20:39:12 UTC (rev 423588)
@@ -7,7 +7,7 @@
 
 pkgbase=thunderbird
 pkgname=(thunderbird)
-pkgver=78.14.0
+pkgver=91.1.0
 pkgrel=1
 pkgdesc='Standalone mail and news reader from mozilla.org'
 url='https://www.mozilla.org/thunderbird/'
@@ -14,12 +14,13 @@
 arch=(x86_64)
 license=(MPL GPL LGPL)
 depends=(
-  glibc gtk3 libgdk-3.so mime-types dbus libdbus-1.so dbus-glib alsa-lib nss
-  hunspell sqlite ttf-font libvpx libvpx.so zlib bzip2 botan libwebp libevent
-  libjpeg-turbo libffi nspr gcc-libs libx11 libxrender libxfixes libxext
-  libxcomposite libxdamage pango libpango-1.0.so cairo gdk-pixbuf2 icu
-  libicui18n.so libicuuc.so freetype2 libfreetype.so fontconfig
-  libfontconfig.so glib2 libglib-2.0.so pixman libpixman-1.so gnupg
+  glibc gtk3 libgdk-3.so libgtk-3.so mime-types dbus libdbus-1.so dbus-glib
+  alsa-lib nss hunspell sqlite ttf-font libvpx libvpx.so zlib bzip2 libbz2.so
+  botan libwebp libwebp.so libwebpdemux.so libevent libjpeg-turbo libffi
+  libffi.so nspr gcc-libs libx11 libxrender libxfixes libxext libxcomposite
+  libxdamage pango libpango-1.0.so cairo gdk-pixbuf2 icu libicui18n.so
+  libicuuc.so freetype2 libfreetype.so fontconfig libfontconfig.so glib2
+  libglib-2.0.so pixman libpixman-1.so gnupg
 )
 optdepends=(
   'libotr: OTR support for active one-to-one chats'
@@ -26,7 +27,7 @@
 )
 makedepends=(
   unzip zip diffutils python python-setuptools yasm nasm mesa imake libpulse
-  inetutils xorg-server-xvfb autoconf2.13 rust clang llvm gtk2 cbindgen nodejs
+  inetutils xorg-server-xvfb autoconf2.13 rust clang llvm cbindgen nodejs
   gawk perl findutils libotr
 )
 options=(!emptydirs !makeflags)
@@ -35,7 +36,10 @@
 vendor-prefs.js
 distribution.ini
 mozconfig.cfg)
-validpgpkeys=(14F26682D0916CDD81E37B6D61B7B526D98F0353) # Mozilla Software 
Releases 
+validpgpkeys=(
+  14F26682D0916CDD81E37B6D61B7B526D98F0353 # Mozilla Software Releases 

+  4360FE2109C49763186F8E21EBE41E90F6F12F6D # Mozilla Software Releases 

+)
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please
@@ -74,6 +78,7 @@
   if [[ -n "${SOURCE_DATE_EPOCH}" ]]; then
 export MOZ_BUILD_DATE=$(date --date "@${SOURCE_DATE_EPOCH}" 
"+%Y%m%d%H%M%S")
   fi
+  export MACH_USE_SYSTEM_PYTHON=1
   ./mach configure
   ./mach build
   ./mach buildsymbols
@@ -140,7 +145,6 @@
   'es-ES  "Spanish (Spain)"'
   'et "Estonian"'
   'eu "Basque"'
-  'fa "Persian"'
   'fi "Finnish"'
   'fr "French"'
   'fy-NL  "Frisian"'
@@ -172,7 +176,6 @@
   'rm "Romansh"'
   'ro "Romanian"'
   'ru "Russian"'
-  'si "Sinhala"'
   'sk "Slovak"'
   'sl "Slovenian"'
   'sq "Albanian"'
@@ -207,76 +210,74 @@
 esac
 done
 
-sha512sums=('a6b70235eaa5bb334bff02591e030cd19a6c13d0302d12a83966a93c97bbdd6557c78418cd26b486fd1ce7b7c1b84cbc2397cebb29682ad1b45bc8de120cab3e'
+sha512sums=('c465ff25d67c5c28db53d3b1ccda10a743276e58c693406bf31bde0253f34123348180ae18765bd60b958c050e3a874dd69ac82d7612007a8c7a2e25939840ff'
 'SKIP'
 
'a0061fcb2a7f66061e336a8d95948592f56f4752e56467f14ba63846720ebf845cce7511d1a2637e3b80d5a1ffdaa2fb783fa37195103425ef65222d45372012'
 
'6918c0de63deeddc6f53b9ba331390556c12e0d649cf54587dfaabb98b32d6a597b63cf02809c7c58b15501720455a724d527375a8fb9d757ccca57460320734'
 
'5cd3ac4c94ef6dcce72fba02bc18b771a2f67906ff795e0e3d71ce7db6d8a41165bd5443908470915bdbdb989cf3f837c4ba3a36413f55ec570e6efdbb9f'
-
'e44fd608fb4975914479b4a1a5aa44e87f125564fb812fb46c0ee07d503dfdcdb444d7335efe90436caecc7be502aae6b558c585013ee924e618e6213988ae99'
-
'aa3a55984141b42f8f76eb6bf3cdf6f77cd49e3ad20e2a2d2f7858eeae8d70fec05730543a263e730541707044596ce25aad512f11deaff6fa13e6cb9b13c4d7'
-
'c0acf89f17545c8619b22f1cde3d1d15c503cbfe0e1f860d4c68b27088a2b1536200d031c65d5bd4836c1538f27313672d391d2de7dc836755bc6827cb8fa0df'
-
'f88e4154f99a898783ad24f9e871aaa4a0954368686fdcc7aa0581c4f3f97ee234842c32d4acd51ac5559328dfa5817bbb4644049be413ad4e93b8a36d316f34'
-
'b18746531c0cda0c404aa671e07283786b208806925ff4a8faf3bd8b6a7634ca40f9780424e9f5715753640e2acc999cb5f6b450b9c5d9a2b830b51070c9b53e'
-
'00802c72d35569cd0f1ae565e008cc0535e0b8c347e4e2a1a3cf7c2ce7a3e3ce850aa014202841642caf2cc55d1f9b6fc66e8e2f9fecf4f61ba45d5adc88d5f5'
-

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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 20:34:47
  Author: anthraxx
Revision: 1012971

archrelease: copy trunk to community-any

Added:
  catch2/repos/community-any/PKGBUILD
(from rev 1012970, catch2/trunk/PKGBUILD)
Deleted:
  catch2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 20:34:44 UTC (rev 1012970)
+++ PKGBUILD2021-09-08 20:34:47 UTC (rev 1012971)
@@ -1,51 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Maintainer: Levente Polyak 
-# Contributor: Bart Verhagen 
-
-pkgname=catch2
-_gitcommit=5c88067bd339465513af4aec606bd2292f1b594a
-pkgver=2.13.6
-pkgrel=1
-pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
-arch=('any')
-url="https://github.com/catchorg/catch2;
-license=('Boost')
-makedepends=('git' 'cmake' 'python') # python seems to be necessary for 
building tests (FS#60273)
-source=(${pkgname}::"git+https://github.com/catchorg/Catch2#commit=${_gitcommit}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=(
-  E29C46F3B8A7502860793B7DECC9C20E314B2360 # Martin Hořeňovský
-  81E70B717FFB27AFDB45F52090BBFF120F9C087B # Jozef Grajciar
-)
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  cd ${pkgname}
-  export CFLAGS+=" ${CPPFLAGS}"
-  export CXXFLAGS+=" ${CPPFLAGS}"
-  cmake -B build \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCATCH_USE_VALGRIND=OFF \
--DCATCH_BUILD_EXAMPLES=OFF \
--DCATCH_ENABLE_COVERAGE=OFF \
--DCATCH_ENABLE_WERROR=OFF \
--DBUILD_TESTING=ON
-  make -C build
-}
-
-check() {
-  cd ${pkgname}
-  make -C build test
-}
-
-package() {
-  cd ${pkgname}
-  make -C build DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: catch2/repos/community-any/PKGBUILD (from rev 1012970, 
catch2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 20:34:47 UTC (rev 1012971)
@@ -0,0 +1,51 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Levente Polyak 
+# Contributor: Bart Verhagen 
+
+pkgname=catch2
+_gitcommit=c4e3767e265808590986d5db6ca1b5532a7f3d13
+pkgver=2.13.7
+pkgrel=1
+pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
+arch=('any')
+url="https://github.com/catchorg/catch2;
+license=('Boost')
+makedepends=('git' 'cmake' 'python') # python seems to be necessary for 
building tests (FS#60273)
+source=(${pkgname}::"git+https://github.com/catchorg/Catch2#commit=${_gitcommit}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=(
+  E29C46F3B8A7502860793B7DECC9C20E314B2360 # Martin Hořeňovský
+  81E70B717FFB27AFDB45F52090BBFF120F9C087B # Jozef Grajciar
+)
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd ${pkgname}
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  cmake -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCATCH_USE_VALGRIND=OFF \
+-DCATCH_BUILD_EXAMPLES=OFF \
+-DCATCH_ENABLE_COVERAGE=OFF \
+-DCATCH_ENABLE_WERROR=OFF \
+-DBUILD_TESTING=ON
+  make -C build
+}
+
+check() {
+  cd ${pkgname}
+  make -C build test
+}
+
+package() {
+  cd ${pkgname}
+  make -C build DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 20:34:44
  Author: anthraxx
Revision: 1012970

upgpkg: catch2 2.13.7-1

Modified:
  catch2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 20:21:25 UTC (rev 1012969)
+++ PKGBUILD2021-09-08 20:34:44 UTC (rev 1012970)
@@ -3,8 +3,8 @@
 # Contributor: Bart Verhagen 
 
 pkgname=catch2
-_gitcommit=5c88067bd339465513af4aec606bd2292f1b594a
-pkgver=2.13.6
+_gitcommit=c4e3767e265808590986d5db6ca1b5532a7f3d13
+pkgver=2.13.7
 pkgrel=1
 pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
 arch=('any')



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 20:33:38
  Author: heftig
Revision: 423586

archrelease: copy trunk to extra-x86_64

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

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

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

Copied: libqmi/repos/extra-x86_64/PKGBUILD (from rev 423584, 
libqmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 20:33:38 UTC (rev 423586)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.30.2
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libqmi/;
+license=(GPL2)
+depends=(libmbim libqrtr-glib libgudev)
+makedepends=(gtk-doc python git help2man gobject-introspection)
+provides=(libqmi-glib.so)
+_commit=4831d54483ee7e517068dee189f489d3eed1cd81  # tags/1.30.2
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+--enable-compile-warnings=yes
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 20:33:38
  Author: heftig
Revision: 423585

archrelease: copy trunk to extra-x86_64

Added:
  libdazzle/repos/extra-x86_64/PKGBUILD
(from rev 423584, libdazzle/trunk/PKGBUILD)
Deleted:
  libdazzle/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 20:33:29 UTC (rev 423584)
+++ PKGBUILD2021-09-08 20:33:38 UTC (rev 423585)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=libdazzle
-pkgver=3.40.0
-pkgrel=1
-pkgdesc="A library to delight your users with fancy features"
-url="https://gitlab.gnome.org/GNOME/libdazzle;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-checkdepends=(xorg-server-xvfb)
-provides=(libdazzle-1.0.so)
-_commit=e9153eb01f8b5617fa363b1ee267c7d05f94efed  # tags/3.40.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build -D enable_gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libdazzle/repos/extra-x86_64/PKGBUILD (from rev 423584, 
libdazzle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 20:33:38 UTC (rev 423585)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=libdazzle
+pkgver=3.42.0
+pkgrel=1
+pkgdesc="A library to delight your users with fancy features"
+url="https://gitlab.gnome.org/GNOME/libdazzle;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+checkdepends=(xorg-server-xvfb)
+provides=(libdazzle-1.0.so)
+_commit=22b34014de28406d8c91cbe242d0e3d02cf9c54f  # tags/3.42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -D enable_gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 20:33:39
  Author: heftig
Revision: 423587

archrelease: copy trunk to extra-x86_64

Added:
  libhandy/repos/extra-x86_64/PKGBUILD
(from rev 423584, libhandy/trunk/PKGBUILD)
Deleted:
  libhandy/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 20:33:38 UTC (rev 423586)
+++ PKGBUILD2021-09-08 20:33:39 UTC (rev 423587)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=libhandy
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Library full of GTK+ widgets for mobile phones"
-url="https://gitlab.gnome.org/GNOME/libhandy;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk3)
-makedepends=(git gobject-introspection meson vala glade)
-checkdepends=(xorg-server-xvfb)
-provides=(libhandy-1.so)
-_commit=e9ca4ac4b134bbd6ab91b6f916a915192fd3a465  # tags/1.2.3^0
-source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd libhandy
-}
-
-pkgver() {
-  cd libhandy
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  arch-meson libhandy build \
--D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: libhandy/repos/extra-x86_64/PKGBUILD (from rev 423584, 
libhandy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 20:33:39 UTC (rev 423587)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=libhandy
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Library full of GTK+ widgets for mobile phones"
+url="https://gitlab.gnome.org/GNOME/libhandy;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk3)
+makedepends=(git gobject-introspection meson vala glade)
+checkdepends=(xorg-server-xvfb)
+provides=(libhandy-1.so)
+_commit=f8626427acebfa08b2b4ee1166d51e416d3d7407  # tags/1.4.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd libhandy
+}
+
+pkgver() {
+  cd libhandy
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson libhandy build \
+-D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 20:33:29
  Author: heftig
Revision: 423584

1.30.2-1

Modified:
  libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 20:32:02 UTC (rev 423583)
+++ PKGBUILD2021-09-08 20:33:29 UTC (rev 423584)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libqmi
-pkgver=1.30.0
+pkgver=1.30.2
 pkgrel=1
 pkgdesc="QMI modem protocol helper library"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(libmbim libqrtr-glib libgudev)
 makedepends=(gtk-doc python git help2man gobject-introspection)
 provides=(libqmi-glib.so)
-_commit=42182b38e1e6b3a5167b78cc2f503080de74612d  # tags/1.30.0
+_commit=4831d54483ee7e517068dee189f489d3eed1cd81  # tags/1.30.2
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 20:32:02
  Author: heftig
Revision: 423583

3.42.0-1

Modified:
  libdazzle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 20:31:24 UTC (rev 423582)
+++ PKGBUILD2021-09-08 20:32:02 UTC (rev 423583)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=libdazzle
-pkgver=3.40.0
+pkgver=3.42.0
 pkgrel=1
 pkgdesc="A library to delight your users with fancy features"
 url="https://gitlab.gnome.org/GNOME/libdazzle;
@@ -12,7 +12,7 @@
 makedepends=(git meson vala gobject-introspection gtk-doc)
 checkdepends=(xorg-server-xvfb)
 provides=(libdazzle-1.0.so)
-_commit=e9153eb01f8b5617fa363b1ee267c7d05f94efed  # tags/3.40.0^0
+_commit=22b34014de28406d8c91cbe242d0e3d02cf9c54f  # tags/3.42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,11 +27,10 @@
 }
 
 check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
+  dbus-run-session xvfb-run -s '-nolisten local' \
 meson test -C build --print-errorlogs
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



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

2021-09-08 Thread Jan Steffens via arch-commits
Date: Wednesday, September 8, 2021 @ 20:31:24
  Author: heftig
Revision: 423582

1.4.0-1

Modified:
  libhandy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 20:18:51 UTC (rev 423581)
+++ PKGBUILD2021-09-08 20:31:24 UTC (rev 423582)
@@ -2,7 +2,7 @@
 # Contributor: Balló György 
 
 pkgname=libhandy
-pkgver=1.2.3
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="Library full of GTK+ widgets for mobile phones"
 url="https://gitlab.gnome.org/GNOME/libhandy;
@@ -12,7 +12,7 @@
 makedepends=(git gobject-introspection meson vala glade)
 checkdepends=(xorg-server-xvfb)
 provides=(libhandy-1.so)
-_commit=e9ca4ac4b134bbd6ab91b6f916a915192fd3a465  # tags/1.2.3^0
+_commit=f8626427acebfa08b2b4ee1166d51e416d3d7407  # tags/1.4.0^0
 source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -32,13 +32,12 @@
 }
 
 check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
+  dbus-run-session xvfb-run -s '-nolisten local' \
 meson test -C build --print-errorlogs
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }
 
 # vim:set sw=2 et:



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 20:21:22
  Author: anthraxx
Revision: 1012968

upgpkg: pegtl 3.2.1-1

Modified:
  pegtl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 19:25:07 UTC (rev 1012967)
+++ PKGBUILD2021-09-08 20:21:22 UTC (rev 1012968)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=pegtl
-_gitcommit=7d039707cf835cea63daa78a717e18fcc5bcf95b
-pkgver=3.2.0
+_gitcommit=6d03c8decc22b4ddd51115e2170e0e82413c7104
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Parsing Expression Grammar Template Library'
 url='https://github.com/taocpp/PEGTL'



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 20:21:25
  Author: anthraxx
Revision: 1012969

archrelease: copy trunk to community-any

Added:
  pegtl/repos/community-any/PKGBUILD
(from rev 1012968, pegtl/trunk/PKGBUILD)
Deleted:
  pegtl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 20:21:22 UTC (rev 1012968)
+++ PKGBUILD2021-09-08 20:21:25 UTC (rev 1012969)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=pegtl
-_gitcommit=7d039707cf835cea63daa78a717e18fcc5bcf95b
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Parsing Expression Grammar Template Library'
-url='https://github.com/taocpp/PEGTL'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'cmake')
-source=(${pkgname}::"git+https://github.com/taocpp/PEGTL#commit=${_gitcommit}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('3AC06334B62566C11A5912FB014C496DEC39EB21') # Daniel Frey 

-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags --always| sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  cd ${pkgname}
-  cmake -B build \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DPEGTL_INSTALL_DOC_DIR=share/doc/${pkgname} \
--DPEGTL_INSTALL_CMAKE_DIR=lib/cmake/${pkgname} \
--DPEGTL_BUILD_EXAMPLES=OFF \
--DPEGTL_BUILD_TESTS=ON
-  make -C build VERRBOSE=1
-}
-
-check() {
-  cd ${pkgname}/build
-  ctest
-}
-
-package() {
-  cd ${pkgname}
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dpm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dpm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pegtl/repos/community-any/PKGBUILD (from rev 1012968, 
pegtl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 20:21:25 UTC (rev 1012969)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+
+pkgname=pegtl
+_gitcommit=6d03c8decc22b4ddd51115e2170e0e82413c7104
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Parsing Expression Grammar Template Library'
+url='https://github.com/taocpp/PEGTL'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'cmake')
+source=(${pkgname}::"git+https://github.com/taocpp/PEGTL#commit=${_gitcommit}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('3AC06334B62566C11A5912FB014C496DEC39EB21') # Daniel Frey 

+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --always| sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd ${pkgname}
+  cmake -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DPEGTL_INSTALL_DOC_DIR=share/doc/${pkgname} \
+-DPEGTL_INSTALL_CMAKE_DIR=lib/cmake/${pkgname} \
+-DPEGTL_BUILD_EXAMPLES=OFF \
+-DPEGTL_BUILD_TESTS=ON
+  make -C build VERRBOSE=1
+}
+
+check() {
+  cd ${pkgname}/build
+  ctest
+}
+
+package() {
+  cd ${pkgname}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dpm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dpm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in pgbouncer/repos/extra-x86_64 (12 files)

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 20:18:51
  Author: anthraxx
Revision: 423581

archrelease: copy trunk to extra-x86_64

Added:
  pgbouncer/repos/extra-x86_64/PKGBUILD
(from rev 423580, pgbouncer/trunk/PKGBUILD)
  pgbouncer/repos/extra-x86_64/pgbouncer.ini
(from rev 423580, pgbouncer/trunk/pgbouncer.ini)
  pgbouncer/repos/extra-x86_64/pgbouncer.logrotate
(from rev 423580, pgbouncer/trunk/pgbouncer.logrotate)
  pgbouncer/repos/extra-x86_64/pgbouncer.service
(from rev 423580, pgbouncer/trunk/pgbouncer.service)
  pgbouncer/repos/extra-x86_64/pgbouncer.sysusers
(from rev 423580, pgbouncer/trunk/pgbouncer.sysusers)
  pgbouncer/repos/extra-x86_64/pgbouncer.tmpfiles.conf
(from rev 423580, pgbouncer/trunk/pgbouncer.tmpfiles.conf)
Deleted:
  pgbouncer/repos/extra-x86_64/PKGBUILD
  pgbouncer/repos/extra-x86_64/pgbouncer.ini
  pgbouncer/repos/extra-x86_64/pgbouncer.logrotate
  pgbouncer/repos/extra-x86_64/pgbouncer.service
  pgbouncer/repos/extra-x86_64/pgbouncer.sysusers
  pgbouncer/repos/extra-x86_64/pgbouncer.tmpfiles.conf

-+
 PKGBUILD|  110 +++---
 pgbouncer.ini   |  104 +--
 pgbouncer.logrotate |   16 +++---
 pgbouncer.service   |   22 -
 pgbouncer.sysusers  |6 +-
 pgbouncer.tmpfiles.conf |8 +--
 6 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 20:18:45 UTC (rev 423580)
+++ PKGBUILD2021-09-08 20:18:51 UTC (rev 423581)
@@ -1,55 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dan McGee 
-
-pkgname=pgbouncer
-pkgver=1.15.0
-pkgrel=1
-pkgdesc='Lightweight connection pooler for PostgreSQL'
-url='https://pgbouncer.github.io/'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc' 'libevent' 'c-ares' 'libcares.so' 'systemd' 'pam' 'libpam.so' 
'openssl')
-makedepends=('asciidoc' 'xmlto')
-checkdepends=('postgresql-libs' 'postgresql')
-backup=('etc/pgbouncer/pgbouncer.ini'
-'etc/logrotate.d/pgbouncer')
-source=(https://pgbouncer.github.io/downloads/files/${pkgver}/pgbouncer-${pkgver}.tar.gz
-pgbouncer.ini
-pgbouncer.logrotate
-pgbouncer.service
-pgbouncer.tmpfiles.conf
-pgbouncer.sysusers)
-sha512sums=('5f78018ab80ab8d81f20ef3df1314ffc9557f1c6469d485d11ac822f596e3d4b554743fd9e9fe19b008a8aaf93bcf3673b42a8fb82bbd9611bd735cd2cbb98c6'
-
'39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f'
-
'1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a'
-
'2b4b7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7'
-
'0757205e5cb5f679bab00bdbed2c828a536239f380d537498bc893c77162e0978308a5f38fae4cb6470f18d6ed0fe4a3ce8f00e85aef89b14bcf6e2eab05a696'
-
'05551189022bd160ca0d64831d2559480ae2dcfe8a489aa4c22cc375c3def31d1169e48e17e6502ccd18237d79afef5bc4587f3cf14274c125eb71311d00503b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-debug \
---with-pam
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -C test check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 NEWS.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 ../pgbouncer.ini "${pkgdir}/etc/pgbouncer/pgbouncer.ini"
-  install -Dm 644 ../pgbouncer.logrotate "${pkgdir}/etc/logrotate.d/pgbouncer"
-  install -Dm 644 ../pgbouncer.service 
"${pkgdir}/usr/lib/systemd/system/pgbouncer.service"
-  install -Dm 644 ../pgbouncer.tmpfiles.conf 
"${pkgdir}/usr/lib/tmpfiles.d/pgbouncer.conf"
-  install -Dm 644 ../pgbouncer.sysusers 
"${pkgdir}/usr/lib/sysusers.d/pgbouncer.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pgbouncer/repos/extra-x86_64/PKGBUILD (from rev 423580, 
pgbouncer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 20:18:51 UTC (rev 423581)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dan McGee 
+
+pkgname=pgbouncer
+pkgver=1.16.0
+pkgrel=1
+pkgdesc='Lightweight connection pooler for PostgreSQL'
+url='https://pgbouncer.github.io/'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'libevent' 'c-ares' 'libcares.so' 'systemd' 'pam' 'libpam.so' 
'openssl')
+makedepends=('asciidoc' 'xmlto')
+checkdepends=('postgresql-libs' 'postgresql')
+backup=('etc/pgbouncer/pgbouncer.ini'
+'etc/logrotate.d/pgbouncer')
+source=(https://pgbouncer.github.io/downloads/files/${pkgver}/pgbouncer-${pkgver}.tar.gz
+pgbouncer.ini
+

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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 20:18:45
  Author: anthraxx
Revision: 423580

upgpkg: pgbouncer 1.16.0-1

Modified:
  pgbouncer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 18:46:27 UTC (rev 423579)
+++ PKGBUILD2021-09-08 20:18:45 UTC (rev 423580)
@@ -2,7 +2,7 @@
 # Contributor: Dan McGee 
 
 pkgname=pgbouncer
-pkgver=1.15.0
+pkgver=1.16.0
 pkgrel=1
 pkgdesc='Lightweight connection pooler for PostgreSQL'
 url='https://pgbouncer.github.io/'
@@ -19,7 +19,7 @@
 pgbouncer.service
 pgbouncer.tmpfiles.conf
 pgbouncer.sysusers)
-sha512sums=('5f78018ab80ab8d81f20ef3df1314ffc9557f1c6469d485d11ac822f596e3d4b554743fd9e9fe19b008a8aaf93bcf3673b42a8fb82bbd9611bd735cd2cbb98c6'
+sha512sums=('3b6f23052ca3b8af40a618da6bed2577b92ffe27b627f8980cda2d645991434bf298f720c1d423a272961c9f3f52a9d1b28154ed7f355d539f71dc68c028b617'
 
'39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f'
 
'1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a'
 
'2b4b7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7'



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

2021-09-08 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 8, 2021 @ 19:25:07
  Author: ffy00
Revision: 1012967

archrelease: copy trunk to community-x86_64

Added:
  shotcut/repos/community-x86_64/PKGBUILD
(from rev 1012966, shotcut/trunk/PKGBUILD)
  shotcut/repos/community-x86_64/melt.patch
(from rev 1012966, shotcut/trunk/melt.patch)
Deleted:
  shotcut/repos/community-x86_64/PKGBUILD
  shotcut/repos/community-x86_64/melt.patch

+
 PKGBUILD   |   80 +--
 melt.patch |   26 +--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 19:24:29 UTC (rev 1012966)
+++ PKGBUILD2021-09-08 19:25:07 UTC (rev 1012967)
@@ -1,40 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: nfnty 
-
-pkgname=shotcut
-pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=21.06.29
-pkgrel=1
-arch=('x86_64')
-url='https://www.shotcut.org'
-license=('GPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
- 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-websockets' 
'qt5-x11extras'
- 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
-optdepends=('swh-plugins: Several audio filters')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;)
-sha512sums=('b6256b2d6b6f5040321a227e60c447455b9026fc5315ddc0d16fcf76930162552fd883029536de201cb2b58e2544dd58203a4dbc9e27144c4ef399fb53fdb996')
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  qmake .. \
-PREFIX='/usr' \
-QMAKE_CFLAGS_RELEASE="$CFLAGS" \
-QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
-SHOTCUT_VERSION=ARCH-$pkgver \
-DEFINES+=SHOTCUT_NOUPGRADE
-
-  make
-
-  lrelease ../translations/*.ts
-}
-
-package() {
-cd $pkgname-$pkgver/build
-
-make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: shotcut/repos/community-x86_64/PKGBUILD (from rev 1012966, 
shotcut/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 19:25:07 UTC (rev 1012967)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: nfnty 
+
+pkgname=shotcut
+pkgdesc='Cross-platform Qt based Video Editor'
+pkgver=21.08.29
+pkgrel=1
+arch=('x86_64')
+url='https://www.shotcut.org'
+license=('GPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
+ 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-websockets' 
'qt5-x11extras'
+ 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
+optdepends=('swh-plugins: Several audio filters')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;)
+sha512sums=('7b173121d8c2eb8fb1cc59d49af6e08efae87cf02077db865fc13277da9e5d497a41922aed0e1fb7be805e0d5856b77c9d278f11c7234de210b19f2f79cb77dc')
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake .. \
+PREFIX='/usr' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
+SHOTCUT_VERSION=ARCH-$pkgver \
+DEFINES+=SHOTCUT_NOUPGRADE
+
+  make
+
+  lrelease ../translations/*.ts
+}
+
+package() {
+cd $pkgname-$pkgver/build
+
+make INSTALL_ROOT="$pkgdir" install
+}
+

Deleted: melt.patch
===
--- melt.patch  2021-09-08 19:24:29 UTC (rev 1012966)
+++ melt.patch  2021-09-08 19:25:07 UTC (rev 1012967)
@@ -1,13 +0,0 @@
-diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
-index f5390e4..693a089 100644
 a/src/jobs/meltjob.cpp
-+++ b/src/jobs/meltjob.cpp
-@@ -50,7 +50,7 @@ void MeltJob::start()
- #ifdef Q_OS_WIN
- QFileInfo meltPath(shotcutPath, "qmelt.exe");
- #else
--QFileInfo meltPath(shotcutPath, "qmelt");
-+QFileInfo meltPath(shotcutPath, "melt");
- #endif
- setReadChannel(QProcess::StandardError);
- QStringList args;

Copied: shotcut/repos/community-x86_64/melt.patch (from rev 1012966, 
shotcut/trunk/melt.patch)
===
--- melt.patch  (rev 0)
+++ melt.patch  2021-09-08 19:25:07 UTC (rev 1012967)
@@ -0,0 +1,13 @@
+diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
+index f5390e4..693a089 100644
+--- a/src/jobs/meltjob.cpp
 b/src/jobs/meltjob.cpp
+@@ -50,7 +50,7 @@ void MeltJob::start()
+ #ifdef Q_OS_WIN
+ QFileInfo meltPath(shotcutPath, "qmelt.exe");
+ #else
+-QFileInfo meltPath(shotcutPath, "qmelt");
++QFileInfo meltPath(shotcutPath, "melt");
+ #endif
+ setReadChannel(QProcess::StandardError);
+ QStringList args;



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

2021-09-08 Thread Filipe Laíns via arch-commits
Date: Wednesday, September 8, 2021 @ 19:24:29
  Author: ffy00
Revision: 1012966

upgpkg: shotcut 21.08.29-1

Modified:
  shotcut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 19:19:50 UTC (rev 1012965)
+++ PKGBUILD2021-09-08 19:24:29 UTC (rev 1012966)
@@ -3,7 +3,7 @@
 
 pkgname=shotcut
 pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=21.06.29
+pkgver=21.08.29
 pkgrel=1
 arch=('x86_64')
 url='https://www.shotcut.org'
@@ -14,7 +14,7 @@
 optdepends=('swh-plugins: Several audio filters')
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz;)
-sha512sums=('b6256b2d6b6f5040321a227e60c447455b9026fc5315ddc0d16fcf76930162552fd883029536de201cb2b58e2544dd58203a4dbc9e27144c4ef399fb53fdb996')
+sha512sums=('7b173121d8c2eb8fb1cc59d49af6e08efae87cf02077db865fc13277da9e5d497a41922aed0e1fb7be805e0d5856b77c9d278f11c7234de210b19f2f79cb77dc')
 
 build() {
   mkdir $pkgname-$pkgver/build



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

2021-09-08 Thread Jelle van der Waa via arch-commits
Date: Wednesday, September 8, 2021 @ 19:19:50
  Author: jelle
Revision: 1012965

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  192 ++---
 grafana.install  |   44 ++--
 grafana.service  |   46 ++--
 grafana.sysusers |2 
 grafana.tmpfiles |4 -
 5 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 19:19:38 UTC (rev 1012964)
+++ PKGBUILD2021-09-08 19:19:50 UTC (rev 1012965)
@@ -1,96 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=8.1.2
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='https://grafana.com/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs' 'yarn')
-backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
-'grafana.service'
-'grafana.sysusers'
-'grafana.tmpfiles'
-   )
-install=$pkgname.install
-sha512sums=('SKIP'
-
'02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
-
'38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
-
'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')
-validpgpkeys=("D45B6DC53E9057C46487E25CE17E9ABACEFA59EB"
-  "43511C6A68C9A1DE451EF51890AA4FDC4D63CBEA"
-  "AA70DF6234FBF96AB9101D09E6D5D452E87026E9"  # 
https://github.com/aknuds1.gpg
-  "622E7A764E0C94351E061C57F8D44788D50B48DF"  # 
https://github.com/xlson.gpg
-  "E9EBB044CD6A98482208FE569A774B897EAAB194"  # 
https://github.com/torkelo.gpg
-  "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # 
https://github.com/marefr.gpg
-  "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8"  # 
https://github.com/hugohaggmark.gpg
-  "73B00FD007FF40A7B877F8E1C56C450B04996310"  # 
https://github.com/mckn.gpg
-  "3FEB0F042AF5DABD20CDB845539F8AEBA0B8E5DB"  # 
https://github.com/dprokop.gpg
-  "07B19EBA2380F3B0BE4DD234D2A1C6ABC44CEB74"  # 
https://github.com/kylebrandt.gpg
-  "721354FBE3B3088258A3123371A8B8168DFA6ECC") # 
https://github.com/wbrowne.gpg
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  echo "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  # set arch linux paths
-  sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini
-  sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
-  sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
-  sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-}
-
-build() {
-  echo 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  echo 'building the backend'
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  go run build.go setup
-  go run build.go build
-
-  echo 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  yarn install --pure-lockfile --no-progress
-  NODE_ENV=production yarn run build
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers 

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

2021-09-08 Thread Jelle van der Waa via arch-commits
Date: Wednesday, September 8, 2021 @ 19:19:38
  Author: jelle
Revision: 1012964

upgpkg: grafana 8.1.3-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 19:17:36 UTC (rev 1012963)
+++ PKGBUILD2021-09-08 19:19:38 UTC (rev 1012964)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=8.1.2
+pkgver=8.1.3
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'



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

2021-09-08 Thread Sergej Pupykin via arch-commits
Date: Wednesday, September 8, 2021 @ 19:17:36
  Author: spupykin
Revision: 1012963

archrelease: copy trunk to community-x86_64

Added:
  vnstat/repos/community-x86_64/PKGBUILD
(from rev 1012962, vnstat/trunk/PKGBUILD)
Deleted:
  vnstat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 19:17:28 UTC (rev 1012962)
+++ PKGBUILD2021-09-08 19:17:36 UTC (rev 1012963)
@@ -1,31 +0,0 @@
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thorsten Töpper 
-
-pkgname=vnstat
-pkgver=2.7
-pkgrel=1
-pkgdesc="A console-based network traffic monitor"
-arch=('x86_64')
-url="https://humdi.net/vnstat/;
-license=('GPL')
-depends=('bash' 'sqlite')
-makedepends=('gd')
-optdepends=('gd: image output')
-backup=(etc/vnstat.conf)
-source=(https://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
-sha256sums=('4c28a1d8bc03c2b6e7ab96c876e07dd8ea174b7cad73b7190ecb2b9501e83e9e')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/bin
-  make DESTDIR="$pkgdir" install
-  install -Dm0755 examples/vnstat.cgi 
"$pkgdir"/usr/share/doc/vnstat/examples/vnstat.cgi
-  install -Dm0644 examples/systemd/vnstat.service 
"$pkgdir"/usr/lib/systemd/system/vnstat.service
-}

Copied: vnstat/repos/community-x86_64/PKGBUILD (from rev 1012962, 
vnstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 19:17:36 UTC (rev 1012963)
@@ -0,0 +1,33 @@
+# Maintainer:  Sergej Pupykin 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thorsten Töpper 
+
+pkgname=vnstat
+pkgver=2.8
+pkgrel=1
+pkgdesc="A console-based network traffic monitor"
+arch=('x86_64')
+url="https://humdi.net/vnstat/;
+license=('GPL')
+depends=('bash' 'sqlite')
+makedepends=('gd')
+optdepends=('gd: image output')
+backup=(etc/vnstat.conf)
+source=(https://humdi.net/vnstat/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('03f858a7abf6bd85bb8cd595f3541fc3bd31f8f400ec092ef3034825ccb77c25'
+'SKIP')
+validpgpkeys=(23EF1DD76E65248FB055201ADAFE84E63D140114) # Teemu Toivola
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/bin
+  make DESTDIR="$pkgdir" install
+  install -Dm0755 examples/vnstat.cgi 
"$pkgdir"/usr/share/doc/vnstat/examples/vnstat.cgi
+  install -Dm0644 examples/systemd/vnstat.service 
"$pkgdir"/usr/lib/systemd/system/vnstat.service
+}



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

2021-09-08 Thread Sergej Pupykin via arch-commits
Date: Wednesday, September 8, 2021 @ 19:17:28
  Author: spupykin
Revision: 1012962

upgpkg: vnstat 2.8-1

Modified:
  vnstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 19:10:43 UTC (rev 1012961)
+++ PKGBUILD2021-09-08 19:17:28 UTC (rev 1012962)
@@ -3,7 +3,7 @@
 # Contributor: Thorsten Töpper 
 
 pkgname=vnstat
-pkgver=2.7
+pkgver=2.8
 pkgrel=1
 pkgdesc="A console-based network traffic monitor"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('gd: image output')
 backup=(etc/vnstat.conf)
 source=(https://humdi.net/vnstat/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('4c28a1d8bc03c2b6e7ab96c876e07dd8ea174b7cad73b7190ecb2b9501e83e9e'
+sha256sums=('03f858a7abf6bd85bb8cd595f3541fc3bd31f8f400ec092ef3034825ccb77c25'
 'SKIP')
 validpgpkeys=(23EF1DD76E65248FB055201ADAFE84E63D140114) # Teemu Toivola
 



[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2021-09-08 Thread Sergej Pupykin via arch-commits
Date: Wednesday, September 8, 2021 @ 19:10:43
  Author: spupykin
Revision: 1012961

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 1012960, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 19:10:31 UTC (rev 1012960)
+++ PKGBUILD2021-09-08 19:10:43 UTC (rev 1012961)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eli Schwartz 
-
-pkgname=firefox-adblock-plus
-pkgver=3.11.1
-pkgrel=3
-_file=3816113
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="https://adblockplus.org/;
-license=('GPL3')
-groups=('firefox-addons')
-# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
-source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi;)
-noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('9d12bfa4608213455538d6cd28d0ad61a64d5ba83c40a0b273156f7a8899f6ca')
-
-package() {
-  depends=("firefox")
-
-  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 "${srcdir}"/adblock-plus-${pkgver}.xpi 
"${_extension_dest}.xpi"
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 1012960, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 19:10:43 UTC (rev 1012961)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eli Schwartz 
+
+pkgname=firefox-adblock-plus
+pkgver=3.11.2
+pkgrel=1
+_file=3833352
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="https://adblockplus.org/;
+license=('GPL3')
+makedepends=('unzip' 'jq')
+groups=('firefox-addons')
+# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
+source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi;)
+noextract=("adblock-plus-$pkgver.xpi")
+sha256sums=('1d52e050eb0e70407df83d2da8633a5944afa375c136aa8fea03229470630d05')
+
+check() {
+  unzip adblock-plus-$pkgver.xpi manifest.json
+  jq '.version' manifest.json | grep -E '^"'$pkgver'"$'
+}
+
+package() {
+  depends=("firefox")
+
+  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 "${srcdir}"/adblock-plus-${pkgver}.xpi 
"${_extension_dest}.xpi"
+}



[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)

2021-09-08 Thread Sergej Pupykin via arch-commits
Date: Wednesday, September 8, 2021 @ 19:10:31
  Author: spupykin
Revision: 1012960

upgpkg: firefox-adblock-plus 3.11.2-1

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 19:07:41 UTC (rev 1012959)
+++ PKGBUILD2021-09-08 19:10:31 UTC (rev 1012960)
@@ -2,9 +2,9 @@
 # Maintainer: Eli Schwartz 
 
 pkgname=firefox-adblock-plus
-pkgver=3.11.1
-pkgrel=3
-_file=3816113
+pkgver=3.11.2
+pkgrel=1
+_file=3833352
 pkgdesc="Extension for firefox which block ads and banners"
 arch=('any')
 url="https://adblockplus.org/;
@@ -14,7 +14,7 @@
 # https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
 
source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi;)
 noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('9d12bfa4608213455538d6cd28d0ad61a64d5ba83c40a0b273156f7a8899f6ca')
+sha256sums=('1d52e050eb0e70407df83d2da8633a5944afa375c136aa8fea03229470630d05')
 
 check() {
   unzip adblock-plus-$pkgver.xpi manifest.json



[arch-commits] Commit in arch-release-promotion/repos/community-any (2 files)

2021-09-08 Thread David Runge via arch-commits
Date: Wednesday, September 8, 2021 @ 19:07:41
  Author: dvzrv
Revision: 1012959

archrelease: copy trunk to community-any

Added:
  arch-release-promotion/repos/community-any/PKGBUILD
(from rev 1012958, arch-release-promotion/trunk/PKGBUILD)
Deleted:
  arch-release-promotion/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 19:07:33 UTC (rev 1012958)
+++ PKGBUILD2021-09-08 19:07:41 UTC (rev 1012959)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=arch-release-promotion
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Promote official releases with signatures and additional artifacts"
-arch=('any')
-url="https://gitlab.archlinux.org/archlinux/arch-release-promotion;
-license=('GPL3')
-depends=('python-dotenv' 'python-email-validator' 'python-gitlab'
-'python-orjson' 'python-prometheus_client' 'python-pydantic' 'python-pyxdg'
-'python-toml' 'python-torrentool')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-backup=("etc/${pkgname}/projects.toml")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('6abbef3d47dc0da3af86751f4eeaf34e510ce70025d4a61cb8321cab3d6f823c')
-b2sums=('24dc5d937cd8f9d147e4ee534c78157885184f75b3e987d8590dd5467912ba5a16c43ffabc4abf565aad006e71d1a6b1273400ed7f20ae88ea9f5893ef71')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 {examples/example.toml,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 examples/projects.toml -t "${pkgdir}/etc/${pkgname}"
-}

Copied: arch-release-promotion/repos/community-any/PKGBUILD (from rev 1012958, 
arch-release-promotion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 19:07:41 UTC (rev 1012959)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+pkgname=arch-release-promotion
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Promote official releases with signatures and additional artifacts"
+arch=('any')
+url="https://gitlab.archlinux.org/archlinux/arch-release-promotion;
+license=('GPL3')
+depends=('python-dotenv' 'python-email-validator' 'python-gitlab'
+'python-orjson' 'python-prometheus_client' 'python-pydantic' 'python-pyxdg'
+'python-toml' 'python-torrentool')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+backup=("etc/${pkgname}/projects.toml")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5a67197daa9f35f1aa9bc957f577281b519505600d93895bb3fe426ad1a24dcc')
+b2sums=('4f4da3a74655c25003b8b9243cb1d2a521cded8e6109cc2667b108475e85e529acb5dabd10cced8ef96c2e515be68837922896ca52b7fc7a1bf4d5e722527e38')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 {examples/example.toml,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 examples/projects.toml -t "${pkgdir}/etc/${pkgname}"
+  install -vDm 644 examples/systemd/*.{service,timer} -t 
"${pkgdir}/usr/lib/systemd/system/"
+  install -vDm 644 examples/sysusers.d/*.conf -t 
"${pkgdir}/usr/lib/sysusers.d/"
+}



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

2021-09-08 Thread David Runge via arch-commits
Date: Wednesday, September 8, 2021 @ 19:07:33
  Author: dvzrv
Revision: 1012958

upgpkg: arch-release-promotion 0.2.1-1: Upgarde to 0.2.1.

Modified:
  arch-release-promotion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 19:03:43 UTC (rev 1012957)
+++ PKGBUILD2021-09-08 19:07:33 UTC (rev 1012958)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=arch-release-promotion
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="Promote official releases with signatures and additional artifacts"
 arch=('any')
@@ -14,8 +14,8 @@
 checkdepends=('python-pytest')
 backup=("etc/${pkgname}/projects.toml")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('6abbef3d47dc0da3af86751f4eeaf34e510ce70025d4a61cb8321cab3d6f823c')
-b2sums=('24dc5d937cd8f9d147e4ee534c78157885184f75b3e987d8590dd5467912ba5a16c43ffabc4abf565aad006e71d1a6b1273400ed7f20ae88ea9f5893ef71')
+sha256sums=('5a67197daa9f35f1aa9bc957f577281b519505600d93895bb3fe426ad1a24dcc')
+b2sums=('4f4da3a74655c25003b8b9243cb1d2a521cded8e6109cc2667b108475e85e529acb5dabd10cced8ef96c2e515be68837922896ca52b7fc7a1bf4d5e722527e38')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -39,4 +39,6 @@
   --root="${pkgdir}"
   install -vDm 644 {examples/example.toml,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   install -vDm 644 examples/projects.toml -t "${pkgdir}/etc/${pkgname}"
+  install -vDm 644 examples/systemd/*.{service,timer} -t 
"${pkgdir}/usr/lib/systemd/system/"
+  install -vDm 644 examples/sysusers.d/*.conf -t 
"${pkgdir}/usr/lib/sysusers.d/"
 }



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

2021-09-08 Thread David Runge via arch-commits
Date: Wednesday, September 8, 2021 @ 19:03:43
  Author: dvzrv
Revision: 1012957

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 19:03:36 UTC (rev 1012956)
+++ PKGBUILD2021-09-08 19:03:43 UTC (rev 1012957)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=release-cli
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Gitlab Release CLI"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/release-cli;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('9717fea2d3d68debffad59332487ebe6bcca7beffea152c18bd1e0427acd595d658eed52c96fceb11ed9991a6c700fca74729d123e9614d9ebddd5fa9c228de3')
-b2sums=('db249a458e3f138beffa954928ea47db32d96b80c7cb75642aee8966ddf2972641dbdde7e3b8bcc6f8f0beaf5d1f0beaa476dec99ec48456c6d514fd47a19cb2')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  mkdir -vp build
-}
-
-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 -o "build/${pkgname}" "./cmd/${pkgname}"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 755 "build/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {CHANGELOG,README}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cd docs
-  find . -type f -iname "*.md" -exec install -vDm 644 {} 
"${pkgdir}/usr/share/doc/${pkgname}/"{} \;
-}

Copied: release-cli/repos/community-x86_64/PKGBUILD (from rev 1012956, 
release-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 19:03:43 UTC (rev 1012957)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+pkgname=release-cli
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Gitlab Release CLI"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/release-cli;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
+sha512sums=('1b422e98fbc45589941e686e2f31b1a3844cf150568d178a10b1cb80ac114114117f8f81c5dc0a6293dd83a04c9977e79302dfe1283c1a792bf4790b8f3bf895')
+b2sums=('917b901afbc62bfe1e6aa3acabab31c9cd80b27c4964e30537ef02572fceed1c3482a824ccd2ac01bb2eabde3254c0169e3f46a908e4c617457b5564565c7df1')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  mkdir -vp build
+}
+
+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 -o "build/${pkgname}" "./cmd/${pkgname}"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 755 "build/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {CHANGELOG,README}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  cd docs
+  find . -type f -iname "*.md" -exec install -vDm 644 {} 
"${pkgdir}/usr/share/doc/${pkgname}/"{} \;
+}



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

2021-09-08 Thread David Runge via arch-commits
Date: Wednesday, September 8, 2021 @ 19:03:36
  Author: dvzrv
Revision: 1012956

upgpkg: release-cli 0.10.0-1: Upgrade to 0.10.0.

Modified:
  release-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 18:47:10 UTC (rev 1012955)
+++ PKGBUILD2021-09-08 19:03:36 UTC (rev 1012956)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=release-cli
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="Gitlab Release CLI"
 arch=('x86_64')
@@ -10,8 +10,8 @@
 depends=('glibc')
 makedepends=('go')
 
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('9717fea2d3d68debffad59332487ebe6bcca7beffea152c18bd1e0427acd595d658eed52c96fceb11ed9991a6c700fca74729d123e9614d9ebddd5fa9c228de3')
-b2sums=('db249a458e3f138beffa954928ea47db32d96b80c7cb75642aee8966ddf2972641dbdde7e3b8bcc6f8f0beaf5d1f0beaa476dec99ec48456c6d514fd47a19cb2')
+sha512sums=('1b422e98fbc45589941e686e2f31b1a3844cf150568d178a10b1cb80ac114114117f8f81c5dc0a6293dd83a04c9977e79302dfe1283c1a792bf4790b8f3bf895')
+b2sums=('917b901afbc62bfe1e6aa3acabab31c9cd80b27c4964e30537ef02572fceed1c3482a824ccd2ac01bb2eabde3254c0169e3f46a908e4c617457b5564565c7df1')
 
 prepare() {
   mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 18:44:55
  Author: anthraxx
Revision: 1012952

upgpkg: python-flask-socketio 5.1.0-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 18:41:13 UTC (rev 1012951)
+++ PKGBUILD2021-09-08 18:44:55 UTC (rev 1012952)
@@ -2,7 +2,7 @@
 
 pkgname=python-flask-socketio
 _pkgname=Flask-SocketIO
-pkgver=5.0.1
+pkgver=5.1.0
 pkgrel=1
 pkgdesc='Socket.IO integration for Flask applications'
 url='https://flask-socketio.readthedocs.org/'
@@ -13,8 +13,8 @@
 checkdepends=('python-coverage' 'python-pytest')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('38f2d426a0f9c4a4964d3dc06c47e09f36b4b379fd229814fc93af34f9b306c9109cd7994721f472ab5609c00bdc71f60e46d4f7da037627a42f62e8bfd95129')
-b2sums=('e4dd99e101addbf51a15f3d981467d8d0a149110b61b64b65eb8a18becff9dd39f09e72801578851a5430f702b58af4fe7eaa3065f86c0d2c8b3f550adfb58d1')
+sha512sums=('701279d7cb98305e92a96950e9c91e06ba6528faea136c62bedd1882dfc39b9dad0b30b80c8138289933fed74d2b2949fb9236adb0ea8bf5d96ba7fd487c6a44')
+b2sums=('2306f1f886bbbec9b3dbe6ef6f93df7727adb3f486ea23c42b74949807439d738bc5523020e97a654bb23a19b648e10d26410edc6b767c3ae8f09441e3058b1c')
 
 build() {
   cd ${_pkgname}-${pkgver}



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 18:44:59
  Author: anthraxx
Revision: 1012953

archrelease: copy trunk to community-any

Added:
  python-flask-socketio/repos/community-any/PKGBUILD
(from rev 1012952, python-flask-socketio/trunk/PKGBUILD)
Deleted:
  python-flask-socketio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 18:44:55 UTC (rev 1012952)
+++ PKGBUILD2021-09-08 18:44:59 UTC (rev 1012953)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-flask-socketio
-_pkgname=Flask-SocketIO
-pkgver=5.0.1
-pkgrel=1
-pkgdesc='Socket.IO integration for Flask applications'
-url='https://flask-socketio.readthedocs.org/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-flask' 'python-eventlet' 'python-socketio')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-coverage' 'python-pytest')
-options=('!makeflags')
-source=(https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('38f2d426a0f9c4a4964d3dc06c47e09f36b4b379fd229814fc93af34f9b306c9109cd7994721f472ab5609c00bdc71f60e46d4f7da037627a42f62e8bfd95129')
-b2sums=('e4dd99e101addbf51a15f3d981467d8d0a149110b61b64b65eb8a18becff9dd39f09e72801578851a5430f702b58af4fe7eaa3065f86c0d2c8b3f550adfb58d1')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-  make -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  py.test test_socketio.py
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 1012952, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 18:44:59 UTC (rev 1012953)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-flask-socketio
+_pkgname=Flask-SocketIO
+pkgver=5.1.0
+pkgrel=1
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-flask' 'python-eventlet' 'python-socketio')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-coverage' 'python-pytest')
+options=('!makeflags')
+source=(https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('701279d7cb98305e92a96950e9c91e06ba6528faea136c62bedd1882dfc39b9dad0b30b80c8138289933fed74d2b2949fb9236adb0ea8bf5d96ba7fd487c6a44')
+b2sums=('2306f1f886bbbec9b3dbe6ef6f93df7727adb3f486ea23c42b74949807439d738bc5523020e97a654bb23a19b648e10d26410edc6b767c3ae8f09441e3058b1c')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  make -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  py.test test_socketio.py
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/text/index.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 18:41:13
  Author: anthraxx
Revision: 1012951

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-08 18:41:10 UTC (rev 1012950)
+++ PKGBUILD2021-09-08 18:41:13 UTC (rev 1012951)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-socketio
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='Python implementation of the Socket.IO realtime server'
-url='https://github.com/miguelgrinberg/python-socketio'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-six' 'python-engineio' 'python-bidict')
-makedepends=('python-setuptools' 'python-sphinx' 'python-tornado')
-optdepends=('python-tornado: tornado asyncio webserver')
-checkdepends=('python-pytest' 'python-mock')
-options=('!makeflags')
-source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('1313b0d6308676ff5ff2e1652f8fdd8f66d0bd38148bdfbccf134adca0d64b53a1da21e6ad8bd6eb270354091e2bd48a3cdb26b5a7cae3a1ea991cd2f1c5e873')
-b2sums=('f835f2e6bfc3e9bd409fab3c0ce21975dde9c39479bad59fc5decca894bfc169733b2cf23cae51dbd98b3f7ae39c10ad874b4a5aa98fb28d172cf4705920927d')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
-  make -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  py.test -k 'not test_logger'
-}
-
-package() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/python-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-socketio/repos/community-any/PKGBUILD (from rev 1012950, 
python-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-08 18:41:13 UTC (rev 1012951)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-socketio
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Python implementation of the Socket.IO realtime server'
+url='https://github.com/miguelgrinberg/python-socketio'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-six' 'python-engineio' 'python-bidict' 
'python-msgpack')
+makedepends=('python-setuptools' 'python-sphinx' 'python-tornado')
+optdepends=('python-tornado: tornado asyncio webserver')
+checkdepends=('python-pytest' 'python-mock')
+options=('!makeflags')
+source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('cc5907c35428103b42bbd4bf95d59012211c3efaa925485e5dd31f8c0a8c626074f84f1a4d4e660abc02a019da90299f584c25f6a7c51fd41f5c7df126f2ef26')
+b2sums=('e818fded7a7166363a1794de965bda49e8608b4614755a024550d083be738ed3e9c1a60f9298411ee9bf0699f4dfd1ed0c9106ea2a27da15822eaf2f045b7357')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+  make -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/python-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 18:41:10
  Author: anthraxx
Revision: 1012950

upgpkg: python-socketio 5.4.0-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 18:39:38 UTC (rev 1012949)
+++ PKGBUILD2021-09-08 18:41:10 UTC (rev 1012950)
@@ -1,20 +1,20 @@
 # Maintainer: Levente Polyak 
 
 pkgname=python-socketio
-pkgver=5.3.0
+pkgver=5.4.0
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
 arch=('any')
 license=('MIT')
-depends=('python' 'python-six' 'python-engineio' 'python-bidict')
+depends=('python' 'python-six' 'python-engineio' 'python-bidict' 
'python-msgpack')
 makedepends=('python-setuptools' 'python-sphinx' 'python-tornado')
 optdepends=('python-tornado: tornado asyncio webserver')
 checkdepends=('python-pytest' 'python-mock')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('1313b0d6308676ff5ff2e1652f8fdd8f66d0bd38148bdfbccf134adca0d64b53a1da21e6ad8bd6eb270354091e2bd48a3cdb26b5a7cae3a1ea991cd2f1c5e873')
-b2sums=('f835f2e6bfc3e9bd409fab3c0ce21975dde9c39479bad59fc5decca894bfc169733b2cf23cae51dbd98b3f7ae39c10ad874b4a5aa98fb28d172cf4705920927d')
+sha512sums=('cc5907c35428103b42bbd4bf95d59012211c3efaa925485e5dd31f8c0a8c626074f84f1a4d4e660abc02a019da90299f584c25f6a7c51fd41f5c7df126f2ef26')
+b2sums=('e818fded7a7166363a1794de965bda49e8608b4614755a024550d083be738ed3e9c1a60f9298411ee9bf0699f4dfd1ed0c9106ea2a27da15822eaf2f045b7357')
 
 build() {
   cd ${pkgbase}-${pkgver}
@@ -24,7 +24,7 @@
 
 check() {
   cd ${pkgbase}-${pkgver}
-  py.test -k 'not test_logger'
+  python setup.py test
 }
 
 package() {
@@ -31,7 +31,7 @@
   cd ${pkgbase}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
   install -Dm 644 docs/_build/man/python-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }



  1   2   3   4   >