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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:14
  Author: heftig
Revision: 395487

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 395485, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-05 13:24:14 UTC (rev 395487)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=450.66
+pkgrel=16
+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 python-attrs/repos/extra-any (PKGBUILD PKGBUILD)

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:52
  Author: felixonmars
Revision: 395492

archrelease: copy trunk to extra-any

Added:
  python-attrs/repos/extra-any/PKGBUILD
(from rev 395491, python-attrs/trunk/PKGBUILD)
Deleted:
  python-attrs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 13:24:31 UTC (rev 395491)
+++ PKGBUILD2020-09-05 13:24:52 UTC (rev 395492)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-attrs
-pkgname=('python-attrs' 'python2-attrs')
-pkgver=20.1.0
-pkgrel=1
-pkgdesc="Attributes without boilerplate."
-arch=('any')
-license=('MIT')
-url="https://attrs.readthedocs.org/;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python-zope-interface' 
'python-hypothesis')
-source=("https://pypi.io/packages/source/a/attrs/attrs-$pkgver.tar.gz;)
-sha512sums=('0be286c9263ea26fbb29a89a1c9a37577577b1147cbf440de257a3652147bcb559c8fc4118a900cef558b9f49b59074a276c8a4843f3e8829278eaae5b70e913')
-
-prepare() {
-  cp -a attrs-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/attrs-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/attrs-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd attrs-$pkgver
-  python setup.py pytest
-}
-
-package_python-attrs() {
-  depends=('python')
-
-  cd attrs-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-attrs() {
-  depends=('python2')
-
-  cd attrs-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-attrs/repos/extra-any/PKGBUILD (from rev 395491, 
python-attrs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 13:24:52 UTC (rev 395492)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-attrs
+pkgname=('python-attrs' 'python2-attrs')
+pkgver=20.2.0
+pkgrel=1
+pkgdesc="Attributes without boilerplate."
+arch=('any')
+license=('MIT')
+url="https://attrs.readthedocs.org/;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python-zope-interface' 
'python-hypothesis')
+source=("https://pypi.io/packages/source/a/attrs/attrs-$pkgver.tar.gz;)
+sha512sums=('829030d8c1fe7bffbbb8d70fc56228f4c378d85a24c89d802e51f63a78abbfa24f46f5aa8b56cb7ba26ef0bf1fb272163873c45c994145de0be45b14c6fb29cd')
+
+prepare() {
+  cp -a attrs-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/attrs-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/attrs-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd attrs-$pkgver
+  python setup.py pytest
+}
+
+package_python-attrs() {
+  depends=('python')
+
+  cd attrs-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-attrs() {
+  depends=('python2')
+
+  cd attrs-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:03
  Author: heftig
Revision: 699143

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

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 699140, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-05 13:24:03 UTC (rev 699143)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.048.03
+pkgrel=23
+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)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+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" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:02
  Author: heftig
Revision: 699141

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

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 699140, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-05 13:24:02 UTC (rev 699141)
@@ -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=90
+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 linux-zen/repos (4 files)

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:18
  Author: heftig
Revision: 395489

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 395487, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 395487, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/sphinx-workaround.patch
(from rev 395487, linux-zen/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  199 
 config  |11070 ++
 sphinx-workaround.patch |   13 
 3 files changed, 11282 insertions(+)

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


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:11
  Author: heftig
Revision: 699151

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 699147, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-05 13:24:11 UTC (rev 699151)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.03
+pkgrel=25
+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)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+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" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:07
  Author: heftig
Revision: 699146

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 699144, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-05 13:24:07 UTC (rev 699146)
@@ -0,0 +1,48 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.12
+pkgrel=16
+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-lts/repos (2 files)

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:04
  Author: heftig
Revision: 699144

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

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 699140, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-05 13:24:04 UTC (rev 699144)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=170
+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 wireguard-lts/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:13
  Author: heftig
Revision: 395486

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-lts/repos/testing-x86_64/
  wireguard-lts/repos/testing-x86_64/PKGBUILD
(from rev 395485, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/testing-x86_64/PKGBUILD (from rev 395485, 
wireguard-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-05 13:24:13 UTC (rev 395486)
@@ -0,0 +1,42 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=1.0.20200729
+pkgrel=11
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:31
  Author: felixonmars
Revision: 395491

upgpkg: python-attrs 20.2.0-1

Modified:
  python-attrs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:24:19 UTC (rev 395490)
+++ PKGBUILD2020-09-05 13:24:31 UTC (rev 395491)
@@ -2,7 +2,7 @@
 
 pkgbase=python-attrs
 pkgname=('python-attrs' 'python2-attrs')
-pkgver=20.1.0
+pkgver=20.2.0
 pkgrel=1
 pkgdesc="Attributes without boilerplate."
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python-zope-interface' 
'python-hypothesis')
 source=("https://pypi.io/packages/source/a/attrs/attrs-$pkgver.tar.gz;)
-sha512sums=('0be286c9263ea26fbb29a89a1c9a37577577b1147cbf440de257a3652147bcb559c8fc4118a900cef558b9f49b59074a276c8a4843f3e8829278eaae5b70e913')
+sha512sums=('829030d8c1fe7bffbbb8d70fc56228f4c378d85a24c89d802e51f63a78abbfa24f46f5aa8b56cb7ba26ef0bf1fb272163873c45c994145de0be45b14c6fb29cd')
 
 prepare() {
   cp -a attrs-$pkgver{,-py2}


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:17
  Author: heftig
Revision: 395488

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 395487, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 395487, linux/trunk/config)
  linux/repos/testing-x86_64/sphinx-workaround.patch
(from rev 395487, linux/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  199 
 config  |11020 ++
 sphinx-workaround.patch |   13 
 3 files changed, 11232 insertions(+)

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


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:10
  Author: heftig
Revision: 699150

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 699147, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-05 13:24:10 UTC (rev 699150)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=233
+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 nvidia/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:09
  Author: heftig
Revision: 395485

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 395484, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-05 13:24:09 UTC (rev 395485)
@@ -0,0 +1,51 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=450.66
+pkgrel=18
+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 deepin-anything-arch/repos (3 files)

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:03
  Author: heftig
Revision: 699142

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/
  deepin-anything-arch/repos/community-testing-x86_64/0001-linux-5.6.patch
(from rev 699140, deepin-anything-arch/trunk/0001-linux-5.6.patch)
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 699140, deepin-anything-arch/trunk/PKGBUILD)

--+
 0001-linux-5.6.patch |   40 
 PKGBUILD |   36 
 2 files changed, 76 insertions(+)

Copied: 
deepin-anything-arch/repos/community-testing-x86_64/0001-linux-5.6.patch (from 
rev 699140, deepin-anything-arch/trunk/0001-linux-5.6.patch)
===
--- community-testing-x86_64/0001-linux-5.6.patch   
(rev 0)
+++ community-testing-x86_64/0001-linux-5.6.patch   2020-09-05 13:24:03 UTC 
(rev 699142)
@@ -0,0 +1,40 @@
+diff --git a/kernelmod/vfs_change.c b/kernelmod/vfs_change.c
+index 6a0e334..e25faf4 100644
+--- a/kernelmod/vfs_change.c
 b/kernelmod/vfs_change.c
+@@ -125,7 +125,11 @@ static ssize_t copy_vfs_changes(struct TIMESTRUCT *last, 
char* buf, size_t size)
+   ))
+   continue;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
+   time_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
++#else
++  time64_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
++#endif
+   struct tm ts;
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
+   time_to_tm(shifted_secs, 0, );
+@@ -333,6 +337,7 @@ static long ioctl_vfs_changes(struct file* filp, unsigned 
int cmd, unsigned long
+   }
+ }
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
+ static struct file_operations procfs_ops = {
+   .owner = THIS_MODULE,
+   .open = open_vfs_changes,
+@@ -342,6 +347,15 @@ static struct file_operations procfs_ops = {
+   //.llseek = generic_file_llseek,
+   .release = release_vfs_changes,
+ };
++#else
++static struct proc_ops procfs_ops = {
++  .proc_open = open_vfs_changes,
++  .proc_read = read_vfs_changes,
++  .proc_ioctl = ioctl_vfs_changes,
++  .proc_lseek = no_llseek,
++  .proc_release = release_vfs_changes,
++};
++#endif
+ 
+ int __init init_vfs_changes(void)
+ {

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
699140, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-05 13:24:03 UTC (rev 699142)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+pkgrel=106
+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=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
+'0001-linux-5.6.patch')
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14'
+
'5ddbd2d968bc5b01dbc99648cec81ea072675d7fe7198835649d5b581997945d32bd842dd7ebf60185aa84722b94575ac7aeb5e4616945e22fae53272907305b')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  patch -Np1 < ../0001-linux-5.6.patch
+}
+
+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 r8168/trunk (PKGBUILD)

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:23:28
  Author: heftig
Revision: 699137

8.048.03-25: linux 5.8.7.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:23:27 UTC (rev 699136)
+++ PKGBUILD2020-09-05 13:23:28 UTC (rev 699137)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=24
+pkgrel=25
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:04
  Author: heftig
Revision: 699145

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/Kbuild
(from rev 699140, netfilter-fullconenat/trunk/Kbuild)
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 699140, netfilter-fullconenat/trunk/PKGBUILD)
  
netfilter-fullconenat/repos/community-testing-x86_64/netfilter-fullconenat.conf
(from rev 699140, netfilter-fullconenat/trunk/netfilter-fullconenat.conf)

+
 Kbuild |1 +
 PKGBUILD   |   41 +
 netfilter-fullconenat.conf |1 +
 3 files changed, 43 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/Kbuild (from rev 
699140, netfilter-fullconenat/trunk/Kbuild)
===
--- community-testing-x86_64/Kbuild (rev 0)
+++ community-testing-x86_64/Kbuild 2020-09-05 13:24:04 UTC (rev 699145)
@@ -0,0 +1 @@
+obj-m = xt_FULLCONENAT.o

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
699140, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-05 13:24:04 UTC (rev 699145)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=45
+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')
+source=("netfilter-fullconenat.conf" Kbuild
+
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git;)
+sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'
+'7ff12ad066a68c65f23fc7e01654ca459ce3458172e3dce30f42553fa44dd7c2'
+'SKIP')
+
+pkgver() {
+  cd "$srcdir/${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)"
+  )
+}
+
+build() {
+  cd $pkgname
+  ln -s ../Kbuild
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  # Install modules-load.conf
+  install -Dm644 netfilter-fullconenat.conf 
"${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
+
+  install -Dt 
"${pkgdir}/usr/lib/modules/$(

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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:23:32
  Author: heftig
Revision: 395484

450.66-18: linux 5.8.7.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:22:51 UTC (rev 395483)
+++ PKGBUILD2020-09-05 13:23:32 UTC (rev 395484)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=450.66
-pkgrel=17
+pkgrel=18
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;
@@ -48,3 +48,4 @@
 
 
 
+


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:23:31
  Author: heftig
Revision: 699139

1.1.0-345: linux 5.8.7.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:23:30 UTC (rev 699138)
+++ PKGBUILD2020-09-05 13:23:31 UTC (rev 699139)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=344
+pkgrel=345
 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')
@@ -47,3 +47,4 @@
 
 
 
+


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:23:30
  Author: heftig
Revision: 699138

20200106-69: linux 5.8.7.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:23:28 UTC (rev 699137)
+++ PKGBUILD2020-09-05 13:23:30 UTC (rev 699138)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=68
+pkgrel=69
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:23:34
  Author: heftig
Revision: 699140

5.0.1-106: linux 5.8.7.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:23:31 UTC (rev 699139)
+++ PKGBUILD2020-09-05 13:23:34 UTC (rev 699140)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=105
+pkgrel=106
 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 virtualbox-host-modules-arch/trunk (PKGBUILD)

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:23:23
  Author: heftig
Revision: 699133

6.1.12-16: linux 5.8.7.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:23:21 UTC (rev 699132)
+++ PKGBUILD2020-09-05 13:23:23 UTC (rev 699133)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.12
-pkgrel=15
+pkgrel=16
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'
@@ -45,3 +45,4 @@
 
 
 
+


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:23:27
  Author: heftig
Revision: 699136

0.8-346: linux 5.8.7.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:23:26 UTC (rev 699135)
+++ PKGBUILD2020-09-05 13:23:27 UTC (rev 699136)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=345
+pkgrel=346
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:24:07
  Author: heftig
Revision: 699147

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 699145, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-05 13:24:07 UTC (rev 699147)
@@ -0,0 +1,53 @@
+# 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=226
+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 broadcom-wl/trunk (PKGBUILD)

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:23:26
  Author: heftig
Revision: 699135

6.30.223.271-226: linux 5.8.7.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:23:25 UTC (rev 699134)
+++ PKGBUILD2020-09-05 13:23:26 UTC (rev 699135)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=225
+pkgrel=226
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
@@ -50,3 +50,4 @@
 
 
 
+


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:23:21
  Author: heftig
Revision: 699132

r73.0cf3b48-45: linux 5.8.7.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:19:31 UTC (rev 699131)
+++ PKGBUILD2020-09-05 13:23:21 UTC (rev 699132)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=44
+pkgrel=45
 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 tp_smapi/trunk (PKGBUILD)

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:23:25
  Author: heftig
Revision: 699134

0.43-233: linux 5.8.7.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:23:23 UTC (rev 699133)
+++ PKGBUILD2020-09-05 13:23:25 UTC (rev 699134)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=232
+pkgrel=233
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:22:51
  Author: heftig
Revision: 395483

5.8.7.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:19:33 UTC (rev 395482)
+++ PKGBUILD2020-09-05 13:22:51 UTC (rev 395483)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.8.6.arch1
+pkgver=5.8.7.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:19:27
  Author: heftig
Revision: 395481

450.66-16: linux-lts 5.4.63-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:19:08 UTC (rev 395480)
+++ PKGBUILD2020-09-05 13:19:27 UTC (rev 395481)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=450.66
-pkgrel=15
+pkgrel=16
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
@@ -38,3 +38,4 @@
 }
 
 
