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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:52:03
  Author: heftig
Revision: 379545

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  386 -
 config   |21586 ++---
 2 files changed, 10986 insertions(+), 10986 deletions(-)

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


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:52:04
  Author: heftig
Revision: 611815

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 05:51:45 UTC (rev 611814)
+++ PKGBUILD2020-04-05 05:52:04 UTC (rev 611815)
@@ -1,38 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch')
-pkgver=6.1.4
-pkgrel=14
-arch=('x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-headers'
- "virtualbox-host-dkms=$pkgver")
-
-build() {
-_kernver=$(
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch')
+pkgver=6.1.4
+pkgrel=15
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms=$pkgver")
+
+build() {
+_kernver=$(

[arch-commits] Commit in vhba-module/repos/community-testing-x86_64 (6 files)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:52:10
  Author: heftig
Revision: 611819

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: 60-vhba.rules
===
--- 60-vhba.rules   2020-04-05 05:52:09 UTC (rev 611818)
+++ 60-vhba.rules   2020-04-05 05:52:10 UTC (rev 611819)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
611812, vhba-module/trunk/60-vhba.rules)
===
--- 60-vhba.rules   (rev 0)
+++ 60-vhba.rules   2020-04-05 05:52:10 UTC (rev 611819)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 05:52:09 UTC (rev 611818)
+++ PKGBUILD2020-04-05 05:52:10 UTC (rev 611819)
@@ -1,53 +0,0 @@
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20200106
-pkgrel=28
-pkgdesc="Kernel module that emulates SCSI devices"
-url="https://cdemu.sourceforge.io/;
-arch=(x86_64)
-license=(GPL)
-makedepends=('linux-headers')
-source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
-60-vhba.rules dkms.conf)
-sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
-'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KERNELRELEASE="$(
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=29
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:52:06
  Author: heftig
Revision: 611817

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 611812, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 611813, bbswitch/trunk/PKGBUILD)
Deleted:
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
  bbswitch/repos/community-testing-x86_64/PKGBUILD

+
 0001-proc_ops-struct.patch |   72 +-
 PKGBUILD   |   90 +--
 2 files changed, 81 insertions(+), 81 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 05:52:05 UTC (rev 611816)
+++ PKGBUILD2020-04-05 05:52:06 UTC (rev 611817)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgbase=bbswitch
-pkgname=(bbswitch bbswitch-dkms)
-pkgver=0.8
-pkgrel=305
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('x86_64')
-url="http://github.com/Bumblebee-Project/bbswitch;
-license=('GPL')
-makedepends=('linux-headers')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;
-"0001-proc_ops-struct.patch")
-sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
-
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1')
-
-prepare() {
-cd ${pkgbase}-${pkgver}
-patch -Np1 < $srcdir/0001-proc_ops-struct.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make KDIR=/usr/src/linux
-}
-
-package_bbswitch() {
-  depends=('linux')
-
-  cd ${pkgbase}-${pkgver}
-  _extradir="/usr/lib/modules/$(
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=306
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers')

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:52:10
  Author: heftig
Revision: 611820

archrelease: copy trunk to community-testing-x86_64

Added:
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 611812, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch
(from rev 611812, ndiswrapper-arch/trunk/kernel-5.3.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch
(from rev 611813, ndiswrapper-arch/trunk/kernel-5.4.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.5.patch
(from rev 611813, ndiswrapper-arch/trunk/kernel-5.5.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.6.patch
(from rev 611813, ndiswrapper-arch/trunk/kernel-5.6.patch)
Deleted:
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.5.patch
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.6.patch

--+
 PKGBUILD |   88 +--
 kernel-5.3.patch |  138 +--
 kernel-5.4.patch |   44 ++---
 kernel-5.5.patch |  144 ++--
 kernel-5.6.patch |  170 ++---
 5 files changed, 292 insertions(+), 292 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 05:52:10 UTC (rev 611819)
+++ PKGBUILD2020-04-05 05:52:10 UTC (rev 611820)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: maz-1 
-
-pkgname=ndiswrapper-arch
-pkgver=1.62
-pkgrel=44
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
-arch=('x86_64')
-url="https://sourceforge.net/projects/ndiswrapper/;
-license=('GPL')
-makedepends=('linux-headers')
-provides=('NDISWRAPPER-MODULE')
-replaces=('ndiswrapper-module')
-source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
-'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch' 
'kernel-5.6.patch')
-sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
-
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
-
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
-
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89'
-
'f37efd16a32c4a36607d43ccda0979a914521157e2095db4c331315638f24d440d8628ea7e98c96f92155e1df133478f0ce9eb76152e963eca4a3fecafbca155')
-
-prepare() {
-  cd ndiswrapper-$pkgver
-  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.6.patch
-}
-
-build() {
-  _kernver="$(
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.62
+pkgrel=45
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
+'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch' 
'kernel-5.6.patch')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
+
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
+
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89'
+
'f37efd16a32c4a36607d43ccda0979a914521157e2095db4c331315638f24d440d8628ea7e98c96f92155e1df133478f0ce9eb76152e963eca4a3fecafbca155')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.6.patch
+}
+
+build() {
+  _kernver="$(task = NULL;
-   

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:52:09
  Author: heftig
Revision: 611818

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 05:52:06 UTC (rev 611817)
+++ PKGBUILD2020-04-05 05:52:09 UTC (rev 611818)
@@ -1,41 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_module=broadcom-wl
-_kernelname=  # Build against stock -ARCH kernel
-#_kernelname=-custom  # Build against kernel with a different name
-pkgname=${_module}${_kernelname}
-pkgver=6.30.223.271
-pkgrel=185
-pkgdesc='Broadcom 802.11 Linux STA wireless driver'
-arch=('x86_64')
-url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
-license=('custom')
-makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
-
-build() {
-_kernver=$(
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=186
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

[arch-commits] Commit in deepin-anything-arch/repos/community-testing-x86_64 (4 files)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:52:05
  Author: heftig
Revision: 611816

archrelease: copy trunk to community-testing-x86_64

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

--+
 0001-linux-5.6.patch |   80 -
 PKGBUILD |   70 +-
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: 0001-linux-5.6.patch
===
--- 0001-linux-5.6.patch2020-04-05 05:52:04 UTC (rev 611815)
+++ 0001-linux-5.6.patch2020-04-05 05:52:05 UTC (rev 611816)
@@ -1,40 +0,0 @@
-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/0001-linux-5.6.patch (from 
rev 611812, deepin-anything-arch/trunk/0001-linux-5.6.patch)
===
--- 0001-linux-5.6.patch(rev 0)
+++ 0001-linux-5.6.patch2020-04-05 05:52:05 UTC (rev 611816)
@@ -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)
+ {

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 05:52:04 UTC (rev 611815)
+++ PKGBUILD2020-04-05 05:52:05 UTC (rev 611816)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-anything-arch
-pkgver=5.0.1
-pkgrel=65
-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')

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:52:32
  Author: heftig
Revision: 379546

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  388 -
 config   |21524 ++---
 2 files changed, 10956 insertions(+), 10956 deletions(-)

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


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:52:11
  Author: heftig
Revision: 611821

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/0001-linux-5.6.patch
(from rev 611812, r8168/trunk/0001-linux-5.6.patch)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 611813, r8168/trunk/PKGBUILD)
Deleted:
  r8168/repos/community-testing-x86_64/0001-linux-5.6.patch
  r8168/repos/community-testing-x86_64/PKGBUILD

--+
 0001-linux-5.6.patch |  142 -
 PKGBUILD |   90 +++
 2 files changed, 116 insertions(+), 116 deletions(-)

Deleted: 0001-linux-5.6.patch
===
--- 0001-linux-5.6.patch2020-04-05 05:52:10 UTC (rev 611820)
+++ 0001-linux-5.6.patch2020-04-05 05:52:11 UTC (rev 611821)
@@ -1,71 +0,0 @@
-diff --git a/src/r8168_n.c b/src/r8168_n.c
-index 0df6041..557823e 100755
 a/src/r8168_n.c
-+++ b/src/r8168_n.c
-@@ -456,7 +456,11 @@ static void rtl8168_hw_config(struct net_device *dev);
- static void rtl8168_hw_start(struct net_device *dev);
- static int rtl8168_close(struct net_device *dev);
- static void rtl8168_set_rx_mode(struct net_device *dev);
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0) 
-+static void rtl8168_tx_timeout(struct net_device *dev, unsigned int new_mtu);
-+#else
- static void rtl8168_tx_timeout(struct net_device *dev);
-+#endif
- static struct net_device_stats *rtl8168_get_stats(struct net_device *dev);
- static int rtl8168_rx_interrupt(struct net_device *, struct rtl8168_private 
*, napi_budget);
- static int rtl8168_change_mtu(struct net_device *dev, int new_mtu);
-@@ -1615,7 +1619,14 @@ static int rtl8168_proc_open(struct inode *inode, 
struct file *file)
- 
- return single_open(file, show, dev);
- }
--
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
-+static const struct proc_ops rtl8168_proc_ops = {
-+.proc_open   = rtl8168_proc_open,
-+.proc_read   = seq_read,
-+.proc_lseek  = seq_lseek,
-+.proc_release= single_release,
-+};
-+#else
- static const struct file_operations rtl8168_proc_fops = {
- .open   = rtl8168_proc_open,
- .read   = seq_read,
-@@ -1623,6 +1634,7 @@ static const struct file_operations rtl8168_proc_fops = {
- .release= single_release,
- };
- #endif
-+#endif
- 
- /*
-  * Table of proc files we need to create.
-@@ -1665,9 +1677,15 @@ static void rtl8168_proc_init(struct net_device *dev)
- tp->proc_dir = dir;
- proc_init_num++;
- 
--for (f = rtl8168_proc_files; f->name[0]; f++) {
--if (!proc_create_data(f->name, S_IFREG | S_IRUGO, dir,
--  _proc_fops, f->show)) {
-+ for (f = rtl8168_proc_files; f->name[0]; f++) {
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
-+ if (!proc_create_data(f->name, S_IFREG | S_IRUGO, dir,
-+  _proc_ops, f->show)) 
-+#else
-+ if (!proc_create_data(f->name, S_IFREG | S_IRUGO, dir,
-+  _proc_fops, f->show))
-+#endif
-+ {
- printk("Unable to initialize "
-"/proc/net/%s/%s/%s\n",
-MODULENAME, dev->name, f->name);
-@@ -27844,7 +27861,11 @@ static void rtl8168_reset_task(struct work_struct 
*work)
- }
- 
- static void
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
-+rtl8168_tx_timeout(struct net_device *dev, unsigned int txqueue)
-+#else
- rtl8168_tx_timeout(struct net_device *dev)
-+#endif
- {
- struct rtl8168_private *tp = netdev_priv(dev);
- unsigned long flags;

Copied: r8168/repos/community-testing-x86_64/0001-linux-5.6.patch (from rev 
611812, r8168/trunk/0001-linux-5.6.patch)
===
--- 0001-linux-5.6.patch(rev 0)
+++ 0001-linux-5.6.patch2020-04-05 05:52:11 UTC (rev 611821)
@@ -0,0 +1,71 @@
+diff --git a/src/r8168_n.c b/src/r8168_n.c
+index 0df6041..557823e 100755
+--- a/src/r8168_n.c
 b/src/r8168_n.c
+@@ -456,7 +456,11 @@ static void rtl8168_hw_config(struct net_device *dev);
+ static void rtl8168_hw_start(struct net_device *dev);
+ static int rtl8168_close(struct net_device *dev);
+ static void rtl8168_set_rx_mode(struct net_device *dev);
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0) 
++static void rtl8168_tx_timeout(struct net_device *dev, unsigned int new_mtu);
++#else
+ static void rtl8168_tx_timeout(struct net_device *dev);
++#endif
+ static struct net_device_stats *rtl8168_get_stats(struct net_device *dev);
+ static int rtl8168_rx_interrupt(struct net_device *, struct rtl8168_private 
*, napi_budget);
+ 

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:43
  Author: heftig
Revision: 611813

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 05:51:24 UTC (rev 611812)
+++ PKGBUILD2020-04-05 05:51:43 UTC (rev 611813)
@@ -1,50 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi
-pkgver=0.43
-pkgrel=192
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-makedepends=('linux-headers' 'git')
-_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
-source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
-  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
-
-  make HDAPS=1 KVER="$(
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=193
+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 (PKGBUILD PKGBUILD)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:51
  Author: heftig
Revision: 379544

archrelease: copy trunk to testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 05:51:19 UTC (rev 379543)
+++ PKGBUILD2020-04-05 05:51:51 UTC (rev 379544)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgname=nvidia
-pkgver=440.64
-pkgrel=11
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=('linux-headers' "nvidia-dkms=$pkgver")
-provides=('NVIDIA-MODULE')
-license=('custom')
-options=('!strip')
-
-build() {
-_kernver=$(
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=440.64
+pkgrel=12
+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/trunk (PKGBUILD)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:24
  Author: heftig
Revision: 611812

5.0.1-66: linux 5.6.2.arch1-2

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 05:51:22 UTC (rev 611811)
+++ PKGBUILD2020-04-05 05:51:24 UTC (rev 611812)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=65
+pkgrel=66
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:13
  Author: heftig
Revision: 611809

20200106-29: linux 5.6.2.arch1-2

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 05:51:12 UTC (rev 611808)
+++ PKGBUILD2020-04-05 05:51:13 UTC (rev 611809)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=28
+pkgrel=29
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:16
  Author: heftig
Revision: 611810

1.1.0-305: linux 5.6.2.arch1-2

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 05:51:13 UTC (rev 611809)
+++ PKGBUILD2020-04-05 05:51:16 UTC (rev 611810)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=304
+pkgrel=305
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:45
  Author: heftig
Revision: 611814

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 05:51:43 UTC (rev 611813)
+++ PKGBUILD2020-04-05 05:51:45 UTC (rev 611814)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=304
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-url='https://github.com/mkottman/acpi_call'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
-conflicts=('acpi_call-dkms')
-
-build() {
-  _kernver=$(
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=305
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:08
  Author: heftig
Revision: 611806

6.1.4-15: linux 5.6.2.arch1-2

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 05:51:07 UTC (rev 611805)
+++ PKGBUILD2020-04-05 05:51:08 UTC (rev 611806)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch')
 pkgver=6.1.4
-pkgrel=14
+pkgrel=15
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:10
  Author: heftig
Revision: 611807

0.8-306: linux 5.6.2.arch1-2

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 05:51:08 UTC (rev 611806)
+++ PKGBUILD2020-04-05 05:51:10 UTC (rev 611807)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=305
+pkgrel=306
 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 nvidia/trunk (PKGBUILD)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:19
  Author: heftig
Revision: 379543

440.64-12: linux 5.6.2.arch1-2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 05:38:40 UTC (rev 379542)
+++ PKGBUILD2020-04-05 05:51:19 UTC (rev 379543)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=440.64
-pkgrel=11
+pkgrel=12
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:22
  Author: heftig
Revision: 611811

1.62-45: linux 5.6.2.arch1-2

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 05:51:16 UTC (rev 611810)
+++ PKGBUILD2020-04-05 05:51:22 UTC (rev 611811)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=44
+pkgrel=45
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/;


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:12
  Author: heftig
Revision: 611808

8.048.00-26: linux 5.6.2.arch1-2

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 05:51:10 UTC (rev 611807)
+++ PKGBUILD2020-04-05 05:51:12 UTC (rev 611808)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.00
-pkgrel=25
+pkgrel=26
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:05
  Author: heftig
Revision: 611804

0.43-193: linux 5.6.2.arch1-2

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 03:18:43 UTC (rev 611803)
+++ PKGBUILD2020-04-05 05:51:05 UTC (rev 611804)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=192
+pkgrel=193
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:51:07
  Author: heftig
Revision: 611805

6.30.223.271-186: linux 5.6.2.arch1-2

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 05:51:05 UTC (rev 611804)
+++ PKGBUILD2020-04-05 05:51:07 UTC (rev 611805)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=185
+pkgrel=186
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:38:40
  Author: heftig
Revision: 379542

5.6.2.zen1-2: FS#66076 disable EFI_DISABLE_PCI_DMA

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

--+
 PKGBUILD |4 ++--
 config   |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 05:38:14 UTC (rev 379541)
+++ PKGBUILD2020-04-05 05:38:40 UTC (rev 379542)
@@ -2,7 +2,7 @@
 
 pkgbase=linux-zen
 pkgver=5.6.2.zen1
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://github.com/zen-kernel/zen-kernel/commits/$_srctag;
@@ -25,7 +25,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'16c7272d0062118dcfe89f4ce2f9b9e68a2a3a6fb13f326588fc1225582cc9e4')
+'e09c8bba54dbf62792a1842ee8ef5caf7d6b23949b89d9ee0d49d20f6117b34d')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2020-04-05 05:38:14 UTC (rev 379541)
+++ config  2020-04-05 05:38:40 UTC (rev 379542)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.6.0-zen1 Kernel Configuration
+# Linux/x86 5.6.2-zen1 Kernel Configuration
 #
 
 #
@@ -745,7 +745,7 @@
 CONFIG_APPLE_PROPERTIES=y
 # CONFIG_RESET_ATTACK_MITIGATION is not set
 CONFIG_EFI_RCI2_TABLE=y
-CONFIG_EFI_DISABLE_PCI_DMA=y
+# CONFIG_EFI_DISABLE_PCI_DMA is not set
 # end of EFI (Extensible Firmware Interface) Support
 
 CONFIG_UEFI_CPER=y


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 05:38:14
  Author: heftig
Revision: 379541

5.6.2.arch1-2: FS#66076 disable EFI_DISABLE_PCI_DMA

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

--+
 PKGBUILD |4 ++--
 config   |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 03:18:34 UTC (rev 379540)
+++ PKGBUILD2020-04-05 05:38:14 UTC (rev 379541)
@@ -2,7 +2,7 @@
 
 pkgbase=linux
 pkgver=5.6.2.arch1
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
 url="https://git.archlinux.org/linux.git/log/?h=$_srctag;
@@ -25,7 +25,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'cdcab2af044fc7a30065782066eb1e85b2e5a1842841e03ab9923394043d90ec')
+'5c809f7ca4f21ebd95368533b20c0ed78fe2e006762dff742e5fd0751521ad11')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2020-04-05 03:18:34 UTC (rev 379540)
+++ config  2020-04-05 05:38:14 UTC (rev 379541)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.6.0-arch2 Kernel Configuration
+# Linux/x86 5.6.2-arch1 Kernel Configuration
 #
 
 #
@@ -712,7 +712,7 @@
 CONFIG_APPLE_PROPERTIES=y
 # CONFIG_RESET_ATTACK_MITIGATION is not set
 CONFIG_EFI_RCI2_TABLE=y
-CONFIG_EFI_DISABLE_PCI_DMA=y
+# CONFIG_EFI_DISABLE_PCI_DMA is not set
 # end of EFI (Extensible Firmware Interface) Support
 
 CONFIG_UEFI_CPER=y


[arch-commits] Commit in vhba-module/repos/community-staging-x86_64 (6 files)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:17:20
  Author: heftig
Revision: 611787

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: 60-vhba.rules
===
--- 60-vhba.rules   2020-04-05 03:17:20 UTC (rev 611786)
+++ 60-vhba.rules   2020-04-05 03:17:20 UTC (rev 611787)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
611785, vhba-module/trunk/60-vhba.rules)
===
--- 60-vhba.rules   (rev 0)
+++ 60-vhba.rules   2020-04-05 03:17:20 UTC (rev 611787)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 03:17:20 UTC (rev 611786)
+++ PKGBUILD2020-04-05 03:17:20 UTC (rev 611787)
@@ -1,53 +0,0 @@
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20200106
-pkgrel=27
-pkgdesc="Kernel module that emulates SCSI devices"
-url="https://cdemu.sourceforge.io/;
-arch=(x86_64)
-license=(GPL)
-makedepends=('linux-headers')
-source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
-60-vhba.rules dkms.conf)
-sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
-'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KERNELRELEASE="$(
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=28
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:17:22
  Author: heftig
Revision: 611790

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/0001-linux-5.6.patch
(from rev 611785, r8168/trunk/0001-linux-5.6.patch)
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 611786, r8168/trunk/PKGBUILD)
Deleted:
  r8168/repos/community-staging-x86_64/0001-linux-5.6.patch
  r8168/repos/community-staging-x86_64/PKGBUILD

--+
 0001-linux-5.6.patch |  142 -
 PKGBUILD |   90 +++
 2 files changed, 116 insertions(+), 116 deletions(-)

Deleted: 0001-linux-5.6.patch
===
--- 0001-linux-5.6.patch2020-04-05 03:17:22 UTC (rev 611789)
+++ 0001-linux-5.6.patch2020-04-05 03:17:22 UTC (rev 611790)
@@ -1,71 +0,0 @@
-diff --git a/src/r8168_n.c b/src/r8168_n.c
-index 0df6041..557823e 100755
 a/src/r8168_n.c
-+++ b/src/r8168_n.c
-@@ -456,7 +456,11 @@ static void rtl8168_hw_config(struct net_device *dev);
- static void rtl8168_hw_start(struct net_device *dev);
- static int rtl8168_close(struct net_device *dev);
- static void rtl8168_set_rx_mode(struct net_device *dev);
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0) 
-+static void rtl8168_tx_timeout(struct net_device *dev, unsigned int new_mtu);
-+#else
- static void rtl8168_tx_timeout(struct net_device *dev);
-+#endif
- static struct net_device_stats *rtl8168_get_stats(struct net_device *dev);
- static int rtl8168_rx_interrupt(struct net_device *, struct rtl8168_private 
*, napi_budget);
- static int rtl8168_change_mtu(struct net_device *dev, int new_mtu);
-@@ -1615,7 +1619,14 @@ static int rtl8168_proc_open(struct inode *inode, 
struct file *file)
- 
- return single_open(file, show, dev);
- }
--
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
-+static const struct proc_ops rtl8168_proc_ops = {
-+.proc_open   = rtl8168_proc_open,
-+.proc_read   = seq_read,
-+.proc_lseek  = seq_lseek,
-+.proc_release= single_release,
-+};
-+#else
- static const struct file_operations rtl8168_proc_fops = {
- .open   = rtl8168_proc_open,
- .read   = seq_read,
-@@ -1623,6 +1634,7 @@ static const struct file_operations rtl8168_proc_fops = {
- .release= single_release,
- };
- #endif
-+#endif
- 
- /*
-  * Table of proc files we need to create.
-@@ -1665,9 +1677,15 @@ static void rtl8168_proc_init(struct net_device *dev)
- tp->proc_dir = dir;
- proc_init_num++;
- 
--for (f = rtl8168_proc_files; f->name[0]; f++) {
--if (!proc_create_data(f->name, S_IFREG | S_IRUGO, dir,
--  _proc_fops, f->show)) {
-+ for (f = rtl8168_proc_files; f->name[0]; f++) {
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
-+ if (!proc_create_data(f->name, S_IFREG | S_IRUGO, dir,
-+  _proc_ops, f->show)) 
-+#else
-+ if (!proc_create_data(f->name, S_IFREG | S_IRUGO, dir,
-+  _proc_fops, f->show))
-+#endif
-+ {
- printk("Unable to initialize "
-"/proc/net/%s/%s/%s\n",
-MODULENAME, dev->name, f->name);
-@@ -27844,7 +27861,11 @@ static void rtl8168_reset_task(struct work_struct 
*work)
- }
- 
- static void
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
-+rtl8168_tx_timeout(struct net_device *dev, unsigned int txqueue)
-+#else
- rtl8168_tx_timeout(struct net_device *dev)
-+#endif
- {
- struct rtl8168_private *tp = netdev_priv(dev);
- unsigned long flags;

Copied: r8168/repos/community-staging-x86_64/0001-linux-5.6.patch (from rev 
611785, r8168/trunk/0001-linux-5.6.patch)
===
--- 0001-linux-5.6.patch(rev 0)
+++ 0001-linux-5.6.patch2020-04-05 03:17:22 UTC (rev 611790)
@@ -0,0 +1,71 @@
+diff --git a/src/r8168_n.c b/src/r8168_n.c
+index 0df6041..557823e 100755
+--- a/src/r8168_n.c
 b/src/r8168_n.c
+@@ -456,7 +456,11 @@ static void rtl8168_hw_config(struct net_device *dev);
+ static void rtl8168_hw_start(struct net_device *dev);
+ static int rtl8168_close(struct net_device *dev);
+ static void rtl8168_set_rx_mode(struct net_device *dev);
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0) 
++static void rtl8168_tx_timeout(struct net_device *dev, unsigned int new_mtu);
++#else
+ static void rtl8168_tx_timeout(struct net_device *dev);
++#endif
+ static struct net_device_stats *rtl8168_get_stats(struct net_device *dev);
+ static int rtl8168_rx_interrupt(struct net_device *, struct rtl8168_private 
*, napi_budget);
+ 

[arch-commits] Commit in virtualbox-modules-arch/repos/community-staging-x86_64 (2 files)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:17:21
  Author: heftig
Revision: 611788

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 611785, virtualbox-modules-arch/trunk/PKGBUILD)
Deleted:
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 03:17:20 UTC (rev 611787)
+++ PKGBUILD2020-04-05 03:17:21 UTC (rev 611788)
@@ -1,38 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch')
-pkgver=6.1.4
-pkgrel=13
-arch=('x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-headers'
- "virtualbox-host-dkms=$pkgver")
-
-build() {
-_kernver=$(
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch')
+pkgver=6.1.4
+pkgrel=14
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms=$pkgver")
+
+build() {
+_kernver=$(

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:17:29
  Author: heftig
Revision: 379536

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  386 -
 config   |21586 ++---
 2 files changed, 10986 insertions(+), 10986 deletions(-)

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


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:17:24
  Author: heftig
Revision: 611794

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 03:17:23 UTC (rev 611793)
+++ PKGBUILD2020-04-05 03:17:24 UTC (rev 611794)
@@ -1,41 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_module=broadcom-wl
-_kernelname=  # Build against stock -ARCH kernel
-#_kernelname=-custom  # Build against kernel with a different name
-pkgname=${_module}${_kernelname}
-pkgver=6.30.223.271
-pkgrel=184
-pkgdesc='Broadcom 802.11 Linux STA wireless driver'
-arch=('x86_64')
-url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
-license=('custom')
-makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
-
-build() {
-_kernver=$(
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=185
+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 acpi_call/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:17:22
  Author: heftig
Revision: 611789

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 03:17:21 UTC (rev 611788)
+++ PKGBUILD2020-04-05 03:17:22 UTC (rev 611789)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=303
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-url='https://github.com/mkottman/acpi_call'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
-conflicts=('acpi_call-dkms')
-
-build() {
-  _kernver=$(
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=304
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:17:30
  Author: heftig
Revision: 379537

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  388 -
 config   |21524 ++---
 2 files changed, 10956 insertions(+), 10956 deletions(-)

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


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:17:24
  Author: heftig
Revision: 379535

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 379534, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 379534, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-05 03:17:24 UTC (rev 379535)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=440.64
+pkgrel=11
+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 tp_smapi/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:17:23
  Author: heftig
Revision: 611792

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 03:17:23 UTC (rev 611791)
+++ PKGBUILD2020-04-05 03:17:23 UTC (rev 611792)
@@ -1,50 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi
-pkgver=0.43
-pkgrel=191
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-makedepends=('linux-headers' 'git')
-_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
-source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
-  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
-
-  make HDAPS=1 KVER="$(
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=192
+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 ndiswrapper-arch/repos/community-staging-x86_64 (10 files)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:17:23
  Author: heftig
Revision: 611793

archrelease: copy trunk to community-staging-x86_64

Added:
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 611785, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.3.patch
(from rev 611786, ndiswrapper-arch/trunk/kernel-5.3.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.4.patch
(from rev 611787, ndiswrapper-arch/trunk/kernel-5.4.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.5.patch
(from rev 611787, ndiswrapper-arch/trunk/kernel-5.5.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.6.patch
(from rev 611788, ndiswrapper-arch/trunk/kernel-5.6.patch)
Deleted:
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.3.patch
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.4.patch
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.5.patch
  ndiswrapper-arch/repos/community-staging-x86_64/kernel-5.6.patch

--+
 PKGBUILD |   88 +--
 kernel-5.3.patch |  138 +--
 kernel-5.4.patch |   44 ++---
 kernel-5.5.patch |  144 ++--
 kernel-5.6.patch |  170 ++---
 5 files changed, 292 insertions(+), 292 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 03:17:23 UTC (rev 611792)
+++ PKGBUILD2020-04-05 03:17:23 UTC (rev 611793)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: maz-1 
-
-pkgname=ndiswrapper-arch
-pkgver=1.62
-pkgrel=43
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
-arch=('x86_64')
-url="https://sourceforge.net/projects/ndiswrapper/;
-license=('GPL')
-makedepends=('linux-headers')
-provides=('NDISWRAPPER-MODULE')
-replaces=('ndiswrapper-module')
-source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
-'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch' 
'kernel-5.6.patch')
-sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
-
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
-
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
-
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89'
-
'f37efd16a32c4a36607d43ccda0979a914521157e2095db4c331315638f24d440d8628ea7e98c96f92155e1df133478f0ce9eb76152e963eca4a3fecafbca155')
-
-prepare() {
-  cd ndiswrapper-$pkgver
-  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.6.patch
-}
-
-build() {
-  _kernver="$(
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.62
+pkgrel=44
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
+'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch' 
'kernel-5.6.patch')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
+
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
+
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89'
+
'f37efd16a32c4a36607d43ccda0979a914521157e2095db4c331315638f24d440d8628ea7e98c96f92155e1df133478f0ce9eb76152e963eca4a3fecafbca155')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.6.patch
+}
+
+build() {
+  _kernver="$(task = NULL;
-   

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:17:23
  Author: heftig
Revision: 611791

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/0001-proc_ops-struct.patch
(from rev 611785, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 611786, bbswitch/trunk/PKGBUILD)
Deleted:
  bbswitch/repos/community-staging-x86_64/0001-proc_ops-struct.patch
  bbswitch/repos/community-staging-x86_64/PKGBUILD

+
 0001-proc_ops-struct.patch |   72 +-
 PKGBUILD   |   90 +--
 2 files changed, 81 insertions(+), 81 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 03:17:22 UTC (rev 611790)
+++ PKGBUILD2020-04-05 03:17:23 UTC (rev 611791)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgbase=bbswitch
-pkgname=(bbswitch bbswitch-dkms)
-pkgver=0.8
-pkgrel=304
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('x86_64')
-url="http://github.com/Bumblebee-Project/bbswitch;
-license=('GPL')
-makedepends=('linux-headers')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;
-"0001-proc_ops-struct.patch")
-sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
-
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1')
-
-prepare() {
-cd ${pkgbase}-${pkgver}
-patch -Np1 < $srcdir/0001-proc_ops-struct.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make KDIR=/usr/src/linux
-}
-
-package_bbswitch() {
-  depends=('linux')
-
-  cd ${pkgbase}-${pkgver}
-  _extradir="/usr/lib/modules/$(
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=305
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers')

[arch-commits] Commit in deepin-anything-arch/repos/community-staging-x86_64 (4 files)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:17:20
  Author: heftig
Revision: 611786

archrelease: copy trunk to community-staging-x86_64

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

--+
 0001-linux-5.6.patch |   80 -
 PKGBUILD |   70 +-
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: 0001-linux-5.6.patch
===
--- 0001-linux-5.6.patch2020-04-05 03:16:50 UTC (rev 611785)
+++ 0001-linux-5.6.patch2020-04-05 03:17:20 UTC (rev 611786)
@@ -1,40 +0,0 @@
-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-staging-x86_64/0001-linux-5.6.patch (from 
rev 611785, deepin-anything-arch/trunk/0001-linux-5.6.patch)
===
--- 0001-linux-5.6.patch(rev 0)
+++ 0001-linux-5.6.patch2020-04-05 03:17:20 UTC (rev 611786)
@@ -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)
+ {

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 03:16:50 UTC (rev 611785)
+++ PKGBUILD2020-04-05 03:17:20 UTC (rev 611786)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-anything-arch
-pkgver=5.0.1
-pkgrel=64
-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')

[arch-commits] Commit in bbswitch/repos (staging-x86_64)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:16:50
  Author: heftig
Revision: 611785

remove bad release

Deleted:
  bbswitch/repos/staging-x86_64/


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:14:56
  Author: heftig
Revision: 611782

1.1.0-304: linux 5.6.2.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 03:14:55 UTC (rev 611781)
+++ PKGBUILD2020-04-05 03:14:56 UTC (rev 611782)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=303
+pkgrel=304
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:14:48
  Author: heftig
Revision: 611776

0.43-192: linux 5.6.2.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 02:31:04 UTC (rev 611775)
+++ PKGBUILD2020-04-05 03:14:48 UTC (rev 611776)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=191
+pkgrel=192
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:14:50
  Author: heftig
Revision: 611777

6.30.223.271-185: linux 5.6.2.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 03:14:48 UTC (rev 611776)
+++ PKGBUILD2020-04-05 03:14:50 UTC (rev 611777)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=184
+pkgrel=185
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:14:55
  Author: heftig
Revision: 611781

20200106-28: linux 5.6.2.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 03:14:53 UTC (rev 611780)
+++ PKGBUILD2020-04-05 03:14:55 UTC (rev 611781)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=27
+pkgrel=28
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:14:51
  Author: heftig
Revision: 611778

6.1.4-14: linux 5.6.2.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 03:14:50 UTC (rev 611777)
+++ PKGBUILD2020-04-05 03:14:51 UTC (rev 611778)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch')
 pkgver=6.1.4
-pkgrel=13
+pkgrel=14
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:14:52
  Author: heftig
Revision: 611779

0.8-305: linux 5.6.2.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 03:14:51 UTC (rev 611778)
+++ PKGBUILD2020-04-05 03:14:52 UTC (rev 611779)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=304
+pkgrel=305
 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 nvidia/trunk (PKGBUILD)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:14:58
  Author: heftig
Revision: 379534

440.64-11: linux 5.6.2.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 03:04:00 UTC (rev 379533)
+++ PKGBUILD2020-04-05 03:14:58 UTC (rev 379534)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=440.64
-pkgrel=10
+pkgrel=11
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:14:59
  Author: heftig
Revision: 611783

1.62-44: linux 5.6.2.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 03:14:56 UTC (rev 611782)
+++ PKGBUILD2020-04-05 03:14:59 UTC (rev 611783)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=43
+pkgrel=44
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/;


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:14:53
  Author: heftig
Revision: 611780

8.048.00-25: linux 5.6.2.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 03:14:52 UTC (rev 611779)
+++ PKGBUILD2020-04-05 03:14:53 UTC (rev 611780)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.00
-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 deepin-anything-arch/trunk (PKGBUILD)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:15:01
  Author: heftig
Revision: 611784

5.0.1-65: linux 5.6.2.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 03:14:59 UTC (rev 611783)
+++ PKGBUILD2020-04-05 03:15:01 UTC (rev 611784)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=64
+pkgrel=65
 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 linux/trunk (PKGBUILD)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:03:58
  Author: heftig
Revision: 379532

5.6.2.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 02:38:46 UTC (rev 379531)
+++ PKGBUILD2020-04-05 03:03:58 UTC (rev 379532)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.6.arch1
+pkgver=5.6.2.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 03:04:00
  Author: heftig
Revision: 379533

5.6.2.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 03:03:58 UTC (rev 379532)
+++ PKGBUILD2020-04-05 03:04:00 UTC (rev 379533)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.6.zen2
+pkgver=5.6.2.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 02:38:46
  Author: heftig
Revision: 379531

archrelease: copy trunk to testing-x86_64

Added:
  rtkit/repos/testing-x86_64/
  rtkit/repos/testing-x86_64/PKGBUILD
(from rev 379530, rtkit/trunk/PKGBUILD)

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

Copied: rtkit/repos/testing-x86_64/PKGBUILD (from rev 379530, 
rtkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-05 02:38:46 UTC (rev 379531)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Corrado Primier 
+
+pkgname=rtkit
+pkgver=0.13
+pkgrel=1
+pkgdesc="Realtime Policy and Watchdog Daemon"
+arch=(x86_64)
+url="https://github.com/heftig/rtkit;
+license=(GPL3 'custom:BSD')
+depends=(dbus polkit systemd)
+makedepends=(git meson vim)
+_commit=b9169402fe5e82d20efb754509eb0b191f214599  # tags/v0.13^0
+source=("git+https://github.com/heftig/rtkit?signed#commit=$_commit;)
+sha256sums=('SKIP')
+validpgpkeys=('8218F88849AAC522E94CF470A5E9288C4FA415FA')  # Jan Alexander 
Steffens (heftig)
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D installed_tests=false
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  echo 'u rtkit 133 "RealtimeKit" /proc' |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/LICENSE
+  sed -ne '4,25p' $pkgname/rtkit.c |
+install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 02:38:24
  Author: heftig
Revision: 379530

0.13-1

Modified:
  rtkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 02:19:14 UTC (rev 379529)
+++ PKGBUILD2020-04-05 02:38:24 UTC (rev 379530)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=rtkit
-pkgver=0.12
+pkgver=0.13
 pkgrel=1
 pkgdesc="Realtime Policy and Watchdog Daemon"
 arch=(x86_64)
@@ -9,10 +9,11 @@
 url="https://github.com/heftig/rtkit;
 license=(GPL3 'custom:BSD')
 depends=(dbus polkit systemd)
-makedepends=(git)
-_commit=4c7e5ca63b1278b41c31b63a4ca5cce331d9db2e  # tags/v0.12^0
-source=("git+https://github.com/heftig/rtkit#commit=$_commit;)
+makedepends=(git meson vim)
+_commit=b9169402fe5e82d20efb754509eb0b191f214599  # tags/v0.13^0
+source=("git+https://github.com/heftig/rtkit?signed#commit=$_commit;)
 sha256sums=('SKIP')
+validpgpkeys=('8218F88849AAC522E94CF470A5E9288C4FA415FA')  # Jan Alexander 
Steffens (heftig)
 
 pkgver() {
   cd $pkgname
@@ -21,28 +22,23 @@
 
 prepare() {
   cd $pkgname
-  ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
+  arch-meson $pkgname build -D installed_tests=false
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir/usr/lib/installed-tests"
+  DESTDIR="$pkgdir" meson install -C build
 
   echo 'u rtkit 133 "RealtimeKit" /proc' |
 install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
 
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
-  sed -ne '4,25p' rtkit.c >"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/LICENSE
+  sed -ne '4,25p' $pkgname/rtkit.c |
+install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }


[arch-commits] Commit in python-aiobotocore/repos/community-any (3 files)

2020-04-04 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 5, 2020 @ 02:30:37
  Author: yan12125
Revision: 611774

archrelease: copy trunk to community-any

Added:
  python-aiobotocore/repos/community-any/PKGBUILD
(from rev 611773, python-aiobotocore/trunk/PKGBUILD)
  python-aiobotocore/repos/community-any/unittest-mock.diff
(from rev 611773, python-aiobotocore/trunk/unittest-mock.diff)
Deleted:
  python-aiobotocore/repos/community-any/PKGBUILD

+
 PKGBUILD   |   81 ++-
 unittest-mock.diff |   37 +++
 2 files changed, 79 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 02:30:25 UTC (rev 611773)
+++ PKGBUILD2020-04-05 02:30:37 UTC (rev 611774)
@@ -1,39 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aiobotocore
-_pkgname=aiobotocore
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='asyncio support for botocore library using aiohttp'
-arch=(any)
-url='https://github.com/aio-libs/aiobotocore'
-license=(Apache)
-depends=(python python-aiohttp python-botocore python-wrapt 
python-aioitertools)
-checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
-source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('fa73d5f1306d30c827c7b229648c3a4c6797ee71d4a97de4f7a579b144d82338')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Disable dependency pinning
-  # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
-  sed --in-place=.orig -r "s#'(botocore.*),<.*',#'\1',#" setup.py
-  diff -u setup.py{.orig,} || true
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  PYTHONPATH="$PWD/build/lib:$PWD" pytest -v -m moto tests 
--ignore=tests/test_patches.py
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aiobotocore/repos/community-any/PKGBUILD (from rev 611773, 
python-aiobotocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 02:30:37 UTC (rev 611774)
@@ -0,0 +1,42 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aiobotocore
+_pkgname=aiobotocore
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='asyncio support for botocore library using aiohttp'
+arch=(any)
+url='https://github.com/aio-libs/aiobotocore'
+license=(Apache)
+depends=(python python-aiohttp python-botocore python-wrapt 
python-aioitertools)
+checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
+source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+unittest-mock.diff)
+sha256sums=('55b3afca3da9e3bee4a902d7af1a1e9dadb16fb79b46b5ee6a896654509d3bee'
+'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../unittest-mock.diff
+
+  # Disable dependency pinning
+  # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
+  sed --in-place=.orig -r "s#'(botocore.*),<.*',#'\1',#" setup.py
+  diff -u setup.py{.orig,} || true
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH="$PWD/build/lib:$PWD" pytest -v -m moto tests 
--ignore=tests/test_patches.py
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Copied: python-aiobotocore/repos/community-any/unittest-mock.diff (from rev 
611773, python-aiobotocore/trunk/unittest-mock.diff)
===
--- unittest-mock.diff  (rev 0)
+++ unittest-mock.diff  2020-04-05 02:30:37 UTC (rev 611774)
@@ -0,0 +1,37 @@
+diff --git a/tests/botocore/test_credentials.py 
b/tests/botocore/test_credentials.py
+index ecbe17e..1b2172e 100644
+--- a/tests/botocore/test_credentials.py
 b/tests/botocore/test_credentials.py
+@@ -8,7 +8,7 @@ import datetime
+ import json
+ import subprocess
+ 
+-import mock
++from unittest import mock
+ from typing import Optional
+ 
+ import pytest
+diff --git a/tests/botocore/test_signers.py b/tests/botocore/test_signers.py
+index 0e4035e..7529760 100644
+--- a/tests/botocore/test_signers.py
 b/tests/botocore/test_signers.py
+@@ -1,5 +1,5 @@
+ import pytest
+-import mock
++from unittest import mock
+ 
+ import aiobotocore
+ import aiobotocore.credentials
+diff --git a/tests/botocore/test_utils.py b/tests/botocore/test_utils.py
+index 3d17b87..4089cf1 100644
+--- a/tests/botocore/test_utils.py
 b/tests/botocore/test_utils.py
+@@ -1,7 +1,7 @@
+ import asyncio
+ import pytest
+ import json
+-import mock
++from unittest import mock
+ import itertools
+ from typing import Union, List, Tuple
+ 


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

2020-04-04 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 5, 2020 @ 02:30:25
  Author: yan12125
Revision: 611773

upgpkg: python-pg8000 1.15.1-1

Modified:
  python-pg8000/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 02:30:13 UTC (rev 611772)
+++ PKGBUILD2020-04-05 02:30:25 UTC (rev 611773)
@@ -2,7 +2,7 @@
 # Contributor: quomoow 
 
 pkgname=python-pg8000
-pkgver=1.14.1
+pkgver=1.15.1
 pkgrel=1
 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
 arch=(any)
@@ -11,7 +11,7 @@
 makedepends=(python-setuptools)
 depends=(python python-scramp)
 
source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz;)
-sha256sums=('7e87f5ec51eab2bb1f2a75a687b681152d60ec26828c93c244f00d5d085da64a')
+sha256sums=('01033498ffb27e780f6fb9ec877655ad97ceb26a50efdd77ca3b39ab2271f37c')
 
 build() {
   cd pg8000-$pkgver


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

2020-04-04 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 5, 2020 @ 02:31:04
  Author: yan12125
Revision: 611775

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 02:30:37 UTC (rev 611774)
+++ PKGBUILD2020-04-05 02:31:04 UTC (rev 611775)
@@ -1,25 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: quomoow 
-
-pkgname=python-pg8000
-pkgver=1.14.1
-pkgrel=1
-pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
-arch=(any)
-url='https://github.com/tlocke/pg8000'
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python python-scramp)
-source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz;)
-sha256sums=('7e87f5ec51eab2bb1f2a75a687b681152d60ec26828c93c244f00d5d085da64a')
-
-build() {
-  cd pg8000-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pg8000-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pg8000/repos/community-any/PKGBUILD (from rev 611774, 
python-pg8000/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 02:31:04 UTC (rev 611775)
@@ -0,0 +1,25 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: quomoow 
+
+pkgname=python-pg8000
+pkgver=1.15.1
+pkgrel=1
+pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
+arch=(any)
+url='https://github.com/tlocke/pg8000'
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python python-scramp)
+source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz;)
+sha256sums=('01033498ffb27e780f6fb9ec877655ad97ceb26a50efdd77ca3b39ab2271f37c')
+
+build() {
+  cd pg8000-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pg8000-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in python-aiobotocore/trunk (PKGBUILD unittest-mock.diff)

2020-04-04 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, April 5, 2020 @ 02:30:13
  Author: yan12125
Revision: 611772

upgpkg: python-aiobotocore 1.0.1-1

Added:
  python-aiobotocore/trunk/unittest-mock.diff
Modified:
  python-aiobotocore/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 unittest-mock.diff |   37 +
 2 files changed, 43 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 02:15:41 UTC (rev 611771)
+++ PKGBUILD2020-04-05 02:30:13 UTC (rev 611772)
@@ -2,7 +2,7 @@
 
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
-pkgver=0.12.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
@@ -10,11 +10,14 @@
 license=(Apache)
 depends=(python python-aiohttp python-botocore python-wrapt 
python-aioitertools)
 checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
-source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('fa73d5f1306d30c827c7b229648c3a4c6797ee71d4a97de4f7a579b144d82338')
+source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+unittest-mock.diff)
+sha256sums=('55b3afca3da9e3bee4a902d7af1a1e9dadb16fb79b46b5ee6a896654509d3bee'
+'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
 
 prepare() {
   cd $_pkgname-$pkgver
+  patch -Np1 -i ../unittest-mock.diff
 
   # Disable dependency pinning
   # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670

Added: unittest-mock.diff
===
--- unittest-mock.diff  (rev 0)
+++ unittest-mock.diff  2020-04-05 02:30:13 UTC (rev 611772)
@@ -0,0 +1,37 @@
+diff --git a/tests/botocore/test_credentials.py 
b/tests/botocore/test_credentials.py
+index ecbe17e..1b2172e 100644
+--- a/tests/botocore/test_credentials.py
 b/tests/botocore/test_credentials.py
+@@ -8,7 +8,7 @@ import datetime
+ import json
+ import subprocess
+ 
+-import mock
++from unittest import mock
+ from typing import Optional
+ 
+ import pytest
+diff --git a/tests/botocore/test_signers.py b/tests/botocore/test_signers.py
+index 0e4035e..7529760 100644
+--- a/tests/botocore/test_signers.py
 b/tests/botocore/test_signers.py
+@@ -1,5 +1,5 @@
+ import pytest
+-import mock
++from unittest import mock
+ 
+ import aiobotocore
+ import aiobotocore.credentials
+diff --git a/tests/botocore/test_utils.py b/tests/botocore/test_utils.py
+index 3d17b87..4089cf1 100644
+--- a/tests/botocore/test_utils.py
 b/tests/botocore/test_utils.py
+@@ -1,7 +1,7 @@
+ import asyncio
+ import pytest
+ import json
+-import mock
++from unittest import mock
+ import itertools
+ from typing import Union, List, Tuple
+ 


[arch-commits] Commit in nvidia-utils/repos/extra-x86_64 (9 files)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 02:19:14
  Author: heftig
Revision: 379529

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 379526, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/kernel-5.6.patch
(from rev 379527, nvidia-utils/trunk/kernel-5.6.patch)
  nvidia-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 379528, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 379528, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.sysusers
(from rev 379528, nvidia-utils/trunk/nvidia-utils.sysusers)
Deleted:
  nvidia-utils/repos/extra-x86_64/PKGBUILD
  nvidia-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
  nvidia-utils/repos/extra-x86_64/nvidia-utils.sysusers

-+
 PKGBUILD|  397 ++---
 kernel-5.6.patch|  503 ++
 nvidia-drm-outputclass.conf |   16 -
 nvidia-utils.install|   14 -
 nvidia-utils.sysusers   |2 
 5 files changed, 736 insertions(+), 196 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 02:19:11 UTC (rev 379528)
+++ PKGBUILD2020-04-05 02:19:14 UTC (rev 379529)
@@ -1,180 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=440.64
-pkgrel=2
-arch=('x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=('nvidia-drm-outputclass.conf'
-'nvidia-utils.sysusers'
-
"https://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
-
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
-
'26156974d9a18456ada329f19e93c2f2abb1c5b12fec47df870a0e5b7788204cf0a745ebfefad6ab50d8f659127722905d5156462d4ce794cc52d796b762bf43')
-
-
-create_links() {
-# create soname links
-find "$pkgdir" -type f -name '*.so*' ! -path '*xorg/*' -print0 | while 
read -d $'\0' _lib; do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-provides=('opencl-driver')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia-utils "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities"
-depends=('xorg-server' 'libglvnd' 'egl-wayland')
-optdepends=('nvidia-settings: configuration tool'
-'xorg-server-devel: nvidia-xconfig'
-'opencl-nvidia: OpenCL support')
-conflicts=('nvidia-libgl')
-provides=('vulkan-driver' 'opengl-driver' 'nvidia-libgl')
-replaces=('nvidia-libgl')
-install="${pkgname}.install"
-
-cd "${_pkg}"
-
-# X driver
-install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
-
-# GLX extension module for X
-install -D -m755 "libglxserver_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglxserver_nvidia.so.${pkgver}"
-# Ensure that X finds glx
-ln -s "libglxserver_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglxserver_nvidia.so.1"
-ln -s "libglxserver_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglxserver_nvidia.so"
-
-install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLX_nvidia.so.${pkgver}"
-
-# OpenGL libraries
-install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libEGL_nvidia.so.${pkgver}"
-install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv1_CM_nvidia.so.${pkgver}"
-install -D -m755 

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 02:19:11
  Author: heftig
Revision: 379528

archrelease: copy trunk to extra-x86_64

Added:
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 379526, nvidia/trunk/PKGBUILD)
Deleted:
  nvidia/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 02:19:10 UTC (rev 379527)
+++ PKGBUILD2020-04-05 02:19:11 UTC (rev 379528)
@@ -1,77 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=440.64
-pkgrel=9
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-headers')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('26156974d9a18456ada329f19e93c2f2abb1c5b12fec47df870a0e5b7788204cf0a745ebfefad6ab50d8f659127722905d5156462d4ce794cc52d796b762bf43')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[3]="nvidia-drm"\
-DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
-
-# Gift for linux-rt guys
-sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
-}
-
-build() {
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/src/linux module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
-
-_extradir="/usr/lib/modules/$(
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=440.64
+pkgrel=10
+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 nvidia-lts/trunk (PKGBUILD)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 02:18:28
  Author: heftig
Revision: 379526

440.64-10: build from nvidia-dkms

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 02:18:26 UTC (rev 379525)
+++ PKGBUILD2020-04-05 02:18:28 UTC (rev 379526)
@@ -3,40 +3,36 @@
 
 pkgname=nvidia-lts
 pkgver=440.64
-pkgrel=9
+pkgrel=10
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
 url="https://www.nvidia.com/;
-makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
-provides=('nvidia')
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
 license=('custom')
 options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('26156974d9a18456ada329f19e93c2f2abb1c5b12fec47df870a0e5b7788204cf0a745ebfefad6ab50d8f659127722905d5156462d4ce794cc52d796b762bf43')
 
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-}
+build() {
+_kernver=$(

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 02:19:10
  Author: heftig
Revision: 379527

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-lts/repos/extra-x86_64/PKGBUILD
(from rev 379526, nvidia-lts/trunk/PKGBUILD)
Deleted:
  nvidia-lts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 02:18:28 UTC (rev 379526)
+++ PKGBUILD2020-04-05 02:19:10 UTC (rev 379527)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=440.64
-pkgrel=9
-epoch=1
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
-provides=('nvidia')
-license=('custom')
-options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('26156974d9a18456ada329f19e93c2f2abb1c5b12fec47df870a0e5b7788204cf0a745ebfefad6ab50d8f659127722905d5156462d4ce794cc52d796b762bf43')
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-}
-
-build() {
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/src/linux-lts module
-}
-
-package() {
-depends=('linux-lts' "nvidia-utils=${pkgver}" 'libglvnd')
-
-_extradir="/usr/lib/modules/$(
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=440.64
+pkgrel=10
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 02:18:26
  Author: heftig
Revision: 379525

440.64-10: build from nvidia-dkms

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 02:18:23 UTC (rev 379524)
+++ PKGBUILD2020-04-05 02:18:26 UTC (rev 379525)
@@ -2,76 +2,37 @@
 # Maintainer: Felix Yan 
 # Contributor: Thomas Baechler 
 
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
+pkgname=nvidia
 pkgver=440.64
-pkgrel=9
+pkgrel=10
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;
-makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-headers')
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
 license=('custom')
 options=('!strip')
-_pkg="NVIDIA-Linux-x86_64-${pkgver}"
-source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('26156974d9a18456ada329f19e93c2f2abb1c5b12fec47df870a0e5b7788204cf0a745ebfefad6ab50d8f659127722905d5156462d4ce794cc52d796b762bf43')
 
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
+build() {
+_kernver=$(

[arch-commits] Commit in nvidia-utils/trunk (PKGBUILD kernel-5.6.patch)

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 02:18:23
  Author: heftig
Revision: 379524

440.64-10: Move nvidia-dkms from nvidia to nvidia-utils and add patch for 5.6

Added:
  nvidia-utils/trunk/kernel-5.6.patch
Modified:
  nvidia-utils/trunk/PKGBUILD

--+
 PKGBUILD |   41 
 kernel-5.6.patch |  503 +
 2 files changed, 542 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 02:04:42 UTC (rev 379523)
+++ PKGBUILD2020-04-05 02:18:23 UTC (rev 379524)
@@ -3,9 +3,9 @@
 # Contributor: James Rayner 
 
 pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'opencl-nvidia')
+pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
 pkgver=440.64
-pkgrel=2
+pkgrel=10
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -13,9 +13,11 @@
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 source=('nvidia-drm-outputclass.conf'
 'nvidia-utils.sysusers'
+'kernel-5.6.patch'
 
"https://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
 
sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
+
'a622f4d784103d58f30c584976060ba499f794a0852c469da202314842495bdfbbcae8a510b534eec4477590a1181cae1b98d239a54a60ef2bd752b6ca8ebd1b'
 
'26156974d9a18456ada329f19e93c2f2abb1c5b12fec47df870a0e5b7788204cf0a745ebfefad6ab50d8f659127722905d5156462d4ce794cc52d796b762bf43')
 
 
@@ -33,6 +35,25 @@
 sh "${_pkg}.run" --extract-only
 cd "${_pkg}"
 bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+# https://gitlab.com/snippets/1945940 (Thanks to https://gitlab.com/EULA)
+patch -Np1 -i ../kernel-5.6.patch
+
+cd kernel
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
 }
 
 package_opencl-nvidia() {
@@ -53,6 +74,22 @@
 ln -s nvidia-utils "${pkgdir}/usr/share/licenses/opencl-nvidia"
 }
 
+package_nvidia-dkms() {
+pkgdesc="NVIDIA drivers - module sources"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+provides=('NVIDIA-MODULE')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
 package_nvidia-utils() {
 pkgdesc="NVIDIA drivers utilities"
 depends=('xorg-server' 'libglvnd' 'egl-wayland')

Added: kernel-5.6.patch
===
--- kernel-5.6.patch(rev 0)
+++ kernel-5.6.patch2020-04-05 02:18:23 UTC (rev 379524)
@@ -0,0 +1,503 @@
+diff --git a/kernel/common/inc/nv-procfs.h b/kernel/common/inc/nv-procfs.h
+index 8b53f86..4c5aceb 100644
+--- a/kernel/common/inc/nv-procfs.h
 b/kernel/common/inc/nv-procfs.h
+@@ -28,6 +28,18 @@
+ 
+ #define IS_EXERCISE_ERROR_FORWARDING_ENABLED() (EXERCISE_ERROR_FORWARDING)
+ 
++#if defined(NV_HAVE_PROC_OPS)
++#define NV_CREATE_PROC_FILE(filename,parent,__name,__data)   \
++   ({\
++struct proc_dir_entry *__entry;  \
++int mode = (S_IFREG | S_IRUGO);  \
++const struct proc_ops *fops = _procfs_##__name##_fops;\
++if (fops->proc_write != 0)   \
++mode |= S_IWUSR; \
++__entry = proc_create_data(filename, mode, parent, fops, __data);\
++__entry; \
++})
++#else
+ #define NV_CREATE_PROC_FILE(filename,parent,__name,__data)   \
+({\
+ struct proc_dir_entry *__entry;  \
+@@ -38,6 +50,7 @@
+ __entry = proc_create_data(filename, mode, parent, fops, __data);\
+ __entry;   

[arch-commits] Commit in murmur/trunk (2 files)

2020-04-04 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 5, 2020 @ 02:15:28
  Author: svenstaro
Revision: 611770

upgpkg: murmur 1.3.0-7

Added:
  murmur/trunk/a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch
Modified:
  murmur/trunk/PKGBUILD

+
 PKGBUILD   |7 +++
 a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch |   42 +++
 2 files changed, 48 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 02:10:08 UTC (rev 611769)
+++ PKGBUILD2020-04-05 02:15:28 UTC (rev 611770)
@@ -6,7 +6,7 @@
 _name=mumble
 pkgname=murmur
 pkgver=1.3.0
-pkgrel=6
+pkgrel=7
 pkgdesc="The voice chat application server for Mumble"
 arch=('x86_64')
 url="https://wiki.mumble.info/wiki/Main_Page;
@@ -17,6 +17,7 @@
 backup=("etc/murmur.ini")
 install="murmur.install"
 
source=("https://github.com/mumble-voip/${_name}/releases/download/${pkgver}/${_name}-${pkgver}.tar.gz"{,.sig}
+a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch
 "murmur.dbus.conf"
 "murmur.service"
 "murmur.sysusers"
@@ -23,6 +24,7 @@
 "murmur.tmpfiles")
 
sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
 'SKIP'
+
'2f379e355227e37f2d23d984d3a59779e3b7a2206865db8c9e4c9cb4eba563ca468744d862e29892919d8d2798576d2e011c658b48ca0acdde63e8a5cc577119'
 
'97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe30292773316cae6f57ec9923244f205fb0edc377b798771ba7385e3c11d86a'
 
'2059eeac32cc078168a2ea56fe3034df69814516303adeffb8062c7b90a88177a536e6a6742196ee90370084d4e536f825b1744f8bed2bb704159a8a8bccb606'
 
'5af28d0c2b2b072cfbd500b5f63549e88a86cf3fc15e4d2df89e787c4d2bafdecbe078a518e0d1b25d82f9873cb06838ec1c9ebed625ffb7e8c80fcd942ebf74'
@@ -38,6 +40,9 @@
   -e "s|;logfile=murmur.log|logfile=|" \
   -e "s|;uname=|uname=murmur|" \
   -i scripts/murmur.ini
+
+  # See https://github.com/mumble-voip/mumble/pull/4032
+  patch -Np1 -i "$srcdir"/a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch
 }
 
 build() {

Added: a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch
===
--- a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch  
(rev 0)
+++ a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch  2020-04-05 02:15:28 UTC 
(rev 611770)
@@ -0,0 +1,42 @@
+From a48aea18b6c7ee534cd21f7febfe253e31b33eda Mon Sep 17 00:00:00 2001
+From: Davide Beatrici 
+Date: Sat, 4 Apr 2020 07:48:46 +0200
+Subject: [PATCH] src/murmur/Server.cpp: implement workaround for critical
+ QSslSocket issue
+
+A severe bug was introduced in 
qt/qtbase@93a803a6de27d9eb57931c431b5f3d074914f693: q_SSL_shutdown() causes Qt 
to emit "error()" from unrelated QSslSocket(s), in addition to the correct one.
+
+The issue causes Server::connectionClosed() to disconnect random authenticated 
clients.
+
+The workaround consists in ignoring a specific OpenSSL error:
+"Error while reading: error:140E0197:SSL routines:SSL_shutdown:shutdown while 
in init [20]"
+
+Definitely not ideal, but it fixes a critical vulnerability. Details on how to 
trigger it are deliberately omitted.
+---
+ src/murmur/Server.cpp | 13 +
+ 1 file changed, 13 insertions(+)
+
+diff --git a/src/murmur/Server.cpp b/src/murmur/Server.cpp
+index cac75e4fea..055ad96d95 100644
+--- a/src/murmur/Server.cpp
 b/src/murmur/Server.cpp
+@@ -1422,6 +1422,19 @@ void Server::sslError(const QList ) {
+ }
+ 
+ void Server::connectionClosed(QAbstractSocket::SocketError err, const QString 
) {
++  if (reason.contains(QLatin1String("140E0197"))) {
++  // A severe bug was introduced in 
qt/qtbase@93a803a6de27d9eb57931c431b5f3d074914f693.
++  // q_SSL_shutdown() causes Qt to emit "error()" from unrelated 
QSslSocket(s), in addition to the correct one.
++  // The issue causes this function to disconnect random 
authenticated clients.
++  //
++  // The workaround consists in ignoring a specific OpenSSL error:
++  // "Error while reading: error:140E0197:SSL 
routines:SSL_shutdown:shutdown while in init [20]"
++  //
++  // Definitely not ideal, but it fixes a critical vulnerability.
++  qWarning("Ignored OpenSSL error 140E0197 for %p", sender());
++  return;
++  }
++
+   Connection *c = qobject_cast(sender());
+   if (! c)
+   return;


[arch-commits] Commit in murmur/repos/community-x86_64 (13 files)

2020-04-04 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 5, 2020 @ 02:15:41
  Author: svenstaro
Revision: 611771

archrelease: copy trunk to community-x86_64

Added:
  murmur/repos/community-x86_64/PKGBUILD
(from rev 611770, murmur/trunk/PKGBUILD)
  murmur/repos/community-x86_64/a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch
(from rev 611770, 
murmur/trunk/a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 611770, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 611770, murmur/trunk/murmur.install)
  murmur/repos/community-x86_64/murmur.service
(from rev 611770, murmur/trunk/murmur.service)
  murmur/repos/community-x86_64/murmur.sysusers
(from rev 611770, murmur/trunk/murmur.sysusers)
  murmur/repos/community-x86_64/murmur.tmpfiles
(from rev 611770, murmur/trunk/murmur.tmpfiles)
Deleted:
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.service
  murmur/repos/community-x86_64/murmur.sysusers
  murmur/repos/community-x86_64/murmur.tmpfiles

+
 PKGBUILD   |  133 +++
 a48aea18b6c7ee534cd21f7febfe253e31b33eda.patch |   42 +++
 murmur.dbus.conf   |   44 +++
 murmur.install |   12 +-
 murmur.service |   30 ++---
 murmur.sysusers|2 
 murmur.tmpfiles|4 
 7 files changed, 157 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 02:15:28 UTC (rev 611770)
+++ PKGBUILD2020-04-05 02:15:41 UTC (rev 611771)
@@ -1,64 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: David Runge 
-# Contributor: Otto Allmendinger 
-# Contributor: Malte Rabenseifner 
-
-_name=mumble
-pkgname=murmur
-pkgver=1.3.0
-pkgrel=6
-pkgdesc="The voice chat application server for Mumble"
-arch=('x86_64')
-url="https://wiki.mumble.info/wiki/Main_Page;
-license=('BSD')
-depends=('avahi' 'gcc-libs' 'glibc' 'grpc' 'libcap' 'libprotobuf.so'
-'lsb-release' 'openssl' 'qt5-base' 'zeroc-ice')
-makedepends=('boost' 'python' 'qt5-tools')
-backup=("etc/murmur.ini")
-install="murmur.install"
-source=("https://github.com/mumble-voip/${_name}/releases/download/${pkgver}/${_name}-${pkgver}.tar.gz"{,.sig}
-"murmur.dbus.conf"
-"murmur.service"
-"murmur.sysusers"
-"murmur.tmpfiles")
-sha512sums=('2a629fc97f3c7c587c9a3b40fc96cf15d668acada37282ec1c4a5b169ad37717d60af94d12c7bce45f2816c265f76a99ebad40a006adcf8ca38a117e7c0a4122'
-'SKIP'
-
'97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe30292773316cae6f57ec9923244f205fb0edc377b798771ba7385e3c11d86a'
-
'2059eeac32cc078168a2ea56fe3034df69814516303adeffb8062c7b90a88177a536e6a6742196ee90370084d4e536f825b1744f8bed2bb704159a8a8bccb606'
-
'5af28d0c2b2b072cfbd500b5f63549e88a86cf3fc15e4d2df89e787c4d2bafdecbe078a518e0d1b25d82f9873cb06838ec1c9ebed625ffb7e8c80fcd942ebf74'
-
'411784e8e0dcf6c163780ae895ae1a6bdad0bb2dd2b128911c484ac3eff073d95c5791b625493a2b8296d24bd7e6ac72d3c42180817e48b29f0c6a8fd841807c')
-validpgpkeys=('56D0B23AE00B1EE9A8BAAC0F5B8CF87BB893449B') # Mumble Automatic 
Build Infrastructure 2019 
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # setting default configuration
-  sed -e "1i; vi:ft=cfg" \
-  -e "s|database=|database=/var/db/murmur/murmur.sqlite|" \
-  -e "s|;logfile=murmur.log|logfile=|" \
-  -e "s|;uname=|uname=murmur|" \
-  -i scripts/murmur.ini
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  qmake-qt5 main.pro CONFIG+="no-client grpc"
-  make release
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  # murmur has no install target: 
https://github.com/mumble-voip/mumble/issues/1029
-  install -vDm 755 release/murmurd -t "${pkgdir}"/usr/bin
-  install -vDm 640 scripts/murmur.ini -t "${pkgdir}"/etc
-  install -vDm 644 "${srcdir}"/murmur.dbus.conf 
"${pkgdir}"/usr/share/dbus-1/system.d/murmur.conf
-  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 man/murmur*.1 -t "${pkgdir}/usr/share/man/man1/"
-  install -vDm 644 "${srcdir}"/murmur.service -t 
"${pkgdir}/usr/lib/systemd/system/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 "${srcdir}"/murmur.sysusers 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  install -vDm 644 "${srcdir}"/murmur.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-  install -vDm 644 src/murmur/{Murmur.ice,MurmurRPC.proto} -t 
"${pkgdir}/usr/share/${pkgname}"
-}
-# vim: sw=2:ts=2 et:

Copied: murmur/repos/community-x86_64/PKGBUILD (from 

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

2020-04-04 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 5, 2020 @ 02:10:01
  Author: svenstaro
Revision: 611768

upgpkg: pocl 1.5-1

Modified:
  pocl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 00:25:18 UTC (rev 611767)
+++ PKGBUILD2020-04-05 02:10:01 UTC (rev 611768)
@@ -4,8 +4,8 @@
 # Contributor: fabien Cellier 
 
 pkgname=pocl
-pkgver=1.4
-pkgrel=3
+pkgver=1.5
+pkgrel=1
 pkgdesc="Portable OpenCL is an open-source implementation of OpenCL which can 
be easily adapted for new targets"
 arch=('x86_64')
 url="http://portablecl.org/;
@@ -13,7 +13,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
 depends=('clang' 'hwloc' 'opencl-icd-loader')
 makedepends=('llvm' 'cmake' 'opencl-headers' 'ocl-icd')
-sha512sums=('ef4911638c76d988c120b69a991e54773a6b8bde49433c2e0f1703c374fa65a4fa64ebcaec94569863458032c17d8cb9879dc501b7e3a43b2c24524bce1b6098')
+sha512sums=('a9c2879b6f0c0d9a78035ba8ed7531b8fa795074864ee5bab265d7dafedac9637025f994719f00f8d9e25bf5068bd9b074d95b964e5d2c0eddb8d8837e6e5da3')
 
 build() {
   mkdir -p build


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

2020-04-04 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 5, 2020 @ 02:10:08
  Author: svenstaro
Revision: 611769

archrelease: copy trunk to community-x86_64

Added:
  pocl/repos/community-x86_64/PKGBUILD
(from rev 611768, pocl/trunk/PKGBUILD)
Deleted:
  pocl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 02:10:01 UTC (rev 611768)
+++ PKGBUILD2020-04-05 02:10:08 UTC (rev 611769)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: spider-mario 
-# Contributor: Olaf Leidinger 
-# Contributor: fabien Cellier 
-
-pkgname=pocl
-pkgver=1.4
-pkgrel=3
-pkgdesc="Portable OpenCL is an open-source implementation of OpenCL which can 
be easily adapted for new targets"
-arch=('x86_64')
-url="http://portablecl.org/;
-license=('GPL')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
-depends=('clang' 'hwloc' 'opencl-icd-loader')
-makedepends=('llvm' 'cmake' 'opencl-headers' 'ocl-icd')
-sha512sums=('ef4911638c76d988c120b69a991e54773a6b8bde49433c2e0f1703c374fa65a4fa64ebcaec94569863458032c17d8cb9879dc501b7e3a43b2c24524bce1b6098')
-
-build() {
-  mkdir -p build
-  cd build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
-"$srcdir/$pkgname-$pkgver"
-  make
-}
-
-check() {
-  cd build
-  make check
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir"/ install
-}

Copied: pocl/repos/community-x86_64/PKGBUILD (from rev 611768, 
pocl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 02:10:08 UTC (rev 611769)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: spider-mario 
+# Contributor: Olaf Leidinger 
+# Contributor: fabien Cellier 
+
+pkgname=pocl
+pkgver=1.5
+pkgrel=1
+pkgdesc="Portable OpenCL is an open-source implementation of OpenCL which can 
be easily adapted for new targets"
+arch=('x86_64')
+url="http://portablecl.org/;
+license=('GPL')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
+depends=('clang' 'hwloc' 'opencl-icd-loader')
+makedepends=('llvm' 'cmake' 'opencl-headers' 'ocl-icd')
+sha512sums=('a9c2879b6f0c0d9a78035ba8ed7531b8fa795074864ee5bab265d7dafedac9637025f994719f00f8d9e25bf5068bd9b074d95b964e5d2c0eddb8d8837e6e5da3')
+
+build() {
+  mkdir -p build
+  cd build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+"$srcdir/$pkgname-$pkgver"
+  make
+}
+
+check() {
+  cd build
+  make check
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir"/ install
+}


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

2020-04-04 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 5, 2020 @ 02:04:40
  Author: seblu
Revision: 379522

db-move: moved libnftnl from [testing] to [core] (x86_64)

Added:
  libnftnl/repos/core-x86_64/PKGBUILD
(from rev 379521, libnftnl/repos/testing-x86_64/PKGBUILD)
Deleted:
  libnftnl/repos/core-x86_64/PKGBUILD
  libnftnl/repos/testing-x86_64/

--+
 /PKGBUILD|   45 +
 core-x86_64/PKGBUILD |   47 ---
 2 files changed, 45 insertions(+), 47 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2020-04-05 01:17:58 UTC (rev 379521)
+++ core-x86_64/PKGBUILD2020-04-05 02:04:40 UTC (rev 379522)
@@ -1,47 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.1.5
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('x86_64')
-url='https://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-source=("https://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig}
-
'01-flowtable.patch::https://git.netfilter.org/libnftnl/patch/?id=b2388765e0c4405442faa13845419f6a35d0134c')
-sha1sums=('a923bae5b028a30c5c8aa4c0f71445885867274b'
-  'SKIP'
-  'b121893675fcf8568e9566899e71fb35b47bdd4e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-[[ $src = *.patch ]] || continue
-msg2 "Applying patch $src..."
-patch -Np1 < "../$src"
-  done
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/core-x86_64/PKGBUILD (from rev 379521, 
libnftnl/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2020-04-05 02:04:40 UTC (rev 379522)
@@ -0,0 +1,45 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.1.6
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('x86_64')
+url='https://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("https://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha256sums=('c1eb5a696fc1d4b3b412770586017bc01af93da3ddd25233d34a62979dee1eca'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+msg2 "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in nftables/repos (7 files)

2020-04-04 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 5, 2020 @ 02:04:42
  Author: seblu
Revision: 379523

db-move: moved nftables from [testing] to [extra] (x86_64)

Added:
  nftables/repos/extra-x86_64/PKGBUILD
(from rev 379522, nftables/repos/testing-x86_64/PKGBUILD)
  nftables/repos/extra-x86_64/nftables.conf
(from rev 379522, nftables/repos/testing-x86_64/nftables.conf)
  nftables/repos/extra-x86_64/nftables.service
(from rev 379522, nftables/repos/testing-x86_64/nftables.service)
Deleted:
  nftables/repos/extra-x86_64/PKGBUILD
  nftables/repos/extra-x86_64/nftables.conf
  nftables/repos/extra-x86_64/nftables.service
  nftables/repos/testing-x86_64/

---+
 /PKGBUILD |   57 
 /nftables.conf|   38 ++
 /nftables.service |   15 ++
 extra-x86_64/PKGBUILD |   57 
 extra-x86_64/nftables.conf|   38 --
 extra-x86_64/nftables.service |   15 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2020-04-05 02:04:40 UTC (rev 379522)
+++ extra-x86_64/PKGBUILD   2020-04-05 02:04:42 UTC (rev 379523)
@@ -1,57 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer 
-
-pkgname=nftables
-epoch=1
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Netfilter tables userspace tools'
-arch=('x86_64')
-url='https://netfilter.org/projects/nftables/'
-license=('GPL2')
-depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses' 'jansson')
-optdepends=('python: Python bindings')
-makedepends=('asciidoc' 'python')
-backup=('etc/nftables.conf')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
-'nftables.conf'
-'nftables.service')
-sha1sums=('20156858169fde135a0b4c22c4cd9437afcbb733'
-  'SKIP'
-  '7869aa31ac802922073310ffd4cbbc16450171e5'
-  '59185e947ebfd599954800ad2c774171b3f4cd58')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/usr/share \
---with-json
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-  # basic safe firewall config
-  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
-  # systemd
-  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nftables/repos/extra-x86_64/PKGBUILD (from rev 379522, 
nftables/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2020-04-05 02:04:42 UTC (rev 379523)
@@ -0,0 +1,57 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+
+pkgname=nftables
+epoch=1
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Netfilter tables userspace tools'
+arch=('x86_64')
+url='https://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses' 'jansson')
+optdepends=('python: Python bindings')
+makedepends=('asciidoc' 'python')
+backup=('etc/nftables.conf')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
+'nftables.conf'
+'nftables.service')
+sha256sums=('08b8683a9db5fba980bc092b75288af98d218bbe8ab446daf2338570d0730f9a'
+'SKIP'
+'7b00611bb0533ca2f4abce14e22e9de39c344e241d4eae884c5e594d1b1ce8df'
+'3c6a34a400022450df0b6e97b3f16eea5cab7741a0e5f16858b46a3e6591b5af')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/usr/share \
+--with-json
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+  # basic safe firewall config
+  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
+  # systemd
+  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/nftables.conf

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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 01:17:16
  Author: heftig
Revision: 379520

0.14.0-1

Modified:
  cbindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 00:01:55 UTC (rev 379519)
+++ PKGBUILD2020-04-05 01:17:16 UTC (rev 379520)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cbindgen
-pkgver=0.13.2
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen;
@@ -9,7 +9,7 @@
 license=(MPL2)
 depends=(gcc-libs)
 makedepends=(cargo git)
-_commit=17d7aad7d07dce8aa665aedbc75c39953afe1600  # tags/v0.13.2^0
+_commit=4a38a48937264d6ec162b2fd47ffd0e7a091ca72  # tags/v0.14.0^0
 source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
 sha512sums=('SKIP')
 
@@ -20,12 +20,12 @@
 
 prepare() {
   cd $pkgname
-  cargo fetch --locked
+  cargo fetch --locked --target x86_64-unknown-linux-gnu
 }
 
 build() {
   cd $pkgname
-  cargo build --release --frozen
+  cargo build --release --frozen --all-targets
 }
 
 check() {


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

2020-04-04 Thread Jan Steffens via arch-commits
Date: Sunday, April 5, 2020 @ 01:17:58
  Author: heftig
Revision: 379521

archrelease: copy trunk to extra-x86_64

Added:
  cbindgen/repos/extra-x86_64/PKGBUILD
(from rev 379520, cbindgen/trunk/PKGBUILD)
Deleted:
  cbindgen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 01:17:16 UTC (rev 379520)
+++ PKGBUILD2020-04-05 01:17:58 UTC (rev 379521)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cbindgen
-pkgver=0.13.2
-pkgrel=1
-pkgdesc="A tool for generating C bindings to Rust code"
-url="https://github.com/eqrion/cbindgen;
-arch=(x86_64)
-license=(MPL2)
-depends=(gcc-libs)
-makedepends=(cargo git)
-_commit=17d7aad7d07dce8aa665aedbc75c39953afe1600  # tags/v0.13.2^0
-source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  cargo fetch --locked
-}
-
-build() {
-  cd $pkgname
-  cargo build --release --frozen
-}
-
-check() {
-  cd $pkgname
-  # test_expand* fails; needs nightly rust
-  cargo test --release --frozen || :
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
-}

Copied: cbindgen/repos/extra-x86_64/PKGBUILD (from rev 379520, 
cbindgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 01:17:58 UTC (rev 379521)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cbindgen
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="A tool for generating C bindings to Rust code"
+url="https://github.com/eqrion/cbindgen;
+arch=(x86_64)
+license=(MPL2)
+depends=(gcc-libs)
+makedepends=(cargo git)
+_commit=4a38a48937264d6ec162b2fd47ffd0e7a091ca72  # tags/v0.14.0^0
+source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  cargo fetch --locked --target x86_64-unknown-linux-gnu
+}
+
+build() {
+  cd $pkgname
+  cargo build --release --frozen --all-targets
+}
+
+check() {
+  cd $pkgname
+  # test_expand* fails; needs nightly rust
+  cargo test --release --frozen || :
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
+}


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

2020-04-04 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 5, 2020 @ 00:25:18
  Author: svenstaro
Revision: 611767

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 00:25:10 UTC (rev 611766)
+++ PKGBUILD2020-04-05 00:25:18 UTC (rev 611767)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: mexus 
-pkgname=dua-cli
-pkgver=2.3.9
-pkgrel=2
-pkgdesc="A tool to conveniently learn about the disk usage of directories, 
fast!"
-arch=('x86_64')
-url="https://github.com/Byron/dua-cli;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Byron/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('6bba3407893162ca8db9e6573740aa0c9e03f70a0a8a21cee9e1e12c2680bdc9812fe539407ef515a635dce09c255305cedb536e4f6f2df40b7671545eab30b7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm 644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm 755 "target/release/dua" "$pkgdir/usr/bin/dua"
-}

Copied: dua-cli/repos/community-x86_64/PKGBUILD (from rev 611766, 
dua-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 00:25:18 UTC (rev 611767)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: mexus 
+pkgname=dua-cli
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="A tool to conveniently learn about the disk usage of directories, 
fast!"
+arch=('x86_64')
+url="https://github.com/Byron/dua-cli;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Byron/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('40cd1cd08ffb6b95c7ba80009105e6023c959d63caab96c2e28ac4b90309f6354f46c8422c053427cf77d3280e47e6c91ea15ff9d6af7ef9b55a99e5712ff3ac')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm 644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm 755 "target/release/dua" "$pkgdir/usr/bin/dua"
+}


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

2020-04-04 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 5, 2020 @ 00:25:10
  Author: svenstaro
Revision: 611766

upgpkg: dua-cli 2.5.0-1

Modified:
  dua-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 00:19:08 UTC (rev 611765)
+++ PKGBUILD2020-04-05 00:25:10 UTC (rev 611766)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: mexus 
 pkgname=dua-cli
-pkgver=2.3.9
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="A tool to conveniently learn about the disk usage of directories, 
fast!"
 arch=('x86_64')
 url="https://github.com/Byron/dua-cli;
@@ -10,7 +10,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Byron/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('6bba3407893162ca8db9e6573740aa0c9e03f70a0a8a21cee9e1e12c2680bdc9812fe539407ef515a635dce09c255305cedb536e4f6f2df40b7671545eab30b7')
+sha512sums=('40cd1cd08ffb6b95c7ba80009105e6023c959d63caab96c2e28ac4b90309f6354f46c8422c053427cf77d3280e47e6c91ea15ff9d6af7ef9b55a99e5712ff3ac')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-04-04 Thread Sergej Pupykin via arch-commits
Date: Sunday, April 5, 2020 @ 00:19:08
  Author: spupykin
Revision: 611765

archrelease: copy trunk to community-x86_64

Added:
  remmina/repos/community-x86_64/PKGBUILD
(from rev 611764, remmina/trunk/PKGBUILD)
Deleted:
  remmina/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 00:18:43 UTC (rev 611764)
+++ PKGBUILD2020-04-05 00:19:08 UTC (rev 611765)
@@ -1,45 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=remmina
-epoch=1
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="remote desktop client written in GTK+"
-arch=(x86_64)
-url="https://www.remmina.org/;
-license=('GPL')
-depends=('avahi' 'libgcrypt' 'libssh' 'vte3' 'libsodium')
-makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
-'harfbuzz' 'xorgproto')
-optdepends=('freerdp: RDP plugin'
-'libsecret: Secret plugin'
-'libvncserver: VNC plugin'
-'libxkbfile: NX plugin'
-'nxproxy: NX plugin'
-'spice-gtk: Spice plugin'
-'telepathy-glib: Telepathy plugin'
-'xorg-server-xephyr: XDMCP plugin')
-replaces=('remmina-plugins')
-provides=('remmina-plugins')
-source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
-sha512sums=('de68a835f153a69701190d6422190d5a5b355fcb58bc3616478a2b52ca384d80a64b494891acff382976a2ae8d89e33377d1d78aa4b49aa5c81ea12ddc5f41c1')
-
-prepare() {
-  cd Remmina-v${pkgver/rc/-rc}
-  sed -e 's|ssh_threads|ssh|' -i cmake/FindLIBSSH.cmake # Fix build with 
libssh 0.8
-  sed -i 
's|include_directories(.)|include_directories(.)\ninclude_directories(/usr/include/harfbuzz)|'
 CMakeLists.txt
-}
-
-build() {
-  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_APPINDICATOR=OFF .
-  make
-}
-
-package() {
-  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
-  make DESTDIR="$pkgdir" install
-}

Copied: remmina/repos/community-x86_64/PKGBUILD (from rev 611764, 
remmina/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 00:19:08 UTC (rev 611765)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=remmina
+epoch=1
+pkgver=1.4.1
+pkgrel=2
+pkgdesc="remote desktop client written in GTK+"
+arch=(x86_64)
+url="https://www.remmina.org/;
+license=('GPL')
+depends=('avahi' 'libgcrypt' 'libssh' 'vte3' 'libsodium' 
'libappindicator-gtk3')
+makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
+'harfbuzz' 'xorgproto')
+optdepends=('freerdp: RDP plugin'
+'libsecret: Secret plugin'
+'libvncserver: VNC plugin'
+'libxkbfile: NX plugin'
+'nxproxy: NX plugin'
+'spice-gtk: Spice plugin'
+'telepathy-glib: Telepathy plugin'
+'xorg-server-xephyr: XDMCP plugin'
+'gnome-terminal: external tools')
+replaces=('remmina-plugins')
+provides=('remmina-plugins')
+source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
+sha512sums=('de68a835f153a69701190d6422190d5a5b355fcb58bc3616478a2b52ca384d80a64b494891acff382976a2ae8d89e33377d1d78aa4b49aa5c81ea12ddc5f41c1')
+
+build() {
+  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_APPINDICATOR=ON .
+  make
+}
+
+package() {
+  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-04 Thread Sergej Pupykin via arch-commits
Date: Sunday, April 5, 2020 @ 00:18:43
  Author: spupykin
Revision: 611764

upgpkg: remmina 1:1.4.1-2

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 23:12:21 UTC (rev 611763)
+++ PKGBUILD2020-04-05 00:18:43 UTC (rev 611764)
@@ -3,12 +3,12 @@
 pkgname=remmina
 epoch=1
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="remote desktop client written in GTK+"
 arch=(x86_64)
 url="https://www.remmina.org/;
 license=('GPL')
-depends=('avahi' 'libgcrypt' 'libssh' 'vte3' 'libsodium')
+depends=('avahi' 'libgcrypt' 'libssh' 'vte3' 'libsodium' 
'libappindicator-gtk3')
 makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
 'harfbuzz' 'xorgproto')
 optdepends=('freerdp: RDP plugin'
@@ -18,24 +18,19 @@
 'nxproxy: NX plugin'
 'spice-gtk: Spice plugin'
 'telepathy-glib: Telepathy plugin'
-'xorg-server-xephyr: XDMCP plugin')
+'xorg-server-xephyr: XDMCP plugin'
+'gnome-terminal: external tools')
 replaces=('remmina-plugins')
 provides=('remmina-plugins')
 
source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
 
sha512sums=('de68a835f153a69701190d6422190d5a5b355fcb58bc3616478a2b52ca384d80a64b494891acff382976a2ae8d89e33377d1d78aa4b49aa5c81ea12ddc5f41c1')
 
-prepare() {
-  cd Remmina-v${pkgver/rc/-rc}
-  sed -e 's|ssh_threads|ssh|' -i cmake/FindLIBSSH.cmake # Fix build with 
libssh 0.8
-  sed -i 
's|include_directories(.)|include_directories(.)\ninclude_directories(/usr/include/harfbuzz)|'
 CMakeLists.txt
-}
-
 build() {
   cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
   cmake \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_APPINDICATOR=OFF .
+-DWITH_APPINDICATOR=ON .
   make
 }
 


[arch-commits] Commit in xfce4-clipman-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-04-04 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 5, 2020 @ 00:01:55
  Author: foutrelis
Revision: 379519

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD
(from rev 379518, xfce4-clipman-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 00:01:41 UTC (rev 379518)
+++ PKGBUILD2020-04-05 00:01:55 UTC (rev 379519)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="A clipboard plugin for the Xfce4 panel"
-arch=('x86_64')
-license=('GPL2')
-url="https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxtst' 'qrencode')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0295da92ade7d6e1d8b15a525e73ddcfba1986142d34c6143955164a13552ed7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD (from rev 379518, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 00:01:55 UTC (rev 379519)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A clipboard plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxtst' 'qrencode')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b3e8317796289196fa78c4526626fe061fd35d11e848cf300ca1ace47febceb4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-clipman-plugin/trunk (PKGBUILD)

2020-04-04 Thread Evangelos Foutras via arch-commits
Date: Sunday, April 5, 2020 @ 00:01:41
  Author: foutrelis
Revision: 379518

upgpkg: xfce4-clipman-plugin 1.6.1-1: new upstream release

Modified:
  xfce4-clipman-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 23:07:35 UTC (rev 379517)
+++ PKGBUILD2020-04-05 00:01:41 UTC (rev 379518)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-clipman-plugin
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="A clipboard plugin for the Xfce4 panel"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel' 'libxtst' 'qrencode')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0295da92ade7d6e1d8b15a525e73ddcfba1986142d34c6143955164a13552ed7')
+sha256sums=('b3e8317796289196fa78c4526626fe061fd35d11e848cf300ca1ace47febceb4')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-04-04 Thread David Runge via arch-commits
Date: Saturday, April 4, 2020 @ 23:12:21
  Author: dvzrv
Revision: 611763

archrelease: copy trunk to community-x86_64

Added:
  lsp-plugins/repos/community-x86_64/PKGBUILD
(from rev 611762, lsp-plugins/trunk/PKGBUILD)
Deleted:
  lsp-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-04 23:11:50 UTC (rev 611762)
+++ PKGBUILD2020-04-04 23:12:21 UTC (rev 611763)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=lsp-plugins
-pkgver=1.1.15
-pkgrel=1
-pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
-arch=('x86_64')
-url="https://lsp-plug.in;
-license=('LGPL3')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
-makedepends=('jack' 'ladspa' 'libsndfile' 'lv2' 'php')
-optdepends=('jack: for standalone applications')
-source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('2ab853ff8b68b2466681c1cfb03381e8a61fc7965ba9abd67104ef90277cdce0f1fc5b3ead571e6ba2dfdff0da44c0a452909520fd5ebf4dd7389fab9ff77434')
-
-prepare() {
-  mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  local _test_path="$(pwd)/.build-test"
-  cd "$pkgname-$pkgver"
-  make
-  make OBJDIR="${_test_path}" clean
-  make OBJDIR="${_test_path}" test
-}
-
-check() {
-  local _test_path="$(pwd)/.build-test"
-  cd "$pkgname-$pkgver"
-  "${_test_path}/lsp-plugins-test" utest \
---nofork \
---debug \
---verbose || echo "Known flaky test: 
https://github.com/sadko4u/lsp-plugins/issues/19;
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make PREFIX='/usr' \
-   DESTDIR="$pkgdir/" \
-   install
-}

Copied: lsp-plugins/repos/community-x86_64/PKGBUILD (from rev 611762, 
lsp-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-04 23:12:21 UTC (rev 611763)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+pkgname=lsp-plugins
+pkgver=1.1.17
+pkgrel=1
+pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
+arch=('x86_64')
+url="https://lsp-plug.in;
+license=('LGPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
+makedepends=('jack' 'ladspa' 'libsndfile' 'lv2' 'php')
+optdepends=('jack: for standalone applications')
+source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('7d6bc8f7da11a5f4756df80d9ec2d7fa3c7e2066b77e66fa6bf78035ec5852d2d63b227e8da3724ceb27cdb32da042c671db369c047b011348cd4ef5dd6387c5')
+
+prepare() {
+  mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  local _test_path="$(pwd)/.build-test"
+  cd "$pkgname-$pkgver"
+  make
+  make OBJDIR="${_test_path}" clean
+  make OBJDIR="${_test_path}" test
+}
+
+check() {
+  local _test_path="$(pwd)/.build-test"
+  cd "$pkgname-$pkgver"
+  "${_test_path}/lsp-plugins-test" utest \
+--nofork \
+--debug \
+--verbose || echo "Known flaky test: 
https://github.com/sadko4u/lsp-plugins/issues/19;
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make PREFIX='/usr' \
+   DESTDIR="$pkgdir/" \
+   install
+}


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

2020-04-04 Thread David Runge via arch-commits
Date: Saturday, April 4, 2020 @ 23:11:50
  Author: dvzrv
Revision: 611762

upgpkg: lsp-plugins 1.1.17-1: Upgrading to 1.1.17.

Modified:
  lsp-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 23:09:55 UTC (rev 611761)
+++ PKGBUILD2020-04-04 23:11:50 UTC (rev 611762)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=lsp-plugins
-pkgver=1.1.15
+pkgver=1.1.17
 pkgrel=1
 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('jack' 'ladspa' 'libsndfile' 'lv2' 'php')
 optdepends=('jack: for standalone applications')
 
source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('2ab853ff8b68b2466681c1cfb03381e8a61fc7965ba9abd67104ef90277cdce0f1fc5b3ead571e6ba2dfdff0da44c0a452909520fd5ebf4dd7389fab9ff77434')
+sha512sums=('7d6bc8f7da11a5f4756df80d9ec2d7fa3c7e2066b77e66fa6bf78035ec5852d2d63b227e8da3724ceb27cdb32da042c671db369c047b011348cd4ef5dd6387c5')
 
 prepare() {
   mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"


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

2020-04-04 Thread Levente Polyak via arch-commits
Date: Saturday, April 4, 2020 @ 23:09:47
  Author: anthraxx
Revision: 611760

upgpkg: pgadmin4 4.20-1

Modified:
  pgadmin4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 23:05:21 UTC (rev 611759)
+++ PKGBUILD2020-04-04 23:09:47 UTC (rev 611760)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pgadmin4
-pkgver=4.19
+pkgver=4.20
 pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
@@ -29,7 +29,7 @@
 python-3.8.patch
 pgadmin4-python-de-vendor-venv-paths.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('d77afdd031649675240b46a8024d5869290c5600a66f543993472bf10ee3f87d5a4d59b69e722b43593a6f9537dc0b176f3771efe66d25bfd8c83443c4905711'
+sha512sums=('7f95e9abb2afce0435e11ba4a7c8cde5397ac658c74b0dec014b03c38299f4509f4bb9268befbdb8f2704e159271668d14b1212a55f644034276751cb027e483'
 'SKIP'
 
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
 
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'


[arch-commits] Commit in pgadmin4/repos/community-x86_64 (12 files)

2020-04-04 Thread Levente Polyak via arch-commits
Date: Saturday, April 4, 2020 @ 23:09:55
  Author: anthraxx
Revision: 611761

archrelease: copy trunk to community-x86_64

Added:
  pgadmin4/repos/community-x86_64/PKGBUILD
(from rev 611760, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-x86_64/config_distro.py
(from rev 611760, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-x86_64/config_local.py
(from rev 611760, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
(from rev 611760, pgadmin4/trunk/pgAdmin4.desktop)
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
(from rev 611760, pgadmin4/trunk/pgadmin4-python-de-vendor-venv-paths.patch)
  pgadmin4/repos/community-x86_64/python-3.8.patch
(from rev 611760, pgadmin4/trunk/python-3.8.patch)
Deleted:
  pgadmin4/repos/community-x86_64/PKGBUILD
  pgadmin4/repos/community-x86_64/config_distro.py
  pgadmin4/repos/community-x86_64/config_local.py
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
  pgadmin4/repos/community-x86_64/python-3.8.patch

+
 PKGBUILD   |  266 +--
 config_distro.py   |4 
 pgAdmin4.desktop   |   22 +-
 pgadmin4-python-de-vendor-venv-paths.patch |   66 +++---
 python-3.8.patch   |   24 +-
 5 files changed, 191 insertions(+), 191 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-04 23:09:47 UTC (rev 611760)
+++ PKGBUILD2020-04-04 23:09:55 UTC (rev 611761)
@@ -1,133 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jerome Leclanche 
-
-pkgname=pgadmin4
-pkgver=4.19
-pkgrel=1
-pkgdesc='Comprehensive design and management interface for PostgreSQL'
-url='https://www.pgadmin.org/'
-arch=('x86_64')
-license=('custom')
-depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme' 'python'
- 'python-blinker' 'python-flask' 'python-flask-login'
- 'python-flask-migrate' 'python-flask-sqlalchemy' 'python-flask-wtf'
- 'python-passlib' 'python-pytz' 'python-simplejson' 'python-six'
- 'python-speaklater' 'python-sqlparse' 'python-wtforms' 'python-psutil'
- 'python-jinja' 'python-paramiko' 'python-psycopg2'
- 'python-cryptography' 'python-sqlalchemy' 'python-testtools'
- 'python-webencodings' 'python-werkzeug' 'python-dateutil'
- 'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
- 'python-flask-paranoid' 'python-sshtunnel' 'python-flask-security-too'
- 'python-werkzeug' 'python-flask-compress')
-makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 
'python-fixtures'
- 'python-html5lib' 'python-pbr' 'python-mimeparse' 
'python-pyrsistent'
- 'imagemagick')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
-pgAdmin4.desktop
-config_distro.py
-config_local.py
-python-3.8.patch
-pgadmin4-python-de-vendor-venv-paths.patch)
-validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('d77afdd031649675240b46a8024d5869290c5600a66f543993472bf10ee3f87d5a4d59b69e722b43593a6f9537dc0b176f3771efe66d25bfd8c83443c4905711'
-'SKIP'
-
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
-
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'9961c8e109baa25c1bd0a1a86262e5736a448e7fb19b0be992a29d95b2cba05d9427c063cd840b85262bacd93d9c65ccd40e3808166c7654972be203cbc72c03'
-
'70c8e589421ab50cf81753fbcfb5df65669b0feeefa3a57ee574b3785424fd107af720fc7007e52876798a46fae88f2c02dbf156aa096397afa0f85ac04fdb76')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -Np1 < ../python-3.8.patch
-  patch -Np1 < ../pgadmin4-python-de-vendor-venv-paths.patch
-
-  local PYTHONVERSION="$(python -c 'import sys; 
print(f"{sys.version_info.major}.{sys.version_info.minor}")')"
-  sed -E "s|/usr/pgadmin4/web|/usr/lib/pgadmin4/web|g;
-  
s|/usr/pgadmin4/lib/python[0-9\\.]+|/usr/lib/python${PYTHONVERSION}|g" \
-  -i runtime/ConfigWindow.ui
-  sed "s|##PYTHONVERSION##|${PYTHONVERSION}|g" -i runtime/Server.cpp
-
-  sed -E -i requirements.txt \
--e '/blinker>?=/d' \
--e '/extras>?=/d' \
--e '/Flask>?=/d' \
--e '/Flask-Login>?=/d' \
--e '/Flask-Migrate>?=/d' \
--e '/Flask-SQLAlchemy>?=/d' \
--e '/Flask-WTF>?=/d' \
--e '/pycrypto>?=/d' \
--e 

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

2020-04-04 Thread Levente Polyak via arch-commits
Date: Saturday, April 4, 2020 @ 23:07:31
  Author: anthraxx
Revision: 379516

upgpkg: hwloc 2.2.0-1

Modified:
  hwloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 21:22:01 UTC (rev 379515)
+++ PKGBUILD2020-04-04 23:07:31 UTC (rev 379516)
@@ -4,8 +4,8 @@
 # Contributor: Hervé YVIQUEL 
 
 pkgname=hwloc
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
 url='https://www.open-mpi.org/projects/hwloc/'
 arch=('x86_64')
@@ -15,7 +15,8 @@
 optdepends=('cairo' 'libxml2' 'pciutils')
 options=('!docs')
 
source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('19429752f772cf68321196970ffb10dafd7e02ab38d2b3382b157c78efd10862')
+sha512sums=('23efd1d5e2df870ca7a0abb9b3c28c5c5d60dd0cc650ee95d20d5934f48947cbe1d3cf4e90e02b2dc61062ddf7afd67f2c1cf6e1862a48397078d66dd798e850')
+b2sums=('00e10f9c7467e6342e14a45d583ed307103428085a9b88398464f0439fec48647949aa80e099042b915b2c371fe105d61e8490d0555383d94740f3e6dab5aeee')
 
 prepare() {
   cd hwloc-${pkgver}


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

2020-04-04 Thread Levente Polyak via arch-commits
Date: Saturday, April 4, 2020 @ 23:07:35
  Author: anthraxx
Revision: 379517

archrelease: copy trunk to extra-x86_64

Added:
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 379516, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-04 23:07:31 UTC (rev 379516)
+++ PKGBUILD2020-04-04 23:07:35 UTC (rev 379517)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sylvain HENRY 
-# Contributor: Hervé YVIQUEL 
-
-pkgname=hwloc
-pkgver=2.1.0
-pkgrel=2
-pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
-url='https://www.open-mpi.org/projects/hwloc/'
-arch=('x86_64')
-license=('BSD')
-depends=('libtool' 'systemd-libs' 'libpciaccess')
-makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
-optdepends=('cairo' 'libxml2' 'pciutils')
-options=('!docs')
-source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('19429752f772cf68321196970ffb10dafd7e02ab38d2b3382b157c78efd10862')
-
-prepare() {
-  cd hwloc-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd hwloc-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---enable-plugins \
---sysconfdir=/etc
-  make
-}
-
-check() {
-  cd hwloc-${pkgver}
-  make check
-}
-
-package() {
-  cd hwloc-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 379516, 
hwloc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-04 23:07:35 UTC (rev 379517)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+url='https://www.open-mpi.org/projects/hwloc/'
+arch=('x86_64')
+license=('BSD')
+depends=('libtool' 'systemd-libs' 'libpciaccess')
+makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
+optdepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('23efd1d5e2df870ca7a0abb9b3c28c5c5d60dd0cc650ee95d20d5934f48947cbe1d3cf4e90e02b2dc61062ddf7afd67f2c1cf6e1862a48397078d66dd798e850')
+b2sums=('00e10f9c7467e6342e14a45d583ed307103428085a9b88398464f0439fec48647949aa80e099042b915b2c371fe105d61e8490d0555383d94740f3e6dab5aeee')
+
+prepare() {
+  cd hwloc-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd hwloc-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-plugins \
+--sysconfdir=/etc
+  make
+}
+
+check() {
+  cd hwloc-${pkgver}
+  make check
+}
+
+package() {
+  cd hwloc-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-04 Thread Levente Polyak via arch-commits
Date: Saturday, April 4, 2020 @ 23:05:21
  Author: anthraxx
Revision: 611759

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 611758, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-04 23:05:16 UTC (rev 611758)
+++ PKGBUILD2020-04-04 23:05:21 UTC (rev 611759)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=5.0.81
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'inetutils' 'git')
-options=('!strip' '!emptydirs')
-source=(https://github.com/rapid7/metasploit-framework/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e0c589eeaf832b6dff2f83e697edd51ffb2ca2fbfc2800a7fcee9e87c6bd6ada')
-sha512sums=('ebdc2a699f1e6196918fc648fa5fbc2e98ad9dc3a2df80c758e4494424a67e6eb69b606ee4789f94b8cb3244158d3edf3e00e992cd692e45f66b182c20292a7a')
-b2sums=('cd7c9f55a09157a566a207ae556da2133427dae77aa4e54cc5546df2d2658d7a7a0f47953c7bc74e42d457005ba9bb0db5994aff890029c1c82b750b5dc124bf')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-
-  # https://github.com/bundler/bundler/issues/6882
-  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
-
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-  rm -r "${pkgdir}"/opt/metasploit/vendor/bundle/ruby/*/cache
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 611758, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-04 23:05:21 UTC (rev 611759)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=5.0.83
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'inetutils' 'git')
+options=('!strip' '!emptydirs')
+source=(https://github.com/rapid7/metasploit-framework/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('d3e55cc656207c0a53363582fe61cb448b595294a10a61988031ac2b52e1')
+sha512sums=('8fae6377e5f2a1589e98cada37c6d900afa4dcd2a773de4e6c40c4cc41f076bf6cc2a1494187d792f3fe71ae83edcbb318c5ec2357c5d026810e001a8522288a')
+b2sums=('712979c899f395f20d10214d65fc569354245e762aeb991a0c56b23db0a35eff32d8dca48f6d1b46560fde7862c118bfdbc0cb5d5a77583566a470580b2fe45b')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete

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

2020-04-04 Thread Levente Polyak via arch-commits
Date: Saturday, April 4, 2020 @ 23:05:16
  Author: anthraxx
Revision: 611758

upgpkg: metasploit 5.0.83-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 23:01:35 UTC (rev 611757)
+++ PKGBUILD2020-04-04 23:05:16 UTC (rev 611758)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=5.0.81
+pkgver=5.0.83
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -12,9 +12,9 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'inetutils' 'git')
 options=('!strip' '!emptydirs')
 
