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

2019-03-06 Thread Eli Schwartz via arch-commits
Date: Thursday, March 7, 2019 @ 06:17:43
  Author: eschwartz
Revision: 437982

upgpkg: python-apsw 3.27.2-1

upstream release

Modified:
  python-apsw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 02:49:51 UTC (rev 437981)
+++ PKGBUILD2019-03-07 06:17:43 UTC (rev 437982)
@@ -5,7 +5,7 @@
 
 pkgbase=python-apsw
 pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.26.0
+pkgver=3.27.2
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/rogerbinns/apsw;
@@ -13,7 +13,7 @@
 depends=('sqlite')
 makedepends=('python' 'python2')
 
source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz;)
-sha512sums=('8aa9733e7f91e5fc71fc87e6cfe89dd8db690315f4eb598a141b59f5fa343c151b7174f99aff4e51d9f573248569125776d0fc1d64826cc2728cf45852fce2ee')
+sha512sums=('e764cdfb4519da33fd09f00602379554ea6df1f74a75895dc6c7fb04194511b0e9f0fcb8648f07204b1fb3fe439d942dfdba11af7af2364569ddc8f7bd789be0')
 
 build() {
   cd apsw-${pkgver}-r1


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

2019-03-06 Thread Eli Schwartz via arch-commits
Date: Thursday, March 7, 2019 @ 06:18:00
  Author: eschwartz
Revision: 437983

archrelease: copy trunk to community-x86_64

Added:
  python-apsw/repos/community-x86_64/LICENSE
(from rev 437982, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-x86_64/PKGBUILD
(from rev 437982, python-apsw/trunk/PKGBUILD)
Deleted:
  python-apsw/repos/community-x86_64/LICENSE
  python-apsw/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   54 
 PKGBUILD |  100 ++---
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-03-07 06:17:43 UTC (rev 437982)
+++ LICENSE 2019-03-07 06:18:00 UTC (rev 437983)
@@ -1,27 +0,0 @@
-Copyright (c) 2004-2014 Roger Binns 
-See src/traceback.c for code by Greg Ewing.
-
-All code and documentation is provided under this license:
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
-claim that you wrote the original software. If you use this software
-in a product, an acknowledgment in the product documentation would be
-appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not be
-misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
-distribution.
-
-Alternatively you may strike the license above and use it under any
-OSI approved open source license such as those listed at
-http://opensource.org/licenses/alphabetical

Copied: python-apsw/repos/community-x86_64/LICENSE (from rev 437982, 
python-apsw/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-03-07 06:18:00 UTC (rev 437983)
@@ -0,0 +1,27 @@
+Copyright (c) 2004-2014 Roger Binns 
+See src/traceback.c for code by Greg Ewing.
+
+All code and documentation is provided under this license:
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+claim that you wrote the original software. If you use this software
+in a product, an acknowledgment in the product documentation would be
+appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must not be
+misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+Alternatively you may strike the license above and use it under any
+OSI approved open source license such as those listed at
+http://opensource.org/licenses/alphabetical

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 06:17:43 UTC (rev 437982)
+++ PKGBUILD2019-03-07 06:18:00 UTC (rev 437983)
@@ -1,50 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Brendan MacDonell 
-# Contributor: Linmiao Xu 
-# Contributor: Juan Miguel Cejuela 
-
-pkgbase=python-apsw
-pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.26.0
-pkgrel=1
-arch=('x86_64')
-url="https://github.com/rogerbinns/apsw;
-license=('MIT')
-depends=('sqlite')
-makedepends=('python' 'python2')
-source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz;)
-sha512sums=('8aa9733e7f91e5fc71fc87e6cfe89dd8db690315f4eb598a141b59f5fa343c151b7174f99aff4e51d9f573248569125776d0fc1d64826cc2728cf45852fce2ee')
-
-build() {
-  cd apsw-${pkgver}-r1
-
-  python setup.py build --enable=load_extension
-  python2 setup.py build --enable=load_extension
-}
-
-check() {
-  cd "$srcdir"/apsw-${pkgver}-r1
-
-  # do glob expansion in variable assignment
-  pythonpaths=("$PWD/build/lib.linux-$CARCH"-3* 
"$PWD/build/lib.linux-$CARCH-"2*)
-  PYTHONPATH="${pythonpaths[0]}" python setup.py test
-  PYTHONPATH="${pythonpaths[1]}" python2 setup.py test
-}
-
-package_python-apsw() {
-depends+=('python')
-pkgdesc="Python wrapper for SQLite"
-  cd "$srcdir"/apsw-${pkgver}-r1
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apsw() {

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

2019-03-06 Thread Sébastien Luttringer via arch-commits
Date: Thursday, March 7, 2019 @ 02:49:42
  Author: seblu
Revision: 437980

upgpkg: grafana 6.0.1-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 01:15:22 UTC (rev 437979)
+++ PKGBUILD2019-03-07 02:49:42 UTC (rev 437980)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=6.0.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'


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

2019-03-06 Thread Sébastien Luttringer via arch-commits
Date: Thursday, March 7, 2019 @ 02:49:51
  Author: seblu
Revision: 437981

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 02:49:42 UTC (rev 437980)
+++ PKGBUILD2019-03-07 02:49:51 UTC (rev 437981)
@@ -1,78 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=6.0.0
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='https://grafana.com/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go-pie' 'npm' 'grunt-cli' 'python2')
-backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
-'grafana.service'
-'grafana.sysusers'
-'grafana.tmpfiles'
-   )
-install=$pkgname.install
-md5sums=('SKIP'
- '25c2adc03fad89286b72c1bf8bf3e361'
- 'e991d8cdf91c1e25652cdbc51fc726c5'
- 'bdc90cffca3c44c7a86e0fdac154092f')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  # set arch linux paths
-  sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini
-  sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
-  sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
-  sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-}
-
-build() {
-  msg2 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  msg2 'building the backend'
-  go run build.go setup
-  go run build.go build
-
-  msg2 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  npm install -g yarn
-  yarn install --pure-lockfile --no-progress
-  npm run build release
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/linux-amd64/grafana-server 
"$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/linux-amd64/grafana-cli "$pkgdir/usr/bin/grafana-cli"
-  install -Dm640 -o207 -g207 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
-  install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
-  install -dm755 "$pkgdir/usr/share/grafana/"
-  for i in vendor public tools; do
-cp -r "$i" "$pkgdir/usr/share/grafana/$i"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grafana/repos/community-x86_64/PKGBUILD (from rev 437980, 
grafana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 02:49:51 UTC (rev 437981)
@@ -0,0 +1,78 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Carsten Feuls 
+# Contributor: Gilles Hamel 
+
+pkgname=grafana
+pkgver=6.0.1
+pkgrel=1
+pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
+url='https://grafana.com/'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
+makedepends=('git' 'go-pie' 'npm' 'grunt-cli' 'python2')
+backup=('etc/grafana.ini')
+source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
+'grafana.service'
+'grafana.sysusers'
+

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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 01:15:22
  Author: bgyorgy
Revision: 437979

archrelease: copy trunk to community-any

Added:
  sugar/repos/community-any/PKGBUILD
(from rev 437978, sugar/trunk/PKGBUILD)
  sugar/repos/community-any/dont-overwrite-settings.patch
(from rev 437978, sugar/trunk/dont-overwrite-settings.patch)
  sugar/repos/community-any/remove-gconf.patch
(from rev 437978, sugar/trunk/remove-gconf.patch)
Deleted:
  sugar/repos/community-any/PKGBUILD
  sugar/repos/community-any/dont-overwrite-settings.patch
  sugar/repos/community-any/remove-gconf.patch

---+
 PKGBUILD  |   96 -
 dont-overwrite-settings.patch |   44 
 remove-gconf.patch| 2038 
 3 files changed, 1090 insertions(+), 1088 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 01:15:17 UTC (rev 437978)
+++ PKGBUILD2019-03-07 01:15:22 UTC (rev 437979)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=sugar
-pkgver=0.112
-pkgrel=2
-pkgdesc="Sugar GTK shell"
-arch=('any')
-url="https://sugarlabs.org/;
-license=('GPL')
-depends=('gnome-keyring' 'gst-plugins-espeak' 'gtksourceview3' 'gvfs' 
'libwnck3'
- 'libxklavier' 'metacity' 'mobile-broadband-provider-info' 'openssh' 
'python2-gwebsockets'
- 'sugar-toolkit-gtk3' 'telepathy-gabble' 'telepathy-salut' 'upower' 
'webkit2gtk'
- 'xdg-user-dirs')
-makedepends=('intltool')
-source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz
-dont-overwrite-settings.patch
-remove-gconf.patch)
-sha256sums=('39aa7ffe866c9f1b4a113e7a400686d60277a3517db1fed62f536b1fdc71c38b'
-'3ce2db5d003b3172302492a2c8ae1ba34aeafdfc6038c6751eb41c56909a062c'
-'138e652824feae8c0e324e19cc11d3793035c81db868a7bb21d2e05531ea98fc')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/jarabe/model/update/aslo.py
-  sed -i "s/gi.require_version('WebKit', '3.0')/gi.require_version('WebKit2', 
'4.0')/" src/jarabe/main.py
-
-  # Don't overwrite default GNOME settings
-  patch -Np1 -i ../dont-overwrite-settings.patch
-
-  # Remove GConf support
-  patch -Np1 -i ../remove-gconf.patch
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/share/sugar/extensions/cpsection/updater/
-}

Copied: sugar/repos/community-any/PKGBUILD (from rev 437978, 
sugar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 01:15:22 UTC (rev 437979)
@@ -0,0 +1,49 @@
+# Maintainer: Balló György 
+
+pkgname=sugar
+pkgver=0.112
+pkgrel=3
+pkgdesc="Sugar GTK shell"
+arch=('any')
+url="https://sugarlabs.org/;
+license=('GPL')
+depends=('gnome-keyring' 'gst-plugins-espeak' 'gtksourceview3' 'gvfs' 
'libwnck3'
+ 'libxklavier' 'metacity' 'mobile-broadband-provider-info' 'openssh' 
'python2-gwebsockets'
+ 'sugar-toolkit-gtk3' 'telepathy-gabble' 'telepathy-salut' 'upower' 
'webkit2gtk'
+ 'xdg-user-dirs')
+makedepends=('intltool')
+source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz
+dont-overwrite-settings.patch
+remove-gconf.patch)
+sha256sums=('39aa7ffe866c9f1b4a113e7a400686d60277a3517db1fed62f536b1fdc71c38b'
+'3ce2db5d003b3172302492a2c8ae1ba34aeafdfc6038c6751eb41c56909a062c'
+'138e652824feae8c0e324e19cc11d3793035c81db868a7bb21d2e05531ea98fc')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/jarabe/model/update/aslo.py
+  sed -i "s/gi.require_version('WebKit', '3.0')/gi.require_version('WebKit2', 
'4.0')/" src/jarabe/main.py
+
+  # Use correct D-Bus config location
+  sed -i '/^nmservicedir =/ s/sysconfdir/datadir/' data/Makefile.{am,in}
+
+  # Don't overwrite default GNOME settings
+  patch -Np1 -i ../dont-overwrite-settings.patch
+
+  # Remove GConf support
+  patch -Np1 -i ../remove-gconf.patch
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/share/sugar/extensions/cpsection/updater/
+}

Deleted: dont-overwrite-settings.patch
===
--- dont-overwrite-settings.patch   2019-03-07 01:15:17 UTC (rev 437978)
+++ dont-overwrite-settings.patch   2019-03-07 01:15:22 UTC (rev 437979)
@@ -1,22 +0,0 @@
-diff -Naur sugar-0.112.orig/src/jarabe/main.py sugar-0.112/src/jarabe/main.py
 sugar-0.112.orig/src/jarabe/main.py   

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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 01:15:17
  Author: bgyorgy
Revision: 437978

upgpkg: sugar 0.112-3

Use correct D-Bus config location

Modified:
  sugar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 01:08:58 UTC (rev 437977)
+++ PKGBUILD2019-03-07 01:15:17 UTC (rev 437978)
@@ -2,7 +2,7 @@
 
 pkgname=sugar
 pkgver=0.112
-pkgrel=2
+pkgrel=3
 pkgdesc="Sugar GTK shell"
 arch=('any')
 url="https://sugarlabs.org/;
@@ -24,6 +24,9 @@
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/jarabe/model/update/aslo.py
   sed -i "s/gi.require_version('WebKit', '3.0')/gi.require_version('WebKit2', 
'4.0')/" src/jarabe/main.py
 
+  # Use correct D-Bus config location
+  sed -i '/^nmservicedir =/ s/sysconfdir/datadir/' data/Makefile.{am,in}
+
   # Don't overwrite default GNOME settings
   patch -Np1 -i ../dont-overwrite-settings.patch
 


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 01:08:53
  Author: bgyorgy
Revision: 437976

upgpkg: gnome-applets 3.30.0-3

Use correct D-Bus config location

Modified:
  gnome-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 00:56:16 UTC (rev 437975)
+++ PKGBUILD2019-03-07 01:08:53 UTC (rev 437976)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-applets
 pkgver=3.30.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Small applications for the GNOME Panel"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/GnomeApplets;