+


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:19:29
  Author: heftig
Revision: 699129

0.43-90: linux-lts 5.4.63-1

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 12:33:47 UTC (rev 699128)
+++ PKGBUILD2020-09-05 13:19:29 UTC (rev 699129)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=89
+pkgrel=90
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:19:33
  Author: heftig
Revision: 395482

1.0.20200729-11: linux-lts 5.4.63-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:19:27 UTC (rev 395481)
+++ PKGBUILD2020-09-05 13:19:33 UTC (rev 395482)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=1.0.20200729
-pkgrel=10
+pkgrel=11
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')
@@ -39,3 +39,4 @@
 
 
 
+


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:19:30
  Author: heftig
Revision: 699130

1.1.0-170: linux-lts 5.4.63-1

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:19:29 UTC (rev 699129)
+++ PKGBUILD2020-09-05 13:19:30 UTC (rev 699130)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=169
+pkgrel=170
 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')
@@ -46,3 +46,4 @@
 
 
 
+


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:19:31
  Author: heftig
Revision: 699131

8.048.03-23: linux-lts 5.4.63-1

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:19:30 UTC (rev 699130)
+++ PKGBUILD2020-09-05 13:19:31 UTC (rev 699131)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.03
-pkgrel=22
+pkgrel=23
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:19:06
  Author: heftig
Revision: 395479

5.8.7.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:04:54 UTC (rev 395478)
+++ PKGBUILD2020-09-05 13:19:06 UTC (rev 395479)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.8.6.zen1
+pkgver=5.8.7.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:19:08
  Author: heftig
Revision: 395480

