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

2020-05-05 Thread Felix Yan via arch-commits
Date: Wednesday, May 6, 2020 @ 05:59:08
  Author: felixonmars
Revision: 625010

upgpkg: nodejs 14.2.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 05:53:07 UTC (rev 625009)
+++ PKGBUILD2020-05-06 05:59:08 UTC (rev 625010)
@@ -8,8 +8,8 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=14.1.0
-pkgrel=2
+pkgver=14.2.0
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
 url='https://nodejs.org/'
@@ -18,7 +18,7 @@
 makedepends=('python' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('e55d90c261139f7e15d526bcb70363259d5496c951ac6e94e139e23e84fa3e6391d28e9765faa383d126f03fb34b452cb99cebf9178c86c5f3c9bdc9b7506be0')
+sha512sums=('da4a5fc3bb3b5e781a56a11d18a54c96fb49562736b1020505f6565c737a9f25c88e50aad0087d44a5b4e9a7a61d81b70a9338263b2bd7acf9bccd31fbdc8783')
 
 build() {
   cd node-$pkgver


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

2020-05-05 Thread Felix Yan via arch-commits
Date: Wednesday, May 6, 2020 @ 05:52:36
  Author: felixonmars
Revision: 625008

upgpkg: v2ray-geoip 202005060001-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 04:24:10 UTC (rev 625007)
+++ PKGBUILD2020-05-06 05:52:36 UTC (rev 625008)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202004290001
+pkgver=202005060001
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2ray/geoip;
 license=('MIT')
 
source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('24e0a6a05c4135d1cd87fd7bd8522468893d4c11c003520074890c02d6fe2b32ff8e4f740e50901e32b4e0289930f6d81891962e45be6631def3792edaac4891')
+sha512sums=('959ded69ede5e83906e474962c6b50319b55d83b29219bdf6c400524fd8157c09f30d67addd5394a0478171fab4b44a63a2edb03770c81d83842e9f6091f41b0')
 
 package() {
   install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat


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

2020-05-05 Thread Felix Yan via arch-commits
Date: Wednesday, May 6, 2020 @ 05:53:07
  Author: felixonmars
Revision: 625009

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 625008, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 05:52:36 UTC (rev 625008)
+++ PKGBUILD2020-05-06 05:53:07 UTC (rev 625009)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202004290001
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2ray/geoip;
-license=('MIT')
-source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('24e0a6a05c4135d1cd87fd7bd8522468893d4c11c003520074890c02d6fe2b32ff8e4f740e50901e32b4e0289930f6d81891962e45be6631def3792edaac4891')
-
-package() {
-  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 625008, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 05:53:07 UTC (rev 625009)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202005060001
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2ray/geoip;
+license=('MIT')
+source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
+sha512sums=('959ded69ede5e83906e474962c6b50319b55d83b29219bdf6c400524fd8157c09f30d67addd5394a0478171fab4b44a63a2edb03770c81d83842e9f6091f41b0')
+
+package() {
+  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
+}


[arch-commits] Commit in 389-ds-base/trunk (PKGBUILD)

2020-05-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 6, 2020 @ 04:29:06
  Author: svenstaro
Revision: 382360

upgpkg: 389-ds-base 1.4.4.1-1

Modified:
  389-ds-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 01:51:32 UTC (rev 382359)
+++ PKGBUILD2020-05-06 04:29:06 UTC (rev 382360)
@@ -4,9 +4,9 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=389-ds-base
-pkgver=1.4.3.4
+pkgver=1.4.4.1
 pkgdesc="389 Directory Server (base)"
-pkgrel=3
+pkgrel=1
 arch=(x86_64)
 url="http://port389.org/;
 license=(GPL)
@@ -18,15 +18,15 @@
 etc/dirsrv/config/template-initconfig)
 depends=(libevent nspr nss net-snmp pam openldap python-argcomplete 
python-dateutil python-ldap perl)
 makedepends=(cargo rsync doxygen cmocka python-setuptools 
python-argparse-manpage)
-source=("https://releases.pagure.org/389-ds-base/${pkgname}-${pkgver}.tar.bz2;
+source=(https://pagure.io/389-ds-base/archive/389-ds-base-${pkgver}/389-ds-base-389-ds-base-${pkgver}.tar.gz
 389-ds-base.sysusers
 389-ds-base.tmpfiles)
-sha512sums=('013403f49000e80b42565191153fb0e535ff6b2cbd1fc9127fb917e2bd9379e57c5e7562259d47a72126761b642af87eb854058b842fc33077e98d6e123d556f'
+sha512sums=('6517a0fb6c1c7415b5fbdcaea9872578ef788958115df19b4dd3cfe62746ab8345d15af20aae7d1acdb2ac8d654bd906f2ef458ff558d2f00b35dd7a8d2a4855'
 
'8689b60f13517e6541e1faa62e61781654a8e4678990d14a3fe0cfe4673697cdde1c46763fdc7ef6203e4026286fa004c73b2857fd7fecff69483e6d1e8e6d68'
 
'5dff695ae866a591a711f836f2f72f2005b4afdb20760cda8711791910299e2c6ec71dff5eca9a2d9832cad8f9e9904dbbcf2d314cd9b20432bc8fd05c097868')
 
 prepare() {
-  cd "${pkgbase}-${pkgver}"
+  cd "${pkgname}-${pkgname}-${pkgver}"
 
   cargo vendor --manifest-path=./src/libsds/Cargo.toml
   cargo fetch --manifest-path=./src/libsds/Cargo.toml
@@ -37,7 +37,7 @@
 }
 
 build() {
-  cd "${pkgbase}-${pkgver}"
+  cd "${pkgname}-${pkgname}-${pkgver}"
 
   # Build 389-ds-base
   ./configure \
@@ -64,12 +64,13 @@
 }
 
 check() {
-  cd "${pkgbase}-${pkgver}"
+  cd "${pkgname}-${pkgname}-${pkgver}"
   make check
 }
 
 package() {
-  cd "${pkgbase}-${pkgver}"
+  cd "${pkgname}-${pkgname}-${pkgver}"
+  # make DESTDIR="${pkgdir}/" install
   make -j1 DESTDIR="${pkgdir}/" install
 
   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE


[arch-commits] Commit in 389-ds-base/repos/extra-x86_64 (8 files)

2020-05-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 6, 2020 @ 04:29:15
  Author: svenstaro
Revision: 382361

archrelease: copy trunk to extra-x86_64

Added:
  389-ds-base/repos/extra-x86_64/389-ds-base.sysusers
(from rev 382360, 389-ds-base/trunk/389-ds-base.sysusers)
  389-ds-base/repos/extra-x86_64/389-ds-base.tmpfiles
(from rev 382360, 389-ds-base/trunk/389-ds-base.tmpfiles)
  389-ds-base/repos/extra-x86_64/PKGBUILD
(from rev 382360, 389-ds-base/trunk/PKGBUILD)
  389-ds-base/repos/extra-x86_64/bcf5e9f.patch
(from rev 382360, 389-ds-base/trunk/bcf5e9f.patch)
Deleted:
  389-ds-base/repos/extra-x86_64/389-ds-base.sysusers
  389-ds-base/repos/extra-x86_64/389-ds-base.tmpfiles
  389-ds-base/repos/extra-x86_64/PKGBUILD
  389-ds-base/repos/extra-x86_64/bcf5e9f.patch

--+
 389-ds-base.sysusers |2 
 389-ds-base.tmpfiles |4 -
 PKGBUILD |  173 -
 bcf5e9f.patch|   82 +++
 4 files changed, 131 insertions(+), 130 deletions(-)

Deleted: 389-ds-base.sysusers
===
--- 389-ds-base.sysusers2020-05-06 04:29:06 UTC (rev 382360)
+++ 389-ds-base.sysusers2020-05-06 04:29:15 UTC (rev 382361)
@@ -1 +0,0 @@
-u dirsrv   440  "389 Directory Server" /var/lib/389-ds-base

Copied: 389-ds-base/repos/extra-x86_64/389-ds-base.sysusers (from rev 382360, 
389-ds-base/trunk/389-ds-base.sysusers)
===
--- 389-ds-base.sysusers(rev 0)
+++ 389-ds-base.sysusers2020-05-06 04:29:15 UTC (rev 382361)
@@ -0,0 +1 @@
+u dirsrv   440  "389 Directory Server" /var/lib/389-ds-base

Deleted: 389-ds-base.tmpfiles
===
--- 389-ds-base.tmpfiles2020-05-06 04:29:06 UTC (rev 382360)
+++ 389-ds-base.tmpfiles2020-05-06 04:29:15 UTC (rev 382361)
@@ -1,2 +0,0 @@
-d /var/log/dirsrv 0700 dirsrv dirsrv -
-d /var/lib/dirsrv 0700 dirsrv dirsrv -

Copied: 389-ds-base/repos/extra-x86_64/389-ds-base.tmpfiles (from rev 382360, 
389-ds-base/trunk/389-ds-base.tmpfiles)
===
--- 389-ds-base.tmpfiles(rev 0)
+++ 389-ds-base.tmpfiles2020-05-06 04:29:15 UTC (rev 382361)
@@ -0,0 +1,2 @@
+d /var/log/dirsrv 0700 dirsrv dirsrv -
+d /var/lib/dirsrv 0700 dirsrv dirsrv -

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 04:29:06 UTC (rev 382360)
+++ PKGBUILD2020-05-06 04:29:15 UTC (rev 382361)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Javier Torres 
-# Contributor: Jameson Pugh 
-# Contributor: Xiao-Long Chen 
-
-pkgname=389-ds-base
-pkgver=1.4.3.4
-pkgdesc="389 Directory Server (base)"
-pkgrel=3
-arch=(x86_64)
-url="http://port389.org/;
-license=(GPL)
-provides=(libsvrcore.so)
-replaces=(python-lib389)
-backup=(etc/dirsrv/config/certmap.conf
-etc/dirsrv/config/ldap-agent.conf
-etc/dirsrv/config/slapd-collations.conf
-etc/dirsrv/config/template-initconfig)
-depends=(libevent nspr nss net-snmp pam openldap python-argcomplete 
python-dateutil python-ldap perl)
-makedepends=(cargo rsync doxygen cmocka python-setuptools 
python-argparse-manpage)
-source=("https://releases.pagure.org/389-ds-base/${pkgname}-${pkgver}.tar.bz2;
-389-ds-base.sysusers
-389-ds-base.tmpfiles)
-sha512sums=('013403f49000e80b42565191153fb0e535ff6b2cbd1fc9127fb917e2bd9379e57c5e7562259d47a72126761b642af87eb854058b842fc33077e98d6e123d556f'
-
'8689b60f13517e6541e1faa62e61781654a8e4678990d14a3fe0cfe4673697cdde1c46763fdc7ef6203e4026286fa004c73b2857fd7fecff69483e6d1e8e6d68'
-
'5dff695ae866a591a711f836f2f72f2005b4afdb20760cda8711791910299e2c6ec71dff5eca9a2d9832cad8f9e9904dbbcf2d314cd9b20432bc8fd05c097868')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-
-  cargo vendor --manifest-path=./src/libsds/Cargo.toml
-  cargo fetch --manifest-path=./src/libsds/Cargo.toml
-  cargo vendor --manifest-path=./src/librslapd/Cargo.toml
-  cargo fetch --manifest-path=./src/librslapd/Cargo.toml
-
-  autoreconf -fiv
-}
-
-build() {
-  cd "${pkgbase}-${pkgver}"
-
-  # Build 389-ds-base
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib/${pkgbase} \
---with-tmpfiles-d=/usr/lib/tmpfiles.d \
---with-systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---with-systemdsystemconfdir=/etc/systemd/system \
---with-journald \
---with-openldap \
---enable-autobind \
---enable-cmocka \
---enable-rust \
---enable-perl
-  make
-
-  # Build lib389
-  cd src/lib389
-  python setup.py build
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${pkgbase}-${pkgver}"
-  

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

2020-05-05 Thread Jan Steffens via arch-commits
Date: Wednesday, May 6, 2020 @ 04:24:10
  Author: heftig
Revision: 625007

archrelease: copy trunk to community-x86_64

Added:
  simple-scan/repos/community-x86_64/PKGBUILD
(from rev 625006, simple-scan/trunk/PKGBUILD)
Deleted:
  simple-scan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 04:21:29 UTC (rev 625006)
+++ PKGBUILD2020-05-06 04:24:10 UTC (rev 625007)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Joeny Ang 
-
-pkgname=simple-scan
-pkgver=3.36.2
-pkgrel=1
-pkgdesc="Simple scanning utility"
-url="https://gitlab.gnome.org/GNOME/simple-scan;
-arch=(x86_64)
-license=(GPL3)
-groups=(gnome)
-depends=(sane dconf gtk3 colord-sane libgusb)
-makedepends=(yelp-tools meson vala git)
-_commit=2bf599f7a7f0930d30039c240dd0887dbbc578b7  # tags/3.36.2^0
-source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 625006, 
simple-scan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 04:24:10 UTC (rev 625007)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.36.2.1
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://gitlab.gnome.org/GNOME/simple-scan;
+arch=(x86_64)
+license=(GPL3)
+groups=(gnome)
+depends=(sane dconf gtk3 colord-sane libgusb)
+makedepends=(yelp-tools meson vala git)
+_commit=1e00b862e2d2dcf47398ba010e96306a9057eb2f  # tags/3.36.2.1^0
+source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-05-05 Thread Jan Steffens via arch-commits
Date: Wednesday, May 6, 2020 @ 04:21:29
  Author: heftig
Revision: 625006

3.36.2.1-1

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 04:19:56 UTC (rev 625005)
+++ PKGBUILD2020-05-06 04:21:29 UTC (rev 625006)
@@ -4,7 +4,7 @@
 # Contributor: Joeny Ang 
 
 pkgname=simple-scan
-pkgver=3.36.2
+pkgver=3.36.2.1
 pkgrel=1
 pkgdesc="Simple scanning utility"
 url="https://gitlab.gnome.org/GNOME/simple-scan;
@@ -13,7 +13,7 @@
 groups=(gnome)
 depends=(sane dconf gtk3 colord-sane libgusb)
 makedepends=(yelp-tools meson vala git)
-_commit=2bf599f7a7f0930d30039c240dd0887dbbc578b7  # tags/3.36.2^0
+_commit=1e00b862e2d2dcf47398ba010e96306a9057eb2f  # tags/3.36.2.1^0
 source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-05-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 6, 2020 @ 04:19:50
  Author: svenstaro
Revision: 625004

upgpkg: binaryen 1:93-1

Modified:
  binaryen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 04:13:44 UTC (rev 625003)
+++ PKGBUILD2020-05-06 04:19:50 UTC (rev 625004)
@@ -3,16 +3,16 @@
 
 pkgname=binaryen
 epoch=1
-pkgver=91
+pkgver=93
 pkgrel=1
 pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
 arch=('x86_64')
 url="https://github.com/WebAssembly/binaryen;
 license=('MIT')
-makedepends=(cmake ninja python git)
+makedepends=('cmake' 'ninja' 'python' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/WebAssembly/binaryen/archive/version_${pkgver}.tar.gz;
 "binaryen.sh")
-sha384sums=('5b71a40e9aaa35b3757643eb3f2d7d41547f612937d2e7878bb79fee5e5caa23a6bfccdcdfacfd4e79ba24ca40289e51'
+sha384sums=('08feb86dac0345d2e13443681d521c141d0e2d20dac0f1946e8aefb02f6081a6518d72c36e9152024988f9392ea60a2b'
 
'fdf76d46e6ab9b915212bbca7c29e624e209de911b18ecaccc40b99a00360cd12b261f96c8655f02ec4fd28cedffbcac')
 
 prepare() {


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

2020-05-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 6, 2020 @ 04:19:56
  Author: svenstaro
Revision: 625005

archrelease: copy trunk to community-x86_64

Added:
  binaryen/repos/community-x86_64/PKGBUILD
(from rev 625004, binaryen/trunk/PKGBUILD)
  binaryen/repos/community-x86_64/binaryen.sh
(from rev 625004, binaryen/trunk/binaryen.sh)
Deleted:
  binaryen/repos/community-x86_64/PKGBUILD
  binaryen/repos/community-x86_64/binaryen.sh

-+
 PKGBUILD|   70 +-
 binaryen.sh |   18 +++---
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 04:19:50 UTC (rev 625004)
+++ PKGBUILD2020-05-06 04:19:56 UTC (rev 625005)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Dario Ostuni 
-
-pkgname=binaryen
-epoch=1
-pkgver=91
-pkgrel=1
-pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
-arch=('x86_64')
-url="https://github.com/WebAssembly/binaryen;
-license=('MIT')
-makedepends=(cmake ninja python git)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/WebAssembly/binaryen/archive/version_${pkgver}.tar.gz;
-"binaryen.sh")
-sha384sums=('5b71a40e9aaa35b3757643eb3f2d7d41547f612937d2e7878bb79fee5e5caa23a6bfccdcdfacfd4e79ba24ca40289e51'
-
'fdf76d46e6ab9b915212bbca7c29e624e209de911b18ecaccc40b99a00360cd12b261f96c8655f02ec4fd28cedffbcac')
-
-prepare() {
-mkdir -p binaryen-version_$pkgver/build
-}
-
-build() {
-cd binaryen-version_$pkgver/build
-
-cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr ..
-ninja
-}
-
-package() {
-cd binaryen-version_$pkgver/build
-DESTDIR="$pkgdir" ninja install
-
-install -Dm755 "$srcdir"/binaryen.sh "$pkgdir"/etc/profile.d/binaryen.sh
-install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: binaryen/repos/community-x86_64/PKGBUILD (from rev 625004, 
binaryen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 04:19:56 UTC (rev 625005)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Dario Ostuni 
+
+pkgname=binaryen
+epoch=1
+pkgver=93
+pkgrel=1
+pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
+arch=('x86_64')
+url="https://github.com/WebAssembly/binaryen;
+license=('MIT')
+makedepends=('cmake' 'ninja' 'python' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/WebAssembly/binaryen/archive/version_${pkgver}.tar.gz;
+"binaryen.sh")
+sha384sums=('08feb86dac0345d2e13443681d521c141d0e2d20dac0f1946e8aefb02f6081a6518d72c36e9152024988f9392ea60a2b'
+
'fdf76d46e6ab9b915212bbca7c29e624e209de911b18ecaccc40b99a00360cd12b261f96c8655f02ec4fd28cedffbcac')
+
+prepare() {
+mkdir -p binaryen-version_$pkgver/build
+}
+
+build() {
+cd binaryen-version_$pkgver/build
+
+cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr ..
+ninja
+}
+
+package() {
+cd binaryen-version_$pkgver/build
+DESTDIR="$pkgdir" ninja install
+
+install -Dm755 "$srcdir"/binaryen.sh "$pkgdir"/etc/profile.d/binaryen.sh
+install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: binaryen.sh
===
--- binaryen.sh 2020-05-06 04:19:50 UTC (rev 625004)
+++ binaryen.sh 2020-05-06 04:19:56 UTC (rev 625005)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# This one is for emscripten.
-export BINARYEN="/usr"
-
-# This one is for binaryen itself.
-export BINARYEN_ROOT="/usr"
-
-# Just agree on one of these god damnit.

Copied: binaryen/repos/community-x86_64/binaryen.sh (from rev 625004, 
binaryen/trunk/binaryen.sh)
===
--- binaryen.sh (rev 0)
+++ binaryen.sh 2020-05-06 04:19:56 UTC (rev 625005)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# This one is for emscripten.
+export BINARYEN="/usr"
+
+# This one is for binaryen itself.
+export BINARYEN_ROOT="/usr"
+
+# Just agree on one of these god damnit.


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

2020-05-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 6, 2020 @ 04:13:44
  Author: svenstaro
Revision: 625003

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 625002, telegram-desktop/trunk/PKGBUILD)
Deleted:
  telegram-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 04:13:39 UTC (rev 625002)
+++ PKGBUILD2020-05-06 04:13:44 UTC (rev 625003)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
- 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected')
-optdepends=('ttf-opensans: default Open Sans font family')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
-sha512sums=('aa542c029ead2d1b6c398ecca949b86fae8f37094ceb462ace4628f8e53882faf35b3c2e4fe03dd2e4e17b07412896f7b05d6748b13c99a3bac117b7449d69a8')
-
-build() {
-cd tdesktop-$pkgver-full
-
-# export CXXFLAGS="$CXXFLAGS 
-ffile-prefix-map=$srcdir/tdesktop-$pkgver-full="
-cmake -B build -G Ninja . \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_BUILD_TYPE=Release \
--DTDESKTOP_API_TEST=ON \
--DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF \
--DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF \
--DDESKTOP_APP_USE_PACKAGED_GSL=OFF \
--DTDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME=ON \
--DTDESKTOP_USE_PACKAGED_TGVOIP=OFF \
--DDESKTOP_APP_SPECIAL_TARGET="" \
--DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop"
-ninja -C build
-}
-
-package() {
-cd tdesktop-$pkgver-full
-DESTDIR=$pkgdir ninja -C build install
-}

Copied: telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 625002, 
telegram-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 04:13:44 UTC (rev 625003)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
+ 'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected')
+optdepends=('ttf-opensans: default Open Sans font family')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
+sha512sums=('c23d9a961132cd2592ce8f728ed7592091a8c2a1d94797facd93516ab0c9194bd5b90ba7a7d4e8aa778940bc4a23d4ac69507a9f150c3bf4e743c6659e545ccf')
+
+build() {
+cd tdesktop-$pkgver-full
+
+# export CXXFLAGS="$CXXFLAGS 
-ffile-prefix-map=$srcdir/tdesktop-$pkgver-full="
+cmake -B build -G Ninja . \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DCMAKE_BUILD_TYPE=Release \
+-DTDESKTOP_API_TEST=ON \
+-DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF \
+-DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF \
+-DDESKTOP_APP_USE_PACKAGED_GSL=OFF \
+-DTDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME=ON \
+-DTDESKTOP_USE_PACKAGED_TGVOIP=OFF \
+-DDESKTOP_APP_SPECIAL_TARGET="" \
+-DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop"
+ninja -C build
+}
+
+package() {
+cd tdesktop-$pkgver-full
+DESTDIR=$pkgdir ninja -C build install
+}


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

2020-05-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 6, 2020 @ 04:13:39
  Author: svenstaro
Revision: 625002

upgpkg: telegram-desktop 2.1.2-1

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 02:48:59 UTC (rev 625001)
+++ PKGBUILD2020-05-06 04:13:39 UTC (rev 625002)
@@ -1,11 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
 pkgname=telegram-desktop
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
@@ -16,7 +12,7 @@
 makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected')
 optdepends=('ttf-opensans: default Open Sans font family')
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
-sha512sums=('aa542c029ead2d1b6c398ecca949b86fae8f37094ceb462ace4628f8e53882faf35b3c2e4fe03dd2e4e17b07412896f7b05d6748b13c99a3bac117b7449d69a8')
+sha512sums=('c23d9a961132cd2592ce8f728ed7592091a8c2a1d94797facd93516ab0c9194bd5b90ba7a7d4e8aa778940bc4a23d4ac69507a9f150c3bf4e743c6659e545ccf')
 
 build() {
 cd tdesktop-$pkgver-full


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2020-05-05 Thread Daniel M. Capella via arch-commits
Date: Wednesday, May 6, 2020 @ 02:48:59
  Author: polyzen
Revision: 625001

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 625000, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 02:48:40 UTC (rev 625000)
+++ PKGBUILD2020-05-06 02:48:59 UTC (rev 625001)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=3.5.3
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('7ed2b05c7a4e81e7ef93655bd1ebe6ad24e9823e469d40a30fb21b83fdf81009')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 625000, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 02:48:59 UTC (rev 625001)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=3.5.4
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('6f6725aac13b2e019124e979e862a62f487f7415dfabf92901ec07c1190e435a')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-tree-style-tab/trunk (PKGBUILD)

2020-05-05 Thread Daniel M. Capella via arch-commits
Date: Wednesday, May 6, 2020 @ 02:48:40
  Author: polyzen
Revision: 625000

upgpkg: firefox-tree-style-tab 3.5.4-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 02:34:22 UTC (rev 624999)
+++ PKGBUILD2020-05-06 02:48:40 UTC (rev 625000)
@@ -2,7 +2,7 @@
 # Contributor: Jérémie Detrey 
 
 pkgname=firefox-tree-style-tab
-pkgver=3.5.3
+pkgver=3.5.4
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')
@@ -11,7 +11,7 @@
 url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
 
source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('7ed2b05c7a4e81e7ef93655bd1ebe6ad24e9823e469d40a30fb21b83fdf81009')
+sha256sums=('6f6725aac13b2e019124e979e862a62f487f7415dfabf92901ec07c1190e435a')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


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

2020-05-05 Thread Nicola Squartini via arch-commits
Date: Wednesday, May 6, 2020 @ 02:34:22
  Author: tensor5
Revision: 624999

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
(from rev 624998, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 02:33:54 UTC (rev 624998)
+++ PKGBUILD2020-05-06 02:34:22 UTC (rev 624999)
@@ -1,41 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.6.6
-_commit=6c089d02b22068e4818d7be76d98e483065bdcd1
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('cvc4' 'z3')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-cd ${pkgname}
-
-commithash=$(git rev-parse --short=8 HEAD)
-echo -n ${commithash} > commit_hash.txt
-echo -n > prerelease.txt
-}
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 624998, 
solidity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 02:34:22 UTC (rev 624999)
@@ -0,0 +1,41 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.6.7
+_commit=b8d736ae0c506b1b3cf5d2456af67e8dc2c0ca8e
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('cvc4' 'z3')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}


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

2020-05-05 Thread Nicola Squartini via arch-commits
Date: Wednesday, May 6, 2020 @ 02:33:54
  Author: tensor5
Revision: 624998

upgpkg: solidity 0.6.7-1

Modified:
  solidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 02:26:06 UTC (rev 624997)
+++ PKGBUILD2020-05-06 02:33:54 UTC (rev 624998)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.6.6
-_commit=6c089d02b22068e4818d7be76d98e483065bdcd1
+pkgver=0.6.7
+_commit=b8d736ae0c506b1b3cf5d2456af67e8dc2c0ca8e
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')


[arch-commits] Commit in react-native-debugger/repos/community-any (8 files)

2020-05-05 Thread Nicola Squartini via arch-commits
Date: Wednesday, May 6, 2020 @ 02:26:06
  Author: tensor5
Revision: 624997

archrelease: copy trunk to community-any

Added:
  react-native-debugger/repos/community-any/PKGBUILD
(from rev 624996, react-native-debugger/trunk/PKGBUILD)
  react-native-debugger/repos/community-any/iconPath.patch
(from rev 624996, react-native-debugger/trunk/iconPath.patch)
  react-native-debugger/repos/community-any/react-native-debugger.desktop
(from rev 624996, react-native-debugger/trunk/react-native-debugger.desktop)
  react-native-debugger/repos/community-any/react-native-debugger.js
(from rev 624996, react-native-debugger/trunk/react-native-debugger.js)
Deleted:
  react-native-debugger/repos/community-any/PKGBUILD
  react-native-debugger/repos/community-any/iconPath.patch
  react-native-debugger/repos/community-any/react-native-debugger.desktop
  react-native-debugger/repos/community-any/react-native-debugger.js

---+
 PKGBUILD  |  112 
 iconPath.patch|   22 +++
 react-native-debugger.desktop |   16 ++---
 react-native-debugger.js  |   58 ++--
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 02:25:24 UTC (rev 624996)
+++ PKGBUILD2020-05-06 02:26:06 UTC (rev 624997)
@@ -1,56 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=react-native-debugger
-pkgver=0.11.1
-_commit=e7514d6909d885576f845ab740b1393baab88225
-pkgrel=1
-pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
-arch=('any')
-url='https://github.com/jhen0409/react-native-debugger'
-license=('MIT')
-depends=('electron')
-makedepends=('asar' 'git' 'yarn')
-source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
-'iconPath.patch'
-'react-native-debugger.desktop'
-'react-native-debugger.js')
-sha256sums=('SKIP'
-'75cd9814325bfcdfc5dc9f85a7ce75a021e4b3c8cd105b851eb804e7b580d474'
-'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb')
-
-pkgver() {
-cd ${pkgname}
-git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i ../iconPath.patch
-}
-
-build() {
-cd ${pkgname}
-
-yarn --ignore-scripts
-cd dist
-yarn
-node ../scripts/patch-modules.js
-cd ..
-yarn build
-}
-
-package() {
-cd ${pkgname}
-
-install -dm755 "${pkgdir}/usr/lib"
-rm dist/logo.png  # see iconPath.patch
-asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
-
-install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
-install -Dm644 electron/logo.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: react-native-debugger/repos/community-any/PKGBUILD (from rev 624996, 
react-native-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 02:26:06 UTC (rev 624997)
@@ -0,0 +1,56 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.11.3
+_commit=c70e9ea4bbe71a9813e77c23e431e493dc8ee41b
+pkgrel=1
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron')
+makedepends=('asar' 'git' 'yarn')
+source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
+'iconPath.patch'
+'react-native-debugger.desktop'
+'react-native-debugger.js')
+sha256sums=('SKIP'
+'75cd9814325bfcdfc5dc9f85a7ce75a021e4b3c8cd105b851eb804e7b580d474'
+'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
+'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb')
+
+pkgver() {
+cd ${pkgname}
+git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i ../iconPath.patch
+}
+
+build() {
+cd ${pkgname}
+
+yarn --ignore-scripts
+cd dist
+yarn
+node ../scripts/patch-modules.js
+cd ..
+yarn build
+}
+
+package() {
+cd ${pkgname}
+
+install -dm755 "${pkgdir}/usr/lib"
+rm dist/logo.png  # see iconPath.patch
+asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
+
+install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
+install -Dm644 electron/logo.png \
+   

[arch-commits] Commit in react-native-debugger/trunk (PKGBUILD)

2020-05-05 Thread Nicola Squartini via arch-commits
Date: Wednesday, May 6, 2020 @ 02:25:24
  Author: tensor5
Revision: 624996

upgpkg: react-native-debugger 0.11.3-1

Modified:
  react-native-debugger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 02:14:01 UTC (rev 624995)
+++ PKGBUILD2020-05-06 02:25:24 UTC (rev 624996)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=react-native-debugger
-pkgver=0.11.1
-_commit=e7514d6909d885576f845ab740b1393baab88225
+pkgver=0.11.3
+_commit=c70e9ea4bbe71a9813e77c23e431e493dc8ee41b
 pkgrel=1
 pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
 arch=('any')


[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-05-05 Thread Nicola Squartini via arch-commits
Date: Wednesday, May 6, 2020 @ 02:14:01
  Author: tensor5
Revision: 624995

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 624994, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 624994, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 624994, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 624994, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 624994, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 624994, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 624994, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 624994, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 624994, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 624994, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 624994, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 624994, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  288 ++---
 atom.js |   66 ++--
 dugite-use-system-git.patch |   66 ++--
 fix-atom-sh.patch   |  304 +++---
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  455 +-
 12 files changed, 706 insertions(+), 705 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 02:12:38 UTC (rev 624994)
+++ PKGBUILD2020-05-06 02:14:01 UTC (rev 624995)
@@ -1,144 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.45.0
-_commit=4646c27bf1ddbfb6b57bad35ebc26c6e274695ce
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron4' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit};
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'d286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'81af763f05c1afd87705b8c7a6647e35f524b2e952adb2e596de2a7e8fe4e69e')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i 

[arch-commits] Commit in atom/trunk (PKGBUILD use-system-electron.patch)

2020-05-05 Thread Nicola Squartini via arch-commits
Date: Wednesday, May 6, 2020 @ 02:12:38
  Author: tensor5
Revision: 624994

upgpkg: atom 1.46.0-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/use-system-electron.patch

---+
 PKGBUILD  |6 +++---
 use-system-electron.patch |   13 +++--
 2 files changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 01:23:09 UTC (rev 624993)
+++ PKGBUILD2020-05-06 02:12:38 UTC (rev 624994)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.45.0
-_commit=4646c27bf1ddbfb6b57bad35ebc26c6e274695ce
+pkgver=1.46.0
+_commit=c1fea480e3f4f9c615e23c7da221deb9d3196005
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -37,7 +37,7 @@
 'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'81af763f05c1afd87705b8c7a6647e35f524b2e952adb2e596de2a7e8fe4e69e')
+'5a6854cd89e5be446c73df59b1cf4048fc835b3b4d87f819779ef68ed89fa2db')
 
 prepare() {
   cd ${pkgname}

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2020-05-06 01:23:09 UTC (rev 624993)
+++ use-system-electron.patch   2020-05-06 02:12:38 UTC (rev 624994)
@@ -19,7 +19,7 @@
  const cleanOutputDirectory = require('./lib/clean-output-directory')
  const codeSignOnMac = require('./lib/code-sign-on-mac')
  const codeSignOnWindows = require('./lib/code-sign-on-windows')
-@@ -63,12 +63,12 @@
+@@ -64,12 +64,12 @@
  })
  
  const CONFIG = require('./config')
@@ -34,17 +34,18 @@
cleanOutputDirectory()
copyAssets()
transpilePackagesWithCustomTranspilerPaths()
-@@ -87,73 +87,5 @@
+@@ -88,74 +88,5 @@
  
  if (!argv.generateApiDocs) {
binariesPromise
 -.then(packageApplication)
  .then(packagedAppPath => generateStartupSnapshot(packagedAppPath).then(() 
=> packagedAppPath))
--.then(packagedAppPath => {
+-.then(async packagedAppPath => {
 -  switch (process.platform) {
 -case 'darwin': {
 -  if (argv.codeSign) {
--codeSignOnMac(packagedAppPath)
+-await codeSignOnMac(packagedAppPath)
+-await notarizeOnMac(packagedAppPath)
 -  } else if (argv.testSign) {
 -testSignOnMac(packagedAppPath)
 -  } else {
@@ -110,7 +111,7 @@
  }
 --- a/script/lib/generate-startup-snapshot.js
 +++ b/script/lib/generate-startup-snapshot.js
-@@ -265,17 +265,14 @@
+@@ -281,17 +281,14 @@
  CONFIG.executableName
);
  } else {
@@ -130,7 +131,7 @@
  console.log('Generating startup blob with mksnapshot');
  childProcess.spawnSync(process.execPath, [
path.join(
-@@ -317,5 +314,6 @@
+@@ -333,5 +330,6 @@
  destinationPath
);
  }


[arch-commits] Commit in firefox/repos/testing-x86_64 (8 files)

2020-05-05 Thread Jan Steffens via arch-commits
Date: Wednesday, May 6, 2020 @ 01:39:53
  Author: heftig
Revision: 382357

archrelease: copy trunk to testing-x86_64

Added:
  
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 382356, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 382356, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 382356, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/upload-symbol-archive
(from rev 382356, firefox/trunk/upload-symbol-archive)
Deleted:
  
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox/repos/testing-x86_64/PKGBUILD
  firefox/repos/testing-x86_64/firefox.desktop
  firefox/repos/testing-x86_64/upload-symbol-archive

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  110 +-
 PKGBUILD   |  446 -
 firefox.desktop|  680 +++
 upload-symbol-archive  |   50 -
 4 files changed, 641 insertions(+), 645 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2020-05-06 
01:39:10 UTC (rev 382356)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2020-05-06 
01:39:53 UTC (rev 382357)
@@ -1,55 +0,0 @@
-From 83f234464554c7f4393cd1dbdeb3a68d3ae0ccae Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 984b998133bd..b6c9f013940c 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3746,11 +3746,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0daa78fdbbad..49038d0bb1c8 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -175,10 +176,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.24.0
-

Copied: 
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 382356, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2020-05-06 
01:39:53 UTC (rev 382357)
@@ -0,0 +1,55 @@
+From 83f234464554c7f4393cd1dbdeb3a68d3ae0ccae Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 2 files changed, 4 insertions(+), 9 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index 984b998133bd..b6c9f013940c 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3746,11 +3746,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+index 0daa78fdbbad..49038d0bb1c8 100644
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include 

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

2020-05-05 Thread Jan Steffens via arch-commits
Date: Wednesday, May 6, 2020 @ 01:39:10
  Author: heftig
Revision: 382356

76.0-2: FS#66549: Disable system NSS to fix WebRTC

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 21:33:14 UTC (rev 382355)
+++ PKGBUILD2020-05-06 01:39:10 UTC (rev 382356)
@@ -4,7 +4,7 @@
 
 pkgname=firefox
 pkgver=76.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
 license=(MPL GPL LGPL)
@@ -81,10 +81,6 @@
 ac_add_options --with-google-safebrowsing-api-keyfile=${PWD@Q}/google-api-key
 ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
 
-# System libraries
-ac_add_options --with-system-nspr
-ac_add_options --with-system-nss
-
 # Features
 ac_add_options --enable-alsa
 ac_add_options --enable-jack


[arch-commits] Commit in mailman/repos/community-x86_64 (42 files)

2020-05-05 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, May 6, 2020 @ 01:23:09
  Author: seblu
Revision: 624993

archrelease: copy trunk to community-x86_64

Added:
  mailman/repos/community-x86_64/01-mailman-2.1-build.patch
(from rev 624992, mailman/trunk/01-mailman-2.1-build.patch)
  mailman/repos/community-x86_64/PKGBUILD
(from rev 624992, mailman/trunk/PKGBUILD)
  mailman/repos/community-x86_64/mailman-checkdbs.service
(from rev 624992, mailman/trunk/mailman-checkdbs.service)
  mailman/repos/community-x86_64/mailman-checkdbs.timer
(from rev 624992, mailman/trunk/mailman-checkdbs.timer)
  mailman/repos/community-x86_64/mailman-cullbadshunt.service
(from rev 624992, mailman/trunk/mailman-cullbadshunt.service)
  mailman/repos/community-x86_64/mailman-cullbadshunt.timer
(from rev 624992, mailman/trunk/mailman-cullbadshunt.timer)
  mailman/repos/community-x86_64/mailman-disabled.service
(from rev 624992, mailman/trunk/mailman-disabled.service)
  mailman/repos/community-x86_64/mailman-disabled.timer
(from rev 624992, mailman/trunk/mailman-disabled.timer)
  mailman/repos/community-x86_64/mailman-gatenews.service
(from rev 624992, mailman/trunk/mailman-gatenews.service)
  mailman/repos/community-x86_64/mailman-gatenews.timer
(from rev 624992, mailman/trunk/mailman-gatenews.timer)
  mailman/repos/community-x86_64/mailman-mailpasswds.service
(from rev 624992, mailman/trunk/mailman-mailpasswds.service)
  mailman/repos/community-x86_64/mailman-mailpasswds.timer
(from rev 624992, mailman/trunk/mailman-mailpasswds.timer)
  mailman/repos/community-x86_64/mailman-nightlygzip.service
(from rev 624992, mailman/trunk/mailman-nightlygzip.service)
  mailman/repos/community-x86_64/mailman-nightlygzip.timer
(from rev 624992, mailman/trunk/mailman-nightlygzip.timer)
  mailman/repos/community-x86_64/mailman-senddigests.service
(from rev 624992, mailman/trunk/mailman-senddigests.service)
  mailman/repos/community-x86_64/mailman-senddigests.timer
(from rev 624992, mailman/trunk/mailman-senddigests.timer)
  mailman/repos/community-x86_64/mailman.install
(from rev 624992, mailman/trunk/mailman.install)
  mailman/repos/community-x86_64/mailman.profile.csh
(from rev 624992, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-x86_64/mailman.profile.sh
(from rev 624992, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-x86_64/mailman.service
(from rev 624992, mailman/trunk/mailman.service)
  mailman/repos/community-x86_64/mailman.sysusers
(from rev 624992, mailman/trunk/mailman.sysusers)
Deleted:
  mailman/repos/community-x86_64/01-mailman-2.1-build.patch
  mailman/repos/community-x86_64/PKGBUILD
  mailman/repos/community-x86_64/mailman-checkdbs.service
  mailman/repos/community-x86_64/mailman-checkdbs.timer
  mailman/repos/community-x86_64/mailman-cullbadshunt.service
  mailman/repos/community-x86_64/mailman-cullbadshunt.timer
  mailman/repos/community-x86_64/mailman-disabled.service
  mailman/repos/community-x86_64/mailman-disabled.timer
  mailman/repos/community-x86_64/mailman-gatenews.service
  mailman/repos/community-x86_64/mailman-gatenews.timer
  mailman/repos/community-x86_64/mailman-mailpasswds.service
  mailman/repos/community-x86_64/mailman-mailpasswds.timer
  mailman/repos/community-x86_64/mailman-nightlygzip.service
  mailman/repos/community-x86_64/mailman-nightlygzip.timer
  mailman/repos/community-x86_64/mailman-senddigests.service
  mailman/repos/community-x86_64/mailman-senddigests.timer
  mailman/repos/community-x86_64/mailman.install
  mailman/repos/community-x86_64/mailman.profile.csh
  mailman/repos/community-x86_64/mailman.profile.sh
  mailman/repos/community-x86_64/mailman.service
  mailman/repos/community-x86_64/mailman.sysusers

--+
 01-mailman-2.1-build.patch   | 1388 -
 PKGBUILD |  258 +++
 mailman-checkdbs.service |   20 
 mailman-checkdbs.timer   |   20 
 mailman-cullbadshunt.service |   20 
 mailman-cullbadshunt.timer   |   20 
 mailman-disabled.service |   20 
 mailman-disabled.timer   |   20 
 mailman-gatenews.service |   20 
 mailman-gatenews.timer   |   20 
 mailman-mailpasswds.service  |   20 
 mailman-mailpasswds.timer|   20 
 mailman-nightlygzip.service  |   20 
 mailman-nightlygzip.timer|   20 
 mailman-senddigests.service  |   20 
 mailman-senddigests.timer|   20 
 mailman.install  |   32 
 mailman.profile.csh  |2 
 mailman.profile.sh   |6 
 mailman.service  |   34 -
 mailman.sysusers |2 
 21 files changed, 1001 insertions(+), 1001 deletions(-)

Deleted: 01-mailman-2.1-build.patch
===
--- 01-mailman-2.1-build.patch  2020-05-06 01:22:12 UTC (rev 624992)
+++ 01-mailman-2.1-build.patch  2020-05-06 01:23:09 UTC (rev 624993)
@@ -1,694 +0,0 @@
-diff -ruN 

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

2020-05-05 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, May 6, 2020 @ 01:22:12
  Author: seblu
Revision: 624992

upgpkg: mailman 2.1.32-1

Modified:
  mailman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 22:05:57 UTC (rev 624991)
+++ PKGBUILD2020-05-06 01:22:12 UTC (rev 624992)
@@ -2,7 +2,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=mailman
-pkgver=2.1.30
+pkgver=2.1.32
 pkgrel=1
 pkgdesc='The GNU Mailing List Manager'
 arch=(x86_64)
@@ -36,7 +36,7 @@
 '01-mailman-2.1-build.patch'
 )
 validpgpkeys=('C638CAEF0AC21563736B5A22555B975E953B8693') # Mark Sapiro 

-sha256sums=('ea028d6106f776038cf135cdd786ebb14b4fe708d77386729c4a2253248d0364'
+sha256sums=('3755322b23cb41cd726407658dc1ae0d2dcc9887c9239945491a551933505e5d'
 'SKIP'
 '1af0e72434c6dbaada49df3b2b7de03ec4574f7534ce5545b4de26372241d9f4'
 '058d35874967ccd8b9a92fa40480c1350f4ef5ad2fa783e4baf1b0309f6782cb'


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

2020-05-05 Thread Daniel M. Capella via arch-commits
Date: Tuesday, May 5, 2020 @ 22:05:57
  Author: polyzen
Revision: 624991

archrelease: copy trunk to community-x86_64

Added:
  rust-analyzer/repos/community-x86_64/
  rust-analyzer/repos/community-x86_64/PKGBUILD
(from rev 624990, rust-analyzer/trunk/PKGBUILD)

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

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 624990, 
rust-analyzer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-05-05 22:05:57 UTC (rev 624991)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+pkgver=20200504
+_pkgver=2020-05-04
+pkgrel=2
+pkgdesc='Experimental Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://github.com/rust-analyzer/rust-analyzer
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust')
+source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
+sha512sums=('5e6a3d73560d7a856937620af79052378d60dff55beec4950ed3511fab07f9e56e13cf62cea77842c19c718df570d8e31744055058776d1230ee722c7ec66d2d')
+
+pkgver() {
+  echo ${_pkgver//-}
+}
+
+build() {
+  cd $pkgname-$_pkgver
+  cargo build --release --locked
+}
+
+# 
https://github.com/rust-analyzer/rust-analyzer/pull/4219#issuecomment-624319218
+# check() {
+#   cd $pkgname-$_pkgver
+#   cargo test --release --locked
+# }
+
+package() {
+  cd $pkgname-$_pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}


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

2020-05-05 Thread Daniel M. Capella via arch-commits
Date: Tuesday, May 5, 2020 @ 22:05:41
  Author: polyzen
Revision: 624990

upgpkg: rust-analyzer 20200504-2 Remove install of common license

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 22:00:13 UTC (rev 624989)
+++ PKGBUILD2020-05-05 22:05:41 UTC (rev 624990)
@@ -31,6 +31,5 @@
 package() {
   cd $pkgname-$_pkgver
   install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-APACHE
   install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
 }


[arch-commits] Commit in (4 files)

2020-05-05 Thread Daniel M. Capella via arch-commits
Date: Tuesday, May 5, 2020 @ 22:00:13
  Author: polyzen
Revision: 624989

Initial commit

Added:
  rust-analyzer/
  rust-analyzer/repos/
  rust-analyzer/trunk/
  rust-analyzer/trunk/PKGBUILD

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

Added: rust-analyzer/trunk/PKGBUILD
===
--- rust-analyzer/trunk/PKGBUILD(rev 0)
+++ rust-analyzer/trunk/PKGBUILD2020-05-05 22:00:13 UTC (rev 624989)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+pkgver=20200504
+_pkgver=2020-05-04
+pkgrel=2
+pkgdesc='Experimental Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://github.com/rust-analyzer/rust-analyzer
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust')
+source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
+sha512sums=('5e6a3d73560d7a856937620af79052378d60dff55beec4950ed3511fab07f9e56e13cf62cea77842c19c718df570d8e31744055058776d1230ee722c7ec66d2d')
+
+pkgver() {
+  echo ${_pkgver//-}
+}
+
+build() {
+  cd $pkgname-$_pkgver
+  cargo build --release --locked
+}
+
+# 
https://github.com/rust-analyzer/rust-analyzer/pull/4219#issuecomment-624319218
+# check() {
+#   cd $pkgname-$_pkgver
+#   cargo test --release --locked
+# }
+
+package() {
+  cd $pkgname-$_pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-APACHE
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}


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

2020-05-05 Thread Jonathan Steel via arch-commits
Date: Tuesday, May 5, 2020 @ 21:51:52
  Author: jsteel
Revision: 624988

archrelease: copy trunk to community-x86_64

Added:
  mednafen/repos/community-x86_64/PKGBUILD
(from rev 624987, mednafen/trunk/PKGBUILD)
Deleted:
  mednafen/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 21:51:35 UTC (rev 624987)
+++ PKGBUILD2020-05-05 21:51:52 UTC (rev 624988)
@@ -1,37 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=1.24.1
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="https://mednafen.github.io;
-license=('GPL2')
-arch=('x86_64')
-depends=('libsndfile' 'sdl2' 'zlib')
-makedepends=('mesa' 'glu')
-source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('a4e1581ebce4280f175b554cb945ee48')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 624987, 
mednafen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 21:51:52 UTC (rev 624988)
@@ -0,0 +1,37 @@
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian Arntzen 
+
+pkgname=mednafen
+pkgver=1.24.3
+pkgrel=1
+pkgdesc="Command-line multi-system gaming emulator"
+url="https://mednafen.github.io;
+license=('GPL2')
+arch=('x86_64')
+depends=('libsndfile' 'sdl2' 'zlib' 'alsa-lib')
+makedepends=('mesa' 'glu')
+source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
+md5sums=('a7e1ab14c970541369ac57e857c544fd')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+   README{,.DOS,.PORTING} TODO; do
+install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}


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

2020-05-05 Thread Jonathan Steel via arch-commits
Date: Tuesday, May 5, 2020 @ 21:51:35
  Author: jsteel
Revision: 624987

upgpkg: mednafen 1.24.3-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 21:45:37 UTC (rev 624986)
+++ PKGBUILD2020-05-05 21:51:35 UTC (rev 624987)
@@ -6,16 +6,16 @@
 # Contributor: Hans-Kristian Arntzen 
 
 pkgname=mednafen
-pkgver=1.24.1
+pkgver=1.24.3
 pkgrel=1
 pkgdesc="Command-line multi-system gaming emulator"
 url="https://mednafen.github.io;
 license=('GPL2')
 arch=('x86_64')
-depends=('libsndfile' 'sdl2' 'zlib')
+depends=('libsndfile' 'sdl2' 'zlib' 'alsa-lib')
 makedepends=('mesa' 'glu')
 source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('a4e1581ebce4280f175b554cb945ee48')
+md5sums=('a7e1ab14c970541369ac57e857c544fd')
 
 build() {
   cd $pkgname


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

2020-05-05 Thread Alexander Rødseth via arch-commits
Date: Tuesday, May 5, 2020 @ 21:45:30
  Author: arodseth
Revision: 624985

upgpkg: picom 8-1

Modified:
  picom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 21:35:14 UTC (rev 624984)
+++ PKGBUILD2020-05-05 21:45:30 UTC (rev 624985)
@@ -4,8 +4,8 @@
 # Contributor: Valère Monseur 
 
 pkgname=picom
-pkgver=7.5
-pkgrel=3
+pkgver=8
+pkgrel=1
 pkgdesc='X compositor that may fix tearing issues'
 arch=(x86_64)
 url='https://github.com/yshui/picom'
@@ -14,15 +14,15 @@
 provides=(compton)
 conflicts=(compton)
 makedepends=(asciidoc git mesa meson ninja setconf uthash)
-depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
- pixman xcb-util-image xcb-util-renderutil)
+depends=(hicolor-icon-theme libconfig libdbus libev libgl pcre pixman
+ xcb-util-image xcb-util-renderutil)
 backup=(etc/xdg/picom.conf)
 optdepends=('dbus:  For controlling picom via D-Bus'
 'xorg-xwininfo: For picom-trans'
 'xorg-xprop:For picom-trans'
 'python:For running picom-convgen.py')
-# git tag: v7.5
-source=("git+$url?signed#commit=3838f053afb1aa05ba1ab489f2dfaa44c00c9ef0?37C999F617EA1A47"
+# git tag: v8
+source=("git+$url?signed#commit=e553e00f48de67d52fe75de9e0e940d85aa14a24"
 picom.conf)
 validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 

 sha256sums=('SKIP'
@@ -30,7 +30,7 @@
 
 build() {
   mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
+  arch-meson build $pkgname -D b_ndebug=true -D with_docs=true
   ninja -v -C build
 }
 


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

2020-05-05 Thread Alexander Rødseth via arch-commits
Date: Tuesday, May 5, 2020 @ 21:45:37
  Author: arodseth
Revision: 624986

archrelease: copy trunk to community-x86_64

Added:
  picom/repos/community-x86_64/PKGBUILD
(from rev 624985, picom/trunk/PKGBUILD)
  picom/repos/community-x86_64/picom.conf
(from rev 624985, picom/trunk/picom.conf)
Deleted:
  picom/repos/community-x86_64/PKGBUILD
  picom/repos/community-x86_64/picom.conf

+
 PKGBUILD   |  106 ++---
 picom.conf |  454 +--
 2 files changed, 280 insertions(+), 280 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 21:45:30 UTC (rev 624985)
+++ PKGBUILD2020-05-05 21:45:37 UTC (rev 624986)
@@ -1,53 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=picom
-pkgver=7.5
-pkgrel=3
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/picom'
-license=(MIT MPL)
-replaces=(compton)
-provides=(compton)
-conflicts=(compton)
-makedepends=(asciidoc git mesa meson ninja setconf uthash)
-depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
- pixman xcb-util-image xcb-util-renderutil)
-backup=(etc/xdg/picom.conf)
-optdepends=('dbus:  For controlling picom via D-Bus'
-'xorg-xwininfo: For picom-trans'
-'xorg-xprop:For picom-trans'
-'python:For running picom-convgen.py')
-# git tag: v7.5
-source=("git+$url?signed#commit=3838f053afb1aa05ba1ab489f2dfaa44c00c9ef0?37C999F617EA1A47"
-picom.conf)
-validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 

-sha256sums=('SKIP'
-'cf395428e60f3c6d7b39583c623e846fd61516f8afc8eb570d065ff63de6b23f')
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
-  install -Dm644 build/man/picom.1 "$pkgdir/usr/share/man/man1/picom.1"
-  install -Dm644 build/man/picom-trans.1 
"$pkgdir/usr/share/man/man1/picom-trans.1"
-  cd $pkgname
-  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
-  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# getver: github.com/yshui/picom/releases
-# vim: ts=2 sw=2 et

Copied: picom/repos/community-x86_64/PKGBUILD (from rev 624985, 
picom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 21:45:37 UTC (rev 624986)
@@ -0,0 +1,53 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=picom
+pkgver=8
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/picom'
+license=(MIT MPL)
+replaces=(compton)
+provides=(compton)
+conflicts=(compton)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+depends=(hicolor-icon-theme libconfig libdbus libev libgl pcre pixman
+ xcb-util-image xcb-util-renderutil)
+backup=(etc/xdg/picom.conf)
+optdepends=('dbus:  For controlling picom via D-Bus'
+'xorg-xwininfo: For picom-trans'
+'xorg-xprop:For picom-trans'
+'python:For running picom-convgen.py')
+# git tag: v8
+source=("git+$url?signed#commit=e553e00f48de67d52fe75de9e0e940d85aa14a24"
+picom.conf)
+validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 

+sha256sums=('SKIP'
+'cf395428e60f3c6d7b39583c623e846fd61516f8afc8eb570d065ff63de6b23f')
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D b_ndebug=true -D with_docs=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
+  install -Dm644 build/man/picom.1 "$pkgdir/usr/share/man/man1/picom.1"
+  install -Dm644 build/man/picom-trans.1 
"$pkgdir/usr/share/man/man1/picom-trans.1"
+  cd $pkgname
+  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
+  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# getver: github.com/yshui/picom/releases
+# vim: ts=2 sw=2 et

Deleted: picom.conf
===
--- picom.conf  2020-05-05 21:45:30 UTC (rev 624985)
+++ picom.conf  2020-05-05 21:45:37 UTC (rev 624986)
@@ -1,227 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: 

[arch-commits] Commit in fs-uae-launcher/trunk (PKGBUILD)

2020-05-05 Thread Daniel Bermond via arch-commits
Date: Tuesday, May 5, 2020 @ 21:34:41
  Author: dbermond
Revision: 624983

upgpkg: fs-uae-launcher 3.0.5-1

Modified:
  fs-uae-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 21:34:23 UTC (rev 624982)
+++ PKGBUILD2020-05-05 21:34:41 UTC (rev 624983)
@@ -3,7 +3,7 @@
 # Contributor: Guilherme Calé 
 
 pkgname=fs-uae-launcher
-pkgver=3.0.3
+pkgver=3.0.5
 pkgrel=1
 pkgdesc='Graphical user interface for the fs-uae Amiga emulator'
 arch=('any')
@@ -16,7 +16,7 @@
 source=("https://fs-uae.net/stable/${pkgver}/${pkgname}-${pkgver}.tar.gz;
 '010-fs-uae-launcher-fix-install-path.patch'
 '020-fs-uae-launcher-remove-python2.patch')
-sha256sums=('afc27cdbbda1a6d3af5c447a9050ca238a694be9a60290fc470e55346f7c7faa'
+sha256sums=('27797a04b9fc0be2805ae992c2950ff6228383fa153eccefbdebfc6789ca76b6'
 '15463d3d3ed5bdc4fb614cea91b93e7678eccce0696c66ac28c194dd7558e3fa'
 'dcb9be9e6881ec8102d230d54ac1dbd8fa3774d2282f5ea62ea67a3aea33045c')
 


[arch-commits] Commit in fs-uae-launcher/repos/community-any (6 files)

2020-05-05 Thread Daniel Bermond via arch-commits
Date: Tuesday, May 5, 2020 @ 21:35:14
  Author: dbermond
Revision: 624984

archrelease: copy trunk to community-any

Added:
  fs-uae-launcher/repos/community-any/010-fs-uae-launcher-fix-install-path.patch
(from rev 624983, 
fs-uae-launcher/trunk/010-fs-uae-launcher-fix-install-path.patch)
  fs-uae-launcher/repos/community-any/020-fs-uae-launcher-remove-python2.patch
(from rev 624983, 
fs-uae-launcher/trunk/020-fs-uae-launcher-remove-python2.patch)
  fs-uae-launcher/repos/community-any/PKGBUILD
(from rev 624983, fs-uae-launcher/trunk/PKGBUILD)
Deleted:
  fs-uae-launcher/repos/community-any/010-fs-uae-launcher-fix-install-path.patch
  fs-uae-launcher/repos/community-any/020-fs-uae-launcher-remove-python2.patch
  fs-uae-launcher/repos/community-any/PKGBUILD

+
 010-fs-uae-launcher-fix-install-path.patch |   24 +++
 020-fs-uae-launcher-remove-python2.patch   |   90 +--
 PKGBUILD   |   68 ++--
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: 010-fs-uae-launcher-fix-install-path.patch
===
--- 010-fs-uae-launcher-fix-install-path.patch  2020-05-05 21:34:41 UTC (rev 
624983)
+++ 010-fs-uae-launcher-fix-install-path.patch  2020-05-05 21:35:14 UTC (rev 
624984)
@@ -1,12 +0,0 @@
-diff -Nawurp a/fs-uae-launcher b/fs-uae-launcher
 a/fs-uae-launcher  2019-06-21 16:49:42.0 +
-+++ b/fs-uae-launcher  2019-06-29 13:38:13.351496262 +
-@@ -8,6 +8,8 @@ if sys.version_info[0] < 3 or sys.versio
- 
- if os.environ.get("FSGS_PYTHONPATH", ""):
- sys.path.insert(0, os.environ.get("FSGS_PYTHONPATH"))
-+else:
-+sys.path.insert(0, "/usr/share/fs-uae-launcher")
- 
- if os.getcwd().startswith("C:\\msys64\\home\\"):
- os.environ["PATH"] = "C:\\msys64\\mingw64\\bin;" + os.environ["PATH"]

Copied: 
fs-uae-launcher/repos/community-any/010-fs-uae-launcher-fix-install-path.patch 
(from rev 624983, 
fs-uae-launcher/trunk/010-fs-uae-launcher-fix-install-path.patch)
===
--- 010-fs-uae-launcher-fix-install-path.patch  (rev 0)
+++ 010-fs-uae-launcher-fix-install-path.patch  2020-05-05 21:35:14 UTC (rev 
624984)
@@ -0,0 +1,12 @@
+diff -Nawurp a/fs-uae-launcher b/fs-uae-launcher
+--- a/fs-uae-launcher  2019-06-21 16:49:42.0 +
 b/fs-uae-launcher  2019-06-29 13:38:13.351496262 +
+@@ -8,6 +8,8 @@ if sys.version_info[0] < 3 or sys.versio
+ 
+ if os.environ.get("FSGS_PYTHONPATH", ""):
+ sys.path.insert(0, os.environ.get("FSGS_PYTHONPATH"))
++else:
++sys.path.insert(0, "/usr/share/fs-uae-launcher")
+ 
+ if os.getcwd().startswith("C:\\msys64\\home\\"):
+ os.environ["PATH"] = "C:\\msys64\\mingw64\\bin;" + os.environ["PATH"]

Deleted: 020-fs-uae-launcher-remove-python2.patch
===
--- 020-fs-uae-launcher-remove-python2.patch2020-05-05 21:34:41 UTC (rev 
624983)
+++ 020-fs-uae-launcher-remove-python2.patch2020-05-05 21:35:14 UTC (rev 
624984)
@@ -1,45 +0,0 @@
-diff -Nawurp a/amitools/tools/geotool.py b/amitools/tools/geotool.py
 a/amitools/tools/geotool.py2019-06-21 16:49:43.0 +
-+++ b/amitools/tools/geotool.py2019-06-29 14:09:16.52186 +
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- 
- from __future__ import absolute_import
- from __future__ import print_function
-diff -Nawurp a/amitools/tools/rdbtool.py b/amitools/tools/rdbtool.py
 a/amitools/tools/rdbtool.py2019-06-21 16:49:43.0 +
-+++ b/amitools/tools/rdbtool.py2019-06-29 14:09:24.111043044 +
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- # rdbtool
- # swiss army knife for rdb disk images or devices
- 
-diff -Nawurp a/amitools/tools/xdfscan.py b/amitools/tools/xdfscan.py
 a/amitools/tools/xdfscan.py2019-06-21 16:49:43.0 +
-+++ b/amitools/tools/xdfscan.py2019-06-29 14:09:28.464317106 +
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- # xdfscan
- # quickly scan large sets of Amiga disk image files
- 
-diff -Nawurp a/amitools/tools/xdftool.py b/amitools/tools/xdftool.py
 a/amitools/tools/xdftool.py2019-06-21 16:49:43.0 +
-+++ b/amitools/tools/xdftool.py2019-06-29 14:09:32.760925361 +
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- # xdftool
- # swiss army knife for adf and hdf amiga disk images
- 
-diff -Nawurp a/amitools/util/BlkDevTools.py b/amitools/util/BlkDevTools.py
 a/amitools/util/BlkDevTools.py 2019-06-21 16:49:43.0 +
-+++ b/amitools/util/BlkDevTools.py 2019-06-29 14:09:39.364169091 +
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- # based heavily on "iops" by Benjamin Schweizer
- # 

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

2020-05-05 Thread Daniel Bermond via arch-commits
Date: Tuesday, May 5, 2020 @ 21:33:59
  Author: dbermond
Revision: 624981

upgpkg: fs-uae 3.0.5-1

Modified:
  fs-uae/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 20:51:30 UTC (rev 624980)
+++ PKGBUILD2020-05-05 21:33:59 UTC (rev 624981)
@@ -4,7 +4,7 @@
 # Contributor: Guilherme Calé 
 
 pkgname=fs-uae
-pkgver=3.0.3
+pkgver=3.0.5
 pkgrel=1
 pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('fs-uae-launcher: for the graphical user interface')
 makedepends=('freetype2' 'gettext' 'libxi' 'mesa' 'zip')
 source=("https://fs-uae.net/stable/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('584260164641a977a82d37ffc6654031559be785a490237d25552d00b445ac6c')
+sha256sums=('f26ec42e03cf1a7b53b6ce0d9845aa45bbf472089b5ec046b3eb784ec6859fe3')
 
 build() {
 cd "${pkgname}-${pkgver}"


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

2020-05-05 Thread Daniel Bermond via arch-commits
Date: Tuesday, May 5, 2020 @ 21:34:23
  Author: dbermond
Revision: 624982

archrelease: copy trunk to community-x86_64

Added:
  fs-uae/repos/community-x86_64/PKGBUILD
(from rev 624981, fs-uae/trunk/PKGBUILD)
Deleted:
  fs-uae/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 21:33:59 UTC (rev 624981)
+++ PKGBUILD2020-05-05 21:34:23 UTC (rev 624982)
@@ -1,31 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Contributor: Jonathan Steel 
-# Contributor: Sebastian Wolf < fatmike303 at gmail dot com >
-# Contributor: Guilherme Calé 
-
-pkgname=fs-uae
-pkgver=3.0.3
-pkgrel=1
-pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
-arch=('x86_64')
-url='https://fs-uae.net/'
-license=('GPL2')
-depends=('sdl2' 'glib2' 'libpng' 'openal' 'libx11' 'libmpeg2' 'zlib'
- 'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('fs-uae-launcher: for the graphical user interface')
-makedepends=('freetype2' 'gettext' 'libxi' 'mesa' 'zip')
-source=("https://fs-uae.net/stable/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('584260164641a977a82d37ffc6654031559be785a490237d25552d00b445ac6c')
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-# need to disable the jit compiler to add PIE to binaries
-./configure --prefix='/usr' --disable-jit
-
-make 
-}
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: fs-uae/repos/community-x86_64/PKGBUILD (from rev 624981, 
fs-uae/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 21:34:23 UTC (rev 624982)
@@ -0,0 +1,31 @@
+# Maintainer : Daniel Bermond 
+# Contributor: Jonathan Steel 
+# Contributor: Sebastian Wolf < fatmike303 at gmail dot com >
+# Contributor: Guilherme Calé 
+
+pkgname=fs-uae
+pkgver=3.0.5
+pkgrel=1
+pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
+arch=('x86_64')
+url='https://fs-uae.net/'
+license=('GPL2')
+depends=('sdl2' 'glib2' 'libpng' 'openal' 'libx11' 'libmpeg2' 'zlib'
+ 'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('fs-uae-launcher: for the graphical user interface')
+makedepends=('freetype2' 'gettext' 'libxi' 'mesa' 'zip')
+source=("https://fs-uae.net/stable/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('f26ec42e03cf1a7b53b6ce0d9845aa45bbf472089b5ec046b3eb784ec6859fe3')
+
+build() {
+cd "${pkgname}-${pkgver}"
+
+# need to disable the jit compiler to add PIE to binaries
+./configure --prefix='/usr' --disable-jit
+
+make 
+}
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 21:32:37
  Author: arojas
Revision: 382354

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-php/repos/extra-x86_64/PKGBUILD
(from rev 382353, kdevelop-php/trunk/PKGBUILD)
Deleted:
  kdevelop-php/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 21:24:36 UTC (rev 382353)
+++ PKGBUILD2020-05-05 21:32:37 UTC (rev 382354)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=5.5.0
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
-sha256sums=('a28cbd6d815e44e0ce23105eb38875d77a766d343e4386b2e221c0f8305a3186'
-'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-php-$pkgver \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-php/repos/extra-x86_64/PKGBUILD (from rev 382353, 
kdevelop-php/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 21:32:37 UTC (rev 382354)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=5.5.1
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
+sha256sums=('907398753fdd30361b922252f0cde76cfe336692f7180f612e1706085bce7542'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-php-$pkgver \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 21:33:14
  Author: arojas
Revision: 382355

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 21:32:37 UTC (rev 382354)
+++ PKGBUILD2020-05-05 21:33:14 UTC (rev 382355)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=5.5.0
-pkgrel=1
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=(x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop python)
-makedepends=(extra-cmake-modules)
-optdepends=('python-pycodestyle: for Python style checking')
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig})
-sha256sums=('a87cdc7600545866f5e2cec282fcc5543e35d04bc963efada63f392c96e035ef'
-'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-python/repos/extra-x86_64/PKGBUILD (from rev 382354, 
kdevelop-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 21:33:14 UTC (rev 382355)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=5.5.1
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop python)
+makedepends=(extra-cmake-modules)
+optdepends=('python-pycodestyle: for Python style checking')
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig})
+sha256sums=('9828109d14546bb85fa0ef868919dfe07f6d9e377e4710be6f215ed3343e5bfa'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-05 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, May 5, 2020 @ 21:24:36
  Author: bisson
Revision: 382353

archrelease: copy trunk to extra-x86_64

Added:
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 382352, inkscape/trunk/PKGBUILD)
Deleted:
  inkscape/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 21:24:10 UTC (rev 382352)
+++ PKGBUILD2020-05-05 21:24:36 UTC (rev 382353)
@@ -1,69 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=1.0
-_commit=4035a4fb499b37632e8788731a2d3425d5a6bc2a
-pkgrel=2
-pkgdesc='Professional vector graphics editor'
-url='https://inkscape.org/'
-license=('GPL' 'LGPL')
-arch=('x86_64')
-makedepends=('cmake' 'boost' 'git')
-
-depends=(
-   'dbus-glib'
-   'double-conversion'
-   'gc'
-   'gdl'
-   'gsl'
-   'gtkmm3'
-   'gtkspell3'
-   'libcdr'
-   'libjpeg-turbo'
-   'libmagick6'
-   'libvisio'
-   'libxslt'
-   'poppler-glib'
-   'potrace'
-   'python'
-   'ttf-dejavu'
-)
-
-optdepends=(
-   'gvfs: import clip art'
-   'pstoedit: latex formulas'
-   'python-lxml: some extensions'
-   'python-numpy: some extensions'
-   'scour: optimized SVG output, some extensions'
-   'texlive-core: latex formulas'
-)
-
-#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;)
-source=("git+https://gitlab.com/inkscape/inkscape.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-prepare() {
-   cd "${srcdir}"
-   cd "${pkgname}"
-   git submodule init
-   git submodule update
-}
-
-build() {
-   cd "${srcdir}"
-   mkdir -p build
-   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
-   cmake -H${pkgname} -Bbuild \
-   -DCMAKE_BUILD_TYPE=None \
-   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-   -DWITH_DBUS=ON \
-
-   cmake --build build
-}
-
-package() {
-   cd "${srcdir}"
-   DESTDIR="${pkgdir}" cmake --build build --target install
-}

Copied: inkscape/repos/extra-x86_64/PKGBUILD (from rev 382352, 
inkscape/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 21:24:36 UTC (rev 382353)
@@ -0,0 +1,69 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=1.0
+_commit=4035a4fb499b37632e8788731a2d3425d5a6bc2a
+pkgrel=3
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+makedepends=('cmake' 'boost' 'git')
+
+depends=(
+   'dbus-glib'
+   'double-conversion'
+   'gc'
+   'gdl'
+   'gsl'
+   'gtkmm3'
+   'gtkspell3'
+   'libcdr'
+   'libjpeg-turbo'
+   'libmagick6'
+   'libvisio'
+   'libxslt'
+   'poppler-glib'
+   'potrace'
+   'python'
+   'ttf-dejavu'
+)
+
+optdepends=(
+   'gvfs: import clip art'
+   'pstoedit: latex formulas'
+   'python-lxml: some extensions'
+   'python-numpy: some extensions'
+   'scour: optimized SVG output, some extensions'
+   'texlive-core: latex formulas'
+)
+
+#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;)
+source=("git+https://gitlab.com/inkscape/inkscape.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+prepare() {
+   cd "${srcdir}"
+   cd "${pkgname}"
+   git submodule init
+   git submodule update
+}
+
+build() {
+   cd "${srcdir}"
+   mkdir -p build
+   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
+   cmake -H${pkgname} -Bbuild \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+   -DWITH_DBUS=ON \
+
+   cmake --build build
+}
+
+package() {
+   cd "${srcdir}"
+   DESTDIR="${pkgdir}" cmake --build build --target install
+}


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

2020-05-05 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, May 5, 2020 @ 21:24:10
  Author: bisson
Revision: 382352

fix FS#66552

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 21:18:44 UTC (rev 382351)
+++ PKGBUILD2020-05-05 21:24:10 UTC (rev 382352)
@@ -5,7 +5,7 @@
 pkgname=inkscape
 pkgver=1.0
 _commit=4035a4fb499b37632e8788731a2d3425d5a6bc2a
-pkgrel=2
+pkgrel=3
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -56,7 +56,7 @@
mkdir -p build
export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
cmake -H${pkgname} -Bbuild \
-   -DCMAKE_BUILD_TYPE=None \
+   -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DWITH_DBUS=ON \
 


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 21:18:44
  Author: arojas
Revision: 382351

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop/repos/extra-x86_64/PKGBUILD
(from rev 382350, kdevelop/trunk/PKGBUILD)
Deleted:
  kdevelop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 21:17:41 UTC (rev 382350)
+++ PKGBUILD2020-05-05 21:18:44 UTC (rev 382351)
@@ -1,53 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=5.5.0
-_clangver=10.0.0
-pkgrel=2
-pkgdesc='C++ IDE using KDE technologies'
-arch=(x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
- kcmutils threadweaver knewstuff)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
-optdepends=('konsole: embedded terminal'
-'git: Git support' 'subversion: SVN support'
-'gdb: GNU debugger support' 'lldb: LLDB debugger support'
-'qt5-doc: Qt documentation integration'
-'cmake: cmake integration'
-'meson: meson integration'
-'qt5-tools: qthelp plugin'
-'okteta: GNU debugger support'
-'plasma-framework: for the plasma addons'
-'purpose: patch review plugin'
-'astyle: astyle plugin'
-'cppcheck: code analyzer' 'heaptrack: memory profiler'
-'clazy: clazy analyzer plugin')
-conflicts=(kdevelop-qmljs kdevplatform)
-replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a891aab101db8597ac0d35577faa4bc7a8a4b9de91140c70a9f112b183386810'
-'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

-  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

-  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
-  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop/repos/extra-x86_64/PKGBUILD (from rev 382350, 
kdevelop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 21:18:44 UTC (rev 382351)
@@ -0,0 +1,53 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.5.1
+_clangver=10.0.0
+pkgrel=1
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
+ kcmutils threadweaver knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'meson: meson integration'
+'qt5-tools: qthelp plugin'
+'okteta: GNU debugger support'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'astyle: astyle plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler'
+'clazy: clazy analyzer plugin')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('beded25c1076fe25388a21a183404deb37ce396a66cb14eed01870b7dae41da2'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdevelop (3 files)

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 21:17:41
  Author: arojas
Revision: 382350

Update to 5.5.1

Modified:
  kdevelop-php/trunk/PKGBUILD
  kdevelop-python/trunk/PKGBUILD
  kdevelop/trunk/PKGBUILD

+
 -php/trunk/PKGBUILD|4 ++--
 -python/trunk/PKGBUILD |4 ++--
 trunk/PKGBUILD |6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2020-05-05 20:26:11 UTC (rev 382349)
+++ trunk/PKGBUILD  2020-05-05 21:17:41 UTC (rev 382350)
@@ -3,9 +3,9 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=5.5.0
+pkgver=5.5.1
 _clangver=10.0.0
-pkgrel=2
+pkgrel=1
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'
@@ -29,7 +29,7 @@
 conflicts=(kdevelop-qmljs kdevplatform)
 replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a891aab101db8597ac0d35577faa4bc7a8a4b9de91140c70a9f112b183386810'
+sha256sums=('beded25c1076fe25388a21a183404deb37ce396a66cb14eed01870b7dae41da2'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 


Modified: -php/trunk/PKGBUILD
===
--- -php/trunk/PKGBUILD 2020-05-05 20:26:11 UTC (rev 382349)
+++ -php/trunk/PKGBUILD 2020-05-05 21:17:41 UTC (rev 382350)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-php
-pkgver=5.5.0
+pkgver=5.5.1
 pkgrel=1
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(kdevelop)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
 
source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.sig})
-sha256sums=('a28cbd6d815e44e0ce23105eb38875d77a766d343e4386b2e221c0f8305a3186'
+sha256sums=('907398753fdd30361b922252f0cde76cfe336692f7180f612e1706085bce7542'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 


Modified: -python/trunk/PKGBUILD
===
--- -python/trunk/PKGBUILD  2020-05-05 20:26:11 UTC (rev 382349)
+++ -python/trunk/PKGBUILD  2020-05-05 21:17:41 UTC (rev 382350)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-python
-pkgver=5.5.0
+pkgver=5.5.1
 pkgrel=1
 pkgdesc="Python language and documentation plugin for KDevelop"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules)
 optdepends=('python-pycodestyle: for Python style checking')
 
source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.sig})
-sha256sums=('a87cdc7600545866f5e2cec282fcc5543e35d04bc963efada63f392c96e035ef'
+sha256sums=('9828109d14546bb85fa0ef868919dfe07f6d9e377e4710be6f215ed3343e5bfa'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

   '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 



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

2020-05-05 Thread Jonathan Steel via arch-commits
Date: Tuesday, May 5, 2020 @ 20:51:24
  Author: jsteel
Revision: 624979

upgpkg: python-boto3 1.13.3-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 20:49:50 UTC (rev 624978)
+++ PKGBUILD2020-05-05 20:51:24 UTC (rev 624979)
@@ -3,7 +3,7 @@
 
 pkgbase=python-boto3
 pkgname=python-boto3
-pkgver=1.12.49
+pkgver=1.13.3
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('b5a6965e94b28cc1e5ced765ed2a53163611d81fce1762e6a5e0883fb6924d8f51bd9017b182ddb47f9f64b624edbd4fd71c519b2849819555705508d0e37e51')
+sha512sums=('81cecdad469deb13e3541a490ed72e5845ff98ade929e20bbe941b3935d226ebbf6757dbf3e9b2f49a86edec8abf830131977e305160c7c085d766c05bbcec97')
 
 build() {
   cd boto3-$pkgver


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

2020-05-05 Thread Jonathan Steel via arch-commits
Date: Tuesday, May 5, 2020 @ 20:51:30
  Author: jsteel
Revision: 624980

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 20:51:24 UTC (rev 624979)
+++ PKGBUILD2020-05-05 20:51:30 UTC (rev 624980)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=python-boto3
-pkgver=1.12.49
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('b5a6965e94b28cc1e5ced765ed2a53163611d81fce1762e6a5e0883fb6924d8f51bd9017b182ddb47f9f64b624edbd4fd71c519b2849819555705508d0e37e51')
-
-build() {
-  cd boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 624979, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 20:51:30 UTC (rev 624980)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=python-boto3
+pkgver=1.13.3
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('81cecdad469deb13e3541a490ed72e5845ff98ade929e20bbe941b3935d226ebbf6757dbf3e9b2f49a86edec8abf830131977e305160c7c085d766c05bbcec97')
+
+build() {
+  cd boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-05-05 Thread Jonathan Steel via arch-commits
Date: Tuesday, May 5, 2020 @ 20:49:43
  Author: jsteel
Revision: 624977

upgpkg: aws-cli 1.18.53-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 20:49:13 UTC (rev 624976)
+++ PKGBUILD2020-05-05 20:49:43 UTC (rev 624977)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.18.49
+pkgver=1.18.53
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('cb187d8e72d54273cec14fc336fd8f35')
+md5sums=('164368e9f9f16019c68fbc4c0bbc4fbe')
 
 build() {
   cd $pkgname-$pkgver


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

2020-05-05 Thread Jonathan Steel via arch-commits
Date: Tuesday, May 5, 2020 @ 20:49:50
  Author: jsteel
Revision: 624978

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 624977, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 20:49:43 UTC (rev 624977)
+++ PKGBUILD2020-05-05 20:49:50 UTC (rev 624978)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.18.49
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('cb187d8e72d54273cec14fc336fd8f35')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 624977, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 20:49:50 UTC (rev 624978)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.18.53
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('164368e9f9f16019c68fbc4c0bbc4fbe')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


[arch-commits] Commit in python-botocore/repos/community-any (4 files)

2020-05-05 Thread Jonathan Steel via arch-commits
Date: Tuesday, May 5, 2020 @ 20:49:13
  Author: jsteel
Revision: 624976

archrelease: copy trunk to community-any

Added:
  python-botocore/repos/community-any/PKGBUILD
(from rev 624975, python-botocore/trunk/PKGBUILD)
  python-botocore/repos/community-any/docutils-0.16.patch
(from rev 624975, python-botocore/trunk/docutils-0.16.patch)
Deleted:
  python-botocore/repos/community-any/PKGBUILD
  python-botocore/repos/community-any/docutils-0.16.patch

-+
 PKGBUILD|   70 +-
 docutils-0.16.patch |   44 +++
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 20:49:05 UTC (rev 624975)
+++ PKGBUILD2020-05-05 20:49:13 UTC (rev 624976)
@@ -1,35 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.15.49
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
-docutils-0.16.patch)
-md5sums=('bbad742365c28b6eacdf9fa3fdfd2048'
- 'a7cd91ca093446fa30459a9f43170b29')
-
-prepare() {
-  cd botocore-$pkgver
-  # https://github.com/boto/botocore/pull/2011
-  patch -Np1 -i ../docutils-0.16.patch
-}
-
-build() {
-  cd botocore-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 624975, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 20:49:13 UTC (rev 624976)
@@ -0,0 +1,35 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.16.3
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
+docutils-0.16.patch)
+md5sums=('807776cdf1233710720a6616c76893b2'
+ 'a7cd91ca093446fa30459a9f43170b29')
+
+prepare() {
+  cd botocore-$pkgver
+  # https://github.com/boto/botocore/pull/2011
+  patch -Np1 -i ../docutils-0.16.patch
+}
+
+build() {
+  cd botocore-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: docutils-0.16.patch
===
--- docutils-0.16.patch 2020-05-05 20:49:05 UTC (rev 624975)
+++ docutils-0.16.patch 2020-05-05 20:49:13 UTC (rev 624976)
@@ -1,22 +0,0 @@
-From 492c79185ac2f0bec928784a0c48868b973fe6a4 Mon Sep 17 00:00:00 2001
-From: Sebastian P 
-Date: Fri, 17 Jan 2020 14:19:19 +0100
-Subject: [PATCH] setup.py: Allow use with docutils >=0.16
-

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index edc357897..555e5ef9f 100644
 a/setup.py
-+++ b/setup.py
-@@ -25,7 +25,7 @@ def find_version(*file_paths):
- 
- requires = [
- 'jmespath>=0.7.1,<1.0.0',
--'docutils>=0.10,<0.16',
-+'docutils>=0.10,<1.0.0',
- 'python-dateutil>=2.1,<3.0.0',
- ]
- 

Copied: python-botocore/repos/community-any/docutils-0.16.patch (from rev 
624975, python-botocore/trunk/docutils-0.16.patch)
===
--- docutils-0.16.patch (rev 0)
+++ docutils-0.16.patch 2020-05-05 20:49:13 UTC (rev 624976)
@@ -0,0 +1,22 @@
+From 492c79185ac2f0bec928784a0c48868b973fe6a4 Mon Sep 17 00:00:00 2001
+From: Sebastian P 
+Date: Fri, 17 Jan 2020 14:19:19 +0100
+Subject: [PATCH] setup.py: Allow use with docutils >=0.16
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index edc357897..555e5ef9f 100644
+--- a/setup.py
 b/setup.py
+@@ -25,7 +25,7 @@ def find_version(*file_paths):
+ 
+ requires = [
+ 'jmespath>=0.7.1,<1.0.0',
+-'docutils>=0.10,<0.16',
++'docutils>=0.10,<1.0.0',
+ 'python-dateutil>=2.1,<3.0.0',
+ ]
+ 


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

2020-05-05 Thread Jonathan Steel via arch-commits
Date: Tuesday, May 5, 2020 @ 20:49:05
  Author: jsteel
Revision: 624975

upgpkg: python-botocore 1.16.3-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 20:48:22 UTC (rev 624974)
+++ PKGBUILD2020-05-05 20:49:05 UTC (rev 624975)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.15.49
+pkgver=1.16.3
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
 docutils-0.16.patch)
-md5sums=('bbad742365c28b6eacdf9fa3fdfd2048'
+md5sums=('807776cdf1233710720a6616c76893b2'
  'a7cd91ca093446fa30459a9f43170b29')
 
 prepare() {


[arch-commits] Commit in python-pytest-metadata/repos/community-any (2 files)

2020-05-05 Thread David Runge via arch-commits
Date: Tuesday, May 5, 2020 @ 20:48:22
  Author: dvzrv
Revision: 624974

archrelease: copy trunk to community-any

Added:
  python-pytest-metadata/repos/community-any/PKGBUILD
(from rev 624973, python-pytest-metadata/trunk/PKGBUILD)
Deleted:
  python-pytest-metadata/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 20:48:16 UTC (rev 624973)
+++ PKGBUILD2020-05-05 20:48:22 UTC (rev 624974)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-
-_name=pytest-metadata
-pkgname=python-pytest-metadata
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="Plugin for accessing test session metadata"
-arch=('any')
-url="https://github.com/pytest-dev/pytest-metadata;
-license=('MPL2')
-depends=('python-pytest')
-makedepends=('python-setuptools-scm')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('04871fe0c4c30bc23eba80a58919841cf45045b91d501e67630426cbac88a16005657eaccb1d2587263d4fcd940d37382f3a5649f142b1aab327f1f1c5d61963')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pytest-metadata/repos/community-any/PKGBUILD (from rev 624973, 
python-pytest-metadata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 20:48:22 UTC (rev 624974)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+
+_name=pytest-metadata
+pkgname=python-pytest-metadata
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Plugin for accessing test session metadata"
+arch=('any')
+url="https://github.com/pytest-dev/pytest-metadata;
+license=('MPL2')
+depends=('python-pytest')
+makedepends=('python-setuptools-scm')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('d36a40870d3d991d6726e46a984c9bafc6f131d0b2149a7426a6418b16a18807d32afe77458d7b6b5c332677cef288e29e161ad9ffc3a14d26553a066d6a6694')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-05-05 Thread David Runge via arch-commits
Date: Tuesday, May 5, 2020 @ 20:48:16
  Author: dvzrv
Revision: 624973

upgpkg: python-pytest-metadata 1.9.0-1: Upgrading to 1.9.0.

Modified:
  python-pytest-metadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 20:46:36 UTC (rev 624972)
+++ PKGBUILD2020-05-05 20:48:16 UTC (rev 624973)
@@ -2,8 +2,8 @@
 
 _name=pytest-metadata
 pkgname=python-pytest-metadata
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.9.0
+pkgrel=1
 pkgdesc="Plugin for accessing test session metadata"
 arch=('any')
 url="https://github.com/pytest-dev/pytest-metadata;
@@ -11,7 +11,7 @@
 depends=('python-pytest')
 makedepends=('python-setuptools-scm')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('04871fe0c4c30bc23eba80a58919841cf45045b91d501e67630426cbac88a16005657eaccb1d2587263d4fcd940d37382f3a5649f142b1aab327f1f1c5d61963')
+sha512sums=('d36a40870d3d991d6726e46a984c9bafc6f131d0b2149a7426a6418b16a18807d32afe77458d7b6b5c332677cef288e29e161ad9ffc3a14d26553a066d6a6694')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-05-05 Thread David Runge via arch-commits
Date: Tuesday, May 5, 2020 @ 20:46:36
  Author: dvzrv
Revision: 624972

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 20:46:28 UTC (rev 624971)
+++ PKGBUILD2020-05-05 20:46:36 UTC (rev 624972)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-# Contributor: NicoHood 
-# Contributor: Carl George < arch at cgtx dot us >
-
-_name=smmap2
-pkgname=python-smmap
-pkgver=2.0.5
-pkgrel=1
-epoch=1
-pkgdesc="A pure git implementation of a sliding window memory map manager"
-arch=('any')
-url="https://github.com/gitpython-developers/smmap;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.org/packages/source/s/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('1db8f8d508a7ca97fef27de87494d667663efd8a56829d4bb99f37c5dffedae4dae05f8a0312ae9e4c14aa1ba5aa5de5b9ee1425d464be6f4bb07934f1a7a9f1'
-'SKIP')
-validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel 
(In Rust I trust!) 
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: python-smmap/repos/community-any/PKGBUILD (from rev 624971, 
python-smmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 20:46:36 UTC (rev 624972)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+# Contributor: NicoHood 
+# Contributor: Carl George < arch at cgtx dot us >
+
+_name=smmap
+pkgname=python-smmap
+pkgver=3.0.4
+pkgrel=1
+epoch=1
+pkgdesc="A pure git implementation of a sliding window memory map manager"
+arch=('any')
+url="https://github.com/gitpython-developers/smmap;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.org/packages/source/s/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('da7e5c0257f29b487eb5ee18f29656340f7f6999dd625d93560444d526df8036a8fc4452242a2d01203907798709d82a0015709e097bc22acd3d0a8b976ef9fe'
+'SKIP')
+validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel 
(In Rust I trust!) 
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-05-05 Thread David Runge via arch-commits
Date: Tuesday, May 5, 2020 @ 20:46:28
  Author: dvzrv
Revision: 624971

upgpkg: python-smmap 1:3.0.4-1: Upgrading to 3.0.4.

Modified:
  python-smmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 20:43:28 UTC (rev 624970)
+++ PKGBUILD2020-05-05 20:46:28 UTC (rev 624971)
@@ -3,9 +3,9 @@
 # Contributor: NicoHood 
 # Contributor: Carl George < arch at cgtx dot us >
 
-_name=smmap2
+_name=smmap
 pkgname=python-smmap
-pkgver=2.0.5
+pkgver=3.0.4
 pkgrel=1
 epoch=1
 pkgdesc="A pure git implementation of a sliding window memory map manager"
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://pypi.org/packages/source/s/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('1db8f8d508a7ca97fef27de87494d667663efd8a56829d4bb99f37c5dffedae4dae05f8a0312ae9e4c14aa1ba5aa5de5b9ee1425d464be6f4bb07934f1a7a9f1'
+sha512sums=('da7e5c0257f29b487eb5ee18f29656340f7f6999dd625d93560444d526df8036a8fc4452242a2d01203907798709d82a0015709e097bc22acd3d0a8b976ef9fe'
 'SKIP')
 validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel 
(In Rust I trust!) 
 


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

2020-05-05 Thread David Runge via arch-commits
Date: Tuesday, May 5, 2020 @ 20:43:08
  Author: dvzrv
Revision: 624968

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 20:43:01 UTC (rev 624967)
+++ PKGBUILD2020-05-05 20:43:08 UTC (rev 624968)
@@ -1,144 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: NicoHood 
-# Contributor: brent s. 
-
-_name=GitPython
-pkgdesc="A python library used to interact with Git repositories"
-pkgname=python-gitpython
-pkgver=3.0.5
-pkgrel=1
-url="https://github.com/gitpython-developers/gitpython;
-license=('BSD')
-arch=('any')
-depends=('git' 'python-gitdb')
-makedepends=('python-setuptools')
-checkdepends=('python-ddt' 'python-nose')
-source=("${pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/G/${_name}/${_name}-${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.asc::https://pypi.org/packages/source/G/${_name}/${_name}-${pkgver}.tar.gz.asc;)
-sha512sums=('bb47f1dcbe753d7c413f51e48e545b4406b793ad795dd7de3c6aeee313a0ad6409876886cb4b7ebbbddae6a4d2a3f108f403b22133069a61ccb3aef32ab120ad'
-'SKIP')
-validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel 
(In Rust I trust!) 
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  local TEST_TMPDIR=$(mktemp -d -t gitpython.XXX)
-  local GITDB_TMPDIR=$(mktemp -d -t gitdb.XXX)
-  local SMMAP_TMPDIR=$(mktemp -d -t smmap.XXX)
-  git config --global user.name "Test User"
-  git config --global user.email "t...@user.org"
-  (
-cd "$SMMAP_TMPDIR"
-mkdir -vp bare
-(
-  cd bare
-  git init --bare
-)
-git clone bare clone
-cd clone
-for commit in {1..50}; do
-  touch "file${commit}"
-  git add "file${commit}"
-  git commit -m "file${commit}"
-done
-git push
-  )
-  (
-cd "$GITDB_TMPDIR"
-mkdir -vp bare
-(
-  cd bare
-  git init --bare
-)
-git clone bare clone
-cd clone
-
-mkdir -vp gitdb/ext
-git submodule add --name 'smmap' "${SMMAP_TMPDIR}/clone" gitdb/ext/smmap
-git submodule init gitdb/ext/smmap
-git add gitdb/ext/smmap
-git commit -m "Adding smmap submodule"
-
-for commit in {1..50}; do
-  touch "file${commit}"
-  git add "file${commit}"
-  git commit -m "file${commit}"
-done
-git push
-  )
-  (
-cd "$TEST_TMPDIR"
-mkdir -vp bare
-(
-  cd bare
-  git init --bare
-)
-git clone bare clone
-cd clone
-
-mkdir -vp git/ext
-git submodule add --name 'gitdb' "${GITDB_TMPDIR}/clone" git/ext/gitdb
-git submodule update --init --recursive git/ext/gitdb
-git add git/ext/gitdb
-git commit -m "Adding gitdb submodule"
-
-# test hardcodes this file to test against
-touch AUTHORS
-git add AUTHORS
-git commit -m "Adding AUTHORS."
-# test hardcodes this file to test against
-touch MANIFEST.in
-git add MANIFEST.in
-git commit -m "Adding MANIFEST.in."
-
-for commit in {1..50}; do
-  touch "file${commit}"
-  git add "file${commit}"
-  git commit -m "file${commit}"
-done
-git tag -am '0.1.4' 0.1.4
-for commit in {51..100}; do
-  touch "file${commit}"
-  git add "file${commit}"
-  git commit -m "file${commit}"
-done
-git tag -am '0.1.5' 0.1.5
-for commit in {101..150}; do
-  touch "file${commit}"
-  git add "file${commit}"
-  git commit -m "file${commit}"
-done
-git tag -am '0.1.6' 0.1.6
-for commit in {151..160}; do
-  touch "file${commit}"
-  git add "file${commit}"
-  git commit -m "file${commit}"
-done
-git tag -am '0.3.5' 0.3.5
-
-git tag __testing_point__
-git push
-git push --tags
-  )
-  export GIT_PYTHON_TEST_GIT_REPO_BASE="${TEST_TMPDIR}/clone/.git"
-  nosetests -vd || echo "Test suite relies on checked out repository 
https://github.com/gitpython-developers/GitPython/issues/914;
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}"
-  install -vDm 644 {AUTHORS,CHANGES,{CONTRIBUTING,README}.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: python-gitpython/repos/community-any/PKGBUILD (from rev 624967, 
python-gitpython/trunk/PKGBUILD)
===
--- PKGBUILD 

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

2020-05-05 Thread Jonathan Steel via arch-commits
Date: Tuesday, May 5, 2020 @ 20:43:28
  Author: jsteel
Revision: 624970

archrelease: copy trunk to community-x86_64

Added:
  herbstluftwm/repos/community-x86_64/PKGBUILD
(from rev 624969, herbstluftwm/trunk/PKGBUILD)
Deleted:
  herbstluftwm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 20:43:18 UTC (rev 624969)
+++ PKGBUILD2020-05-05 20:43:28 UTC (rev 624970)
@@ -1,44 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: thorsten w. 
-
-pkgname=herbstluftwm
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Manual tiling window manager for X"
-arch=('x86_64')
-url="https://herbstluftwm.org;
-license=('BSD')
-depends=('glib2' 'libxinerama' 'libxrandr')
-makedepends=('cmake' 'asciidoc')
-optdepends=('xorg-xsetroot: to set wallpaper color in default autostart'
-'xterm: used as the terminal in default autostart'
-'dzen2: used in the default panel.sh'
-'dmenu: used in some example scripts')
-source=(https://herbstluftwm.org/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('fe146d6b533dcabbc2588430de01b76acc0f716521d9a8157aa628f305723430'
-'SKIP')
-validpgpkeys=('72B6C05CDFF309C6396167D464EF02821CAFF810') # Thorsten Wißmann 

-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake \
--DBASHCOMPLETIONDIR=/usr/share/bash-completion/completions \
--DZSHCOMPLETIONDIR=/usr/share/zsh/functions/Completion/X \
--DCMAKE_INSTALL_PREFIX="/usr" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname/
-
-  ln -s /usr/share/doc/$pkgname/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: herbstluftwm/repos/community-x86_64/PKGBUILD (from rev 624969, 
herbstluftwm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 20:43:28 UTC (rev 624970)
@@ -0,0 +1,44 @@
+# Maintainer: Jonathan Steel 
+# Contributor: thorsten w. 
+
+pkgname=herbstluftwm
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Manual tiling window manager for X"
+arch=('x86_64')
+url="https://herbstluftwm.org;
+license=('BSD')
+depends=('glib2' 'libxinerama' 'libxrandr')
+makedepends=('cmake' 'asciidoc')
+optdepends=('xorg-xsetroot: to set wallpaper color in default autostart'
+'xterm: used as the terminal in default autostart'
+'dzen2: used in the default panel.sh'
+'dmenu: used in some example scripts')
+source=(https://herbstluftwm.org/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('04a0722ee2c0e2b6000211b6e0574abb4bae4d597c566c280d8635fe820e7471'
+'SKIP')
+validpgpkeys=('72B6C05CDFF309C6396167D464EF02821CAFF810') # Thorsten Wißmann 

+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake \
+-DBASHCOMPLETIONDIR=/usr/share/bash-completion/completions \
+-DZSHCOMPLETIONDIR=/usr/share/zsh/functions/Completion/X \
+-DCMAKE_INSTALL_PREFIX="/usr" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname/
+
+  ln -s /usr/share/doc/$pkgname/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-05 Thread David Runge via arch-commits
Date: Tuesday, May 5, 2020 @ 20:43:01
  Author: dvzrv
Revision: 624967

upgpkg: python-gitpython 3.1.2-1: Upgrading to 3.1.2.

Replacing python-nose with python-pytest.

Modified:
  python-gitpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 20:37:07 UTC (rev 624966)
+++ PKGBUILD2020-05-05 20:43:01 UTC (rev 624967)
@@ -5,7 +5,7 @@
 _name=GitPython
 pkgdesc="A python library used to interact with Git repositories"
 pkgname=python-gitpython
-pkgver=3.0.5
+pkgver=3.1.2
 pkgrel=1
 url="https://github.com/gitpython-developers/gitpython;
 license=('BSD')
@@ -12,10 +12,9 @@
 arch=('any')
 depends=('git' 'python-gitdb')
 makedepends=('python-setuptools')
-checkdepends=('python-ddt' 'python-nose')
-source=("${pkgname}-${pkgver}.tar.gz::https://pypi.org/packages/source/G/${_name}/${_name}-${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.asc::https://pypi.org/packages/source/G/${_name}/${_name}-${pkgver}.tar.gz.asc;)
-sha512sums=('bb47f1dcbe753d7c413f51e48e545b4406b793ad795dd7de3c6aeee313a0ad6409876886cb4b7ebbbddae6a4d2a3f108f403b22133069a61ccb3aef32ab120ad'
+checkdepends=('python-ddt' 'python-pytest')
+source=("https://pypi.org/packages/source/G/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('051b59b56a163839bf7754860bfc8e21cfde08b8e7d0fd66239c234b89ba5a83fa7e8540a12c5df3563e5353d1e01119dd1b0a5ea1c22daf7e071fb963cbc3a4'
 'SKIP')
 validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel 
(In Rust I trust!) 
 
@@ -129,7 +128,7 @@
 git push --tags
   )
   export GIT_PYTHON_TEST_GIT_REPO_BASE="${TEST_TMPDIR}/clone/.git"
-  nosetests -vd || echo "Test suite relies on checked out repository 
https://github.com/gitpython-developers/GitPython/issues/914;
+  pytest -v || echo "Test suite relies on checked out repository 
https://github.com/gitpython-developers/GitPython/issues/914;
 }
 
 package() {


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

2020-05-05 Thread Jonathan Steel via arch-commits
Date: Tuesday, May 5, 2020 @ 20:43:18
  Author: jsteel
Revision: 624969

upgpkg: herbstluftwm 0.8.2-1

Modified:
  herbstluftwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 20:43:08 UTC (rev 624968)
+++ PKGBUILD2020-05-05 20:43:18 UTC (rev 624969)
@@ -2,7 +2,7 @@
 # Contributor: thorsten w. 
 
 pkgname=herbstluftwm
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="Manual tiling window manager for X"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'dzen2: used in the default panel.sh'
 'dmenu: used in some example scripts')
 source=(https://herbstluftwm.org/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('fe146d6b533dcabbc2588430de01b76acc0f716521d9a8157aa628f305723430'
+sha256sums=('04a0722ee2c0e2b6000211b6e0574abb4bae4d597c566c280d8635fe820e7471'
 'SKIP')
 validpgpkeys=('72B6C05CDFF309C6396167D464EF02821CAFF810') # Thorsten Wißmann 

 


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

2020-05-05 Thread David Runge via arch-commits
Date: Tuesday, May 5, 2020 @ 20:36:57
  Author: dvzrv
Revision: 624965

upgpkg: python-gitdb 1:4.0.5-1: Upgrading to 4.0.5.

Modified:
  python-gitdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 20:15:35 UTC (rev 624964)
+++ PKGBUILD2020-05-05 20:36:57 UTC (rev 624965)
@@ -2,10 +2,10 @@
 # Contributor: NicoHood 
 # Contributor: Carl George < arch at cgtx dot us >
 
-_name=gitdb2
+_name=gitdb
 pkgdesc="A pure-Python git object database"
 pkgname=python-gitdb
-pkgver=2.0.6
+pkgver=4.0.5
 pkgrel=1
 epoch=1
 url="https://github.com/gitpython-developers/gitdb;
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose')
 
source=("https://pypi.org/packages/source/g/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('a7b5166cb36adfef92e9ec8f2aff690295a657d23f7078a27d0c0fe68208b12356c82c11e589c7f7321b76ccaa0747229d9c5405415c63c5e355f81084e18935'
+sha512sums=('a3f562928a863121c4051663a0674aa94937527b2fc40a7f392d2913d4d1443bda278e2f7cf362d499389691d24a2d965ab89a6533d42a157db3ab629a377e83'
 'SKIP')
 validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel 
(In Rust I trust!) 
 


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

2020-05-05 Thread David Runge via arch-commits
Date: Tuesday, May 5, 2020 @ 20:37:07
  Author: dvzrv
Revision: 624966

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 20:36:57 UTC (rev 624965)
+++ PKGBUILD2020-05-05 20:37:07 UTC (rev 624966)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: NicoHood 
-# Contributor: Carl George < arch at cgtx dot us >
-
-_name=gitdb2
-pkgdesc="A pure-Python git object database"
-pkgname=python-gitdb
-pkgver=2.0.6
-pkgrel=1
-epoch=1
-url="https://github.com/gitpython-developers/gitdb;
-license=('BSD')
-arch=('any')
-depends=('git' 'python-smmap')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("https://pypi.org/packages/source/g/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('a7b5166cb36adfef92e9ec8f2aff690295a657d23f7078a27d0c0fe68208b12356c82c11e589c7f7321b76ccaa0747229d9c5405415c63c5e355f81084e18935'
-'SKIP')
-validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel 
(In Rust I trust!) 
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-# some tests need to be disabled, because of coupling with the project
-# repository: https://github.com/gitpython-developers/gitdb/issues/51
-check() {
-  cd "${pkgname}-${pkgver}"
-  local TEST_TMPDIR=$(mktemp -d)
-  (
-cd "$TEST_TMPDIR"
-git init
-git config user.name "Test User"
-git config user.email "t...@user.org"
-for commit in {1..50}; do
-  touch "file${commit}"
-  git add "file${commit}"
-  git commit -m "file${commit}"
-done
-  )
-  export GITDB_TEST_GIT_REPO_BASE="${TEST_TMPDIR}/.git"
-  nosetests -vd -e 'test_pack_writing'
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --prefix=/usr \
-  --root="${pkgdir}"
-  install -vDm 644 {AUTHORS,README.rst} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: python-gitdb/repos/community-any/PKGBUILD (from rev 624965, 
python-gitdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 20:37:07 UTC (rev 624966)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+# Contributor: NicoHood 
+# Contributor: Carl George < arch at cgtx dot us >
+
+_name=gitdb
+pkgdesc="A pure-Python git object database"
+pkgname=python-gitdb
+pkgver=4.0.5
+pkgrel=1
+epoch=1
+url="https://github.com/gitpython-developers/gitdb;
+license=('BSD')
+arch=('any')
+depends=('git' 'python-smmap')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("https://pypi.org/packages/source/g/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('a3f562928a863121c4051663a0674aa94937527b2fc40a7f392d2913d4d1443bda278e2f7cf362d499389691d24a2d965ab89a6533d42a157db3ab629a377e83'
+'SKIP')
+validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel 
(In Rust I trust!) 
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+# some tests need to be disabled, because of coupling with the project
+# repository: https://github.com/gitpython-developers/gitdb/issues/51
+check() {
+  cd "${pkgname}-${pkgver}"
+  local TEST_TMPDIR=$(mktemp -d)
+  (
+cd "$TEST_TMPDIR"
+git init
+git config user.name "Test User"
+git config user.email "t...@user.org"
+for commit in {1..50}; do
+  touch "file${commit}"
+  git add "file${commit}"
+  git commit -m "file${commit}"
+done
+  )
+  export GITDB_TEST_GIT_REPO_BASE="${TEST_TMPDIR}/.git"
+  nosetests -vd -e 'test_pack_writing'
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --prefix=/usr \
+  --root="${pkgdir}"
+  install -vDm 644 {AUTHORS,README.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in edk2/trunk (PKGBUILD edk2-ovmf.install)

2020-05-05 Thread David Runge via arch-commits
Date: Tuesday, May 5, 2020 @ 20:26:00
  Author: dvzrv
Revision: 382348

upgpkg: edk2 202002-9: Using only a single symlink for /usr/share/ovmf for 
backwards compatibility.

Modified:
  edk2/trunk/PKGBUILD
  edk2/trunk/edk2-ovmf.install

---+
 PKGBUILD  |   15 ---
 edk2-ovmf.install |2 +-
 2 files changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 20:00:55 UTC (rev 382347)
+++ PKGBUILD2020-05-05 20:26:00 UTC (rev 382348)
@@ -5,7 +5,7 @@
 pkgbase=edk2
 pkgname=('edk2-shell' 'edk2-ovmf')
 pkgver=202002
-pkgrel=8
+pkgrel=9
 pkgdesc="Modern, feature-rich firmware development environment for the UEFI 
specifications"
 arch=('any')
 url="https://github.com/tianocore/edk2;
@@ -160,21 +160,14 @@
   -t "${pkgdir}/usr/share/${pkgname}/${_arch,,}"
 install -vDm 644 
"Build/Ovmf${_arch}-secure/${_build_type}_${_build_plugin}/FV/OVMF_CODE.fd" \
   "${pkgdir}/usr/share/${pkgname}/${_arch,,}/OVMF_CODE.secboot.fd"
-# adding symlinks for previous ovmf location (only secure boot was provided
-# as the default, but was never enforced)
-# https://bugs.archlinux.org/task/66528
-install -vdm 755 "${pkgdir}/usr/share/ovmf/${_arch,,}"
-ln -sfv "/usr/share/${pkgname}/${_arch,,}/OVMF_CODE.fd" \
-  "${pkgdir}/usr/share/ovmf/${_arch,,}/OVMF_CODE.fd"
-ln -sfv "/usr/share/${pkgname}/${_arch,,}/OVMF_VARS.fd" \
-  "${pkgdir}/usr/share/ovmf/${_arch,,}/OVMF_VARS.fd"
-ln -sfv "/usr/share/${pkgname}/${_arch,,}/OVMF.fd" \
-  "${pkgdir}/usr/share/ovmf/${_arch,,}/OVMF.fd"
   done
   # installing qemu descriptors in accordance with qemu:
   # https://git.qemu.org/?p=qemu.git;a=tree;f=pc-bios/descriptors
   # https://bugs.archlinux.org/task/64206
   install -vDm 644 ../*"${pkgname}"*.json -t 
"${pkgdir}/usr/share/qemu/firmware"
+  # adding symlink for previous ovmf location
+  # https://bugs.archlinux.org/task/66528
+  ln -svf "/usr/share/${pkgname}" "${pkgdir}/usr/share/ovmf"
   # adding a symlink for applications with questionable heuristics (such as 
lxd)
   ln -svf "/usr/share/${pkgname}" "${pkgdir}/usr/share/OVMF"
   # licenses

Modified: edk2-ovmf.install
===
--- edk2-ovmf.install   2020-05-05 20:00:55 UTC (rev 382347)
+++ edk2-ovmf.install   2020-05-05 20:26:00 UTC (rev 382348)
@@ -1,6 +1,6 @@
 post_install() {
   # note for users of ovmf
-  if [ "$(vercmp "$1" '202002-8')" -le 0 ]; then
+  if [ "$(vercmp "$1" '202002-9')" -le 0 ]; then
 echo -e "The firmware location has changed to /usr/share/edk2-ovmf/. 
Symlinks are provided for backwards compatibility.\nNOTE: To update the paths 
run 'virsh edit' on virtual machines that use OVMF."
   fi
 }


[arch-commits] Commit in edk2/repos/extra-any (14 files)

2020-05-05 Thread David Runge via arch-commits
Date: Tuesday, May 5, 2020 @ 20:26:11
  Author: dvzrv
Revision: 382349

archrelease: copy trunk to extra-any

Added:
  edk2/repos/extra-any/50-edk2-ovmf-i386-secure.json
(from rev 382348, edk2/trunk/50-edk2-ovmf-i386-secure.json)
  edk2/repos/extra-any/50-edk2-ovmf-x86_64-secure.json
(from rev 382348, edk2/trunk/50-edk2-ovmf-x86_64-secure.json)
  edk2/repos/extra-any/60-edk2-ovmf-i386.json
(from rev 382348, edk2/trunk/60-edk2-ovmf-i386.json)
  edk2/repos/extra-any/60-edk2-ovmf-x86_64.json
(from rev 382348, edk2/trunk/60-edk2-ovmf-x86_64.json)
  edk2/repos/extra-any/PKGBUILD
(from rev 382348, edk2/trunk/PKGBUILD)
  edk2/repos/extra-any/edk2-ovmf.install
(from rev 382348, edk2/trunk/edk2-ovmf.install)
  edk2/repos/extra-any/edk2-shell.install
(from rev 382348, edk2/trunk/edk2-shell.install)
Deleted:
  edk2/repos/extra-any/50-edk2-ovmf-i386-secure.json
  edk2/repos/extra-any/50-edk2-ovmf-x86_64-secure.json
  edk2/repos/extra-any/60-edk2-ovmf-i386.json
  edk2/repos/extra-any/60-edk2-ovmf-x86_64.json
  edk2/repos/extra-any/PKGBUILD
  edk2/repos/extra-any/edk2-ovmf.install
  edk2/repos/extra-any/edk2-shell.install

-+
 50-edk2-ovmf-i386-secure.json   |   68 +++
 50-edk2-ovmf-x86_64-secure.json |   70 +++
 60-edk2-ovmf-i386.json  |   66 +++---
 60-edk2-ovmf-x86_64.json|   68 +++
 PKGBUILD|  367 ++
 edk2-ovmf.install   |   12 -
 edk2-shell.install  |2 
 7 files changed, 323 insertions(+), 330 deletions(-)

Deleted: 50-edk2-ovmf-i386-secure.json
===
--- 50-edk2-ovmf-i386-secure.json   2020-05-05 20:26:00 UTC (rev 382348)
+++ 50-edk2-ovmf-i386-secure.json   2020-05-05 20:26:11 UTC (rev 382349)
@@ -1,34 +0,0 @@
-{
-"description": "UEFI firmware for i386, with Secure Boot and SMM",
-"interface-types": [
-"uefi"
-],
-"mapping": {
-"device": "flash",
-"executable": {
-"filename": "/usr/share/edk2-ovmf/ia32/OVMF_CODE.secboot.fd",
-"format": "raw"
-},
-"nvram-template": {
-"filename": "/usr/share/edk2-ovmf/ia32/OVMF_VARS.fd",
-"format": "raw"
-}
-},
-"targets": [
-{
-"architecture": "i386",
-"machines": [
-"pc-q35-*"
-]
-}
-],
-"features": [
-"acpi-s3",
-"requires-smm",
-"secure-boot",
-"verbose-dynamic"
-],
-"tags": [
-
-]
-}

Copied: edk2/repos/extra-any/50-edk2-ovmf-i386-secure.json (from rev 382348, 
edk2/trunk/50-edk2-ovmf-i386-secure.json)
===
--- 50-edk2-ovmf-i386-secure.json   (rev 0)
+++ 50-edk2-ovmf-i386-secure.json   2020-05-05 20:26:11 UTC (rev 382349)
@@ -0,0 +1,34 @@
+{
+"description": "UEFI firmware for i386, with Secure Boot and SMM",
+"interface-types": [
+"uefi"
+],
+"mapping": {
+"device": "flash",
+"executable": {
+"filename": "/usr/share/edk2-ovmf/ia32/OVMF_CODE.secboot.fd",
+"format": "raw"
+},
+"nvram-template": {
+"filename": "/usr/share/edk2-ovmf/ia32/OVMF_VARS.fd",
+"format": "raw"
+}
+},
+"targets": [
+{
+"architecture": "i386",
+"machines": [
+"pc-q35-*"
+]
+}
+],
+"features": [
+"acpi-s3",
+"requires-smm",
+"secure-boot",
+"verbose-dynamic"
+],
+"tags": [
+
+]
+}

Deleted: 50-edk2-ovmf-x86_64-secure.json
===
--- 50-edk2-ovmf-x86_64-secure.json 2020-05-05 20:26:00 UTC (rev 382348)
+++ 50-edk2-ovmf-x86_64-secure.json 2020-05-05 20:26:11 UTC (rev 382349)
@@ -1,35 +0,0 @@
-{
-"description": "UEFI firmware for x86_64, with Secure Boot and SMM",
-"interface-types": [
-"uefi"
-],
-"mapping": {
-"device": "flash",
-"executable": {
-"filename": "/usr/share/edk2-ovmf/x64/OVMF_CODE.secboot.fd",
-"format": "raw"
-},
-"nvram-template": {
-"filename": "/usr/share/edk2-ovmf/x64/OVMF_VARS.fd",
-"format": "raw"
-}
-},
-"targets": [
-{
-"architecture": "x86_64",
-"machines": [
-"pc-q35-*"
-]
-}
-],
-"features": [
-"acpi-s3",
-"amd-sev",
-"requires-smm",
-"secure-boot",
-"verbose-dynamic"
-],
-"tags": [
-
-]
-}

Copied: edk2/repos/extra-any/50-edk2-ovmf-x86_64-secure.json (from rev 382348, 
edk2/trunk/50-edk2-ovmf-x86_64-secure.json)

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

2020-05-05 Thread David Runge via arch-commits
Date: Tuesday, May 5, 2020 @ 20:15:35
  Author: dvzrv
Revision: 624964

archrelease: copy trunk to community-x86_64

Added:
  php-redis/repos/community-x86_64/PKGBUILD
(from rev 624963, php-redis/trunk/PKGBUILD)
Deleted:
  php-redis/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 20:15:22 UTC (rev 624963)
+++ PKGBUILD2020-05-05 20:15:35 UTC (rev 624964)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=php-redis
-_name=redis
-_upstream=phpredis
-pkgver=5.2.1
-pkgrel=1
-pkgdesc="An API for communicating with the Redis key-value store"
-arch=('x86_64')
-url="https://github.com/phpredis/phpredis/;
-license=('PHP')
-depends=('glibc' 'php-igbinary')
-makedepends=('liblzf')
-checkdepends=('lsof' 'redis')
-optdepends=('redis: use a local redis instance')
-backup=("etc/php/conf.d/${_name}.ini")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz;)
-sha512sums=('40d8b16a491f44c62b56f6b0e7a9a028893af64fc86531e61b0e85d2fa09a517f77e132374526ef6a774a9275921ee3fd56effa709b1e704649858fbdee628d3')
-
-prepare() {
-  mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # tempfile is non-standard, Debian only
-  sed -e 's/tempfile/mktemp/g' -i tests/mkring.sh
-  # the kill after shutdown of redis makes it exit with status code 1
-  sed -e '/kill -9/d' -i tests/mkring.sh
-  # disable the extension by default
-  echo -e "; this extension requires igbinary to be activated as 
well\n;extension=${_name}" > "${_name}.ini"
-  phpize
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --enable-redis-igbinary \
-  --enable-redis-lzf \
-  --with-liblzf=/usr/lib/
-  make
-}
-
-check() {
-  # tests are partly broken:
-  # https://github.com/phpredis/phpredis/issues/1593
-  export TEST_PHP_EXECUTABLE=/usr/bin/php
-  export TEST_PHP_ARGS="-d extension=igbinary -d 
extension=${srcdir}/${pkgname}-${pkgver}/modules/redis.so"
-  cd "$pkgname-$pkgver"
-  tests/mkring.sh start
-  $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS tests/TestRedis.php --class Redis
-  $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS tests/TestRedis.php --class RedisArray
-  tests/mkring.sh stop
-}
-
-package() {
-  depends+=('liblzf.so')
-  cd "$pkgname-$pkgver"
-  make INSTALL_ROOT="$pkgdir/" install
-  install -vDm 644 "${_name}.ini" -t "${pkgdir}/etc/php/conf.d/"
-  install -vDm 644 {{README,arrays,cluster}.markdown,CREDITS} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: php-redis/repos/community-x86_64/PKGBUILD (from rev 624963, 
php-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 20:15:35 UTC (rev 624964)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+
+pkgname=php-redis
+_name=redis
+_upstream=phpredis
+pkgver=5.2.2
+pkgrel=1
+pkgdesc="An API for communicating with the Redis key-value store"
+arch=('x86_64')
+url="https://github.com/phpredis/phpredis/;
+license=('PHP')
+depends=('glibc' 'php-igbinary')
+makedepends=('liblzf')
+checkdepends=('lsof' 'redis')
+optdepends=('redis: use a local redis instance')
+backup=("etc/php/conf.d/${_name}.ini")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz;)
+sha512sums=('38d532a852626db5ccd722c1e70586cf769850ab30a67b56b5692bc1e8544399954ac50855f5695d588ccbfff510fb975a07405de73c5cb20057858dda6eea5a')
+
+prepare() {
+  mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # tempfile is non-standard, Debian only
+  sed -e 's/tempfile/mktemp/g' -i tests/mkring.sh
+  # the kill after shutdown of redis makes it exit with status code 1
+  sed -e '/kill -9/d' -i tests/mkring.sh
+  # disable the extension by default
+  echo -e "; this extension requires igbinary to be activated as 
well\n;extension=${_name}" > "${_name}.ini"
+  phpize
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --enable-redis-igbinary \
+  --enable-redis-lzf \
+  --with-liblzf=/usr/lib/
+  make
+}
+
+check() {
+  # tests are partly broken:
+  # https://github.com/phpredis/phpredis/issues/1593
+  export TEST_PHP_EXECUTABLE=/usr/bin/php
+  export TEST_PHP_ARGS="-d extension=igbinary -d 
extension=${srcdir}/${pkgname}-${pkgver}/modules/redis.so"
+  cd "$pkgname-$pkgver"
+  tests/mkring.sh start
+  $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS tests/TestRedis.php --class Redis
+  $TEST_PHP_EXECUTABLE $TEST_PHP_ARGS tests/TestRedis.php --class RedisArray
+  tests/mkring.sh stop
+}
+
+package() {
+  depends+=('liblzf.so')
+  cd "$pkgname-$pkgver"
+  make INSTALL_ROOT="$pkgdir/" install
+  install -vDm 644 "${_name}.ini" -t 

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

2020-05-05 Thread David Runge via arch-commits
Date: Tuesday, May 5, 2020 @ 20:15:22
  Author: dvzrv
Revision: 624963

upgpkg: php-redis 5.2.2-1: Upgrading to 5.2.2.

Modified:
  php-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:53:09 UTC (rev 624962)
+++ PKGBUILD2020-05-05 20:15:22 UTC (rev 624963)
@@ -3,7 +3,7 @@
 pkgname=php-redis
 _name=redis
 _upstream=phpredis
-pkgver=5.2.1
+pkgver=5.2.2
 pkgrel=1
 pkgdesc="An API for communicating with the Redis key-value store"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('redis: use a local redis instance')
 backup=("etc/php/conf.d/${_name}.ini")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz;)
-sha512sums=('40d8b16a491f44c62b56f6b0e7a9a028893af64fc86531e61b0e85d2fa09a517f77e132374526ef6a774a9275921ee3fd56effa709b1e704649858fbdee628d3')
+sha512sums=('38d532a852626db5ccd722c1e70586cf769850ab30a67b56b5692bc1e8544399954ac50855f5695d588ccbfff510fb975a07405de73c5cb20057858dda6eea5a')
 
 prepare() {
   mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"


[arch-commits] Commit in usbctl/repos/extra-any (PKGBUILD PKGBUILD)

2020-05-05 Thread Levente Polyak via arch-commits
Date: Tuesday, May 5, 2020 @ 20:00:55
  Author: anthraxx
Revision: 382347

archrelease: copy trunk to extra-any

Added:
  usbctl/repos/extra-any/PKGBUILD
(from rev 382346, usbctl/trunk/PKGBUILD)
Deleted:
  usbctl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 20:00:49 UTC (rev 382346)
+++ PKGBUILD2020-05-05 20:00:55 UTC (rev 382347)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: kpcyrd 
-
-pkgname=usbctl
-pkgver=1.2
-pkgrel=1
-pkgdesc='Linux-hardened deny_new_usb control'
-url='https://github.com/anthraxx/usbctl'
-arch=('any')
-license=('MIT')
-depends=('linux-hardened' 'bash' 'usbutils' 'coreutils' 'diffutils' 
'procps-ng' 'grep' 'util-linux')
-checkdepends=('shellcheck')
-optdepends=('sudo: elevate to root when needed')
-source=(https://github.com/anthraxx/usbctl/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/anthraxx/usbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha512sums=('26395f6723787998c71f296cd6f14ce4f7215957ec6cf8ca732e03ebf0b66c67ad60862c8b5970e2ac69a8a00c957d98712f182bba5893058b37f748d970753b'
-'SKIP')
-validpgpkeys=('E240B57E2C4630BA768E2F26FC1B547C8D8172C8') # Levente Polyak
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" MANDIR=/share/man/man1 install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: usbctl/repos/extra-any/PKGBUILD (from rev 382346, usbctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 20:00:55 UTC (rev 382347)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Maintainer: kpcyrd 
+
+pkgname=usbctl
+pkgver=1.2
+pkgrel=2
+pkgdesc='Linux-hardened deny_new_usb control'
+url='https://github.com/anthraxx/usbctl'
+arch=('any')
+license=('MIT')
+depends=('linux-hardened' 'bash' 'usbutils' 'coreutils' 'diffutils' 
'procps-ng' 'grep' 'util-linux')
+checkdepends=('shellcheck')
+optdepends=('sudo: elevate to root when needed')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha512sums=('26395f6723787998c71f296cd6f14ce4f7215957ec6cf8ca732e03ebf0b66c67ad60862c8b5970e2ac69a8a00c957d98712f182bba5893058b37f748d970753b'
+'SKIP')
+b2sums=('4b9c5fb37de2ac363757d9dbd109f4dc7adc159853049def4f5f8bb1d58ef6bc2fa67a206988e5aaccc6a57a74798fb6cf368d766b93cc7d0e8d9df2425c11e2'
+'SKIP')
+validpgpkeys=('E240B57E2C4630BA768E2F26FC1B547C8D8172C8') # Levente Polyak
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" MANDIR=/share/man/man1 install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-05 Thread Levente Polyak via arch-commits
Date: Tuesday, May 5, 2020 @ 20:00:49
  Author: anthraxx
Revision: 382346

upgpkg: usbctl 1.2-2: reproducible builds rebuild

Modified:
  usbctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:53:02 UTC (rev 382345)
+++ PKGBUILD2020-05-05 20:00:49 UTC (rev 382346)
@@ -3,7 +3,7 @@
 
 pkgname=usbctl
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux-hardened deny_new_usb control'
 url='https://github.com/anthraxx/usbctl'
 arch=('any')
@@ -11,10 +11,12 @@
 depends=('linux-hardened' 'bash' 'usbutils' 'coreutils' 'diffutils' 
'procps-ng' 'grep' 'util-linux')
 checkdepends=('shellcheck')
 optdepends=('sudo: elevate to root when needed')
-source=(https://github.com/anthraxx/usbctl/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/anthraxx/usbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
 
sha512sums=('26395f6723787998c71f296cd6f14ce4f7215957ec6cf8ca732e03ebf0b66c67ad60862c8b5970e2ac69a8a00c957d98712f182bba5893058b37f748d970753b'
 'SKIP')
+b2sums=('4b9c5fb37de2ac363757d9dbd109f4dc7adc159853049def4f5f8bb1d58ef6bc2fa67a206988e5aaccc6a57a74798fb6cf368d766b93cc7d0e8d9df2425c11e2'
+'SKIP')
 validpgpkeys=('E240B57E2C4630BA768E2F26FC1B547C8D8172C8') # Levente Polyak
 
 check() {


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

2020-05-05 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 5, 2020 @ 18:53:02
  Author: jelle
Revision: 382345

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 382344, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 382344, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 382344, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  144 +-
 prometheus.service  |   56 +--
 prometheus.sysusers |2 
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:52:53 UTC (rev 382344)
+++ PKGBUILD2020-05-05 18:53:02 UTC (rev 382345)
@@ -1,72 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.17.2
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('a5f2a468508649d1337a5ce9130c1f18f28a45045bdc04cd9bd573a2f2a46920'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=$PWD" \
--asmflags "all=-trimpath=$PWD" \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 382344, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:53:02 UTC (rev 382345)
@@ -0,0 +1,72 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.18.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('5eaffd8017309c61e37752599cd53821a4f204a489524e9e520a237d9c471a5c'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-gcflags "all=-trimpath=$PWD" \
+-asmflags "all=-trimpath=$PWD" \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=$PWD" 

[arch-commits] Commit in dex/repos/community-any (4 files)

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:53:09
  Author: kpcyrd
Revision: 624962

archrelease: copy trunk to community-any

Added:
  dex/repos/community-any/PKGBUILD
(from rev 624961, dex/trunk/PKGBUILD)
  dex/repos/community-any/fix-dex-version.patch
(from rev 624961, dex/trunk/fix-dex-version.patch)
Deleted:
  dex/repos/community-any/PKGBUILD
  dex/repos/community-any/fix-dex-version.patch

---+
 PKGBUILD  |   62 +++-
 fix-dex-version.patch |   22 -
 2 files changed, 41 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:52:55 UTC (rev 624961)
+++ PKGBUILD2020-05-05 18:53:09 UTC (rev 624962)
@@ -1,32 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=dex
-pkgver=0.8.0
-pkgrel=2
-
-pkgdesc='Program to generate and execute DesktopEntry files of type 
Application'
-url='https://github.com/jceb/dex'
-arch=('any')
-license=('GPL2')
-
-depends=('python')
-makedepends=('git' 'python-sphinx')
-
-source=("git+https://github.com/jceb/dex.git#tag=v$pkgver;
-fix-dex-version.patch)
-
-md5sums=('SKIP'
- 'e00a4c7189bc6f097f510af4bd689998')
-
-prepare() {
-  cd dex
-  patch dex <"$srcdir"/fix-dex-version.patch
-}
-
-package() {
-  cd dex
-  make install PREFIX=/usr MANPREFIX=/usr/share/man DESTDIR="$pkgdir"
-  rm "$pkgdir/usr/share/doc/dex/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dex/repos/community-any/PKGBUILD (from rev 624961, dex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:53:09 UTC (rev 624962)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=dex
+pkgver=0.8.0
+pkgrel=3
+pkgdesc='Program to generate and execute DesktopEntry files of type 
Application'
+url='https://github.com/jceb/dex'
+arch=('any')
+license=('GPL2')
+depends=('python')
+makedepends=('git' 'python-sphinx')
+source=("https://github.com/jceb/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+fix-dex-version.patch)
+sha512sums=('d87a7306b931736aa302dc883cbd9c635397eda2c119133a3ae8028869a4302ce3713b43cc85fdb2f804d1a74ab2499ef32a2680d5d6be039831006e617aa70a'
+
'a8f3e3d6794e7bbe0aa0f27eca0ed8122e9448920379e7a701d38df0c93cf969be5e4b0e531d2e7ef6367c3360ee2244d026836765c8f2b09e06dafb6a1323a9')
+b2sums=('de62557d207d257286cc706c07969b10b0d753b197333f1d24c0c0a22a897fb2e3c64a25f71770424e6cc365d028c9a1e994fcf35c68c96be7281d24ce19b1e3'
+
'b871cdb4f8c3a91a5722ea969565cd0de8eb72edc2f615706dcffcda8ed460cd3856a28c312e53fe0a46e3f4b6ca51605fe659486e28df8524c2ad01e2a5bd6e')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch dex <"$srcdir"/fix-dex-version.patch
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make install PREFIX=/usr MANPREFIX=/usr/share/man DESTDIR="$pkgdir"
+  rm "$pkgdir/usr/share/doc/dex/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-dex-version.patch
===
--- fix-dex-version.patch   2020-05-05 18:52:55 UTC (rev 624961)
+++ fix-dex-version.patch   2020-05-05 18:53:09 UTC (rev 624962)
@@ -1,11 +0,0 @@
 /usr/bin/dex   2017-06-19 02:43:55.415177617 +0200
-+++ dex.new2017-06-19 02:46:55.251836314 +0200
-@@ -35,7 +35,7 @@
- import subprocess
- import sys
- 
--__version__ = "0.7"
-+__version__ = "0.8.0"
- 
- 
- # DesktopEntry exceptions

Copied: dex/repos/community-any/fix-dex-version.patch (from rev 624961, 
dex/trunk/fix-dex-version.patch)
===
--- fix-dex-version.patch   (rev 0)
+++ fix-dex-version.patch   2020-05-05 18:53:09 UTC (rev 624962)
@@ -0,0 +1,11 @@
+--- /usr/bin/dex   2017-06-19 02:43:55.415177617 +0200
 dex.new2017-06-19 02:46:55.251836314 +0200
+@@ -35,7 +35,7 @@
+ import subprocess
+ import sys
+ 
+-__version__ = "0.7"
++__version__ = "0.8.0"
+ 
+ 
+ # DesktopEntry exceptions


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

2020-05-05 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 5, 2020 @ 18:52:53
  Author: jelle
Revision: 382344

upgpkg: prometheus 2.18.0-1

Upstream update

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:42:08 UTC (rev 382343)
+++ PKGBUILD2020-05-05 18:52:53 UTC (rev 382344)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus
-pkgver=2.17.2
+pkgver=2.18.0
 pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -18,7 +18,7 @@
 prometheus.service
 prometheus.sysusers)
 
-sha256sums=('a5f2a468508649d1337a5ce9130c1f18f28a45045bdc04cd9bd573a2f2a46920'
+sha256sums=('5eaffd8017309c61e37752599cd53821a4f204a489524e9e520a237d9c471a5c'
 '7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
 


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:52:55
  Author: kpcyrd
Revision: 624961

upgpkg: dex 0.8.0-3 rebuild for reproducible builds

Modified:
  dex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:48:44 UTC (rev 624960)
+++ PKGBUILD2020-05-05 18:52:55 UTC (rev 624961)
@@ -2,29 +2,27 @@
 
 pkgname=dex
 pkgver=0.8.0
-pkgrel=2
-
+pkgrel=3
 pkgdesc='Program to generate and execute DesktopEntry files of type 
Application'
 url='https://github.com/jceb/dex'
 arch=('any')
 license=('GPL2')
-
 depends=('python')
 makedepends=('git' 'python-sphinx')
-
-source=("git+https://github.com/jceb/dex.git#tag=v$pkgver;
+source=("https://github.com/jceb/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
 fix-dex-version.patch)
+sha512sums=('d87a7306b931736aa302dc883cbd9c635397eda2c119133a3ae8028869a4302ce3713b43cc85fdb2f804d1a74ab2499ef32a2680d5d6be039831006e617aa70a'
+
'a8f3e3d6794e7bbe0aa0f27eca0ed8122e9448920379e7a701d38df0c93cf969be5e4b0e531d2e7ef6367c3360ee2244d026836765c8f2b09e06dafb6a1323a9')
+b2sums=('de62557d207d257286cc706c07969b10b0d753b197333f1d24c0c0a22a897fb2e3c64a25f71770424e6cc365d028c9a1e994fcf35c68c96be7281d24ce19b1e3'
+
'b871cdb4f8c3a91a5722ea969565cd0de8eb72edc2f615706dcffcda8ed460cd3856a28c312e53fe0a46e3f4b6ca51605fe659486e28df8524c2ad01e2a5bd6e')
 
-md5sums=('SKIP'
- 'e00a4c7189bc6f097f510af4bd689998')
-
 prepare() {
-  cd dex
+  cd "$pkgname-$pkgver"
   patch dex <"$srcdir"/fix-dex-version.patch
 }
 
 package() {
-  cd dex
+  cd "$pkgname-$pkgver"
   make install PREFIX=/usr MANPREFIX=/usr/share/man DESTDIR="$pkgdir"
   rm "$pkgdir/usr/share/doc/dex/LICENSE"
 }


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:48:44
  Author: kpcyrd
Revision: 624960

archrelease: copy trunk to community-x86_64

Added:
  dhcping/repos/community-x86_64/PKGBUILD
(from rev 624959, dhcping/trunk/PKGBUILD)
Deleted:
  dhcping/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:48:33 UTC (rev 624959)
+++ PKGBUILD2020-05-05 18:48:44 UTC (rev 624960)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: eny 
-
-pkgname=dhcping
-pkgver=1.2
-pkgrel=2
-pkgdesc='Small tool to let you perform a dhcp-request to find out if a 
dhcp-server is still running'
-url='http://www.mavetju.org/unix/general.php'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc')
-source=(http://www.mavetju.org/download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('32ef86959b0bdce4b33d4b2b216eee7148f7de7037ced81b2116210bc7d3646a')
-sha512sums=('84ead27ba07f7ecc1e8cf6d95b40c98ee20a39ce54386249f403120beac70c45d765d5268b4968dbfbbb92790adcc1eb648c3a87071d215ad64bcd23aec818d3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr  \
---build=${CHOST} \
---host=${CHOST} \
---mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package () {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: dhcping/repos/community-x86_64/PKGBUILD (from rev 624959, 
dhcping/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:48:44 UTC (rev 624960)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: eny 
+
+pkgname=dhcping
+pkgver=1.2
+pkgrel=3
+pkgdesc='Small tool to let you perform a dhcp-request to find out if a 
dhcp-server is still running'
+url='https://www.mavetju.org/unix/general.php'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc')
+source=(https://www.mavetju.org/download/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('32ef86959b0bdce4b33d4b2b216eee7148f7de7037ced81b2116210bc7d3646a')
+sha512sums=('84ead27ba07f7ecc1e8cf6d95b40c98ee20a39ce54386249f403120beac70c45d765d5268b4968dbfbbb92790adcc1eb648c3a87071d215ad64bcd23aec818d3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr  \
+--build=${CHOST} \
+--host=${CHOST} \
+--mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:48:33
  Author: kpcyrd
Revision: 624959

upgpkg: dhcping 1.2-3 rebuild for reproducible builds

Modified:
  dhcping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:44:32 UTC (rev 624958)
+++ PKGBUILD2020-05-05 18:48:33 UTC (rev 624959)
@@ -3,7 +3,7 @@
 
 pkgname=dhcping
 pkgver=1.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Small tool to let you perform a dhcp-request to find out if a 
dhcp-server is still running'
 url='https://www.mavetju.org/unix/general.php'
 arch=('x86_64')


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:44:32
  Author: kpcyrd
Revision: 624958

archrelease: copy trunk to community-x86_64

Added:
  hping/repos/community-x86_64/Makefile.patch
(from rev 624957, hping/trunk/Makefile.patch)
  hping/repos/community-x86_64/PKGBUILD
(from rev 624957, hping/trunk/PKGBUILD)
  hping/repos/community-x86_64/bytesex.h.patch
(from rev 624957, hping/trunk/bytesex.h.patch)
Deleted:
  hping/repos/community-x86_64/Makefile.patch
  hping/repos/community-x86_64/PKGBUILD
  hping/repos/community-x86_64/bytesex.h.patch

-+
 Makefile.patch  |   60 +-
 PKGBUILD|   77 --
 bytesex.h.patch |   36 -
 3 files changed, 89 insertions(+), 84 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2020-05-05 18:44:20 UTC (rev 624957)
+++ Makefile.patch  2020-05-05 18:44:32 UTC (rev 624958)
@@ -1,30 +0,0 @@
-diff -Naur hping3-20051105/Makefile hping3-20051105-new/Makefile
 hping3-20051105/Makefile   2005-11-05 05:31:41.0 -0500
-+++ hping3-20051105-new/Makefile   2009-02-26 03:21:46.0 -0500
-@@ -72,16 +72,18 @@
-   rm -rf hping3 *.o byteorder byteorder.h systype.h Makefile libars.a 
.depend
- 
- install: hping3
--  cp -f hping3 /usr/sbin/
--  chmod 755 /usr/sbin/hping3
--  ln -s /usr/sbin/hping3 /usr/sbin/hping
--  ln -s /usr/sbin/hping3 /usr/sbin/hping2
--  @if [ -d ${INSTALL_MANPATH}/man8 ]; then \
--  cp ./docs/hping3.8 ${INSTALL_MANPATH}/man8; \
--  chmod 644 ${INSTALL_MANPATH}/man8/hping3.8; \
-+  @[ ! -d ${DESTDIR}/usr/bin ] && install -d ${DESTDIR}/usr/bin
-+  cp -f hping3 ${DESTDIR}/usr/bin/
-+  chmod 755 ${DESTDIR}/usr/bin/hping3
-+  ln -s hping3 ${DESTDIR}/usr/bin/hping
-+  ln -s hping3 ${DESTDIR}/usr/bin/hping2
-+  @[ ! -d ${DESTDIR}${INSTALL_MANPATH}/man8 ] && install -d 
${DESTDIR}${INSTALL_MANPATH}/man8
-+  @if [ -d ${DESTDIR}${INSTALL_MANPATH}/man8 ]; then \
-+  cp ./docs/hping3.8 ${DESTDIR}${INSTALL_MANPATH}/man8; \
-+  chmod 644 ${DESTDIR}${INSTALL_MANPATH}/man8/hping3.8; \
-   else \
-   echo "@@ WARNING @@"; \
--  echo "Can't install the man page: ${INSTALL_MANPATH}/man8 does 
not exist"; \
-+  echo "Can't install the man page: 
${DESTDIR}${INSTALL_MANPATH}/man8 does not exist"; \
-   fi
- 
- strip: hping3

Copied: hping/repos/community-x86_64/Makefile.patch (from rev 624957, 
hping/trunk/Makefile.patch)
===
--- Makefile.patch  (rev 0)
+++ Makefile.patch  2020-05-05 18:44:32 UTC (rev 624958)
@@ -0,0 +1,30 @@
+diff -Naur hping3-20051105/Makefile hping3-20051105-new/Makefile
+--- hping3-20051105/Makefile   2005-11-05 05:31:41.0 -0500
 hping3-20051105-new/Makefile   2009-02-26 03:21:46.0 -0500
+@@ -72,16 +72,18 @@
+   rm -rf hping3 *.o byteorder byteorder.h systype.h Makefile libars.a 
.depend
+ 
+ install: hping3
+-  cp -f hping3 /usr/sbin/
+-  chmod 755 /usr/sbin/hping3
+-  ln -s /usr/sbin/hping3 /usr/sbin/hping
+-  ln -s /usr/sbin/hping3 /usr/sbin/hping2
+-  @if [ -d ${INSTALL_MANPATH}/man8 ]; then \
+-  cp ./docs/hping3.8 ${INSTALL_MANPATH}/man8; \
+-  chmod 644 ${INSTALL_MANPATH}/man8/hping3.8; \
++  @[ ! -d ${DESTDIR}/usr/bin ] && install -d ${DESTDIR}/usr/bin
++  cp -f hping3 ${DESTDIR}/usr/bin/
++  chmod 755 ${DESTDIR}/usr/bin/hping3
++  ln -s hping3 ${DESTDIR}/usr/bin/hping
++  ln -s hping3 ${DESTDIR}/usr/bin/hping2
++  @[ ! -d ${DESTDIR}${INSTALL_MANPATH}/man8 ] && install -d 
${DESTDIR}${INSTALL_MANPATH}/man8
++  @if [ -d ${DESTDIR}${INSTALL_MANPATH}/man8 ]; then \
++  cp ./docs/hping3.8 ${DESTDIR}${INSTALL_MANPATH}/man8; \
++  chmod 644 ${DESTDIR}${INSTALL_MANPATH}/man8/hping3.8; \
+   else \
+   echo "@@ WARNING @@"; \
+-  echo "Can't install the man page: ${INSTALL_MANPATH}/man8 does 
not exist"; \
++  echo "Can't install the man page: 
${DESTDIR}${INSTALL_MANPATH}/man8 does not exist"; \
+   fi
+ 
+ strip: hping3

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:44:20 UTC (rev 624957)
+++ PKGBUILD2020-05-05 18:44:32 UTC (rev 624958)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Kevin Piche 
-
-pkgname=hping
-pkgver=3.0.0
-pkgrel=4
-pkgdesc='A command-line oriented TCP/IP packet assembler/analyzer.'
-arch=('x86_64')
-url='http://www.hping.org'
-license=('GPL2' 'BSD')
-depends=('libpcap')
-source=("http://www.hping.org/hping3-20051105.tar.gz;
-'Makefile.patch'
-'bytesex.h.patch')

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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:44:20
  Author: kpcyrd
Revision: 624957

upgpkg: hping 3.0.0-5 rebuild for reproducible builds

Modified:
  hping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:41:25 UTC (rev 624956)
+++ PKGBUILD2020-05-05 18:44:20 UTC (rev 624957)
@@ -3,7 +3,7 @@
 
 pkgname=hping
 pkgver=3.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc='A command-line oriented TCP/IP packet assembler/analyzer.'
 arch=('x86_64')
 url='http://www.hping.org'
@@ -15,6 +15,12 @@
 md5sums=('ca4ea4e34bcc2162aedf25df8b2d1747'
  '339a38f86169d1b9344287a85201afbe'
  '8af8e336819df1447b0c1b879a704be9')
+sha256sums=('f5a671a62a11dc8114fa98eade19542ed1c3aa3c832b0e572ca0eb1a5a4faee8'
+'d50891759baca0e7934a11f77a15e1b7694f7ac0445151408221e43ba0a2097e'
+'e994c326fc85928b6cde34eebf3c21fe6597ca3e7fd1d772d629949ddb20bf68')
+b2sums=('b99b7d2310e1706926ec5c649cd03a8889e3cff36f2a8e1f899799ddb1f4e6e432ab2b83c82b741ab827f715dbf8649a94831e75ef22793c7730e80d49c576c1'
+
'af5a102935f09ceb3bc81e21172872440ed3df65e90bb7b3078c979c7a865ac388572ea01ce7d09af068b74825bf8c821cbbdb5f083590077d8fecaf9169b14d'
+
'3b2ebd1516e53ef05c73f9c228df179d6bfbc0134cf1d89e638e060324dcf289d23788a7d702098e5a85d4b66a49b82d16f8086f7c976d9bad3f5be3203de92c')
 
 build() {
   cd "${srcdir}/hping3-20051105"


[arch-commits] Commit in kwin/repos/kde-unstable-x86_64 (4 files)

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:42:08
  Author: arojas
Revision: 382343

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 382342, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/kwin.install
(from rev 382342, kwin/trunk/kwin.install)
Deleted:
  kwin/repos/kde-unstable-x86_64/PKGBUILD
  kwin/repos/kde-unstable-x86_64/kwin.install

--+
 PKGBUILD |   85 ++---
 kwin.install |   18 ++--
 2 files changed, 49 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:41:35 UTC (rev 382342)
+++ PKGBUILD2020-05-05 18:42:08 UTC (rev 382343)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.18.4.1
-pkgrel=5
-pkgdesc='An easy to use, but flexible, composited Window Manager'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils breeze kinit 
qt5-sensors qt5-script)
-makedepends=(extra-cmake-modules qt5-tools kdoctools)
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
- 
kdebug-419118.patch::"https://cgit.kde.org/kwin.git/patch/?id=bee3afdd;)
-install=$pkgname.install
-sha256sums=('693a740976b46aa9fbdb68283b5c887aca70f9f96a357a766fab7a942b5a0d2f'
-'SKIP'
-'c99780cfc9d8264eecab772b6126ad76d70ea4c4bbd4abd8a25612380e43743e')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-419118.patch # Fix crash when opening translucency 
config
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 382342, 
kwin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:42:08 UTC (rev 382343)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.18.5
+pkgrel=2
+pkgdesc='An easy to use, but flexible, composited Window Manager'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils breeze kinit 
qt5-sensors qt5-script)
+makedepends=(extra-cmake-modules qt5-tools kdoctools)
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('ca39c63fd740432e95490031fd9d5ac003da034582014fa41c2be2b89627ddf8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kwin.install
===
--- kwin.install2020-05-05 18:41:35 UTC (rev 382342)
+++ kwin.install2020-05-05 18:42:08 UTC (rev 382343)
@@ -1,9 +0,0 @@
-post_install() {
-# this is executed by make install, but doesn't work since setcap can only be 
run as root
-  setcap CAP_SYS_NICE=+ep /usr/bin/kwin_wayland
-}
-
-post_upgrade() {
-  post_install
-}
-

Copied: kwin/repos/kde-unstable-x86_64/kwin.install (from rev 382342, 
kwin/trunk/kwin.install)
===
--- kwin.install(rev 0)
+++ kwin.install2020-05-05 18:42:08 UTC (rev 382343)
@@ -0,0 +1,9 @@
+post_install() {
+# this is executed by make install, but doesn't work since setcap can only be 
run as root
+  setcap CAP_SYS_NICE=+ep /usr/bin/kwin_wayland
+}
+
+post_upgrade() {
+  post_install
+}
+


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:41:35
  Author: arojas
Revision: 382342

Qt 5.15 rebuild

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:14:23 UTC (rev 382341)
+++ PKGBUILD2020-05-05 18:41:35 UTC (rev 382342)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.18.5
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:41:25
  Author: kpcyrd
Revision: 624956

archrelease: copy trunk to community-x86_64

Added:
  jansson/repos/community-x86_64/PKGBUILD
(from rev 624955, jansson/trunk/PKGBUILD)
Deleted:
  jansson/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:41:17 UTC (rev 624955)
+++ PKGBUILD2020-05-05 18:41:25 UTC (rev 624956)
@@ -1,30 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Dave Reisner 
-
-pkgname=jansson
-pkgver=2.12
-pkgrel=1
-pkgdesc='C library for encoding, decoding and manipulating JSON data'
-arch=('x86_64')
-url='http://www.digip.org/jansson/'
-depends=('glibc')
-license=('MIT')
-options=('staticlibs')
-source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc})
-sha256sums=('645d72cc5dbebd4df608d33988e55aa42a7661039e19a379fcbe5c79d1aee1d2'
-'SKIP')
-validpgpkeys=('B5D6953E6D5059ED7ADA0F2FD3657D24D058434C') # Petri Lehtinen 

-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jansson/repos/community-x86_64/PKGBUILD (from rev 624955, 
jansson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:41:25 UTC (rev 624956)
@@ -0,0 +1,30 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dave Reisner 
+
+pkgname=jansson
+pkgver=2.12
+pkgrel=2
+pkgdesc='C library for encoding, decoding and manipulating JSON data'
+arch=('x86_64')
+url='http://www.digip.org/jansson/'
+depends=('glibc')
+license=('MIT')
+options=('staticlibs')
+source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc})
+sha256sums=('645d72cc5dbebd4df608d33988e55aa42a7661039e19a379fcbe5c79d1aee1d2'
+'SKIP')
+validpgpkeys=('B5D6953E6D5059ED7ADA0F2FD3657D24D058434C') # Petri Lehtinen 

+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:41:17
  Author: kpcyrd
Revision: 624955

upgpkg: jansson 2.12-2 rebuild for reproducible builds

Modified:
  jansson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:38:21 UTC (rev 624954)
+++ PKGBUILD2020-05-05 18:41:17 UTC (rev 624955)
@@ -3,7 +3,7 @@
 
 pkgname=jansson
 pkgver=2.12
-pkgrel=1
+pkgrel=2
 pkgdesc='C library for encoding, decoding and manipulating JSON data'
 arch=('x86_64')
 url='http://www.digip.org/jansson/'


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:38:04
  Author: kpcyrd
Revision: 624953

upgpkg: ipcalc 0.41-7 rebuild for reproducible builds

Modified:
  ipcalc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:20:40 UTC (rev 624952)
+++ PKGBUILD2020-05-05 18:38:04 UTC (rev 624953)
@@ -2,7 +2,7 @@
 
 pkgname=ipcalc
 pkgver=0.41
-pkgrel=6
+pkgrel=7
 pkgdesc="Calculates IP broadcast, network, Cisco wildcard mask, and host 
ranges"
 arch=('any')
 url="http://jodies.de/ipcalc;


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:38:21
  Author: kpcyrd
Revision: 624954

archrelease: copy trunk to community-any

Added:
  ipcalc/repos/community-any/PKGBUILD
(from rev 624953, ipcalc/trunk/PKGBUILD)
Deleted:
  ipcalc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:38:04 UTC (rev 624953)
+++ PKGBUILD2020-05-05 18:38:21 UTC (rev 624954)
@@ -1,17 +0,0 @@
-# $Id$
-# Contributor: K. Piche 
-
-pkgname=ipcalc
-pkgver=0.41
-pkgrel=6
-pkgdesc="Calculates IP broadcast, network, Cisco wildcard mask, and host 
ranges"
-arch=('any')
-url="http://jodies.de/ipcalc;
-license=('GPL')
-depends=('perl')
-source=(http://jodies.de/ipcalc-archive/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('089eb2b9a38b07caa182ff11547a93d86aed570311fc8cd9e636c7546ab4d15acc854b9d79bbba9c797dcfbbedd1d6f4d521aec97bf613905fe5198a29c9889d')
-
-package() {
-  install -D -m755 ${srcdir}/${pkgname}-${pkgver}/ipcalc 
${pkgdir}/usr/bin/ipcalc
-}

Copied: ipcalc/repos/community-any/PKGBUILD (from rev 624953, 
ipcalc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:38:21 UTC (rev 624954)
@@ -0,0 +1,16 @@
+# Contributor: K. Piche 
+
+pkgname=ipcalc
+pkgver=0.41
+pkgrel=7
+pkgdesc="Calculates IP broadcast, network, Cisco wildcard mask, and host 
ranges"
+arch=('any')
+url="http://jodies.de/ipcalc;
+license=('GPL')
+depends=('perl')
+source=(http://jodies.de/ipcalc-archive/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('089eb2b9a38b07caa182ff11547a93d86aed570311fc8cd9e636c7546ab4d15acc854b9d79bbba9c797dcfbbedd1d6f4d521aec97bf613905fe5198a29c9889d')
+
+package() {
+  install -D -m755 ${srcdir}/${pkgname}-${pkgver}/ipcalc 
${pkgdir}/usr/bin/ipcalc
+}


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

2020-05-05 Thread Levente Polyak via arch-commits
Date: Tuesday, May 5, 2020 @ 18:20:40
  Author: anthraxx
Revision: 624952

archrelease: copy trunk to community-x86_64

Added:
  dfrs/repos/community-x86_64/
  dfrs/repos/community-x86_64/PKGBUILD
(from rev 624951, dfrs/trunk/PKGBUILD)

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

Copied: dfrs/repos/community-x86_64/PKGBUILD (from rev 624951, 
dfrs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-05-05 18:20:40 UTC (rev 624952)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+pkgname=dfrs
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='Display file system space usage using graphs and colors'
+url='https://github.com/anthraxx/dfrs'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'gcc-libs')
+makedepends=('cargo')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha512sums=('1ed745a243790e76bf6098e4cb7e791b31f314462b774f55abdf4849fc08294717a3ed05f39c4bea058e8c535cddd447e9bf86f450b95bc495dd226dff31ea03'
+'SKIP')
+b2sums=('717c26c3678690272df63778d727809ecb6aaceefaf76e1be9b35f2956f29c76fb953c853e109abcad91a5055ee221205dc0486f6e4d08ca4569032134bf8933'
+'SKIP')
+validpgpkeys=(
+  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-05 Thread Levente Polyak via arch-commits
Date: Tuesday, May 5, 2020 @ 18:20:22
  Author: anthraxx
Revision: 624951

addpkg: dfrs 0.0.2-1

Added:
  dfrs/
  dfrs/repos/
  dfrs/trunk/
  dfrs/trunk/PKGBUILD

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

Added: dfrs/trunk/PKGBUILD
===
--- dfrs/trunk/PKGBUILD (rev 0)
+++ dfrs/trunk/PKGBUILD 2020-05-05 18:20:22 UTC (rev 624951)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+pkgname=dfrs
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='Display file system space usage using graphs and colors'
+url='https://github.com/anthraxx/dfrs'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'gcc-libs')
+makedepends=('cargo')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha512sums=('1ed745a243790e76bf6098e4cb7e791b31f314462b774f55abdf4849fc08294717a3ed05f39c4bea058e8c535cddd447e9bf86f450b95bc495dd226dff31ea03'
+'SKIP')
+b2sums=('717c26c3678690272df63778d727809ecb6aaceefaf76e1be9b35f2956f29c76fb953c853e109abcad91a5055ee221205dc0486f6e4d08ca4569032134bf8933'
+'SKIP')
+validpgpkeys=(
+  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:17:24
  Author: kpcyrd
Revision: 624950

archrelease: copy trunk to community-x86_64

Added:
  libxdg-basedir/repos/community-x86_64/LICENSE
(from rev 624949, libxdg-basedir/trunk/LICENSE)
  libxdg-basedir/repos/community-x86_64/PKGBUILD
(from rev 624949, libxdg-basedir/trunk/PKGBUILD)
  libxdg-basedir/repos/community-x86_64/xdgGetRelativeHome-overflow.patch
(from rev 624949, libxdg-basedir/trunk/xdgGetRelativeHome-overflow.patch)
Deleted:
  libxdg-basedir/repos/community-x86_64/LICENSE
  libxdg-basedir/repos/community-x86_64/PKGBUILD
  libxdg-basedir/repos/community-x86_64/xdgGetRelativeHome-overflow.patch

---+
 LICENSE   |   48 ++---
 PKGBUILD  |   80 ++--
 xdgGetRelativeHome-overflow.patch |   22 -
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-05-05 18:17:14 UTC (rev 624949)
+++ LICENSE 2020-05-05 18:17:24 UTC (rev 624950)
@@ -1,24 +0,0 @@
-/* Copyright (c) 2007 Mark Nevill
- *
- * Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use,
- * copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following
- * conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- * OTHER DEALINGS IN THE SOFTWARE.
- */
-

Copied: libxdg-basedir/repos/community-x86_64/LICENSE (from rev 624949, 
libxdg-basedir/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-05-05 18:17:24 UTC (rev 624950)
@@ -0,0 +1,24 @@
+/* Copyright (c) 2007 Mark Nevill
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:17:14 UTC (rev 624949)
+++ PKGBUILD2020-05-05 18:17:24 UTC (rev 624950)
@@ -1,40 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Ondrej Martinak 
-
-pkgname=libxdg-basedir
-pkgver=1.2.0
-pkgrel=4
-pkgdesc="An implementation of the XDG Base Directory specifications."
-arch=('x86_64')
-#url="http://n.ethz.ch/student/nevillm/download/libxdg-basedir;
-url="https://github.com/devnev/$pkgname;
-license=('MIT')
-depends=('glibc')
-source=(https://github.com/devnev/$pkgname/archive/$pkgname-$pkgver.tar.gz
-'xdgGetRelativeHome-overflow.patch'
-'LICENSE')
-sha512sums=('8584405d45e0b57e570666b6eab6d99d70411d00f88965826c9ed0292372385668f190157a10ff536f3a5a59fd0031b332ecbb8a38ac64eda1b04a0603997406'
-
'0e7b7a1d2e3dd1362201d67c6a24e276c43c50effd360248ebc1a33d82dba348d3389ce753d12a2a1d16ff384243faf208e6c345d90489a00db23e00492ff9c7'
-
'772afb3c9aefe6ed6b941faf582ea74582c3e7042237701f7e02d4f237d3e4ec528ebc7caf5adb2c1a0adc398fae52e172c009ad962de0620b0376123d76b2d6')
-
-prepare() {
-   cd "${srcdir}/$pkgname-$pkgname-$pkgver"
-
-#   FS#39490: Fix buffer overflow
-   patch -Np0 -i 

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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:17:14
  Author: kpcyrd
Revision: 624949

upgpkg: libxdg-basedir 1.2.0-5 rebuild for reproducible builds

Modified:
  libxdg-basedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:15:25 UTC (rev 624948)
+++ PKGBUILD2020-05-05 18:17:14 UTC (rev 624949)
@@ -3,7 +3,7 @@
 
 pkgname=libxdg-basedir
 pkgver=1.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="An implementation of the XDG Base Directory specifications."
 arch=('x86_64')
 #url="http://n.ethz.ch/student/nevillm/download/libxdg-basedir;


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:15:25
  Author: kpcyrd
Revision: 624948

archrelease: copy trunk to community-x86_64

Added:
  luajit/repos/community-x86_64/PKGBUILD
(from rev 624947, luajit/trunk/PKGBUILD)
Deleted:
  luajit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:15:17 UTC (rev 624947)
+++ PKGBUILD2020-05-05 18:15:25 UTC (rev 624948)
@@ -1,28 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Chris Brannon 
-# Contributor: Paulo Matias 
-# Contributor: Anders Bergh 
-
-pkgname=luajit
-pkgver=2.0.5
-pkgrel=2
-pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
-arch=('x86_64')
-url='http://luajit.org/'
-license=('MIT')
-depends=('gcc-libs')
-source=("https://luajit.org/download/LuaJIT-$pkgver.tar.gz;)
-md5sums=('48353202cbcacab84ee41a5a70ea0a2c')
-
-build() {
-  cd "LuaJIT-$pkgver"
-  make amalg PREFIX=/usr
-}
-
-package() {
-  cd "LuaJIT-$pkgver"
-
-  make install DESTDIR="$pkgdir" PREFIX=/usr
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-}

Copied: luajit/repos/community-x86_64/PKGBUILD (from rev 624947, 
luajit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:15:25 UTC (rev 624948)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+pkgver=2.0.5
+pkgrel=3
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+source=("https://luajit.org/download/LuaJIT-$pkgver.tar.gz;)
+md5sums=('48353202cbcacab84ee41a5a70ea0a2c')
+sha256sums=('874b1f8297c697821f561f9b73b57ffd419ed8f4278c82e05b48806d30c1e979')
+b2sums=('961c8622e19b0e66a76a875cb46ad149cb2559b5af41f360dc41dd0d6bb924583e6477dd1329f67c2ac6ea4b8dc42c5e2f4d63ea49400aba4d9e7c7e85e4b085')
+
+build() {
+  cd "LuaJIT-$pkgver"
+  make amalg PREFIX=/usr
+}
+
+package() {
+  cd "LuaJIT-$pkgver"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:15:17
  Author: kpcyrd
Revision: 624947

upgpkg: luajit 2.0.5-3 rebuild for reproducible builds

Modified:
  luajit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:12:45 UTC (rev 624946)
+++ PKGBUILD2020-05-05 18:15:17 UTC (rev 624947)
@@ -6,7 +6,7 @@
 
 pkgname=luajit
 pkgver=2.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
 arch=('x86_64')
 url='https://luajit.org/'
@@ -14,6 +14,8 @@
 depends=('gcc-libs')
 source=("https://luajit.org/download/LuaJIT-$pkgver.tar.gz;)
 md5sums=('48353202cbcacab84ee41a5a70ea0a2c')
+sha256sums=('874b1f8297c697821f561f9b73b57ffd419ed8f4278c82e05b48806d30c1e979')
+b2sums=('961c8622e19b0e66a76a875cb46ad149cb2559b5af41f360dc41dd0d6bb924583e6477dd1329f67c2ac6ea4b8dc42c5e2f4d63ea49400aba4d9e7c7e85e4b085')
 
 build() {
   cd "LuaJIT-$pkgver"


[arch-commits] Commit in xdg-desktop-portal-kde/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:14:23
  Author: arojas
Revision: 382341

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD
(from rev 382340, xdg-desktop-portal-kde/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:14:01 UTC (rev 382340)
+++ PKGBUILD2020-05-05 18:14:23 UTC (rev 382341)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=xdg-desktop-portal-kde
-pkgver=5.18.4.1
-pkgrel=1
-pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(pipewire kirigami2 plasma-framework)
-makedepends=(extra-cmake-modules)
-provides=(xdg-desktop-portal-impl)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e860b6b11282747a8ce97f89a67d2e51ebe9ca717e7cd9aa65c3349266d64188'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD (from rev 382340, 
xdg-desktop-portal-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:14:23 UTC (rev 382341)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=xdg-desktop-portal-kde
+pkgver=5.18.5
+pkgrel=1
+pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(pipewire kirigami2 plasma-framework)
+makedepends=(extra-cmake-modules)
+provides=(xdg-desktop-portal-impl)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('807452708a0318b8e21b43f9ec7e016d1de51cac5d8714d70c577bb6f3976224'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:14:01
  Author: arojas
Revision: 382340

archrelease: copy trunk to extra-x86_64

Added:
  user-manager/repos/extra-x86_64/PKGBUILD
(from rev 382339, user-manager/trunk/PKGBUILD)
Deleted:
  user-manager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:13:39 UTC (rev 382339)
+++ PKGBUILD2020-05-05 18:14:01 UTC (rev 382340)
@@ -1,35 +0,0 @@
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.18.4.1
-pkgrel=1
-pkgdesc='A simple system settings module to manage the users of your system'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(accountsservice libpwquality kio)
-makedepends=(extra-cmake-modules kcmutils)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4bc1c38cec0b6869e43c20d88d0d66178f29c1ea2802fa9c6df1ec2fcf093e08'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: user-manager/repos/extra-x86_64/PKGBUILD (from rev 382339, 
user-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:14:01 UTC (rev 382340)
@@ -0,0 +1,35 @@
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.18.5
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(accountsservice libpwquality kio)
+makedepends=(extra-cmake-modules kcmutils)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('741d293947fa3fb3966f047bab121597bf1071be010684daff4a91626cf54484'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:13:39
  Author: arojas
Revision: 382339

archrelease: copy trunk to extra-x86_64

Added:
  sddm-kcm/repos/extra-x86_64/PKGBUILD
(from rev 382338, sddm-kcm/trunk/PKGBUILD)
Deleted:
  sddm-kcm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:12:43 UTC (rev 382338)
+++ PKGBUILD2020-05-05 18:13:39 UTC (rev 382339)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=sddm-kcm
-pkgver=5.18.4.1
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL)
-depends=(sddm libxcursor knewstuff)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('216656b57ea6bc04983778f292f756ee9def04e7477a662acb13b3dc177dc446'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 382338, 
sddm-kcm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:13:39 UTC (rev 382339)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm-kcm
+pkgver=5.18.5
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL)
+depends=(sddm libxcursor knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cc99c185d701acc7442f33ef17b2396894dcf164f3f583c25105ac3f2528c33b'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:12:22
  Author: arojas
Revision: 382337

archrelease: copy trunk to extra-x86_64

Added:
  plasma-vault/repos/extra-x86_64/PKGBUILD
(from rev 382336, plasma-vault/trunk/PKGBUILD)
Deleted:
  plasma-vault/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:12:02 UTC (rev 382336)
+++ PKGBUILD2020-05-05 18:12:22 UTC (rev 382337)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-vault
-pkgver=5.18.4.1
-pkgrel=1
-pkgdesc="Plasma applet and services for creating encrypted vaults"
-arch=(x86_64)
-url="https://www.kde.org/;
-license=(LGPL)
-groups=(plasma)
-depends=(plasma-workspace networkmanager-qt)
-makedepends=(extra-cmake-modules)
-optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption')
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('09e2536a437f15eaed7c550cfd5ceb0fb7555cf0de8e6b7d6f728f5e2ed40c2b'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-vault/repos/extra-x86_64/PKGBUILD (from rev 382336, 
plasma-vault/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:12:22 UTC (rev 382337)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-vault
+pkgver=5.18.5
+pkgrel=1
+pkgdesc="Plasma applet and services for creating encrypted vaults"
+arch=(x86_64)
+url="https://www.kde.org/;
+license=(LGPL)
+groups=(plasma)
+depends=(plasma-workspace networkmanager-qt)
+makedepends=(extra-cmake-modules)
+optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cae2713823e8c59c7a2beb96d362a15024fe260cf10419ba037e8a798f3c1b41'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in plasma-workspace-wallpapers/repos/extra-any (2 files)

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:12:43
  Author: arojas
Revision: 382338

archrelease: copy trunk to extra-any

Added:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD
(from rev 382337, plasma-workspace-wallpapers/trunk/PKGBUILD)
Deleted:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:12:22 UTC (rev 382337)
+++ PKGBUILD2020-05-05 18:12:43 UTC (rev 382338)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.18.4.1
-pkgrel=1
-pkgdesc='Additional wallpapers for the Plasma Workspace'
-arch=(any)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1a7239b5d3eee20c30a406b4890a70e0aa8b870c6291698916b310fcafbf6754'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 382337, 
plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:12:43 UTC (rev 382338)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.18.5
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f8da3bd7b97a9944639ed0860303b8a7a008905246313e1983367810a3a84d6d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:12:37
  Author: kpcyrd
Revision: 624945

upgpkg: masscan 1.0.5-2 rebuild for reproducible builds

Modified:
  masscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:10:35 UTC (rev 624944)
+++ PKGBUILD2020-05-05 18:12:37 UTC (rev 624945)
@@ -2,7 +2,7 @@
 
 pkgname=masscan
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='TCP port scanner, spews SYN packets asynchronously, scanning entire 
Internet in under 5 minutes'
 url='https://github.com/robertdavidgraham/masscan'
 arch=('x86_64')


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:12:45
  Author: kpcyrd
Revision: 624946

archrelease: copy trunk to community-x86_64

Added:
  masscan/repos/community-x86_64/PKGBUILD
(from rev 624945, masscan/trunk/PKGBUILD)
Deleted:
  masscan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:12:37 UTC (rev 624945)
+++ PKGBUILD2020-05-05 18:12:45 UTC (rev 624946)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=masscan
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='TCP port scanner, spews SYN packets asynchronously, scanning entire 
Internet in under 5 minutes'
-url='https://github.com/robertdavidgraham/masscan'
-arch=('x86_64')
-license=('AGPL3')
-depends=('libpcap')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/robertdavidgraham/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('55d58234994ebea10bcb3f45a24cdb51b020350faa116aee3a48861a119f66c339d1f533c978f52e37ccf5266be6fd2802765f13461d94eb28ec8d18c68e2f88')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r 's|(CFLAGS )=|\1+=|g' -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make CC=gcc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make regress
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/masscan.8 -t "${pkgdir}/usr/share/man/man8"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/masscan.8.markdown -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: masscan/repos/community-x86_64/PKGBUILD (from rev 624945, 
masscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:12:45 UTC (rev 624946)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+pkgname=masscan
+pkgver=1.0.5
+pkgrel=2
+pkgdesc='TCP port scanner, spews SYN packets asynchronously, scanning entire 
Internet in under 5 minutes'
+url='https://github.com/robertdavidgraham/masscan'
+arch=('x86_64')
+license=('AGPL3')
+depends=('libpcap')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/robertdavidgraham/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('55d58234994ebea10bcb3f45a24cdb51b020350faa116aee3a48861a119f66c339d1f533c978f52e37ccf5266be6fd2802765f13461d94eb28ec8d18c68e2f88')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|(CFLAGS )=|\1+=|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make CC=gcc
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make regress
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/masscan.8 -t "${pkgdir}/usr/share/man/man8"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 doc/masscan.8.markdown -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:11:46
  Author: arojas
Revision: 382335

archrelease: copy trunk to extra-x86_64

Added:
  plasma-sdk/repos/extra-x86_64/PKGBUILD
(from rev 382334, plasma-sdk/trunk/PKGBUILD)
Deleted:
  plasma-sdk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:11:26 UTC (rev 382334)
+++ PKGBUILD2020-05-05 18:11:46 UTC (rev 382335)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.18.4.1
-pkgrel=1
-pkgdesc="Applications useful for Plasma development"
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-framework perl)
-makedepends=(extra-cmake-modules kdoctools ktexteditor)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('aa93ef34bcc8e24e8c183a327522e08ab5772b97b86c6c83d247a6333b328ea3'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 382334, 
plasma-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:11:46 UTC (rev 382335)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.18.5
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-framework perl)
+makedepends=(extra-cmake-modules kdoctools ktexteditor)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5f399231d16d62f9880f953891477f74e0b1f7b931448a4b0fbb97f37acd2fe5'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:12:02
  Author: arojas
Revision: 382336

archrelease: copy trunk to extra-x86_64

Added:
  plasma-thunderbolt/repos/extra-x86_64/PKGBUILD
(from rev 382335, plasma-thunderbolt/trunk/PKGBUILD)
Deleted:
  plasma-thunderbolt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:11:46 UTC (rev 382335)
+++ PKGBUILD2020-05-05 18:12:02 UTC (rev 382336)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-thunderbolt
-pkgver=5.18.4.1
-pkgrel=1
-pkgdesc="Plasma integration for controlling Thunderbolt devices"
-arch=(x86_64)
-url="https://kde.org/plasma-desktop;
-license=(LGPL)
-groups=(plasma)
-depends=(bolt kcmutils)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ce586c98889ed51f30d1a9fc6e8e2847589d7aaf2d400fe00b3b4126d17c565a'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-thunderbolt/repos/extra-x86_64/PKGBUILD (from rev 382335, 
plasma-thunderbolt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:12:02 UTC (rev 382336)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-thunderbolt
+pkgver=5.18.5
+pkgrel=1
+pkgdesc="Plasma integration for controlling Thunderbolt devices"
+arch=(x86_64)
+url="https://kde.org/plasma-desktop;
+license=(LGPL)
+groups=(plasma)
+depends=(bolt kcmutils)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c61dc7abe350ead15ca4d6111606aaf19773c38a0307ae8a7d8a7c60b82be5d1'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:11:26
  Author: arojas
Revision: 382334

archrelease: copy trunk to extra-x86_64

Added:
  plasma-pa/repos/extra-x86_64/PKGBUILD
(from rev 382333, plasma-pa/trunk/PKGBUILD)
Deleted:
  plasma-pa/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:10:57 UTC (rev 382333)
+++ PKGBUILD2020-05-05 18:11:26 UTC (rev 382334)
@@ -1,35 +0,0 @@
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.18.4.1
-pkgrel=1
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace libcanberra-pulse pulseaudio perl)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dc137b769f0c8aadcb93f12fda16582a0c899684fdffb29c257385ee4f72a7ba'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-pa/repos/extra-x86_64/PKGBUILD (from rev 382333, 
plasma-pa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:11:26 UTC (rev 382334)
@@ -0,0 +1,35 @@
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.18.5
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace libcanberra-pulse pulseaudio perl)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('28765c07f584e7688a85c9761155e606440936de2ebb678917dac2c85f5d0209'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:10:57
  Author: arojas
Revision: 382333

archrelease: copy trunk to extra-x86_64

Added:
  plasma-nm/repos/extra-x86_64/PKGBUILD
(from rev 382332, plasma-nm/trunk/PKGBUILD)
Deleted:
  plasma-nm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:07:33 UTC (rev 382332)
+++ PKGBUILD2020-05-05 18:10:57 UTC (rev 382333)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.18.4.1
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(plasma-workspace modemmanager-qt networkmanager-qt qca 
mobile-broadband-provider-info)
-makedepends=(extra-cmake-modules openconnect)
-optdepends=('openconnect: Cisco AnyConnect VPN plugin')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a7ae36b47c2ee85590b01a1e03fae179d243bb4e718417be0b8e93e7dfc77e6a'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-} 
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 382332, 
plasma-nm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:10:57 UTC (rev 382333)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.18.5
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(plasma-workspace modemmanager-qt networkmanager-qt qca 
mobile-broadband-provider-info)
+makedepends=(extra-cmake-modules openconnect)
+optdepends=('openconnect: Cisco AnyConnect VPN plugin')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1e091d01993708220f89501bb8a289279bf527d0593fd9e4b9223e6e8caf9aaa'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+} 
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:10:23
  Author: kpcyrd
Revision: 624943

upgpkg: macchanger 1.7.0-5 rebuild for reproducible builds

Modified:
  macchanger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 18:09:54 UTC (rev 624942)
+++ PKGBUILD2020-05-05 18:10:23 UTC (rev 624943)
@@ -3,7 +3,7 @@
 
 pkgname=macchanger
 pkgver=1.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A small utility to change your NIC's MAC address"
 arch=('x86_64')
 #url="https://ftp.gnu.org/gnu/macchanger;
@@ -12,6 +12,8 @@
 depends=('glibc')
 
source=("$pkgname-$pkgver.tgz::https://github.com/alobbs/macchanger/archive/$pkgver.tar.gz;)
 md5sums=('ebd3c24360454b2684c39d89dcaabac8')
+sha256sums=('1d75c07a626321e07b48a5fe2dbefbdb98c3038bb8230923ba8d32bda5726e4f')
+b2sums=('5dcd174152e77d342a49ac8d9aaa7bc4d8e0e940ddd0f78c0b4b5e8634b424a4e163d1d568238d169b3f962a9a7bc5e8a7caf4df3d1a949ae3aec75b715f696a')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 18:10:35
  Author: kpcyrd
Revision: 624944

archrelease: copy trunk to community-x86_64

Added:
  macchanger/repos/community-x86_64/PKGBUILD
(from rev 624943, macchanger/trunk/PKGBUILD)
Deleted:
  macchanger/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:10:23 UTC (rev 624943)
+++ PKGBUILD2020-05-05 18:10:35 UTC (rev 624944)
@@ -1,35 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Daniel J Griffiths 
-
-pkgname=macchanger
-pkgver=1.7.0
-pkgrel=4
-pkgdesc="A small utility to change your NIC's MAC address"
-arch=('x86_64')
-#url="http://ftp.gnu.org/gnu/macchanger;
-url="http://www.gnu.org/software/macchanger;
-license=('GPL')
-depends=('glibc')
-source=("$pkgname-$pkgver.tgz::https://github.com/alobbs/macchanger/archive/$pkgver.tar.gz;)
-md5sums=('ebd3c24360454b2684c39d89dcaabac8')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # FS#59021
-  sed -i 's|/dev/hwrng|/dev/random|' src/main.c
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: macchanger/repos/community-x86_64/PKGBUILD (from rev 624943, 
macchanger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:10:35 UTC (rev 624944)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen 
+# Contributor: Daniel J Griffiths 
+
+pkgname=macchanger
+pkgver=1.7.0
+pkgrel=5
+pkgdesc="A small utility to change your NIC's MAC address"
+arch=('x86_64')
+#url="https://ftp.gnu.org/gnu/macchanger;
+url="https://www.gnu.org/software/macchanger;
+license=('GPL')
+depends=('glibc')
+source=("$pkgname-$pkgver.tgz::https://github.com/alobbs/macchanger/archive/$pkgver.tar.gz;)
+md5sums=('ebd3c24360454b2684c39d89dcaabac8')
+sha256sums=('1d75c07a626321e07b48a5fe2dbefbdb98c3038bb8230923ba8d32bda5726e4f')
+b2sums=('5dcd174152e77d342a49ac8d9aaa7bc4d8e0e940ddd0f78c0b4b5e8634b424a4e163d1d568238d169b3f962a9a7bc5e8a7caf4df3d1a949ae3aec75b715f696a')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # FS#59021
+  sed -i 's|/dev/hwrng|/dev/random|' src/main.c
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in cozy-desktop/repos/community-any (6 files)

2020-05-05 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 5, 2020 @ 18:09:54
  Author: jelle
Revision: 624942

archrelease: copy trunk to community-any

Added:
  cozy-desktop/repos/community-any/PKGBUILD
(from rev 624941, cozy-desktop/trunk/PKGBUILD)
  cozy-desktop/repos/community-any/cozy-desktop.desktop
(from rev 624941, cozy-desktop/trunk/cozy-desktop.desktop)
  cozy-desktop/repos/community-any/cozy-desktop.sh
(from rev 624941, cozy-desktop/trunk/cozy-desktop.sh)
Deleted:
  cozy-desktop/repos/community-any/PKGBUILD
  cozy-desktop/repos/community-any/cozy-desktop.desktop
  cozy-desktop/repos/community-any/cozy-desktop.sh

--+
 PKGBUILD |  102 -
 cozy-desktop.desktop |   18 
 cozy-desktop.sh  |6 +-
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:09:41 UTC (rev 624941)
+++ PKGBUILD2020-05-05 18:09:54 UTC (rev 624942)
@@ -1,51 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cozy-desktop
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="File synchronisation for Cozy Cloud on Desktop"
-arch=(any)
-url="https://cozy-labs.github.io/cozy-desktop/;
-license=(AGPL3)
-depends=(electron5)
-makedepends=(nodejs-lts-erbium yarn git node-gyp python2)
-source=(https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/cozy-labs/${pkgname}/releases/download/v${pkgver}/Cozy-Drive-${pkgver}-x86_64.AppImage
-${pkgname}.desktop
-${pkgname}.sh)
-sha256sums=('55a2e57fff010757f119a8f5588e9dea568e81b851b42a36c8779e1615fff483'
-'d453ff7ff37606ba18a0ff26819fff6901be20f44fb1cd6710b71975262599c1'
-'563edd5a43c7f06080e03bec5f4e46154227f7e163500950ea39ecad466b198a'
-'16200451af0bd1099510da4eeb7bd440ac4db4eda82013f1b3bd58777e04004e')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-yarn install
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-yarn build
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-yarn dist --dir
-
-install -d "${pkgdir}"/usr/lib/${pkgname}
-cp -r dist/linux-unpacked/resources/* "${pkgdir}"/usr/lib/${pkgname}/
-
-rm 
"${pkgdir}"/usr/lib/cozy-desktop/app.asar.unpacked/gui/scripts/macos-add-favorite.py
-rmdir "${pkgdir}"/usr/lib/cozy-desktop/app.asar.unpacked/gui/{scripts/,}
-rm -r "${pkgdir}"/usr/lib/cozy-desktop/inspector
-rm -r "${pkgdir}"/usr/lib/cozy-desktop/regedit
-
-cd "${srcdir}"
-chmod +x Cozy-Drive-${pkgver}-x86_64.AppImage
-./Cozy-Drive-${pkgver}-x86_64.AppImage --appimage-extract
-cp -r squashfs-root/usr/share "${pkgdir}"/usr/
-chmod a+rX -R "${pkgdir}"/usr/share
-
-install -Dm755 ${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 ${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-}

Copied: cozy-desktop/repos/community-any/PKGBUILD (from rev 624941, 
cozy-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:09:54 UTC (rev 624942)
@@ -0,0 +1,51 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cozy-desktop
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="File synchronisation for Cozy Cloud on Desktop"
+arch=(any)
+url="https://cozy-labs.github.io/cozy-desktop/;
+license=(AGPL3)
+depends=(electron5)
+makedepends=(nodejs-lts-erbium yarn git node-gyp python)
+source=(https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/cozy-labs/${pkgname}/releases/download/v${pkgver}/Cozy-Drive-${pkgver}-x86_64.AppImage
+${pkgname}.desktop
+${pkgname}.sh)
+sha256sums=('55a2e57fff010757f119a8f5588e9dea568e81b851b42a36c8779e1615fff483'
+'d453ff7ff37606ba18a0ff26819fff6901be20f44fb1cd6710b71975262599c1'
+'563edd5a43c7f06080e03bec5f4e46154227f7e163500950ea39ecad466b198a'
+'16200451af0bd1099510da4eeb7bd440ac4db4eda82013f1b3bd58777e04004e')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+yarn install
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+yarn build
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+yarn dist --dir
+
+install -d "${pkgdir}"/usr/lib/${pkgname}
+cp -r dist/linux-unpacked/resources/* "${pkgdir}"/usr/lib/${pkgname}/
+
+rm 
"${pkgdir}"/usr/lib/cozy-desktop/app.asar.unpacked/gui/scripts/macos-add-favorite.py
+rmdir "${pkgdir}"/usr/lib/cozy-desktop/app.asar.unpacked/gui/{scripts/,}
+rm -r "${pkgdir}"/usr/lib/cozy-desktop/inspector
+rm -r "${pkgdir}"/usr/lib/cozy-desktop/regedit
+
+cd "${srcdir}"
+chmod +x Cozy-Drive-${pkgver}-x86_64.AppImage
+./Cozy-Drive-${pkgver}-x86_64.AppImage --appimage-extract
+cp -r squashfs-root/usr/share "${pkgdir}"/usr/
+chmod a+rX -R "${pkgdir}"/usr/share
+
+install -Dm755 ${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 

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

2020-05-05 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 5, 2020 @ 18:09:41
  Author: jelle
Revision: 624941

upgpkg: cozy-desktop 3.20.0-2

Remove python2 as build dependency.

Modified:
  cozy-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 17:52:14 UTC (rev 624940)
+++ PKGBUILD2020-05-05 18:09:41 UTC (rev 624941)
@@ -2,13 +2,13 @@
 
 pkgname=cozy-desktop
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="File synchronisation for Cozy Cloud on Desktop"
 arch=(any)
 url="https://cozy-labs.github.io/cozy-desktop/;
 license=(AGPL3)
 depends=(electron5)
-makedepends=(nodejs-lts-erbium yarn git node-gyp python2)
+makedepends=(nodejs-lts-erbium yarn git node-gyp python)
 
source=(https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/cozy-labs/${pkgname}/releases/download/v${pkgver}/Cozy-Drive-${pkgver}-x86_64.AppImage
 ${pkgname}.desktop


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:07:33
  Author: arojas
Revision: 382332

archrelease: copy trunk to extra-x86_64

Added:
  plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 382331, plasma-desktop/trunk/PKGBUILD)
Deleted:
  plasma-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:07:05 UTC (rev 382331)
+++ PKGBUILD2020-05-05 18:07:33 UTC (rev 382332)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.18.4.1
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=(polkit-kde-agent libxkbfile kmenuedit systemsettings ksysguard baloo)
-makedepends=(extra-cmake-modules kdoctools xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
- libibus scim kdesignerplugin)
-groups=(plasma)
-sha256sums=('19c50781ced6608b8efb3d94e94575a397f58a159d63bba64c27a6c6d72e0af3'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-desktop() {
-  depends+=(knetattach)
-  optdepends=('plasma-nm: Network manager applet'
-  'powerdevil: power management, suspend and hibernate support'
-  'kscreen: screen management'
-  'ibus: kimpanel IBUS support'
-  'scim: kimpanel SCIM support')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Split knetattach
-  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
-}
-
-package_knetattach() {
-  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
-  depends=(kdelibs4support)
-
-  cd build/knetattach
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-desktop/repos/extra-x86_64/PKGBUILD (from rev 382331, 
plasma-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:07:33 UTC (rev 382332)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.18.5
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=(polkit-kde-agent libxkbfile kmenuedit systemsettings ksysguard baloo)
+makedepends=(extra-cmake-modules kdoctools xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ libibus scim kdesignerplugin)
+groups=(plasma)
+sha256sums=('aeb106018fd90da79c8a3c444d880282846a842029b1223e7830db2d4b42df9f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+  'powerdevil: power management, suspend and hibernate support'
+  'kscreen: screen management'
+  'ibus: kimpanel IBUS support'
+  'scim: kimpanel SCIM support')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Split knetattach
+  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
+}
+
+package_knetattach() {
+  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
+  depends=(kdelibs4support)
+
+  cd build/knetattach
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in plasma-browser-integration/repos/extra-x86_64 (2 files)

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:07:05
  Author: arojas
Revision: 382331

archrelease: copy trunk to extra-x86_64

Added:
  plasma-browser-integration/repos/extra-x86_64/PKGBUILD
(from rev 382330, plasma-browser-integration/trunk/PKGBUILD)
Deleted:
  plasma-browser-integration/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:06:39 UTC (rev 382330)
+++ PKGBUILD2020-05-05 18:07:05 UTC (rev 382331)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-browser-integration
-pkgver=5.18.4.1
-pkgrel=1
-pkgdesc='Components necessary to integrate browsers into the Plasma Desktop'
-arch=(x86_64)
-url='https://www.kde.org/plasma-desktop'
-license=(GPL)
-depends=(krunner purpose kfilemetadata)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5b37e9e84435d1dc77e4b68c97042be60da0ba66e7dc2ef7d60d210785154c90'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DINSTALL_CHROME_MANIFEST=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-browser-integration/repos/extra-x86_64/PKGBUILD (from rev 
382330, plasma-browser-integration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:07:05 UTC (rev 382331)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-browser-integration
+pkgver=5.18.5
+pkgrel=1
+pkgdesc='Components necessary to integrate browsers into the Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/plasma-desktop'
+license=(GPL)
+depends=(krunner purpose kfilemetadata)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3a087a836657b5304e2e0ef9ebefb84ce1f896bfbfc5dbf948d4b3eb7b709383'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DINSTALL_CHROME_MANIFEST=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 5, 2020 @ 18:06:39
  Author: arojas
Revision: 382330

archrelease: copy trunk to extra-x86_64

Added:
  kwrited/repos/extra-x86_64/PKGBUILD
(from rev 382329, kwrited/trunk/PKGBUILD)
Deleted:
  kwrited/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-05 18:05:57 UTC (rev 382329)
+++ PKGBUILD2020-05-05 18:06:39 UTC (rev 382330)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwrited
-pkgver=5.18.4.1
-pkgrel=1
-pkgdesc='KDE daemon listening for wall and write messages'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kpty knotifications kdbusaddons)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ac8f45fbec8b11dd9c56d58c72dd3bb580d7791088c4f6c71522619dd74ff531'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwrited/repos/extra-x86_64/PKGBUILD (from rev 382329, 
kwrited/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-05 18:06:39 UTC (rev 382330)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwrited
+pkgver=5.18.5
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kpty knotifications kdbusaddons)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('45ffa31d3d141ce453fb09fd823d7edd8e6c782b353bce22b8c879ad794fd1fe'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


  1   2   3   >