@@ -22,6 +22,9 @@
 prepare() {
   cd $pkgname
 
+  # Use correct D-Bus config location
+  sed -i '/^dbus_confdir =/ s/sysconfdir/datadir/' 
cpufreq/src/cpufreq-selector/Makefile.am
+
   # Disable buggy applets
   # https://gitlab.gnome.org/GNOME/gnome-applets/issues/6
   sed -i '/window-buttons/d


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 01:08:58
  Author: bgyorgy
Revision: 437977

archrelease: copy trunk to community-x86_64

Added:
  gnome-applets/repos/community-x86_64/PKGBUILD
(from rev 437976, gnome-applets/trunk/PKGBUILD)
Deleted:
  gnome-applets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 01:08:53 UTC (rev 437976)
+++ PKGBUILD2019-03-07 01:08:58 UTC (rev 437977)
@@ -1,44 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-applets
-pkgver=3.30.0
-pkgrel=2
-pkgdesc="Small applications for the GNOME Panel"
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/GnomeApplets;
-license=('GPL')
-depends=('dbus-glib' 'gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
-makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 
'python' 'yelp-tools')
-_commit=ac51b5ea297cf9239d718b4776e92ce4afc82470  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-applets.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Disable buggy applets
-  # https://gitlab.gnome.org/GNOME/gnome-applets/issues/6
-  sed -i '/window-buttons/d
-  /window-title/d' Makefile.am
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-schemas-compile --enable-compile-warnings=minimum
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-applets/repos/community-x86_64/PKGBUILD (from rev 437976, 
gnome-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 01:08:58 UTC (rev 437977)
@@ -0,0 +1,47 @@
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-applets
+pkgver=3.30.0
+pkgrel=3
+pkgdesc="Small applications for the GNOME Panel"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomeApplets;
+license=('GPL')
+depends=('dbus-glib' 'gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
+makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 
'python' 'yelp-tools')
+_commit=ac51b5ea297cf9239d718b4776e92ce4afc82470  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-applets.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Use correct D-Bus config location
+  sed -i '/^dbus_confdir =/ s/sysconfdir/datadir/' 
cpufreq/src/cpufreq-selector/Makefile.am
+
+  # Disable buggy applets
+  # https://gitlab.gnome.org/GNOME/gnome-applets/issues/6
+  sed -i '/window-buttons/d
+  /window-title/d' Makefile.am
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:56:11
  Author: bgyorgy
Revision: 437974

upgpkg: blueman 2.0.8-2

Use correct D-Bus config location, fix polkit directory permissions (FS#61254)

Modified:
  blueman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 00:31:13 UTC (rev 437973)
+++ PKGBUILD2019-03-07 00:56:11 UTC (rev 437974)
@@ -4,7 +4,7 @@
 
 pkgname=blueman
 pkgver=2.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ Bluetooth Manager"
 arch=('x86_64')
 url="https://github.com/blueman-project/blueman;
@@ -24,6 +24,9 @@
   # Fix path for bluetoothd
   sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
 
+  # Use correct D-Bus config location
+  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
+
   # Fix non-standard icon names
   sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
   sed -i 's/mouse/input-mouse/' blueman/services/Input.py
@@ -43,4 +46,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
 }


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:56:16
  Author: bgyorgy
Revision: 437975

archrelease: copy trunk to community-x86_64

Added:
  blueman/repos/community-x86_64/PKGBUILD
(from rev 437974, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 00:56:11 UTC (rev 437974)
+++ PKGBUILD2019-03-07 00:56:16 UTC (rev 437975)
@@ -1,46 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.0.8
-pkgrel=1
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
-makedepends=('cython' 'intltool')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'net-tools: Network Access Point (NAP) support'
-'pulseaudio-bluetooth: audio devices support')
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('04afd07b4c900a401f39e711dedbf8b9cf12000ddeda0d8ef3c3327caf34704e')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
-
-  # Fix non-standard icon names
-  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
-  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---with-dhcp-config='/etc/dhcpd.conf'
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 437974, 
blueman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 00:56:16 UTC (rev 437975)
@@ -0,0 +1,50 @@
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.0.8
+pkgrel=2
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
+makedepends=('cython' 'intltool')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'net-tools: Network Access Point (NAP) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('04afd07b4c900a401f39e711dedbf8b9cf12000ddeda0d8ef3c3327caf34704e')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
+
+  # Use correct D-Bus config location
+  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
+
+  # Fix non-standard icon names
+  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
+  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:31:13
  Author: bgyorgy
Revision: 437973

archrelease: copy trunk to community-x86_64

Added:
  keybinder2/repos/community-x86_64/PKGBUILD
(from rev 437972, keybinder2/trunk/PKGBUILD)
Deleted:
  keybinder2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 00:31:09 UTC (rev 437972)
+++ PKGBUILD2019-03-07 00:31:13 UTC (rev 437973)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Guillaume ALAUX 
-
-pkgname=('libkeybinder2' 'python2-keybinder2')
-pkgbase=keybinder2
-_realname=keybinder
-pkgver=0.3.1
-pkgrel=2
-pkgdesc='Library for registering global keyboard shortcuts'
-arch=('x86_64')
-url='https://github.com/engla/keybinder'
-license=('GPL')
-depends=('pygtk')
-makedepends=('gobject-introspection')
-options=('!emptydirs')
-source=(https://github.com/kupferlauncher/$_realname/releases/download/v$pkgver/$_realname-$pkgver.tar.gz)
-sha256sums=('879f07130ac64792ddb9fd758e6673119283bda37d75573787ae22af8684a240')
-
-build() {
-  cd $_realname-$pkgver
-  ./configure --prefix=/usr PYTHON=python2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_libkeybinder2() {
-  pkgdesc='Library for registering global keyboard shortcuts'
-  depends=('gtk2')
-
-  cd $_realname-$pkgver
-  make DESTDIR="$pkgdir" install
-  make -C python-keybinder DESTDIR="$pkgdir" uninstall
-}
-
-package_python2-keybinder2() {
-  pkgdesc='Library for registering global keyboard shortcuts (Python 2 
bindings)'
-  depends=('libkeybinder2' 'pygtk')
-
-  cd $_realname-$pkgver
-  make DESTDIR="$pkgdir" install
-  make -C docs DESTDIR="$pkgdir" uninstall
-  make -C libkeybinder DESTDIR="$pkgdir" uninstall
-}

Copied: keybinder2/repos/community-x86_64/PKGBUILD (from rev 437972, 
keybinder2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 00:31:13 UTC (rev 437973)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+# Contributor: Guillaume ALAUX 
+
+pkgname=('libkeybinder2')
+pkgbase=keybinder2
+_realname=keybinder
+pkgver=0.3.1
+pkgrel=3
+pkgdesc='Library for registering global keyboard shortcuts'
+arch=('x86_64')
+url='https://github.com/kupferlauncher/keybinder'
+license=('GPL')
+depends=('gtk2')
+makedepends=('gobject-introspection')
+source=(https://github.com/kupferlauncher/$_realname/releases/download/v$pkgver/$_realname-$pkgver.tar.gz)
+sha256sums=('879f07130ac64792ddb9fd758e6673119283bda37d75573787ae22af8684a240')
+
+build() {
+  cd $_realname-$pkgver
+  ./configure --prefix=/usr --disable-python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_libkeybinder2() {
+  cd $_realname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:31:09
  Author: bgyorgy
Revision: 437972

upgpkg: keybinder2 0.3.1-3

Drop python2

Modified:
  keybinder2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 00:24:04 UTC (rev 437971)
+++ PKGBUILD2019-03-07 00:31:09 UTC (rev 437972)
@@ -1,42 +1,28 @@
 # Maintainer: Balló György 
 # Contributor: Guillaume ALAUX 
 
-pkgname=('libkeybinder2' 'python2-keybinder2')
+pkgname=('libkeybinder2')
 pkgbase=keybinder2
 _realname=keybinder
 pkgver=0.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Library for registering global keyboard shortcuts'
 arch=('x86_64')
 url='https://github.com/kupferlauncher/keybinder'
 license=('GPL')
-depends=('pygtk')
+depends=('gtk2')
 makedepends=('gobject-introspection')
-options=('!emptydirs')
 
source=(https://github.com/kupferlauncher/$_realname/releases/download/v$pkgver/$_realname-$pkgver.tar.gz)
 sha256sums=('879f07130ac64792ddb9fd758e6673119283bda37d75573787ae22af8684a240')
 
 build() {
   cd $_realname-$pkgver
-  ./configure --prefix=/usr PYTHON=python2
+  ./configure --prefix=/usr --disable-python
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 package_libkeybinder2() {
-  depends=('gtk2')
-
   cd $_realname-$pkgver
   make DESTDIR="$pkgdir" install
-  make -C python-keybinder DESTDIR="$pkgdir" uninstall
 }
-
-package_python2-keybinder2() {
-  pkgdesc+=' (Python 2 bindings)'
-  depends=('libkeybinder2' 'pygtk')
-
-  cd $_realname-$pkgver
-  make DESTDIR="$pkgdir" install
-  make -C docs DESTDIR="$pkgdir" uninstall
-  make -C libkeybinder DESTDIR="$pkgdir" uninstall
-}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:24:04
  Author: bgyorgy
Revision: 437971

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 00:23:49 UTC (rev 437970)
+++ PKGBUILD2019-03-07 00:24:04 UTC (rev 437971)
@@ -1,51 +0,0 @@
-# Maintainer: Balló György 
-
-_pkgbase=simplebayes
-pkgbase=python-simplebayes
-pkgname=(python2-simplebayes python-simplebayes)
-pkgver=1.5.7
-pkgrel=1
-pkgdesc="Memory-based, optional-persistence naïve bayesian text classifier 
Python library"
-arch=(any)
-url="https://github.com/hickeroar/simplebayes;
-license=(MIT)
-depends=(python python2)
-makedepends=(git python-setuptools python2-setuptools)
-_commit=b8da72c50d20b6f8c0df2c2f39620715b08ddd32  # tags/1.5.7
-source=("git+https://github.com/hickeroar/simplebayes#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cp -a $_pkgbase{,-py2}
-}
-
-build() {
-  # Building Python2
-  cd $_pkgbase-py2
-  python2 setup.py build
-
-  # Building Python3
-  cd ../$_pkgbase
-  python3 setup.py build
-}
-
-package_python2-simplebayes() {
-  depends=(python2)
-
-  cd $_pkgbase-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python-simplebayes() {
-  depends=(python)
-
-  cd $_pkgbase
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-simplebayes/repos/community-any/PKGBUILD (from rev 437970, 
python-simplebayes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 00:24:04 UTC (rev 437971)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+
+_pkgname=simplebayes
+pkgname=python-simplebayes
+pkgver=1.5.7
+pkgrel=2
+pkgdesc="Memory-based, optional-persistence naïve bayesian text classifier 
Python library"
+arch=(any)
+url="https://github.com/hickeroar/simplebayes;
+license=(MIT)
+depends=(python)
+makedepends=(git python-setuptools)
+_commit=b8da72c50d20b6f8c0df2c2f39620715b08ddd32  # tags/1.5.7
+source=("git+https://github.com/hickeroar/simplebayes#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $_pkgname
+  python3 setup.py build
+}
+
+package() {
+  cd $_pkgname
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:23:49
  Author: bgyorgy
Revision: 437970

upgpkg: python-simplebayes 1.5.7-2

Drop python2

Modified:
  python-simplebayes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 00:18:03 UTC (rev 437969)
+++ PKGBUILD2019-03-07 00:23:49 UTC (rev 437970)
@@ -1,51 +1,31 @@
 # Maintainer: Balló György 
 
-_pkgbase=simplebayes
-pkgbase=python-simplebayes
-pkgname=(python2-simplebayes python-simplebayes)
+_pkgname=simplebayes
+pkgname=python-simplebayes
 pkgver=1.5.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Memory-based, optional-persistence naïve bayesian text classifier 
Python library"
 arch=(any)
 url="https://github.com/hickeroar/simplebayes;
 license=(MIT)
-depends=(python python2)
-makedepends=(git python-setuptools python2-setuptools)
+depends=(python)
+makedepends=(git python-setuptools)
 _commit=b8da72c50d20b6f8c0df2c2f39620715b08ddd32  # tags/1.5.7
 source=("git+https://github.com/hickeroar/simplebayes#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $_pkgbase
+  cd $_pkgname
   git describe --tags | sed 's/-/+/g'
 }
 
-prepare() {
-  cp -a $_pkgbase{,-py2}
-}
-
 build() {
-  # Building Python2
-  cd $_pkgbase-py2
-  python2 setup.py build
-
-  # Building Python3
-  cd ../$_pkgbase
+  cd $_pkgname
   python3 setup.py build
 }
 
-package_python2-simplebayes() {
-  depends=(python2)
-
-  cd $_pkgbase-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python-simplebayes() {
-  depends=(python)
-
-  cd $_pkgbase
+package() {
+  cd $_pkgname
   python3 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:18:03
  Author: bgyorgy
Revision: 437969

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 00:17:57 UTC (rev 437968)
+++ PKGBUILD2019-03-07 00:18:03 UTC (rev 437969)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Muges 
-# Contributor: Alexis "Horgix" Chotad 
-# Contributor: Allan McRae 
-# Contributor: Jonas Heinrich 
-# Contributor: Markus Golser 
-
-_pkgbase=mygpoclient
-pkgbase=python-$_pkgbase
-pkgname=(python-mygpoclient python2-mygpoclient)
-pkgver=1.8
-pkgrel=2
-pkgdesc='Python client Library for the gpodder.net web service'
-arch=(any)
-url='https://github.com/gpodder/mygpoclient'
-license=(GPL3)
-depends=(python python2)
-source=($pkgbase-$pkgver.tar.gz::https://github.com/gpodder/$_pkgbase/archive/$pkgver.tar.gz)
-sha256sums=('65fcb3ab220a2ba2d32a77f969b423a2f663413b6c485b7b02e5a955b28e68d2')
-
-package_python-mygpoclient() {
-  depends=(python)
-
-  cd $_pkgbase-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-mygpoclient() {
-  depends=(python2)
-
-  cd $_pkgbase-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  for file in "$pkgdir"/usr/bin/*; do mv "$file" "${file}2"; done
-  mv "$pkgdir"/usr/share/man/man1/mygpo-bpsync{,2}.1
-}

Copied: python-mygpoclient/repos/community-any/PKGBUILD (from rev 437968, 
python-mygpoclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 00:18:03 UTC (rev 437969)
@@ -0,0 +1,23 @@
+# Maintainer: Balló György 
+# Contributor: Muges 
+# Contributor: Alexis "Horgix" Chotad 
+# Contributor: Allan McRae 
+# Contributor: Jonas Heinrich 
+# Contributor: Markus Golser 
+
+_pkgname=mygpoclient
+pkgname=python-$_pkgname
+pkgver=1.8
+pkgrel=3
+pkgdesc='Python client Library for the gpodder.net web service'
+arch=(any)
+url='https://github.com/gpodder/mygpoclient'
+license=(GPL3)
+depends=(python)
+source=($pkgname-$pkgver.tar.gz::https://github.com/gpodder/$_pkgname/archive/$pkgver.tar.gz)
+sha256sums=('65fcb3ab220a2ba2d32a77f969b423a2f663413b6c485b7b02e5a955b28e68d2')
+
+package() {
+  cd $_pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:17:57
  Author: bgyorgy
Revision: 437968

upgpkg: python-mygpoclient 1.8-3

Drop python2

Modified:
  python-mygpoclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 00:14:21 UTC (rev 437967)
+++ PKGBUILD2019-03-07 00:17:57 UTC (rev 437968)
@@ -5,32 +5,19 @@
 # Contributor: Jonas Heinrich 
 # Contributor: Markus Golser 
 
-_pkgbase=mygpoclient
-pkgbase=python-$_pkgbase
-pkgname=(python-mygpoclient python2-mygpoclient)
+_pkgname=mygpoclient
+pkgname=python-$_pkgname
 pkgver=1.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Python client Library for the gpodder.net web service'
 arch=(any)
 url='https://github.com/gpodder/mygpoclient'
 license=(GPL3)
-depends=(python python2)
-source=($pkgbase-$pkgver.tar.gz::https://github.com/gpodder/$_pkgbase/archive/$pkgver.tar.gz)
+depends=(python)
+source=($pkgname-$pkgver.tar.gz::https://github.com/gpodder/$_pkgname/archive/$pkgver.tar.gz)
 sha256sums=('65fcb3ab220a2ba2d32a77f969b423a2f663413b6c485b7b02e5a955b28e68d2')
 
-package_python-mygpoclient() {
-  depends=(python)
-
-  cd $_pkgbase-$pkgver
+package() {
+  cd $_pkgname-$pkgver
   python3 setup.py install --root="$pkgdir" --optimize=1
 }
-
-package_python2-mygpoclient() {
-  depends=(python2)
-
-  cd $_pkgbase-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  for file in "$pkgdir"/usr/bin/*; do mv "$file" "${file}2"; done
-  mv "$pkgdir"/usr/share/man/man1/mygpo-bpsync{,2}.1
-}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:14:15
  Author: bgyorgy
Revision: 437966

upgpkg: python-podcastparser 0.6.4-2

Drop python2

Modified:
  python-podcastparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 00:12:37 UTC (rev 437965)
+++ PKGBUILD2019-03-07 00:14:15 UTC (rev 437966)
@@ -1,31 +1,20 @@
 # Maintainer: Balló György 
 # Contributor: Jan Magnus Brevik 
 
-_pkgbase=podcastparser
-pkgbase=python-$_pkgbase
-pkgname=(python-podcastparser python2-podcastparser)
+_pkgname=podcastparser
+pkgname=python-$_pkgname
 pkgver=0.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Simplified, fast RSS parsing library in Python'
 arch=(any)
 url='https://github.com/gpodder/podcastparser'
 license=(ISC)
-depends=(python python2)
-source=($pkgbase-$pkgver.tar.gz::https://github.com/gpodder/$_pkgbase/archive/$pkgver.tar.gz)
+depends=(python)
+source=($pkgname-$pkgver.tar.gz::https://github.com/gpodder/$_pkgname/archive/$pkgver.tar.gz)
 sha256sums=('fac02a56b755f81c11f186bec5a6f813671e600f413ade7ea9690e47eb27bd69')
 
-package_python-podcastparser() {
-  depends=(python)
-
-  cd $_pkgbase-$pkgver
+package() {
+  cd $_pkgname-$pkgver
   python3 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-package_python2-podcastparser() {
-  depends=(python2)
-
-  cd $_pkgbase-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:14:21
  Author: bgyorgy
Revision: 437967

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 00:14:15 UTC (rev 437966)
+++ PKGBUILD2019-03-07 00:14:21 UTC (rev 437967)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan Magnus Brevik 
-
-_pkgbase=podcastparser
-pkgbase=python-$_pkgbase
-pkgname=(python-podcastparser python2-podcastparser)
-pkgver=0.6.4
-pkgrel=1
-pkgdesc='Simplified, fast RSS parsing library in Python'
-arch=(any)
-url='https://github.com/gpodder/podcastparser'
-license=(ISC)
-depends=(python python2)
-source=($pkgbase-$pkgver.tar.gz::https://github.com/gpodder/$_pkgbase/archive/$pkgver.tar.gz)
-sha256sums=('fac02a56b755f81c11f186bec5a6f813671e600f413ade7ea9690e47eb27bd69')
-
-package_python-podcastparser() {
-  depends=(python)
-
-  cd $_pkgbase-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-podcastparser() {
-  depends=(python2)
-
-  cd $_pkgbase-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-podcastparser/repos/community-any/PKGBUILD (from rev 437966, 
python-podcastparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 00:14:21 UTC (rev 437967)
@@ -0,0 +1,20 @@
+# Maintainer: Balló György 
+# Contributor: Jan Magnus Brevik 
+
+_pkgname=podcastparser
+pkgname=python-$_pkgname
+pkgver=0.6.4
+pkgrel=2
+pkgdesc='Simplified, fast RSS parsing library in Python'
+arch=(any)
+url='https://github.com/gpodder/podcastparser'
+license=(ISC)
+depends=(python)
+source=($pkgname-$pkgver.tar.gz::https://github.com/gpodder/$_pkgname/archive/$pkgver.tar.gz)
+sha256sums=('fac02a56b755f81c11f186bec5a6f813671e600f413ade7ea9690e47eb27bd69')
+
+package() {
+  cd $_pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:12:37
  Author: bgyorgy
Revision: 437965

Fix package function name

Modified:
  python-bsddb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 00:08:29 UTC (rev 437964)
+++ PKGBUILD2019-03-07 00:12:37 UTC (rev 437965)
@@ -16,12 +16,12 @@
 
source=(https://files.pythonhosted.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz)
 sha256sums=('42d621f4037425afcb16b67d5600c4556271a071a9a7f7f2c2b1ba65bc582d05')
 
-build () {
+build() {
   cd $_pkgname-$pkgver
   python3 setup.py --berkeley-db=/usr build
 }
 
-package_python-bsddb() {
+package() {
   cd $_pkgname-$pkgver
   python3 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:08:22
  Author: bgyorgy
Revision: 437963

upgpkg: python-bsddb 6.2.6-2

Drop python2

Modified:
  python-bsddb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 00:01:41 UTC (rev 437962)
+++ PKGBUILD2019-03-07 00:08:22 UTC (rev 437963)
@@ -4,48 +4,25 @@
 # Contributor: Douglas Soares de Andrade 
 # Contributor: William Rea 
 
-pkgbase=python-bsddb
-_pkgbase=bsddb3
-pkgname=(python-bsddb python2-bsddb)
+pkgname=python-bsddb
+_pkgname=bsddb3
 pkgver=6.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Python interface for BerkeleyDB'
 arch=('x86_64')
 url='https://www.jcea.es/programacion/pybsddb.htm'
 license=('BSD')
-makedepends=('python' 'python2')
-source=(https://files.pythonhosted.org/packages/source/b/$_pkgbase/$_pkgbase-$pkgver.tar.gz)
+depends=('db' 'python')
+source=(https://files.pythonhosted.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz)
 sha256sums=('42d621f4037425afcb16b67d5600c4556271a071a9a7f7f2c2b1ba65bc582d05')
 
-prepare() {
-  cp -a $_pkgbase-$pkgver{,-python2}
-
-  cd $_pkgbase-$pkgver-python2
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' 
Lib/bsddb/{dbshelve,test/test_dbtables}.py
-}
-
 build () {
-  # Build python 3 module
-  cd $_pkgbase-$pkgver
+  cd $_pkgname-$pkgver
   python3 setup.py --berkeley-db=/usr build
-
-  # Build python 2 module
-  cd ../$_pkgbase-$pkgver-python2
-  python2 setup.py --berkeley-db=/usr build
 }
 
 package_python-bsddb() {
-  depends=('db' 'python')
-
-  cd $_pkgbase-$pkgver
+  cd $_pkgname-$pkgver
   python3 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }
-
-package_python2-bsddb() {
-  depends=('db' 'python2')
-
-  cd $_pkgbase-$pkgver-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:08:29
  Author: bgyorgy
Revision: 437964

archrelease: copy trunk to community-x86_64

Added:
  python-bsddb/repos/community-x86_64/PKGBUILD
(from rev 437963, python-bsddb/trunk/PKGBUILD)
Deleted:
  python-bsddb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 00:08:22 UTC (rev 437963)
+++ PKGBUILD2019-03-07 00:08:29 UTC (rev 437964)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Kaiting Chen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgbase=python-bsddb
-_pkgbase=bsddb3
-pkgname=(python-bsddb python2-bsddb)
-pkgver=6.2.6
-pkgrel=1
-pkgdesc='Python interface for BerkeleyDB'
-arch=('x86_64')
-url='https://www.jcea.es/programacion/pybsddb.htm'
-license=('BSD')
-makedepends=('python' 'python2')
-source=(https://files.pythonhosted.org/packages/source/b/$_pkgbase/$_pkgbase-$pkgver.tar.gz)
-sha256sums=('42d621f4037425afcb16b67d5600c4556271a071a9a7f7f2c2b1ba65bc582d05')
-
-prepare() {
-  cp -a $_pkgbase-$pkgver{,-python2}
-
-  cd $_pkgbase-$pkgver-python2
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' 
Lib/bsddb/{dbshelve,test/test_dbtables}.py
-}
-
-build () {
-  # Build python 3 module
-  cd $_pkgbase-$pkgver
-  python3 setup.py --berkeley-db=/usr build
-
-  # Build python 2 module
-  cd ../$_pkgbase-$pkgver-python2
-  python2 setup.py --berkeley-db=/usr build
-}
-
-package_python-bsddb() {
-  depends=('db' 'python')
-
-  cd $_pkgbase-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-bsddb() {
-  depends=('db' 'python2')
-
-  cd $_pkgbase-$pkgver-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-bsddb/repos/community-x86_64/PKGBUILD (from rev 437963, 
python-bsddb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 00:08:29 UTC (rev 437964)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+# Contributor: Kaiting Chen 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=python-bsddb
+_pkgname=bsddb3
+pkgver=6.2.6
+pkgrel=2
+pkgdesc='Python interface for BerkeleyDB'
+arch=('x86_64')
+url='https://www.jcea.es/programacion/pybsddb.htm'
+license=('BSD')
+depends=('db' 'python')
+source=(https://files.pythonhosted.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('42d621f4037425afcb16b67d5600c4556271a071a9a7f7f2c2b1ba65bc582d05')
+
+build () {
+  cd $_pkgname-$pkgver
+  python3 setup.py --berkeley-db=/usr build
+}
+
+package_python-bsddb() {
+  cd $_pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:01:41
  Author: bgyorgy
Revision: 437962

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 00:01:33 UTC (rev 437961)
+++ PKGBUILD2019-03-07 00:01:41 UTC (rev 437962)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: twa022 
-
-_pkgbase=PyFxA
-pkgbase=python-fxa
-pkgname=('python2-fxa' 'python-fxa')
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="Python library for interacting with the Firefox Accounts ecosystem"
-arch=('any')
-url="https://github.com/mozilla/PyFxA;
-license=('MPL2')
-depends=('python-browserid' 'python2-browserid' 'python-cryptography' 
'python2-cryptography' 'python-hawkauthlib' 'python2-hawkauthlib')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/mozilla/$_pkgbase/archive/v$pkgver.tar.gz;)
-sha256sums=('f2732fe443d18a86a782d7b40894fc3a712497bfe225f309498b2b2e7657f753')
-
-prepare() {
-  cp -a $_pkgbase-$pkgver{,-py2}
-  cd $_pkgbase-$pkgver-py2
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' fxa/__main__.py
-}
-
-build() {
-  # Building Python2
-  cd $_pkgbase-$pkgver-py2
-  python2 setup.py build
-
-  # Building Python3
-  cd ../$_pkgbase-$pkgver
-  python3 setup.py build
-}
-
-package_python2-fxa() {
-  depends=('python2-browserid' 'python2-cryptography' 'python2-hawkauthlib')
-
-  cd $_pkgbase-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/fxa-client{,2}
-}
-
-package_python-fxa() {
-  depends=('python-browserid' 'python-cryptography' 'python-hawkauthlib')
-
-  cd $_pkgbase-$pkgver 
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-fxa/repos/community-any/PKGBUILD (from rev 437961, 
python-fxa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 00:01:41 UTC (rev 437962)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György 
+# Contributor: twa022 
+
+_pkgname=PyFxA
+pkgname=python-fxa
+pkgver=0.6.0
+pkgrel=3
+pkgdesc="Python library for interacting with the Firefox Accounts ecosystem"
+arch=('any')
+url="https://github.com/mozilla/PyFxA;
+license=('MPL2')
+depends=('python-browserid' 'python-cryptography' 'python-hawkauthlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mozilla/$_pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('f2732fe443d18a86a782d7b40894fc3a712497bfe225f309498b2b2e7657f753')
+
+build() {
+  cd $_pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver 
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:01:33
  Author: bgyorgy
Revision: 437961

upgpkg: python-fxa 0.6.0-3

Drop python2

Modified:
  python-fxa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 23:59:50 UTC (rev 437960)
+++ PKGBUILD2019-03-07 00:01:33 UTC (rev 437961)
@@ -1,46 +1,24 @@
 # Maintainer: Balló György 
 # Contributor: twa022 
 
-_pkgbase=PyFxA
-pkgbase=python-fxa
-pkgname=('python2-fxa' 'python-fxa')
+_pkgname=PyFxA
+pkgname=python-fxa
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python library for interacting with the Firefox Accounts ecosystem"
 arch=('any')
 url="https://github.com/mozilla/PyFxA;
 license=('MPL2')
-depends=('python-browserid' 'python2-browserid' 'python-cryptography' 
'python2-cryptography' 'python-hawkauthlib' 'python2-hawkauthlib')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/mozilla/$_pkgbase/archive/v$pkgver.tar.gz;)
+depends=('python-browserid' 'python-cryptography' 'python-hawkauthlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mozilla/$_pkgname/archive/v$pkgver.tar.gz;)
 sha256sums=('f2732fe443d18a86a782d7b40894fc3a712497bfe225f309498b2b2e7657f753')
 
-prepare() {
-  cp -a $_pkgbase-$pkgver{,-py2}
-  cd $_pkgbase-$pkgver-py2
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' fxa/__main__.py
-}
-
 build() {
-  # Building Python2
-  cd $_pkgbase-$pkgver-py2
-  python2 setup.py build
-
-  # Building Python3
-  cd ../$_pkgbase-$pkgver
+  cd $_pkgname-$pkgver
   python3 setup.py build
 }
 
-package_python2-fxa() {
-  depends=('python2-browserid' 'python2-cryptography' 'python2-hawkauthlib')
-
-  cd $_pkgbase-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/fxa-client{,2}
-}
-
-package_python-fxa() {
-  depends=('python-browserid' 'python-cryptography' 'python-hawkauthlib')
-
-  cd $_pkgbase-$pkgver 
+package() {
+  cd $_pkgname-$pkgver 
   python3 setup.py install --root="$pkgdir" --optimize=1
 }


[arch-commits] Commit in gitlab/repos/community-x86_64 (20 files)

2019-03-06 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 6, 2019 @ 23:59:50
  Author: svenstaro
Revision: 437960

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 437959, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 437959, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 437959, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 437959, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 437959, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 437959, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 437959, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 437959, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 437959, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 437959, gitlab/trunk/gitlab.tmpfiles.d)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d

-+
 PKGBUILD|  436 +++---
 gitlab-backup.service   |   40 ++--
 gitlab-backup.timer |   20 +-
 gitlab-mailroom.service |   44 ++--
 gitlab-sidekiq.service  |   62 +++---
 gitlab-unicorn.service  |   68 +++
 gitlab.install  |   40 ++--
 gitlab.logrotate|   22 +-
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 10 files changed, 374 insertions(+), 374 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 23:59:32 UTC (rev 437959)
+++ PKGBUILD2019-03-06 23:59:50 UTC (rev 437960)
@@ -1,218 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab
-pkgver=11.8.0
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.5' 'ruby2.5-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-ce/repository/archive?sha=v${pkgver};
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('1ca5540ad29fe9aac2795466812b549e5b6cbcd4bf3b52544b3628758ad76421c0a304cace4b5e1cffed19ee4b6b2869a74f759acd147cd368155efb99da7991'
-
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
-
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
-
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'
-
'fdb698c86057574aecaa1f1503f3d3319e06d5e872c676d58590b48bb7b3483b837bc991136eb2cc4b2cea68b52d294b8c1b382c9659f14027a923ac3c17d6d5'
-

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

2019-03-06 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 6, 2019 @ 23:59:32
  Author: svenstaro
Revision: 437959

upgpkg: gitlab 11.8.1-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 23:22:50 UTC (rev 437958)
+++ PKGBUILD2019-03-06 23:59:32 UTC (rev 437959)
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=11.8.0
+pkgver=11.8.1
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -38,7 +38,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('1ca5540ad29fe9aac2795466812b549e5b6cbcd4bf3b52544b3628758ad76421c0a304cace4b5e1cffed19ee4b6b2869a74f759acd147cd368155efb99da7991'
+sha512sums=('ee461fdd5971ac88220ea8a4f3f96fc23a96d89b93cecfd35878b27a890728f4ecdabf6629e5302b8d1aba35af2f4ca79abe08391d1cb7eaaaf5dfe4dc1597f3'
 
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
 
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
 
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:22:50
  Author: anthraxx
Revision: 437958

archrelease: copy trunk to community-any

Added:
  flawfinder/repos/community-any/PKGBUILD
(from rev 437957, flawfinder/trunk/PKGBUILD)
Deleted:
  flawfinder/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 23:22:44 UTC (rev 437957)
+++ PKGBUILD2019-03-06 23:22:50 UTC (rev 437958)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Python Shell 
-# Contributor: paraxor 
-# Contributor: Pranay Kanwar 
-
-pkgname=flawfinder
-pkgver=2.0.8
-pkgrel=1
-pkgdesc='Searches through source code for potential security flaws'
-url='http://www.dwheeler.com/flawfinder'
-arch=('any')
-license=('GPL2')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python2')
-source=(http://www.dwheeler.com/flawfinder/flawfinder-${pkgver}.tar.gz)
-sha256sums=('65e05788c2e57b4037de58a42b787abd1e3f249656660cf6a3c1e9ad98a46b37')
-sha512sums=('9346c60808087ddf28f433067691c662beb0c36375903fdd0b4dbe3e53fe92b3893e38b13ecb0fe134586cf680fc554d33c92ff910dbd1cd4c3cbeab946038f4')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed 's|env python.*|env python|' -i flawfinder
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" prefix=/usr install
-  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: flawfinder/repos/community-any/PKGBUILD (from rev 437957, 
flawfinder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 23:22:50 UTC (rev 437958)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Python Shell 
+# Contributor: paraxor 
+# Contributor: Pranay Kanwar 
+
+pkgname=flawfinder
+pkgver=2.0.8
+pkgrel=2
+pkgdesc='Searches through source code for potential security flaws'
+url='https://www.dwheeler.com/flawfinder'
+arch=('any')
+license=('GPL2')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python2')
+source=(https://www.dwheeler.com/flawfinder/flawfinder-${pkgver}.tar.gz)
+sha256sums=('65e05788c2e57b4037de58a42b787abd1e3f249656660cf6a3c1e9ad98a46b37')
+sha512sums=('9346c60808087ddf28f433067691c662beb0c36375903fdd0b4dbe3e53fe92b3893e38b13ecb0fe134586cf680fc554d33c92ff910dbd1cd4c3cbeab946038f4')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|env python.*|env python|' -i flawfinder
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" prefix=/usr install
+  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:22:44
  Author: anthraxx
Revision: 437957

upgpkg: flawfinder 2.0.8-2

Modified:
  flawfinder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 23:16:01 UTC (rev 437956)
+++ PKGBUILD2019-03-06 23:22:44 UTC (rev 437957)
@@ -5,15 +5,15 @@
 
 pkgname=flawfinder
 pkgver=2.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Searches through source code for potential security flaws'
-url='http://www.dwheeler.com/flawfinder'
+url='https://www.dwheeler.com/flawfinder'
 arch=('any')
 license=('GPL2')
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python2')
-source=(http://www.dwheeler.com/flawfinder/flawfinder-${pkgver}.tar.gz)
+source=(https://www.dwheeler.com/flawfinder/flawfinder-${pkgver}.tar.gz)
 sha256sums=('65e05788c2e57b4037de58a42b787abd1e3f249656660cf6a3c1e9ad98a46b37')
 
sha512sums=('9346c60808087ddf28f433067691c662beb0c36375903fdd0b4dbe3e53fe92b3893e38b13ecb0fe134586cf680fc554d33c92ff910dbd1cd4c3cbeab946038f4')
 


[arch-commits] Commit in lib32-sdl2_ttf/trunk (PKGBUILD freetype-pkgconfig.patch)

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:15:54
  Author: anthraxx
Revision: 437955

upgpkg: lib32-sdl2_ttf 2.0.15-1

Modified:
  lib32-sdl2_ttf/trunk/PKGBUILD
Deleted:
  lib32-sdl2_ttf/trunk/freetype-pkgconfig.patch

--+
 PKGBUILD |   14 +++--
 freetype-pkgconfig.patch |   46 -
 2 files changed, 4 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 23:11:03 UTC (rev 437954)
+++ PKGBUILD2019-03-06 23:15:54 UTC (rev 437955)
@@ -3,24 +3,18 @@
 # Contributor: carstene1ns 
 
 pkgname=lib32-sdl2_ttf
-pkgver=2.0.14
-pkgrel=3
+pkgver=2.0.15
+pkgrel=1
 pkgdesc='Library that allows you to use TrueType fonts in your SDL 
applications (Version 2) (32-bit)'
 url='https://www.libsdl.org/projects/SDL_ttf'
 arch=('x86_64')
 license=('MIT')
 depends=('lib32-sdl2' 'lib32-freetype2')
-source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz
-freetype-pkgconfig.patch)
-sha512sums=('4db817573fd216e26180f4c401cc869ce407589a461032fd7167dc612d35e038cca1ab67be7909b6b49c741581a68125ab46362ad8e3c0a2cdd39624ad847099'
-
'abb3fd400c5d44789b891bad53124ca135ea3125affb95621623ab22fc43f5fbfeb79c63a97648936faf4698180837f76ca57143ee401610106d08741610e937')
+source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz)
+sha512sums=('30d685932c3dd6f2c94e2778357a5c502f0421374293d7102a64d92f9c7861229bf36bedf51c1a698b296a58c858ca442d97afb908b7df1592fc8d4f8ae8ddfd')
 
 prepare() {
   cd SDL2_ttf-${pkgver}
-
-  # Fix build with FreeType 2.9.1
-  patch -Np1 -i ../freetype-pkgconfig.patch
-
   touch NEWS README AUTHORS ChangeLog
   autoreconf -vi
 }

Deleted: freetype-pkgconfig.patch
===
--- freetype-pkgconfig.patch2019-03-06 23:11:03 UTC (rev 437954)
+++ freetype-pkgconfig.patch2019-03-06 23:15:54 UTC (rev 437955)
@@ -1,46 +0,0 @@
-https://bugs.gentoo.org/654758
-
 SDL_ttf-2.0.11/configure.in
-+++ SDL_ttf-2.0.11/configure.in
-@@ -64,6 +64,7 @@
-   ;;
- esac
- 
-+PKG_PROG_PKG_CONFIG
- 
- dnl Check for iconv (character conversion library; see iconv.m4)
- dnl This isn't available on many systems
-@@ -94,6 +95,17 @@
- dnl
- dnl Get the cflags and libraries from the freetype-config script
- dnl
-+PKG_CHECK_MODULES(
-+  FREETYPE2,
-+  freetype2,
-+  [
-+  ft_found=yes
-+  CFLAGS="$CFLAGS $FREETYPE2_CFLAGS"
-+  LIBS="$LIBS $FREETYPE2_LIBS"
-+  ],
-+  ft_found=no
-+)
-+
- AC_ARG_WITH(freetype-prefix,[  --with-freetype-prefix=PFX   Prefix where 
FREETYPE is 
- installed (optional)],
- freetype_prefix="$withval", freetype_prefix="")
-@@ -101,6 +113,7 @@
- where FREETYPE is installed (optional)],
- freetype_exec_prefix="$withval", freetype_exec_prefix="")
- 
-+if test "x$ft_found" != "xyes" ; then
- if test x$freetype_exec_prefix != x ; then
-  freetype_args="$freetype_args --exec-prefix=$freetype_exec_prefix"
-  if test x${FREETYPE_CONFIG+set} != xset ; then
-@@ -123,6 +136,7 @@
- CFLAGS="$CFLAGS `$FREETYPE_CONFIG $freetypeconf_args --cflags`"
- LIBS="$LIBS `$FREETYPE_CONFIG $freetypeconf_args --libs`"
- fi
-+fi
- 
- dnl Check for SDL
- SDL_VERSION=1.2.4


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:16:01
  Author: anthraxx
Revision: 437956

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl2_ttf/repos/multilib-x86_64/PKGBUILD
(from rev 437955, lib32-sdl2_ttf/trunk/PKGBUILD)
Deleted:
  lib32-sdl2_ttf/repos/multilib-x86_64/PKGBUILD
  lib32-sdl2_ttf/repos/multilib-x86_64/freetype-pkgconfig.patch

--+
 PKGBUILD |   82 -
 freetype-pkgconfig.patch |   46 -
 2 files changed, 38 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 23:15:54 UTC (rev 437955)
+++ PKGBUILD2019-03-06 23:16:01 UTC (rev 437956)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: carstene1ns 
-
-pkgname=lib32-sdl2_ttf
-pkgver=2.0.14
-pkgrel=3
-pkgdesc='Library that allows you to use TrueType fonts in your SDL 
applications (Version 2) (32-bit)'
-url='https://www.libsdl.org/projects/SDL_ttf'
-arch=('x86_64')
-license=('MIT')
-depends=('lib32-sdl2' 'lib32-freetype2')
-source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz
-freetype-pkgconfig.patch)
-sha512sums=('4db817573fd216e26180f4c401cc869ce407589a461032fd7167dc612d35e038cca1ab67be7909b6b49c741581a68125ab46362ad8e3c0a2cdd39624ad847099'
-
'abb3fd400c5d44789b891bad53124ca135ea3125affb95621623ab22fc43f5fbfeb79c63a97648936faf4698180837f76ca57143ee401610106d08741610e937')
-
-prepare() {
-  cd SDL2_ttf-${pkgver}
-
-  # Fix build with FreeType 2.9.1
-  patch -Np1 -i ../freetype-pkgconfig.patch
-
-  touch NEWS README AUTHORS ChangeLog
-  autoreconf -vi
-}
-
-build() {
-  cd SDL2_ttf-${pkgver}
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  ./configure --disable-static --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd SDL2_ttf-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/usr/include"
-  install -Dm 644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-sdl2_ttf/repos/multilib-x86_64/PKGBUILD (from rev 437955, 
lib32-sdl2_ttf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 23:16:01 UTC (rev 437956)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: carstene1ns 
+
+pkgname=lib32-sdl2_ttf
+pkgver=2.0.15
+pkgrel=1
+pkgdesc='Library that allows you to use TrueType fonts in your SDL 
applications (Version 2) (32-bit)'
+url='https://www.libsdl.org/projects/SDL_ttf'
+arch=('x86_64')
+license=('MIT')
+depends=('lib32-sdl2' 'lib32-freetype2')
+source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz)
+sha512sums=('30d685932c3dd6f2c94e2778357a5c502f0421374293d7102a64d92f9c7861229bf36bedf51c1a698b296a58c858ca442d97afb908b7df1592fc8d4f8ae8ddfd')
+
+prepare() {
+  cd SDL2_ttf-${pkgver}
+  touch NEWS README AUTHORS ChangeLog
+  autoreconf -vi
+}
+
+build() {
+  cd SDL2_ttf-${pkgver}
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  ./configure --disable-static --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd SDL2_ttf-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/include"
+  install -Dm 644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: freetype-pkgconfig.patch
===
--- freetype-pkgconfig.patch2019-03-06 23:15:54 UTC (rev 437955)
+++ freetype-pkgconfig.patch2019-03-06 23:16:01 UTC (rev 437956)
@@ -1,46 +0,0 @@
-https://bugs.gentoo.org/654758
-
 SDL_ttf-2.0.11/configure.in
-+++ SDL_ttf-2.0.11/configure.in
-@@ -64,6 +64,7 @@
-   ;;
- esac
- 
-+PKG_PROG_PKG_CONFIG
- 
- dnl Check for iconv (character conversion library; see iconv.m4)
- dnl This isn't available on many systems
-@@ -94,6 +95,17 @@
- dnl
- dnl Get the cflags and libraries from the freetype-config script
- dnl
-+PKG_CHECK_MODULES(
-+  FREETYPE2,
-+  freetype2,
-+  [
-+  ft_found=yes
-+  CFLAGS="$CFLAGS $FREETYPE2_CFLAGS"
-+  LIBS="$LIBS $FREETYPE2_LIBS"
-+  ],
-+  ft_found=no
-+)
-+
- AC_ARG_WITH(freetype-prefix,[  --with-freetype-prefix=PFX   Prefix where 
FREETYPE is 
- installed (optional)],
- freetype_prefix="$withval", freetype_prefix="")
-@@ -101,6 +113,7 @@
- where FREETYPE is installed (optional)],
- freetype_exec_prefix="$withval", freetype_exec_prefix="")
- 
-+if test "x$ft_found" != "xyes" ; then
- if test x$freetype_exec_prefix != x ; then
-  freetype_args="$freetype_args --exec-prefix=$freetype_exec_prefix"
-  if test x${FREETYPE_CONFIG+set} != xset ; then

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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:15:34
  Author: anthraxx
Revision: 347184

archrelease: copy trunk to extra-x86_64

Added:
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 347183, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 347183, thunderbird/trunk/thunderbird.desktop)
Deleted:
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/thunderbird.desktop

-+
 PKGBUILD|  303 +--
 thunderbird.desktop |  346 +-
 2 files changed, 325 insertions(+), 324 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 23:15:29 UTC (rev 347183)
+++ PKGBUILD2019-03-06 23:15:34 UTC (rev 347184)
@@ -1,151 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Baldeck 
-# Contributor: Dale Blount 
-# Contributor: Anders Bostrom 
-
-pkgname=thunderbird
-pkgver=60.5.1
-pkgrel=2
-pkgdesc='Standalone mail and news reader from mozilla.org'
-url='https://www.mozilla.org/thunderbird/'
-arch=(x86_64)
-license=(MPL GPL LGPL)
-depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib
- nss hunspell sqlite ttf-font icu)
-makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
- autoconf2.13 rust clang llvm)
-optdepends=('libcanberra: sound support')
-options=(!emptydirs !makeflags)
-source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
-$pkgname.desktop)
-sha256sums=('69a3f741b7378b50a3b6a3b59f6c4fedd2d82d469ab234390627e15da1b58e03'
-'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  echo -n "$_google_api_key" >google-api-key
-  echo -n "$_mozilla_api_key" >mozilla-api-key
-
-  cat >.mozconfig google-api-key
+  echo -n "$_mozilla_api_key" >mozilla-api-key
+
+  cat >.mozconfig 

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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:15:29
  Author: anthraxx
Revision: 347183

upgpkg: thunderbird 60.5.2-1

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 23:14:57 UTC (rev 347182)
+++ PKGBUILD2019-03-06 23:15:29 UTC (rev 347183)
@@ -6,14 +6,14 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=60.5.1
-pkgrel=2
+pkgver=60.5.2
+pkgrel=1
 pkgdesc='Standalone mail and news reader from mozilla.org'
 url='https://www.mozilla.org/thunderbird/'
 arch=(x86_64)
 license=(MPL GPL LGPL)
 depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types 
dbus-glib alsa-lib
- nss hunspell sqlite ttf-font icu)
+ nss hunspell sqlite ttf-font icu)  # libvpx
 makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse 
inetutils xorg-server-xvfb
  autoconf2.13 rust clang llvm)
 optdepends=('libcanberra: sound support')
@@ -20,7 +20,7 @@
 options=(!emptydirs !makeflags)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz
 $pkgname.desktop)
-sha256sums=('69a3f741b7378b50a3b6a3b59f6c4fedd2d82d469ab234390627e15da1b58e03'
+sha256sums=('4b5260c069c018c966bd00d5e05a8f2fa3a639bc20614910e46b7e9af89545af'
 'e44c55501f650a4e80b9c353b81f33e07ca65808db831eff6ca616aded233827')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -66,6 +66,7 @@
 ac_add_options --with-system-bz2
 ac_add_options --with-system-icu
 ac_add_options --with-system-jpeg
+# ac_add_options --with-system-libvpx
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
 ac_add_options --enable-system-hunspell


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:14:57
  Author: anthraxx
Revision: 347182

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 347181, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  306 ++---
 1 file changed, 153 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 23:14:51 UTC (rev 347181)
+++ PKGBUILD2019-03-06 23:14:57 UTC (rev 347182)
@@ -1,153 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=60.5.1
-pkgrel=1
-pkgdesc='Language pack for Thunderbird'
-url='https://www.mozilla.org/thunderbird'
-arch=('any')
-license=('MPL' 'GPL')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'br "Breton"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-ES  "Spanish (Spain)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Thunderbird"
-  depends=("thunderbird>=$pkgver")
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
-}
-
-sha256sums=('48a9486f2a8d9cf752a70a40415f945cbc98c399271610b31ffcc611a484b822'
-'79fe80b9f3ae69b9be3544b995b3dad0bb4a5d3cc61a6746b0842f2832d76e67'
-'e769773144ee1b307d1a470e41b7cd316a183d4693b5133c4dcb16bcb14e159c'
-'d2c2f3d581e3933ff031046c2e53dab634fdbacd1c97dbb6ad0cb46f6632d3a9'
-'5905973fc8a9b7ee7b62eeddb4713541f7d2de3c1c0a6df6dac17af2be25e77e'
-'f358dea9a8b3130d435d7368841ec1b86e2e5886c45585f0c092c5457a2eeed8'
-'c213b4776ff91b5bfeecb4eb6d4b9196f1bde6730de4d41cda18ae21fe8e7753'
-'474ae008a29e915a6ad616b2df903d8de7d22c10a454c3c274c594f770552508'
-'407eec30bf0517aa3367297bcffa83343242c4cfd4008a13db0a33436d2e1f6c'
-'04f30e489da7b3b0f597cad5643da66b416854101e038b1ea0406b54aafe2e85'
-'b1fc40715e4afad34fe9af1cee47915826e81462b7404c63ae12dbee5b43e640'
-'c7ea945ac0d7ee85704e99e8341df1660eebda07264828827fdb227fb56dd1d8'
-'7ba2c508a7950fd288fa33e6844ea683da3c742679958c36f2df162ea041430b'
-'4e2e8e91cb2378914b4b2261c3115f0796eb9b8e76c6afbc06f682d99fd80ca0'
-'8a4744a1fd5904cf4604112f0fd954fedfb8115da7de5a74717574be50edc40f'
-'447bab400fb9608acfd40af97ea10f39c17ce3f00bf76dd17234c1a0a5df3603'
-'dd5107728763963f5f45ef947f1d2688fd14db26f1130a5b3c25ff5542777834'
-'87a4eec31c303aba7cf8bcfbcdb0e56df96114559d7838d1a42affb5c05c7169'
-'ff0e70b4db354b37c4e566d5f61bfc5cdd66c9213ad1a81997fd1033af93e4f5'
-'ddf27da78bbc2770d542c177870b18452e640d810d66a74b48ce8965bbe3acc4'
-'afe0fe699bd7c269a12322429b73c2385bd19f640febe6689c4cacba0f1df6da'
-'118049e259753a1e4e20abb5570822e00e23301512dc357dbad4509a0ece7467'
-'fc827de7a9e15c7b1558c4fdfdc462969a22e65cbd0fa74836e38ce4f0f761a6'
-'4b49991186cd7b14bf3ea79180d53864d25f47637e0aef626be4418792ef1dc9'
-

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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:14:51
  Author: anthraxx
Revision: 347181

upgpkg: thunderbird-i18n 60.5.2-1

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 23:03:43 UTC (rev 347180)
+++ PKGBUILD2019-03-06 23:14:51 UTC (rev 347181)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=60.5.1
+pkgver=60.5.2
 pkgrel=1
 pkgdesc='Language pack for Thunderbird'
 url='https://www.mozilla.org/thunderbird'
@@ -94,60 +94,60 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-sha256sums=('48a9486f2a8d9cf752a70a40415f945cbc98c399271610b31ffcc611a484b822'
-'79fe80b9f3ae69b9be3544b995b3dad0bb4a5d3cc61a6746b0842f2832d76e67'
-'e769773144ee1b307d1a470e41b7cd316a183d4693b5133c4dcb16bcb14e159c'
-'d2c2f3d581e3933ff031046c2e53dab634fdbacd1c97dbb6ad0cb46f6632d3a9'
-'5905973fc8a9b7ee7b62eeddb4713541f7d2de3c1c0a6df6dac17af2be25e77e'
-'f358dea9a8b3130d435d7368841ec1b86e2e5886c45585f0c092c5457a2eeed8'
-'c213b4776ff91b5bfeecb4eb6d4b9196f1bde6730de4d41cda18ae21fe8e7753'
-'474ae008a29e915a6ad616b2df903d8de7d22c10a454c3c274c594f770552508'
-'407eec30bf0517aa3367297bcffa83343242c4cfd4008a13db0a33436d2e1f6c'
-'04f30e489da7b3b0f597cad5643da66b416854101e038b1ea0406b54aafe2e85'
-'b1fc40715e4afad34fe9af1cee47915826e81462b7404c63ae12dbee5b43e640'
-'c7ea945ac0d7ee85704e99e8341df1660eebda07264828827fdb227fb56dd1d8'
-'7ba2c508a7950fd288fa33e6844ea683da3c742679958c36f2df162ea041430b'
-'4e2e8e91cb2378914b4b2261c3115f0796eb9b8e76c6afbc06f682d99fd80ca0'
-'8a4744a1fd5904cf4604112f0fd954fedfb8115da7de5a74717574be50edc40f'
-'447bab400fb9608acfd40af97ea10f39c17ce3f00bf76dd17234c1a0a5df3603'
-'dd5107728763963f5f45ef947f1d2688fd14db26f1130a5b3c25ff5542777834'
-'87a4eec31c303aba7cf8bcfbcdb0e56df96114559d7838d1a42affb5c05c7169'
-'ff0e70b4db354b37c4e566d5f61bfc5cdd66c9213ad1a81997fd1033af93e4f5'
-'ddf27da78bbc2770d542c177870b18452e640d810d66a74b48ce8965bbe3acc4'
-'afe0fe699bd7c269a12322429b73c2385bd19f640febe6689c4cacba0f1df6da'
-'118049e259753a1e4e20abb5570822e00e23301512dc357dbad4509a0ece7467'
-'fc827de7a9e15c7b1558c4fdfdc462969a22e65cbd0fa74836e38ce4f0f761a6'
-'4b49991186cd7b14bf3ea79180d53864d25f47637e0aef626be4418792ef1dc9'
-'24b44537ae355304f162d2759a7cb538d7ba685e5ec18fa07c3ed6733766f2ef'
-'179caa7e0f5815d17ba720833e9d2064e84dbf7be41831421d5b3555bea700d0'
-'06de85242b20a5512cbace871d7fec081d0f1193ddbaff057c94bc6c49a324d6'
-'675005041e067f5674f3db5b8fe91df621b43df432ce783f0acbfa96ea5ee89d'
-'64891576a55b26890a8c7f53576f90e94e28dd016fe08f6d58ad39397959b9ed'
-'576828494f607915fee9ae3594b2c01604bd13f507c3089bff900daa99a4aaf0'
-'70bda724d95677b895da841ed8f906e45f3b0cefed7aa0ffbfd3fded4e795b00'
-'2b20a1a613088994fc8e6e54416471bca7d1ff50acea91bff2929b4c19e9a930'
-'c280005ade853a070e94a4a011a27dc8e1f8bee224296092b0d08b4e1e02f9e2'
-'3a72e20cacb168cb408edd6268bdb3b03cc46a02ca9bb4684a5d1750c8f7d284'
-'a0dbdd8af474b72fcbdbd2b4e5e5d0c86e5ca76acc1f10c8f2de70c2c3fa21a0'
-'8b90d33d6a270cfc36e646401625be1e9b3423c11a215ac79d9ec8de2fbe80e7'
-'c503676ed6ef3bc1e9a62eb1de8a3d22703317df2ac8b6efbdd8afa6528a210e'
-'6c6faf6c90d36d0eaeb062b21c4f5ab6a6a917cc359986bafda6ef45b50699fe'
-'ba550898b6d0fa4eb15560186825a9bb47ada5106a0588477b9c5e6f7c5547b3'
-'a94b1a6596588b27cb1bd86c64c02e12241d5dea4ade5f60c277bf0d3e50d27c'
-'55a4342b37692cf9ee5ae0852180e0cbdd5d8193e10c3a47743293d84928cfb2'
-'90d0e971b0570e06ef6c46fdd0030ffb4f24eeb3e8c3ab59ffccc3758e206549'
-'2e34027286e0e752fad4029a8db7ff152d4fe1205c6124c785ea2d15d9f2cb37'
-'4c7f96e2179f79bb9bea6aa006f02db96ec06ed0fa1679093f9916733728210c'
-'92290a50a89931f20b7a42a7a82115b6031d3ab6427a9de9348bc51572f08053'
-'8d613384ffc8a38d492bad5122f3b7ca17f39f061f5dfb55f878877b85287eae'
-'c8bc3624c77fd89d46ea9af56e2afd0e3815ba51dfe20f5279b1f9c4b52875af'
-'3e17bc58bc4e63e9a7130b4a7fb5c217dc12f2a42da5aef5ace7a2127b418fa1'
-'3f4b819a9f00c9fe464e1b5490c53feb9ec6262db186d7fb07ed2db1e75a5b68'
-'ab6920d5215c990960123fcb3edfcc53c5aaed4db0a4b8ca03a28a8e15779f67'
-'d4da46b8ca926ccddc483909af3c1b88bc3793a10dbf2ca76e23b162ddec108f'
-'0eabdd8b7a717dcb9b30322477d0603d6c026c836619aa10c3e458e926d1a86a'
-

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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:10:57
  Author: anthraxx
Revision: 437953

upgpkg: vicious 2.3.2-1

Modified:
  vicious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 23:09:54 UTC (rev 437952)
+++ PKGBUILD2019-03-06 23:10:57 UTC (rev 437953)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=vicious
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc='Widgets for the Awesome window manager'
 url='https://github.com/Mic92/vicious'
@@ -15,9 +15,9 @@
   'wireless_tools: for the Wireless widget type'
   'curl: for widget types accessing network resources'
 )
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Mic92/vicious/archive/v${pkgver}.tar.gz)
-sha256sums=('101e8ec6a71f7c8da7c653f4fa0f276db20227e2ad98b2d31702ce6735607d95')
-sha512sums=('9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9')
+source=(https://github.com/Mic92/vicious/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('696d5d114bbda7864662447b5abcadc4112890975937365282bfe0749e1bd673')
+sha512sums=('6977df7fee3ff1754459edc5be70b6f23590f69a0e46aaeec70aefcac3e4db48bdc89880557555a542584681ac2ab4982c7abd6f0b40f0ccd66d9925ff129755')
 
 package() {
   cd ${pkgname}-$pkgver


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:11:03
  Author: anthraxx
Revision: 437954

archrelease: copy trunk to community-any

Added:
  vicious/repos/community-any/PKGBUILD
(from rev 437953, vicious/trunk/PKGBUILD)
Deleted:
  vicious/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 23:10:57 UTC (rev 437953)
+++ PKGBUILD2019-03-06 23:11:03 UTC (rev 437954)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sébastien Luttringer
-
-pkgname=vicious
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Widgets for the Awesome window manager'
-url='https://github.com/Mic92/vicious'
-arch=('any')
-license=('GPL2')
-depends=('lua')
-optdepends=(
-  'hddtemp: for the HDD Temp widget type'
-  'alsa-utils: for the Volume widget type'
-  'wireless_tools: for the Wireless widget type'
-  'curl: for widget types accessing network resources'
-)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Mic92/vicious/archive/v${pkgver}.tar.gz)
-sha256sums=('101e8ec6a71f7c8da7c653f4fa0f276db20227e2ad98b2d31702ce6735607d95')
-sha512sums=('9e89d36d708a7ccdff206451dfb98db8455a16f9d2254167a446af91fadc2103a5274442f38ddf1eb919da23480b6790639cdbbde4a08bffc1cf9221622064c9')
-
-package() {
-  cd ${pkgname}-$pkgver
-  install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}"
-  install -Dm 644 widgets/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/widgets"
-  install -Dm 644 contrib/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/contrib"
-  install -Dm 644 README.md Changes.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vicious/repos/community-any/PKGBUILD (from rev 437953, 
vicious/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 23:11:03 UTC (rev 437954)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sébastien Luttringer
+
+pkgname=vicious
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='Widgets for the Awesome window manager'
+url='https://github.com/Mic92/vicious'
+arch=('any')
+license=('GPL2')
+depends=('lua')
+optdepends=(
+  'hddtemp: for the HDD Temp widget type'
+  'alsa-utils: for the Volume widget type'
+  'wireless_tools: for the Wireless widget type'
+  'curl: for widget types accessing network resources'
+)
+source=(https://github.com/Mic92/vicious/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('696d5d114bbda7864662447b5abcadc4112890975937365282bfe0749e1bd673')
+sha512sums=('6977df7fee3ff1754459edc5be70b6f23590f69a0e46aaeec70aefcac3e4db48bdc89880557555a542584681ac2ab4982c7abd6f0b40f0ccd66d9925ff129755')
+
+package() {
+  cd ${pkgname}-$pkgver
+  install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}"
+  install -Dm 644 widgets/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/widgets"
+  install -Dm 644 contrib/*.lua -t 
"${pkgdir}/usr/share/lua/5.3/${pkgname}/contrib"
+  install -Dm 644 README.md Changes.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (7 files)

2019-03-06 Thread Balló György via arch-commits
Date: Wednesday, March 6, 2019 @ 23:09:54
  Author: bgyorgy
Revision: 437952

Use https in the url field

Modified:
  devede/trunk/PKGBUILD
  glabels/trunk/PKGBUILD
  gpxsee/trunk/PKGBUILD
  gtk-sharp-3/trunk/PKGBUILD
  navit/trunk/PKGBUILD
  openbve/trunk/PKGBUILD
  uget/trunk/PKGBUILD

+
 devede/trunk/PKGBUILD  |2 +-
 glabels/trunk/PKGBUILD |2 +-
 gpxsee/trunk/PKGBUILD  |2 +-
 gtk-sharp-3/trunk/PKGBUILD |2 +-
 navit/trunk/PKGBUILD   |2 +-
 openbve/trunk/PKGBUILD |2 +-
 uget/trunk/PKGBUILD|2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

Modified: devede/trunk/PKGBUILD
===
--- devede/trunk/PKGBUILD   2019-03-06 23:08:30 UTC (rev 437951)
+++ devede/trunk/PKGBUILD   2019-03-06 23:09:54 UTC (rev 437952)
@@ -10,7 +10,7 @@
 pkgrel=3
 pkgdesc='Program to create VideoDVDs and CDs'
 arch=('any')
-url="http://www.rastersoft.com/programas/devede.html;
+url="https://rastersoft.com/programas/devede.html;
 license=('GPL3')
 depends=('gtk3' 'python-cairo' 'python-gobject' 'python-setuptools' 'ffmpeg' 
'cdrtools' 'dvdauthor' 'vcdimager')
 makedepends=(git)

Modified: glabels/trunk/PKGBUILD
===
--- glabels/trunk/PKGBUILD  2019-03-06 23:08:30 UTC (rev 437951)
+++ glabels/trunk/PKGBUILD  2019-03-06 23:09:54 UTC (rev 437952)
@@ -7,7 +7,7 @@
 pkgrel=2
 pkgdesc="Creating labels and business cards the very easy way"
 arch=('x86_64')
-url="http://glabels.org/;
+url="https://glabels.org/;
 license=('GPL' 'LGPL')
 depends=('evolution-data-server' 'iec16022' 'qrencode' 'zint')
 makedepends=('intltool' 'itstool' 'python')

Modified: gpxsee/trunk/PKGBUILD
===
--- gpxsee/trunk/PKGBUILD   2019-03-06 23:08:30 UTC (rev 437951)
+++ gpxsee/trunk/PKGBUILD   2019-03-06 23:09:54 UTC (rev 437952)
@@ -9,7 +9,7 @@
 pkgrel=1
 pkgdesc='GPS log file viewer and analyzer'
 arch=(x86_64)
-url='http://www.gpxsee.org/'
+url='https://www.gpxsee.org/'
 license=(GPL3)
 depends=(desktop-file-utils hicolor-icon-theme qt5-imageformats)
 makedepends=(qt5-tools)

Modified: gtk-sharp-3/trunk/PKGBUILD
===
--- gtk-sharp-3/trunk/PKGBUILD  2019-03-06 23:08:30 UTC (rev 437951)
+++ gtk-sharp-3/trunk/PKGBUILD  2019-03-06 23:09:54 UTC (rev 437952)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc="C# bindings for GTK+ 3"
 arch=('x86_64')
-url="http://mono-project.com/GtkSharp;
+url="https://www.mono-project.com/docs/gui/gtksharp/;
 license=('LGPL')
 depends=('mono' 'gtk3')
 
source=(https://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)

Modified: navit/trunk/PKGBUILD
===
--- navit/trunk/PKGBUILD2019-03-06 23:08:30 UTC (rev 437951)
+++ navit/trunk/PKGBUILD2019-03-06 23:09:54 UTC (rev 437952)
@@ -9,7 +9,7 @@
 pkgrel=3
 pkgdesc="Modular turn-by-turn car navigation system"
 arch=('x86_64')
-url="http://www.navit-project.org/;
+url="https://www.navit-project.org/;
 license=('GPL')
 depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image')
 makedepends=('cmake' 'libxslt')

Modified: openbve/trunk/PKGBUILD
===
--- openbve/trunk/PKGBUILD  2019-03-06 23:08:30 UTC (rev 437951)
+++ openbve/trunk/PKGBUILD  2019-03-06 23:09:54 UTC (rev 437952)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
 arch=('any')
-url="http://openbve-project.net/;
+url="https://openbve-project.net/;
 license=('MIT' 'custom:public domain')
 depends=('hicolor-icon-theme' 'libxi' 'mono' 'openal')
 
source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz

Modified: uget/trunk/PKGBUILD
===
--- uget/trunk/PKGBUILD 2019-03-06 23:08:30 UTC (rev 437951)
+++ uget/trunk/PKGBUILD 2019-03-06 23:09:54 UTC (rev 437952)
@@ -5,7 +5,7 @@
 pkgrel=2
 pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
 arch=('x86_64')
-url="http://ugetdm.com/;
+url="https://ugetdm.com/;
 license=('LGPL')
 depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
 makedepends=('intltool')


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:08:24
  Author: anthraxx
Revision: 437950

upgpkg: tcpreplay 4.3.1-1

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 23:07:30 UTC (rev 437949)
+++ PKGBUILD2019-03-06 23:08:24 UTC (rev 437950)
@@ -4,8 +4,8 @@
 # Contributor: Dawid Wrobel 
 
 pkgname=tcpreplay
-pkgver=4.2.6
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
 pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
 url='http://tcpreplay.appneta.com'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
 
source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('a46846b29e3cd7fbc635faee9c4be90db0d346c0d0f291ac8e007e1fbf614289094e14480c1c5b40feb5a175d3cbad018e2dd4d1a5762b7d31a4325af6102e7e'
+sha512sums=('e174026f5720154db375be58d10d07650b849b44a8587fee9709d9a12bc67d671325167e675bb58e2b3bf8c4b91ed65cc32cc422b661ba53fcb0f71438cfdcd3'
 'SKIP')
 validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

 


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:08:30
  Author: anthraxx
Revision: 437951

archrelease: copy trunk to community-x86_64

Added:
  tcpreplay/repos/community-x86_64/PKGBUILD
(from rev 437950, tcpreplay/trunk/PKGBUILD)
Deleted:
  tcpreplay/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 23:08:24 UTC (rev 437950)
+++ PKGBUILD2019-03-06 23:08:30 UTC (rev 437951)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: Sébastien Duquette 
-# Contributor: Dawid Wrobel 
-
-pkgname=tcpreplay
-pkgver=4.2.6
-pkgrel=2
-pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
-url='http://tcpreplay.appneta.com'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet' 'autogen')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('a46846b29e3cd7fbc635faee9c4be90db0d346c0d0f291ac8e007e1fbf614289094e14480c1c5b40feb5a175d3cbad018e2dd4d1a5762b7d31a4325af6102e7e'
-'SKIP')
-validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-local-libopts \
---enable-dynamic-link \
---enable-shared \
---with-libdnet \
---with-tcpdump=/usr/bin/tcpdump \
-ac_cv_header_net_bpf_h=n
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -j1 -C test tcpprep
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tcpreplay/repos/community-x86_64/PKGBUILD (from rev 437950, 
tcpreplay/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 23:08:30 UTC (rev 437951)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Sébastien Duquette 
+# Contributor: Dawid Wrobel 
+
+pkgname=tcpreplay
+pkgver=4.3.1
+pkgrel=1
+pkgdesc='Gives the ability to replay previously captured traffic in a libpcap 
format'
+url='http://tcpreplay.appneta.com'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet' 'autogen')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')
+source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('e174026f5720154db375be58d10d07650b849b44a8587fee9709d9a12bc67d671325167e675bb58e2b3bf8c4b91ed65cc32cc422b661ba53fcb0f71438cfdcd3'
+'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E') # Fred Klassen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-local-libopts \
+--enable-dynamic-link \
+--enable-shared \
+--with-libdnet \
+--with-tcpdump=/usr/bin/tcpdump \
+ac_cv_header_net_bpf_h=n
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -j1 -C test tcpprep
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:07:24
  Author: anthraxx
Revision: 437948

upgpkg: profanity 1:0.6.0-1

Modified:
  profanity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 23:03:37 UTC (rev 437947)
+++ PKGBUILD2019-03-06 23:07:24 UTC (rev 437948)
@@ -4,8 +4,8 @@
 
 pkgbase=profanity
 pkgname=('profanity' 'profanity-gtk')
-pkgver=0.5.1
-pkgrel=3
+pkgver=0.6.0
+pkgrel=1
 epoch=1
 pkgdesc='Console based XMPP client'
 url='http://www.profanity.im'
@@ -13,8 +13,9 @@
 license=('GPL3')
 makedepends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 
'gpgme' 'python' 'gtk2')
 checkdepends=('cmocka')
-source=(${pkgname}-${pkgver}.tar.gz::http://www.profanity.im/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('fcafa7e1dcf0948d7fa30ba33665e1ec0e8bb9e0246df2d1cf3fe5d7f2bd25b07fa2cb0fd383ee23fc720850ff295159537567f175c21f1c93f50da0099e209d')
+source=(http://www.profanity.im/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('9ed7dffb7b99dfff6010032602f3b08839b12c94')
+sha512sums=('c7d8e74b764276f59fccfa029d45271032db315cdbf6e00deccbd611f202983a0930fed99021202333047acee9f3f0d7779cd9bb3628d2e5c4757e3de8c3629e')
 
 prepare() {
   cp -a ${pkgname}-${pkgver}{,-gtk}


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:07:30
  Author: anthraxx
Revision: 437949

archrelease: copy trunk to community-x86_64

Added:
  profanity/repos/community-x86_64/PKGBUILD
(from rev 437948, profanity/trunk/PKGBUILD)
Deleted:
  profanity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 23:07:24 UTC (rev 437948)
+++ PKGBUILD2019-03-06 23:07:30 UTC (rev 437949)
@@ -1,67 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: jason ryan 
-
-pkgbase=profanity
-pkgname=('profanity' 'profanity-gtk')
-pkgver=0.5.1
-pkgrel=3
-epoch=1
-pkgdesc='Console based XMPP client'
-url='http://www.profanity.im'
-arch=('x86_64')
-license=('GPL3')
-makedepends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 
'gpgme' 'python' 'gtk2')
-checkdepends=('cmocka')
-source=(${pkgname}-${pkgver}.tar.gz::http://www.profanity.im/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('fcafa7e1dcf0948d7fa30ba33665e1ec0e8bb9e0246df2d1cf3fe5d7f2bd25b07fa2cb0fd383ee23fc720850ff295159537567f175c21f1c93f50da0099e209d')
-
-prepare() {
-  cp -a ${pkgname}-${pkgver}{,-gtk}
-}
-
-build() {
-  msg "Building non-gtk variant..."
-  (cd ${pkgname}-${pkgver}
-./configure \
-  --prefix=/usr \
-  --disable-icons \
-  --enable-notifications \
-  --enable-python-plugins \
-  --enable-c-plugins \
-  --enable-plugins \
-  --enable-otr \
-  --enable-pgp
-make
-  )
-  msg "Building gtk variant..."
-  (cd ${pkgname}-${pkgver}-gtk
-./configure \
-  --prefix=/usr \
-  --enable-icons \
-  --enable-notifications \
-  --enable-python-plugins \
-  --enable-c-plugins \
-  --enable-plugins \
-  --enable-otr \
-  --enable-pgp
-make
-  )
-}
-
-package_profanity() {
-  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 
'gpgme' 'python')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-package_profanity-gtk() {
-  pkgdesc='Console based XMPP client (gtk support)'
-  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 
'gpgme' 'python' 'gtk2')
-  provides=('profanity')
-  conflicts=('profanity')
-  cd ${pkgbase}-${pkgver}-gtk
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: profanity/repos/community-x86_64/PKGBUILD (from rev 437948, 
profanity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 23:07:30 UTC (rev 437949)
@@ -0,0 +1,68 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: jason ryan 
+
+pkgbase=profanity
+pkgname=('profanity' 'profanity-gtk')
+pkgver=0.6.0
+pkgrel=1
+epoch=1
+pkgdesc='Console based XMPP client'
+url='http://www.profanity.im'
+arch=('x86_64')
+license=('GPL3')
+makedepends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 
'gpgme' 'python' 'gtk2')
+checkdepends=('cmocka')
+source=(http://www.profanity.im/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('9ed7dffb7b99dfff6010032602f3b08839b12c94')
+sha512sums=('c7d8e74b764276f59fccfa029d45271032db315cdbf6e00deccbd611f202983a0930fed99021202333047acee9f3f0d7779cd9bb3628d2e5c4757e3de8c3629e')
+
+prepare() {
+  cp -a ${pkgname}-${pkgver}{,-gtk}
+}
+
+build() {
+  msg "Building non-gtk variant..."
+  (cd ${pkgname}-${pkgver}
+./configure \
+  --prefix=/usr \
+  --disable-icons \
+  --enable-notifications \
+  --enable-python-plugins \
+  --enable-c-plugins \
+  --enable-plugins \
+  --enable-otr \
+  --enable-pgp
+make
+  )
+  msg "Building gtk variant..."
+  (cd ${pkgname}-${pkgver}-gtk
+./configure \
+  --prefix=/usr \
+  --enable-icons \
+  --enable-notifications \
+  --enable-python-plugins \
+  --enable-c-plugins \
+  --enable-plugins \
+  --enable-otr \
+  --enable-pgp
+make
+  )
+}
+
+package_profanity() {
+  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 
'gpgme' 'python')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+package_profanity-gtk() {
+  pkgdesc='Console based XMPP client (gtk support)'
+  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 
'gpgme' 'python' 'gtk2')
+  provides=('profanity')
+  conflicts=('profanity')
+  cd ${pkgbase}-${pkgver}-gtk
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:03:37
  Author: anthraxx
Revision: 437947

archrelease: copy trunk to community-any

Added:
  jadx/repos/community-any/PKGBUILD
(from rev 437946, jadx/trunk/PKGBUILD)
Deleted:
  jadx/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 23:03:32 UTC (rev 437946)
+++ PKGBUILD2019-03-06 23:03:37 UTC (rev 437947)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Nicolas Hureau 
-
-pkgname=jadx
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Command line and GUI tools to produce Java source code from Android 
Dex and APK files'
-url='https://github.com/skylot/jadx'
-arch=('any')
-license=('Apache')
-depends=('java-runtime=8' 'bash' 'fontconfig' 'xorg-font-utils')
-makedepends=('java-environment=8' 'gradle')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/skylot/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('bea4937c9e2912378d70922bc13e19e493ba8a5423332afa0c731bae9c307f5ec3c442227aed2d3ebba23b626ea460edd1fdc11cf74a2ba52b8e9d6e4e5b979b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  gradle dist
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  gradle test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build/jadx
-
-  install -Dm 755 bin/{jadx,jadx-gui} -t 
"${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -Dm 644 lib/* -t "${pkgdir}/usr/share/java/${pkgname}/lib"
-
-  install -d "${pkgdir}/usr/bin"
-  ln -s /usr/share/java/${pkgname}/bin/jadx "${pkgdir}/usr/bin/jadx"
-  ln -s /usr/share/java/${pkgname}/bin/jadx-gui "${pkgdir}/usr/bin/jadx-gui"
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 NOTICE README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: jadx/repos/community-any/PKGBUILD (from rev 437946, jadx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 23:03:37 UTC (rev 437947)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor: Nicolas Hureau 
+
+pkgname=jadx
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Command line and GUI tools to produce Java source code from Android 
Dex and APK files'
+url='https://github.com/skylot/jadx'
+arch=('any')
+license=('Apache')
+depends=('java-runtime=8' 'bash' 'fontconfig' 'xorg-font-utils')
+makedepends=('java-environment=8' 'gradle')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/skylot/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('5106e89757cfe8b791d3092d6463368db5bb551cddbfd784cb64da35ce41011f')
+sha512sums=('adf95d90b619625917e72152229900435588c5d28b4814e4107a4aa35e9fa8efa0636c5385ab772cf3671aa29746aff9ab190f47d7007e49ddf21c3120bdce40')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gradle dist
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  gradle test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build/jadx
+
+  install -Dm 755 bin/{jadx,jadx-gui} -t 
"${pkgdir}/usr/share/java/${pkgname}/bin"
+  install -Dm 644 lib/* -t "${pkgdir}/usr/share/java/${pkgname}/lib"
+
+  install -d "${pkgdir}/usr/bin"
+  ln -s /usr/share/java/${pkgname}/bin/jadx "${pkgdir}/usr/bin/jadx"
+  ln -s /usr/share/java/${pkgname}/bin/jadx-gui "${pkgdir}/usr/bin/jadx-gui"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 NOTICE README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:03:43
  Author: anthraxx
Revision: 347180

archrelease: copy trunk to extra-x86_64

Added:
  fping/repos/extra-x86_64/PKGBUILD
(from rev 347179, fping/trunk/PKGBUILD)
  fping/repos/extra-x86_64/fping.install
(from rev 347179, fping/trunk/fping.install)
Deleted:
  fping/repos/extra-x86_64/PKGBUILD
  fping/repos/extra-x86_64/fping.install

---+
 PKGBUILD  |   73 +++-
 fping.install |   18 ++---
 2 files changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 23:03:35 UTC (rev 347179)
+++ PKGBUILD2019-03-06 23:03:43 UTC (rev 347180)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=fping
-pkgver=4.1
-pkgrel=1
-pkgdesc='Utility to ping multiple hosts at once'
-url='http://www.fping.org/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-install=${pkgname}.install
-source=(https://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('cd31ea336985f8d727b0db3c70213b827f0282b0c382694e10c72a89c425f2f7383d07f8f2febdc23aa246ebbf65ac9751b2404be405088963a682945edc80ba'
-'SKIP')
-validpgpkeys=(
-  "8D1E89B8FBA920A5A609F2615A11A22BC5A1F734" # David Schweikert 

-)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: fping/repos/extra-x86_64/PKGBUILD (from rev 347179, 
fping/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 23:03:43 UTC (rev 347180)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=fping
+pkgver=4.2
+pkgrel=1
+pkgdesc='Utility to ping multiple hosts at once'
+url='https://www.fping.org/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+install=${pkgname}.install
+source=(https://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('2bab34dae539d942eb5e436802e6f74d57c04aa4b782f9adbd6c27830209fdb47707131f20ed966012bcec3d253c9bb3df9033a60b55bfe560af6bb1f572ee8a'
+'SKIP')
+validpgpkeys=('8D1E89B8FBA920A5A609F2615A11A22BC5A1F734') # David Schweikert 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--mandir=/usr/share/man \
+--enable-ipv4 \
+--enable-ipv6
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: fping.install
===
--- fping.install   2019-03-06 23:03:35 UTC (rev 347179)
+++ fping.install   2019-03-06 23:03:43 UTC (rev 347180)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap cap_net_raw=ep usr/bin/fping  2>/dev/null || chmod +s usr/bin/fping
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fping/repos/extra-x86_64/fping.install (from rev 347179, 
fping/trunk/fping.install)
===
--- fping.install   (rev 0)
+++ fping.install   2019-03-06 23:03:43 UTC (rev 347180)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap cap_net_raw=ep usr/bin/fping  2>/dev/null || chmod +s usr/bin/fping
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:03:32
  Author: anthraxx
Revision: 437946

upgpkg: jadx 0.9.0-1

Modified:
  jadx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 22:59:06 UTC (rev 437945)
+++ PKGBUILD2019-03-06 23:03:32 UTC (rev 437946)
@@ -2,7 +2,7 @@
 # Contributor: Nicolas Hureau 
 
 pkgname=jadx
-pkgver=0.8.0
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='Command line and GUI tools to produce Java source code from Android 
Dex and APK files'
 url='https://github.com/skylot/jadx'
@@ -11,7 +11,8 @@
 depends=('java-runtime=8' 'bash' 'fontconfig' 'xorg-font-utils')
 makedepends=('java-environment=8' 'gradle')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/skylot/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('bea4937c9e2912378d70922bc13e19e493ba8a5423332afa0c731bae9c307f5ec3c442227aed2d3ebba23b626ea460edd1fdc11cf74a2ba52b8e9d6e4e5b979b')
+sha256sums=('5106e89757cfe8b791d3092d6463368db5bb551cddbfd784cb64da35ce41011f')
+sha512sums=('adf95d90b619625917e72152229900435588c5d28b4814e4107a4aa35e9fa8efa0636c5385ab772cf3671aa29746aff9ab190f47d7007e49ddf21c3120bdce40')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 23:03:35
  Author: anthraxx
Revision: 347179

upgpkg: fping 4.2-1

Modified:
  fping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 22:17:20 UTC (rev 347178)
+++ PKGBUILD2019-03-06 23:03:35 UTC (rev 347179)
@@ -3,28 +3,27 @@
 # Contributor: Tom Newsom 
 
 pkgname=fping
-pkgver=4.1
+pkgver=4.2
 pkgrel=1
 pkgdesc='Utility to ping multiple hosts at once'
-url='http://www.fping.org/'
+url='https://www.fping.org/'
 arch=('x86_64')
 license=('custom')
 depends=('glibc')
 install=${pkgname}.install
 source=(https://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('cd31ea336985f8d727b0db3c70213b827f0282b0c382694e10c72a89c425f2f7383d07f8f2febdc23aa246ebbf65ac9751b2404be405088963a682945edc80ba'
+sha512sums=('2bab34dae539d942eb5e436802e6f74d57c04aa4b782f9adbd6c27830209fdb47707131f20ed966012bcec3d253c9bb3df9033a60b55bfe560af6bb1f572ee8a'
 'SKIP')
-validpgpkeys=(
-  "8D1E89B8FBA920A5A609F2615A11A22BC5A1F734" # David Schweikert 

-)
+validpgpkeys=('8D1E89B8FBA920A5A609F2615A11A22BC5A1F734') # David Schweikert 

 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--mandir=/usr/share/man \
+--enable-ipv4 \
+--enable-ipv6
   make
 }
 


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:59:00
  Author: anthraxx
Revision: 437944

upgpkg: yara 3.9.0-1

Modified:
  yara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 22:49:47 UTC (rev 437943)
+++ PKGBUILD2019-03-06 22:59:00 UTC (rev 437944)
@@ -3,7 +3,7 @@
 # Contributor: fnord0 
 
 pkgname=yara
-pkgver=3.8.1
+pkgver=3.9.0
 pkgrel=1
 pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
 url='https://github.com/VirusTotal/yara'
@@ -11,7 +11,8 @@
 license=('BSD')
 depends=('openssl' 'file')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('32acb7b7336eebe2fe2c10ba6e8b23fea4e91148c289d15b53119bbed3dfe27508fbd90aef5c036a5b6a7e31e0f73ec8885e30093c598f9bc04bd9d64ac0ac7e')
+sha256sums=('ebe7fab0abadb90449a62afbd24e196e18b177efe71ffd8bf22df95c5386f64d')
+sha512sums=('c9aa17d5e25f21f935e9938d8248366f928889a6fb8f70bbd22b6e2d7f74427d47259ca410dfcaa8de3e8ad7c82715fde0366e24209a672555e54d8d459086be')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:59:06
  Author: anthraxx
Revision: 437945

archrelease: copy trunk to community-x86_64

Added:
  yara/repos/community-x86_64/PKGBUILD
(from rev 437944, yara/trunk/PKGBUILD)
Deleted:
  yara/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 22:59:00 UTC (rev 437944)
+++ PKGBUILD2019-03-06 22:59:06 UTC (rev 437945)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: bitwave 
-# Contributor: fnord0 
-
-pkgname=yara
-pkgver=3.8.1
-pkgrel=1
-pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
-url='https://github.com/VirusTotal/yara'
-arch=('x86_64')
-license=('BSD')
-depends=('openssl' 'file')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('32acb7b7336eebe2fe2c10ba6e8b23fea4e91148c289d15b53119bbed3dfe27508fbd90aef5c036a5b6a7e31e0f73ec8885e30093c598f9bc04bd9d64ac0ac7e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---with-crypto \
---enable-magic
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: yara/repos/community-x86_64/PKGBUILD (from rev 437944, 
yara/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 22:59:06 UTC (rev 437945)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgname=yara
+pkgver=3.9.0
+pkgrel=1
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara'
+arch=('x86_64')
+license=('BSD')
+depends=('openssl' 'file')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('ebe7fab0abadb90449a62afbd24e196e18b177efe71ffd8bf22df95c5386f64d')
+sha512sums=('c9aa17d5e25f21f935e9938d8248366f928889a6fb8f70bbd22b6e2d7f74427d47259ca410dfcaa8de3e8ad7c82715fde0366e24209a672555e54d8d459086be')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--with-crypto \
+--enable-magic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread David Runge via arch-commits
Date: Wednesday, March 6, 2019 @ 22:49:47
  Author: dvzrv
Revision: 437943

archrelease: copy trunk to community-x86_64

Added:
  ambdec/repos/community-x86_64/
  ambdec/repos/community-x86_64/PKGBUILD
(from rev 437942, ambdec/trunk/PKGBUILD)

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

Copied: ambdec/repos/community-x86_64/PKGBUILD (from rev 437942, 
ambdec/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-03-06 22:49:47 UTC (rev 437943)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+pkgname=ambdec
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="An Ambisonic decoder for first and second order"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html;
+license=('GPL2')
+groups=('pro-audio')
+depends=('clxclient' 'clthreads' 'jack')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('26f945e07a5e3e3a2000f00eede2499fd6a6ba82587a84d1bbd344ac3c6c8b86d74773491c9366d79b3697c926950308b5f8593ad14316eced7155d48c1ace0e')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # strip march=native
+  sed -e '/native/d' \
+  -i source/Makefile
+  # XDG desktop file
+  gendesk -n \
+  --pkgname "${pkgname}" \
+  --name "${pkgname}" \
+  --pkgdesc "${pkgdesc}" \
+  --genericname "Ambisonics Audio Renderer" \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 ../presets/*.ambdec \
+-t "${pkgdir}/usr/share/${pkgname}/presets/"
+  install -vDm 644 ../share/*.png \
+-t "${pkgdir}/usr/share/${pkgname}/"
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+}


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

2019-03-06 Thread David Runge via arch-commits
Date: Wednesday, March 6, 2019 @ 22:49:41
  Author: dvzrv
Revision: 437942

upgpkg: ambdec 0.7.1-1

Adding ambdec 0.7.1.

Modified:
  ambdec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 22:47:25 UTC (rev 437941)
+++ PKGBUILD2019-03-06 22:49:41 UTC (rev 437942)
@@ -10,7 +10,6 @@
 depends=('clxclient' 'clthreads' 'jack')
 makedepends=('gendesk')
 
source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
-noextract=()
 
sha512sums=('26f945e07a5e3e3a2000f00eede2499fd6a6ba82587a84d1bbd344ac3c6c8b86d74773491c9366d79b3697c926950308b5f8593ad14316eced7155d48c1ace0e')
 
 prepare() {


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

2019-03-06 Thread David Runge via arch-commits
Date: Wednesday, March 6, 2019 @ 22:47:25
  Author: dvzrv
Revision: 437941

Adding ambdec.

Added:
  ambdec/
  ambdec/repos/
  ambdec/trunk/
  ambdec/trunk/PKGBUILD

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

Added: ambdec/trunk/PKGBUILD
===
--- ambdec/trunk/PKGBUILD   (rev 0)
+++ ambdec/trunk/PKGBUILD   2019-03-06 22:47:25 UTC (rev 437941)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+pkgname=ambdec
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="An Ambisonic decoder for first and second order"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html;
+license=('GPL2')
+groups=('pro-audio')
+depends=('clxclient' 'clthreads' 'jack')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2;)
+noextract=()
+sha512sums=('26f945e07a5e3e3a2000f00eede2499fd6a6ba82587a84d1bbd344ac3c6c8b86d74773491c9366d79b3697c926950308b5f8593ad14316eced7155d48c1ace0e')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # strip march=native
+  sed -e '/native/d' \
+  -i source/Makefile
+  # XDG desktop file
+  gendesk -n \
+  --pkgname "${pkgname}" \
+  --name "${pkgname}" \
+  --pkgdesc "${pkgdesc}" \
+  --genericname "Ambisonics Audio Renderer" \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 ../presets/*.ambdec \
+-t "${pkgdir}/usr/share/${pkgname}/presets/"
+  install -vDm 644 ../share/*.png \
+-t "${pkgdir}/usr/share/${pkgname}/"
+  install -vDm 644 "../${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+}


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:44:15
  Author: anthraxx
Revision: 437940

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 22:44:09 UTC (rev 437939)
+++ PKGBUILD2019-03-06 22:44:15 UTC (rev 437940)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
-
-pkgname=radare2-cutter
-_gitcommit=2d2d4d3346b1d5dfc336564ac8bcc2677ce50102
-pkgver=1.7.4
-pkgrel=2
-pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
-url='https://github.com/radareorg/cutter'
-arch=('x86_64')
-license=('GPL3')
-depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python' 'jupyter')
-makedepends=('git' 'cmake')
-source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  # remove 'v' prefix on tags; prefix revision with 'r'; replace all '-' with 
'.'
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  mkdir -p ${pkgname}/build
-  cd ${pkgname}/build
-  qmake ../src/Cutter.pro
-  make
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm 755 build/Cutter -t "${pkgdir}/usr/bin"
-  install -Dm 644 src/org.radare.Cutter.desktop -t 
"${pkgdir}/usr/share/applications"
-  install -Dm 644 src/img/cutter.svg -t 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2-cutter/repos/community-x86_64/PKGBUILD (from rev 437939, 
radare2-cutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 22:44:15 UTC (rev 437940)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
+
+pkgname=radare2-cutter
+_gitcommit=687ef2d799d78c80edf5e0334e9b22ba76cb58a2
+pkgver=1.7.4.r108.g687ef2d7
+pkgrel=1
+pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
+url='https://github.com/radareorg/cutter'
+arch=('x86_64')
+license=('GPL3')
+depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python' 'jupyter')
+makedepends=('git' 'cmake')
+source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git tag -d deps-test|:
+  git tag -d deploy-test|:
+  # remove 'v' prefix on tags; prefix revision with 'r'; replace all '-' with 
'.'
+  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  mkdir -p ${pkgname}/build
+  cd ${pkgname}/build
+  qmake ../src/Cutter.pro
+  make
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 755 build/Cutter -t "${pkgdir}/usr/bin"
+  install -Dm 644 src/org.radare.Cutter.desktop -t 
"${pkgdir}/usr/share/applications"
+  install -Dm 644 src/img/cutter.svg -t 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps"
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:44:09
  Author: anthraxx
Revision: 437939

upgpkg: radare2-cutter 1.7.4.r108.g687ef2d7-1

Modified:
  radare2-cutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 22:32:10 UTC (rev 437938)
+++ PKGBUILD2019-03-06 22:44:09 UTC (rev 437939)
@@ -2,9 +2,9 @@
 # Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
 
 pkgname=radare2-cutter
-_gitcommit=2d2d4d3346b1d5dfc336564ac8bcc2677ce50102
-pkgver=1.7.4
-pkgrel=2
+_gitcommit=687ef2d799d78c80edf5e0334e9b22ba76cb58a2
+pkgver=1.7.4.r108.g687ef2d7
+pkgrel=1
 pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
 url='https://github.com/radareorg/cutter'
 arch=('x86_64')
@@ -16,6 +16,8 @@
 
 pkgver() {
   cd ${pkgname}
+  git tag -d deps-test|:
+  git tag -d deploy-test|:
   # remove 'v' prefix on tags; prefix revision with 'r'; replace all '-' with 
'.'
   git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:32:10
  Author: anthraxx
Revision: 437938

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   98 +++
 wpscan.install |   18 +-
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 22:32:04 UTC (rev 437937)
+++ PKGBUILD2019-03-06 22:32:10 UTC (rev 437938)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: alexiobash < me (at) alexiobash (dot) com >
-
-pkgname=wpscan
-pkgver=3.4.3
-pkgrel=1
-epoch=1
-pkgdesc='Black box WordPress vulnerability scanner'
-url='http://wpscan.org'
-arch=('x86_64')
-license=('custom:WPScan')
-depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
-options=('!strip' '!emptydirs')
-install=wpscan.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wpscanteam/wpscan/archive/v${pkgver}.tar.gz)
-sha256sums=('91310005eb702ba79a410878a0c4e6a20ed965b753ffbb6a085f188a9461b5db')
-sha512sums=('fe80f455463c706bb0783f74c5fb8722c2665803edb7314634b4011517d95bf70a68f92b7bbb17528813577f2fabab11bea97e58f160ab8b50bc2473a104ed17')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
-  bundle config build.nokogiri --use-system-libraries
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)" --path vendor/bundle --without development test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}"
-  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
-
-  install -d "${pkgdir}/usr/bin"
-  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
-#!/bin/sh
-BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/wpscan/bin/wpscan 
"\$@"
-EOF
-  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  find "${pkgdir}" \( -name gem_make.out -or -name mkmf.log \) -delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: wpscan/repos/community-x86_64/PKGBUILD (from rev 437937, 
wpscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 22:32:10 UTC (rev 437938)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: alexiobash < me (at) alexiobash (dot) com >
+
+pkgname=wpscan
+pkgver=3.4.4
+pkgrel=1
+epoch=1
+pkgdesc='Black box WordPress vulnerability scanner'
+url='http://wpscan.org'
+arch=('x86_64')
+license=('custom:WPScan')
+depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
+options=('!strip' '!emptydirs')
+install=wpscan.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wpscanteam/wpscan/archive/v${pkgver}.tar.gz)
+sha256sums=('ffdaf1166f7d459c0939506aaf95beb85f8f0969175894ef931abb029570fd89')
+sha512sums=('4186c4f864a3296cbf4fc13cd01b1438ce17437a5a082850af9a25981d6acfb27c20029bd6189aa78d64f834dedc5cf580e179d42fcaab139f60f9c07b221bdd')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
+  bundle config build.nokogiri --use-system-libraries
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" --path vendor/bundle --without development test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}"
+  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
+
+  install -d "${pkgdir}/usr/bin"
+  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
+#!/bin/sh
+BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/wpscan/bin/wpscan 
"\$@"
+EOF
+  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  find "${pkgdir}" \( -name gem_make.out -or -name mkmf.log \) -delete
+}
+
+# vim: ts=2 sw=2 et:

Deleted: wpscan.install
===
--- wpscan.install  2019-03-06 22:32:04 UTC (rev 437937)
+++ wpscan.install  2019-03-06 22:32:10 UTC (rev 437938)
@@ -1,9 +0,0 @@
-post_install() {
-  echo -n 'Updating wpscan database...'
-  /usr/bin/wpscan --update >/dev/null 2>&1
-  echo "done."
-}
-
-post_upgrade() {
-  post_install
-}

Copied: wpscan/repos/community-x86_64/wpscan.install (from rev 437937, 
wpscan/trunk/wpscan.install)
===
--- wpscan.install  (rev 0)
+++ wpscan.install 

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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:32:04
  Author: anthraxx
Revision: 437937

upgpkg: wpscan 1:3.4.4-1

Modified:
  wpscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 22:23:35 UTC (rev 437936)
+++ PKGBUILD2019-03-06 22:32:04 UTC (rev 437937)
@@ -2,7 +2,7 @@
 # Contributor: alexiobash < me (at) alexiobash (dot) com >
 
 pkgname=wpscan
-pkgver=3.4.3
+pkgver=3.4.4
 pkgrel=1
 epoch=1
 pkgdesc='Black box WordPress vulnerability scanner'
@@ -13,8 +13,8 @@
 options=('!strip' '!emptydirs')
 install=wpscan.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wpscanteam/wpscan/archive/v${pkgver}.tar.gz)
-sha256sums=('91310005eb702ba79a410878a0c4e6a20ed965b753ffbb6a085f188a9461b5db')
-sha512sums=('fe80f455463c706bb0783f74c5fb8722c2665803edb7314634b4011517d95bf70a68f92b7bbb17528813577f2fabab11bea97e58f160ab8b50bc2473a104ed17')
+sha256sums=('ffdaf1166f7d459c0939506aaf95beb85f8f0969175894ef931abb029570fd89')
+sha512sums=('4186c4f864a3296cbf4fc13cd01b1438ce17437a5a082850af9a25981d6acfb27c20029bd6189aa78d64f834dedc5cf580e179d42fcaab139f60f9c07b221bdd')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in testssl.sh/repos/community-any (4 files)

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:23:35
  Author: anthraxx
Revision: 437936

archrelease: copy trunk to community-any

Added:
  testssl.sh/repos/community-any/PKGBUILD
(from rev 437935, testssl.sh/trunk/PKGBUILD)
  testssl.sh/repos/community-any/set-install-dir.patch
(from rev 437935, testssl.sh/trunk/set-install-dir.patch)
Deleted:
  testssl.sh/repos/community-any/PKGBUILD
  testssl.sh/repos/community-any/set-install-dir.patch

---+
 PKGBUILD  |   74 
 set-install-dir.patch |   22 +++---
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 22:23:29 UTC (rev 437935)
+++ PKGBUILD2019-03-06 22:23:35 UTC (rev 437936)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Johannes Schleifenbaum 
-
-pkgname=testssl.sh
-_pkgver=2.9.5-5
-pkgver=${_pkgver/-/.}
-pkgrel=1
-pkgdesc='Testing TLS/SSL encryption'
-url='https://github.com/drwetter/testssl.sh'
-arch=('any')
-license=('GPL2')
-depends=('bash' 'coreutils' 'util-linux' 'openssl' 'inetutils' 'bind-tools' 
'procps-ng')
-makedepends=('perl' 'perl-data-dump' 'perl-json' 'perl-test-base')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/drwetter/testssl.sh/archive/v${_pkgver}.tar.gz
-set-install-dir.patch)
-sha512sums=('8a26989e1b8f45a2ac25efab500c89eeec2dbdbb9c0af715a61433ce0737ed69221df09a9554b6ae4415081a66ef4f6afd44c92405afefe4a810cb4375988700'
-
'a02a7f1cfe62ee13b07af6a5e4ff2fbd2c346ae47fb416de84e7448ba89e5be5fe66870f749a9cc0cbd614c06a1419fe56595da9ad710799a837be4be99bea40')
-
-prepare() {
-  cd ${pkgname}-${_pkgver}
-  patch -p0 < "${srcdir}/set-install-dir.patch"
-}
-
-check() {
-  cd ${pkgname}-${_pkgver}
-  TESTSSL_INSTALL_DIR="$(pwd)" prove -v
-}
-
-package() {
-  cd ${pkgname}-${_pkgver}
-  install -Dm 755 testssl.sh "${pkgdir}/usr/bin/testssl"
-  install -Dm 644 etc/* -t "${pkgdir}/usr/share/testssl.sh/etc"
-  install -Dm 644 Readme.md doc/testssl.1.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/testssl.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: testssl.sh/repos/community-any/PKGBUILD (from rev 437935, 
testssl.sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 22:23:35 UTC (rev 437936)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Johannes Schleifenbaum 
+
+pkgname=testssl.sh
+_pkgver=2.9.5-7
+pkgver=${_pkgver/-/.}
+pkgrel=1
+pkgdesc='Testing TLS/SSL encryption'
+url='https://github.com/drwetter/testssl.sh'
+arch=('any')
+license=('GPL2')
+depends=('bash' 'coreutils' 'util-linux' 'openssl' 'inetutils' 'bind-tools' 
'procps-ng')
+makedepends=('perl' 'perl-data-dump' 'perl-json' 'perl-test-base')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/drwetter/testssl.sh/archive/v${_pkgver}.tar.gz
+set-install-dir.patch)
+sha512sums=('35ab900b84db8a0a210cb9ce8bb794ff7e8cddd5c85a151083bc76eba834dce37597b29b6235fcf2ce37b004dd295b1756e01374a4943e1e2ed0d2a8cf8761f6'
+
'a02a7f1cfe62ee13b07af6a5e4ff2fbd2c346ae47fb416de84e7448ba89e5be5fe66870f749a9cc0cbd614c06a1419fe56595da9ad710799a837be4be99bea40')
+
+prepare() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 < "${srcdir}/set-install-dir.patch"
+}
+
+check() {
+  cd ${pkgname}-${_pkgver}
+  TESTSSL_INSTALL_DIR="$(pwd)" prove -v
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  install -Dm 755 testssl.sh "${pkgdir}/usr/bin/testssl"
+  install -Dm 644 etc/* -t "${pkgdir}/usr/share/testssl.sh/etc"
+  install -Dm 644 Readme.md doc/testssl.1.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 doc/testssl.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: set-install-dir.patch
===
--- set-install-dir.patch   2019-03-06 22:23:29 UTC (rev 437935)
+++ set-install-dir.patch   2019-03-06 22:23:35 UTC (rev 437936)
@@ -1,11 +0,0 @@
 testssl.sh.orig2017-09-21 11:49:04.161576009 +0200
-+++ testssl.sh 2017-09-21 11:49:28.451753722 +0200
-@@ -116,7 +116,7 @@
- 
- readonly PROG_NAME="$(basename "$0")"
- readonly RUN_DIR="$(dirname "$0")"
--TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-""}"  # if you run testssl.sh 
from a different path you can set either TESTSSL_INSTALL_DIR
-+TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-"/usr/share/testssl.sh"}"  # if 
you run testssl.sh from a different path you can set either TESTSSL_INSTALL_DIR
- CA_BUNDLES_PATH="${CA_BUNDLES_PATH:-""}"  # or CA_BUNDLES_PATH to 
find the CA BUNDLES. TESTSSL_INSTALL_DIR helps you to find the RFC mapping also
- CIPHERS_BY_STRENGTH_FILE=""
- TLS_DATA_FILE=""  # mandatory file for socket 
based handdhakes

Copied: testssl.sh/repos/community-any/set-install-dir.patch (from 

[arch-commits] Commit in testssl.sh/trunk (PKGBUILD)

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:23:29
  Author: anthraxx
Revision: 437935

upgpkg: testssl.sh 2.9.5.7-1

Modified:
  testssl.sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 22:21:58 UTC (rev 437934)
+++ PKGBUILD2019-03-06 22:23:29 UTC (rev 437935)
@@ -2,7 +2,7 @@
 # Contributor: Johannes Schleifenbaum 
 
 pkgname=testssl.sh
-_pkgver=2.9.5-5
+_pkgver=2.9.5-7
 pkgver=${_pkgver/-/.}
 pkgrel=1
 pkgdesc='Testing TLS/SSL encryption'
@@ -13,7 +13,7 @@
 makedepends=('perl' 'perl-data-dump' 'perl-json' 'perl-test-base')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/drwetter/testssl.sh/archive/v${_pkgver}.tar.gz
 set-install-dir.patch)
-sha512sums=('8a26989e1b8f45a2ac25efab500c89eeec2dbdbb9c0af715a61433ce0737ed69221df09a9554b6ae4415081a66ef4f6afd44c92405afefe4a810cb4375988700'
+sha512sums=('35ab900b84db8a0a210cb9ce8bb794ff7e8cddd5c85a151083bc76eba834dce37597b29b6235fcf2ce37b004dd295b1756e01374a4943e1e2ed0d2a8cf8761f6'
 
'a02a7f1cfe62ee13b07af6a5e4ff2fbd2c346ae47fb416de84e7448ba89e5be5fe66870f749a9cc0cbd614c06a1419fe56595da9ad710799a837be4be99bea40')
 
 prepare() {


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:21:52
  Author: anthraxx
Revision: 437933

upgpkg: vim-ale 2.3.1-1

Modified:
  vim-ale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 22:19:16 UTC (rev 437932)
+++ PKGBUILD2019-03-06 22:21:52 UTC (rev 437933)
@@ -2,7 +2,8 @@
 # Contributor: David Thurstenson 
 
 pkgname=vim-ale
-pkgver=2.1.0
+_gitcommit=0c6370f41a2e474fc8468a40e5b9a9312347d743
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='Asynchronous Lint Engine'
 url='https://github.com/w0rp/ale'
@@ -11,17 +12,23 @@
 depends=('vim')
 optdepends=('shellcheck: for sh/bash support'
 'flake8: for python support')
+makedepends=('git')
 groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/w0rp/ale/archive/v${pkgver}.tar.gz)
-sha256sums=('27c6da870601a966f9ee359ea12dca04dd9a3fe5a43f94240c9fd4258ef02dd6')
-sha512sums=('29da24fc3a0aca1517aee2c18517ad3b9d7dedb52227b5ca570bb057c671ea27fd4f47766217eb7d3579cdc539eba8f3fe80b89e88371c9cbe5b73854219d435')
+source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit};)
+sha512sums=('SKIP')
+#validpgpkeys=('') key currently not available: 0FC1ECAA8C81CD83
 
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
 package() {
-   cd ale-${pkgver}
-   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-   install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
-   cp -dr --no-preserve=ownership 
{ale_linters,autoload,doc,ftplugin,plugin,syntax} \
-   "${pkgdir}/usr/share/vim/vimfiles"
+  cd ${pkgname}
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
+  cp -dr --no-preserve=ownership 
{ale_linters,autoload,doc,ftplugin,plugin,syntax} \
+"${pkgdir}/usr/share/vim/vimfiles"
 }
 
 # vim: ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:21:58
  Author: anthraxx
Revision: 437934

archrelease: copy trunk to community-any

Added:
  vim-ale/repos/community-any/PKGBUILD
(from rev 437933, vim-ale/trunk/PKGBUILD)
Deleted:
  vim-ale/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 22:21:52 UTC (rev 437933)
+++ PKGBUILD2019-03-06 22:21:58 UTC (rev 437934)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/w0rp/ale/archive/v${pkgver}.tar.gz)
-sha256sums=('27c6da870601a966f9ee359ea12dca04dd9a3fe5a43f94240c9fd4258ef02dd6')
-sha512sums=('29da24fc3a0aca1517aee2c18517ad3b9d7dedb52227b5ca570bb057c671ea27fd4f47766217eb7d3579cdc539eba8f3fe80b89e88371c9cbe5b73854219d435')
-
-package() {
-   cd ale-${pkgver}
-   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-   install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
-   cp -dr --no-preserve=ownership 
{ale_linters,autoload,doc,ftplugin,plugin,syntax} \
-   "${pkgdir}/usr/share/vim/vimfiles"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-ale/repos/community-any/PKGBUILD (from rev 437933, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 22:21:58 UTC (rev 437934)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+_gitcommit=0c6370f41a2e474fc8468a40e5b9a9312347d743
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine'
+url='https://github.com/w0rp/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+makedepends=('git')
+groups=('vim-plugins')
+source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit};)
+sha512sums=('SKIP')
+#validpgpkeys=('') key currently not available: 0FC1ECAA8C81CD83
+
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
+  cp -dr --no-preserve=ownership 
{ale_linters,autoload,doc,ftplugin,plugin,syntax} \
+"${pkgdir}/usr/share/vim/vimfiles"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 22:19:16
  Author: felixonmars
Revision: 437932

archrelease: copy trunk to community-x86_64

Added:
  rust-bindgen/repos/community-x86_64/PKGBUILD
(from rev 437931, rust-bindgen/trunk/PKGBUILD)
Deleted:
  rust-bindgen/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 22:19:04 UTC (rev 437931)
+++ PKGBUILD2019-03-06 22:19:16 UTC (rev 437932)
@@ -1,25 +0,0 @@
-# Maintainer : Felix Yan 
-
-pkgname=rust-bindgen
-pkgver=0.47.1
-pkgrel=1
-pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) 
libraries'
-url='https://github.com/rust-lang/rust-bindgen'
-depends=('gcc-libs')
-makedepends=('rust')
-arch=('x86_64')
-license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz;)
-sha512sums=('92cbeff99ef418586641dac263f4709b77c864075a06d633036b5fcbfde348c201c4b39d3e7814fc8b981b8cfbb78443283aa45c4cdea22218b540eea512e728')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 target/release/bindgen "$pkgdir"/usr/bin/bindgen
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: rust-bindgen/repos/community-x86_64/PKGBUILD (from rev 437931, 
rust-bindgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 22:19:16 UTC (rev 437932)
@@ -0,0 +1,25 @@
+# Maintainer : Felix Yan 
+
+pkgname=rust-bindgen
+pkgver=0.48.1
+pkgrel=1
+pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) 
libraries'
+url='https://github.com/rust-lang/rust-bindgen'
+depends=('gcc-libs')
+makedepends=('rust')
+arch=('x86_64')
+license=('BSD')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz;)
+sha512sums=('981c65666267a1837f0e93367c66943ab4449fe06566367b0ddaa2f14d10acb932a0fff345ac00fb476fc90927c9f0b6db57d1fba09fe39faba212dc9e86e26b')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 target/release/bindgen "$pkgdir"/usr/bin/bindgen
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 22:19:04
  Author: felixonmars
Revision: 437931

upgpkg: rust-bindgen 0.48.1-1

Modified:
  rust-bindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 22:06:49 UTC (rev 437930)
+++ PKGBUILD2019-03-06 22:19:04 UTC (rev 437931)
@@ -1,7 +1,7 @@
 # Maintainer : Felix Yan 
 
 pkgname=rust-bindgen
-pkgver=0.47.1
+pkgver=0.48.1
 pkgrel=1
 pkgdesc='Automatically generates Rust FFI bindings to C (and some C++) 
libraries'
 url='https://github.com/rust-lang/rust-bindgen'
@@ -10,7 +10,7 @@
 arch=('x86_64')
 license=('BSD')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz;)
-sha512sums=('92cbeff99ef418586641dac263f4709b77c864075a06d633036b5fcbfde348c201c4b39d3e7814fc8b981b8cfbb78443283aa45c4cdea22218b540eea512e728')
+sha512sums=('981c65666267a1837f0e93367c66943ab4449fe06566367b0ddaa2f14d10acb932a0fff345ac00fb476fc90927c9f0b6db57d1fba09fe39faba212dc9e86e26b')
 
 build() {
   cd $pkgname-$pkgver


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

2019-03-06 Thread Felix Yan via arch-commits
Date: Wednesday, March 6, 2019 @ 22:17:20
  Author: felixonmars
Revision: 347178

archrelease: copy trunk to extra-x86_64

Added:
  double-conversion/repos/extra-x86_64/PKGBUILD
(from rev 347177, double-conversion/trunk/PKGBUILD)
Deleted:
  double-conversion/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 22:16:22 UTC (rev 347177)
+++ PKGBUILD2019-03-06 22:17:20 UTC (rev 347178)
@@ -1,34 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Joel Teichroeb 
-# Contributor: Jonas Heinrich 
-
-pkgname=double-conversion
-pkgver=3.1.1
-pkgrel=1
-pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
-arch=(x86_64)
-url='https://github.com/google/double-conversion'
-license=(BSD)
-depends=(gcc-libs)
-makedepends=(cmake)
-source=(double-conversion-$pkgver.tar.gz::https://github.com/google/double-conversion/archive/v$pkgver.tar.gz)
-sha256sums=('c49a6b3fa9c917f827b156c8e0799ece88ae50440487a99fc2f284cfd357a5b9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=ON
-  make
-}
-
-package () {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/double-conversion
-}

Copied: double-conversion/repos/extra-x86_64/PKGBUILD (from rev 347177, 
double-conversion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 22:17:20 UTC (rev 347178)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Joel Teichroeb 
+# Contributor: Jonas Heinrich 
+
+pkgname=double-conversion
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
+arch=(x86_64)
+url='https://github.com/google/double-conversion'
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=(double-conversion-$pkgver.tar.gz::https://github.com/google/double-conversion/archive/v$pkgver.tar.gz)
+sha256sums=('2a9795dd9e56fbc616f8d51833fbd706a10c965ec588d1a5557af8b129cdb5b0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON
+  make
+}
+
+package () {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/double-conversion
+}


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

2019-03-06 Thread Jan Steffens via arch-commits
Date: Wednesday, March 6, 2019 @ 22:16:22
  Author: heftig
Revision: 347177

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 22:16:09 UTC (rev 347176)
+++ PKGBUILD2019-03-06 22:16:22 UTC (rev 347177)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cbindgen
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A tool for generating C bindings to Rust code"
-url="https://github.com/eqrion/cbindgen;
-arch=(x86_64)
-license=(MPL2)
-depends=(gcc-libs)
-makedepends=(cargo git)
-_commit=e712cc42c759ace3e47a6ee9fdbff8c4f337cec1  # tags/v0.8.0^0
-source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-check() {
-  cd $pkgname
-  cargo test --release
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
-}

Copied: cbindgen/repos/extra-x86_64/PKGBUILD (from rev 347176, 
cbindgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 22:16:22 UTC (rev 347177)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cbindgen
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="A tool for generating C bindings to Rust code"
+url="https://github.com/eqrion/cbindgen;
+arch=(x86_64)
+license=(MPL2)
+depends=(gcc-libs)
+makedepends=(cargo git)
+_commit=60d8234bf3a287da75699936aa00ed9ec9762cc8  # tags/v0.8.2^0
+source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+check() {
+  cd $pkgname
+  cargo test --release
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
+}


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

2019-03-06 Thread Jan Steffens via arch-commits
Date: Wednesday, March 6, 2019 @ 22:16:09
  Author: heftig
Revision: 347176

0.8.2-1

Modified:
  cbindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:51:27 UTC (rev 347175)
+++ PKGBUILD2019-03-06 22:16:09 UTC (rev 347176)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cbindgen
-pkgver=0.8.0
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen;
@@ -9,7 +9,7 @@
 license=(MPL2)
 depends=(gcc-libs)
 makedepends=(cargo git)
-_commit=e712cc42c759ace3e47a6ee9fdbff8c4f337cec1  # tags/v0.8.0^0
+_commit=60d8234bf3a287da75699936aa00ed9ec9762cc8  # tags/v0.8.2^0
 source=("git+https://github.com/eqrion/cbindgen#commit=$_commit;)
 sha512sums=('SKIP')
 


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:06:49
  Author: anthraxx
Revision: 437930

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

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

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 437929, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 22:06:49 UTC (rev 437930)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=5.0.9
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('069fd8b7f6c217fdd43f33186f0ebb954f9a2b2107010f418b228e697645a1e3')
+sha512sums=('f45ff49bf3cd0124bccf1ba5a63fe4c24c0a84ddf7ed036d567bbc7906a26415ad878996da8c7d71188b7804eae4caf81bbb58801b5c85aaed9e94fec952d4fc')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby 

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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 22:06:41
  Author: anthraxx
Revision: 437929

upgpkg: metasploit 5.0.9-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:57:20 UTC (rev 437928)
+++ PKGBUILD2019-03-06 22:06:41 UTC (rev 437929)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=5.0.2
+pkgver=5.0.9
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -12,8 +12,8 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('21c0db1b3a400741aa02f6e82601c487cd10f195019829d1faad69c8bdae26aa')
-sha512sums=('2b873bdf9dcfe815f642915fc1d3fa4fb918e3315df1759f75fced9e5aca90bf2948e28c9a6d3d598411bc8f1dcd62a8c6736037754dffb6c394e423a1ee18e6')
+sha256sums=('069fd8b7f6c217fdd43f33186f0ebb954f9a2b2107010f418b228e697645a1e3')
+sha512sums=('f45ff49bf3cd0124bccf1ba5a63fe4c24c0a84ddf7ed036d567bbc7906a26415ad878996da8c7d71188b7804eae4caf81bbb58801b5c85aaed9e94fec952d4fc')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:57:20
  Author: anthraxx
Revision: 437928

archrelease: copy trunk to community-x86_64

Added:
  sqlitebrowser/repos/community-x86_64/PKGBUILD
(from rev 437927, sqlitebrowser/trunk/PKGBUILD)
Deleted:
  sqlitebrowser/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:57:15 UTC (rev 437927)
+++ PKGBUILD2019-03-06 21:57:20 UTC (rev 437928)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sergej Pupykin 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Michael Fellinger 
-
-pkgname=sqlitebrowser
-_gitcommit=3513bf9bbb159371104a537c9edb57092d5c609a
-pkgver=3.11.0
-pkgrel=1
-pkgdesc='SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt'
-url='https://sqlitebrowser.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('qt5-base' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('git' 'cmake' 'qt5-tools')
-source=("git+https://github.com/sqlitebrowser/sqlitebrowser#commit=${_gitcommit}?signed;)
-sha256sums=('SKIP')
-validpgpkeys=('05E463FDB5802C3D00257F9C79EAD0AB3BD7DD2C') # Justin Clift (GPG 
key for signing git commits) 
-
-pkgver() {
-  cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd ${pkgname}
-  mkdir -p build
-}
-
-build() {
-  cd ${pkgname}/build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_TESTING=ON \
-..
-  make
-}
-
-check() {
-  cd ${pkgname}/build
-  ctest -V
-}
-
-package() {
-  cd ${pkgname}
-  make -C build install DESTDIR="${pkgdir}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sqlitebrowser/repos/community-x86_64/PKGBUILD (from rev 437927, 
sqlitebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:57:20 UTC (rev 437928)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Michael Fellinger 
+
+pkgname=sqlitebrowser
+_gitcommit=0f4f8df23b35a93e3962a2d8239f9382a7690ba2
+pkgver=3.11.1
+pkgrel=1
+pkgdesc='SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt'
+url='https://sqlitebrowser.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('qt5-base' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('git' 'cmake' 'qt5-tools')
+source=("git+https://github.com/sqlitebrowser/sqlitebrowser#commit=${_gitcommit}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('05E463FDB5802C3D00257F9C79EAD0AB3BD7DD2C') # Justin Clift (GPG 
key for signing git commits) 
+
+pkgver() {
+  cd ${pkgname}
+  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  mkdir -p build
+}
+
+build() {
+  cd ${pkgname}/build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_TESTING=ON \
+..
+  make
+}
+
+check() {
+  cd ${pkgname}/build
+  ctest -V
+}
+
+package() {
+  cd ${pkgname}
+  make -C build install DESTDIR="${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:57:15
  Author: anthraxx
Revision: 437927

upgpkg: sqlitebrowser 3.11.1-1

Modified:
  sqlitebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:56:01 UTC (rev 437926)
+++ PKGBUILD2019-03-06 21:57:15 UTC (rev 437927)
@@ -4,8 +4,8 @@
 # Contributor: Michael Fellinger 
 
 pkgname=sqlitebrowser
-_gitcommit=3513bf9bbb159371104a537c9edb57092d5c609a
-pkgver=3.11.0
+_gitcommit=0f4f8df23b35a93e3962a2d8239f9382a7690ba2
+pkgver=3.11.1
 pkgrel=1
 pkgdesc='SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt'
 url='https://sqlitebrowser.org/'


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:56:01
  Author: anthraxx
Revision: 437926

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:55:54 UTC (rev 437925)
+++ PKGBUILD2019-03-06 21:56:01 UTC (rev 437926)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=3.2.1
-pkgrel=2
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('a4d0c1b3a3dfd810749578227940b8ea77e517d2c4d284c9687e49224a272796')
-sha512sums=('4f8c64eb02a80ae5e7adce1322d16f08a250be21c674a8f6f0271bfdc8dc41a6f4ef50fef36e012733db5008cffb356489beef9e9b82300372350bef81e13afa')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 437925, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:56:01 UTC (rev 437926)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('3c092bdf8676d7d49537926258c50557bca98d7d669babfed6113ff82c403bcb')
+sha512sums=('4db9d547b72b952babfd67c8cef2b94fdac9d6fd1194fb50b2ebab538d5bbda0bab4b704d5af64ef684ce9311634c8e04465906a1e7e706b211427054fe0721a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:55:54
  Author: anthraxx
Revision: 437925

upgpkg: radare2 3.3.0-1

Modified:
  radare2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:51:09 UTC (rev 437924)
+++ PKGBUILD2019-03-06 21:55:54 UTC (rev 437925)
@@ -2,8 +2,8 @@
 # Contributor: Guillermo Ramos <0xwille at gmail dot com>
 
 pkgname=radare2
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
 url='https://radare.org'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('sh' 'capstone' 'libcapstone.so' 'openssl' 'libzip')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('a4d0c1b3a3dfd810749578227940b8ea77e517d2c4d284c9687e49224a272796')
-sha512sums=('4f8c64eb02a80ae5e7adce1322d16f08a250be21c674a8f6f0271bfdc8dc41a6f4ef50fef36e012733db5008cffb356489beef9e9b82300372350bef81e13afa')
+sha256sums=('3c092bdf8676d7d49537926258c50557bca98d7d669babfed6113ff82c403bcb')
+sha512sums=('4db9d547b72b952babfd67c8cef2b94fdac9d6fd1194fb50b2ebab538d5bbda0bab4b704d5af64ef684ce9311634c8e04465906a1e7e706b211427054fe0721a')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:51:27
  Author: anthraxx
Revision: 347175

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/PKGBUILD
(from rev 347174, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 347174, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 347174, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 347174, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

---+
 PKGBUILD  |  416 
 archlinux.vim |   92 ++--
 vimdoc.hook   |   22 +-
 vimrc |   36 ++--
 4 files changed, 283 insertions(+), 283 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:51:19 UTC (rev 347174)
+++ PKGBUILD2019-03-06 21:51:27 UTC (rev 347175)
@@ -1,208 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz 
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.1.0877
-_versiondir=81
-pkgrel=1
-pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-url='https://www.vim.org'
-arch=('x86_64')
-license=('custom:vim')
-makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('e578934722916080aaaf5c05bba62534cd26165bad34d740cca922f8e36eff6b'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
-'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('e1c49d8d03a22de8fa00fe329702f3e78b910946d4ab81c1c5cc7e09290853304a0b0738c19ab0c54faabf0fff014fa38f274de08866a36b0bf07a665c91c5f0'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
-
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-}
-
-check() {
-  cd vim-${pkgver}
-  TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc+=' (shared runtime)'
-  optdepends=('sh: support for some tools and macros'
-  'python: demoserver example tool'
-  'gawk: mve tools upport')
-  backup=('etc/vimrc')
-
-  cd vim-${pkgver}
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm 644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
-  # rc files
-  install -Dm 644 "${srcdir}"/vimrc 

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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:51:19
  Author: anthraxx
Revision: 347174

upgpkg: vim 8.1.0996-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:19:24 UTC (rev 347173)
+++ PKGBUILD2019-03-06 21:51:19 UTC (rev 347174)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.1.0877
+pkgver=8.1.0996
 _versiondir=81
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
@@ -22,11 +22,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('e578934722916080aaaf5c05bba62534cd26165bad34d740cca922f8e36eff6b'
+sha256sums=('96d85fecd8c9c19c186a4add178e540ce60383463a661b1c2525e3ab2a2f49e0'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('e1c49d8d03a22de8fa00fe329702f3e78b910946d4ab81c1c5cc7e09290853304a0b0738c19ab0c54faabf0fff014fa38f274de08866a36b0bf07a665c91c5f0'
+sha512sums=('206c2fd6f289ab64458f5fc38c8a23dd6e3ed2d16170f895ee032987ac9321b0a8bfbe0691b15b5f974d039f8b228f7a300fd3ab51f76c7f9cfc4fa24434447e'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:51:09
  Author: anthraxx
Revision: 437924

archrelease: copy trunk to community-x86_64

Added:
  lsd/repos/community-x86_64/PKGBUILD
(from rev 437923, lsd/trunk/PKGBUILD)
Deleted:
  lsd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:51:03 UTC (rev 437923)
+++ PKGBUILD2019-03-06 21:51:09 UTC (rev 437924)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Julien Nicoulaud 
-
-pkgname=lsd
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='Modern ls with a lot of pretty colors and awesome icons'
-url='https://github.com/Peltoche/lsd'
-arch=('x86_64')
-license=('Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=(https://github.com/Peltoche/lsd/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('b5bac177f3116ace5fed07fbcbf277b4657dfe15e7e66799844f3c0fc049673f9d99c0e9c27768704b0c35cd8bced2c1915b8d1bcbbef7c1052dd072e4965ea3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lsd/repos/community-x86_64/PKGBUILD (from rev 437923, 
lsd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:51:09 UTC (rev 437924)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Julien Nicoulaud 
+
+pkgname=lsd
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='Modern ls with a lot of pretty colors and awesome icons'
+url='https://github.com/Peltoche/lsd'
+arch=('x86_64')
+license=('Apache')
+depends=('gcc-libs' 'awesome-terminal-fonts')
+makedepends=('rust' 'cargo')
+source=(https://github.com/Peltoche/lsd/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('b1d04a6e10549f1394c7d9478cea5e3e3104a1c2aa20ba7a87098e04e608daa6')
+sha512sums=('c55b0f6595b157a591bdd252432cd8d6aa63efe9cfae7f84602ec759e60b11cd08298f7dc792d59162e0ef3b84b8f2ff7caaacefd686b67c9d5ab81bea808cd9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:51:03
  Author: anthraxx
Revision: 437923

upgpkg: lsd 0.13.0-1

Modified:
  lsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:44:15 UTC (rev 437922)
+++ PKGBUILD2019-03-06 21:51:03 UTC (rev 437923)
@@ -2,25 +2,26 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=lsd
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc='Modern ls with a lot of pretty colors and awesome icons'
 url='https://github.com/Peltoche/lsd'
 arch=('x86_64')
 license=('Apache')
-depends=('gcc-libs')
+depends=('gcc-libs' 'awesome-terminal-fonts')
 makedepends=('rust' 'cargo')
 
source=(https://github.com/Peltoche/lsd/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('b5bac177f3116ace5fed07fbcbf277b4657dfe15e7e66799844f3c0fc049673f9d99c0e9c27768704b0c35cd8bced2c1915b8d1bcbbef7c1052dd072e4965ea3')
+sha256sums=('b1d04a6e10549f1394c7d9478cea5e3e3104a1c2aa20ba7a87098e04e608daa6')
+sha512sums=('c55b0f6595b157a591bdd252432cd8d6aa63efe9cfae7f84602ec759e60b11cd08298f7dc792d59162e0ef3b84b8f2ff7caaacefd686b67c9d5ab81bea808cd9')
 
 build() {
   cd ${pkgname}-${pkgver}
-  cargo build --release
+  cargo build --release --locked
 }
 
 check() {
   cd ${pkgname}-${pkgver}
-  cargo test --release
+  cargo test --release --locked
 }
 
 package() {


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:44:09
  Author: anthraxx
Revision: 437921

upgpkg: gdb-dashboard 0.4.3-1

Modified:
  gdb-dashboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:35:55 UTC (rev 437920)
+++ PKGBUILD2019-03-06 21:44:09 UTC (rev 437921)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=gdb-dashboard
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc='Modular visual interface for GDB in Python'
 url='https://github.com/cyrus-and/gdb-dashboard'
@@ -10,7 +10,8 @@
 depends=('gdb' 'binutils')
 optdepends=('python-pygments: syntax highlighting support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
-sha512sums=('d5e66b0e0be27e494e74f6bd1609c18aac8ac6725ad7ceb66db3f4458ebc89c4fb194559ca36af8f53d2a4459f9c090c9b9cf3b7e664f80f9bc504cc4e956bf6')
+sha256sums=('70fd21f959df02607dfdd4641453c01cabc0b3cdb35e19d62f3f691ef4714ed9')
+sha512sums=('b0ba054d4f5f5c899819d973aa60c8319a164eaa74e1b222ceab76cd22656fdb1fd96a35328ad55ac68412c85e1afe44ce66a085bfccdc8e0627aae4d505c7f0')
 
 package() {
   cd ${pkgname}-${pkgver}


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:44:15
  Author: anthraxx
Revision: 437922

archrelease: copy trunk to community-any

Added:
  gdb-dashboard/repos/community-any/PKGBUILD
(from rev 437921, gdb-dashboard/trunk/PKGBUILD)
Deleted:
  gdb-dashboard/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:44:09 UTC (rev 437921)
+++ PKGBUILD2019-03-06 21:44:15 UTC (rev 437922)
@@ -1,22 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=gdb-dashboard
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='Modular visual interface for GDB in Python'
-url='https://github.com/cyrus-and/gdb-dashboard'
-arch=('any')
-license=('MIT')
-depends=('gdb' 'binutils')
-optdepends=('python-pygments: syntax highlighting support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
-sha512sums=('d5e66b0e0be27e494e74f6bd1609c18aac8ac6725ad7ceb66db3f4458ebc89c4fb194559ca36af8f53d2a4459f9c090c9b9cf3b7e664f80f9bc504cc4e956bf6')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gdb-dashboard/repos/community-any/PKGBUILD (from rev 437921, 
gdb-dashboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:44:15 UTC (rev 437922)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak 
+
+pkgname=gdb-dashboard
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='Modular visual interface for GDB in Python'
+url='https://github.com/cyrus-and/gdb-dashboard'
+arch=('any')
+license=('MIT')
+depends=('gdb' 'binutils')
+optdepends=('python-pygments: syntax highlighting support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
+sha256sums=('70fd21f959df02607dfdd4641453c01cabc0b3cdb35e19d62f3f691ef4714ed9')
+sha512sums=('b0ba054d4f5f5c899819d973aa60c8319a164eaa74e1b222ceab76cd22656fdb1fd96a35328ad55ac68412c85e1afe44ce66a085bfccdc8e0627aae4d505c7f0')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:35:48
  Author: anthraxx
Revision: 437919

upgpkg: hcxtools 5.1.3-1

Modified:
  hcxtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:35:00 UTC (rev 437918)
+++ PKGBUILD2019-03-06 21:35:48 UTC (rev 437919)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxtools
-_gitcommit=199019a15ff366bb44ac62425945e42442545230
-pkgver=5.1.1
+_gitcommit=a8b9b6128f3cd46d365eaa5f9618ba09a10b847c
+pkgver=5.1.3
 pkgrel=1
 pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
 url='https://github.com/ZerBea/hcxtools'


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:35:55
  Author: anthraxx
Revision: 437920

archrelease: copy trunk to community-x86_64

Added:
  hcxtools/repos/community-x86_64/PKGBUILD
(from rev 437919, hcxtools/trunk/PKGBUILD)
Deleted:
  hcxtools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:35:48 UTC (rev 437919)
+++ PKGBUILD2019-03-06 21:35:55 UTC (rev 437920)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxtools
-_gitcommit=199019a15ff366bb44ac62425945e42442545230
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
-url='https://github.com/ZerBea/hcxtools'
-arch=('x86_64')
-license=('MIT')
-depends=('curl' 'libpcap' 'zlib' 'openssl')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/ZerBea/hcxtools#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --long --tags | sed -E 's|v?(.+)|\1|' | sed 
's/\([^-]*-g\)/r\1/;s/-/./g' | sed -E 's|\.r0\.\w+$||'
-}
-
-build() {
-  cd ${pkgname}
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hcxtools/repos/community-x86_64/PKGBUILD (from rev 437919, 
hcxtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:35:55 UTC (rev 437920)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxtools
+_gitcommit=a8b9b6128f3cd46d365eaa5f9618ba09a10b847c
+pkgver=5.1.3
+pkgrel=1
+pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
+url='https://github.com/ZerBea/hcxtools'
+arch=('x86_64')
+license=('MIT')
+depends=('curl' 'libpcap' 'zlib' 'openssl')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/ZerBea/hcxtools#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --long --tags | sed -E 's|v?(.+)|\1|' | sed 
's/\([^-]*-g\)/r\1/;s/-/./g' | sed -E 's|\.r0\.\w+$||'
+}
+
+build() {
+  cd ${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 6, 2019 @ 21:34:48
  Author: ffy00
Revision: 437916

upgpkg: pulseeffects 4.5.5-1

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:34:45 UTC (rev 437915)
+++ PKGBUILD2019-03-06 21:34:48 UTC (rev 437916)
@@ -2,7 +2,7 @@
 # Contributor: Wellington 
 
 pkgname=pulseeffects
-pkgver=4.5.4
+pkgver=4.5.5
 pkgrel=1
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'mda.lv2: loudness'
 'lsp-plugins: eqqualizer')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f3566010fc2fb118defab5e17c3f77a3537e16ab0792a7fd72ca60d70a03c0e6ea44e853ede079b7a006acba822f5c04fa0d30961c786aa9113f5a5b8352e585')
+sha512sums=('fe45097bcd5aa9754c612c52cfba7d06d14185e18a75e5ae2a257733159f0288897e4f60d147e164f4bcafcd23978e23a006753b2b26e26613809863895cfab5')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2019-03-06 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 6, 2019 @ 21:34:53
  Author: ffy00
Revision: 437917

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 437916, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:34:48 UTC (rev 437916)
+++ PKGBUILD2019-03-06 21:34:53 UTC (rev 437917)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.5.4
-pkgrel=1
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
-'zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness'
-'lsp-plugins: eqqualizer')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f3566010fc2fb118defab5e17c3f77a3537e16ab0792a7fd72ca60d70a03c0e6ea44e853ede079b7a006acba822f5c04fa0d30961c786aa9113f5a5b8352e585')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 437916, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:34:53 UTC (rev 437917)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.5.5
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
+'zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness'
+'lsp-plugins: eqqualizer')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('fe45097bcd5aa9754c612c52cfba7d06d14185e18a75e5ae2a257733159f0288897e4f60d147e164f4bcafcd23978e23a006753b2b26e26613809863895cfab5')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:34:37
  Author: anthraxx
Revision: 437914

archrelease: copy trunk to community-x86_64

Added:
  hcxdumptool/repos/community-x86_64/PKGBUILD
(from rev 437913, hcxdumptool/trunk/PKGBUILD)
Deleted:
  hcxdumptool/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:34:31 UTC (rev 437913)
+++ PKGBUILD2019-03-06 21:34:37 UTC (rev 437914)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxdumptool
-_gitcommit=2da51140519ebf355198776e374257f9add0fc9c
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='Small tool to capture packets from wlan devices'
-url='https://github.com/ZerBea/hcxdumptool'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/ZerBea/hcxdumptool#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --long --tags | sed -E 's|v?(.+)|\1|' | sed 
's/\([^-]*-g\)/r\1/;s/-/./g' | sed -E 's|\.r0\.\w+$||'
-}
-
-build() {
-  cd ${pkgname}
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hcxdumptool/repos/community-x86_64/PKGBUILD (from rev 437913, 
hcxdumptool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:34:37 UTC (rev 437914)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxdumptool
+_gitcommit=a703613e98da075dbc1b193f7d5631647c477b89
+pkgver=5.1.3
+pkgrel=1
+pkgdesc='Small tool to capture packets from wlan devices'
+url='https://github.com/ZerBea/hcxdumptool'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/ZerBea/hcxdumptool#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --long --tags | sed -E 's|v?(.+)|\1|' | sed 
's/\([^-]*-g\)/r\1/;s/-/./g' | sed -E 's|\.r0\.\w+$||'
+}
+
+build() {
+  cd ${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, March 6, 2019 @ 21:35:00
  Author: jlichtblau
Revision: 437918

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  186 +-
 syncthing-relaysrv.service  |   34 +++
 syncthing-relaysrv.sysusers |4 
 syncthing-relaysrv.tmpfiles |2 
 syncthing.install   |   18 ++--
 5 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:34:53 UTC (rev 437917)
+++ PKGBUILD2019-03-06 21:35:00 UTC (rev 437918)
@@ -1,93 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.0.1
-pkgrel=1
-arch=('x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-# options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('c36291efcea790df9db3b67a39a64e32a77332489abdae8260a295dae9015a3d'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-  # license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  # ufw preset
-  install -Dm644 etc/firewall-ufw/syncthing \
-"$pkgdir/etc/ufw/applications.d/ufw-syncthing"
-
-  # man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}
-
-package_syncthing-relaysrv() {
-  pkgdesc='Relay server for Syncthing'
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 strelaysrv "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 "${srcdir}"/${pkgname}.service \
-"${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}/${pkgname}.tmpfiles" \
-"$pkgdir/usr/lib/tmpfiles.d/${pkgname}.conf"
-  install -Dm644 "${srcdir}/${pkgname}.sysusers" \
-

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

2019-03-06 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, March 6, 2019 @ 21:34:45
  Author: jlichtblau
Revision: 437915

upgpkg: syncthing 1.1.0-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:34:37 UTC (rev 437914)
+++ PKGBUILD2019-03-06 21:34:45 UTC (rev 437915)
@@ -5,7 +5,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 arch=('x86_64')
 url="http://syncthing.net/;
@@ -18,7 +18,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('c36291efcea790df9db3b67a39a64e32a77332489abdae8260a295dae9015a3d'
+sha256sums=('6565fd30d704f7039d350c522875925acc287c8e45e18a7d42f22512860a7ac6'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:34:31
  Author: anthraxx
Revision: 437913

upgpkg: hcxdumptool 5.1.3-1

Modified:
  hcxdumptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:32:28 UTC (rev 437912)
+++ PKGBUILD2019-03-06 21:34:31 UTC (rev 437913)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxdumptool
-_gitcommit=2da51140519ebf355198776e374257f9add0fc9c
-pkgver=5.1.1
+_gitcommit=a703613e98da075dbc1b193f7d5631647c477b89
+pkgver=5.1.3
 pkgrel=1
 pkgdesc='Small tool to capture packets from wlan devices'
 url='https://github.com/ZerBea/hcxdumptool'


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:32:28
  Author: anthraxx
Revision: 437912

archrelease: copy trunk to community-x86_64

Added:
  hydra/repos/community-x86_64/PKGBUILD
(from rev 437911, hydra/trunk/PKGBUILD)
Deleted:
  hydra/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:32:22 UTC (rev 437911)
+++ PKGBUILD2019-03-06 21:32:28 UTC (rev 437912)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Rudy Matela 
-# Contributor: Bartek Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: pootzko 
-# Contributor: Jinx 
-# Contributor: Timothée Ravier 
-
-pkgname=hydra
-pkgver=8.8
-pkgrel=2
-pkgdesc='Very fast network logon cracker which support many different services'
-url='https://github.com/vanhauser-thc/thc-hydra'
-arch=('x86_64')
-license=('GPL3')
-depends=('postgresql-libs' 'subversion' 'libssh' 'mariadb-libs' 'libidn'
- 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
-optdepends=('gtk2: graphical front-end (xhydra)')
-makedepends=('gtk2')
-source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz)
-sha256sums=('bc895a7aebdf0279186d40140f0dc1546ac6f3a5c5bc9d13b13766bffea3e966')
-
-build() {
-  cd thc-hydra-${pkgver}
-  ./configure --fhs
-  make
-}
-
-package() {
-  cd thc-hydra-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hydra/repos/community-x86_64/PKGBUILD (from rev 437911, 
hydra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:32:28 UTC (rev 437912)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Rudy Matela 
+# Contributor: Bartek Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: pootzko 
+# Contributor: Jinx 
+# Contributor: Timothée Ravier 
+
+pkgname=hydra
+pkgver=8.9.1
+pkgrel=1
+pkgdesc='Very fast network logon cracker which support many different services'
+url='https://github.com/vanhauser-thc/thc-hydra'
+arch=('x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'mariadb-libs' 'libidn'
+ 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
+optdepends=('gtk2: graphical front-end (xhydra)')
+makedepends=('gtk2')
+source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz)
+sha256sums=('7c615622d9d22a65b007e545f2d85da06c422a042f720bd6c5578a1844dec40e')
+sha512sums=('68b07dcb22bc55937e79035954417d820691e3a1eea169c959886ce6a741f545efe7879f31f41a1751779c923410dcc67fe8914bb9b5cf567edfc6fad3997d72')
+
+build() {
+  cd thc-hydra-${pkgver}
+  ./configure --fhs
+  make
+}
+
+package() {
+  cd thc-hydra-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:32:22
  Author: anthraxx
Revision: 437911

upgpkg: hydra 8.9.1-1

Modified:
  hydra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:31:14 UTC (rev 437910)
+++ PKGBUILD2019-03-06 21:32:22 UTC (rev 437911)
@@ -7,8 +7,8 @@
 # Contributor: Timothée Ravier 
 
 pkgname=hydra
-pkgver=8.8
-pkgrel=2
+pkgver=8.9.1
+pkgrel=1
 pkgdesc='Very fast network logon cracker which support many different services'
 url='https://github.com/vanhauser-thc/thc-hydra'
 arch=('x86_64')
@@ -18,7 +18,8 @@
 optdepends=('gtk2: graphical front-end (xhydra)')
 makedepends=('gtk2')
 
source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz)
-sha256sums=('bc895a7aebdf0279186d40140f0dc1546ac6f3a5c5bc9d13b13766bffea3e966')
+sha256sums=('7c615622d9d22a65b007e545f2d85da06c422a042f720bd6c5578a1844dec40e')
+sha512sums=('68b07dcb22bc55937e79035954417d820691e3a1eea169c959886ce6a741f545efe7879f31f41a1751779c923410dcc67fe8914bb9b5cf567edfc6fad3997d72')
 
 build() {
   cd thc-hydra-${pkgver}


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

2019-03-06 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, March 6, 2019 @ 21:31:14
  Author: jlichtblau
Revision: 437910

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 437909, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 437909, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 437909, josm/trunk/josm.conf.d)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d

+
 PKGBUILD   |  102 -
 josm.changelog |  615 +++
 josm.conf.d|8 
 3 files changed, 364 insertions(+), 361 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:31:02 UTC (rev 437909)
+++ PKGBUILD2019-03-06 21:31:14 UTC (rev 437910)
@@ -1,51 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=14760
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime>=8' 'libxtst' 'ttf-font')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(https://josm.openstreetmap.de/$pkgname-tested.jar
-
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
-$pkgname.conf.d)
-noextract=($pkgname-tested.jar)
-sha256sums=('51774d689a221f5a9217faaef5f8c1035cb5668e2ca59ab1bad69f11c72f40f9'
-'9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-prepare() {
-  cd "${srcdir}"
-  bsdtar -xf $pkgname-tested.jar images/logo.svg
-}
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -Dm644 images/logo.svg "${pkgdir}"/usr/share/pixmaps/$pkgname.svg
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 437909, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:31:14 UTC (rev 437910)
@@ -0,0 +1,51 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=14824
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime>=8' 'libxtst' 'ttf-font')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(https://josm.openstreetmap.de/$pkgname-tested.jar
+
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
+$pkgname.conf.d)
+noextract=($pkgname-tested.jar)
+sha256sums=('9a6264ed07e9114c4ccdaf4aaf661d9f62a45dbbbcb58b1d2fc2fe9fce2bfb9f'
+'9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+prepare() {
+  cd "${srcdir}"
+  bsdtar -xf $pkgname-tested.jar images/logo.svg
+}
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 "${srcdir}"/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -Dm644 images/logo.svg "${pkgdir}"/usr/share/pixmaps/$pkgname.svg
+
+#executable file
+  install -d "${pkgdir}"/usr/bin
+  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
+CLASSPATH="/usr/share/java/josm/josm.jar"
+java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2019-03-06 21:31:02 UTC (rev 437909)
+++ josm.changelog  2019-03-06 21:31:14 UTC (rev 437910)
@@ -1,306 

[arch-commits] Commit in josm/trunk (PKGBUILD josm.changelog)

2019-03-06 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, March 6, 2019 @ 21:31:02
  Author: jlichtblau
Revision: 437909

upgpkg: josm 14824-1 - new upstream release

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:28:31 UTC (rev 437908)
+++ PKGBUILD2019-03-06 21:31:02 UTC (rev 437909)
@@ -2,7 +2,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=14760
+pkgver=14824
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -15,7 +15,7 @@
 
https://josm.openstreetmap.de/export/HEAD/$pkgname/trunk/linux/tested/usr/share/applications/$pkgname.desktop
 $pkgname.conf.d)
 noextract=($pkgname-tested.jar)
-sha256sums=('51774d689a221f5a9217faaef5f8c1035cb5668e2ca59ab1bad69f11c72f40f9'
+sha256sums=('9a6264ed07e9114c4ccdaf4aaf661d9f62a45dbbbcb58b1d2fc2fe9fce2bfb9f'
 '9b18b076fd371fc87b851a700bb1fff6547b061769af57a3abc9af83405c16d2'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2019-03-06 21:28:31 UTC (rev 437908)
+++ josm.changelog  2019-03-06 21:31:02 UTC (rev 437909)
@@ -1,3 +1,6 @@
+2019-03-06 Jaroslav Lichtblau 
+   * josm 14824-1
+
 2019-02-05 Jaroslav Lichtblau 
* josm 14760-1
 


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

2019-03-06 Thread Xyne via arch-commits
Date: Wednesday, March 6, 2019 @ 21:28:31
  Author: xyne
Revision: 437908

archrelease: copy trunk to community-any

Added:
  reflector/repos/community-any/PKGBUILD
(from rev 437907, reflector/trunk/PKGBUILD)
Deleted:
  reflector/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:28:12 UTC (rev 437907)
+++ PKGBUILD2019-03-06 21:28:31 UTC (rev 437908)
@@ -1,33 +0,0 @@
-#Maintainer: Xyne 
-pkgname=reflector
-pkgver=2018
-pkgrel=2
-pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
-arch=(any)
-license=(GPL)
-url="https://xyne.archlinux.ca/projects/reflector;
-depends=(python3)
-optdepends=('rsync: rate rsync mirrors')
-source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz.sig
-)
-sha512sums=(
-  
35d6d300af0a5fcde0a221b969693597618a41c12deb02f35e1123340b4168fe34d1f4d7c02fa46a3a6ff6327aaed6ccb952c8e320aeff6578839c8a2f90cdd4
-  
a4afc02df892382c17b7fb5000c4dd9bdc7e7c5ee2380fa85fbf08ac01cd8280f026c3a53cad4681766d9f54a1e2ba108e86524f82bffef74bcfe8b128c45d62
-)
-md5sums=(
-  306b28bb8cb2d7ec4a9cb7f2759a9cd1
-  5754bf8dd4cfb2f83b49998f0904dbd1
-)
-validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
-
-package ()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-
-# vim: set ts=2 sw=2 et:

Copied: reflector/repos/community-any/PKGBUILD (from rev 437907, 
reflector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:28:31 UTC (rev 437908)
@@ -0,0 +1,33 @@
+#Maintainer: Xyne 
+pkgname=reflector
+pkgver=2019
+pkgrel=1
+pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
+arch=(any)
+license=(GPL)
+url="https://xyne.archlinux.ca/projects/reflector;
+depends=(python3)
+optdepends=('rsync: rate rsync mirrors')
+source=(
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.tar.xz.sig
+)
+sha512sums=(
+  
ba2c99fc152932382a005195bdda9d2e9a6c891eb1e72e8db0040da396924e080b9a375a238d701de16d6c9bd37da9915e78417900ff9b5ffd6f7652df3ef2d9
+  
86fbdc9fd81e9eb0c05598691c4be9c7dfd6ca519b5106279b8c2613fd7ffe18fbe8a24f399e972289ea361689e6f9e789f781d4d792b6af2f88807ac44c503f
+)
+md5sums=(
+  0f4e40390f310c92ecb9001a6c8d3b74
+  eaab35eda1205f9b9cd1323b08f40cf0
+)
+validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
+
+package ()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+
+# vim: set ts=2 sw=2 et:


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

2019-03-06 Thread Xyne via arch-commits
Date: Wednesday, March 6, 2019 @ 21:28:12
  Author: xyne
Revision: 437907

upgpkg: reflector 2019-1

Upstream update.

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:27:13 UTC (rev 437906)
+++ PKGBUILD2019-03-06 21:28:12 UTC (rev 437907)
@@ -1,7 +1,7 @@
 #Maintainer: Xyne 
 pkgname=reflector
-pkgver=2018
-pkgrel=2
+pkgver=2019
+pkgrel=1
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
@@ -9,16 +9,16 @@
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz
-  https://xyne.archlinux.ca/projects/reflector/src/reflector-2018.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2019.tar.xz.sig
 )
 sha512sums=(
-  
35d6d300af0a5fcde0a221b969693597618a41c12deb02f35e1123340b4168fe34d1f4d7c02fa46a3a6ff6327aaed6ccb952c8e320aeff6578839c8a2f90cdd4
-  
a4afc02df892382c17b7fb5000c4dd9bdc7e7c5ee2380fa85fbf08ac01cd8280f026c3a53cad4681766d9f54a1e2ba108e86524f82bffef74bcfe8b128c45d62
+  
ba2c99fc152932382a005195bdda9d2e9a6c891eb1e72e8db0040da396924e080b9a375a238d701de16d6c9bd37da9915e78417900ff9b5ffd6f7652df3ef2d9
+  
86fbdc9fd81e9eb0c05598691c4be9c7dfd6ca519b5106279b8c2613fd7ffe18fbe8a24f399e972289ea361689e6f9e789f781d4d792b6af2f88807ac44c503f
 )
 md5sums=(
-  306b28bb8cb2d7ec4a9cb7f2759a9cd1
-  5754bf8dd4cfb2f83b49998f0904dbd1
+  0f4e40390f310c92ecb9001a6c8d3b74
+  eaab35eda1205f9b9cd1323b08f40cf0
 )
 validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
 


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:27:13
  Author: anthraxx
Revision: 437906

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   84 +
 fish.install |   26 -
 2 files changed, 56 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:27:07 UTC (rev 437905)
+++ PKGBUILD2019-03-06 21:27:13 UTC (rev 437906)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Kaiting Chen 
-# Contributor: Abhishek Dasgupta 
-# Contributor: Eric Belanger 
-# Contributor: Jan Fader 
-
-pkgname=fish
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='https://fishshell.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which' 'pcre2')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(https://github.com/fish-shell/fish-shell/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('6203b317c503b92c6f742eeb06f9e01558c6a31394ea73134c90b1cf0acebc5b88cdfe18cacf17f70d9b1612289f610e78a7cb683ffbfd9d616e1848f9861bcf')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver} > version
-  autoreconf -fiv
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd fish-shell-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: fish/repos/community-x86_64/PKGBUILD (from rev 437905, 
fish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:27:13 UTC (rev 437906)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Kaiting Chen 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Eric Belanger 
+# Contributor: Jan Fader 
+
+pkgname=fish
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='https://fishshell.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc' 'gcc-libs' 'jq' 'ncurses' 'pcre2')
+optdepends=('python: man page completion parser / web config tool'
+'pkgfile: command-not-found hook')
+makedepends=('doxygen')
+install=fish.install
+source=(https://github.com/fish-shell/fish-shell/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('0421a3fdf5df54c14cddd4d764bc0931bbb4d37fb799205a9457c6eaba513166')
+sha512sums=('d3a24f85d4ada891ec4f6b14733edb236ae67f34868b0c9115fa5ebae99202a747ee9aeec7c6b04702f9a608019d5964b9cdc9abc4e3edfd7aaa9335093d8881')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver} > version
+  autoreconf -fiv
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: fish.install
===
--- fish.install2019-03-06 21:27:07 UTC (rev 437905)
+++ fish.install2019-03-06 21:27:13 UTC (rev 437906)
@@ -1,13 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-x86_64/fish.install (from rev 437905, 
fish/trunk/fish.install)
===
--- fish.install(rev 0)
+++ fish.install2019-03-06 21:27:13 UTC (rev 437906)
@@ -0,0 +1,13 @@
+post_install() {
+  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  sed -ri '\|^/usr/bin/fish$|d' etc/shells
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:27:07
  Author: anthraxx
Revision: 437905

upgpkg: fish 3.0.2-1

Modified:
  fish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:22:56 UTC (rev 437904)
+++ PKGBUILD2019-03-06 21:27:07 UTC (rev 437905)
@@ -6,18 +6,20 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
 arch=('x86_64')
 license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which' 'pcre2')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
+depends=('glibc' 'gcc-libs' 'jq' 'ncurses' 'pcre2')
+optdepends=('python: man page completion parser / web config tool'
+'pkgfile: command-not-found hook')
 makedepends=('doxygen')
 install=fish.install
 
source=(https://github.com/fish-shell/fish-shell/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('6203b317c503b92c6f742eeb06f9e01558c6a31394ea73134c90b1cf0acebc5b88cdfe18cacf17f70d9b1612289f610e78a7cb683ffbfd9d616e1848f9861bcf')
+sha256sums=('0421a3fdf5df54c14cddd4d764bc0931bbb4d37fb799205a9457c6eaba513166')
+sha512sums=('d3a24f85d4ada891ec4f6b14733edb236ae67f34868b0c9115fa5ebae99202a747ee9aeec7c6b04702f9a608019d5964b9cdc9abc4e3edfd7aaa9335093d8881')
 
 prepare() {
   cd fish-shell-${pkgver}


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

2019-03-06 Thread Filipe Laíns via arch-commits
Date: Wednesday, March 6, 2019 @ 21:22:56
  Author: ffy00
Revision: 437904

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 437903, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:21:13 UTC (rev 437903)
+++ PKGBUILD2019-03-06 21:22:56 UTC (rev 437904)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.5.4
-pkgrel=1
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
-'zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness'
-'lsp-plugins: eqqualizer')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f3566010fc2fb118defab5e17c3f77a3537e16ab0792a7fd72ca60d70a03c0e6ea44e853ede079b7a006acba822f5c04fa0d30961c786aa9113f5a5b8352e585')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 437903, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:22:56 UTC (rev 437904)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.5.4
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
+'zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness'
+'lsp-plugins: eqqualizer')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('f3566010fc2fb118defab5e17c3f77a3537e16ab0792a7fd72ca60d70a03c0e6ea44e853ede079b7a006acba822f5c04fa0d30961c786aa9113f5a5b8352e585')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-03-06 Thread Eli Schwartz via arch-commits
Date: Wednesday, March 6, 2019 @ 21:21:13
  Author: eschwartz
Revision: 437903

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:20:56 UTC (rev 437902)
+++ PKGBUILD2019-03-06 21:21:13 UTC (rev 437903)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Guillaume Brogi 
-
-_pkgname=progress
-pkgbase=python-progress
-pkgname=('python-progress' 'python2-progress')
-pkgver=1.4
-pkgrel=2
-pkgdesc="Easy to use progress bars for Python"
-arch=('any')
-url="https://github.com/verigak/${_pkgname};
-license=('ISC')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('617c0442f2de21a029c75ce6fef17b46535829336ed497edc3e5835402e4f0ea')
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-python2 setup.py build
-}
-
-package_python-progress() {
-depends=('python')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-progress() {
-depends=('python2')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-progress/repos/community-any/PKGBUILD (from rev 437902, 
python-progress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:21:13 UTC (rev 437903)
@@ -0,0 +1,45 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Guillaume Brogi 
+
+_pkgname=progress
+pkgbase=python-progress
+pkgname=('python-progress' 'python2-progress')
+pkgver=1.5
+pkgrel=1
+pkgdesc="Easy to use progress bars for Python"
+arch=('any')
+url="https://github.com/verigak/${_pkgname};
+license=('ISC')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('e90987f203a91a80550d4d68b4e74bfc901ce0e246631a1291427097cffb891b')
+
+build() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python test_progress.py
+python2 test_progress.py
+}
+
+package_python-progress() {
+depends=('python')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-progress() {
+depends=('python2')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-03-06 Thread Eli Schwartz via arch-commits
Date: Wednesday, March 6, 2019 @ 21:20:56
  Author: eschwartz
Revision: 437902

upgpkg: python-progress 1.5-1

upstream release
add testsuite

Modified:
  python-progress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 20:33:36 UTC (rev 437901)
+++ PKGBUILD2019-03-06 21:20:56 UTC (rev 437902)
@@ -4,8 +4,8 @@
 _pkgname=progress
 pkgbase=python-progress
 pkgname=('python-progress' 'python2-progress')
-pkgver=1.4
-pkgrel=2
+pkgver=1.5
+pkgrel=1
 pkgdesc="Easy to use progress bars for Python"
 arch=('any')
 url="https://github.com/verigak/${_pkgname};
@@ -12,7 +12,7 @@
 license=('ISC')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('617c0442f2de21a029c75ce6fef17b46535829336ed497edc3e5835402e4f0ea')
+sha256sums=('e90987f203a91a80550d4d68b4e74bfc901ce0e246631a1291427097cffb891b')
 
 build() {
 cd "${srcdir}"/${_pkgname}-${pkgver}
@@ -21,6 +21,13 @@
 python2 setup.py build
 }
 
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python test_progress.py
+python2 test_progress.py
+}
+
 package_python-progress() {
 depends=('python')
 


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:19:24
  Author: anthraxx
Revision: 347173

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 347172, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 347172, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 347172, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 347172, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 347172, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 347172, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  504 -
 config.x86_64 |19718 
 linux.install |   26 
 linux.preset  |   28 
 6 files changed, 10161 insertions(+), 10161 deletions(-)

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


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:16:56
  Author: anthraxx
Revision: 347172

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 347171, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 347171, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 347171, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 347171, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 347171, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 347171, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  504 -
 config.x86_64 |19718 
 linux.install |   26 
 linux.preset  |   28 
 6 files changed, 10161 insertions(+), 10161 deletions(-)

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


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

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:16:47
  Author: anthraxx
Revision: 347171

upgpkg: linux-hardened 4.20.14.a-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 19:50:24 UTC (rev 347170)
+++ PKGBUILD2019-03-06 21:16:47 UTC (rev 347171)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=4.20.13
+_pkgver=4.20.14
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -23,9 +23,9 @@
 linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('0e73adb4f0a4e68ae260d5aa644eb9c50e847f204258a5e43ce88dc791eb0ac1'
+sha256sums=('0e08e6d0a9e30fe13d2de624e9072bb455ae1f54a0918dc6981003c2afdf1a81'
 'SKIP'
-'31ceb8eb68701c4f8f3529967e59da2877d3e42a99fbbecab0b8e651e542c01b'
+'7f011781384fc565e087fad107f0e4963166551ee285236a0b1eb01016d826c1'
 'SKIP'
 'e5ba805d660d833c6c1e5d63e42875b6c0037b51bc1d189ecc13be623a3c3533'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2019-03-06 Thread Ike Devolder via arch-commits
Date: Wednesday, March 6, 2019 @ 19:55:06
  Author: idevolder
Revision: 437900

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 437899, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 19:54:57 UTC (rev 437899)
+++ PKGBUILD2019-03-06 19:55:06 UTC (rev 437900)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=59762
-pkgver=2.6.r59762
-pkgrel=2
-pkgdesc='Free Pascal Qt5 binding library updated by lazarus IDE'
-arch=('x86_64')
-url='https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings'
-license=('LGPL3')
-depends=('qt5-base' 'qt5-x11extras')
-makedepends=('subversion')
-source=("$pkgname::svn+https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings#revision=$_svnrevision;)
-sha512sums=('SKIP')
-
-build() {
-cd "$pkgname"
-   qmake-qt5 "QT += x11extras"
-   make
-}
-
-package() {
-cd "$pkgname"
-   make INSTALL_ROOT="$pkgdir" install
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 437899, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 19:55:06 UTC (rev 437900)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=60525
+pkgver=2.6.r60525
+pkgrel=1
+pkgdesc='Free Pascal Qt5 binding library updated by lazarus IDE'
+arch=('x86_64')
+url='https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings'
+license=('LGPL3')
+depends=('qt5-base' 'qt5-x11extras')
+makedepends=('subversion')
+source=("$pkgname::svn+https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings#revision=$_svnrevision;)
+sha512sums=('SKIP')
+
+build() {
+cd "$pkgname"
+   qmake-qt5 "QT += x11extras"
+   make
+}
+
+package() {
+cd "$pkgname"
+   make INSTALL_ROOT="$pkgdir" install
+}


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

2019-03-06 Thread Ike Devolder via arch-commits
Date: Wednesday, March 6, 2019 @ 19:54:57
  Author: idevolder
Revision: 437899

upgpkg: qt5pas 2.6.r60525-1

Modified:
  qt5pas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 19:54:40 UTC (rev 437898)
+++ PKGBUILD2019-03-06 19:54:57 UTC (rev 437899)
@@ -2,9 +2,9 @@
 # Contributor: rebel 
 
 pkgname=qt5pas
-_svnrevision=59762
-pkgver=2.6.r59762
-pkgrel=2
+_svnrevision=60525
+pkgver=2.6.r60525
+pkgrel=1
 pkgdesc='Free Pascal Qt5 binding library updated by lazarus IDE'
 arch=('x86_64')
 url='https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings'


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

2019-03-06 Thread Ike Devolder via arch-commits
Date: Wednesday, March 6, 2019 @ 19:54:40
  Author: idevolder
Revision: 437898

archrelease: copy trunk to community-x86_64

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 437897, qcad/trunk/PKGBUILD)
Deleted:
  qcad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 19:54:31 UTC (rev 437897)
+++ PKGBUILD2019-03-06 19:54:40 UTC (rev 437898)
@@ -1,91 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.22.0.0
-pkgrel=2
-pkgdesc='A 2D CAD package based upon Qt'
-arch=('x86_64')
-url="https://www.qcad.org;
-license=('GPL3')
-depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
-makedepends=('glu')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('e66c634fddab94c37657582c8abb10b31af64192a821e80dfccc233e5b15f666830a6859b14ea3c3b0549367c272a25ca45bcaa9a332ced23fa1fe9db0c01668')
-
-prepare() {
-  rm *.tar.gz
-  cd qcad-$pkgver
-  sed -e 's|$${QT_VERSION}|5.5.0|g' \
-  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
-}
-
-build() {
-  cd qcad-$pkgver
-  qmake-qt5 qcad.pro
-  make
-}
-
-package() {
-  cd qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 "$pkgdir"/usr/lib/qcad
-  cp -r examples fonts libraries linetypes patterns scripts themes ts \
-  "$pkgdir"/usr/lib/qcad
-  cp release/{*.so,qcad-bin} "$pkgdir"/usr/lib/qcad
-
-  # install man
-  install -Dm644 qcad.1 "$pkgdir"/usr/share/man/man1/qcad.1
-
-  # readme
-  install -Dm644 readme.txt "$pkgdir"/usr/lib/qcad/readme.txt
-
-  # qt
-  cp -r plugins platforminputcontexts platforms xcbglintegrations \
-  "$pkgdir"/usr/lib/qcad
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/plugins/{designer,imageformats,printsupport,sqldrivers}
-  #for sofiles in /usr/lib/qt/plugins/designer/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/plugins/designer/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/imageformats/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/imageformats/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/printsupport/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/printsupport/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/sqldrivers/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/sqldrivers/${sofiles##/*/}
-  #done
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/{platforminputcontexts,platforms,xcbglintegrations}
-  #for sofiles in /usr/lib/qt/plugins/platforminputcontexts/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/platforminputcontexts/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/platforms/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/platforms/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/xcbglintegrations/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/xcbglintegrations/${sofiles##/*/}
-  #done
-
-  install -Dm644 scripts/qcad_icon.png 
"$pkgdir"/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 qcad.desktop "$pkgdir"/usr/share/applications/qcad.desktop
-
-  install -dm755 "$pkgdir"/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/lib/qcad"
 exec /usr/lib/qcad/qcad-bin "$@"' >"$pkgdir"/usr/bin/qcad
-
-  chmod 0755 "$pkgdir"/usr/bin/qcad
-}

Copied: qcad/repos/community-x86_64/PKGBUILD (from rev 437897, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 19:54:40 UTC (rev 437898)
@@ -0,0 +1,91 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.22.0.1
+pkgrel=1
+pkgdesc='A 2D CAD package based upon Qt'
+arch=('x86_64')
+url="https://www.qcad.org;
+license=('GPL3')
+depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
+makedepends=('glu')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
+sha512sums=('18e615134260fa960e103627b1f0d2c636179d2685a4b5ba192e8c085a1b1dfc6dafb9157b933210cfd75dfd98a930a5123255a1b51a61f88792f96832f1492f')
+
+prepare() {
+  rm *.tar.gz
+  cd qcad-$pkgver
+  sed -e 's|$${QT_VERSION}|5.5.0|g' \
+  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
+}
+
+build() {
+  cd qcad-$pkgver
+  qmake-qt5 qcad.pro
+  make
+}
+
+package() {
+  cd 

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

2019-03-06 Thread Ike Devolder via arch-commits
Date: Wednesday, March 6, 2019 @ 19:54:31
  Author: idevolder
Revision: 437897

upgpkg: qcad 3.22.0.1-1

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 19:54:21 UTC (rev 437896)
+++ PKGBUILD2019-03-06 19:54:31 UTC (rev 437897)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.22.0.0
-pkgrel=2
+pkgver=3.22.0.1
+pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
 url="https://www.qcad.org;
@@ -14,7 +14,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz;)
-sha512sums=('e66c634fddab94c37657582c8abb10b31af64192a821e80dfccc233e5b15f666830a6859b14ea3c3b0549367c272a25ca45bcaa9a332ced23fa1fe9db0c01668')
+sha512sums=('18e615134260fa960e103627b1f0d2c636179d2685a4b5ba192e8c085a1b1dfc6dafb9157b933210cfd75dfd98a930a5123255a1b51a61f88792f96832f1492f')
 
 prepare() {
   rm *.tar.gz


  1   2   3   >