5.4.63-1

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 13:19:06 UTC (rev 395479)
+++ PKGBUILD2020-09-05 13:19:08 UTC (rev 395480)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.4.62
+pkgver=5.4.63
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -25,7 +25,7 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('26883d8c2fd9790c0f5079620b1da7a65438b3edcaaf922be943fcea29f28970'
+sha256sums=('e0260dae0da01163b1a3289ad9c5cc6ee4226720e199e8a1d982e24efda7ffc0'
 'SKIP'
 '6a2ee8f822810f594921aa85087e4cf0a17c68518d395586fd9c56b6c7e63dad'
 'b3f2777462517abd75039fc56a63dfa3f5eb6b3865e02fe9e0c3512381eed54b'


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:04:54
  Author: heftig
Revision: 395478

archrelease: copy trunk to extra-x86_64

Added:
  vala/repos/extra-x86_64/PKGBUILD
(from rev 395477, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 13:04:37 UTC (rev 395477)
+++ PKGBUILD2020-09-05 13:04:54 UTC (rev 395478)
@@ -1,50 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.48.9
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man autoconf-archive)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=351d718a6a605f3bfb779275b810eee02bf1d13b  # tags/0.48.9^0
-source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 395477, vala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 13:04:54 UTC (rev 395478)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.48.10
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man autoconf-archive)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=5e410681a98ca6b5b14a30806bb0165f5aeb943f  # tags/0.48.10^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-09-05 Thread Jan Steffens via arch-commits
Date: Saturday, September 5, 2020 @ 13:04:37
  Author: heftig
Revision: 395477

0.48.10-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 12:36:53 UTC (rev 395476)
+++ PKGBUILD2020-09-05 13:04:37 UTC (rev 395477)
@@ -4,7 +4,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.48.9
+pkgver=0.48.10
 pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
@@ -16,7 +16,7 @@
 provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
 conflicts=(valadoc)
 replaces=(valadoc)
-_commit=351d718a6a605f3bfb779275b810eee02bf1d13b  # tags/0.48.9^0
+_commit=5e410681a98ca6b5b14a30806bb0165f5aeb943f  # tags/0.48.10^0
 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-09-05 Thread Andreas Radke via arch-commits
Date: Saturday, September 5, 2020 @ 12:36:44
  Author: andyrtr
Revision: 395475

upgpkg: ell 0.33-1: upstream update 0.33

Modified:
  ell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 11:55:45 UTC (rev 395474)
+++ PKGBUILD2020-09-05 12:36:44 UTC (rev 395475)
@@ -2,7 +2,7 @@
 # Contributor: Jameson Pugh 
 
 pkgname=ell
-pkgver=0.31
+pkgver=0.33
 pkgrel=1
 pkgdesc="Embedded Linux library"
 arch=(x86_64)
@@ -10,9 +10,10 @@
 #url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
 license=('LGPL2.1')
 depends=('glibc')
+checkdepends=('dbus')
 # https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
 
source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('ae88617275452f9f5840b2365e33e6c7fb6fa3405d42cbf9367de642ee8b6701'
+sha256sums=('d9e40e641164150394b74b719b9726fc734f24b2cde679cf5f3be6915c34eded'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
 


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

2020-09-05 Thread Andreas Radke via arch-commits
Date: Saturday, September 5, 2020 @ 12:36:53
  Author: andyrtr
Revision: 395476

archrelease: copy trunk to extra-x86_64

Added:
  ell/repos/extra-x86_64/PKGBUILD
(from rev 395475, ell/trunk/PKGBUILD)
Deleted:
  ell/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 12:36:44 UTC (rev 395475)
+++ PKGBUILD2020-09-05 12:36:53 UTC (rev 395476)
@@ -1,34 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Jameson Pugh 
-
-pkgname=ell
-pkgver=0.31
-pkgrel=1
-pkgdesc="Embedded Linux library"
-arch=(x86_64)
-url="https://01.org/ell;
-#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
-license=('LGPL2.1')
-depends=('glibc')
-# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
-source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('ae88617275452f9f5840b2365e33e6c7fb6fa3405d42cbf9367de642ee8b6701'
-'SKIP')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
-
-build() {
-  #cd "$pkgname"
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: ell/repos/extra-x86_64/PKGBUILD (from rev 395475, ell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 12:36:53 UTC (rev 395476)
@@ -0,0 +1,35 @@
+# Maintainer: AndyRTR 
+# Contributor: Jameson Pugh 
+
+pkgname=ell
+pkgver=0.33
+pkgrel=1
+pkgdesc="Embedded Linux library"
+arch=(x86_64)
+url="https://01.org/ell;
+#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
+license=('LGPL2.1')
+depends=('glibc')
+checkdepends=('dbus')
+# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
+source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha256sums=('d9e40e641164150394b74b719b9726fc734f24b2cde679cf5f3be6915c34eded'
+'SKIP')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
+
+build() {
+  #cd "$pkgname"
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in matrix-appservice-irc/repos/community-x86_64 (8 files)

2020-09-05 Thread David Runge via arch-commits
Date: Saturday, September 5, 2020 @ 12:33:47
  Author: dvzrv
Revision: 699128

archrelease: copy trunk to community-x86_64

Added:
  matrix-appservice-irc/repos/community-x86_64/PKGBUILD
(from rev 699127, matrix-appservice-irc/trunk/PKGBUILD)
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.service
(from rev 699127, matrix-appservice-irc/trunk/matrix-appservice-irc.service)
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.sysusers
(from rev 699127, 
matrix-appservice-irc/trunk/matrix-appservice-irc.sysusers)
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.tmpfiles
(from rev 699127, 
matrix-appservice-irc/trunk/matrix-appservice-irc.tmpfiles)
Deleted:
  matrix-appservice-irc/repos/community-x86_64/PKGBUILD
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.service
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.sysusers
  matrix-appservice-irc/repos/community-x86_64/matrix-appservice-irc.tmpfiles

+
 PKGBUILD   |  262 +++
 matrix-appservice-irc.service  |   66 -
 matrix-appservice-irc.sysusers |2 
 matrix-appservice-irc.tmpfiles |2 
 4 files changed, 167 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 12:33:25 UTC (rev 699127)
+++ PKGBUILD2020-09-05 12:33:47 UTC (rev 699128)
@@ -1,130 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Bruno Pagani 
-
-pkgname=matrix-appservice-irc
-pkgver=0.20.1
-pkgrel=1
-pkgdesc="Node.js IRC bridge for Matrix"
-arch=('x86_64')
-url="https://github.com/matrix-org/matrix-appservice-irc;
-license=('Apache')
-depends=('nodejs')
-makedepends=('git' 'npm' 'python')
-optdepends=('python-urllib3: for grant-ops-in-room.py, migrate-users.py, 
remove-idle-users.py and remove-user.py'
-'python-requests: for grant-ops-in-room.py, migrate-users.py, 
remove-idle-users.py and remove-user.py'
-'python-yaml: for grant-ops-in-room.py, migrate-users.py and 
remove-user.py')
-backup=("etc/${pkgname}/config.yaml"
-"etc/${pkgname}/provisioning.rules.yaml"
-"etc/${pkgname}/registration.yaml")
-source=("https://github.com/matrix-org/matrix-appservice-irc/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-"${pkgname}.service"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha512sums=('7625ea99ed7329fbc35459753b96d32f9cc0edb597200b9b8a8dceced4b0fe1694aa59d2483ec080d2766de330b8f9fac9bff6c37454aad3acca2bbf90bb140d'
-
'f1d1351a554f68537c7fc5771dddc0267a1f19d214bef935faca7b161d611145e3c127c77ae4eefc10c002a2f2f7a8d90e353b0e526ab83a9666d7d457fc449c'
-
'f615e5da11be8d834d6f48f064a65a9b7aa129d255be7865a171522d5aed921eb549a33661ab2c4fff4625d2ca5a7f9c43be95c188e7a77bdde4062aa3983edd'
-
'60b7afdd68aaf2c8e47caf10efefb6c4dc54f40d187ad495a604786b30c00dac7e5c77a7b596d86c2a62a7cdbe3727e11f75494f86d26c9fc51ea7a1bf6ab7f0')
-b2sums=('2837667aaf6597e6c246e4c232c823430927eeb82343327ed4fde396f934afcb6956c37b67fd4f99add094b8e258fc867ecbda37882f12cb72ef8a7f24a8fc58'
-
'6010949756e816ca0fe9f9d6d119ec2085f34ec214111c0d55b6f0f90f1fccca23431c6ac485d29bf6ec723a3e6fa04150316fef67ea554254e994176078487a'
-
'cbfe3cdb07707b79ae438936927f06ac4e92669b0b7dd35a9d228aae3cc821e3a50a2cc1627f7959147e329e617247f4002a267bc8630819946e8083a39b8895'
-
'2dbbf14f82d88418470f848a2d11c0feacb257026382513c2fa02ad7f605f47e4cc5e9bf05668da383a596bc81450e468288863cdbdde9f7c16b02561f0114a7')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  sed -e 
"s|./provisioning.rules.yaml|/etc/${pkgname}/provisioning.rules.yaml|" \
-  -i config.sample.yaml
-  touch registration.yaml
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  npm install --cache "${srcdir}"/npm-cache
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  npm audit || echo "npm audit output might return non-zero"
-  npm test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  # removing unneeded files and directories
-  find node_modules -type f \
-  \( \
- -iname '*Makefile*' -o \
- -iname '*appveyor.yml' -o \
- -iname '*.babelrc' -o \
- -iname '*.bak' -o \
- -iname '*bower.json' -o \
- -iname '*.c' -o \
- -iname '*.cc' -o \
- -iname '*.cpp' -o \
- -iname '*.md' -o \
- -iname '*.markdown' -o \
- -iname '*.rst' -o \
- -iname '*.nycrc' -o \
- -iname '*.npmignore' -o \
- -iname '*.editorconfig' -o \
- -iname '*.el' -o \
- -iname '*.eslintignore' -o \
- -iname '*.eslintrc*' -o \
- -iname '*.fimbullinter.yaml' -o \
- -iname '*.gitattributes' -o \
- -iname '*.gitmodules' -o \
- -iname '*.h' -o \
- -iname '*.html' -o \
- -iname '*.jshintrc' -o \
- -iname '*.jscs.json' -o \

[arch-commits] Commit in matrix-appservice-irc/trunk (PKGBUILD)

2020-09-05 Thread David Runge via arch-commits
Date: Saturday, September 5, 2020 @ 12:33:25
  Author: dvzrv
Revision: 699127

upgpkg: matrix-appservice-irc 0.20.2-1: Upgrade to 0.20.2.

Add upstream ticket irt issues with full RELRO, PIE and local build of icu:
https://github.com/matrix-org/matrix-appservice-irc/issues/1133
Add all direct dependencies.

Modified:
  matrix-appservice-irc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 12:21:54 UTC (rev 699126)
+++ PKGBUILD2020-09-05 12:33:25 UTC (rev 699127)
@@ -2,13 +2,13 @@
 # Contributor: Bruno Pagani 
 
 pkgname=matrix-appservice-irc
-pkgver=0.20.1
+pkgver=0.20.2
 pkgrel=1
 pkgdesc="Node.js IRC bridge for Matrix"
 arch=('x86_64')
 url="https://github.com/matrix-org/matrix-appservice-irc;
 license=('Apache')
-depends=('nodejs')
+depends=('gcc-libs' 'glibc' 'nodejs')
 makedepends=('git' 'npm' 'python')
 optdepends=('python-urllib3: for grant-ops-in-room.py, migrate-users.py, 
remove-idle-users.py and remove-user.py'
 'python-requests: for grant-ops-in-room.py, migrate-users.py, 
remove-idle-users.py and remove-user.py'
@@ -20,11 +20,11 @@
 "${pkgname}.service"
 "${pkgname}.sysusers"
 "${pkgname}.tmpfiles")
-sha512sums=('7625ea99ed7329fbc35459753b96d32f9cc0edb597200b9b8a8dceced4b0fe1694aa59d2483ec080d2766de330b8f9fac9bff6c37454aad3acca2bbf90bb140d'
+sha512sums=('66038b6aca7931e377afb27a7ac387ae4ad47955f752f48f2d8b890ba86e05f586c2b617cd96a5d8add9a38e49408f5faa658911687791e769f5fe2ce6d6e114'
 
'f1d1351a554f68537c7fc5771dddc0267a1f19d214bef935faca7b161d611145e3c127c77ae4eefc10c002a2f2f7a8d90e353b0e526ab83a9666d7d457fc449c'
 
'f615e5da11be8d834d6f48f064a65a9b7aa129d255be7865a171522d5aed921eb549a33661ab2c4fff4625d2ca5a7f9c43be95c188e7a77bdde4062aa3983edd'
 
'60b7afdd68aaf2c8e47caf10efefb6c4dc54f40d187ad495a604786b30c00dac7e5c77a7b596d86c2a62a7cdbe3727e11f75494f86d26c9fc51ea7a1bf6ab7f0')
-b2sums=('2837667aaf6597e6c246e4c232c823430927eeb82343327ed4fde396f934afcb6956c37b67fd4f99add094b8e258fc867ecbda37882f12cb72ef8a7f24a8fc58'
+b2sums=('dbef350d314c8b978b59be82a636d10365be54ddb9bc499bd9633cd785ce9620af9bf8bfe94343db33eec23f304facae8e0c49ff5aeffc6595afad86dd9c593d'
 
'6010949756e816ca0fe9f9d6d119ec2085f34ec214111c0d55b6f0f90f1fccca23431c6ac485d29bf6ec723a3e6fa04150316fef67ea554254e994176078487a'
 
'cbfe3cdb07707b79ae438936927f06ac4e92669b0b7dd35a9d228aae3cc821e3a50a2cc1627f7959147e329e617247f4002a267bc8630819946e8083a39b8895'
 
'2dbbf14f82d88418470f848a2d11c0feacb257026382513c2fa02ad7f605f47e4cc5e9bf05668da383a596bc81450e468288863cdbdde9f7c16b02561f0114a7')
@@ -38,6 +38,8 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
+  # TODO: fix issues with full RELRO and PIE
+  # https://github.com/matrix-org/matrix-appservice-irc/issues/1133
   npm install --cache "${srcdir}"/npm-cache
 }
 


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 12:21:10
  Author: felixonmars
Revision: 699122

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 699121, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 699121, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-05 12:21:10 UTC (rev 699122)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.19
+pkgrel=1
+pkgdesc="Web-based user interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 
'haskell-http-conduit'
+ 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 
'haskell-network'
+ 'haskell-shakespeare' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-cors' 
'haskell-wai-extra'
+ 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' 
'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e9a6a1704f0b1d52a1d09555c96b322c4bf830372afffc71a0290af02a087e3cb12f1413678feb81efcdac967531a80e6a9675997ccd8ad787380715efe32534')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 12:20:57
  Author: felixonmars
Revision: 699121

upgpkg: hledger-web 1.19-1: rebuild with hledger 1.19, hledger-lib 1.19, 
hledger-ui 1.19, hledger-web 1.19

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 12:19:03 UTC (rev 699120)
+++ PKGBUILD2020-09-05 12:20:57 UTC (rev 699121)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger-web
-pkgver=1.18.1
-pkgrel=61
+pkgver=1.19
+pkgrel=1
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")
@@ -20,7 +20,7 @@
 makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
 replaces=('hledger-api')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('19eab0c6c6cb59d9e3fbe6b65ccd8d38d6f8eca3aa9fdcc2ed3b6bf3836a48a2092c812ba1da43a87cb06e2debe490bd759bf2adfa00d522b22fd77783798cbd')
+sha512sums=('e9a6a1704f0b1d52a1d09555c96b322c4bf830372afffc71a0290af02a087e3cb12f1413678feb81efcdac967531a80e6a9675997ccd8ad787380715efe32534')
 
 prepare() {
 cd $pkgname-$pkgver


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 12:19:03
  Author: felixonmars
Revision: 699120

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 699119, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 699119, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-05 12:19:03 UTC (rev 699120)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.19
+pkgrel=1
+pkgdesc="Curses-style terminal interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 
'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4f8ed240577d4ba1c1638aafdfc6ed83a8b21b8051c335b1d76e77096e03c77798dca9da7841a6d3f4aea1a1fef35739e9c365591d17ea48e2c0cc8f21147340')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 12:18:50
  Author: felixonmars
Revision: 699119

upgpkg: hledger-ui 1.19-1: rebuild with hledger 1.19, hledger-lib 1.19, 
hledger-ui 1.19, hledger-web 1.19

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 12:17:07 UTC (rev 699118)
+++ PKGBUILD2020-09-05 12:18:50 UTC (rev 699119)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger-ui
-pkgver=1.18.1
-pkgrel=40
+pkgver=1.19
+pkgrel=1
 pkgdesc="Curses-style terminal interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")
@@ -15,7 +15,7 @@
  'haskell-vector' 'haskell-brick' 'haskell-vty')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('3d32e5cd9dd5d51fd76ec2cf9588d518834983bbeb8a661c469936696e0a541a8173548c7ab4139d5f929fca5b39c840d6f009a790be35ddd2f25543c3f4e9c4')
+sha512sums=('4f8ed240577d4ba1c1638aafdfc6ed83a8b21b8051c335b1d76e77096e03c77798dca9da7841a6d3f4aea1a1fef35739e9c365591d17ea48e2c0cc8f21147340')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 12:17:07
  Author: felixonmars
Revision: 699118

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger/repos/community-staging-x86_64/
  hledger/repos/community-staging-x86_64/PKGBUILD
(from rev 699117, hledger/trunk/PKGBUILD)

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 699117, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-05 12:17:07 UTC (rev 699118)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.19
+pkgrel=1
+pkgdesc="Command-line interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base-compat-batteries'
+ 'haskell-cmdargs' 'haskell-data-default' 'haskell-decimal' 
'haskell-diff'
+ 'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 
'haskell-math-functions'
+ 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show' 
'haskell-regex-tdfa'
+ 'haskell-safe' 'haskell-shakespeare' 'haskell-split' 
'haskell-tabular' 'haskell-tasty'
+ 'haskell-temporary' 'haskell-unordered-containers' 
'haskell-utf8-string'
+ 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f6c32f916a5526b31d3fb0a1796c5eb77ab2f7674d9436db2de0f6b5b26c3f96504e19caf06015925e3e2f8a923b2712665c2c426f19235dbef35a98a005ed6a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded --ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 12:16:51
  Author: felixonmars
Revision: 699117

upgpkg: hledger 1.19-1: rebuild with hledger 1.19, hledger-lib 1.19, hledger-ui 
1.19, hledger-web 1.19

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 12:14:54 UTC (rev 699116)
+++ PKGBUILD2020-09-05 12:16:51 UTC (rev 699117)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hledger
-pkgver=1.18.1
-pkgrel=30
+pkgver=1.19
+pkgrel=1
 pkgdesc="Command-line interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")
@@ -17,7 +17,7 @@
  'haskell-utility-ht' 'haskell-wizards')
 makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f75e6fcc009c6ce9e3f73f473d698dc5b872ea1bbfb7f2ca32dd22345bffc5b9131ab51454df7131414312751c3a8b35ce4b6a29d8985517838c128dcbb56e19')
+sha512sums=('f6c32f916a5526b31d3fb0a1796c5eb77ab2f7674d9436db2de0f6b5b26c3f96504e19caf06015925e3e2f8a923b2712665c2c426f19235dbef35a98a005ed6a')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in haskell-hledger-lib/repos (2 files)

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 12:14:02
  Author: felixonmars
Revision: 699115

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hledger-lib/repos/community-staging-x86_64/
  haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD
(from rev 699114, haskell-hledger-lib/trunk/PKGBUILD)

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

Copied: haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 
699114, haskell-hledger-lib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-05 12:14:02 UTC (rev 699115)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.19
+pkgrel=1
+pkgdesc="A reusable library providing the core functionality of hledger"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
+ 'haskell-base-compat-batteries' 'haskell-blaze-markup' 
'haskell-call-stack'
+ 'haskell-cassava' 'haskell-cassava-megaparsec' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-fgl' 'haskell-file-embed' 
'haskell-glob'
+ 'haskell-hashtables' 'haskell-megaparsec' 'haskell-old-time' 
'haskell-parser-combinators'
+ 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 
'haskell-split'
+ 'haskell-tabular' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-timeit'
+ 'haskell-uglymemo' 'haskell-unordered-containers' 
'haskell-utf8-string')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('440b8e4bece06ad8e6b82b5c78cb46e61f670133e31fe19bfe10a05b4bc8d53d248b88c252f61d94aaf1c2aebba57925f8435902a169f9b020c4b4053bdde601')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 12:13:49
  Author: felixonmars
Revision: 699114

upgpkg: haskell-hledger-lib 1.19-1: rebuild with hledger 1.19, hledger-lib 
1.19, hledger-ui 1.19, hledger-web 1.19

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 11:39:14 UTC (rev 699113)
+++ PKGBUILD2020-09-05 12:13:49 UTC (rev 699114)
@@ -3,8 +3,8 @@
 
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
-pkgver=1.18.1
-pkgrel=29
+pkgver=1.19
+pkgrel=1
 pkgdesc="A reusable library providing the core functionality of hledger"
 url="http://hledger.org;
 license=("GPL")
@@ -16,10 +16,10 @@
  'haskell-hashtables' 'haskell-megaparsec' 'haskell-old-time' 
'haskell-parser-combinators'
  'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 
'haskell-split'
  'haskell-tabular' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-timeit'
- 'haskell-uglymemo' 'haskell-utf8-string')
+ 'haskell-uglymemo' 'haskell-unordered-containers' 
'haskell-utf8-string')
 makedepends=('ghc' 'haskell-doctest')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('5f43b70a9838890f14856bc26ce66d7648b7356883d5c0eccd368c2ade21cf2a6cf85ba5a8b05b65499f6dc815e60edf9a2da5025ecfac769e5962864778bce9')
+sha512sums=('440b8e4bece06ad8e6b82b5c78cb46e61f670133e31fe19bfe10a05b4bc8d53d248b88c252f61d94aaf1c2aebba57925f8435902a169f9b020c4b4053bdde601')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 11:55:26
  Author: felixonmars
Revision: 395472

upgpkg: python2 2.7.18-2: rebuild with gcc 10.2 and libxcrypt

Modified:
  python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 11:55:08 UTC (rev 395471)
+++ PKGBUILD2020-09-05 11:55:26 UTC (rev 395472)
@@ -5,13 +5,13 @@
 
 pkgname=python2
 pkgver=2.7.18
-pkgrel=1
+pkgrel=2
 _pybasever=2.7
 pkgdesc="A high-level scripting language"
 arch=('x86_64')
 license=('PSF')
 url="https://www.python.org/;
-depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'openssl' 'sqlite' 'zlib')
+depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'libxcrypt' 'openssl' 
'sqlite' 'zlib')
 makedepends=('tk' 'bluez-libs')
 checkdepends=('gdb' 'file' 'xorg-server-xvfb')
 optdepends=('tk: for IDLE'


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 11:55:45
  Author: felixonmars
Revision: 395474

archrelease: copy trunk to extra-x86_64

Added:
  python2/repos/extra-x86_64/PKGBUILD
(from rev 395473, python2/trunk/PKGBUILD)
  python2/repos/extra-x86_64/mtime-workaround.patch
(from rev 395473, python2/trunk/mtime-workaround.patch)
Deleted:
  python2/repos/extra-x86_64/PKGBUILD
  python2/repos/extra-x86_64/mtime-workaround.patch

+
 PKGBUILD   |  256 +++
 mtime-workaround.patch |   20 +--
 2 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 11:55:31 UTC (rev 395473)
+++ PKGBUILD2020-09-05 11:55:45 UTC (rev 395474)
@@ -1,128 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-pkgname=python2
-pkgver=2.7.18
-pkgrel=1
-_pybasever=2.7
-pkgdesc="A high-level scripting language"
-arch=('x86_64')
-license=('PSF')
-url="https://www.python.org/;
-depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'openssl' 'sqlite' 'zlib')
-makedepends=('tk' 'bluez-libs')
-checkdepends=('gdb' 'file' 'xorg-server-xvfb')
-optdepends=('tk: for IDLE'
-'python2-setuptools'
-'python2-pip')
-conflicts=('python<3')
-source=("https://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz"{,.asc}
-mtime-workaround.patch)
-sha512sums=('a7bb62b51f48ff0b6df0b18f5b0312a523e3110f49c3237936bfe56ed0e26838c0274ff5401bda6fc21bf24337477ccac49e8026c5d651e4b4cafb5eb5086f6c'
-'SKIP'
-
'4e761cfd57791e8b72ecdf84c2e03875bf074311130eea5b8e97409fa304fa3468dbd359a511c4e9978e686e662c58054b4174d3e73f845fa9ded2e83a3a8076')
-validpgpkeys=('C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF')  # Benjamin Peterson
-
-prepare() {
-  cd Python-${pkgver}
-
-  # makepkg will touch all files to $SOURCE_DATE_EPOCH which will break pyc 
file's mtime check.
-  # workaround this by touching them to $SOURCE_DATE_EPOCH before running 
compileall.
-  patch -p0 -i ../mtime-workaround.patch
-
-  # Temporary workaround for FS#22322
-  # See http://bugs.python.org/issue10835 for upstream report
-  sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c
-
-  # Enable built-in SQLite module to load extensions (fix FS#22122)
-  sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py
-
-  # FS#23997
-  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python2|" Lib/cgi.py
-
-  sed -i "s/python2.3/python2/g" Lib/distutils/tests/test_build_scripts.py \
-Lib/distutils/tests/test_install_scripts.py
-
-  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
-  # rather than copies shipped in the tarball
-  rm -r Modules/expat
-  rm -r Modules/zlib
-  rm -r Modules/_ctypes/{darwin,libffi}*
-
-  # clean up #!s
-  find . -name '*.py' | \
-xargs sed -i "s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|"
-
-  # Workaround asdl_c.py/makeopcodetargets.py errors after we touched the 
shebangs
-  touch Include/Python-ast.h Python/Python-ast.c Python/opcode_targets.h
-}
-
-build() {
-  cd "${srcdir}/Python-${pkgver}"
-
-  export OPT="${CFLAGS}"
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --with-threads \
-  --enable-optimizations \
-  --with-lto \
-  --enable-ipv6 \
-  --enable-unicode=ucs4 \
-  --with-system-expat \
-  --with-system-ffi \
-  --with-dbmliborder=gdbm:ndbm \
-  --without-ensurepip
-
-  make
-}
-
-check() {
-  # Since 2.7.14 with latest xvfb
-  # test_idle, test_tk, test_ttk_guionly: segfaults
-  # Since 2.7.15: test_ctypes
-  # test_ftplib test_imaplib test_urllib2_localnet: krb5 errors
-
-  cd Python-${pkgver}
-  LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
-xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x 
test_idle test_tk test_ttk_guionly test_ctypes test_ssl test_ftplib 
test_imaplib test_urllib2_localnet
-}
-
-package() {
-  cd Python-${pkgver}
-
-  # Hack to avoid building again
-  sed -i 's/^all:.*$/all: build_all/' Makefile
-
-  make DESTDIR="${pkgdir}" altinstall maninstall
-
-  rm "${pkgdir}"/usr/share/man/man1/python.1
-
-  ln -sf python${_pybasever}"${pkgdir}"/usr/bin/python2
-  ln -sf python${_pybasever}-config "${pkgdir}"/usr/bin/python2-config
-  ln -sf python${_pybasever}.1  "${pkgdir}"/usr/share/man/man1/python2.1
-
-  # FS#33954
-  ln -sf python-${_pybasever}.pc"${pkgdir}"/usr/lib/pkgconfig/python2.pc
-
-  ln -sf ../../libpython${_pybasever}.so 
"${pkgdir}"/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
-
-  mv "${pkgdir}"/usr/bin/smtpd.py "${pkgdir}"/usr/lib/python${_pybasever}/
-
-  # some useful "stuff"
-  install -dm755 

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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 11:55:31
  Author: felixonmars
Revision: 395473

archrelease: copy trunk to extra-x86_64

Added:
  python/repos/extra-x86_64/PKGBUILD
(from rev 395471, python/trunk/PKGBUILD)
  python/repos/extra-x86_64/genrebuild
(from rev 395471, python/trunk/genrebuild)
Deleted:
  python/repos/extra-x86_64/PKGBUILD
  python/repos/extra-x86_64/genrebuild

+
 PKGBUILD   |  296 +--
 genrebuild |   14 +-
 2 files changed, 155 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 11:55:26 UTC (rev 395472)
+++ PKGBUILD2020-09-05 11:55:31 UTC (rev 395473)
@@ -1,148 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-shopt -s extglob
-
-pkgbase=python
-pkgname=(python python-tests)
-pkgver=3.8.5
-pkgrel=1
-_pybasever=${pkgver%.*}
-pkgdesc="Next generation of the python high-level scripting language"
-arch=('x86_64')
-license=('custom')
-url="https://www.python.org/;
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'libnsl')
-makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 
'xorg-server-xvfb' 'ttf-font')
-source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc})
-sha512sums=('460cee65d7df7150694590575502d7f22e548ebfc99c8f8b363eef8bf30ee72e58d8ffacb1d607824f877f880eb9fd6775a508388029583e1e1df3380f3f9587'
-'SKIP')
-validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D'  # Ned Deily (Python 
release signing key) 
-  'E3FF2839C048B25C084DEBE9B26995E310250568') # Łukasz Langa (GPG 
langa.pl) 
-
-prepare() {
-  cd Python-${pkgver}
-
-  # FS#23997
-  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py
-
-  # Speed up LTO
-  sed -i -e "s|-flto |-flto=4 |g" configure configure.ac
-
-  # Ensure that we are using the system copy of various libraries (expat, 
libffi, and libmpdec),
-  # rather than copies shipped in the tarball
-  rm -r Modules/expat
-  rm -r Modules/_ctypes/{darwin,libffi}*
-  rm -r Modules/_decimal/libmpdec
-}
-
-build() {
-  cd Python-${pkgver}
-
-  # PGO should be done with -O3
-  # Also included the -fno-semantic-interposition optimization:
-  # https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup
-  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
-  LDFLAGS="$LDFLAGS -fno-semantic-interposition"
-
-  # Disable bundled pip & setuptools
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --with-computed-gotos \
-  --enable-optimizations \
-  --with-lto \
-  --enable-ipv6 \
-  --with-system-expat \
-  --with-dbmliborder=gdbm:ndbm \
-  --with-system-ffi \
-  --with-system-libmpdec \
-  --enable-loadable-sqlite-extensions \
-  --without-ensurepip
-
-  # Obtain next free server number for xvfb-run; this even works in a chroot 
environment.
-  export servernum=99
-  while ! xvfb-run -a -n "$servernum" /bin/true 2>/dev/null; do 
servernum=$((servernum+1)); done
-
-  LC_CTYPE=en_US.UTF-8 xvfb-run -s "-screen 0 1920x1080x16 -ac +extension GLX" 
-a -n "$servernum" make EXTRA_CFLAGS="$CFLAGS"
-}
-
-check() {
-  # test_tk: https://bugs.python.org/issue41306
-
-  cd Python-${pkgver}
-
-  # Obtain next free server number for xvfb-run; this even works in a chroot 
environment.
-  export servernum=99
-  while ! xvfb-run -a -n "$servernum" /bin/true 2>/dev/null; do 
servernum=$((servernum+1)); done
-
-  LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
-  LC_CTYPE=en_US.UTF-8 xvfb-run -s "-screen 0 1920x1080x16 -ac +extension GLX" 
-a -n "$servernum" \
-"${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_tk
-}
-
-package_python() {
-  optdepends=('python-setuptools'
-  'python-pip'
-  'sqlite'
-  'mpdecimal: for decimal'
-  'xz: for lzma'
-  'tk: for tkinter')
-  provides=('python3')
-  replaces=('python3')
-
-  cd Python-${pkgver}
-
-  # Hack to avoid building again
-  sed -i 's/^all:.*$/all: build_all/' Makefile
-
-  # PGO should be done with -O3
-  CFLAGS="${CFLAGS/-O2/-O3}"
-
-  make DESTDIR="${pkgdir}" EXTRA_CFLAGS="$CFLAGS" install
-
-  # Split tests
-  rm -r 
"$pkgdir"/usr/lib/python*/{test,ctypes/test,distutils/tests,idlelib/idle_test,lib2to3/tests,sqlite3/test,tkinter/test,unittest/test}
-
-  # Why are these not done by default...
-  ln -s python3   "${pkgdir}"/usr/bin/python
-  ln -s python3-config"${pkgdir}"/usr/bin/python-config
-  ln -s idle3 "${pkgdir}"/usr/bin/idle
-  ln -s pydoc3"${pkgdir}"/usr/bin/pydoc
-  ln -s python${_pybasever}.1 "${pkgdir}"/usr/share/man/man1/python.1
-
-  # 

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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 11:55:08
  Author: felixonmars
Revision: 395471

upgpkg: python 3.8.5-2: rebuild with gcc 10.2 and libxcrypt

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 09:52:45 UTC (rev 395470)
+++ PKGBUILD2020-09-05 11:55:08 UTC (rev 395471)
@@ -9,13 +9,13 @@
 pkgbase=python
 pkgname=(python python-tests)
 pkgver=3.8.5
-pkgrel=1
+pkgrel=2
 _pybasever=${pkgver%.*}
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('x86_64')
 license=('custom')
 url="https://www.python.org/;
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'libnsl')
+depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'libxcrypt' 'openssl' 'zlib')
 makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 