source=(https://github.com/rapid7/metasploit-framework/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e0c589eeaf832b6dff2f83e697edd51ffb2ca2fbfc2800a7fcee9e87c6bd6ada')
-sha512sums=('ebdc2a699f1e6196918fc648fa5fbc2e98ad9dc3a2df80c758e4494424a67e6eb69b606ee4789f94b8cb3244158d3edf3e00e992cd692e45f66b182c20292a7a')
-b2sums=('cd7c9f55a09157a566a207ae556da2133427dae77aa4e54cc5546df2d2658d7a7a0f47953c7bc74e42d457005ba9bb0db5994aff890029c1c82b750b5dc124bf')
+sha256sums=('d3e55cc656207c0a53363582fe61cb448b595294a10a61988031ac2b52e1')
+sha512sums=('8fae6377e5f2a1589e98cada37c6d900afa4dcd2a773de4e6c40c4cc41f076bf6cc2a1494187d792f3fe71ae83edcbb318c5ec2357c5d026810e001a8522288a')
+b2sums=('712979c899f395f20d10214d65fc569354245e762aeb991a0c56b23db0a35eff32d8dca48f6d1b46560fde7862c118bfdbc0cb5d5a77583566a470580b2fe45b')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2020-04-04 Thread Levente Polyak via arch-commits
Date: Saturday, April 4, 2020 @ 23:01:29
  Author: anthraxx
Revision: 611756

upgpkg: teamspeak3-server 3.12.1-1

Modified:
  teamspeak3-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 21:53:47 UTC (rev 611755)
+++ PKGBUILD2020-04-04 23:01:29 UTC (rev 611756)
@@ -4,7 +4,7 @@
 # Contributor: EnteEnteEnte 
 
 pkgname=teamspeak3-server
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
 url='https://www.teamspeak.com/en/'
@@ -23,7 +23,7 @@
 sha256sums=('3739925771a878ded7b4e30c70fa47ea9aa20c2e10a222612e33128637534537'
 '73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
 '98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('a8a65388bb1d32260d3568e7bfb7da264f58a1256799e30309589856e4b36b51')
+sha256sums_x86_64=('cfbffba30a570f0ba33a74ce5e5dbda54ce564d917a27183cdcaf82cc2b4abb7')
 
 if [ "${CARCH}" == "x86_64" ]; then
   _TSARCH='amd64'


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

2020-04-04 Thread Levente Polyak via arch-commits
Date: Saturday, April 4, 2020 @ 23:01:35
  Author: anthraxx
Revision: 611757

archrelease: copy trunk to community-x86_64

Added:
  teamspeak3-server/repos/community-x86_64/PERMISSION.eml
(from rev 611756, teamspeak3-server/trunk/PERMISSION.eml)
  teamspeak3-server/repos/community-x86_64/PKGBUILD
(from rev 611756, teamspeak3-server/trunk/PKGBUILD)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.ini
(from rev 611756, teamspeak3-server/trunk/teamspeak3-server.ini)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.install
(from rev 611756, teamspeak3-server/trunk/teamspeak3-server.install)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.service
(from rev 611756, teamspeak3-server/trunk/teamspeak3-server.service)
Deleted:
  teamspeak3-server/repos/community-x86_64/PERMISSION.eml
  teamspeak3-server/repos/community-x86_64/PKGBUILD
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.ini
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.install
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.service

---+
 PKGBUILD  |  114 ++--
 teamspeak3-server.ini |   56 ++---
 teamspeak3-server.install |   12 ++--
 teamspeak3-server.service |   62 +++
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3-server/repos/community-x86_64/PERMISSION.eml (from rev 
611756, teamspeak3-server/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-04 23:01:29 UTC (rev 611756)
+++ PKGBUILD2020-04-04 23:01:35 UTC (rev 611757)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: nyyu 
-# Contributor: Malte Rabenseifner 
-# Contributor: EnteEnteEnte 
-
-pkgname=teamspeak3-server
-pkgver=3.12.0
-pkgrel=1
-pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
-url='https://www.teamspeak.com/en/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc' 'gcc-libs')
-optdepends=('mariadb-connector-c: for MariaDB backend')
-backup=(etc/teamspeak3-server.ini
-etc/tsdns_settings.ini)
-install=teamspeak3-server.install
-source=(teamspeak3-server.ini
-teamspeak3-server.service
-PERMISSION.eml)
-source_i686=(https://files.teamspeak-services.com/releases/server/${pkgver}/teamspeak3-server_linux_x86-${pkgver}.tar.bz2)
-source_x86_64=(https://files.teamspeak-services.com/releases/server/${pkgver}/teamspeak3-server_linux_amd64-${pkgver}.tar.bz2)
-sha256sums=('3739925771a878ded7b4e30c70fa47ea9aa20c2e10a222612e33128637534537'
-'73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
-'98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('a8a65388bb1d32260d3568e7bfb7da264f58a1256799e30309589856e4b36b51')
-
-if [ "${CARCH}" == "x86_64" ]; then
-  _TSARCH='amd64'
-elif [ "${CARCH}" == "i686" ]; then
-  _TSARCH='x86'
-fi
-
-package() {
-  install -Dm 644 teamspeak3-server.ini -t "${pkgdir}/etc"
-  install -Dm 644 
teamspeak3-server_linux_${_TSARCH}/tsdns/tsdns_settings.ini.sample 
"${pkgdir}/etc/tsdns_settings.ini"
-  install -Dm 644 teamspeak3-server.service -t 
"${pkgdir}/usr/lib/systemd/system"
-
-  install -Dm 755 teamspeak3-server_linux_${_TSARCH}/ts3server -t 
"${pkgdir}/usr/bin"
-  install -Dm 755 teamspeak3-server_linux_${_TSARCH}/tsdns/tsdnsserver -t 
"${pkgdir}/usr/bin"
-  install -Dm 644 teamspeak3-server_linux_${_TSARCH}/*.so -t 
"${pkgdir}/usr/lib"
-  install -Dm 644 teamspeak3-server_linux_${_TSARCH}/LICENSE -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/doc/teamspeak3-server" \
-"${pkgdir}/usr/share/teamspeak3-server"
-
-  cp -a teamspeak3-server_linux_${_TSARCH}/doc 
"${pkgdir}/usr/share/doc/teamspeak3-server"
-  cp -a teamspeak3-server_linux_${_TSARCH}/serverquerydocs 
"${pkgdir}/usr/share/doc/teamspeak3-server"
-  cp -a teamspeak3-server_linux_${_TSARCH}/sql 
"${pkgdir}/usr/share/teamspeak3-server"
-
-  find "${pkgdir}/usr/share/teamspeak3-server" -type d -exec chmod 755 {} \;
-  find "${pkgdir}/usr/share/teamspeak3-server" -type f -exec chmod 644 {} \;
-  find "${pkgdir}/usr/share/doc/teamspeak3-server" -type d -exec chmod 755 {} 
\;
-  find "${pkgdir}/usr/share/doc/teamspeak3-server" -type f -exec chmod 644 {} 
\;
-}
-
-# vim: ts=2 sw=2 et:

Copied: teamspeak3-server/repos/community-x86_64/PKGBUILD (from rev 611756, 
teamspeak3-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-04 23:01:35 UTC (rev 611757)
@@ -0,0 +1,57 @@
+# Maintainer: 

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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:53:32
  Author: felixonmars
Revision: 611754

upgpkg: perl-ppix-quotelike 0.011-1

Modified:
  perl-ppix-quotelike/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 21:49:04 UTC (rev 611753)
+++ PKGBUILD2020-04-04 21:53:32 UTC (rev 611754)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-ppix-quotelike
-pkgver=0.010
+pkgver=0.011
 pkgrel=1
 pkgdesc="Parse Perl string literals and string-literal-like things"
 arch=('any')
@@ -8,11 +8,10 @@
 license=('PerlArtistic')
 url="https://metacpan.org/release/PPIx-QuoteLike;
 depends=('perl-ppi')
-makedepends=('perl-ppix-regexp')
-optdepends=('perl-ppix-regexp: to find variables inside nested regular 
expressions')
+makedepends=('perl-ppix-regexp' 'perl-readonly')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz;)
-sha512sums=('91a09cc9218e6cfa3deb668b18142e1743459c64463c24a57b8b3ff2dd9b18efb667731ed19cc8173e2c09b931e7e01c281434956a7dc63ddb99f3ff630cc7a7')
+sha512sums=('6c5eb263e0b39d5d665623831c3b8e24099e6023c48893f0ecfef902446eff1533170c6996f4a62367c1dd9eb50e8fd3a47e2a9c3cffdc8ff30114d994ee')
 
 build() {
   cd PPIx-QuoteLike-$pkgver


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:53:47
  Author: felixonmars
Revision: 611755

archrelease: copy trunk to community-any

Added:
  perl-ppix-quotelike/repos/community-any/PKGBUILD
(from rev 611754, perl-ppix-quotelike/trunk/PKGBUILD)
Deleted:
  perl-ppix-quotelike/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-04 21:53:32 UTC (rev 611754)
+++ PKGBUILD2020-04-04 21:53:47 UTC (rev 611755)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-ppix-quotelike
-pkgver=0.010
-pkgrel=1
-pkgdesc="Parse Perl string literals and string-literal-like things"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/PPIx-QuoteLike;
-depends=('perl-ppi')
-makedepends=('perl-ppix-regexp')
-optdepends=('perl-ppix-regexp: to find variables inside nested regular 
expressions')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz;)
-sha512sums=('91a09cc9218e6cfa3deb668b18142e1743459c64463c24a57b8b3ff2dd9b18efb667731ed19cc8173e2c09b931e7e01c281434956a7dc63ddb99f3ff630cc7a7')
-
-build() {
-  cd PPIx-QuoteLike-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd PPIx-QuoteLike-$pkgver
-  make test
-}
-
-package() {
-  cd PPIx-QuoteLike-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-ppix-quotelike/repos/community-any/PKGBUILD (from rev 611754, 
perl-ppix-quotelike/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-04 21:53:47 UTC (rev 611755)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ppix-quotelike
+pkgver=0.011
+pkgrel=1
+pkgdesc="Parse Perl string literals and string-literal-like things"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-QuoteLike;
+depends=('perl-ppi')
+makedepends=('perl-ppix-regexp' 'perl-readonly')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz;)
+sha512sums=('6c5eb263e0b39d5d665623831c3b8e24099e6023c48893f0ecfef902446eff1533170c6996f4a62367c1dd9eb50e8fd3a47e2a9c3cffdc8ff30114d994ee')
+
+build() {
+  cd PPIx-QuoteLike-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-QuoteLike-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-QuoteLike-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:49:04
  Author: felixonmars
Revision: 611753

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-04 21:48:48 UTC (rev 611752)
+++ PKGBUILD2020-04-04 21:49:04 UTC (rev 611753)
@@ -1,58 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Dan Serban
-# Contributor: Richard Murri
-
-pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='Swiss Army knife of Python web development'
-url='http://werkzeug.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-timeout' 'python2-pytest-timeout' 
'python-requests' 'python2-requests')
-source=("https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz;)
-sha512sums=('bc6d61b078aebd92d79a68d2b040dc9cf0cb5a61fe9732861109324bd7f7be6e5fb9e2101f145429909d0e06a6435bd3b8d707022525c5236ba52776a315af2e')
-
-prepare() {
-  cp -r "werkzeug-$pkgver" "python-werkzeug-$pkgver"
-  cp -r "werkzeug-$pkgver" "python2-werkzeug-$pkgver"
-}
-
-build() {
-  cd "$srcdir/python-werkzeug-$pkgver"
-
-  python setup.py build
-
-  cd "$srcdir/python2-werkzeug-$pkgver"
-
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/python-werkzeug-$pkgver"
-  PYTHONPATH="$PWD/build/lib" pytest
-
-  cd "$srcdir/python2-werkzeug-$pkgver"
-  PYTHONPATH="$PWD/build/lib" pytest2
-}
-
-package_python-werkzeug() {
-  depends=('python')
-  cd "python-werkzeug-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
-
-package_python2-werkzeug() {
-  depends=('python2')
-  cd "python2-werkzeug-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-werkzeug/repos/community-any/PKGBUILD (from rev 611752, 
python-werkzeug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-04 21:49:04 UTC (rev 611753)
@@ -0,0 +1,58 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Dan Serban
+# Contributor: Richard Murri
+
+pkgname=('python-werkzeug' 'python2-werkzeug')
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Swiss Army knife of Python web development'
+url='http://werkzeug.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-timeout' 'python2-pytest-timeout' 
'python-requests' 'python2-requests')
+source=("https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz;)
+sha512sums=('ba82120fb3e96e3a1334c6452d5ba1950fc016d2d147d643bbc2168ccec496f1dea799982ae8c578167155082c0bdbda5d56a23f64b4b6865f97e90e22df022e')
+
+prepare() {
+  cp -r "werkzeug-$pkgver" "python-werkzeug-$pkgver"
+  cp -r "werkzeug-$pkgver" "python2-werkzeug-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-werkzeug-$pkgver"
+
+  python setup.py build
+
+  cd "$srcdir/python2-werkzeug-$pkgver"
+
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/python-werkzeug-$pkgver"
+  PYTHONPATH="$PWD/build/lib" pytest
+
+  cd "$srcdir/python2-werkzeug-$pkgver"
+  PYTHONPATH="$PWD/build/lib" pytest2
+}
+
+package_python-werkzeug() {
+  depends=('python')
+  cd "python-werkzeug-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+package_python2-werkzeug() {
+  depends=('python2')
+  cd "python2-werkzeug-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:48:48
  Author: felixonmars
Revision: 611752

upgpkg: python-werkzeug 1.0.1-1

Modified:
  python-werkzeug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 21:48:11 UTC (rev 611751)
+++ PKGBUILD2020-04-04 21:48:48 UTC (rev 611752)
@@ -5,8 +5,8 @@
 # Contributor: Richard Murri
 
 pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc='Swiss Army knife of Python web development'
 url='http://werkzeug.pocoo.org/'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-timeout' 'python2-pytest-timeout' 
'python-requests' 'python2-requests')
 source=("https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz;)
-sha512sums=('bc6d61b078aebd92d79a68d2b040dc9cf0cb5a61fe9732861109324bd7f7be6e5fb9e2101f145429909d0e06a6435bd3b8d707022525c5236ba52776a315af2e')
+sha512sums=('ba82120fb3e96e3a1334c6452d5ba1950fc016d2d147d643bbc2168ccec496f1dea799982ae8c578167155082c0bdbda5d56a23f64b4b6865f97e90e22df022e')
 
 prepare() {
   cp -r "werkzeug-$pkgver" "python-werkzeug-$pkgver"


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:47:28
  Author: felixonmars
Revision: 611748

upgpkg: dune 2.1.3-1

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 21:46:02 UTC (rev 611747)
+++ PKGBUILD2020-04-04 21:47:28 UTC (rev 611748)
@@ -2,7 +2,7 @@
 # Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(glibc ocaml ocaml-findlib)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ede9fe430ebe1404a6d39cdf8c45cb8b08864fbe2c988545b7fb5469dcc80df3edd3d96e32d761d1ddf7a7b4e06e4e804ccddf03d7fb4a6231a8c6b767e2eca1')
+sha512sums=('342cb699c5f727765f8eac18562259a9c2cd5ee0d60e864833bc4257864683bee8393fcc6b40a98f31b872881921dc64147628974bdb016f26c0f20ce320ee5f')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:47:55
  Author: felixonmars
Revision: 611750

upgpkg: ukui-power-manager 2.0.2-1

Modified:
  ukui-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 21:47:45 UTC (rev 611749)
+++ PKGBUILD2020-04-04 21:47:55 UTC (rev 611750)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ukui-power-manager
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Power management tool for the UKUI desktop"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('dbus-glib' 'gtk3' 'libgnome-keyring' 'libnotify' 'upower')
 makedepends=('intltool' 'mate-common' 'yelp-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-power-manager/archive/v$pkgver.tar.gz;)
-sha512sums=('ec8010ce428bd488a432deb47175d5c1ad7b016e4e175e46d2de65e226c5ef0d1025b6ebec317eb5f5ed51c2a52818b213442cb0a8bee60789297eab51f02f8f')
+sha512sums=('12f5fea1e3d32f0a63be9f7445546346143621a9e75f2dd7ee9c209b7dd761b9a7492d80e152daf06194d4fafcedd8d612cb90c0bfce03d81abf679bf15423ce')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in ukui-power-manager/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:48:11
  Author: felixonmars
Revision: 611751

archrelease: copy trunk to community-x86_64

Added:
  ukui-power-manager/repos/community-x86_64/PKGBUILD
(from rev 611750, ukui-power-manager/trunk/PKGBUILD)
Deleted:
  ukui-power-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-04 21:47:55 UTC (rev 611750)
+++ PKGBUILD2020-04-04 21:48:11 UTC (rev 611751)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-power-manager
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Power management tool for the UKUI desktop"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-power-manager;
-groups=('ukui')
-depends=('dbus-glib' 'gtk3' 'libgnome-keyring' 'libnotify' 'upower')
-makedepends=('intltool' 'mate-common' 'yelp-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-power-manager/archive/v$pkgver.tar.gz;)
-sha512sums=('ec8010ce428bd488a432deb47175d5c1ad7b016e4e175e46d2de65e226c5ef0d1025b6ebec317eb5f5ed51c2a52818b213442cb0a8bee60789297eab51f02f8f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --sbindir=/usr/bin 
--sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ukui-power-manager/repos/community-x86_64/PKGBUILD (from rev 611750, 
ukui-power-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-04 21:48:11 UTC (rev 611751)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-power-manager
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Power management tool for the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-power-manager;
+groups=('ukui')
+depends=('dbus-glib' 'gtk3' 'libgnome-keyring' 'libnotify' 'upower')
+makedepends=('intltool' 'mate-common' 'yelp-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-power-manager/archive/v$pkgver.tar.gz;)
+sha512sums=('12f5fea1e3d32f0a63be9f7445546346143621a9e75f2dd7ee9c209b7dd761b9a7492d80e152daf06194d4fafcedd8d612cb90c0bfce03d81abf679bf15423ce')
+
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --sbindir=/usr/bin 
--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:47:45
  Author: felixonmars
Revision: 611749

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-04 21:47:28 UTC (rev 611748)
+++ PKGBUILD2020-04-04 21:47:45 UTC (rev 611749)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Jakob Gahde 
-
-pkgname=dune
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="A composable build system for OCaml (formerly jbuilder)"
-arch=(x86_64)
-url="https://github.com/ocaml/dune;
-license=(Apache)
-depends=(glibc ocaml ocaml-findlib)
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('ede9fe430ebe1404a6d39cdf8c45cb8b08864fbe2c988545b7fb5469dcc80df3edd3d96e32d761d1ddf7a7b4e06e4e804ccddf03d7fb4a6231a8c6b767e2eca1')
-
-build() {
-cd ${pkgname}-${pkgver}
-make release
-}
-
-# Tests requires a bunch of (currently) unpackaged dependencies
-#check() {
-#cd ${pkgname}-${pkgver/b/-beta}
-#make test
-#}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr --libdir='$(ocamlfind 
printconf destdir)'" install
-
-# Fix doc and man install
-rm -r "${pkgdir}"/usr/doc
-install -dm755 "${pkgdir}"/usr/share
-mv "${pkgdir}"/usr/{man,share/}
-}

Copied: dune/repos/community-testing-x86_64/PKGBUILD (from rev 611748, 
dune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-04 21:47:45 UTC (rev 611749)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Jakob Gahde 
+
+pkgname=dune
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="A composable build system for OCaml (formerly jbuilder)"
+arch=(x86_64)
+url="https://github.com/ocaml/dune;
+license=(Apache)
+depends=(glibc ocaml ocaml-findlib)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('342cb699c5f727765f8eac18562259a9c2cd5ee0d60e864833bc4257864683bee8393fcc6b40a98f31b872881921dc64147628974bdb016f26c0f20ce320ee5f')
+
+build() {
+cd ${pkgname}-${pkgver}
+make release
+}
+
+# Tests requires a bunch of (currently) unpackaged dependencies
+#check() {
+#cd ${pkgname}-${pkgver/b/-beta}
+#make test
+#}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" INSTALL_ARGS="--prefix=/usr --libdir='$(ocamlfind 
printconf destdir)'" install
+
+# Fix doc and man install
+rm -r "${pkgdir}"/usr/doc
+install -dm755 "${pkgdir}"/usr/share
+mv "${pkgdir}"/usr/{man,share/}
+}


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:45:46
  Author: felixonmars
Revision: 611746

upgpkg: python-flask 1.1.2-1

Modified:
  python-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 21:44:02 UTC (rev 611745)
+++ PKGBUILD2020-04-04 21:45:46 UTC (rev 611746)
@@ -5,8 +5,8 @@
 
 pkgbase=python-flask
 pkgname=('python-flask' 'python2-flask')
-pkgver=1.1.1
-pkgrel=3
+pkgver=1.1.2
+pkgrel=1
 pkgdesc='Micro webdevelopment framework for Python'
 url='http://flask.pocoo.org/'
 arch=('any')
@@ -15,7 +15,7 @@
  'python-jinja' 'python2-jinja' 'python-itsdangerous' 
'python2-itsdangerous'
  'python-click' 'python2-click')
 source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
-sha512sums=('1d417e571695615262a52a4627e722090aedf06d7966b9cb3a8e6c80ffe36958c2d22ce4bbcba67a7b04fc29f8906aa0aeb3940e0c9b872f967765470f38eae3')
+sha512sums=('390baaea8e3500724a4a7755d930e078cfc072357af15f2180f35983cc86d224827afd9180a466e3ad546405a8b8a94d752c19eda716f2f06c1716e4f19c4fbc')
 
 prepare() {
   cp -r "flask-$pkgver" "python-flask-$pkgver"


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:46:02
  Author: felixonmars
Revision: 611747

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-04 21:45:46 UTC (rev 611746)
+++ PKGBUILD2020-04-04 21:46:02 UTC (rev 611747)
@@ -1,58 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Tarmo Heiskanen 
-
-pkgbase=python-flask
-pkgname=('python-flask' 'python2-flask')
-pkgver=1.1.1
-pkgrel=3
-pkgdesc='Micro webdevelopment framework for Python'
-url='http://flask.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-werkzeug' 
'python2-werkzeug'
- 'python-jinja' 'python2-jinja' 'python-itsdangerous' 
'python2-itsdangerous'
- 'python-click' 'python2-click')
-source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
-sha512sums=('1d417e571695615262a52a4627e722090aedf06d7966b9cb3a8e6c80ffe36958c2d22ce4bbcba67a7b04fc29f8906aa0aeb3940e0c9b872f967765470f38eae3')
-
-prepare() {
-  cp -r "flask-$pkgver" "python-flask-$pkgver"
-  cp -r "flask-$pkgver" "python2-flask-$pkgver"
-}
-
-buildk() {
-  cd "$srcdir/python-flask-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python2-flask-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/python-flask-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/python2-flask-$pkgver"
-  python2 setup.py test
-}
-
-package_python-flask() {
-  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
-  cd "$srcdir/python-flask-$pkgver"
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
-
-package_python2-flask() {
-  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
-  cd "$srcdir/python2-flask-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flask/repos/community-any/PKGBUILD (from rev 611746, 
python-flask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-04 21:46:02 UTC (rev 611747)
@@ -0,0 +1,58 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Tarmo Heiskanen 
+
+pkgbase=python-flask
+pkgname=('python-flask' 'python2-flask')
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='Micro webdevelopment framework for Python'
+url='http://flask.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-jinja' 'python2-jinja' 'python-itsdangerous' 
'python2-itsdangerous'
+ 'python-click' 'python2-click')
+source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
+sha512sums=('390baaea8e3500724a4a7755d930e078cfc072357af15f2180f35983cc86d224827afd9180a466e3ad546405a8b8a94d752c19eda716f2f06c1716e4f19c4fbc')
+
+prepare() {
+  cp -r "flask-$pkgver" "python-flask-$pkgver"
+  cp -r "flask-$pkgver" "python2-flask-$pkgver"
+}
+
+buildk() {
+  cd "$srcdir/python-flask-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-flask-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/python-flask-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/python2-flask-$pkgver"
+  python2 setup.py test
+}
+
+package_python-flask() {
+  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
+  cd "$srcdir/python-flask-$pkgver"
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+package_python2-flask() {
+  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
+  cd "$srcdir/python2-flask-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:43:46
  Author: felixonmars
Revision: 611744

upgpkg: faudio 20.04-1

Modified:
  faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 21:41:50 UTC (rev 611743)
+++ PKGBUILD2020-04-04 21:43:46 UTC (rev 611744)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=faudio
-pkgver=20.03
+pkgver=20.04
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('sdl2' 'ffmpeg')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('4b5772a43d4af9fce443d6e2275024cce54693d27f8770e030dd1b3fbe75cf678f9189e897c002f9176e8fc8a2c552c8ac191c9e14079ce7308680c0fa84b00c')
+sha512sums=('23b50afe53394ac031bcc5b0905932578308f07eed4b155a51f5c82a0cc7f37d8d740d4b454cc51ba0f7704b032504df11a1181d02efe21803c4a0232b2e6e16')
 
 prepare() {
   mkdir -p build


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:44:02
  Author: felixonmars
Revision: 611745

archrelease: copy trunk to community-x86_64

Added:
  faudio/repos/community-x86_64/PKGBUILD
(from rev 611744, faudio/trunk/PKGBUILD)
Deleted:
  faudio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-04 21:43:46 UTC (rev 611744)
+++ PKGBUILD2020-04-04 21:44:02 UTC (rev 611745)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=faudio
-pkgver=20.03
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/;
-license=('custom:zlib')
-depends=('sdl2' 'ffmpeg')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('4b5772a43d4af9fce443d6e2275024cce54693d27f8770e030dd1b3fbe75cf678f9189e897c002f9176e8fc8a2c552c8ac191c9e14079ce7308680c0fa84b00c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DFFMPEG=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: faudio/repos/community-x86_64/PKGBUILD (from rev 611744, 
faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-04 21:44:02 UTC (rev 611745)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=faudio
+pkgver=20.04
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/;
+license=('custom:zlib')
+depends=('sdl2' 'ffmpeg')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
+sha512sums=('23b50afe53394ac031bcc5b0905932578308f07eed4b155a51f5c82a0cc7f37d8d740d4b454cc51ba0f7704b032504df11a1181d02efe21803c4a0232b2e6e16')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DFFMPEG=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-04-04 Thread Levente Polyak via arch-commits
Date: Saturday, April 4, 2020 @ 21:41:50
  Author: anthraxx
Revision: 611743

archrelease: copy trunk to community-x86_64

Added:
  radare2-cutter/repos/community-x86_64/PKGBUILD
(from rev 611742, radare2-cutter/trunk/PKGBUILD)
Deleted:
  radare2-cutter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-04 21:41:46 UTC (rev 611742)
+++ PKGBUILD2020-04-04 21:41:50 UTC (rev 611743)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
-
-pkgname=radare2-cutter
-_gitcommit=b78df947d0a000ff38c38673fe84bae4c47a77e1
-pkgver=1.10.2
-epoch=1
-pkgrel=2
-pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
-url='https://github.com/radareorg/cutter'
-arch=('x86_64')
-license=('GPL3')
-depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python' 'jupyter'
- 'pyside2' 'python-shiboken2')
-makedepends=('git' 'cmake' 'shiboken2')
-optdepends=('r2ghidra-dec: ghidra decompiler plugin')
-source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  sed -e 's|PKGCONFIG += python3|PKGCONFIG += python3-embed|' -i 
$pkgname/src/Cutter.pro # Fix linking to python 3.8
-}
-
-build() {
-  mkdir -p ${pkgname}/build
-  cd ${pkgname}/build
-  export CFLAGS+=" ${CPPFLAGS}"
-  export CXXFLAGS+=" ${CPPFLAGS}"
-  qmake ../src/Cutter.pro \
-CUTTER_ENABLE_PYTHON=true \
-CUTTER_ENABLE_PYTHON_BINDINGS=true \
-CUTTER_USE_BUNDLED_RADARE2=false
-  make bindings_target
-  make
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm 755 build/Cutter -t "${pkgdir}/usr/bin"
-  install -Dm 644 src/org.radare.Cutter.desktop -t 
"${pkgdir}/usr/share/applications"
-  install -Dm 644 src/img/cutter.svg -t 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2-cutter/repos/community-x86_64/PKGBUILD (from rev 611742, 
radare2-cutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-04 21:41:50 UTC (rev 611743)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
+
+pkgname=radare2-cutter
+_gitcommit=b78df947d0a000ff38c38673fe84bae4c47a77e1
+pkgver=1.10.2
+epoch=1
+pkgrel=3
+pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
+url='https://github.com/radareorg/cutter'
+arch=('x86_64')
+license=('GPL3')
+depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python' 'jupyter'
+ 'pyside2' 'python-shiboken2')
+makedepends=('git' 'cmake' 'shiboken2')
+optdepends=('r2ghidra-dec: ghidra decompiler plugin')
+source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  sed -e 's|PKGCONFIG += python3|PKGCONFIG += python3-embed|' -i 
$pkgname/src/Cutter.pro # Fix linking to python 3.8
+}
+
+build() {
+  mkdir -p ${pkgname}/build
+  cd ${pkgname}/build
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCUTTER_ENABLE_PYTHON=true \
+-DCUTTER_ENABLE_PYTHON_BINDINGS=true \
+-DCUTTER_USE_BUNDLED_RADARE2=false \
+../src
+  make VERBOSE=1
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 755 build/Cutter -t "${pkgdir}/usr/bin"
+  install -Dm 644 src/org.radare.Cutter.desktop -t 
"${pkgdir}/usr/share/applications"
+  install -Dm 644 src/img/cutter.svg -t 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps"
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-04 Thread Levente Polyak via arch-commits
Date: Saturday, April 4, 2020 @ 21:41:46
  Author: anthraxx
Revision: 611742

upgpkg: radare2-cutter 1:1.10.2-3: pyside2 rebuild

Modified:
  radare2-cutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 21:39:10 UTC (rev 611741)
+++ PKGBUILD2020-04-04 21:41:46 UTC (rev 611742)
@@ -6,7 +6,7 @@
 _gitcommit=b78df947d0a000ff38c38673fe84bae4c47a77e1
 pkgver=1.10.2
 epoch=1
-pkgrel=2
+pkgrel=3
 pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
 url='https://github.com/radareorg/cutter'
 arch=('x86_64')
@@ -32,12 +32,14 @@
   cd ${pkgname}/build
   export CFLAGS+=" ${CPPFLAGS}"
   export CXXFLAGS+=" ${CPPFLAGS}"
-  qmake ../src/Cutter.pro \
-CUTTER_ENABLE_PYTHON=true \
-CUTTER_ENABLE_PYTHON_BINDINGS=true \
-CUTTER_USE_BUNDLED_RADARE2=false
-  make bindings_target
-  make
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCUTTER_ENABLE_PYTHON=true \
+-DCUTTER_ENABLE_PYTHON_BINDINGS=true \
+-DCUTTER_USE_BUNDLED_RADARE2=false \
+../src
+  make VERBOSE=1
 }
 
 package() {


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 21:38:54
  Author: felixonmars
Revision: 611740

upgpkg: lib32-faudio 20.04-1

Modified:
  lib32-faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 21:00:00 UTC (rev 611739)
+++ PKGBUILD2020-04-04 21:38:54 UTC (rev 611740)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=lib32-faudio
-pkgver=20.03
+pkgver=20.04
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('4b5772a43d4af9fce443d6e2275024cce54693d27f8770e030dd1b3fbe75cf678f9189e897c002f9176e8fc8a2c552c8ac191c9e14079ce7308680c0fa84b00c')
+sha512sums=('23b50afe53394ac031bcc5b0905932578308f07eed4b155a51f5c82a0cc7f37d8d740d4b454cc51ba0f7704b032504df11a1181d02efe21803c4a0232b2e6e16')
 
 prepare() {
   mkdir -p build


  1   2   3   >