'xorg-server-xvfb' 'ttf-font')
 
source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc})
 
sha512sums=('460cee65d7df7150694590575502d7f22e548ebfc99c8f8b363eef8bf30ee72e58d8ffacb1d607824f877f880eb9fd6775a508388029583e1e1df3380f3f9587'


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

2020-09-05 Thread Maxim Baz via arch-commits
Date: Saturday, September 5, 2020 @ 11:39:14
  Author: maximbaz
Revision: 699113

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 11:39:11 UTC (rev 699112)
+++ PKGBUILD2020-09-05 11:39:14 UTC (rev 699113)
@@ -1,23 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: gato_lento 
-# Contributor: James W. Barnett 
-
-pkgname=grub-btrfs
-pkgver=4.4
-pkgrel=1
-pkgdesc='Include btrfs snapshots in GRUB boot options'
-arch=('any')
-url="https://github.com/Antynea/${pkgname};
-license=('GPL3')
-depends=('btrfs-progs' 'grub')
-optdepends=('snapper: Snapper support')
-backup=('etc/default/grub-btrfs/config')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('329f1f9345c72a6a7911c011b79531b3bfac6a23b624b9b94144ef1f765fc48c')
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: grub-btrfs/repos/community-any/PKGBUILD (from rev 699112, 
grub-btrfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 11:39:14 UTC (rev 699113)
@@ -0,0 +1,23 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: gato_lento 
+# Contributor: James W. Barnett 
+
+pkgname=grub-btrfs
+pkgver=4.5
+pkgrel=1
+pkgdesc='Include btrfs snapshots in GRUB boot options'
+arch=('any')
+url="https://github.com/Antynea/${pkgname};
+license=('GPL3')
+depends=('btrfs-progs' 'grub')
+optdepends=('snapper: Snapper support')
+backup=('etc/default/grub-btrfs/config')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('29abee6e5a6179c2a2dd5caa6ea14e31b10a1e8893f05fbbfa5c52f9a09e6088')
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:


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

2020-09-05 Thread Maxim Baz via arch-commits
Date: Saturday, September 5, 2020 @ 11:39:11
  Author: maximbaz
Revision: 699112

upgpkg: grub-btrfs 4.5-1

Modified:
  grub-btrfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 10:46:55 UTC (rev 699111)
+++ PKGBUILD2020-09-05 11:39:11 UTC (rev 699112)
@@ -3,7 +3,7 @@
 # Contributor: James W. Barnett 
 
 pkgname=grub-btrfs
-pkgver=4.4
+pkgver=4.5
 pkgrel=1
 pkgdesc='Include btrfs snapshots in GRUB boot options'
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('snapper: Snapper support')
 backup=('etc/default/grub-btrfs/config')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('329f1f9345c72a6a7911c011b79531b3bfac6a23b624b9b94144ef1f765fc48c')
+sha256sums=('29abee6e5a6179c2a2dd5caa6ea14e31b10a1e8893f05fbbfa5c52f9a09e6088')
 
 package() {
 cd "${pkgname}-${pkgver}"


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

2020-09-05 Thread Bruno Pagani via arch-commits
Date: Saturday, September 5, 2020 @ 10:45:07
  Author: archange
Revision: 699106

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   82 -
 matterbridge.service |   72 +--
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 10:44:36 UTC (rev 699105)
+++ PKGBUILD2020-09-05 10:45:07 UTC (rev 699106)
@@ -1,41 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=matterbridge
-pkgver=1.18.2
-pkgrel=1
-pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
-arch=(x86_64)
-url="https://github.com/42wim/matterbridge;
-license=(Apache)
-depends=(glibc)
-makedepends=(go git)
-backup=(etc/matterbridge.toml)
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
-
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
-matterbridge.service)
-sha512sums=('b2eac61f7b762c7d87004e92bd8f56dbfbad90c32ac3e721443cb58721a8770f9f86a30154b2ddbdd533d9781901ac2833090a40935149b456ea7616685645d1'
-'SKIP'
-
'82db20928e6ff3d259725371caf9af67550c8a7b8f5b597103cdd308772eabcfe6738442a3da711a7e54003668c4b518b246af60dacd0dcf5294790aa3e226cf')
-validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  go mod vendor
-}
-
-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 -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build -v -o ${pkgname} .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
-  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-}

Copied: matterbridge/repos/community-x86_64/PKGBUILD (from rev 699105, 
matterbridge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 10:45:07 UTC (rev 699106)
@@ -0,0 +1,41 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=matterbridge
+pkgver=1.18.3
+pkgrel=1
+pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
+arch=(x86_64)
+url="https://github.com/42wim/matterbridge;
+license=(Apache)
+depends=(glibc)
+makedepends=(go git)
+backup=(etc/matterbridge.toml)
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
+
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
+matterbridge.service)
+sha512sums=('9e1b7fb28d7b3ebc3dc2cd32aa4a6a8d0fba8acfa4740f5bf77cc0ff7711cbeff0ba1d2ac2bfb26a82c38abe02adcb788d35f46cefb219cae64d84eda6232515'
+'SKIP'
+
'82db20928e6ff3d259725371caf9af67550c8a7b8f5b597103cdd308772eabcfe6738442a3da711a7e54003668c4b518b246af60dacd0dcf5294790aa3e226cf')
+validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  go mod vendor
+}
+
+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 -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build -v -o ${pkgname} .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
+  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
+  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+}

Deleted: matterbridge.service
===
--- matterbridge.service2020-09-05 10:44:36 UTC (rev 699105)
+++ matterbridge.service2020-09-05 10:45:07 UTC (rev 699106)
@@ -1,36 +0,0 @@
-[Unit]
-Description=Multi-protocols bridge for online communications
-After=network.target
-
-[Service]
-User=matterbridge
-DynamicUser=yes
-ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml
-Type=simple
-CapabilityBoundingSet=
-AmbientCapabilities=
-NoNewPrivileges=true
-#SecureBits=
-ProtectSystem=strict
-ProtectHome=true
-PrivateTmp=true
-PrivateDevices=true
-PrivateNetwork=false
-PrivateUsers=true
-ProtectHostname=true
-ProtectClock=true
-ProtectKernelTunables=true
-ProtectKernelModules=true

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

2020-09-05 Thread Bruno Pagani via arch-commits
Date: Saturday, September 5, 2020 @ 10:44:36
  Author: archange
Revision: 699105

upgpkg: matterbridge 1.18.3-1

Modified:
  matterbridge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 10:40:52 UTC (rev 699104)
+++ PKGBUILD2020-09-05 10:44:36 UTC (rev 699105)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=matterbridge
-pkgver=1.18.2
+pkgver=1.18.3
 pkgrel=1
 pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
 
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
 matterbridge.service)
-sha512sums=('b2eac61f7b762c7d87004e92bd8f56dbfbad90c32ac3e721443cb58721a8770f9f86a30154b2ddbdd533d9781901ac2833090a40935149b456ea7616685645d1'
+sha512sums=('9e1b7fb28d7b3ebc3dc2cd32aa4a6a8d0fba8acfa4740f5bf77cc0ff7711cbeff0ba1d2ac2bfb26a82c38abe02adcb788d35f46cefb219cae64d84eda6232515'
 'SKIP'
 
'82db20928e6ff3d259725371caf9af67550c8a7b8f5b597103cdd308772eabcfe6738442a3da711a7e54003668c4b518b246af60dacd0dcf5294790aa3e226cf')
 validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 10:40:52
  Author: felixonmars
Revision: 699104

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 699103, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 699103, stack/trunk/stack.install)

---+
 PKGBUILD  |   82 
 stack.install |4 ++
 2 files changed, 86 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 699103, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-05 10:40:52 UTC (rev 699104)
@@ -0,0 +1,82 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.3.1
+pkgrel=121
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
+ 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+
stack-pantry-0.5.patch::https://github.com/commercialhaskell/stack/pull/5281.patch)
+sha512sums=('SKIP'
+
'9998e6cdc4b80db3490d66c4392a0e9c44c58fa51371bc68fbade48aea6b21f1172905627ade8132d2733a7e4d942b597d5943a5bd3da302aa6c3be616ecd769')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../stack-pantry-0.5.patch
+  sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i 's/map show errs/map show (toList errs)/' src/Stack/SDist.hs
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install 

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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 10:40:39
  Author: felixonmars
Revision: 699103

upgpkg: stack 2.3.1-121: rebuild with filtrable 0.1.6.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 10:35:40 UTC (rev 699102)
+++ PKGBUILD2020-09-05 10:40:39 UTC (rev 699103)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.3.1
-pkgrel=120
+pkgrel=121
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


[arch-commits] Commit in haskell-regex-applicative-text/trunk (PKGBUILD)

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 10:35:29
  Author: felixonmars
Revision: 699101

upgpkg: haskell-regex-applicative-text 0.1.0.1-31: rebuild with filtrable 
0.1.6.0

Modified:
  haskell-regex-applicative-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 10:34:20 UTC (rev 699100)
+++ PKGBUILD2020-09-05 10:35:29 UTC (rev 699101)
@@ -4,7 +4,7 @@
 _hkgname=regex-applicative-text
 pkgname=haskell-regex-applicative-text
 pkgver=0.1.0.1
-pkgrel=30
+pkgrel=31
 pkgdesc="Wrapped regex-applicative primitives to work with Text"
 url="https://github.com/phadej/regex-applicative-text#readme;
 license=("BSD")


[arch-commits] Commit in haskell-regex-applicative-text/repos (2 files)

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 10:35:40
  Author: felixonmars
Revision: 699102

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-regex-applicative-text/repos/community-staging-x86_64/
  haskell-regex-applicative-text/repos/community-staging-x86_64/PKGBUILD
(from rev 699101, haskell-regex-applicative-text/trunk/PKGBUILD)

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

Copied: haskell-regex-applicative-text/repos/community-staging-x86_64/PKGBUILD 
(from rev 699101, haskell-regex-applicative-text/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-05 10:35:40 UTC (rev 699102)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-applicative-text
+pkgname=haskell-regex-applicative-text
+pkgver=0.1.0.1
+pkgrel=31
+pkgdesc="Wrapped regex-applicative primitives to work with Text"
+url="https://github.com/phadej/regex-applicative-text#readme;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-regex-applicative")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8ee1d581498e047a7b759476ce98c43c19656b767790b0f12b8485bc212a71c7115cee5c3e5089392995bc71851025093c406bce9d8ac3c5962675ae06fa4339')
+
+prepare() {
+sed -i 's/base >= 4.3 && <4.10/base >= 4.3/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 10:34:20
  Author: felixonmars
Revision: 699100

archrelease: copy trunk to community-staging-x86_64

Added:
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 699099, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 699099, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-05 10:34:20 UTC (rev 699100)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.16.2
+pkgrel=12
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-conduit' 'haskell-constraints' 'haskell-cryptonite' 
'haskell-data-ordlist'
+ 'haskell-fgl' 'haskell-hashable' 'haskell-html' 
'haskell-http-conduit' 'haskell-http-types'
+ 'haskell-knob' 'haskell-memory' 'haskell-mmap' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-old-time' 'haskell-sandi' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-temporary' 'haskell-unix-compat' 
'haskell-utf8-string'
+ 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 
'haskell-leancheck'
+ 'haskell-quickcheck' 'haskell-split' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 'haskell-test-framework-leancheck'
+ 'haskell-test-framework-quickcheck2'
+ # Added for their bundled shelly
+ 'haskell-exceptions' 'haskell-monad-control' 
'haskell-system-filepath'
+ 'haskell-system-fileio' 'haskell-transformers-base')
+checkdepends=('bc' 'time')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ee43e570227a5f462e064b71323755d1179809c24ff83a904aefa32494c4655b41b4b3291411b5abc1e1e75be894cde6070aa072b51905ddf8fc2934973b25cb')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -e 's/^ghc /ghc -dynamic /' \
+-e 's/ ghc / ghc -dynamic /' \
+-i tests/*.sh tests/lib
+sed -i -e 's/< *2.14/<3/' $pkgname.cabal
+
+# Odd issue...
+sed -i "s|PACKAGE_VERSION|\"$pkgver\"|" src/hscurl.c
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+LD_LIBRARY_PATH="$srcdir"/$pkgname-$pkgver/dist/build runhaskell Setup 
build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 10:34:08
  Author: felixonmars
Revision: 699099

upgpkg: darcs 2.16.2-12: rebuild with filtrable 0.1.6.0

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 10:29:11 UTC (rev 699098)
+++ PKGBUILD2020-09-05 10:34:08 UTC (rev 699099)
@@ -3,7 +3,7 @@
 
 pkgname=darcs
 pkgver=2.16.2
-pkgrel=11
+pkgrel=12
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")


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

2020-09-05 Thread Bruno Pagani via arch-commits
Date: Saturday, September 5, 2020 @ 10:29:11
  Author: archange
Revision: 699098

archrelease: copy trunk to community-x86_64

Added:
  mattermost/repos/community-x86_64/PKGBUILD
(from rev 699097, mattermost/trunk/PKGBUILD)
  mattermost/repos/community-x86_64/mattermost.service
(from rev 699097, mattermost/trunk/mattermost.service)
  mattermost/repos/community-x86_64/mattermost.sysusers
(from rev 699097, mattermost/trunk/mattermost.sysusers)
  mattermost/repos/community-x86_64/mattermost.tmpfiles
(from rev 699097, mattermost/trunk/mattermost.tmpfiles)
Deleted:
  mattermost/repos/community-x86_64/PKGBUILD
  mattermost/repos/community-x86_64/mattermost.service
  mattermost/repos/community-x86_64/mattermost.sysusers
  mattermost/repos/community-x86_64/mattermost.tmpfiles

-+
 PKGBUILD|  266 +-
 mattermost.service  |   80 +++
 mattermost.sysusers |2 
 mattermost.tmpfiles |6 -
 4 files changed, 177 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 10:28:30 UTC (rev 699097)
+++ PKGBUILD2020-09-05 10:29:11 UTC (rev 699098)
@@ -1,133 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: William Gathoye 
-# Contributor: Caleb Maclennan 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=mattermost
-pkgver=5.26.1
-pkgrel=1
-pkgdesc="Open source Slack-alternative in Golang and React"
-arch=(x86_64)
-url="https://mattermost.com;
-license=(AGPL Apache)
-depends=(glibc)
-makedepends=(go jq nodejs npm git python2)
-optdepends=('mariadb: SQL server storage'
-'percona-server: SQL server storage'
-'postgresql: SQL server storage')
-backup=(etc/webapps/${pkgname}/config.json)
-source=(${pkgname}-server-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-server/archive/v${pkgver}.tar.gz
-
${pkgname}-webapp-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-webapp/archive/v${pkgver}.tar.gz
-${pkgname}.service
-${pkgname}.sysusers
-${pkgname}.tmpfiles)
-sha256sums=('fec5a6deb4964a76e545899907a6654d7ef4ddcf168e35262f508bf0a3174434'
-'f871afa25a25300a7a73b401521165d98ffc17f60729c703518f6c7ee4eec658'
-'ac54a04be1a9fd17dff4d3f2e0d5f411aa35984dfaa6e86fe9856ed3ed1f5357'
-'f7bd36f6d7874f1345d205c6dcb79af1804362fc977a658db88951a172d1dfa0'
-'8dfeee28655b91dc75aca2317846284013ac3d5a837d360eba9641e9fbcf3aa2')
-
-prepare() {
-cd ${pkgname}-server-${pkgver}
-go mod vendor
-
-# The configuration isn't available at this time yet, modify the default.
-sed -r -i build/release.mk \
--e  's!config/config.json!config/default.json!' \
--e 
's/\$\(DIST_PATH\)\/config\/config.json/\$\(DIST_PATH\)\/config\/default.json/'
-
-# Remove platform specific lines from the Makefile from the line beginning
-# with that statement to the end of file (we do not care of the additional
-# file copy, nor the tar compression defined below the file).
-sed '/# Download prepackaged plugins/,//d' -i build/release.mk
-
-# Enforce build hash to Arch Linux for the field corresponding to the 
webapp.
-cd ../${pkgname}-webapp-${pkgver}
-sed -r -i webpack.config.js \
--e "s/^(\s*)COMMIT_HASH:(.*),$/\1COMMIT_HASH: 
JSON.stringify\(\"${pkgver}-${pkgrel} Arch Linux \(${CARCH}\)\"\),/"
-}
-
-build() {
-cd ${pkgname}-server-${pkgver}
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-go build -v \
- -ldflags "-linkmode external
-   -X 
\"github.com/mattermost/mattermost-server/v5/model.BuildNumber=${pkgver}-${pkgrel}\"
 \
-   -X 
\"github.com/mattermost/mattermost-server/v5/model.BuildDate=$(date --utc 
--date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +"%Y-%m-%d %H:%M:%S")\" \
-   -X 
\"github.com/mattermost/mattermost-server/v5/model.BuildHash=${pkgver}-${pkgrel}
 Arch Linux \(${CARCH}\)\" \
-   -X 
\"github.com/mattermost/mattermost-server/v5/model.BuildHashEnterprise=none\" \
-   -X 
\"github.com/mattermost/mattermost-server/v5/model.BuildEnterpriseReady=false\""
 \
- -o bin/ ./...
-# Move to the client directory to avoid LDFLAGS pollution of a `make 
build-client` invocation
-cd ../${pkgname}-webapp-${pkgver}
-make build
-cd ../${pkgname}-server-${pkgver}
-export BUILD_WEBAPP_DIR="${srcdir}/${pkgname}-webapp-${pkgver}"
-make package
-}
-
-package() {
-# systemd files
-install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-install -Dm644 ${pkgname}.tmpfiles 

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

2020-09-05 Thread Bruno Pagani via arch-commits
Date: Saturday, September 5, 2020 @ 10:28:30
  Author: archange
Revision: 699097

upgpkg: mattermost 5.26.2-1

Modified:
  mattermost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 10:15:04 UTC (rev 699096)
+++ PKGBUILD2020-09-05 10:28:30 UTC (rev 699097)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=mattermost
-pkgver=5.26.1
+pkgver=5.26.2
 pkgrel=1
 pkgdesc="Open source Slack-alternative in Golang and React"
 arch=(x86_64)
@@ -21,8 +21,8 @@
 ${pkgname}.service
 ${pkgname}.sysusers
 ${pkgname}.tmpfiles)
-sha256sums=('fec5a6deb4964a76e545899907a6654d7ef4ddcf168e35262f508bf0a3174434'
-'f871afa25a25300a7a73b401521165d98ffc17f60729c703518f6c7ee4eec658'
+sha256sums=('a41f8a548e657a78af13f777563749d55c458d87d8a2ad66d3182c8997a1db29'
+'04af4906154774685c5520954a14ebb03f33377765e95e5ea4d86907e0943e5d'
 'ac54a04be1a9fd17dff4d3f2e0d5f411aa35984dfaa6e86fe9856ed3ed1f5357'
 'f7bd36f6d7874f1345d205c6dcb79af1804362fc977a658db88951a172d1dfa0'
 '8dfeee28655b91dc75aca2317846284013ac3d5a837d360eba9641e9fbcf3aa2')


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

2020-09-05 Thread Bruno Pagani via arch-commits
Date: Saturday, September 5, 2020 @ 10:15:04
  Author: archange
Revision: 699096

archrelease: copy trunk to community-x86_64

Added:
  knot/repos/community-x86_64/PKGBUILD
(from rev 699095, knot/trunk/PKGBUILD)
Deleted:
  knot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 10:14:38 UTC (rev 699095)
+++ PKGBUILD2020-09-05 10:15:04 UTC (rev 699096)
@@ -1,61 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Ondřej Surý 
-# Contributor: Julian Brost 
-# Contributor: Oleander Reis 
-# Contributor: Otto Sabart 
-
-pkgname=knot
-pkgver=2.9.5
-pkgrel=2
-pkgdesc="High-performance authoritative-only DNS server"
-arch=(x86_64)
-url="https://www.knot-dns.cz/;
-license=(GPL3)
-depends=(libedit gnutls liburcu lmdb
- libidn2 systemd libcap-ng
- fstrm protobuf-c libmaxminddb)
-backup=('etc/knot/knot.conf')
-source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=(1109a8ba212ff8ddfdbaf44a6f8fc13a2b880a98a9e54c19112ba72a1aacbf76 
SKIP)
-validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

-
-build() {
-cd ${pkgname}-${pkgver}
-
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---libexecdir=/usr/lib/knot \
---with-rundir=/run/knot \
---with-storage=/var/lib/knot \
---enable-recvmmsg \
---enable-dnstap \
---enable-systemd \
---enable-reuseport \
---disable-silent-rules
-
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
-rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
-
-rm "${pkgdir}"/etc/knot/example.com.zone
-mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
-
-install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-}

Copied: knot/repos/community-x86_64/PKGBUILD (from rev 699095, 
knot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 10:15:04 UTC (rev 699096)
@@ -0,0 +1,62 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Ondřej Surý 
+# Contributor: Julian Brost 
+# Contributor: Oleander Reis 
+# Contributor: Otto Sabart 
+
+pkgname=knot
+pkgver=2.9.6
+pkgrel=1
+pkgdesc="High-performance authoritative-only DNS server"
+arch=(x86_64)
+url="https://www.knot-dns.cz/;
+license=(GPL3)
+depends=(libedit gnutls liburcu lmdb
+ libidn2 systemd libcap-ng
+ fstrm protobuf-c libmaxminddb)
+backup=('etc/knot/knot.conf')
+source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('bf742883c6825b54f19f2dadca2c94fec1ff8bdcf0a52388e2e167937594b2e7'
+'SKIP')
+validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--libexecdir=/usr/lib/knot \
+--with-rundir=/run/knot \
+--with-storage=/var/lib/knot \
+--enable-recvmmsg \
+--enable-dnstap \
+--enable-systemd \
+--enable-reuseport \
+--disable-silent-rules
+
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
+rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
+
+rm "${pkgdir}"/etc/knot/example.com.zone
+mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
+
+install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
+install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}


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

2020-09-05 Thread Bruno Pagani via arch-commits
Date: Saturday, September 5, 2020 @ 10:14:38
  Author: archange
Revision: 699095

upgpkg: knot 2.9.6-1

Modified:
  knot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 10:09:56 UTC (rev 699094)
+++ PKGBUILD2020-09-05 10:14:38 UTC (rev 699095)
@@ -5,8 +5,8 @@
 # Contributor: Otto Sabart 
 
 pkgname=knot
-pkgver=2.9.5
-pkgrel=2
+pkgver=2.9.6
+pkgrel=1
 pkgdesc="High-performance authoritative-only DNS server"
 arch=(x86_64)
 url="https://www.knot-dns.cz/;
@@ -16,7 +16,8 @@
  fstrm protobuf-c libmaxminddb)
 backup=('etc/knot/knot.conf')
 
source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=(1109a8ba212ff8ddfdbaf44a6f8fc13a2b880a98a9e54c19112ba72a1aacbf76 
SKIP)
+sha256sums=('bf742883c6825b54f19f2dadca2c94fec1ff8bdcf0a52388e2e167937594b2e7'
+'SKIP')
 validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

 
 build() {


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 10:02:33
  Author: felixonmars
Revision: 699092

upgpkg: haskell-regex-applicative 0.3.4-11: rebuild with filtrable 0.1.6.0

Modified:
  haskell-regex-applicative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 10:01:53 UTC (rev 699091)
+++ PKGBUILD2020-09-05 10:02:33 UTC (rev 699092)
@@ -4,7 +4,7 @@
 _hkgname=regex-applicative
 pkgname=haskell-regex-applicative
 pkgver=0.3.4
-pkgrel=10
+pkgrel=11
 pkgdesc="Regex-based parsing with applicative interface"
 url="https://github.com/feuerbach/regex-applicative;
 license=("MIT")


[arch-commits] Commit in haskell-regex-applicative/repos (2 files)

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 10:02:46
  Author: felixonmars
Revision: 699093

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-regex-applicative/repos/community-staging-x86_64/
  haskell-regex-applicative/repos/community-staging-x86_64/PKGBUILD
(from rev 699092, haskell-regex-applicative/trunk/PKGBUILD)

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

Copied: haskell-regex-applicative/repos/community-staging-x86_64/PKGBUILD (from 
rev 699092, haskell-regex-applicative/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-05 10:02:46 UTC (rev 699093)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=regex-applicative
+pkgname=haskell-regex-applicative
+pkgver=0.3.4
+pkgrel=11
+pkgdesc="Regex-based parsing with applicative interface"
+url="https://github.com/feuerbach/regex-applicative;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-filtrable')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('84f32da62b336c7e8bd67ebfffdf0f13f98a39434efa5dd32d389a5db1fdaaeece462ecec7bc5d3c5b49e82acd7c4c4b0d8a5c552bb275c16c254bd3f5336470')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 10:01:53
  Author: felixonmars
Revision: 699091

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-filtrable/repos/community-staging-x86_64/
  haskell-filtrable/repos/community-staging-x86_64/PKGBUILD
(from rev 699090, haskell-filtrable/trunk/PKGBUILD)

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

Copied: haskell-filtrable/repos/community-staging-x86_64/PKGBUILD (from rev 
699090, haskell-filtrable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-05 10:01:53 UTC (rev 699091)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=filtrable
+pkgname=haskell-filtrable
+pkgver=0.1.6.0
+pkgrel=1
+pkgdesc="Class of filtrable containers"
+url="https://github.com/strake/filtrable.hs;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-smallcheck' 'haskell-tasty' 
'haskell-tasty-smallcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e3f24967f78d352ed581054a3f8c43c328a21836e023908ecce4b3e84733ed32450b8b96bfadaca39223ec7c0f397bfca34b20da29354d9ddba642361e673681')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 10:01:40
  Author: felixonmars
Revision: 699090

upgpkg: haskell-filtrable 0.1.6.0-1: rebuild with filtrable 0.1.6.0

Modified:
  haskell-filtrable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 09:39:19 UTC (rev 699089)
+++ PKGBUILD2020-09-05 10:01:40 UTC (rev 699090)
@@ -2,8 +2,8 @@
 
 _hkgname=filtrable
 pkgname=haskell-filtrable
-pkgver=0.1.5.0
-pkgrel=9
+pkgver=0.1.6.0
+pkgrel=1
 pkgdesc="Class of filtrable containers"
 url="https://github.com/strake/filtrable.hs;
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-smallcheck' 'haskell-tasty' 
'haskell-tasty-smallcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('2ed7f765d2329a23d6dba837b3287239bd0715c94a4a2a1d7cb2ff19841f39708b4ba599ff7c52b4dd2b82ee15a3a8849247e3ae6f4210a780ede69834bf4028')
+sha512sums=('e3f24967f78d352ed581054a3f8c43c328a21836e023908ecce4b3e84733ed32450b8b96bfadaca39223ec7c0f397bfca34b20da29354d9ddba642361e673681')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-09-05 Thread Antonio Rojas via arch-commits
Date: Saturday, September 5, 2020 @ 09:52:45
  Author: arojas
Revision: 395470

archrelease: copy trunk to extra-x86_64

Added:
  goffice/repos/extra-x86_64/PKGBUILD
(from rev 395469, goffice/trunk/PKGBUILD)
Deleted:
  goffice/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 09:52:37 UTC (rev 395469)
+++ PKGBUILD2020-09-05 09:52:45 UTC (rev 395470)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.47+2+gfcac4d61
-pkgrel=1
-pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
-url="https://git.gnome.org/browse/goffice;
-arch=(x86_64)
-license=(GPL)
-depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
-makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=fcac4d610e0cc87d5c0de1f501d7d5afd2bf6e30  # master
-source=("git+https://gitlab.gnome.org/GNOME/goffice.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 395469, 
goffice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 09:52:45 UTC (rev 395470)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+# Contributor: Aaron Griffin 
+
+pkgname=goffice
+pkgver=0.10.48
+pkgrel=1
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice;
+arch=(x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
+_commit=f3f7d440abeefd13ce97e32ba39a994cd41058cf
+source=("git+https://gitlab.gnome.org/GNOME/goffice.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2020-09-05 Thread Antonio Rojas via arch-commits
Date: Saturday, September 5, 2020 @ 09:52:37
  Author: arojas
Revision: 395469

Update to 0.10.48

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 09:46:25 UTC (rev 395468)
+++ PKGBUILD2020-09-05 09:52:37 UTC (rev 395469)
@@ -2,7 +2,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=goffice
-pkgver=0.10.47+2+gfcac4d61
+pkgver=0.10.48
 pkgrel=1
 pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
 url="https://git.gnome.org/browse/goffice;
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
 makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=fcac4d610e0cc87d5c0de1f501d7d5afd2bf6e30  # master
+_commit=f3f7d440abeefd13ce97e32ba39a994cd41058cf
 source=("git+https://gitlab.gnome.org/GNOME/goffice.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-09-05 Thread Antonio Rojas via arch-commits
Date: Saturday, September 5, 2020 @ 09:46:25
  Author: arojas
Revision: 395468

archrelease: copy trunk to extra-x86_64

Added:
  libwacom/repos/extra-x86_64/PKGBUILD
(from rev 395467, libwacom/trunk/PKGBUILD)
Deleted:
  libwacom/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 09:46:17 UTC (rev 395467)
+++ PKGBUILD2020-09-05 09:46:25 UTC (rev 395468)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64')
-url="https://github.com/linuxwacom/libwacom/wiki;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-makedepends=('libxml2')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
-source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('bad8bbb8d3b98c1f9c3661ca60f72319e2f06acab5cb128a5b7a2e02da20f249d094a0b4b0ed4e5c67eb696973f23d8c9cd5f432a8e9d37df55c9f23de949fb9'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -m755 -d "${pkgdir}"/usr/lib/udev/rules.d
-  cd tools
-  ./generate-hwdb > "${pkgdir}"/usr/lib/udev/hwdb.d/65-libwacom.hwdb
-}

Copied: libwacom/repos/extra-x86_64/PKGBUILD (from rev 395467, 
libwacom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 09:46:25 UTC (rev 395468)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=1.5
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64')
+url="https://github.com/linuxwacom/libwacom/wiki;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+makedepends=('libxml2')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
+source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('d3aa6ea1d574f753490818092b3128171f11a4af4716681d156b831cae5c70e96281033a523eb7d2e263acbd95ea9407948d1583191bdb121aff2886571c1cd0'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -m755 -d "${pkgdir}"/usr/lib/udev/rules.d
+  cd tools
+  ./generate-hwdb > "${pkgdir}"/usr/lib/udev/hwdb.d/65-libwacom.hwdb
+}


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

2020-09-05 Thread Antonio Rojas via arch-commits
Date: Saturday, September 5, 2020 @ 09:46:17
  Author: arojas
Revision: 395467

Update to 1.5

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 09:39:43 UTC (rev 395466)
+++ PKGBUILD2020-09-05 09:46:17 UTC (rev 395467)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libwacom
-pkgver=1.4.1
+pkgver=1.5
 pkgrel=1
 pkgdesc="Library to identify Wacom tablets and their features"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('libxml2')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
 
source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('bad8bbb8d3b98c1f9c3661ca60f72319e2f06acab5cb128a5b7a2e02da20f249d094a0b4b0ed4e5c67eb696973f23d8c9cd5f432a8e9d37df55c9f23de949fb9'
+sha512sums=('d3aa6ea1d574f753490818092b3128171f11a4af4716681d156b831cae5c70e96281033a523eb7d2e263acbd95ea9407948d1583191bdb121aff2886571c1cd0'
 'SKIP')
 
 build() {


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

2020-09-05 Thread Antonio Rojas via arch-commits
Date: Saturday, September 5, 2020 @ 09:39:43
  Author: arojas
Revision: 395466

archrelease: copy trunk to extra-x86_64

Added:
  sane/repos/extra-x86_64/PKGBUILD
(from rev 395465, sane/trunk/PKGBUILD)
  sane/repos/extra-x86_64/sane.xinetd
(from rev 395465, sane/trunk/sane.xinetd)
  sane/repos/extra-x86_64/saned.service
(from rev 395465, sane/trunk/saned.service)
  sane/repos/extra-x86_64/saned.socket
(from rev 395465, sane/trunk/saned.socket)
Deleted:
  sane/repos/extra-x86_64/PKGBUILD
  sane/repos/extra-x86_64/sane.xinetd
  sane/repos/extra-x86_64/saned.service
  sane/repos/extra-x86_64/saned.socket

---+
 PKGBUILD  |  125 
 sane.xinetd   |   22 -
 saned.service |   16 +++
 saned.socket  |   18 
 4 files changed, 91 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 09:39:30 UTC (rev 395465)
+++ PKGBUILD2020-09-05 09:39:43 UTC (rev 395466)
@@ -1,62 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Sarah Hay 
-# Contributor: Simo L. 
-# Contributor: eric 
-
-pkgname=sane
-pkgver=1.0.30
-pkgrel=1
-pkgdesc="Scanner Access Now Easy"
-url="http://www.sane-project.org/;
-arch=('x86_64')
-license=('GPL')
-depends=('libtiff>=4.0.0' 'libgphoto2' 'libjpeg>=8' 'libusbx' 'libieee1284' 
'v4l-utils' 'avahi' 'bash' 'net-snmp')
-makedepends=('texlive-latexextra')
-backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,epsonds.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,kodakaio.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pieusb.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf}
 etc/xinetd.d/
 sane)
-source=(https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0/sane-backends-$pkgver.tar.gz
-'sane.xinetd'
-'saned.socket'
-'saned.service')
-sha512sums=('e9f4ab1f21d5ab0e09b101389c325947824945af968f08b307485f79d4dc4c134b8a1979fb0cf0cfa72435abffe70d0060748a2c2ec46514eb15a0442ee181a5'
-
'8f9f18d432087e5445aa533be375a811daf320512069c108d41a79121868937e1a7ffa21ee7d33adcf9fbb670bca460ff06423ce39602f35151eccc243d9d4ec'
-
'62654a59fae3216be9c0ae4f810375de1232133ab12732529a3e064cc83d94563560e01950dea4b25aa298294c5f0421436c5e095a3a00ad8ef78b471f3105f4'
-
'c4cd4427ee8e5cb128c5d54006fafbb4f846508582dffc293f16ab14ab638e6ee3dc5df0eb06f6d0d3839941ab74623c7163ac13bcdfec87b10308587a697536')
-
-build() {
-  cd sane-backends-${pkgver}
-
-  ./configure --prefix=/usr --sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-docdir=/usr/share/doc/sane \
---enable-avahi \
---enable-pthread \
---disable-rpath \
---enable-libusb_1_0 \
---disable-locking
-  make
-}
-
-package() {
-  cd sane-backends-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  # fix hp officejets
-  echo "#hpaio" >> "${pkgdir}/etc/sane.d/dll.conf"
-  # install udev files
-  install -D -m0644 tools/udev/libsane.rules \
-"${pkgdir}/usr/lib/udev/rules.d/49-sane.rules"
-  # fix udev rules
-  sed -i 's|NAME="%k", ||g' "${pkgdir}/usr/lib/udev/rules.d/49-sane.rules"
-  
-  # install xinetd file
-  install -D -m644 "${srcdir}/sane.xinetd" "${pkgdir}/etc/xinetd.d/sane"
-  
-  # Install the pkg-config file
-  install -D -m644 tools/sane-backends.pc \
- "${pkgdir}/usr/lib/pkgconfig/sane-backends.pc"
-  # install systemd files
-  install -D -m644 ${srcdir}/saned.socket \
-  "${pkgdir}/usr/lib/systemd/system/saned.socket"
-  install -D -m644 ${srcdir}/saned.service \
-  "${pkgdir}/usr/lib/systemd/system/saned@.service"
-}

Copied: sane/repos/extra-x86_64/PKGBUILD (from rev 395465, sane/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 09:39:43 UTC (rev 395466)
@@ -0,0 +1,63 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sarah Hay 
+# Contributor: Simo L. 
+# Contributor: eric 
+
+pkgname=sane
+pkgver=1.0.31
+pkgrel=1
+_commit=8bf1cae2e1803aefab9e5331550e5d5d
+pkgdesc="Scanner Access Now Easy"
+url="http://www.sane-project.org/;
+arch=('x86_64')
+license=('GPL')

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

2020-09-05 Thread Bruno Pagani via arch-commits
Date: Saturday, September 5, 2020 @ 09:39:19
  Author: archange
Revision: 699089

archrelease: copy trunk to community-x86_64

Added:
  gitea/repos/community-x86_64/PKGBUILD
(from rev 699088, gitea/trunk/PKGBUILD)
  gitea/repos/community-x86_64/gitea-arch-defaults.patch
(from rev 699088, gitea/trunk/gitea-arch-defaults.patch)
  gitea/repos/community-x86_64/gitea.service
(from rev 699088, gitea/trunk/gitea.service)
  gitea/repos/community-x86_64/gitea.sysusers
(from rev 699088, gitea/trunk/gitea.sysusers)
  gitea/repos/community-x86_64/gitea.tmpfiles
(from rev 699088, gitea/trunk/gitea.tmpfiles)
Deleted:
  gitea/repos/community-x86_64/PKGBUILD
  gitea/repos/community-x86_64/gitea-arch-defaults.patch
  gitea/repos/community-x86_64/gitea.service
  gitea/repos/community-x86_64/gitea.sysusers
  gitea/repos/community-x86_64/gitea.tmpfiles

---+
 PKGBUILD  |  154 +---
 gitea-arch-defaults.patch |   98 ++--
 gitea.service |   90 -
 gitea.sysusers|2 
 gitea.tmpfiles|   20 ++---
 5 files changed, 181 insertions(+), 183 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 09:38:33 UTC (rev 699088)
+++ PKGBUILD2020-09-05 09:39:19 UTC (rev 699089)
@@ -1,78 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Maxime Gauduin 
-# Contributor: Frederik Schwan 
-
-pkgname=gitea
-pkgver=1.12.3
-pkgrel=1
-pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
-arch=(x86_64)
-url="https://gitea.io;
-license=(MIT)
-depends=(git)
-makedepends=(go nodejs npm)
-optdepends=(
-  'mariadb: MariaDB support'
-  'memcached: MemCached support'
-  'openssh: GIT over SSH support'
-  'pam: Authentication via PAM support'
-  'postgresql: PostgreSQL support'
-  'redis: Redis support'
-  'sqlite: SQLite support'
-)
-backup=('etc/gitea/app.ini')
-_tag=846e630b0d88c9ae8bda54199dffbd7de23947b9 # git rev-parse v${pkgver}
-source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed;
-gitea.tmpfiles
-gitea.service
-gitea.sysusers
-gitea-arch-defaults.patch)
-sha256sums=('SKIP'
-'1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
-'5fce4772781c588b861cb97b3aa0945ca5a9a8120285080934a0ccbcb5503da8'
-'7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5'
-'33ef77053a6bc8e2f5d9b62c92681909858d78356dfc7970616c42ad1dc60c57')
-validpgpkeys=(
-  8C4033A23895237CB27D52D9D9B5613BEB813F99  # Matti Ranta  
old RSA2048, retrieved from https://github.com/techknowlogick.gpg
-  B56E3C7437A49E136862F5DE9D8A57ADAA232E95  # Matti Ranta  
new RSA4096, retrieved from https://github.com/techknowlogick.gpg
-  ED810FD31FBE67F406ED71BDD4F1E9B6493ED946  # Jonas Franz 

-  9C5BCD799B3CDB124147A748E0DDFEC24C48784C  # Lauris Bukšis-Haberkorns 

-  D8F9672D77C0BB60A024C23EDFDE60A0093EB926  # Lauris Bukšis-Haberkorns 
 new RSA4096
-  BA66F67FD73F7058D712D308C3B7C91B632F738A  # Lunny Xiao 
, retrieved from https://github.com/lunny.gpg
-) # Lunny Xiao , retrieved from 
https://github.com/lunny.gpg
-
-prepare() {
-  cd ${pkgname}
-  # Change some defaults for ArchLinux
-  patch -Np1 -i ../gitea-arch-defaults.patch
-  # Fetch dependency using go mod
-  make vendor
-}
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd ${pkgname}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export EXTRA_GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export LDFLAGS="-X 
'code.gitea.io/gitea/modules/setting.AppWorkPath=/var/lib/gitea/'"
-  export TAGS="bindata sqlite sqlite_unlock_notify pam"
-  make frontend
-  make generate
-  make build
-}
-
-package() {
-  install -Dm755 ${pkgname}/${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 ${pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-  install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-  install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-  install -D ${pkgname}/custom/conf/app.ini.sample 
"${pkgdir}"/etc/gitea/app.ini
-}

Copied: gitea/repos/community-x86_64/PKGBUILD (from rev 699088, 
gitea/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 09:39:19 UTC (rev 699089)
@@ -0,0 +1,76 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Maxime Gauduin 
+# Contributor: Frederik Schwan 
+
+pkgname=gitea
+pkgver=1.12.4
+pkgrel=1
+pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
+arch=(x86_64)
+url="https://gitea.io;

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

2020-09-05 Thread Antonio Rojas via arch-commits
Date: Saturday, September 5, 2020 @ 09:39:30
  Author: arojas
Revision: 395465

Update to 1.0.31

Modified:
  sane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 09:14:04 UTC (rev 395464)
+++ PKGBUILD2020-09-05 09:39:30 UTC (rev 395465)
@@ -4,20 +4,21 @@
 # Contributor: eric 
 
 pkgname=sane
-pkgver=1.0.30
+pkgver=1.0.31
 pkgrel=1
+_commit=8bf1cae2e1803aefab9e5331550e5d5d
 pkgdesc="Scanner Access Now Easy"
 url="http://www.sane-project.org/;
 arch=('x86_64')
 license=('GPL')
-depends=('libtiff>=4.0.0' 'libgphoto2' 'libjpeg>=8' 'libusbx' 'libieee1284' 
'v4l-utils' 'avahi' 'bash' 'net-snmp')
+depends=('libtiff>=4.0.0' 'libgphoto2' 'libjpeg>=8' 'libusbx' 'libieee1284' 
'v4l-utils' 'avahi' 'bash' 'net-snmp' 'poppler-glib')
 makedepends=('texlive-latexextra')
 
backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,epsonds.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,kodakaio.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pieusb.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf}
 etc/xinetd.d/
 sane)
-source=(https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0/sane-backends-$pkgver.tar.gz
+source=(https://gitlab.com/sane-project/backends/uploads/$_commit/sane-backends-$pkgver.tar.gz
 'sane.xinetd'
 'saned.socket'
 'saned.service')
-sha512sums=('e9f4ab1f21d5ab0e09b101389c325947824945af968f08b307485f79d4dc4c134b8a1979fb0cf0cfa72435abffe70d0060748a2c2ec46514eb15a0442ee181a5'
+sha512sums=('5d49ca698af38a30a3d23349f2fe82a4a21262b014ca38407d5ea0b3fe7cec72860a39c8651c8a5e2f561a9a740008658a36ed6bd96324be84646dbcf1461bfb'
 
'8f9f18d432087e5445aa533be375a811daf320512069c108d41a79121868937e1a7ffa21ee7d33adcf9fbb670bca460ff06423ce39602f35151eccc243d9d4ec'
 
'62654a59fae3216be9c0ae4f810375de1232133ab12732529a3e064cc83d94563560e01950dea4b25aa298294c5f0421436c5e095a3a00ad8ef78b471f3105f4'
 
'c4cd4427ee8e5cb128c5d54006fafbb4f846508582dffc293f16ab14ab638e6ee3dc5df0eb06f6d0d3839941ab74623c7163ac13bcdfec87b10308587a697536')


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

2020-09-05 Thread Bruno Pagani via arch-commits
Date: Saturday, September 5, 2020 @ 09:38:33
  Author: archange
Revision: 699088

upgpkg: gitea 1.12.4-1

Modified:
  gitea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 09:37:13 UTC (rev 699087)
+++ PKGBUILD2020-09-05 09:38:33 UTC (rev 699088)
@@ -3,7 +3,7 @@
 # Contributor: Frederik Schwan 
 
 pkgname=gitea
-pkgver=1.12.3
+pkgver=1.12.4
 pkgrel=1
 pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
 arch=(x86_64)
@@ -21,7 +21,7 @@
   'sqlite: SQLite support'
 )
 backup=('etc/gitea/app.ini')
-_tag=846e630b0d88c9ae8bda54199dffbd7de23947b9 # git rev-parse v${pkgver}
+_tag=e65ff65e02fd77bb21c68724e3c682b84ad835dd # git rev-parse v${pkgver}
 source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed;
 gitea.tmpfiles
 gitea.service


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 09:30:51
  Author: felixonmars
Revision: 699085

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 699084, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 699084, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-05 09:30:51 UTC (rev 699085)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=7.0.1
+pkgrel=79
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('0e6270ff4762b444b4d3791ceea4bb468bc316c9d2103f9d355e2e6108bb4bb51b302499b68a5cfc4ff14f503bdd95985481f7fb6eb6dbb158f1f5350857cf1b')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+sed -i 's/< *1.5/<2/;s/< *1.2/<2/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || warning 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 09:30:35
  Author: felixonmars
Revision: 699084

upgpkg: postgrest 7.0.1-79: rebuild with configurator-pg 0.2.4

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 09:27:01 UTC (rev 699083)
+++ PKGBUILD2020-09-05 09:30:35 UTC (rev 699084)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=78
+pkgrel=79
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 09:26:44
  Author: felixonmars
Revision: 699082

upgpkg: haskell-configurator-pg 0.2.4-1: rebuild with configurator-pg 0.2.4

Modified:
  haskell-configurator-pg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 09:18:22 UTC (rev 699081)
+++ PKGBUILD2020-09-05 09:26:44 UTC (rev 699082)
@@ -3,8 +3,8 @@
 
 _hkgname=configurator-pg
 pkgname=haskell-configurator-pg
-pkgver=0.2.3
-pkgrel=16
+pkgver=0.2.4
+pkgrel=1
 pkgdesc="Reduced parser for configurator-ng config files"
 url="https://github.com/robx/configurator-pg;
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-megaparsec' 'haskell-protolude' 
'haskell-scientific')
 makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('007264fb27ded49d144dc284bc1c5463075033a558232b9d16eb8f46f26bfbd7c6283a8f1ca1edf0222b4319fd09bb033cd6f501ff761b6e310f7079134dfe92')
+sha512sums=('46cb9dcb15135c65d16e7a2b539952f53fc234d99a6eaf3c19cec35eb1178fd80a2258f380a4d2639177abfc5e7014c40b2a20ac32e89b96d6fc0043c29420e4')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in haskell-configurator-pg/repos (2 files)

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 09:27:01
  Author: felixonmars
Revision: 699083

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-configurator-pg/repos/community-staging-x86_64/
  haskell-configurator-pg/repos/community-staging-x86_64/PKGBUILD
(from rev 699082, haskell-configurator-pg/trunk/PKGBUILD)

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

Copied: haskell-configurator-pg/repos/community-staging-x86_64/PKGBUILD (from 
rev 699082, haskell-configurator-pg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-05 09:27:01 UTC (rev 699083)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=configurator-pg
+pkgname=haskell-configurator-pg
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Reduced parser for configurator-ng config files"
+url="https://github.com/robx/configurator-pg;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-megaparsec' 'haskell-protolude' 
'haskell-scientific')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('46cb9dcb15135c65d16e7a2b539952f53fc234d99a6eaf3c19cec35eb1178fd80a2258f380a4d2639177abfc5e7014c40b2a20ac32e89b96d6fc0043c29420e4')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-05 Thread Antonio Rojas via arch-commits
Date: Saturday, September 5, 2020 @ 09:14:04
  Author: arojas
Revision: 395464

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 395463, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 395463, iana-etc/trunk/PKGBUILD)
  iana-etc/repos/testing-any/sources.tar.xz
(from rev 395463, iana-etc/trunk/sources.tar.xz)

--+
 LICENSE  |1 +
 PKGBUILD |   51 +++
 2 files changed, 52 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 395463, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2020-09-05 09:14:04 UTC (rev 395464)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 395463, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-09-05 09:14:04 UTC (rev 395464)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200905
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200417
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
+'LICENSE')
+sha256sums=('2c619d8727eaa56afa113b3135103366c3a09a71bc73db867fe1b84e5fffec12'
+'7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}

Copied: iana-etc/repos/testing-any/sources.tar.xz (from rev 395463, 
iana-etc/trunk/sources.tar.xz)
===
(Binary files differ)


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

2020-09-05 Thread Antonio Rojas via arch-commits
Date: Saturday, September 5, 2020 @ 09:13:55
  Author: arojas
Revision: 395463

Update to 20200905

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 09:00:13 UTC (rev 395462)
+++ PKGBUILD2020-09-05 09:13:55 UTC (rev 395463)
@@ -2,10 +2,10 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20200812
+pkgver=20200905
 _ports=service-names-port-numbers-${pkgver}
 _protocols=protocol-numbers-20200417
-pkgrel=2
+pkgrel=1
 pkgdesc='/etc/protocols and /etc/services provided by IANA'
 url='https://www.iana.org/protocols'
 arch=('any')
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
 
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
 'LICENSE')
-sha256sums=('29ceb40df2d2db1194b68109b5a01b995ed213d00639f81b37d121c8ccef8717'
+sha256sums=('2c619d8727eaa56afa113b3135103366c3a09a71bc73db867fe1b84e5fffec12'
 '7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


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

2020-09-05 Thread Antonio Rojas via arch-commits
Date: Saturday, September 5, 2020 @ 09:10:19
  Author: arojas
Revision: 699062

Update to 3.6.15

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 08:57:54 UTC (rev 699061)
+++ PKGBUILD2020-09-05 09:10:19 UTC (rev 699062)
@@ -7,7 +7,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.6.14
+pkgver=3.6.15
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn2' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-sha256sums=('5630751adec7025b8ef955af4d141d00d252a985769f51b4059e5affa3d39d63'
+sha256sums=('0ea8c3283de8d8335d7ae338ef27c53a916f15f382753b174c18b45ffd481558'
 'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'  # "Simon Josefsson 
"
   '1F42418905D8206AA754CCDC29EE58B996865171'  # "Nikos 
Mavrogiannopoulos 


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

2020-09-05 Thread Antonio Rojas via arch-commits
Date: Saturday, September 5, 2020 @ 09:10:30
  Author: arojas
Revision: 699063

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 09:10:19 UTC (rev 699062)
+++ PKGBUILD2020-09-05 09:10:30 UTC (rev 699063)
@@ -1,54 +0,0 @@
-# Maintainer: Florian Pritz 
-# Maintainer: Felix Yan 
-# Contributor: Christoph Vigano 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.6.14
-pkgrel=1
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url="https://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn2' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-sha256sums=('5630751adec7025b8ef955af4d141d00d252a985769f51b4059e5affa3d39d63'
-'SKIP')
-validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'  # "Simon Josefsson 
"
-  '1F42418905D8206AA754CCDC29EE58B996865171'  # "Nikos 
Mavrogiannopoulos 
-  '462225C3B46F34879FC8496CD605848ED7E69871') # "Daiki Ueno 
"
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${_pkgbasename}-${pkgver}
-
-  # disable libidn for security reasons:
-  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
---with-zlib \
---with-included-unistring \
---disable-static \
---disable-guile \
---disable-valgrind-tests
-  make
-}
-
-check() {
-  cd ${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${_pkgbasename}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 699062, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 09:10:30 UTC (rev 699063)
@@ -0,0 +1,54 @@
+# Maintainer: Florian Pritz 
+# Maintainer: Felix Yan 
+# Contributor: Christoph Vigano 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.6.15
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="https://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn2' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+sha256sums=('0ea8c3283de8d8335d7ae338ef27c53a916f15f382753b174c18b45ffd481558'
+'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'  # "Simon Josefsson 
"
+  '1F42418905D8206AA754CCDC29EE58B996865171'  # "Nikos 
Mavrogiannopoulos 
+  '462225C3B46F34879FC8496CD605848ED7E69871') # "Daiki Ueno 
"
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${_pkgbasename}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
+--with-zlib \
+--with-included-unistring \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests
+  make
+}
+
+check() {
+  cd ${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


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

2020-09-05 Thread Christian Hesse via arch-commits
Date: Saturday, September 5, 2020 @ 08:57:54
  Author: eworm
Revision: 699061

archrelease: copy trunk to community-testing-x86_64

Added:
  yad/repos/community-testing-x86_64/
  yad/repos/community-testing-x86_64/PKGBUILD
(from rev 699060, yad/trunk/PKGBUILD)

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

Copied: yad/repos/community-testing-x86_64/PKGBUILD (from rev 699060, 
yad/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-05 08:57:54 UTC (rev 699061)
@@ -0,0 +1,39 @@
+# Maintainer: Christian Hesse 
+# Contributor: Aaron Fischer 
+# Contributor: Steven Allen 
+# Contributor: trile7 at gmail dot com
+# Contributor: Ernia 
+
+pkgname=yad
+pkgver=7.0
+pkgrel=1
+pkgdesc='A fork of zenity - display graphical dialogs from shell scripts or 
command line'
+url='https://github.com/v1cont/yad'
+arch=('x86_64')
+license=('GPL3')
+depends=('gtk3' 'webkit2gtk' 'gtkspell3')
+makedepends=('autoconf' 'automake' 'intltool')
+source=("https://github.com/v1cont/yad/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('60603f647631f2fbe0217fc171a8ec4c1425aaebc18a70d0bd7987f9408b0887')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -ivf
+  intltoolize
+  ./configure \
+--prefix=/usr \
+--enable-icon-browser \
+--enable-html \
+--enable-gio \
+--enable-spell \
+--enable-sourceview
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-09-05 Thread Christian Hesse via arch-commits
Date: Saturday, September 5, 2020 @ 08:57:44
  Author: eworm
Revision: 699060

upgpkg: yad 7.0-1: new upstream release

Modified:
  yad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 06:04:12 UTC (rev 699059)
+++ PKGBUILD2020-09-05 08:57:44 UTC (rev 699060)
@@ -5,7 +5,7 @@
 # Contributor: Ernia 
 
 pkgname=yad
-pkgver=6.0
+pkgver=7.0
 pkgrel=1
 pkgdesc='A fork of zenity - display graphical dialogs from shell scripts or 
command line'
 url='https://github.com/v1cont/yad'
@@ -14,7 +14,7 @@
 depends=('gtk3' 'webkit2gtk' 'gtkspell3')
 makedepends=('autoconf' 'automake' 'intltool')
 
source=("https://github.com/v1cont/yad/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('bcbf0a298a0b6c069b1f7ac6c7914af09fea9932914787faad7e7fe4eebe9051')
+sha256sums=('60603f647631f2fbe0217fc171a8ec4c1425aaebc18a70d0bd7987f9408b0887')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 06:04:12
  Author: felixonmars
Revision: 699059

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 699058, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 699058, stack/trunk/stack.install)

---+
 PKGBUILD  |   82 
 stack.install |4 ++
 2 files changed, 86 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 699058, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-05 06:04:12 UTC (rev 699059)
@@ -0,0 +1,82 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.3.1
+pkgrel=120
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
+ 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+
stack-pantry-0.5.patch::https://github.com/commercialhaskell/stack/pull/5281.patch)
+sha512sums=('SKIP'
+
'9998e6cdc4b80db3490d66c4392a0e9c44c58fa51371bc68fbade48aea6b21f1172905627ade8132d2733a7e4d942b597d5943a5bd3da302aa6c3be616ecd769')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../stack-pantry-0.5.patch
+  sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i 's/map show errs/map show (toList errs)/' src/Stack/SDist.hs
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install 

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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 06:03:36
  Author: felixonmars
Revision: 699058

upgpkg: stack 2.3.1-120: rebuild with template-haskell-compat-v0208 0.1.5

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 05:57:46 UTC (rev 699057)
+++ PKGBUILD2020-09-05 06:03:36 UTC (rev 699058)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.3.1
-pkgrel=119
+pkgrel=120
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


<    1   2