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

2017-09-12 Thread Florian Pritz
Date: Tuesday, September 12, 2017 @ 08:26:16
  Author: bluewind
Revision: 257090

archrelease: copy trunk to community-i686, community-x86_64

Added:
  siege/repos/community-i686/PKGBUILD
(from rev 257089, siege/trunk/PKGBUILD)
  siege/repos/community-x86_64/PKGBUILD
(from rev 257089, siege/trunk/PKGBUILD)
Deleted:
  siege/repos/community-i686/PKGBUILD
  siege/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 08:26:06 UTC (rev 257089)
+++ community-i686/PKGBUILD 2017-09-12 08:26:16 UTC (rev 257090)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Sven Kauber 
-
-pkgname=siege
-pkgver=4.0.2
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc="An http regression testing and benchmarking utility"
-url="https://www.joedog.org/siege-home/";
-depends=('openssl')
-source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz";)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  install -d -m755 "$pkgdir/etc"
-  install -d -m755 "$pkgdir/usr/share"
-  make DESTDIR="$pkgdir" install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
-}
-
-md5sums=('ae03c9072d4ada7309f31d14d0e24518')

Copied: siege/repos/community-i686/PKGBUILD (from rev 257089, 
siege/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 08:26:16 UTC (rev 257090)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.0.4
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="https://www.joedog.org/siege-home/";
+depends=('openssl')
+source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz";)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  install -d -m755 "$pkgdir/etc"
+  install -d -m755 "$pkgdir/usr/share"
+  make DESTDIR="$pkgdir" install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
+}
+
+md5sums=('aed6db62c4bf199f86218bd7b2fda14f')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-12 08:26:06 UTC (rev 257089)
+++ community-x86_64/PKGBUILD   2017-09-12 08:26:16 UTC (rev 257090)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Sven Kauber 
-
-pkgname=siege
-pkgver=4.0.2
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc="An http regression testing and benchmarking utility"
-url="https://www.joedog.org/siege-home/";
-depends=('openssl')
-source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz";)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  install -d -m755 "$pkgdir/etc"
-  install -d -m755 "$pkgdir/usr/share"
-  make DESTDIR="$pkgdir" install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
-}
-
-md5sums=('ae03c9072d4ada7309f31d14d0e24518')

Copied: siege/repos/community-x86_64/PKGBUILD (from rev 257089, 
siege/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-12 08:26:16 UTC (rev 257090)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.0.4
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="https://www.joedog.org/siege-home/";
+depends=('openssl')
+source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz";)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  install -d -m755 "$pkgdir/etc"
+  install -d -m755 "$pkgdir/usr/share"
+  make DESTDIR="$pkgdir" install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
+}
+
+md5sums=('aed6db62c4bf199f86218bd7b2fda14f')


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

2017-09-12 Thread Florian Pritz
Date: Tuesday, September 12, 2017 @ 08:26:06
  Author: bluewind
Revision: 257089

upgpkg: siege 4.0.4-1

upstream update

Modified:
  siege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 06:59:10 UTC (rev 257088)
+++ PKGBUILD2017-09-12 08:26:06 UTC (rev 257089)
@@ -3,8 +3,8 @@
 # Contributor: Sven Kauber 
 
 pkgname=siege
-pkgver=4.0.2
-pkgrel=2
+pkgver=4.0.4
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 pkgdesc="An http regression testing and benchmarking utility"
@@ -28,4 +28,4 @@
   sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
 }
 
-md5sums=('ae03c9072d4ada7309f31d14d0e24518')
+md5sums=('aed6db62c4bf199f86218bd7b2fda14f')


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

2017-09-12 Thread Massimiliano Torromeo
Date: Tuesday, September 12, 2017 @ 09:01:32
  Author: mtorromeo
Revision: 257091

upgpkg: elasticsearch 5.6.0-1

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 08:26:16 UTC (rev 257090)
+++ PKGBUILD2017-09-12 09:01:32 UTC (rev 257091)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=5.5.2
+pkgver=5.6.0
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
@@ -20,7 +20,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('0870e2c0c72e6eda976effa07aa1cdd06a9500302320b5c22ed292ce21665bf1'
+sha256sums=('a38f6e9b4282e1e39d2e7f237d3e0226b46001af38164ed40f764bb6768af057'
 'f228b588345780cfc84c229dd92722e024c0da155976afc96fc5e5970428a9e4'
 '4dc14262b67399f741c303cce7d18f9d3d220285778a2deb50fb0640161179c7'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


[arch-commits] Commit in elasticsearch/repos/community-any (14 files)

2017-09-12 Thread Massimiliano Torromeo
Date: Tuesday, September 12, 2017 @ 09:02:23
  Author: mtorromeo
Revision: 257092

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 257091, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 257091, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 257091, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 257091, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 257091, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 257091, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 257091, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  160 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |   12 +--
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++---
 elasticsearch.service  |   68 +-
 elasticsearch@.service |   68 +-
 7 files changed, 169 insertions(+), 169 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 09:01:32 UTC (rev 257091)
+++ PKGBUILD2017-09-12 09:02:23 UTC (rev 257092)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=5.5.2
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch";
-license=('APACHE')
-depends=('java-runtime-headless=8' 'systemd')
-source=(
-  "https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver.tar.gz";
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('0870e2c0c72e6eda976effa07aa1cdd06a9500302320b5c22ed292ce21665bf1'
-'f228b588345780cfc84c229dd92722e024c0da155976afc96fc5e5970428a9e4'
-'4dc14262b67399f741c303cce7d18f9d3d220285778a2deb50fb0640161179c7'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'3173e3efa429507e6329f518699a072dfd442d9b5da7c62452a55f82334dd2b5'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/log4j2.properties'
-'etc/elasticsearch/jvm.options'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in elasticsearch{,-plugin,-translog}; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  cd "$pkgdir"
-  install -dm750 etc/elasticsearch/scripts
-  install -dm755 usr/share/elasticsearch/plugins
-  install -dm755 var/lib/elasticsearch
-  install -dm755 var/log/elasticsearch
-
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
-  install -Dm644 "$srcdir"/elasticsearch-user.conf 
usr/lib/sysusers.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-tmpfile.conf 
usr/lib/tmpfiles.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-sysctl.conf 
usr/lib/sysctl.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch.default etc/default/elasticsearch
-
-  cd "$srcdir"/$pkgname-$pkgver
-  cp -R lib modules "$pkgdir"/usr/share/elasticsearch/
-
-   cd config
-   for conf in *; do
-   install -Dm644 "$conf" "$pkgdir/etc

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

2017-09-12 Thread Massimiliano Torromeo
Date: Tuesday, September 12, 2017 @ 09:25:12
  Author: mtorromeo
Revision: 257093

upgpkg: beats 5.6.0-1

Modified:
  beats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 09:02:23 UTC (rev 257092)
+++ PKGBUILD2017-09-12 09:25:12 UTC (rev 257093)
@@ -3,7 +3,7 @@
 
 pkgbase=beats
 pkgname=(filebeat packetbeat metricbeat heartbeat)
-pkgver=5.5.1
+pkgver=5.6.0
 pkgrel=1
 pkgdesc='Data shippers for Elasticsearch'
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 "packetbeat-tmpfile.conf"
 "metricbeat-tmpfile.conf"
 "heartbeat-tmpfile.conf")
-sha256sums=('b6c85901b1feb0e184dd56d9012ccda10bf62566ddfbe3d9790c771b73db3a46'
+sha256sums=('7ec86da04b97fa7dcddc88250f0f7d2efd06f4ef058cc0097d1d439526b9ed44'
 '33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
 '4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
 '9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'


[arch-commits] Commit in beats/repos (40 files)

2017-09-12 Thread Massimiliano Torromeo
Date: Tuesday, September 12, 2017 @ 09:25:50
  Author: mtorromeo
Revision: 257094

archrelease: copy trunk to community-i686, community-x86_64

Added:
  beats/repos/community-i686/PKGBUILD
(from rev 257093, beats/trunk/PKGBUILD)
  beats/repos/community-i686/filebeat-tmpfile.conf
(from rev 257093, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-i686/filebeat.service
(from rev 257093, beats/trunk/filebeat.service)
  beats/repos/community-i686/filebeat.sysusers
(from rev 257093, beats/trunk/filebeat.sysusers)
  beats/repos/community-i686/heartbeat-tmpfile.conf
(from rev 257093, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-i686/heartbeat.service
(from rev 257093, beats/trunk/heartbeat.service)
  beats/repos/community-i686/metricbeat-tmpfile.conf
(from rev 257093, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-i686/metricbeat.service
(from rev 257093, beats/trunk/metricbeat.service)
  beats/repos/community-i686/packetbeat-tmpfile.conf
(from rev 257093, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-i686/packetbeat.service
(from rev 257093, beats/trunk/packetbeat.service)
  beats/repos/community-x86_64/PKGBUILD
(from rev 257093, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 257093, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 257093, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 257093, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 257093, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 257093, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 257093, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 257093, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 257093, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 257093, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-i686/PKGBUILD
  beats/repos/community-i686/filebeat-tmpfile.conf
  beats/repos/community-i686/filebeat.service
  beats/repos/community-i686/filebeat.sysusers
  beats/repos/community-i686/heartbeat-tmpfile.conf
  beats/repos/community-i686/heartbeat.service
  beats/repos/community-i686/metricbeat-tmpfile.conf
  beats/repos/community-i686/metricbeat.service
  beats/repos/community-i686/packetbeat-tmpfile.conf
  beats/repos/community-i686/packetbeat.service
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

--+
 /PKGBUILD|  250 +
 /filebeat-tmpfile.conf   |4 
 /filebeat.service|   24 ++
 /filebeat.sysusers   |2 
 /heartbeat-tmpfile.conf  |4 
 /heartbeat.service   |   22 ++
 /metricbeat-tmpfile.conf |4 
 /metricbeat.service  |   22 ++
 /packetbeat-tmpfile.conf |4 
 /packetbeat.service  |   22 ++
 community-i686/PKGBUILD  |  125 --
 community-i686/filebeat-tmpfile.conf |2 
 community-i686/filebeat.service  |   12 -
 community-i686/filebeat.sysusers |1 
 community-i686/heartbeat-tmpfile.conf|2 
 community-i686/heartbeat.service |   11 -
 community-i686/metricbeat-tmpfile.conf   |2 
 community-i686/metricbeat.service|   11 -
 community-i686/packetbeat-tmpfile.conf   |2 
 community-i686/packetbeat.service|   11 -
 community-x86_64/PKGBUILD|  125 --
 community-x86_64/filebeat-tmpfile.conf   |2 
 community-x86_64/filebeat.service|   12 -
 community-x86_64/filebeat.sysusers   |1 
 community-x86_64/heartbeat-tmpfile.conf  |2 
 community-x86_64/heartbeat.service   |   11 -
 community-x86_64/metricbeat-tmpfile.conf |2 
 community-x86_64/metricbeat.service  |   11 -
 community-x86_64/packetbeat-tmpfile.conf |2 
 community-x86_64/packetbeat.service  |   11 -
 30 files changed, 358 insertions(+), 358 deletions(-)

Deleted: community-i686/PKGBUILD
===
--

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

2017-09-12 Thread Bruno Pagani
Date: Tuesday, September 12, 2017 @ 10:05:27
  Author: archange
Revision: 257096

archrelease: copy trunk to community-any

Added:
  arc-kde/repos/community-any/PKGBUILD
(from rev 257095, arc-kde/trunk/PKGBUILD)
Deleted:
  arc-kde/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 10:05:07 UTC (rev 257095)
+++ PKGBUILD2017-09-12 10:05:27 UTC (rev 257096)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=arc-kde
-pkgver=20170423
-pkgrel=1
-pkgdesc="Arc theme for KDE Plasma 5"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgname}";
-license=('GPL3')
-options=('!strip')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('bd6a139ef990f3a8acbc06a26c280c299ff705c6c56eb90af320507d2ecec7ae')
-
-package() {
-cd ${pkgname}-${pkgver}
-mkdir -p ${pkgdir}/usr/share
- 
-cp -r plasma "${pkgdir}"/usr/share
-cp -r aurorae "${pkgdir}"/usr/share
-cp -r color-schemes "${pkgdir}"/usr/share
-cp -r konsole "${pkgdir}"/usr/share
-# Not sure whether this is the right place to provide this script…
-rm "${pkgdir}"/usr/share/plasma/desktoptheme/Arc-Dark/fix-menubar.sh
-}

Copied: arc-kde/repos/community-any/PKGBUILD (from rev 257095, 
arc-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-12 10:05:27 UTC (rev 257096)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=arc-kde
+pkgver=20170908
+pkgrel=1
+pkgdesc="Arc theme for KDE Plasma 5"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/${pkgname}";
+license=('GPL3')
+options=('!strip')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('693534ca63d17ee620556f1e30a099f66ac88bbb59eff4d87c3a7d404f59a24f')
+
+package() {
+cd ${pkgname}-${pkgver}
+mkdir -p ${pkgdir}/usr/share
+ 
+cp -r plasma "${pkgdir}"/usr/share
+cp -r aurorae "${pkgdir}"/usr/share
+cp -r color-schemes "${pkgdir}"/usr/share
+cp -r konsole "${pkgdir}"/usr/share
+# Not sure whether this is the right place to provide this script…
+rm "${pkgdir}"/usr/share/plasma/desktoptheme/Arc-Dark/fix-menubar.sh
+}


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

2017-09-12 Thread Bruno Pagani
Date: Tuesday, September 12, 2017 @ 10:05:07
  Author: archange
Revision: 257095

upgpkg: arc-kde 20170908-1

Modified:
  arc-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 09:25:50 UTC (rev 257094)
+++ PKGBUILD2017-09-12 10:05:07 UTC (rev 257095)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=arc-kde
-pkgver=20170423
+pkgver=20170908
 pkgrel=1
 pkgdesc="Arc theme for KDE Plasma 5"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('GPL3')
 options=('!strip')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('bd6a139ef990f3a8acbc06a26c280c299ff705c6c56eb90af320507d2ecec7ae')
+sha256sums=('693534ca63d17ee620556f1e30a099f66ac88bbb59eff4d87c3a7d404f59a24f')
 
 package() {
 cd ${pkgname}-${pkgver}


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

2017-09-12 Thread Antonio Rojas
Date: Tuesday, September 12, 2017 @ 10:15:24
  Author: arojas
Revision: 305367

Update to 0.18.4

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 23:56:58 UTC (rev 305366)
+++ PKGBUILD2017-09-12 10:15:24 UTC (rev 305367)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.3
+pkgver=0.18.4
 pkgrel=1
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz";)
-sha256sums=('446599eb985bd8074ab63709f50fc7e4fcc9eb41fba9aa6fb8e8bf5fcbdf66a5')
+sha256sums=('eaf4931b46e65861e88bbe704ccf370381e94d63e9a898b889ded4e0cb3b0c97')
 
 build() {
   cd LibRaw-$pkgver


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

2017-09-12 Thread Antonio Rojas
Date: Tuesday, September 12, 2017 @ 10:20:55
  Author: arojas
Revision: 305368

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libraw/repos/extra-i686/PKGBUILD
(from rev 305367, libraw/trunk/PKGBUILD)
  libraw/repos/extra-x86_64/PKGBUILD
(from rev 305367, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-i686/PKGBUILD
  libraw/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-12 10:15:24 UTC (rev 305367)
+++ extra-i686/PKGBUILD 2017-09-12 10:20:55 UTC (rev 305368)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.3
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('i686' 'x86_64')
-url="https://www.libraw.org/";
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz";)
-sha256sums=('446599eb985bd8074ab63709f50fc7e4fcc9eb41fba9aa6fb8e8bf5fcbdf66a5')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 305367, 
libraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-12 10:20:55 UTC (rev 305368)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.4
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('i686' 'x86_64')
+url="https://www.libraw.org/";
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz";)
+sha256sums=('eaf4931b46e65861e88bbe704ccf370381e94d63e9a898b889ded4e0cb3b0c97')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-12 10:15:24 UTC (rev 305367)
+++ extra-x86_64/PKGBUILD   2017-09-12 10:20:55 UTC (rev 305368)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.3
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('i686' 'x86_64')
-url="https://www.libraw.org/";
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz";)
-sha256sums=('446599eb985bd8074ab63709f50fc7e4fcc9eb41fba9aa6fb8e8bf5fcbdf66a5')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 305367, 
libraw/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-09-12 10:20:55 UTC (rev 305368)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.4
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('i686' 'x86_64')
+url="https://www.libraw.org/";
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz";)
+sha256sums=('eaf4931b46e65861e88bbe704ccf370381e94d63e9a898b889ded4e0cb3b0c97')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-12 Thread Kyle Keen
Date: Tuesday, September 12, 2017 @ 10:23:51
  Author: kkeen
Revision: 257097

boost 1.65.1 rebuild

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 10:05:27 UTC (rev 257096)
+++ PKGBUILD2017-09-12 10:23:51 UTC (rev 257097)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.2
-pkgrel=25
+pkgrel=26
 pkgdesc="Gnuradio I/Q balancing"
 arch=('i686' 'x86_64')
 url="http://cgit.osmocom.org/gr-iqbal/";


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

2017-09-12 Thread Kyle Keen
Date: Tuesday, September 12, 2017 @ 10:24:14
  Author: kkeen
Revision: 257098

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnuradio-iqbal/repos/community-staging-i686/
  gnuradio-iqbal/repos/community-staging-i686/PKGBUILD
(from rev 257097, gnuradio-iqbal/trunk/PKGBUILD)
  gnuradio-iqbal/repos/community-staging-x86_64/
  gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD
(from rev 257097, gnuradio-iqbal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: gnuradio-iqbal/repos/community-staging-i686/PKGBUILD (from rev 257097, 
gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-12 10:24:14 UTC (rev 257098)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=26
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/";
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-iqbal/repos/community-staging-x86_64/PKGBUILD (from rev 
257097, gnuradio-iqbal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-12 10:24:14 UTC (rev 257098)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-iqbal
+_pkgname=gr-iqbal
+pkgver=0.37.2
+pkgrel=26
+pkgdesc="Gnuradio I/Q balancing"
+arch=('i686' 'x86_64')
+url="http://cgit.osmocom.org/gr-iqbal/";
+license=('GPL')
+depends=('gnuradio' 'fftw')
+replaces=('gr-iqbal')
+makedepends=('git' 'cmake' 'boost' 'swig')
+source=("git://git.osmocom.org/gr-iqbal/#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$_pkgname"
+  git submodule init
+  git submodule update
+  sed -i 's/LIBOSMODSP_LIBRARIES ""/LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-12 Thread Kyle Keen
Date: Tuesday, September 12, 2017 @ 10:27:20
  Author: kkeen
Revision: 257099

boost 1.65.1 rebuild

Modified:
  gnuradio-fcdproplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 10:24:14 UTC (rev 257098)
+++ PKGBUILD2017-09-12 10:27:20 UTC (rev 257099)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-fcdproplus
 _pkgname=gr-fcdproplus
 pkgver=3.7.5
-pkgrel=9
+pkgrel=10
 _tag=fcdproplus-0.1.0
 pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
 arch=('i686' 'x86_64')


[arch-commits] Commit in gnuradio-fcdproplus/repos (6 files)

2017-09-12 Thread Kyle Keen
Date: Tuesday, September 12, 2017 @ 10:27:38
  Author: kkeen
Revision: 257100

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnuradio-fcdproplus/repos/community-staging-i686/
  gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules
(from rev 257099, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD
(from rev 257099, gnuradio-fcdproplus/trunk/PKGBUILD)
  gnuradio-fcdproplus/repos/community-staging-x86_64/
  gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules
(from rev 257099, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
  gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD
(from rev 257099, gnuradio-fcdproplus/trunk/PKGBUILD)

--+
 community-staging-i686/88-fcdproplus.rules   |9 +
 community-staging-i686/PKGBUILD  |   42 +
 community-staging-x86_64/88-fcdproplus.rules |9 +
 community-staging-x86_64/PKGBUILD|   42 +
 4 files changed, 102 insertions(+)

Copied: gnuradio-fcdproplus/repos/community-staging-i686/88-fcdproplus.rules 
(from rev 257099, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-i686/88-fcdproplus.rules  (rev 0)
+++ community-staging-i686/88-fcdproplus.rules  2017-09-12 10:27:38 UTC (rev 
257100)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-i686/PKGBUILD (from rev 
257099, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-12 10:27:38 UTC (rev 257100)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.5
+pkgrel=10
+_tag=fcdproplus-0.1.0
+pkgdesc="GNU Radio source block for Funcube Dongle Pro +"
+arch=('i686' 'x86_64')
+url="https://github.com/dl1ksv/gr-fcdproplus";
+license=('GPL3')
+depends=('gnuradio' 'libusb' 'alsa-lib' 'boost-libs')
+makedepends=('git' 'cmake' 'boost' 'swig' 'systemd')
+# systemd for FS#54735 (libudev.h)
+replaces=('gr-fcdproplus')
+source=("git://github.com/dl1ksv/gr-fcdproplus.git#tag=$_tag"
+"88-fcdproplus.rules")
+md5sums=('SKIP'
+ '465e12c454c6a22ebec9849181af7bdc')
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir -p build
+  cd build
+  cmake \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "$srcdir/88-fcdproplus.rules" 
"$pkgdir/etc/udev/rules.d/88-fcdproplus.rules"
+}

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/88-fcdproplus.rules 
(from rev 257099, gnuradio-fcdproplus/trunk/88-fcdproplus.rules)
===
--- community-staging-x86_64/88-fcdproplus.rules
(rev 0)
+++ community-staging-x86_64/88-fcdproplus.rules2017-09-12 10:27:38 UTC 
(rev 257100)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio-fcdproplus/repos/community-staging-x86_64/PKGBUILD (from rev 
257099, gnuradio-fcdproplus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-12 10:27:38 UTC (rev 257100)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-fcdproplus
+_pkgname=gr-fcdproplus
+pkgver=3.7.5
+pkgrel=10
+_tag=fcdproplus-0.1.0
+pkgdesc="GNU Radio source block for F

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

2017-09-12 Thread Kyle Keen
Date: Tuesday, September 12, 2017 @ 10:32:35
  Author: kkeen
Revision: 257101

boost 1.65.1 rebuild

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 10:27:38 UTC (rev 257100)
+++ PKGBUILD2017-09-12 10:32:35 UTC (rev 257101)
@@ -4,7 +4,7 @@
 pkgname=gnuradio-osmosdr
 _pkgname=gr-osmosdr
 pkgver=0.1.4
-pkgrel=23
+pkgrel=24
 pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
 url="http://sdr.osmocom.org/trac/";
 arch=('i686' 'x86_64')


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

2017-09-12 Thread Kyle Keen
Date: Tuesday, September 12, 2017 @ 10:32:52
  Author: kkeen
Revision: 257102

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnuradio-osmosdr/repos/community-staging-i686/
  gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD
(from rev 257101, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-staging-x86_64/
  gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 257101, gnuradio-osmosdr/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: gnuradio-osmosdr/repos/community-staging-i686/PKGBUILD (from rev 
257101, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-12 10:32:52 UTC (rev 257102)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=24
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+optdepends=('python2-opengl: osmocom_fft')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnuradio-osmosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
257101, gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-12 10:32:52 UTC (rev 257102)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.4
+pkgrel=24
+pkgdesc="Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF, 
HackRF and AirSpy devices"
+url="http://sdr.osmocom.org/trac/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf' 'airspy')
+optdepends=('python2-opengl: osmocom_fft')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=("git://git.osmocom.org/gr-osmosdr#tag=v$pkgver")
+md5sums=('SKIP')
+
+# add support for miri, osmo?
+
+prepare() {
+  cd "$srcdir/$_pkgname"
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+}
+
+build() {
+  cd "$srcdir/$_pkgname"
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_pkgname/build/"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in rabbitmq/trunk (PKGBUILD rabbitmq-script-wrapper)

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 10:34:10
  Author: anthraxx
Revision: 257103

upgpkg: rabbitmq 3.6.12-1 (adding wrapper script)

- wrapper script allows rabbitmq* scripts to be run as
  either rabbitmq or root (su-ing as rabbitmq) FS#46908

Added:
  rabbitmq/trunk/rabbitmq-script-wrapper
Modified:
  rabbitmq/trunk/PKGBUILD

-+
 PKGBUILD|   19 +++---
 rabbitmq-script-wrapper |   48 ++
 2 files changed, 60 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 10:32:52 UTC (rev 257102)
+++ PKGBUILD2017-09-12 10:34:10 UTC (rev 257103)
@@ -8,23 +8,25 @@
 # Contributor: mutantmonkey
 
 pkgname=rabbitmq
-pkgver=3.6.11
+pkgver=3.6.12
 pkgrel=1
 pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
 url='https://rabbitmq.com'
 arch=('any')
 license=('MPL')
-depends=('erlang-nox')
+depends=('util-linux' 'inetutils' 'erlang-nox')
 optdepends=('rabbitmqadmin: CLI management tool')
 backup=('etc/rabbitmq/rabbitmq-env.conf')
 install=rabbitmq.install
 
source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc}
 rabbitmq-env.conf
-rabbitmq.service)
-sha512sums=('56c5bb4bed9886b53454da400e111d7f24bb51b7172a6e2311b0ee13a28782e81718721c0d1fe02194bcb817ef9c2d7ecb8ba6d3181d3ef3baf6cb7bf395819f'
+rabbitmq.service
+rabbitmq-script-wrapper)
+sha512sums=('6c2551a01c6210cd9e353ae19f69098478349a7ba59bc83844a682fc73d9e920cbc21c753edaf40cc9119f8befcd3d1647bf20d47741fb5ac1e969844cb5fb1d'
 'SKIP'
 
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
-
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')
+
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319'
+
'3f271d546836eccc3bcf61105c013d3b590c3e2535106d07e5605a63174fd62ef204207367c2cd39be54e0246d0bbd9aecebe8b5cefe9018a766ceb8af70bc81')
 validpgpkeys=('0A9AF2115F4687BD29803A206B73A36E6026DFCA') # RabbitMQ Release 
Signing Key 
 
 prepare() {
@@ -47,8 +49,11 @@
   cp -R sbin "${libdir}"
   cp -R share "${pkgdir}/usr"
 
-  for script in ${libdir}/sbin/*; do
-ln -s "${script#${pkgdir}}" "${pkgdir}/usr/bin/"
+  install -d "${pkgdir}/usr/lib/rabbitmq/bin"
+  install -Dm 755 "${srcdir}/rabbitmq-script-wrapper" -t 
"${pkgdir}/usr/lib/rabbitmq/bin"
+  for script in "${libdir}"/sbin/*; do
+ln -s "${script#${pkgdir}}" "${pkgdir}/usr/lib/rabbitmq/bin"
+ln -s /usr/lib/rabbitmq/bin/rabbitmq-script-wrapper 
"${pkgdir}/usr/bin/${script#${libdir}/sbin/}"
   done
 
   install -Dm 644 "${srcdir}/rabbitmq-env.conf" 
"${pkgdir}/etc/rabbitmq/rabbitmq-env.conf"

Added: rabbitmq-script-wrapper
===
--- rabbitmq-script-wrapper (rev 0)
+++ rabbitmq-script-wrapper 2017-09-12 10:34:10 UTC (rev 257103)
@@ -0,0 +1,48 @@
+#!/bin/sh
+##  The contents of this file are subject to the Mozilla Public License
+##  Version 1.1 (the "License"); you may not use this file except in
+##  compliance with the License. You may obtain a copy of the License
+##  at http://www.mozilla.org/MPL/
+##
+##  Software distributed under the License is distributed on an "AS IS"
+##  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+##  the License for the specific language governing rights and
+##  limitations under the License.
+##
+##  The Original Code is RabbitMQ.
+##
+##  The Initial Developer of the Original Code is GoPivotal, Inc.
+##  Copyright (c) 2007-2014 GoPivotal, Inc.  All rights reserved.
+##
+
+# Escape spaces and quotes, because shell is revolting.
+for arg in "$@" ; do
+   # Escape quotes in parameters, so that they're passed through cleanly.
+   arg=$(sed -e 's/"/\\"/g' <<-END
+   $arg
+   END
+   )
+   CMDLINE="${CMDLINE} \"${arg}\""
+done
+
+SCRIPT="$(basename "$0")"
+
+if [ $(id -u) = $(id -u rabbitmq) ] && [ "$SCRIPT" = "rabbitmq-server" ]; then
+   cd /var/lib/rabbitmq
+/usr/lib/rabbitmq/bin/rabbitmq-server "$@" > 
"/var/log/rabbitmq/startup_log" 2> "/var/log/rabbitmq/startup_err"
+elif [ $(id -u) = $(id -u rabbitmq) ]; then
+   cd /var/lib/rabbitmq
+if [ -f "${PWD}/.erlang.cookie" ] ; then
+export HOME=.
+fi
+"/usr/lib/rabbitmq/bin/${SCRIPT}" "$@"
+elif [ $(id -u) = 0 ] ; then
+   cd /var/lib/rabbitmq
+su rabbitmq -s /bin/sh -c "/usr/lib/rabbitmq/bin/${SCRIPT} ${CMDLINE}"
+else
+"/usr/lib/rabbitmq/bin/${SCRIPT}"
+echo
+echo "Only root or rabbitmq should run ${SCRIP

[arch-commits] Commit in rabbitmq/repos/community-any (9 files)

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 10:34:19
  Author: anthraxx
Revision: 257104

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 257103, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 257103, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq-script-wrapper
(from rev 257103, rabbitmq/trunk/rabbitmq-script-wrapper)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 257103, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.service
(from rev 257103, rabbitmq/trunk/rabbitmq.service)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.service

-+
 PKGBUILD|  129 +++---
 rabbitmq-env.conf   |   12 ++--
 rabbitmq-script-wrapper |   48 +
 rabbitmq.install|   30 +-
 rabbitmq.service|   30 +-
 5 files changed, 151 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 10:34:10 UTC (rev 257103)
+++ PKGBUILD2017-09-12 10:34:19 UTC (rev 257104)
@@ -1,62 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgname=rabbitmq
-pkgver=3.6.11
-pkgrel=1
-pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
-url='https://rabbitmq.com'
-arch=('any')
-license=('MPL')
-depends=('erlang-nox')
-optdepends=('rabbitmqadmin: CLI management tool')
-backup=('etc/rabbitmq/rabbitmq-env.conf')
-install=rabbitmq.install
-source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc}
-rabbitmq-env.conf
-rabbitmq.service)
-sha512sums=('56c5bb4bed9886b53454da400e111d7f24bb51b7172a6e2311b0ee13a28782e81718721c0d1fe02194bcb817ef9c2d7ecb8ba6d3181d3ef3baf6cb7bf395819f'
-'SKIP'
-
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
-
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')
-validpgpkeys=('0A9AF2115F4687BD29803A206B73A36E6026DFCA') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgname}_server-${pkgver}
-  sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i sbin/rabbitmq-defaults
-}
-
-package() {
-  cd ${pkgname}_server-${pkgver}
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq-server-${pkgver}"
-
-  install -d "${libdir}"
-  install -d "${pkgdir}/usr/bin"
-  install -dm 750 "${pkgdir}/var/log/rabbitmq"
-  install -dm 750 "${pkgdir}/var/lib/rabbitmq"
-
-  cp -R ebin "${libdir}"
-  cp -R include "${libdir}"
-  cp -R plugins "${libdir}"
-  cp -R sbin "${libdir}"
-  cp -R share "${pkgdir}/usr"
-
-  for script in ${libdir}/sbin/*; do
-ln -s "${script#${pkgdir}}" "${pkgdir}/usr/bin/"
-  done
-
-  install -Dm 644 "${srcdir}/rabbitmq-env.conf" 
"${pkgdir}/etc/rabbitmq/rabbitmq-env.conf"
-  install -Dm 644 "${srcdir}/rabbitmq.service" 
"${pkgdir}/usr/lib/systemd/system/rabbitmq.service"
-
-  chown -R 197:197 "${pkgdir}/var/log/rabbitmq"
-  chown -R 197:197 "${pkgdir}/var/lib/rabbitmq"
-  chown -R 197:0 "${pkgdir}/etc/rabbitmq"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmq/repos/community-any/PKGBUILD (from rev 257103, 
rabbitmq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-12 10:34:19 UTC (rev 257104)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak 
+# Contributor: Marcello "mereghost" Rocha 
+# Contributor: Gianni Vialetto 
+# Contributor: Stefan J. Betz 
+# Contributor: p2k 
+# Contributor: Jonathan Liu 
+# Contributor: Christopher Grebs 
+# Contributor: mutantmonkey
+
+pkgname=rabbitmq
+pkgver=3.6.12
+pkgrel=1
+pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
+url='https://rabbitmq.com'
+arch=('any')
+license=('MPL')
+depends=('util-linux' 'inetutils' 'erlang-nox')
+optdepends=('rabbitmqadmin: CLI management tool')
+backup=('etc/rabbitmq/rabbitmq-env.conf')
+install=rabbitmq.install
+source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc}
+rabbitmq-env.conf
+rabbitmq.service
+rabbitmq-script-wrapper)
+sha512sums=('6c2551a01c6210cd9e353ae19f69098478349a7ba59bc83844a682fc73d9e920cbc21c753edaf40cc9119f8befcd3d1647bf20d47741fb5ac1e969844

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

2017-09-12 Thread Kyle Keen
Date: Tuesday, September 12, 2017 @ 10:43:17
  Author: kkeen
Revision: 257105

boost 1.65.1 rebuild

Modified:
  gqrx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 10:34:19 UTC (rev 257104)
+++ PKGBUILD2017-09-12 10:43:17 UTC (rev 257105)
@@ -4,7 +4,7 @@
 
 pkgname=gqrx
 pkgver=2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive SDR receiver waterfall for many devices."
 arch=('i686' 'x86_64')
 url="http://gqrx.dk/";


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

2017-09-12 Thread Kyle Keen
Date: Tuesday, September 12, 2017 @ 10:43:34
  Author: kkeen
Revision: 257106

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gqrx/repos/community-staging-i686/
  gqrx/repos/community-staging-i686/PKGBUILD
(from rev 257105, gqrx/trunk/PKGBUILD)
  gqrx/repos/community-staging-x86_64/
  gqrx/repos/community-staging-x86_64/PKGBUILD
(from rev 257105, gqrx/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: gqrx/repos/community-staging-i686/PKGBUILD (from rev 257105, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-12 10:43:34 UTC (rev 257106)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.7
+pkgrel=2
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/";
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";)
+md5sums=('cc9d918fab02e94457d9c85582ca3929')
+
+prepare() {
+  cd "$srcdir"
+  echo "StartupNotify=false" >> gqrx-$pkgver/gqrx.desktop
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+

Copied: gqrx/repos/community-staging-x86_64/PKGBUILD (from rev 257105, 
gqrx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-12 10:43:34 UTC (rev 257106)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+pkgname=gqrx
+pkgver=2.7
+pkgrel=2
+pkgdesc="Interactive SDR receiver waterfall for many devices."
+arch=('i686' 'x86_64')
+url="http://gqrx.dk/";
+license=('GPL')
+depends=('qt5-svg' 'libpulse' 'gnuradio-osmosdr' 'libxkbcommon-x11')
+makedepends=('boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csete/gqrx/archive/v$pkgver.tar.gz";)
+md5sums=('cc9d918fab02e94457d9c85582ca3929')
+
+prepare() {
+  cd "$srcdir"
+  echo "StartupNotify=false" >> gqrx-$pkgver/gqrx.desktop
+  cp -r gqrx-$pkgver gqrx-$pkgver-alsa
+  cd gqrx-$pkgver-alsa
+  sed -i 's/AUDIO_BACKEND = pulse/#&/' gqrx.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+  cd "$srcdir/$pkgname-$pkgver-alsa"
+  rm -rf build
+  mkdir build
+  cd build
+  qmake PREFIX=/usr/ ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "resources/icons/gqrx.svg" 
"$pkgdir/usr/share/pixmaps/gqrx.svg"
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make install INSTALL_ROOT="$pkgdir"
+
+  cd "$srcdir/$pkgname-$pkgver-alsa/build"
+  install -Dm755 gqrx "$pkgdir/usr/bin/gqrx-alsa"
+}
+


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

2017-09-12 Thread Bruno Pagani
Date: Tuesday, September 12, 2017 @ 12:56:34
  Author: archange
Revision: 257107

upgpkg: arc-kde 20170912-1

Modified:
  arc-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 10:43:34 UTC (rev 257106)
+++ PKGBUILD2017-09-12 12:56:34 UTC (rev 257107)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=arc-kde
-pkgver=20170908
+pkgver=20170912
 pkgrel=1
 pkgdesc="Arc theme for KDE Plasma 5"
 arch=('any')
@@ -9,16 +9,20 @@
 license=('GPL3')
 options=('!strip')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('693534ca63d17ee620556f1e30a099f66ac88bbb59eff4d87c3a7d404f59a24f')
+sha256sums=('313ccb8440a3fa81e84effca779ddcbba7765490974c1e8c002c9e77efb8d111')
 
+prepare() {
+   cd ${pkgname}-${pkgver}
+   mv yakuake/{kns_,}skins
+}
+
 package() {
 cd ${pkgname}-${pkgver}
-mkdir -p ${pkgdir}/usr/share
+install -d "${pkgdir}"/usr/share
  
 cp -r plasma "${pkgdir}"/usr/share
 cp -r aurorae "${pkgdir}"/usr/share
 cp -r color-schemes "${pkgdir}"/usr/share
 cp -r konsole "${pkgdir}"/usr/share
-# Not sure whether this is the right place to provide this script…
-rm "${pkgdir}"/usr/share/plasma/desktoptheme/Arc-Dark/fix-menubar.sh
+cp -r yakuake "${pkgdir}"/usr/share
 }


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

2017-09-12 Thread Bruno Pagani
Date: Tuesday, September 12, 2017 @ 12:57:00
  Author: archange
Revision: 257108

archrelease: copy trunk to community-any

Added:
  arc-kde/repos/community-any/PKGBUILD
(from rev 257107, arc-kde/trunk/PKGBUILD)
Deleted:
  arc-kde/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 12:56:34 UTC (rev 257107)
+++ PKGBUILD2017-09-12 12:57:00 UTC (rev 257108)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=arc-kde
-pkgver=20170908
-pkgrel=1
-pkgdesc="Arc theme for KDE Plasma 5"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgname}";
-license=('GPL3')
-options=('!strip')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('693534ca63d17ee620556f1e30a099f66ac88bbb59eff4d87c3a7d404f59a24f')
-
-package() {
-cd ${pkgname}-${pkgver}
-mkdir -p ${pkgdir}/usr/share
- 
-cp -r plasma "${pkgdir}"/usr/share
-cp -r aurorae "${pkgdir}"/usr/share
-cp -r color-schemes "${pkgdir}"/usr/share
-cp -r konsole "${pkgdir}"/usr/share
-# Not sure whether this is the right place to provide this script…
-rm "${pkgdir}"/usr/share/plasma/desktoptheme/Arc-Dark/fix-menubar.sh
-}

Copied: arc-kde/repos/community-any/PKGBUILD (from rev 257107, 
arc-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2017-09-12 12:57:00 UTC (rev 257108)
@@ -0,0 +1,28 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=arc-kde
+pkgver=20170912
+pkgrel=1
+pkgdesc="Arc theme for KDE Plasma 5"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/${pkgname}";
+license=('GPL3')
+options=('!strip')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('313ccb8440a3fa81e84effca779ddcbba7765490974c1e8c002c9e77efb8d111')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   mv yakuake/{kns_,}skins
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+install -d "${pkgdir}"/usr/share
+ 
+cp -r plasma "${pkgdir}"/usr/share
+cp -r aurorae "${pkgdir}"/usr/share
+cp -r color-schemes "${pkgdir}"/usr/share
+cp -r konsole "${pkgdir}"/usr/share
+cp -r yakuake "${pkgdir}"/usr/share
+}


[arch-commits] Commit in (9 files)

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 13:09:35
  Author: anthraxx
Revision: 257109

addpkg: logstash 5.6.0-1

Added:
  logstash/
  logstash/repos/
  logstash/trunk/
  logstash/trunk/PKGBUILD
  logstash/trunk/bundle.config
  logstash/trunk/logstash-sysuser.conf
  logstash/trunk/logstash-tmpfile.conf
  logstash/trunk/logstash.service
  logstash/trunk/logstash@.service

---+
 PKGBUILD  |   70 
 bundle.config |4 ++
 logstash-sysuser.conf |1 
 logstash-tmpfile.conf |5 +++
 logstash.service  |   23 +++
 logstash@.service |7 
 6 files changed, 110 insertions(+)

Added: logstash/trunk/PKGBUILD
===
--- logstash/trunk/PKGBUILD (rev 0)
+++ logstash/trunk/PKGBUILD 2017-09-12 13:09:35 UTC (rev 257109)
@@ -0,0 +1,70 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=logstash
+pkgver=5.6.0
+pkgrel=1
+pkgdesc='Tool for managing events and logs'
+url='https://www.elastic.co/products/logstash/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('java-runtime-headless>=8' 'ruby' 'ruby-bundler')
+makedepends=('java-environment>=8' 'gradle' 'git')
+backup=('etc/conf.d/logstash'
+'etc/logstash/logstash.yml')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/v${pkgver}.tar.gz
+logstash.service
+logstash@.service
+logstash-sysuser.conf
+logstash-tmpfile.conf
+bundle.config)
+sha256sums=('c0dbb175773af340c6079a8fe69a1c080835e0e66e6cb92706611beac13d1d67'
+'2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
+'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
+'18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
+'b0c334b9f6f5450d0d6e801dbe43972bf32ead92705a389df891a32aa803a55f'
+'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
+sha512sums=('fa80d7d01a7b1bce786f918147ebfe0417251f9ffb130431f59a700f5bcb98f50e14692b6e7987bae45fd5a8f1b0a0f2f2017837a90397d42c6f743a2620'
+
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
+
'ce2cef4a784845b00d7c867273555811450bc459669abb5be944bfbbb02708129983e45376a9b308d6db22b2c7b4a7a212827a4826f2a27bc7e143cebc9abfe0'
+
'd811dc3b18d0032b79b4669c9f6aefca49963897c309d83cbf87616c7b8cb5944c17c8072980bcd115d0fb57ef1624d98259ff1082d402d308c33e766ee89699'
+
'6b67bc195da2b137d63de9ee79033e0a0f56a822b6f620827d3ee9dcf7f1174cff2716f27dc055580dcda345a5c876ea551444858b2a8fa6c9e4df7d551cdb6b'
+
'5091aa34cc31acd50fd2865714080cf6e67c2d437424f27e001bb409c2885a0e82eabe4ce17461d60c181f460a16df0a03d53bac6015fb731b3e5225735fd4da')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm bin/*.bat
+   sed -e 's|LS_SETTINGS_DIR=.*|LS_SETTINGS_DIR="/etc/logstash"|' -i 
config/startup.options
+  sed -e '1i [ -f /etc/profile.d/jre.sh ] && . /etc/profile.d/jre.sh' -i 
bin/logstash.lib.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rake bootstrap
+  rake plugin:install-default
+
+  rm -r vendor/_ build ci logstash-core/{build,src,spec} qa pkg spec rakelib 
tools vendor/bundle/jruby/*/cache
+  cd vendor/jruby/lib/jni
+  rm -r *Darwin *Windows *SunOS *FreeBSD arm-* ppc64*
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/share "${pkgdir}"/etc/conf.d
+  mv config/startup.options "${pkgdir}/etc/conf.d/logstash"
+  mv config "${pkgdir}/etc/logstash"
+  chmod 750 "${pkgdir}/etc/logstash"
+  cp -a . "${pkgdir}/usr/share/logstash"
+
+  install -Dm 644 "${srcdir}"/{logstash.service,logstash@.service} -t 
"${pkgdir}/usr/lib/systemd/system"
+   install -Dm 644 "${srcdir}/logstash-sysuser.conf" 
"${pkgdir}/usr/lib/sysusers.d/logstash.conf"
+   install -Dm 644 "${srcdir}/logstash-tmpfile.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/logstash.conf"
+  install -Dm 644 "${srcdir}/bundle.config" 
"${pkgdir}/usr/share/logstash/.bundle/config"
+
+  install -dm 755 "${pkgdir}/var/lib/logstash"
+  install -dm 755 "${pkgdir}/var/log/logstash"
+  install -dm 755 "${pkgdir}/etc/logstash/conf.d"
+}
+
+# vim: ts=2 sw=2 et:

Added: logstash/trunk/bundle.config
===
--- logstash/trunk/bundle.config(rev 0)
+++ logstash/trunk/bundle.config2017-09-12 13:09:35 UTC (rev 257109)
@@ -0,0 +1,4 @@
+---
+BUNDLE_PATH: /usr/share/logstash/vendor/bundle
+BUNDLE_WITHOUT: build:development
+BUNDLE_GEMFILE: /usr/share/logstash/Gemfile

Added: logstash/trunk/logstash-sysuser.conf
===
--- logstash/trunk/logstash-sysuser.conf(rev 0)
+++ logstash/trunk/logsta

[arch-commits] Commit in logstash/repos (14 files)

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 13:10:03
  Author: anthraxx
Revision: 257110

archrelease: copy trunk to community-i686, community-x86_64

Added:
  logstash/repos/community-i686/
  logstash/repos/community-i686/PKGBUILD
(from rev 257109, logstash/trunk/PKGBUILD)
  logstash/repos/community-i686/bundle.config
(from rev 257109, logstash/trunk/bundle.config)
  logstash/repos/community-i686/logstash-sysuser.conf
(from rev 257109, logstash/trunk/logstash-sysuser.conf)
  logstash/repos/community-i686/logstash-tmpfile.conf
(from rev 257109, logstash/trunk/logstash-tmpfile.conf)
  logstash/repos/community-i686/logstash.service
(from rev 257109, logstash/trunk/logstash.service)
  logstash/repos/community-i686/logstash@.service
(from rev 257109, logstash/trunk/logstash@.service)
  logstash/repos/community-x86_64/
  logstash/repos/community-x86_64/PKGBUILD
(from rev 257109, logstash/trunk/PKGBUILD)
  logstash/repos/community-x86_64/bundle.config
(from rev 257109, logstash/trunk/bundle.config)
  logstash/repos/community-x86_64/logstash-sysuser.conf
(from rev 257109, logstash/trunk/logstash-sysuser.conf)
  logstash/repos/community-x86_64/logstash-tmpfile.conf
(from rev 257109, logstash/trunk/logstash-tmpfile.conf)
  logstash/repos/community-x86_64/logstash.service
(from rev 257109, logstash/trunk/logstash.service)
  logstash/repos/community-x86_64/logstash@.service
(from rev 257109, logstash/trunk/logstash@.service)

+
 community-i686/PKGBUILD|   70 +++
 community-i686/bundle.config   |4 +
 community-i686/logstash-sysuser.conf   |1 
 community-i686/logstash-tmpfile.conf   |5 ++
 community-i686/logstash.service|   23 ++
 community-i686/logstash@.service   |7 +++
 community-x86_64/PKGBUILD  |   70 +++
 community-x86_64/bundle.config |4 +
 community-x86_64/logstash-sysuser.conf |1 
 community-x86_64/logstash-tmpfile.conf |5 ++
 community-x86_64/logstash.service  |   23 ++
 community-x86_64/logstash@.service |7 +++
 12 files changed, 220 insertions(+)

Copied: logstash/repos/community-i686/PKGBUILD (from rev 257109, 
logstash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 13:10:03 UTC (rev 257110)
@@ -0,0 +1,70 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=logstash
+pkgver=5.6.0
+pkgrel=1
+pkgdesc='Tool for managing events and logs'
+url='https://www.elastic.co/products/logstash/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('java-runtime-headless>=8' 'ruby' 'ruby-bundler')
+makedepends=('java-environment>=8' 'gradle' 'git')
+backup=('etc/conf.d/logstash'
+'etc/logstash/logstash.yml')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/v${pkgver}.tar.gz
+logstash.service
+logstash@.service
+logstash-sysuser.conf
+logstash-tmpfile.conf
+bundle.config)
+sha256sums=('c0dbb175773af340c6079a8fe69a1c080835e0e66e6cb92706611beac13d1d67'
+'2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
+'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
+'18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
+'b0c334b9f6f5450d0d6e801dbe43972bf32ead92705a389df891a32aa803a55f'
+'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
+sha512sums=('fa80d7d01a7b1bce786f918147ebfe0417251f9ffb130431f59a700f5bcb98f50e14692b6e7987bae45fd5a8f1b0a0f2f2017837a90397d42c6f743a2620'
+
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
+
'ce2cef4a784845b00d7c867273555811450bc459669abb5be944bfbbb02708129983e45376a9b308d6db22b2c7b4a7a212827a4826f2a27bc7e143cebc9abfe0'
+
'd811dc3b18d0032b79b4669c9f6aefca49963897c309d83cbf87616c7b8cb5944c17c8072980bcd115d0fb57ef1624d98259ff1082d402d308c33e766ee89699'
+
'6b67bc195da2b137d63de9ee79033e0a0f56a822b6f620827d3ee9dcf7f1174cff2716f27dc055580dcda345a5c876ea551444858b2a8fa6c9e4df7d551cdb6b'
+
'5091aa34cc31acd50fd2865714080cf6e67c2d437424f27e001bb409c2885a0e82eabe4ce17461d60c181f460a16df0a03d53bac6015fb731b3e5225735fd4da')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm bin/*.bat
+   sed -e 's|LS_SETTINGS_DIR=.*|LS_SETTINGS_DIR="/etc/logstash"|' -i 
config/startup.options
+  sed -e '1i [ -f /etc/profile.d/jre.sh ] && . /etc/profile.d/jre.sh' -i 
bin/logstash.lib.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rake bootstrap
+  rake plugin:install-default
+
+  rm -r vendor/_ build ci logstash-core/{build,src,spec} qa pkg spec rakelib 
tools vendo

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

2017-09-12 Thread Sergej Pupykin
Date: Tuesday, September 12, 2017 @ 13:42:26
  Author: spupykin
Revision: 257111

upgpkg: anki 2.1.0beta16-1

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 13:10:03 UTC (rev 257110)
+++ PKGBUILD2017-09-12 13:42:26 UTC (rev 257111)
@@ -5,7 +5,7 @@
 # Contributor: Dave Pretty 
 
 pkgname=anki
-pkgver=2.1.0beta15
+pkgver=2.1.0beta16
 pkgrel=1
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="https://ankisrs.net/";
@@ -17,7 +17,7 @@
 optdepends=('lame: record sound'
 'mplayer: play sound')
 source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz)
-sha256sums=('5ae9f0b17a20f89ccc13e5c8c118f4ce5e0146d51faba9f8c9ecff076f809717')
+sha256sums=('51e43bf26fbf25abab6bb09a6e4a64383e02f53bfee72b1e7097d8065065b769')
 
 package() {
   cd "$srcdir"/anki-$pkgver


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

2017-09-12 Thread Sergej Pupykin
Date: Tuesday, September 12, 2017 @ 13:42:41
  Author: spupykin
Revision: 257112

archrelease: copy trunk to community-any

Added:
  anki/repos/community-any/PKGBUILD
(from rev 257111, anki/trunk/PKGBUILD)
Deleted:
  anki/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 13:42:26 UTC (rev 257111)
+++ PKGBUILD2017-09-12 13:42:41 UTC (rev 257112)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.0beta15
-pkgrel=1
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/";
-license=('AGPL3')
-arch=('any')
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-requests' 'python-send2trash'
- 'python-decorator' 'python-markdown')
-optdepends=('lame: record sound'
-'mplayer: play sound')
-source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz)
-sha256sums=('5ae9f0b17a20f89ccc13e5c8c118f4ce5e0146d51faba9f8c9ecff076f809717')
-
-package() {
-  cd "$srcdir"/anki-$pkgver
-  mkdir -p "$pkgdir"/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * "$pkgdir"/usr/share/anki/
-  cd "$pkgdir"/usr/share/anki && (
-mv tools/runanki.system ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -rf "$pkgdir"/usr/share/anki/{tests,tools,anki.bat}
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 257111, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-12 13:42:41 UTC (rev 257112)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.0beta16
+pkgrel=1
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/";
+license=('AGPL3')
+arch=('any')
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-requests' 'python-send2trash'
+ 'python-decorator' 'python-markdown')
+optdepends=('lame: record sound'
+'mplayer: play sound')
+source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz)
+sha256sums=('51e43bf26fbf25abab6bb09a6e4a64383e02f53bfee72b1e7097d8065065b769')
+
+package() {
+  cd "$srcdir"/anki-$pkgver
+  mkdir -p "$pkgdir"/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * "$pkgdir"/usr/share/anki/
+  cd "$pkgdir"/usr/share/anki && (
+mv tools/runanki.system ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -rf "$pkgdir"/usr/share/anki/{tests,tools,anki.bat}
+}


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

2017-09-12 Thread Sergej Pupykin
Date: Tuesday, September 12, 2017 @ 13:42:50
  Author: spupykin
Revision: 257113

upgpkg: openbsd-netcat 1.178_3-1

Modified:
  openbsd-netcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 13:42:41 UTC (rev 257112)
+++ PKGBUILD2017-09-12 13:42:50 UTC (rev 257113)
@@ -3,7 +3,7 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname="openbsd-netcat"
-pkgver=1.130_3
+pkgver=1.178_3
 pkgrel=1
 pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
 conflicts=('gnu-netcat')
 
source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver%_*}.orig.tar.gz";

"http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver/_/-}.debian.tar.xz";)
-sha256sums=('fd7205065d0b47898851f31f33e614de5d47a5b9dc81fd50d2ff51b63d091e5b'
-'2a41980c0c81159243ef7b97480241bb6c23f9c9bab81fea51689b2a77022439')
+sha256sums=('918330a41ee8ea938144ab1c59fa27533654ebff983bfb5255f730a3d9b06239'
+'f43841f25b69a7b2cc1e42f9b5b94cf9d4f18b624b634d2bc593269f2d776765')
 
 build() {
   cd "$srcdir"/netcat-openbsd-${pkgver%_*}


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

2017-09-12 Thread Sergej Pupykin
Date: Tuesday, September 12, 2017 @ 13:43:10
  Author: spupykin
Revision: 257114

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openbsd-netcat/repos/community-i686/PKGBUILD
(from rev 257113, openbsd-netcat/trunk/PKGBUILD)
  openbsd-netcat/repos/community-x86_64/PKGBUILD
(from rev 257113, openbsd-netcat/trunk/PKGBUILD)
Deleted:
  openbsd-netcat/repos/community-i686/PKGBUILD
  openbsd-netcat/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 13:42:50 UTC (rev 257113)
+++ community-i686/PKGBUILD 2017-09-12 13:43:10 UTC (rev 257114)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrej Gelenberg 
-
-pkgname="openbsd-netcat"
-pkgver=1.130_3
-pkgrel=1
-pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
-arch=('i686' 'x86_64')
-url="http://packages.debian.org/sid/netcat-openbsd";
-license=('BSD')
-depends=('libbsd')
-makedepends=('gcc' 'make')
-provides=('netcat')
-conflicts=('gnu-netcat')
-source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver%_*}.orig.tar.gz";
-   
"http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver/_/-}.debian.tar.xz";)
-sha256sums=('fd7205065d0b47898851f31f33e614de5d47a5b9dc81fd50d2ff51b63d091e5b'
-'2a41980c0c81159243ef7b97480241bb6c23f9c9bab81fea51689b2a77022439')
-
-build() {
-  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
-  for i in `cat ../debian/patches/series`; do
-   echo "** patch $i" 1>&2
-   cat "../debian/patches/$i"
-  done | patch -p1
-  make \
-   CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\" 
-I/usr/include/libbsd" \
-   LDFLAGS="$LDFLAGS -lbsd"
-}
-
-package() {
-  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
-  install -Dm0755 nc "$pkgdir"/usr/bin/nc
-  ln -s nc "$pkgdir"/usr/bin/netcat
-  install -Dm0644 nc.1 "$pkgdir"/usr/share/man/man1/nc.1
-  install -dm0755 "$pkgdir"/usr/share/licenses/$pkgname/
-  head -n28 netcat.c | tail -n+2 >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openbsd-netcat/repos/community-i686/PKGBUILD (from rev 257113, 
openbsd-netcat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 13:43:10 UTC (rev 257114)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrej Gelenberg 
+
+pkgname="openbsd-netcat"
+pkgver=1.178_3
+pkgrel=1
+pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
+arch=('i686' 'x86_64')
+url="http://packages.debian.org/sid/netcat-openbsd";
+license=('BSD')
+depends=('libbsd')
+makedepends=('gcc' 'make')
+provides=('netcat')
+conflicts=('gnu-netcat')
+source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver%_*}.orig.tar.gz";
+   
"http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver/_/-}.debian.tar.xz";)
+sha256sums=('918330a41ee8ea938144ab1c59fa27533654ebff983bfb5255f730a3d9b06239'
+'f43841f25b69a7b2cc1e42f9b5b94cf9d4f18b624b634d2bc593269f2d776765')
+
+build() {
+  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
+  for i in `cat ../debian/patches/series`; do
+   echo "** patch $i" 1>&2
+   cat "../debian/patches/$i"
+  done | patch -p1
+  make \
+   CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\" 
-I/usr/include/libbsd" \
+   LDFLAGS="$LDFLAGS -lbsd"
+}
+
+package() {
+  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
+  install -Dm0755 nc "$pkgdir"/usr/bin/nc
+  ln -s nc "$pkgdir"/usr/bin/netcat
+  install -Dm0644 nc.1 "$pkgdir"/usr/share/man/man1/nc.1
+  install -dm0755 "$pkgdir"/usr/share/licenses/$pkgname/
+  head -n28 netcat.c | tail -n+2 >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-12 13:42:50 UTC (rev 257113)
+++ community-x86_64/PKGBUILD   2017-09-12 13:43:10 UTC (rev 257114)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrej Gelenberg 
-
-pkgname="openbsd-netcat"
-pkgver=1.130_3
-pkgrel=1
-pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
-arch=('i686' 'x86_64')
-url="http://packages.debian.org/sid/netcat-openbsd";
-license=('BSD')
-depends=('libbsd')
-makedepends=('gcc' 'make')
-provides=('netcat')
-conflicts=('gnu-netcat')
-source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver%_*}.orig.tar.gz";
-   
"http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver/_/-}.debian.tar.xz";)
-sh

[arch-commits] Commit in openvswitch/repos (20 files)

2017-09-12 Thread Sergej Pupykin
Date: Tuesday, September 12, 2017 @ 13:43:47
  Author: spupykin
Revision: 257116

archrelease: copy trunk to community-x86_64, community-i686

Added:
  openvswitch/repos/community-i686/PKGBUILD
(from rev 257115, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-i686/openvswitch.install
(from rev 257115, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-i686/openvswitch.tmpfiles
(from rev 257115, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-i686/ovs-vswitchd.service
(from rev 257115, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-i686/ovsdb-server.service
(from rev 257115, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 257115, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 257115, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 257115, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 257115, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 257115, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-i686/PKGBUILD
  openvswitch/repos/community-i686/openvswitch.install
  openvswitch/repos/community-i686/openvswitch.tmpfiles
  openvswitch/repos/community-i686/ovs-vswitchd.service
  openvswitch/repos/community-i686/ovsdb-server.service
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

---+
 /PKGBUILD |  108 
 /openvswitch.install  |   26 +++
 /openvswitch.tmpfiles |2 
 /ovs-vswitchd.service |   30 
 /ovsdb-server.service |   14 
 community-i686/PKGBUILD   |   54 
 community-i686/openvswitch.install|   13 ---
 community-i686/openvswitch.tmpfiles   |1 
 community-i686/ovs-vswitchd.service   |   15 
 community-i686/ovsdb-server.service   |7 --
 community-x86_64/PKGBUILD |   54 
 community-x86_64/openvswitch.install  |   13 ---
 community-x86_64/openvswitch.tmpfiles |1 
 community-x86_64/ovs-vswitchd.service |   15 
 community-x86_64/ovsdb-server.service |7 --
 15 files changed, 180 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 13:43:20 UTC (rev 257115)
+++ community-i686/PKGBUILD 2017-09-12 13:43:47 UTC (rev 257116)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org";
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz";
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl' 'libcap-ng')
-makedepends=('python2-six')
-optdepends=('python2-six')
-sha256sums=('fe36c86ed52f6f7c17b01cdbb7ae37bf521cc5c2e50997b618f3f742485f655b'
-'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf "$pkgdir"/run
-}

Copied: openvswitch/repos/community-i686/PKGBUILD (from rev 257115, 
openvswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD  

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

2017-09-12 Thread Sergej Pupykin
Date: Tuesday, September 12, 2017 @ 13:44:17
  Author: spupykin
Revision: 257118

archrelease: copy trunk to community-i686, community-x86_64

Added:
  poco/repos/community-i686/PKGBUILD
(from rev 257117, poco/trunk/PKGBUILD)
  poco/repos/community-x86_64/PKGBUILD
(from rev 257117, poco/trunk/PKGBUILD)
Deleted:
  poco/repos/community-i686/PKGBUILD
  poco/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   36 --
 community-x86_64/PKGBUILD |   36 --
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 13:43:57 UTC (rev 257117)
+++ community-i686/PKGBUILD 2017-09-12 13:44:17 UTC (rev 257118)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-_pkgver=1.7.8p3
-pkgver=${_pkgver/p/.}
-pkgrel=4
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/";
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
-sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-i686/PKGBUILD (from rev 257117, 
poco/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 13:44:17 UTC (rev 257118)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+# Contributor: Mateusz Paluszkiewcz 
+# Contributor: Christopher Reimer 
+
+pkgname=poco
+_pkgver=1.7.8p3
+pkgver=1.7.9
+pkgrel=1
+pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
+arch=('i686' 'x86_64')
+url="http://www.pocoproject.org/";
+license=('custom:boost')
+depends=('libmariadbclient' 'openssl' 'unixodbc')
+makedepends=('cmake')
+source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
+sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6')
+
+build() {
+  cd "${srcdir}/poco-${_pkgver}-all"
+  mkdir -p build
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}/poco-${_pkgver}-all"/build
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-12 13:43:57 UTC (rev 257117)
+++ community-x86_64/PKGBUILD   2017-09-12 13:44:17 UTC (rev 257118)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ido Rosen 
-# Contributor: Ross Whitfield 
-# Contributor: Mateusz Paluszkiewcz 
-# Contributor: Christopher Reimer 
-
-pkgname=poco
-_pkgver=1.7.8p3
-pkgver=${_pkgver/p/.}
-pkgrel=4
-pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
-arch=('i686' 'x86_64')
-url="http://www.pocoproject.org/";
-license=('custom:boost')
-depends=('libmariadbclient' 'openssl' 'unixodbc')
-makedepends=('cmake')
-source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2";)
-sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6')
-
-build() {
-  cd "${srcdir}/poco-${_pkgver}-all"
-  mkdir -p build
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}/poco-${_pkgver}-all"/build
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE"
-}

Copied: poco/repos/community-x86_64/PKGBUILD (from rev 257117, 
poco/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-12 13:44:17 UTC (rev 257118)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ido Rosen 
+# Contributor: Ross Whitfield 
+#

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

2017-09-12 Thread Sergej Pupykin
Date: Tuesday, September 12, 2017 @ 13:43:20
  Author: spupykin
Revision: 257115

upgpkg: openvswitch 2.8.0-1

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 13:43:10 UTC (rev 257114)
+++ PKGBUILD2017-09-12 13:43:20 UTC (rev 257115)
@@ -4,7 +4,7 @@
 # Contributor: Matt Monaco 
 
 pkgname=openvswitch
-pkgver=2.7.2
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org";
@@ -18,7 +18,7 @@
 depends=('openssl' 'libcap-ng')
 makedepends=('python2-six')
 optdepends=('python2-six')
-sha256sums=('fe36c86ed52f6f7c17b01cdbb7ae37bf521cc5c2e50997b618f3f742485f655b'
+sha256sums=('cc11c30db51b234a7aa0cb60dbd417b7e6f1b97f74e9cb8705d53fc89a749113'
 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
 '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')


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

2017-09-12 Thread Sergej Pupykin
Date: Tuesday, September 12, 2017 @ 13:43:57
  Author: spupykin
Revision: 257117

upgpkg: poco 1.7.9-1

Modified:
  poco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 13:43:47 UTC (rev 257116)
+++ PKGBUILD2017-09-12 13:43:57 UTC (rev 257117)
@@ -7,8 +7,8 @@
 
 pkgname=poco
 _pkgver=1.7.8p3
-pkgver=${_pkgver/p/.}
-pkgrel=4
+pkgver=1.7.9
+pkgrel=1
 pkgdesc="C++ class libraries for network-centric, portable applications, 
complete edition with debug libraries"
 arch=('i686' 'x86_64')
 url="http://www.pocoproject.org/";


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

2017-09-12 Thread Felix Yan
Date: Tuesday, September 12, 2017 @ 14:01:11
  Author: felixonmars
Revision: 257119

upgpkg: you-get 0.4.909-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 13:44:17 UTC (rev 257118)
+++ PKGBUILD2017-09-12 14:01:11 UTC (rev 257119)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.900
+pkgver=0.4.909
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/";
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('9d3ce3164ac8390be782894c900a3f5339162baf78763b8254e24cf3f01f2b9fa894d1df69d9bc1522595df68d73e153bbe008de3689ca5167908e23f705a800')
+sha512sums=('96cc6dd3bb8977936bc2c980e667f1c8c92d0708c2494ed4acb78123f5682d24951d18344ba1d29a523ef631f80f92effe2cf62fbb474b8cc0bf547be24bdebb')
 
 build() {
   cd you-get-$pkgver


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

2017-09-12 Thread Felix Yan
Date: Tuesday, September 12, 2017 @ 14:01:46
  Author: felixonmars
Revision: 257120

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 257119, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 14:01:11 UTC (rev 257119)
+++ PKGBUILD2017-09-12 14:01:46 UTC (rev 257120)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.900
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/";
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('9d3ce3164ac8390be782894c900a3f5339162baf78763b8254e24cf3f01f2b9fa894d1df69d9bc1522595df68d73e153bbe008de3689ca5167908e23f705a800')
-
-build() {
-  cd you-get-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd you-get-$pkgver
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd you-get-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  install -Dm644 contrib/completion/_you-get 
"$pkgdir"/usr/share/zsh/site-functions/_you-get
-  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/you-get
-  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir"/usr/share/fish/completions/you-get.fish
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 257119, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-12 14:01:46 UTC (rev 257120)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.909
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/";
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
+sha512sums=('96cc6dd3bb8977936bc2c980e667f1c8c92d0708c2494ed4acb78123f5682d24951d18344ba1d29a523ef631f80f92effe2cf62fbb474b8cc0bf547be24bdebb')
+
+build() {
+  cd you-get-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd you-get-$pkgver
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd you-get-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 contrib/completion/_you-get 
"$pkgdir"/usr/share/zsh/site-functions/_you-get
+  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/you-get
+  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir"/usr/share/fish/completions/you-get.fish
+}


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

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 14:03:41
  Author: anthraxx
Revision: 257121

upgpkg: kibana 5.6.0-1

Modified:
  kibana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 14:01:46 UTC (rev 257120)
+++ PKGBUILD2017-09-12 14:03:41 UTC (rev 257121)
@@ -2,7 +2,7 @@
 # Contributor: Spider.007 
 
 pkgname=kibana
-pkgver=5.5.1
+pkgver=5.6.0
 pkgrel=1
 pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
 url='https://www.elastic.co/products/kibana'
@@ -15,9 +15,9 @@
 install=kibana.install
 
source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
 kibana.service)
-sha256sums=('a6473f6f404715c52acba0e3fec1a93f7745d52a1cb20906e803b229d2a2e475'
+sha256sums=('1feb6de22351a7f4109396d98fd788a7cd625ef23acbe3e85adf1801fef162f6'
 '85d62ab2d8e2667746303f98b055fcc6eae6bde8d378563c1b56057998eb3c98')
-sha512sums=('088ebffb985ce9f891ac1a2e11e597df51d02ccf72b0f75256896ff99af3afe79c5298096188878645c987d5c9faa65ab9d0337957cae3803afa548e2d9fa30a'
+sha512sums=('6a5b720a40152206000b2fde12943815c8741afd760018c6e3d9e5b2d2abd48d733c482fd1ba6c0380ebd26292a53da01bb9cef6ce6c4f7ce64fd69739e08d90'
 
'573942289964f554541222d2e8cd7851f5a94cabf3d1a26b734fb5f3efbbe5214f0c110eef2eeadd6185ba8765f6e5ab53fc8f40dea7fad5f51fee70cf20a787')
 
 package() {


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

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 14:03:48
  Author: anthraxx
Revision: 257122

archrelease: copy trunk to community-any

Added:
  kibana/repos/community-any/PKGBUILD
(from rev 257121, kibana/trunk/PKGBUILD)
  kibana/repos/community-any/kibana.install
(from rev 257121, kibana/trunk/kibana.install)
  kibana/repos/community-any/kibana.service
(from rev 257121, kibana/trunk/kibana.service)
Deleted:
  kibana/repos/community-any/PKGBUILD
  kibana/repos/community-any/kibana.install
  kibana/repos/community-any/kibana.service

+
 PKGBUILD   |   74 +++
 kibana.install |   34 -
 kibana.service |   24 -
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 14:03:41 UTC (rev 257121)
+++ PKGBUILD2017-09-12 14:03:48 UTC (rev 257122)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Spider.007 
-
-pkgname=kibana
-pkgver=5.5.1
-pkgrel=1
-pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
-url='https://www.elastic.co/products/kibana'
-arch=('any')
-license=('Apache')
-depends=('nodejs')
-optdepends=('elasticsearch>=2.4')
-backup=('etc/kibana/kibana.yml')
-options=('!strip' 'emptydirs')
-install=kibana.install
-source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
-kibana.service)
-sha256sums=('a6473f6f404715c52acba0e3fec1a93f7745d52a1cb20906e803b229d2a2e475'
-'85d62ab2d8e2667746303f98b055fcc6eae6bde8d378563c1b56057998eb3c98')
-sha512sums=('088ebffb985ce9f891ac1a2e11e597df51d02ccf72b0f75256896ff99af3afe79c5298096188878645c987d5c9faa65ab9d0337957cae3803afa548e2d9fa30a'
-
'573942289964f554541222d2e8cd7851f5a94cabf3d1a26b734fb5f3efbbe5214f0c110eef2eeadd6185ba8765f6e5ab53fc8f40dea7fad5f51fee70cf20a787')
-
-package() {
-  cd ${pkgbase}-${pkgver}-linux-x86_64
-
-  install -dm 755 "${pkgdir}/usr/share/kibana"
-  cp -a * "${pkgdir}/usr/share/kibana"
-
-  install -dm 750 "${pkgdir}/etc/kibana"
-  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
-  install -Dm 644 "${srcdir}/kibana.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-
-  chown -R 206:206 "${pkgdir}"/usr/share/kibana/{optimize,data} 
"${pkgdir}/etc/kibana"
-  rm -r "${pkgdir}/usr/share/kibana/node"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kibana/repos/community-any/PKGBUILD (from rev 257121, 
kibana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-12 14:03:48 UTC (rev 257122)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Spider.007 
+
+pkgname=kibana
+pkgver=5.6.0
+pkgrel=1
+pkgdesc='Browser based analytics and search dashboard for Elasticsearch'
+url='https://www.elastic.co/products/kibana'
+arch=('any')
+license=('Apache')
+depends=('nodejs')
+optdepends=('elasticsearch>=2.4')
+backup=('etc/kibana/kibana.yml')
+options=('!strip' 'emptydirs')
+install=kibana.install
+source=(https://artifacts.elastic.co/downloads/${pkgname}/${pkgname}-${pkgver}-linux-x86_64.tar.gz
+kibana.service)
+sha256sums=('1feb6de22351a7f4109396d98fd788a7cd625ef23acbe3e85adf1801fef162f6'
+'85d62ab2d8e2667746303f98b055fcc6eae6bde8d378563c1b56057998eb3c98')
+sha512sums=('6a5b720a40152206000b2fde12943815c8741afd760018c6e3d9e5b2d2abd48d733c482fd1ba6c0380ebd26292a53da01bb9cef6ce6c4f7ce64fd69739e08d90'
+
'573942289964f554541222d2e8cd7851f5a94cabf3d1a26b734fb5f3efbbe5214f0c110eef2eeadd6185ba8765f6e5ab53fc8f40dea7fad5f51fee70cf20a787')
+
+package() {
+  cd ${pkgbase}-${pkgver}-linux-x86_64
+
+  install -dm 755 "${pkgdir}/usr/share/kibana"
+  cp -a * "${pkgdir}/usr/share/kibana"
+
+  install -dm 750 "${pkgdir}/etc/kibana"
+  install -Dm 640 config/kibana.yml -t "${pkgdir}/etc/kibana"
+  install -Dm 644 "${srcdir}/kibana.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+
+  chown -R 206:206 "${pkgdir}"/usr/share/kibana/{optimize,data} 
"${pkgdir}/etc/kibana"
+  rm -r "${pkgdir}/usr/share/kibana/node"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: kibana.install
===
--- kibana.install  2017-09-12 14:03:41 UTC (rev 257121)
+++ kibana.install  2017-09-12 14:03:48 UTC (rev 257122)
@@ -1,17 +0,0 @@
-post_install() {
-  if ! getent passwd kibana &>/dev/null; then
-groupadd -r -g 206 kibana &>/dev/null
-useradd -r -u 206 -g kibana -d /var/lib/kibana -s /bin/nologin -c 'kibana 
user' kibana &>/dev/null
-passwd -l kibana &>/dev/null
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-  if (( $(vercmp $2 5.5.0-2) <= 0 )); then
-chown -R 206:206 /usr/share/kibana/{optimize,data}
-chmod -R o-w,g-w /usr/share/kibana/{optimize,data}
-  fi
-}
-
-# vim: ts=2 sw=2 et:

Copied: kibana/repos/community-any/kibana.install (from rev 257121, 

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

2017-09-12 Thread Felix Yan
Date: Tuesday, September 12, 2017 @ 14:14:17
  Author: felixonmars
Revision: 257123

upgpkg: python-hypothesis 3.25.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 14:03:48 UTC (rev 257122)
+++ PKGBUILD2017-09-12 14:14:17 UTC (rev 257123)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.25.0
+pkgver=3.25.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
-sha512sums=('b5e08757fa355b24cce49bd0813adebb0d37cab97d97b5b9e3da7c113f46d23ae5bf10ed957f7874eab0002c2af27f494406695ad881e89f3d2092c089993a14')
+sha512sums=('208687e7625df1ca3598c13cd691f9fde577c73cf1fcf9017c9ebedc815dbf102f5460f7ffa609cd57ff63ab300c41c6b4a6bc7fb72808722034c43d7da858aa')
 
 prepare() {
   cp -a hypothesis-python-$pkgver{,-py2}


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

2017-09-12 Thread Felix Yan
Date: Tuesday, September 12, 2017 @ 14:14:55
  Author: felixonmars
Revision: 257124

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 14:14:17 UTC (rev 257123)
+++ PKGBUILD2017-09-12 14:14:55 UTC (rev 257124)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.25.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
-sha512sums=('b5e08757fa355b24cce49bd0813adebb0d37cab97d97b5b9e3da7c113f46d23ae5bf10ed957f7874eab0002c2af27f494406695ad881e89f3d2092c089993a14')
-
-prepare() {
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 257123, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-12 14:14:55 UTC (rev 257124)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.25.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz";)
+sha512sums=('208687e7625df1ca3598c13cd691f9fde577c73cf1fcf9017c9ebedc815dbf102f5460f7ffa609cd57ff63ab300c41c6b4a6bc7fb72808722034c43d7da858aa')
+
+prepare() {
+  cp -a hypothesis-python-$pkgver{,-py2}
+
+  rm -r hypothesis-python-$pkgver/tests/py2
+  rm -r hypothesis-python-$pkgver-py2/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-python-$pkgve

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

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 14:45:07
  Author: bpiotrowski
Revision: 257125

a22-2: rebuild against boost 1.65.1

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 14:14:55 UTC (rev 257124)
+++ PKGBUILD2017-09-12 14:45:07 UTC (rev 257125)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a22
 _pkgver=0.0.22-alpha
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/";


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

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 14:45:15
  Author: bpiotrowski
Revision: 257126

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 257125, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 257125, 0ad/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   60 
 community-staging-x86_64/PKGBUILD |   60 
 2 files changed, 120 insertions(+)

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 257125, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-12 14:45:15 UTC (rev 257126)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a22
+_pkgver=0.0.22-alpha
+pkgrel=2
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/";
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz";)
+sha512sums=('3f917e77c6cc1d3fb585c98950db6eab3f5895ba3db41a8737f8172c769b5582689b436cab31eeafecce0e9639ee456afc7b78ebb03435b06512eb9fe7393771')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 build/resources/${pkgname}.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}
+
+# Fails
+#check() {
+#  cd "$srcdir/$pkgname-$_pkgver"
+#  LD_LIBRARY_PATH=binaries/system binaries/system/test
+#}

Copied: 0ad/repos/community-staging-x86_64/PKGBUILD (from rev 257125, 
0ad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-12 14:45:15 UTC (rev 257126)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a22
+_pkgver=0.0.22-alpha
+pkgrel=2
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/";
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz";)
+sha512sums=('3f917e77c6cc1d3fb585c98950db6eab3f5895ba3db41a8737f8172c769b5582689b436cab31eeafecce0e9639ee456afc7b78ebb03435b06512eb9fe7393771')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources

[arch-commits] Commit in (4 files)

2017-09-12 Thread Bruno Pagani
Date: Tuesday, September 12, 2017 @ 14:45:53
  Author: archange
Revision: 257127

Initial addition of kvantum-qt5

Added:
  kvantum-qt5/
  kvantum-qt5/repos/
  kvantum-qt5/trunk/
  kvantum-qt5/trunk/PKGBUILD

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

Added: kvantum-qt5/trunk/PKGBUILD
===
--- kvantum-qt5/trunk/PKGBUILD  (rev 0)
+++ kvantum-qt5/trunk/PKGBUILD  2017-09-12 14:45:53 UTC (rev 257127)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=Kvantum
+pkgname=kvantum-qt5
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
+arch=('i686' 'x86_64')
+url="https://github.com/tsujan/Kvantum";
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
+makedepends=('cmake' 'qt5-tools')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
+sha256sums=('0fda33ebca0708435eb2a03f04a850bc7490ba415122e442820a11ce6511bc58')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 14:47:23
  Author: bpiotrowski
Revision: 257128

3.2.2-23: rebuild against boost 1.65.1

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 14:45:53 UTC (rev 257127)
+++ PKGBUILD2017-09-12 14:47:23 UTC (rev 257128)
@@ -5,7 +5,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=22
+pkgrel=23
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'


[arch-commits] Commit in aegisub/repos (6 files)

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 14:47:32
  Author: bpiotrowski
Revision: 257129

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  aegisub/repos/community-staging-i686/
  aegisub/repos/community-staging-i686/PKGBUILD
(from rev 257128, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-i686/icu59.patch
(from rev 257128, aegisub/trunk/icu59.patch)
  aegisub/repos/community-staging-x86_64/
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 257128, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/icu59.patch
(from rev 257128, aegisub/trunk/icu59.patch)

--+
 community-staging-i686/PKGBUILD  |   50 +
 community-staging-i686/icu59.patch   |   11 +++
 community-staging-x86_64/PKGBUILD|   50 +
 community-staging-x86_64/icu59.patch |   11 +++
 4 files changed, 122 insertions(+)

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 257128, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-12 14:47:32 UTC (rev 257129)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=23
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('alsa-lib' 'boost-libs' 'fftw' 'fontconfig' 'gcc-libs' 'glibc'
+ 'hunspell' 'icu' 'libgl' 'libpulse' 'wxgtk3' 'zlib'
+ 'libass.so' 'libffms2.so')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
+'icu59.patch')
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  patch -Np1 -i ../icu59.patch
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--with-wx-config='/usr/bin/wx-config-gtk3' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/icu59.patch (from rev 257128, 
aegisub/trunk/icu59.patch)
===
--- community-staging-i686/icu59.patch  (rev 0)
+++ community-staging-i686/icu59.patch  2017-09-12 14:47:32 UTC (rev 257129)
@@ -0,0 +1,11 @@
+diff -upr aegisub-3.2.2.orig/src/utils.cpp aegisub-3.2.2/src/utils.cpp
+--- aegisub-3.2.2.orig/src/utils.cpp   2014-12-08 02:07:09.0 +0200
 aegisub-3.2.2/src/utils.cpp2017-04-26 11:11:15.438239182 +0300
+@@ -44,6 +44,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 257128, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-12 14:47:32 UTC (rev 257129)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=23
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('alsa-lib' 'boost-libs' 'fftw' 'fontconfig' 'gcc-libs' 'glibc'
+ 'hunspell' 'icu' 'libgl' 'libpulse' 'wxgtk3' 'zlib'
+ 'libass.so' 'libffms2.so')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz";
+'icu59.patch')
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885'
+'29d8cc91e73602d5e3c8517c977dcc77cb84af7d42787f510d487d0a6abf7fa6')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  patch -Np1 -i ../icu59.patch
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--with-wx-config='/usr/bin/wx-config-gtk3' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LI

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

2017-09-12 Thread Bruno Pagani
Date: Tuesday, September 12, 2017 @ 14:47:55
  Author: archange
Revision: 257130

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kvantum-qt5/repos/community-i686/
  kvantum-qt5/repos/community-i686/PKGBUILD
(from rev 257129, kvantum-qt5/trunk/PKGBUILD)
  kvantum-qt5/repos/community-x86_64/
  kvantum-qt5/repos/community-x86_64/PKGBUILD
(from rev 257129, kvantum-qt5/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   30 ++
 community-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: kvantum-qt5/repos/community-i686/PKGBUILD (from rev 257129, 
kvantum-qt5/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 14:47:55 UTC (rev 257130)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=Kvantum
+pkgname=kvantum-qt5
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
+arch=('i686' 'x86_64')
+url="https://github.com/tsujan/Kvantum";
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
+makedepends=('cmake' 'qt5-tools')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
+sha256sums=('0fda33ebca0708435eb2a03f04a850bc7490ba415122e442820a11ce6511bc58')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Copied: kvantum-qt5/repos/community-x86_64/PKGBUILD (from rev 257129, 
kvantum-qt5/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-12 14:47:55 UTC (rev 257130)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=Kvantum
+pkgname=kvantum-qt5
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra 
themes)"
+arch=('i686' 'x86_64')
+url="https://github.com/tsujan/Kvantum";
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 
'hicolor-icon-theme')
+makedepends=('cmake' 'qt5-tools')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
+sha256sums=('0fda33ebca0708435eb2a03f04a850bc7490ba415122e442820a11ce6511bc58')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+   cmake ../${_pkgname}-${pkgver}/${_pkgname} \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 14:48:22
  Author: bpiotrowski
Revision: 257131

2.17-2: rebuild against boost 1.65.1

Modified:
  btfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 14:47:55 UTC (rev 257130)
+++ PKGBUILD2017-09-12 14:48:22 UTC (rev 257131)
@@ -3,7 +3,7 @@
 
 pkgname=btfs
 pkgver=2.17
-pkgrel=1
+pkgrel=2
 pkgdesc="A bittorrent filesystem based on FUSE"
 arch=('i686' 'x86_64')
 url="https://github.com/johang/btfs";


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

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 14:48:33
  Author: bpiotrowski
Revision: 257132

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  btfs/repos/community-staging-i686/
  btfs/repos/community-staging-i686/PKGBUILD
(from rev 257131, btfs/trunk/PKGBUILD)
  btfs/repos/community-staging-x86_64/
  btfs/repos/community-staging-x86_64/PKGBUILD
(from rev 257131, btfs/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: btfs/repos/community-staging-i686/PKGBUILD (from rev 257131, 
btfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-12 14:48:33 UTC (rev 257132)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.17
+pkgrel=2
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs";
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('boost')
+optdepends=('python2: for btplay')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz";)
+sha512sums=('e4fae52e46581ca382ac4ddd64d80217a9bc0c18cd6317bb4780734c193dcdd9cfed210073b5fd2d8514be2922bb3f0481b13695411e97bb67b7d793f071c3e1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+  autoreconf -i
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: btfs/repos/community-staging-x86_64/PKGBUILD (from rev 257131, 
btfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-12 14:48:33 UTC (rev 257132)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.17
+pkgrel=2
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs";
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('boost')
+optdepends=('python2: for btplay')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz";)
+sha512sums=('e4fae52e46581ca382ac4ddd64d80217a9bc0c18cd6317bb4780734c193dcdd9cfed210073b5fd2d8514be2922bb3f0481b13695411e97bb67b7d793f071c3e1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+  autoreconf -i
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 14:48:36
  Author: bpiotrowski
Revision: 257133

0.9.3-15: rebuild against boost 1.65.1

Modified:
  cclive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 14:48:33 UTC (rev 257132)
+++ PKGBUILD2017-09-12 14:48:36 UTC (rev 257133)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=14
+pkgrel=15
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


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

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 14:50:15
  Author: bpiotrowski
Revision: 257134

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  btfs/repos/community-staging-i686/PKGBUILD
(from rev 257133, btfs/trunk/PKGBUILD)
  btfs/repos/community-staging-x86_64/PKGBUILD
(from rev 257133, btfs/trunk/PKGBUILD)
Deleted:
  btfs/repos/community-staging-i686/PKGBUILD
  btfs/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-staging-i686/PKGBUILD   |   32 --
 community-staging-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-09-12 14:48:36 UTC (rev 257133)
+++ community-staging-i686/PKGBUILD 2017-09-12 14:50:15 UTC (rev 257134)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=btfs
-pkgver=2.17
-pkgrel=2
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('i686' 'x86_64')
-url="https://github.com/johang/btfs";
-license=('GPL')
-depends=('fuse2' 'libtorrent-rasterbar' 'curl')
-makedepends=('boost')
-optdepends=('python2: for btplay')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz";)
-sha512sums=('e4fae52e46581ca382ac4ddd64d80217a9bc0c18cd6317bb4780734c193dcdd9cfed210073b5fd2d8514be2922bb3f0481b13695411e97bb67b7d793f071c3e1')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
-  autoreconf -i
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: btfs/repos/community-staging-i686/PKGBUILD (from rev 257133, 
btfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-12 14:50:15 UTC (rev 257134)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.17
+pkgrel=2
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs";
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('boost')
+optdepends=('python2: for btplay')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz";)
+sha512sums=('e4fae52e46581ca382ac4ddd64d80217a9bc0c18cd6317bb4780734c193dcdd9cfed210073b5fd2d8514be2922bb3f0481b13695411e97bb67b7d793f071c3e1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
+  autoreconf -i
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2017-09-12 14:48:36 UTC (rev 257133)
+++ community-staging-x86_64/PKGBUILD   2017-09-12 14:50:15 UTC (rev 257134)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=btfs
-pkgver=2.17
-pkgrel=2
-pkgdesc="A bittorrent filesystem based on FUSE"
-arch=('i686' 'x86_64')
-url="https://github.com/johang/btfs";
-license=('GPL')
-depends=('fuse2' 'libtorrent-rasterbar' 'curl')
-makedepends=('boost')
-optdepends=('python2: for btplay')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz";)
-sha512sums=('e4fae52e46581ca382ac4ddd64d80217a9bc0c18cd6317bb4780734c193dcdd9cfed210073b5fd2d8514be2922bb3f0481b13695411e97bb67b7d793f071c3e1')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' scripts/btplay
-  autoreconf -i
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: btfs/repos/community-staging-x86_64/PKGBUILD (from rev 257133, 
btfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-12 14:50:15 UTC (rev 257134)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=btfs
+pkgver=2.17
+pkgrel=2
+pkgdesc="A bittorrent filesystem based on FUSE"
+arch=('i686' 'x86_64')
+url="https://github.com/johang/btfs";
+license=('GPL')
+depends=('fuse2' 'libtorrent-rasterbar' 'curl')
+makedepends=('boost')
+optdepends=('python2: for btplay')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/johang/btfs/archive/v$pkgver.tar.gz";)
+sha512sums=('e4fae52e46581ca382ac4ddd64d80217a9bc0c18cd6317bb4780734c193dcdd9cfed210073b5fd2d8514be2922bb3f0481b13695411e97bb67b7d793f0

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

2017-09-12 Thread Bruno Pagani
Date: Tuesday, September 12, 2017 @ 14:50:33
  Author: archange
Revision: 257136

Build Kvantum themes in a split package

Modified:
  arc-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 14:50:29 UTC (rev 257135)
+++ PKGBUILD2017-09-12 14:50:33 UTC (rev 257136)
@@ -1,23 +1,24 @@
 # Maintainer: Bruno Pagani 
 
-pkgname=arc-kde
+pkgbase=arc-kde
+pkgname=('arc-kde' 'kvantum-theme-arc')
 pkgver=20170912
-pkgrel=1
+pkgrel=2
 pkgdesc="Arc theme for KDE Plasma 5"
 arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgname}";
+url="https://github.com/PapirusDevelopmentTeam/${pkgbase}";
 license=('GPL3')
 options=('!strip')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
 sha256sums=('313ccb8440a3fa81e84effca779ddcbba7765490974c1e8c002c9e77efb8d111')
 
 prepare() {
-   cd ${pkgname}-${pkgver}
-   mv yakuake/{kns_,}skins
+cd ${pkgbase}-${pkgver}
+mv yakuake/{kns_,}skins
 }
 
-package() {
-cd ${pkgname}-${pkgver}
+package_arc-kde() {
+cd ${pkgbase}-${pkgver}
 install -d "${pkgdir}"/usr/share
  
 cp -r plasma "${pkgdir}"/usr/share
@@ -26,3 +27,13 @@
 cp -r konsole "${pkgdir}"/usr/share
 cp -r yakuake "${pkgdir}"/usr/share
 }
+
+
+package_kvantum-theme-arc() {
+pkgdesc="Arc theme for Kvantum"
+depends=('kvantum-qt5')
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r Kvantum "${pkgdir}"/usr/share
+}


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

2017-09-12 Thread Bruno Pagani
Date: Tuesday, September 12, 2017 @ 14:50:43
  Author: archange
Revision: 257137

archrelease: copy trunk to community-any

Added:
  arc-kde/repos/community-any/PKGBUILD
(from rev 257136, arc-kde/trunk/PKGBUILD)
Deleted:
  arc-kde/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 14:50:33 UTC (rev 257136)
+++ PKGBUILD2017-09-12 14:50:43 UTC (rev 257137)
@@ -1,28 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=arc-kde
-pkgver=20170912
-pkgrel=1
-pkgdesc="Arc theme for KDE Plasma 5"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgname}";
-license=('GPL3')
-options=('!strip')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('313ccb8440a3fa81e84effca779ddcbba7765490974c1e8c002c9e77efb8d111')
-
-prepare() {
-   cd ${pkgname}-${pkgver}
-   mv yakuake/{kns_,}skins
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-install -d "${pkgdir}"/usr/share
- 
-cp -r plasma "${pkgdir}"/usr/share
-cp -r aurorae "${pkgdir}"/usr/share
-cp -r color-schemes "${pkgdir}"/usr/share
-cp -r konsole "${pkgdir}"/usr/share
-cp -r yakuake "${pkgdir}"/usr/share
-}

Copied: arc-kde/repos/community-any/PKGBUILD (from rev 257136, 
arc-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-12 14:50:43 UTC (rev 257137)
@@ -0,0 +1,39 @@
+# Maintainer: Bruno Pagani 
+
+pkgbase=arc-kde
+pkgname=('arc-kde' 'kvantum-theme-arc')
+pkgver=20170912
+pkgrel=2
+pkgdesc="Arc theme for KDE Plasma 5"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/${pkgbase}";
+license=('GPL3')
+options=('!strip')
+source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('313ccb8440a3fa81e84effca779ddcbba7765490974c1e8c002c9e77efb8d111')
+
+prepare() {
+cd ${pkgbase}-${pkgver}
+mv yakuake/{kns_,}skins
+}
+
+package_arc-kde() {
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+ 
+cp -r plasma "${pkgdir}"/usr/share
+cp -r aurorae "${pkgdir}"/usr/share
+cp -r color-schemes "${pkgdir}"/usr/share
+cp -r konsole "${pkgdir}"/usr/share
+cp -r yakuake "${pkgdir}"/usr/share
+}
+
+
+package_kvantum-theme-arc() {
+pkgdesc="Arc theme for Kvantum"
+depends=('kvantum-qt5')
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r Kvantum "${pkgdir}"/usr/share
+}


[arch-commits] Commit in cclive/repos (8 files)

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 14:50:29
  Author: bpiotrowski
Revision: 257135

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  cclive/repos/community-staging-i686/
  cclive/repos/community-staging-i686/PKGBUILD
(from rev 257134, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-i686/boost.m4
(from rev 257134, cclive/trunk/boost.m4)
  cclive/repos/community-staging-i686/iostream.patch
(from rev 257134, cclive/trunk/iostream.patch)
  cclive/repos/community-staging-x86_64/
  cclive/repos/community-staging-x86_64/PKGBUILD
(from rev 257134, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-x86_64/boost.m4
(from rev 257134, cclive/trunk/boost.m4)
  cclive/repos/community-staging-x86_64/iostream.patch
(from rev 257134, cclive/trunk/iostream.patch)

-+
 community-staging-i686/PKGBUILD |   47 
 community-staging-i686/boost.m4 | 1442 ++
 community-staging-i686/iostream.patch   |   37 
 community-staging-x86_64/PKGBUILD   |   47 
 community-staging-x86_64/boost.m4   | 1442 ++
 community-staging-x86_64/iostream.patch |   37 
 6 files changed, 3052 insertions(+)

Copied: cclive/repos/community-staging-i686/PKGBUILD (from rev 257134, 
cclive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-12 14:50:29 UTC (rev 257135)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=15
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+iostream.patch
+boost.m4) # https://github.com/tsuna/boost.m4
+sha512sums=('0d8f6f870e24e2906542c1e02745009597fca2e879261bef7a81e07f8dec016ee200d8a4b37dd0f20b3ad27c12e2445fed1f6a9dc262a6c27e40222048bb5438'
+'SKIP'
+
'dc6fb068d153e91c03533830e6d87bb292109e192b9fff7003a23fbe3ab5a786fee52a0f522788b5715511be0de55deed1b4a9b2369ac6d239074ec099e0e893'
+
'fe45915390722494dd6cf6d04b780867595e5e70661d50e3fc2976149f716b807c71d5bfed61566b069bddc955838fdcf441ba5110bea9b2bbaac5b99c84')
+validpgpkeys=('E220FCFF9EADBA326FD6B23BBF1D59CCAD00BE50')  # Toni Gundogdu
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Update boost.m4 to support GCC > 5.1
+  cp $srcdir/boost.m4 m4/
+  autoconf
+
+  patch -p1 -i $srcdir/iostream.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # glibmm 2.46 uses C++11 features
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag="-L/usr/lib"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cclive/repos/community-staging-i686/boost.m4 (from rev 257134, 
cclive/trunk/boost.m4)
===
--- community-staging-i686/boost.m4 (rev 0)
+++ community-staging-i686/boost.m4 2017-09-12 14:50:29 UTC (rev 257135)
@@ -0,0 +1,1442 @@
+# boost.m4: Locate Boost headers and libraries for autoconf-based projects.
+# Copyright (C) 2007-2011, 2014  Benoit Sigoure 
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Additional permission under section 7 of the GNU General Public
+# License, version 3 ("GPLv3"):
+#
+# If you convey this file as part of a work that contains a
+# configuration script generated by Autoconf, you may do so under
+# terms of your choice.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see .
+
+m4_define([_BOOST_SERIAL], [m4_translit([
+# serial 24
+], [#
+], [])])
+
+# Original sources can be found at http://github.com/tsuna/boost.m4
+# You can fetch the latest version of the script by doing:
+#   wget http://github.com/tsuna/boost.m4/raw/master/build-aux/boost.m4
+
+# -- #
+# README #
+# -- #
+
+# This file provides several macros to use the various Boost libraries.
+# The first macro is BOOST_REQUIRE.  It will simply check if it's possible to
+# find the Boos

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

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 15:00:27
  Author: anthraxx
Revision: 257138

upgpkg: rabbitmqadmin 3.6.12-1

Modified:
  rabbitmqadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 14:50:43 UTC (rev 257137)
+++ PKGBUILD2017-09-12 15:00:27 UTC (rev 257138)
@@ -2,7 +2,7 @@
 # Contributor: Dmitry Chusovitin 
 
 pkgname=rabbitmqadmin
-pkgver=3.6.11
+pkgver=3.6.12
 pkgrel=1
 pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
 url='https://www.rabbitmq.com/management-cli.html'
@@ -10,8 +10,8 @@
 license=('MPL')
 depends=('python')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/rabbitmq_v${pkgver//./_}.tar.gz)
-sha256sums=('5cc76d3926fef1bcc67535af78c5e5fc244235a830459210e8f91a479812df75')
-sha512sums=('c6087f6f67ba51ef66d9df17f5d3aab8f1cd1140739207c53f1af7fe86603759bc08cf95308e4fb3487e265f168a57e6a6fb61995e98c2f6aae0c0c1dc8b0e0b')
+sha256sums=('8f75bf2d5add21b63a2d9dd3fd7dd6522d21981b75cd2f277ee24bdb9d22dfc7')
+sha512sums=('4dbfae7eee1461450aae5654a805638ff497df37ce65c2a7af222b2c6431ae32e8f70425df71c31d52779cc14f0319c7168bfbb610b27f2de262658be5a3138d')
 
 prepare() {
   cd rabbitmq-management-rabbitmq_v${pkgver//./_}


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

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 15:00:35
  Author: anthraxx
Revision: 257139

archrelease: copy trunk to community-any

Added:
  rabbitmqadmin/repos/community-any/PKGBUILD
(from rev 257138, rabbitmqadmin/trunk/PKGBUILD)
Deleted:
  rabbitmqadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 15:00:27 UTC (rev 257138)
+++ PKGBUILD2017-09-12 15:00:35 UTC (rev 257139)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=rabbitmqadmin
-pkgver=3.6.11
-pkgrel=1
-pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
-url='https://www.rabbitmq.com/management-cli.html'
-arch=('any')
-license=('MPL')
-depends=('python')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/rabbitmq_v${pkgver//./_}.tar.gz)
-sha256sums=('5cc76d3926fef1bcc67535af78c5e5fc244235a830459210e8f91a479812df75')
-sha512sums=('c6087f6f67ba51ef66d9df17f5d3aab8f1cd1140739207c53f1af7fe86603759bc08cf95308e4fb3487e265f168a57e6a6fb61995e98c2f6aae0c0c1dc8b0e0b')
-
-prepare() {
-  cd rabbitmq-management-rabbitmq_v${pkgver//./_}
-  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
-}
-
-package() {
-  cd rabbitmq-management-rabbitmq_v${pkgver//./_}
-  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE-MPL-RabbitMQ 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmqadmin/repos/community-any/PKGBUILD (from rev 257138, 
rabbitmqadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-12 15:00:35 UTC (rev 257139)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=rabbitmqadmin
+pkgver=3.6.12
+pkgrel=1
+pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
+url='https://www.rabbitmq.com/management-cli.html'
+arch=('any')
+license=('MPL')
+depends=('python')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/rabbitmq_v${pkgver//./_}.tar.gz)
+sha256sums=('8f75bf2d5add21b63a2d9dd3fd7dd6522d21981b75cd2f277ee24bdb9d22dfc7')
+sha512sums=('4dbfae7eee1461450aae5654a805638ff497df37ce65c2a7af222b2c6431ae32e8f70425df71c31d52779cc14f0319c7168bfbb610b27f2de262658be5a3138d')
+
+prepare() {
+  cd rabbitmq-management-rabbitmq_v${pkgver//./_}
+  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
+}
+
+package() {
+  cd rabbitmq-management-rabbitmq_v${pkgver//./_}
+  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE-MPL-RabbitMQ 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-09-12 Thread Bruno Pagani
Date: Tuesday, September 12, 2017 @ 15:27:26
  Author: archange
Revision: 257140

upgpkg: nodejs-lts-boron 6.11.3-1

Modified:
  nodejs-lts-boron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 15:00:35 UTC (rev 257139)
+++ PKGBUILD2017-09-12 15:27:26 UTC (rev 257140)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
 
 pkgname=nodejs-lts-boron
-pkgver=6.11.2
+pkgver=6.11.3
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript (LTS release: Boron)'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 conflicts=('nodejs')
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # "${url}/dist/v${pkgver}/SHASUMS256.txt"{,.sig} or .asc to check
-sha256sums=('04af4992238b19124ea56f1bcfda36827613a24eb3b00fc3b50f261a415a26e4')
+sha256sums=('5f09b77010cb3ec4e321ecdc30beb6b49d8a2843155b7f0ad97202ec308ab6bc')
 #validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8') # Myles Borins 

 
 prepare() {


[arch-commits] Commit in nodejs-lts-boron/repos (4 files)

2017-09-12 Thread Bruno Pagani
Date: Tuesday, September 12, 2017 @ 15:29:09
  Author: archange
Revision: 257141

archrelease: copy trunk to community-i686, community-x86_64

Added:
  nodejs-lts-boron/repos/community-i686/PKGBUILD
(from rev 257140, nodejs-lts-boron/trunk/PKGBUILD)
  nodejs-lts-boron/repos/community-x86_64/PKGBUILD
(from rev 257140, nodejs-lts-boron/trunk/PKGBUILD)
Deleted:
  nodejs-lts-boron/repos/community-i686/PKGBUILD
  nodejs-lts-boron/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  126 
 community-i686/PKGBUILD   |   63 --
 community-x86_64/PKGBUILD |   63 --
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 15:27:26 UTC (rev 257140)
+++ community-i686/PKGBUILD 2017-09-12 15:29:09 UTC (rev 257141)
@@ -1,63 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-
-pkgname=nodejs-lts-boron
-pkgver=6.11.2
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript (LTS release: Boron)'
-arch=('i686' 'x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-provides=('nodejs')
-conflicts=('nodejs')
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
-# "${url}/dist/v${pkgver}/SHASUMS256.txt"{,.sig} or .asc to check
-sha256sums=('04af4992238b19124ea56f1bcfda36827613a24eb3b00fc3b50f261a415a26e4')
-#validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8') # Myles Borins 

-
-prepare() {
-  cd node-v${pkgver}
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v${pkgver}
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  # At least two expected failures because of OpenSSL 1.1 vs 1.0
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/nodejs/LICENSE
-}

Copied: nodejs-lts-boron/repos/community-i686/PKGBUILD (from rev 257140, 
nodejs-lts-boron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 15:29:09 UTC (rev 257141)
@@ -0,0 +1,63 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+
+pkgname=nodejs-lts-boron
+pkgver=6.11.3
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript (LTS release: Boron)'
+arch=('i686' 'x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+provides=('nodejs')
+conflicts=('nodejs')
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# "${url}/dist/v${pkgver}/SHASUMS256.txt"{,.sig} or .asc to check
+sha256sums=('5f09b77010cb3ec4e321ecdc30beb6b49d8a2843155b7f0ad97202ec308ab6bc')
+#validpgpkeys=('C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8') # Myles Borins 

+
+prepare() {
+  cd node-v${pkgver}
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v${pkgver}
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser \
+--shared-cares
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  # At least two expected failures because of OpenSSL 1.1 vs 1.0
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-v${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/nodejs/LICENSE
+}

Deleted: community-x86_64/PKGBUILD

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

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 15:39:36
  Author: bpiotrowski
Revision: 257142

1.2.0-2: rebuild against boost 1.65.1

Modified:
  leatherman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 15:29:09 UTC (rev 257141)
+++ PKGBUILD2017-09-12 15:39:36 UTC (rev 257142)
@@ -2,7 +2,7 @@
 
 pkgname=leatherman
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('i686' 'x86_64')
 url="https://github.com/puppetlabs/leatherman";


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

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 15:39:49
  Author: bpiotrowski
Revision: 257143

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  leatherman/repos/community-staging-i686/
  leatherman/repos/community-staging-i686/PKGBUILD
(from rev 257142, leatherman/trunk/PKGBUILD)
  leatherman/repos/community-staging-x86_64/
  leatherman/repos/community-staging-x86_64/PKGBUILD
(from rev 257142, leatherman/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: leatherman/repos/community-staging-i686/PKGBUILD (from rev 257142, 
leatherman/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-12 15:39:49 UTC (rev 257143)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('i686' 'x86_64')
+url="https://github.com/puppetlabs/leatherman";
+license=('APACHE')
+makedepends=('boost' 'cmake' 'rapidjson')
+checkdepends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
+md5sums=('0325aea11c16f624b99546a77c138dad')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: leatherman/repos/community-staging-x86_64/PKGBUILD (from rev 257142, 
leatherman/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-12 15:39:49 UTC (rev 257143)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('i686' 'x86_64')
+url="https://github.com/puppetlabs/leatherman";
+license=('APACHE')
+makedepends=('boost' 'cmake' 'rapidjson')
+checkdepends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
+md5sums=('0325aea11c16f624b99546a77c138dad')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 15:40:10
  Author: bpiotrowski
Revision: 257144

1.3.1-24: rebuild against boost 1.65.1

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 15:39:49 UTC (rev 257143)
+++ PKGBUILD2017-09-12 15:40:10 UTC (rev 257144)
@@ -6,21 +6,21 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=23
+pkgrel=24
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')
 depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
 makedepends=('mesa' 'boost')
-source=("$pkgname::git+https://github.com/frogatto/frogatto.git#tag=$pkgver";
+source=("$pkgname-$pkgver.tgz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
 launcher
 frogatto.desktop)
-md5sums=('SKIP'
+md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
  '9ed2c9ea59e95fe3c0b3ad49e58f8890'
  'e31563b04748a39292a59aaad633ff58')
 
 build() {
-  cd "$srcdir/$pkgname"
+  cd "$srcdir/$pkgname-$pkgver"
 
   sed -i 's/ccache //g' Makefile
   sed -i 's/-lprofiler//g' Makefile
@@ -34,7 +34,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname"
+  cd "$srcdir/$pkgname-$pkgver"
 
   install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
   install -Dm 755 "server" "$pkgdir/opt/frogatto/server"


[arch-commits] Commit in frogatto/repos (8 files)

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 15:40:21
  Author: bpiotrowski
Revision: 257145

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  frogatto/repos/community-staging-i686/
  frogatto/repos/community-staging-i686/PKGBUILD
(from rev 257144, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 257144, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-i686/launcher
(from rev 257144, frogatto/trunk/launcher)
  frogatto/repos/community-staging-x86_64/
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 257144, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 257144, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/launcher
(from rev 257144, frogatto/trunk/launcher)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/frogatto.desktop   |   11 ++
 community-staging-i686/launcher   |3 +
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/frogatto.desktop |   11 ++
 community-staging-x86_64/launcher |3 +
 6 files changed, 126 insertions(+)

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 257144, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-12 15:40:21 UTC (rev 257145)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
+# Contributor: Tom Wambold 
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=24
+pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
+url="http://www.frogatto.com";
+license=('GPL')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
+makedepends=('mesa' 'boost')
+source=("$pkgname-$pkgver.tgz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
+launcher
+frogatto.desktop)
+md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
+  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
+  CXXFLAGS="$CXXFLAGS -std=gnu++98" make game server
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
+  install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
+  install -Dm 644 "src/LICENSE" "$pkgdir/usr/share/licenses/frogatto/LICENSE"
+  install -Dm 755 "$srcdir/launcher" "$pkgdir/usr/bin/frogatto"
+  install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
+
+  # Make level editor work (FS#37139)
+  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/frogatto.desktop (from rev 
257144, frogatto/trunk/frogatto.desktop)
===
--- community-staging-i686/frogatto.desktop (rev 0)
+++ community-staging-i686/frogatto.desktop 2017-09-12 15:40:21 UTC (rev 
257145)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frogatto
+GenericName=Old-school 2D platformer
+Comment=Old-school 2D platformer
+Exec=/usr/bin/frogatto
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/opt/frogatto/images/window-icon.png
+Categories=Game;ArcadeGame

Copied: frogatto/repos/community-staging-i686/launcher (from rev 257144, 
frogatto/trunk/launcher)
===
--- community-staging-i686/launcher (rev 0)
+++ community-staging-i686/launcher 2017-09-12 15:40:21 UTC (rev 257145)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*

Copied: frogatto/repos/community-staging-x86_64/PKGBUILD (from rev 257144, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-12 15:40:21 UTC (rev 257145)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
+# Contributor: Tom Wambold 
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgre

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

2017-09-12 Thread Jelle van der Waa
Date: Tuesday, September 12, 2017 @ 16:00:54
  Author: jelle
Revision: 257146

upgpkg: python-hidapi 0.7.99.20-2

rebuild for key removal

Modified:
  python-hidapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 15:40:21 UTC (rev 257145)
+++ PKGBUILD2017-09-12 16:00:54 UTC (rev 257146)
@@ -8,10 +8,10 @@
 _pipname=hidapi
 pkgver=0.7.99.20
 _pkgver=${pkgver%.*}.post${pkgver##*.}
-pkgrel=1
+pkgrel=2
 pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
 arch=('i686' 'x86_64')
-makedepends=('cython2' 'python2-setuptools' 'cython' 'python-setuptools' 
'libusb')
+makedepends=('cython2' 'python2-setuptools' 'cython' 'python-setuptools' 
'libusb' 'udev')
 url="https://github.com/trezor/cython-hidapi";
 license=('custom')
 
source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)


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

2017-09-12 Thread Jelle van der Waa
Date: Tuesday, September 12, 2017 @ 16:01:07
  Author: jelle
Revision: 257147

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-hidapi/repos/community-i686/PKGBUILD
(from rev 257146, python-hidapi/trunk/PKGBUILD)
  python-hidapi/repos/community-x86_64/PKGBUILD
(from rev 257146, python-hidapi/trunk/PKGBUILD)
Deleted:
  python-hidapi/repos/community-i686/PKGBUILD
  python-hidapi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   50 --
 community-x86_64/PKGBUILD |   50 --
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 16:00:54 UTC (rev 257146)
+++ community-i686/PKGBUILD 2017-09-12 16:01:07 UTC (rev 257147)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Kevin Azzam 
-
-pkgbase=python-hidapi
-pkgname=('python-hidapi' 'python2-hidapi')
-_pipname=hidapi
-pkgver=0.7.99.20
-_pkgver=${pkgver%.*}.post${pkgver##*.}
-pkgrel=1
-pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
-arch=('i686' 'x86_64')
-makedepends=('cython2' 'python2-setuptools' 'cython' 'python-setuptools' 
'libusb')
-url="https://github.com/trezor/cython-hidapi";
-license=('custom')
-source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)
-sha256sums=('5f88fd3e79deeeaacd2f266e641434a342d25b779778393191c863dd4f2dffcc')
-
-
-prepare() {
-  cp -R $_pipname-$_pkgver python2-$_pipname-$_pkgver
-}
-
-build() {
-  cd "$_pipname-$_pkgver"
-  python setup.py build
-
-  cd "../python2-$_pipname-$_pkgver"
-  python2 setup.py build
-}
-
-
-package_python-hidapi() {
-  depends=('libusb' 'python')
-  cd $_pipname-$_pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-
-  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
-  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-hidapi() {
-  depends=('libusb' 'python2')
-  cd "python2-$_pipname-$_pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
-  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-hidapi/repos/community-i686/PKGBUILD (from rev 257146, 
python-hidapi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 16:01:07 UTC (rev 257147)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Kevin Azzam 
+
+pkgbase=python-hidapi
+pkgname=('python-hidapi' 'python2-hidapi')
+_pipname=hidapi
+pkgver=0.7.99.20
+_pkgver=${pkgver%.*}.post${pkgver##*.}
+pkgrel=2
+pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
+arch=('i686' 'x86_64')
+makedepends=('cython2' 'python2-setuptools' 'cython' 'python-setuptools' 
'libusb' 'udev')
+url="https://github.com/trezor/cython-hidapi";
+license=('custom')
+source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)
+sha256sums=('5f88fd3e79deeeaacd2f266e641434a342d25b779778393191c863dd4f2dffcc')
+
+
+prepare() {
+  cp -R $_pipname-$_pkgver python2-$_pipname-$_pkgver
+}
+
+build() {
+  cd "$_pipname-$_pkgver"
+  python setup.py build
+
+  cd "../python2-$_pipname-$_pkgver"
+  python2 setup.py build
+}
+
+
+package_python-hidapi() {
+  depends=('libusb' 'python')
+  cd $_pipname-$_pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+
+  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
+  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-hidapi() {
+  depends=('libusb' 'python2')
+  cd "python2-$_pipname-$_pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
+  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-12 16:00:54 UTC (rev 257146)
+++ community-x86_64/PKGBUILD   2017-09-12 16:01:07 UTC (rev 257147)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Kevin Azzam 
-
-pkgbase=python-hidapi
-pkgname=('python-hidapi' 'python2-hidapi')
-_pipname=hidapi
-pkgver=0.7.99.20
-_pkgver=${pkgver%.*}.post${pkgver##*.}
-pkgrel=1
-pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
-arch=('i686' 'x86_64')
-make

[arch-commits] Commit in syslinux/trunk (syslinux-install_update)

2017-09-12 Thread Anatol Pomozov
Date: Tuesday, September 12, 2017 @ 16:49:56
  Author: anatolik
Revision: 305369

FS#55250 match number only at the end of partition name

Modified:
  syslinux/trunk/syslinux-install_update

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

Modified: syslinux-install_update
===
--- syslinux-install_update 2017-09-12 10:20:55 UTC (rev 305368)
+++ syslinux-install_update 2017-09-12 16:49:56 UTC (rev 305369)
@@ -59,8 +59,9 @@
 fi
 
 case "$part" in
+# catch cases like mmcblk0p1 and loop0p3
 *[[:digit:]]p[[:digit:]]*)
-local disk="${part%%p[[:digit:]]*}" # get everything before p1
+local disk="${part%p[[:digit:]]}" # get everything before p1
 ;;
 *)
 local disk="${part%%[[:digit:]]*}"


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

2017-09-12 Thread Jelle van der Waa
Date: Tuesday, September 12, 2017 @ 16:57:15
  Author: jelle
Revision: 257148

upgpkg: tcplay 2.0-2

rebuild for key removal

Modified:
  tcplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 16:01:07 UTC (rev 257147)
+++ PKGBUILD2017-09-12 16:57:15 UTC (rev 257148)
@@ -5,13 +5,13 @@
 
 pkgname=tcplay
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Free and simple TrueCrypt implementation based on dm-crypt."
 arch=('i686' 'x86_64')
 url="https://github.com/bwalex/tc-play";
 license=('custom')
 depends=('device-mapper')
-makedepends=('cmake')
+makedepends=('cmake' 'udev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/bwalex/tc-play/archive/v${pkgver}.tar.gz";
 tc-play-1.1-fix-paths.patch)
 sha256sums=('0e17890f37e862746364b10bad62bbd9f3e2b2811a24b07df12eff266534e42d'
@@ -20,6 +20,7 @@
 prepare() {
   cd "tc-play-$pkgver"
   patch -Np1 -i ../tc-play-1.1-fix-paths.patch
+  sed -i 's/-Wnested-externs/-Wnested-externs -fPIC/g' CMakeLists.txt
 }
 
 build() {


[arch-commits] Commit in tcplay/repos (8 files)

2017-09-12 Thread Jelle van der Waa
Date: Tuesday, September 12, 2017 @ 16:57:31
  Author: jelle
Revision: 257149

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tcplay/repos/community-i686/PKGBUILD
(from rev 257148, tcplay/trunk/PKGBUILD)
  tcplay/repos/community-i686/tc-play-1.1-fix-paths.patch
(from rev 257148, tcplay/trunk/tc-play-1.1-fix-paths.patch)
  tcplay/repos/community-x86_64/PKGBUILD
(from rev 257148, tcplay/trunk/PKGBUILD)
  tcplay/repos/community-x86_64/tc-play-1.1-fix-paths.patch
(from rev 257148, tcplay/trunk/tc-play-1.1-fix-paths.patch)
Deleted:
  tcplay/repos/community-i686/PKGBUILD
  tcplay/repos/community-i686/tc-play-1.1-fix-paths.patch
  tcplay/repos/community-x86_64/PKGBUILD
  tcplay/repos/community-x86_64/tc-play-1.1-fix-paths.patch

--+
 /PKGBUILD|   74 ++
 /tc-play-1.1-fix-paths.patch |   98 +
 community-i686/PKGBUILD  |   36 -
 community-i686/tc-play-1.1-fix-paths.patch   |   49 
 community-x86_64/PKGBUILD|   36 -
 community-x86_64/tc-play-1.1-fix-paths.patch |   49 
 6 files changed, 172 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 16:57:15 UTC (rev 257148)
+++ community-i686/PKGBUILD 2017-09-12 16:57:31 UTC (rev 257149)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Thomas Weißschuh 
-# Contributor: James Reed 
-
-pkgname=tcplay
-pkgver=2.0
-pkgrel=1
-pkgdesc="Free and simple TrueCrypt implementation based on dm-crypt."
-arch=('i686' 'x86_64')
-url="https://github.com/bwalex/tc-play";
-license=('custom')
-depends=('device-mapper')
-makedepends=('cmake')
-source=("https://github.com/bwalex/tc-play/archive/v${pkgver}.tar.gz";
-tc-play-1.1-fix-paths.patch)
-sha256sums=('0e17890f37e862746364b10bad62bbd9f3e2b2811a24b07df12eff266534e42d'
-'007b960675400b7e0a10765952041dcc1943e5cb79367e2ed4938f2c5e64ea57')
-
-prepare() {
-  cd "tc-play-$pkgver"
-  patch -Np1 -i ../tc-play-1.1-fix-paths.patch
-}
-
-build() {
-  cd "tc-play-$pkgver"
-  mkdir -p objdir
-  cd objdir
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-}
-
-package() {
-  cd "tc-play-$pkgver/objdir"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/tcplay/LICENSE
-}

Copied: tcplay/repos/community-i686/PKGBUILD (from rev 257148, 
tcplay/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 16:57:31 UTC (rev 257149)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Thomas Weißschuh 
+# Contributor: James Reed 
+
+pkgname=tcplay
+pkgver=2.0
+pkgrel=2
+pkgdesc="Free and simple TrueCrypt implementation based on dm-crypt."
+arch=('i686' 'x86_64')
+url="https://github.com/bwalex/tc-play";
+license=('custom')
+depends=('device-mapper')
+makedepends=('cmake' 'udev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bwalex/tc-play/archive/v${pkgver}.tar.gz";
+tc-play-1.1-fix-paths.patch)
+sha256sums=('0e17890f37e862746364b10bad62bbd9f3e2b2811a24b07df12eff266534e42d'
+'007b960675400b7e0a10765952041dcc1943e5cb79367e2ed4938f2c5e64ea57')
+
+prepare() {
+  cd "tc-play-$pkgver"
+  patch -Np1 -i ../tc-play-1.1-fix-paths.patch
+  sed -i 's/-Wnested-externs/-Wnested-externs -fPIC/g' CMakeLists.txt
+}
+
+build() {
+  cd "tc-play-$pkgver"
+  mkdir -p objdir
+  cd objdir
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+}
+
+package() {
+  cd "tc-play-$pkgver/objdir"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/tcplay/LICENSE
+}

Deleted: community-i686/tc-play-1.1-fix-paths.patch
===
--- community-i686/tc-play-1.1-fix-paths.patch  2017-09-12 16:57:15 UTC (rev 
257148)
+++ community-i686/tc-play-1.1-fix-paths.patch  2017-09-12 16:57:31 UTC (rev 
257149)
@@ -1,49 +0,0 @@
 tc-play-1.1/CMakeLists.txt.orig2013-12-12 22:55:24.788832261 +0100
-+++ tc-play-1.1/CMakeLists.txt 2013-12-12 22:56:16.099181617 +0100
-@@ -63,20 +63,6 @@
- endif()
- 
- 
--if (NOT LIB_SUFFIX)
--  message(STATUS "")
--  message(STATUS "LIB_SUFFIX variable is not defined. It will be 
autodetected now.")
--  message(STATUS "You can set it manually with -DLIB_SUFFIX= (e.g. 
64).")
--  if (CMAKE_SIZEOF_VOID_P EQUAL 8)
--  message(STATUS "\nSetting LIB_SUFFIX=64\n")
--  set (LIB_SUFFIX "64")
--  else()
--  message(STATUS "\nSetting LIB_SUFFIX=\n")
--  set (LIB_SUFFIX "")
--  endif()
--endif()
--
--
- 
- add_executable(tcplay-bin main.c ${SRCS_COMMON} ${SRCS_LINUX} ${SRCS_PBKDF})
- set_targe

[arch-commits] Commit in (4 files)

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 17:23:04
  Author: anthraxx
Revision: 257150

addpkg: python-axolotl-curve25519 0.1-2

Added:
  python-axolotl-curve25519/
  python-axolotl-curve25519/repos/
  python-axolotl-curve25519/trunk/
  python-axolotl-curve25519/trunk/PKGBUILD

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

Added: python-axolotl-curve25519/trunk/PKGBUILD
===
--- python-axolotl-curve25519/trunk/PKGBUILD(rev 0)
+++ python-axolotl-curve25519/trunk/PKGBUILD2017-09-12 17:23:04 UTC (rev 
257150)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexandre Bouvier 
+# Contributor: Ivan Shapovalov 
+# Contributor: Tommaso Sardelli 
+# Contributor: Philipp Joram 
+
+pkgbase=python-axolotl-curve25519
+pkgname=('python-axolotl-curve25519' 'python2-axolotl-curve25519')
+pkgver=0.1
+pkgrel=2
+pkgdesc='Python wrapper for curve25519 library with ed25519 signatures'
+url='https://github.com/tgalal/python-axolotl-curve25519'
+arch=('i686' 'x86_64')
+license=('GPL3')
+makedepends=('zlib' 'glibc' 'python-setuptools' 'python2-setuptools')
+source=(https://pypi.org/packages/source/p/python-axolotl-curve25519/python-axolotl-curve25519-${pkgver}.tar.gz)
+sha256sums=('c559f6a5bf51e869325b36bd83c14cccd7dec1c6e7599e797f9ba27a72d339c0')
+sha512sums=('e8dc93e6830502706966eb7b9adc7daf67fc95bd246661eed58aedef5b964f92abe20362bc56b7ad9d97ab322a4c97b056174a9b63fddd0ecd4eaeaf7b2473bd')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+package_python-axolotl-curve25519() {
+  depends=('python' 'zlib' 'glibc')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+package_python2-axolotl-curve25519() {
+  depends=('python2' 'zlib' 'glibc')
+
+  cd ${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-axolotl-curve25519/repos (4 files)

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 17:23:24
  Author: anthraxx
Revision: 257151

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-axolotl-curve25519/repos/community-i686/
  python-axolotl-curve25519/repos/community-i686/PKGBUILD
(from rev 257150, python-axolotl-curve25519/trunk/PKGBUILD)
  python-axolotl-curve25519/repos/community-x86_64/
  python-axolotl-curve25519/repos/community-x86_64/PKGBUILD
(from rev 257150, python-axolotl-curve25519/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   47 
 community-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: python-axolotl-curve25519/repos/community-i686/PKGBUILD (from rev 
257150, python-axolotl-curve25519/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 17:23:24 UTC (rev 257151)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexandre Bouvier 
+# Contributor: Ivan Shapovalov 
+# Contributor: Tommaso Sardelli 
+# Contributor: Philipp Joram 
+
+pkgbase=python-axolotl-curve25519
+pkgname=('python-axolotl-curve25519' 'python2-axolotl-curve25519')
+pkgver=0.1
+pkgrel=2
+pkgdesc='Python wrapper for curve25519 library with ed25519 signatures'
+url='https://github.com/tgalal/python-axolotl-curve25519'
+arch=('i686' 'x86_64')
+license=('GPL3')
+makedepends=('zlib' 'glibc' 'python-setuptools' 'python2-setuptools')
+source=(https://pypi.org/packages/source/p/python-axolotl-curve25519/python-axolotl-curve25519-${pkgver}.tar.gz)
+sha256sums=('c559f6a5bf51e869325b36bd83c14cccd7dec1c6e7599e797f9ba27a72d339c0')
+sha512sums=('e8dc93e6830502706966eb7b9adc7daf67fc95bd246661eed58aedef5b964f92abe20362bc56b7ad9d97ab322a4c97b056174a9b63fddd0ecd4eaeaf7b2473bd')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+package_python-axolotl-curve25519() {
+  depends=('python' 'zlib' 'glibc')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+package_python2-axolotl-curve25519() {
+  depends=('python2' 'zlib' 'glibc')
+
+  cd ${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:

Copied: python-axolotl-curve25519/repos/community-x86_64/PKGBUILD (from rev 
257150, python-axolotl-curve25519/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-12 17:23:24 UTC (rev 257151)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexandre Bouvier 
+# Contributor: Ivan Shapovalov 
+# Contributor: Tommaso Sardelli 
+# Contributor: Philipp Joram 
+
+pkgbase=python-axolotl-curve25519
+pkgname=('python-axolotl-curve25519' 'python2-axolotl-curve25519')
+pkgver=0.1
+pkgrel=2
+pkgdesc='Python wrapper for curve25519 library with ed25519 signatures'
+url='https://github.com/tgalal/python-axolotl-curve25519'
+arch=('i686' 'x86_64')
+license=('GPL3')
+makedepends=('zlib' 'glibc' 'python-setuptools' 'python2-setuptools')
+source=(https://pypi.org/packages/source/p/python-axolotl-curve25519/python-axolotl-curve25519-${pkgver}.tar.gz)
+sha256sums=('c559f6a5bf51e869325b36bd83c14cccd7dec1c6e7599e797f9ba27a72d339c0')
+sha512sums=('e8dc93e6830502706966eb7b9adc7daf67fc95bd246661eed58aedef5b964f92abe20362bc56b7ad9d97ab322a4c97b056174a9b63fddd0ecd4eaeaf7b2473bd')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+package_python-axolotl-curve25519() {
+  depends=('python' 'zlib' 'glibc')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+package_python2-axolotl-curve25519() {
+  depends=('python2' 'zlib' 'glibc')
+
+  cd ${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2017-09-12 Thread Lukas Jirkovsky
Date: Tuesday, September 12, 2017 @ 17:23:52
  Author: stativ
Revision: 257152

upgpkg: soundkonverter 3.0.0-1

update to 3.0.0

Modified:
  soundkonverter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 17:23:24 UTC (rev 257151)
+++ PKGBUILD2017-09-12 17:23:52 UTC (rev 257152)
@@ -5,14 +5,14 @@
 # Contributor: Darwin Bautista 
 
 pkgname=soundkonverter
-pkgver=2.2.2
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Front-end to various audio converters"
 arch=('i686' 'x86_64')
 url="http://www.kde-apps.org/content/show.php?content=29024";
 license=('GPL')
-depends=('kdebase-runtime' 'libkcddb4' 'cdparanoia' 'taglib')
-makedepends=('automoc4' 'cmake')
+depends=('hicolor-icon-theme' 'kdelibs4support' 'libkcddb' 'taglib')
+makedepends=('cmake' 'extra-cmake-modules' 'kdesignerplugin' 'kdoctools')
 optdepends=('cdrkit: cdda2wav backend'
 'faac: faac backend'
 'faad2: faad backend'
@@ -31,18 +31,21 @@
 'vorbis-tools: vorbis tools backend'
 'wavpack: wavpack backend'
 'sox: sox plugin (change sample rate, various effects)')
-source=("https://dl.opendesktop.org/api/files/download/id/1466626972/29024-soundkonverter-$pkgver.tar.gz";)
-md5sums=('37bf882550760940050f6cdc9779adbf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dfaust/soundkonverter/archive/v${pkgver}.tar.gz";)
+sha256sums=('f6864a9f145100b721e176b1af8c44646201fcad0886614ea30790a0c3320aee')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cmake . \
+  mkdir -p "$srcdir/build"
+  cd "$srcdir/build"
+
+  cmake "$srcdir/$pkgname-$pkgver/src" \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
 -DCMAKE_BUILD_TYPE=Release
   make
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir/build"
   make DESTDIR="$pkgdir" install
 }


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

2017-09-12 Thread Lukas Jirkovsky
Date: Tuesday, September 12, 2017 @ 17:24:17
  Author: stativ
Revision: 257153

archrelease: copy trunk to community-i686, community-x86_64

Added:
  soundkonverter/repos/community-i686/PKGBUILD
(from rev 257152, soundkonverter/trunk/PKGBUILD)
  soundkonverter/repos/community-x86_64/PKGBUILD
(from rev 257152, soundkonverter/trunk/PKGBUILD)
Deleted:
  soundkonverter/repos/community-i686/PKGBUILD
  soundkonverter/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 community-i686/PKGBUILD   |   48 
 community-x86_64/PKGBUILD |   48 
 3 files changed, 102 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 17:23:52 UTC (rev 257152)
+++ community-i686/PKGBUILD 2017-09-12 17:24:17 UTC (rev 257153)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Mateusz Herych 
-# Contributor: Eric Belanger 
-# Contributor: Darwin Bautista 
-
-pkgname=soundkonverter
-pkgver=2.2.2
-pkgrel=2
-pkgdesc="Front-end to various audio converters"
-arch=('i686' 'x86_64')
-url="http://www.kde-apps.org/content/show.php?content=29024";
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb4' 'cdparanoia' 'taglib')
-makedepends=('automoc4' 'cmake')
-optdepends=('cdrkit: cdda2wav backend'
-'faac: faac backend'
-'faad2: faad backend'
-'ffmpeg: ffmpeg backend'
-'flac: flac backend'
-'fluidsynth: flouidsynth backend'
-'lame: lame backend'
-'mac: mac backend'
-'mplayer: mplayer backend'
-'mp3gain: mp3gain backend'
-'opus-tools: opus backend'
-'speex: speexenc, speexdec backends'
-'timidity++: midi backend'
-'twolame: twolame backend'
-'vorbisgain: vorbisgain backend'
-'vorbis-tools: vorbis tools backend'
-'wavpack: wavpack backend'
-'sox: sox plugin (change sample rate, various effects)')
-source=("https://dl.opendesktop.org/api/files/download/id/1466626972/29024-soundkonverter-$pkgver.tar.gz";)
-md5sums=('37bf882550760940050f6cdc9779adbf')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: soundkonverter/repos/community-i686/PKGBUILD (from rev 257152, 
soundkonverter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 17:24:17 UTC (rev 257153)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Mateusz Herych 
+# Contributor: Eric Belanger 
+# Contributor: Darwin Bautista 
+
+pkgname=soundkonverter
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Front-end to various audio converters"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=29024";
+license=('GPL')
+depends=('hicolor-icon-theme' 'kdelibs4support' 'libkcddb' 'taglib')
+makedepends=('cmake' 'extra-cmake-modules' 'kdesignerplugin' 'kdoctools')
+optdepends=('cdrkit: cdda2wav backend'
+'faac: faac backend'
+'faad2: faad backend'
+'ffmpeg: ffmpeg backend'
+'flac: flac backend'
+'fluidsynth: flouidsynth backend'
+'lame: lame backend'
+'mac: mac backend'
+'mplayer: mplayer backend'
+'mp3gain: mp3gain backend'
+'opus-tools: opus backend'
+'speex: speexenc, speexdec backends'
+'timidity++: midi backend'
+'twolame: twolame backend'
+'vorbisgain: vorbisgain backend'
+'vorbis-tools: vorbis tools backend'
+'wavpack: wavpack backend'
+'sox: sox plugin (change sample rate, various effects)')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dfaust/soundkonverter/archive/v${pkgver}.tar.gz";)
+sha256sums=('f6864a9f145100b721e176b1af8c44646201fcad0886614ea30790a0c3320aee')
+
+build() {
+  mkdir -p "$srcdir/build"
+  cd "$srcdir/build"
+
+  cmake "$srcdir/$pkgname-$pkgver/src" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-12 17:23:52 UTC (rev 257152)
+++ community-x86_64/PKGBUILD   2017-09-12 17:24:17 UTC (rev 257153)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Mateusz Herych 
-# Contributor: Eric Belanger 
-# Contributor: Darwin Bautista 
-
-pkgname=soundkonvert

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

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 17:56:12
  Author: anthraxx
Revision: 257155

archrelease: copy trunk to community-any

Added:
  python-axolotl/repos/community-any/
  python-axolotl/repos/community-any/PKGBUILD
(from rev 257154, python-axolotl/trunk/PKGBUILD)
  
python-axolotl/repos/community-any/python-axolotl-don-t-pass-IV-in-CTR-mode.patch
(from rev 257154, 
python-axolotl/trunk/python-axolotl-don-t-pass-IV-in-CTR-mode.patch)

+
 PKGBUILD   |   62 +++
 python-axolotl-don-t-pass-IV-in-CTR-mode.patch |   30 +++
 2 files changed, 92 insertions(+)

Copied: python-axolotl/repos/community-any/PKGBUILD (from rev 257154, 
python-axolotl/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-09-12 17:56:12 UTC (rev 257155)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexandre Bouvier 
+# Contributor: Ivan Shapovalov 
+# Contributor: Tommaso Sardelli 
+# Contributor: Philipp Joram 
+
+pkgbase=python-axolotl
+pkgname=('python-axolotl' 'python2-axolotl')
+pkgver=0.1.39
+pkgrel=2
+pkgdesc='Python port of libaxolotl'
+url='https://github.com/tgalal/python-axolotl'
+arch=('any')
+license=('GPL3')
+makedepends=('python-setuptools' 'python-protobuf' 'python-crypto' 
'python-axolotl-curve25519'
+ 'python2-setuptools' 'python2-protobuf' 'python2-crypto' 
'python2-axolotl-curve25519')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/tgalal/python-axolotl/archive/${pkgver}.tar.gz
+python-axolotl-don-t-pass-IV-in-CTR-mode.patch)
+sha256sums=('f59b3e0a202648c3187b756fafc941f15ea69e74fa77eb311c3982ffe6d34d2d'
+'4289d3c07593c2c4241898b179dbcd040b52adea7ff824cb28e459803d84f628')
+sha512sums=('b117c7f5417c624b020ba8f488b9f61d3ce359a3e3132cb98e637a40ae6c2ebb52d55d62a40736340c6352e0249d349b3555e8e7a52479c2d77ad4907ea211ae'
+
'0c6f631404e9057e521ed8219463a8ed0ca018b68945f579b1b8d8f1ea3b0afb407830f83fa39d54d3fbc628542190b24fb48f33eacb7eac6b3307caa593bb7a')
+
+prepare() {
+  patch -d ${pkgbase}-${pkgver} -p1 < 
"${srcdir}/python-axolotl-don-t-pass-IV-in-CTR-mode.patch"
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+py.test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-axolotl() {
+  depends=('python-protobuf' 'python-crypto' 'python-axolotl-curve25519')
+
+  cd "${pkgbase}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-axolotl() {
+  depends=('python2-protobuf' 'python2-crypto' 'python2-axolotl-curve25519')
+
+  cd "${pkgbase}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
python-axolotl/repos/community-any/python-axolotl-don-t-pass-IV-in-CTR-mode.patch
 (from rev 257154, 
python-axolotl/trunk/python-axolotl-don-t-pass-IV-in-CTR-mode.patch)
===
--- community-any/python-axolotl-don-t-pass-IV-in-CTR-mode.patch
(rev 0)
+++ community-any/python-axolotl-don-t-pass-IV-in-CTR-mode.patch
2017-09-12 17:56:12 UTC (rev 257155)
@@ -0,0 +1,30 @@
+From bd4938bd943bc3810dc95ef7ced92674bcfe9797 Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Tue, 12 Sep 2017 19:45:51 +0200
+Subject: [PATCH] don't pass IV in pycrypto CTR mode as counter must be
+ exclusive
+
+---
+ axolotl/sessioncipher.py | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/axolotl/sessioncipher.py b/axolotl/sessioncipher.py
+index 3b80ccb..6f41cea 100644
+--- a/axolotl/sessioncipher.py
 b/axolotl/sessioncipher.py
+@@ -229,11 +229,7 @@ class SessionCipher:
+ # counterint = int.from_bytes(counterbytes, byteorder='big')
+ ctr = Counter.new(128, initial_value=counter)
+ 
+-# cipher = AES.new(key, AES.MODE_CTR, counter=ctr)
+-ivBytes = bytearray(16)
+-ByteUtil.intToByteArray(ivBytes, 0, counter)
+-
+-cipher = AES.new(key, AES.MODE_CTR, IV=bytes(ivBytes), counter=ctr)
++cipher = AES.new(key, AES.MODE_CTR, counter=ctr)
+ 
+ return cipher
+ 
+-- 
+2.14.1
+


[arch-commits] Commit in (5 files)

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 17:56:02
  Author: anthraxx
Revision: 257154

addpkg: python-axolotl 0.1.39-2

Added:
  python-axolotl/
  python-axolotl/repos/
  python-axolotl/trunk/
  python-axolotl/trunk/PKGBUILD
  python-axolotl/trunk/python-axolotl-don-t-pass-IV-in-CTR-mode.patch

+
 PKGBUILD   |   62 +++
 python-axolotl-don-t-pass-IV-in-CTR-mode.patch |   30 +++
 2 files changed, 92 insertions(+)

Added: python-axolotl/trunk/PKGBUILD
===
--- python-axolotl/trunk/PKGBUILD   (rev 0)
+++ python-axolotl/trunk/PKGBUILD   2017-09-12 17:56:02 UTC (rev 257154)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexandre Bouvier 
+# Contributor: Ivan Shapovalov 
+# Contributor: Tommaso Sardelli 
+# Contributor: Philipp Joram 
+
+pkgbase=python-axolotl
+pkgname=('python-axolotl' 'python2-axolotl')
+pkgver=0.1.39
+pkgrel=2
+pkgdesc='Python port of libaxolotl'
+url='https://github.com/tgalal/python-axolotl'
+arch=('any')
+license=('GPL3')
+makedepends=('python-setuptools' 'python-protobuf' 'python-crypto' 
'python-axolotl-curve25519'
+ 'python2-setuptools' 'python2-protobuf' 'python2-crypto' 
'python2-axolotl-curve25519')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/tgalal/python-axolotl/archive/${pkgver}.tar.gz
+python-axolotl-don-t-pass-IV-in-CTR-mode.patch)
+sha256sums=('f59b3e0a202648c3187b756fafc941f15ea69e74fa77eb311c3982ffe6d34d2d'
+'4289d3c07593c2c4241898b179dbcd040b52adea7ff824cb28e459803d84f628')
+sha512sums=('b117c7f5417c624b020ba8f488b9f61d3ce359a3e3132cb98e637a40ae6c2ebb52d55d62a40736340c6352e0249d349b3555e8e7a52479c2d77ad4907ea211ae'
+
'0c6f631404e9057e521ed8219463a8ed0ca018b68945f579b1b8d8f1ea3b0afb407830f83fa39d54d3fbc628542190b24fb48f33eacb7eac6b3307caa593bb7a')
+
+prepare() {
+  patch -d ${pkgbase}-${pkgver} -p1 < 
"${srcdir}/python-axolotl-don-t-pass-IV-in-CTR-mode.patch"
+  cp -a ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+py.test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-axolotl() {
+  depends=('python-protobuf' 'python-crypto' 'python-axolotl-curve25519')
+
+  cd "${pkgbase}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-axolotl() {
+  depends=('python2-protobuf' 'python2-crypto' 'python2-axolotl-curve25519')
+
+  cd "${pkgbase}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:

Added: python-axolotl/trunk/python-axolotl-don-t-pass-IV-in-CTR-mode.patch
===
--- python-axolotl/trunk/python-axolotl-don-t-pass-IV-in-CTR-mode.patch 
(rev 0)
+++ python-axolotl/trunk/python-axolotl-don-t-pass-IV-in-CTR-mode.patch 
2017-09-12 17:56:02 UTC (rev 257154)
@@ -0,0 +1,30 @@
+From bd4938bd943bc3810dc95ef7ced92674bcfe9797 Mon Sep 17 00:00:00 2001
+From: anthraxx 
+Date: Tue, 12 Sep 2017 19:45:51 +0200
+Subject: [PATCH] don't pass IV in pycrypto CTR mode as counter must be
+ exclusive
+
+---
+ axolotl/sessioncipher.py | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/axolotl/sessioncipher.py b/axolotl/sessioncipher.py
+index 3b80ccb..6f41cea 100644
+--- a/axolotl/sessioncipher.py
 b/axolotl/sessioncipher.py
+@@ -229,11 +229,7 @@ class SessionCipher:
+ # counterint = int.from_bytes(counterbytes, byteorder='big')
+ ctr = Counter.new(128, initial_value=counter)
+ 
+-# cipher = AES.new(key, AES.MODE_CTR, counter=ctr)
+-ivBytes = bytearray(16)
+-ByteUtil.intToByteArray(ivBytes, 0, counter)
+-
+-cipher = AES.new(key, AES.MODE_CTR, IV=bytes(ivBytes), counter=ctr)
++cipher = AES.new(key, AES.MODE_CTR, counter=ctr)
+ 
+ return cipher
+ 
+-- 
+2.14.1
+


[arch-commits] Commit in (4 files)

2017-09-12 Thread Lukas Jirkovsky
Date: Tuesday, September 12, 2017 @ 18:01:03
  Author: stativ
Revision: 257156

kgraphviewer: move to community

Added:
  kgraphviewer/
  kgraphviewer/repos/
  kgraphviewer/trunk/
  kgraphviewer/trunk/PKGBUILD

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

Added: kgraphviewer/trunk/PKGBUILD
===
--- kgraphviewer/trunk/PKGBUILD (rev 0)
+++ kgraphviewer/trunk/PKGBUILD 2017-09-12 18:01:03 UTC (rev 257156)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+pkgname=kgraphviewer
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A Graphviz dot graph file viewer for KDE"
+arch=('i686' 'x86_64')
+url="https://www.kde.org/applications/graphics/kgraphviewer";
+license=('GPL' 'FDL')
+depends=('graphviz' 'hicolor-icon-theme' 'kparts')
+makedepends=('boost' 'cmake' 'qt5-base' 'qt5-svg' 'extra-cmake-modules' 
'kcoreaddons' 'kdoctools' 'kio')
+source=("https://download.kde.org/stable/kgraphviewer/${pkgver}/kgraphviewer-${pkgver}.tar.xz"{,.sig})
+sha256sums=('88c2fd6514e49404cfd76cdac8ae910511979768477f77095d2f53dca0f231b4'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E')
+
+build(){
+  mkdir -p "$srcdir/build"
+  cd "$srcdir/build"
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+
+  make DESTDIR="$pkgdir" install
+}


Property changes on: kgraphviewer/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2017-09-12 Thread Lukas Jirkovsky
Date: Tuesday, September 12, 2017 @ 18:04:48
  Author: stativ
Revision: 257157

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kgraphviewer/repos/community-i686/
  kgraphviewer/repos/community-i686/PKGBUILD
(from rev 257156, kgraphviewer/trunk/PKGBUILD)
  kgraphviewer/repos/community-x86_64/
  kgraphviewer/repos/community-x86_64/PKGBUILD
(from rev 257156, kgraphviewer/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   33 +
 community-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kgraphviewer/repos/community-i686/PKGBUILD (from rev 257156, 
kgraphviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 18:04:48 UTC (rev 257157)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+pkgname=kgraphviewer
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A Graphviz dot graph file viewer for KDE"
+arch=('i686' 'x86_64')
+url="https://www.kde.org/applications/graphics/kgraphviewer";
+license=('GPL' 'FDL')
+depends=('graphviz' 'hicolor-icon-theme' 'kparts')
+makedepends=('boost' 'cmake' 'qt5-base' 'qt5-svg' 'extra-cmake-modules' 
'kcoreaddons' 'kdoctools' 'kio')
+source=("https://download.kde.org/stable/kgraphviewer/${pkgver}/kgraphviewer-${pkgver}.tar.xz"{,.sig})
+sha256sums=('88c2fd6514e49404cfd76cdac8ae910511979768477f77095d2f53dca0f231b4'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E')
+
+build(){
+  mkdir -p "$srcdir/build"
+  cd "$srcdir/build"
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+
+  make DESTDIR="$pkgdir" install
+}

Copied: kgraphviewer/repos/community-x86_64/PKGBUILD (from rev 257156, 
kgraphviewer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-12 18:04:48 UTC (rev 257157)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+pkgname=kgraphviewer
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A Graphviz dot graph file viewer for KDE"
+arch=('i686' 'x86_64')
+url="https://www.kde.org/applications/graphics/kgraphviewer";
+license=('GPL' 'FDL')
+depends=('graphviz' 'hicolor-icon-theme' 'kparts')
+makedepends=('boost' 'cmake' 'qt5-base' 'qt5-svg' 'extra-cmake-modules' 
'kcoreaddons' 'kdoctools' 'kio')
+source=("https://download.kde.org/stable/kgraphviewer/${pkgver}/kgraphviewer-${pkgver}.tar.xz"{,.sig})
+sha256sums=('88c2fd6514e49404cfd76cdac8ae910511979768477f77095d2f53dca0f231b4'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E')
+
+build(){
+  mkdir -p "$srcdir/build"
+  cd "$srcdir/build"
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-12 Thread Evangelos Foutras
Date: Tuesday, September 12, 2017 @ 18:08:37
  Author: foutrelis
Revision: 257159

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 18:08:28 UTC (rev 257158)
+++ PKGBUILD2017-09-12 18:08:37 UTC (rev 257159)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-pkgver=26.0.0.151
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="https://get.adobe.com/flashplayer/";
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz";)
-sha256sums=('179a751d1c3624f3a25ec4198a54e6a53023a11de0b24f71c86f5b12fafa2cb8')
-
-package() {
-  install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/*.txt
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 257158, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-12 18:08:37 UTC (rev 257159)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+pkgver=27.0.0.130
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="https://get.adobe.com/flashplayer/";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz";)
+sha256sums=('4615bec6a21822629ce7e0f5bf768ef12fe09c275f4bb18892563da20d9b7c62')
+
+package() {
+  install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/*.txt
+}


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

2017-09-12 Thread Evangelos Foutras
Date: Tuesday, September 12, 2017 @ 18:08:28
  Author: foutrelis
Revision: 257158

upgpkg: lib32-flashplugin 27.0.0.130-1

New upstream release.

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 18:04:48 UTC (rev 257157)
+++ PKGBUILD2017-09-12 18:08:28 UTC (rev 257158)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace 
 
 pkgname=lib32-flashplugin
-pkgver=26.0.0.151
+pkgver=27.0.0.130
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -12,7 +12,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz";)
-sha256sums=('179a751d1c3624f3a25ec4198a54e6a53023a11de0b24f71c86f5b12fafa2cb8')
+sha256sums=('4615bec6a21822629ce7e0f5bf768ef12fe09c275f4bb18892563da20d9b7c62')
 
 package() {
   install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"


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

2017-09-12 Thread Evangelos Foutras
Date: Tuesday, September 12, 2017 @ 18:09:12
  Author: foutrelis
Revision: 305371

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 305370, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 305370, flashplugin/trunk/PKGBUILD)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  116 
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 3 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-12 18:08:59 UTC (rev 305370)
+++ extra-i686/PKGBUILD 2017-09-12 18:09:12 UTC (rev 305371)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=(flashplugin pepper-flash)
-pkgver=26.0.0.151
-pkgrel=1
-pkgdesc="Adobe Flash Player"
-arch=('i686' 'x86_64')
-url="https://get.adobe.com/flashplayer/";
-license=('custom' 'LGPL')
-options=('!strip')
-source_i686=(flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz
- 
flash_player_ppapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.i386.tar.gz)
-source_x86_64=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
-   
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
-noextract=(${source_i686[@]%::*}
-   ${source_x86_64[@]%::*})
-sha256sums_i686=('179a751d1c3624f3a25ec4198a54e6a53023a11de0b24f71c86f5b12fafa2cb8'
- 
'a1801dc2e46104b4cd8ce0e9cee1ff86d307de0044eee67685faddbcb0b847ea')
-sha256sums_x86_64=('147d90fa60b8c3831320998ca14c96278c4b6d0e9371617809fd1648b573dcfb'
-   
'd5a392869276b957e4b66eac205bb76fbf30bcb4ae246a7d23383f8525f6fb2f')
-
-prepare() {
-  local _dir
-  for f in *.tar.gz; do
-_dir=$(grep -Eo '([np]papi)' <<< $f)
-mkdir -p $_dir
-tar xfC $f $_dir
-  done
-}
-
-package_flashplugin() {
-  pkgdesc+=" NPAPI"
-  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
-  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
-
-  cd npapi
-  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-
-  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
-  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
-
-}
-
-package_pepper-flash() {
-  pkgdesc+=" PPAPI"
-  depends=('gcc-libs')
-  optdepends=('flashplugin: settings utility')
-
-  cd ppapi
-  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 305370, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-12 18:09:12 UTC (rev 305371)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=(flashplugin pepper-flash)
+pkgver=27.0.0.130
+pkgrel=1
+pkgdesc="Adobe Flash Player"
+arch=('i686' 'x86_64')
+url="https://get.adobe.com/flashplayer/";
+license=('custom' 'LGPL')
+options=('!strip')
+source_i686=(flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz
+ 
flash_player_ppapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.i386.tar.gz)
+source_x86_64=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
+   
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
+noextract=(${source_i686[@]%::*}
+   ${source_x86_64[@]%::*})
+sha256sums_i686=('4615bec6a21822629ce7e0f5bf768ef12fe09c275f4bb18892563da20d9b7c62'
+ 
'c23a0c1a73872851b4e8879e713331242c0b17c73ccd57a29c17c94f3732920e')
+sha256sums_x86_64=('ecbd2254a68c7b0bb7675babe58cbe1b5f317bd2556ba49776eb3a6cd9526d62'
+   
'3a9a860a42770547e0fc3c9f4c6fd6b539c122b0a9ee5bd65c9b9cd25541a752')
+
+prepare() {
+  local _dir
+  for f in *.tar.gz; do
+_d

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

2017-09-12 Thread Evangelos Foutras
Date: Tuesday, September 12, 2017 @ 18:08:59
  Author: foutrelis
Revision: 305370

upgpkg: flashplugin 27.0.0.130-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 16:49:56 UTC (rev 305369)
+++ PKGBUILD2017-09-12 18:08:59 UTC (rev 305370)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=(flashplugin pepper-flash)
-pkgver=26.0.0.151
+pkgver=27.0.0.130
 pkgrel=1
 pkgdesc="Adobe Flash Player"
 arch=('i686' 'x86_64')
@@ -17,10 +17,10 @@

flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
 noextract=(${source_i686[@]%::*}
${source_x86_64[@]%::*})
-sha256sums_i686=('179a751d1c3624f3a25ec4198a54e6a53023a11de0b24f71c86f5b12fafa2cb8'
- 
'a1801dc2e46104b4cd8ce0e9cee1ff86d307de0044eee67685faddbcb0b847ea')
-sha256sums_x86_64=('147d90fa60b8c3831320998ca14c96278c4b6d0e9371617809fd1648b573dcfb'
-   
'd5a392869276b957e4b66eac205bb76fbf30bcb4ae246a7d23383f8525f6fb2f')
+sha256sums_i686=('4615bec6a21822629ce7e0f5bf768ef12fe09c275f4bb18892563da20d9b7c62'
+ 
'c23a0c1a73872851b4e8879e713331242c0b17c73ccd57a29c17c94f3732920e')
+sha256sums_x86_64=('ecbd2254a68c7b0bb7675babe58cbe1b5f317bd2556ba49776eb3a6cd9526d62'
+   
'3a9a860a42770547e0fc3c9f4c6fd6b539c122b0a9ee5bd65c9b9cd25541a752')
 
 prepare() {
   local _dir


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

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 18:11:32
  Author: bpiotrowski
Revision: 305372

2.26-4: backport patch restoring x86_64 to RPATH search paths

Added:
  glibc/trunk/0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch
Modified:
  glibc/trunk/PKGBUILD

+
 0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch |  223 +++
 PKGBUILD   |9 
 2 files changed, 229 insertions(+), 3 deletions(-)

Added: 0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch
===
--- 0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch  
(rev 0)
+++ 0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch  2017-09-12 18:11:32 UTC 
(rev 305372)
@@ -0,0 +1,223 @@
+From 45ff34638f034877b6a490c217d6a0632ce263f4 Mon Sep 17 00:00:00 2001
+From: "H.J. Lu" 
+Date: Mon, 11 Sep 2017 08:18:11 -0700
+Subject: [PATCH] x86: Add x86_64 to x86-64 HWCAP [BZ #22093]
+
+Before glibc 2.26, ld.so set dl_platform to "x86_64" and searched the
+"x86_64" subdirectory when loading a shared library.  ld.so in glibc
+2.26 was changed to set dl_platform to "haswell" or "xeon_phi", based
+on supported ISAs.  This led to shared library loading failure for
+shared libraries placed under the "x86_64" subdirectory.
+
+This patch adds "x86_64" to x86-64 dl_hwcap so that ld.so will always
+search the "x86_64" subdirectory when loading a shared library.
+
+NB: We can't set x86-64 dl_platform to "x86-64" since ld.so will skip
+the "haswell" and "xeon_phi" subdirectories on "haswell" and "xeon_phi"
+machines.
+
+Tested on i686 and x86-64.
+
+   [BZ #22093]
+   * sysdeps/x86/cpu-features.c (init_cpu_features): Initialize
+   GLRO(dl_hwcap) to HWCAP_X86_64 for x86-64.
+   * sysdeps/x86/dl-hwcap.h (HWCAP_COUNT): Updated.
+   (HWCAP_IMPORTANT): Likewise.
+   (HWCAP_X86_64): New enum.
+   (HWCAP_X86_AVX512_1): Updated.
+   * sysdeps/x86/dl-procinfo.c (_dl_x86_hwcap_flags): Add "x86_64".
+   * sysdeps/x86_64/Makefile (tests): Add tst-x86_64-1.
+   (modules-names): Add x86_64/tst-x86_64mod-1.
+   (LDFLAGS-tst-x86_64mod-1.so): New.
+   ($(objpfx)tst-x86_64-1): Likewise.
+   ($(objpfx)x86_64/tst-x86_64mod-1.os): Likewise.
+   (tst-x86_64-1-clean): Likewise.
+   * sysdeps/x86_64/tst-x86_64-1.c: New file.
+   * sysdeps/x86_64/tst-x86_64mod-1.c: Likewise.
+---
+ sysdeps/x86/cpu-features.c   |  3 ++-
+ sysdeps/x86/dl-hwcap.h   | 12 +++-
+ sysdeps/x86/dl-procinfo.c|  4 ++--
+ sysdeps/x86_64/Makefile  | 17 +
+ sysdeps/x86_64/tst-x86_64-1.c| 26 ++
+ sysdeps/x86_64/tst-x86_64mod-1.c | 22 ++
+ 7 files changed, 76 insertions(+), 8 deletions(-)
+ create mode 100644 sysdeps/x86_64/tst-x86_64-1.c
+ create mode 100644 sysdeps/x86_64/tst-x86_64mod-1.c
+
+diff --git a/sysdeps/x86/cpu-features.c b/sysdeps/x86/cpu-features.c
+index 6f900840d4..c267f17b76 100644
+--- a/sysdeps/x86/cpu-features.c
 b/sysdeps/x86/cpu-features.c
+@@ -336,7 +336,6 @@ no_cpuid:
+ 
+   /* Reuse dl_platform, dl_hwcap and dl_hwcap_mask for x86.  */
+   GLRO(dl_platform) = NULL;
+-  GLRO(dl_hwcap) = 0;
+ #if !HAVE_TUNABLES && defined SHARED
+   /* The glibc.tune.hwcap_mask tunable is initialized already, so no need to 
do
+  this.  */
+@@ -344,6 +343,7 @@ no_cpuid:
+ #endif
+ 
+ #ifdef __x86_64__
++  GLRO(dl_hwcap) = HWCAP_X86_64;
+   if (cpu_features->kind == arch_kind_intel)
+ {
+   if (CPU_FEATURES_ARCH_P (cpu_features, AVX512F_Usable)
+@@ -374,6 +374,7 @@ no_cpuid:
+   GLRO(dl_platform) = "haswell";
+ }
+ #else
++  GLRO(dl_hwcap) = 0;
+   if (CPU_FEATURES_CPU_P (cpu_features, SSE2))
+ GLRO(dl_hwcap) |= HWCAP_X86_SSE2;
+ 
+diff --git a/sysdeps/x86/dl-hwcap.h b/sysdeps/x86/dl-hwcap.h
+index c95668415a..38627e9eef 100644
+--- a/sysdeps/x86/dl-hwcap.h
 b/sysdeps/x86/dl-hwcap.h
+@@ -24,15 +24,16 @@
+ # define HWCAP_PLATFORMS_START0
+ # define HWCAP_PLATFORMS_COUNT4
+ # define HWCAP_START  0
+-# define HWCAP_COUNT  2
+-# define HWCAP_IMPORTANT  (HWCAP_X86_SSE2 | HWCAP_X86_AVX512_1)
++# define HWCAP_COUNT  3
++# define HWCAP_IMPORTANT \
++  (HWCAP_X86_SSE2 | HWCAP_X86_64 | HWCAP_X86_AVX512_1)
+ #elif defined __x86_64__
+ /* For 64 bit, only cover x86-64 platforms and capabilities.  */
+ # define HWCAP_PLATFORMS_START2
+ # define HWCAP_PLATFORMS_COUNT4
+ # define HWCAP_START  1
+-# define HWCAP_COUNT  2
+-# define HWCAP_IMPORTANT  (HWCAP_X86_AVX512_1)
++# define HWCAP_COUNT  3
++# define HWCAP_IMPORTANT  (HWCAP_X86_64 | HWCAP_X86_AVX512_1)
+ #else
+ /* For 32 bit, only cover i586, i686 and SSE2.  */
+ # define HWCAP_PLATFORMS_START0
+@@ -45,7 +46,8 @@
+ enum
+ {
+   HWCAP_X86_SSE2  = 1 << 0,
+-  HWCAP_X86_AVX512_1  = 1 << 1
++  HWCAP_

[arch-commits] Commit in glibc/repos (14 files)

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 18:11:43
  Author: bpiotrowski
Revision: 305373

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glibc/repos/testing-i686/
  
glibc/repos/testing-i686/0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch
(from rev 305372, 
glibc/trunk/0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch)
  glibc/repos/testing-i686/0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch
(from rev 305372, 
glibc/trunk/0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch)
  glibc/repos/testing-i686/PKGBUILD
(from rev 305372, glibc/trunk/PKGBUILD)
  glibc/repos/testing-i686/glibc.install
(from rev 305372, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 305372, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 305372, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-x86_64/
  
glibc/repos/testing-x86_64/0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch
(from rev 305372, 
glibc/trunk/0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch)
  glibc/repos/testing-x86_64/0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch
(from rev 305372, 
glibc/trunk/0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch)
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 305372, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/glibc.install
(from rev 305372, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/locale-gen
(from rev 305372, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 305372, glibc/trunk/locale.gen.txt)

+
 testing-i686/0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch   
|  110 
 testing-i686/0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch
|  223 ++
 testing-i686/PKGBUILD  
|  160 +++
 testing-i686/glibc.install 
|5 
 testing-i686/locale-gen
|   42 +
 testing-i686/locale.gen.txt
|   23 +
 testing-x86_64/0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch 
|  110 
 testing-x86_64/0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch  
|  223 ++
 testing-x86_64/PKGBUILD
|  160 +++
 testing-x86_64/glibc.install   
|5 
 testing-x86_64/locale-gen  
|   42 +
 testing-x86_64/locale.gen.txt  
|   23 +
 12 files changed, 1126 insertions(+)

Copied: 
glibc/repos/testing-i686/0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch
 (from rev 305372, 
glibc/trunk/0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch)
===
--- 
testing-i686/0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch
(rev 0)
+++ 
testing-i686/0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch
2017-09-12 18:11:43 UTC (rev 305373)
@@ -0,0 +1,110 @@
+From fc5ad7024c620cdfe9b76e94638aac83b99c5bf8 Mon Sep 17 00:00:00 2001
+From: Andreas Schwab 
+Date: Tue, 8 Aug 2017 16:21:58 +0200
+Subject: [PATCH] Don't use IFUNC resolver for longjmp or system in libpthread
+ (bug 21041)
+
+Unlike the vfork forwarder and like the fork forwarder as in bug 19861,
+there won't be a problem when the compiler does not turn this into a tail
+call.
+---
+ nptl/pt-longjmp.c | 31 ++-
+ nptl/pt-system.c  | 24 
+ 3 files changed, 18 insertions(+), 37 deletions(-)
+
+diff --git a/nptl/pt-longjmp.c b/nptl/pt-longjmp.c
+index 2ef757e687f..8f3c6b3a09f 100644
+--- a/nptl/pt-longjmp.c
 b/nptl/pt-longjmp.c
+@@ -25,21 +25,14 @@
+symbol in libpthread, but the historical ABI requires it.  For static
+linking, there is no need to provide anything here--the libc version
+will be linked in.  For shared library ABI compatibility, there must be
+-   longjmp and siglongjmp symbols in libpthread.so; so we define them using
+-   IFUNC to redirect to the libc function.  */
++   longjmp and siglongjmp symbols in libpthread.so.
+ 
+-#if SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)
+-
+-# if HAVE_IFUNC
+-
+-#  undef INIT_ARCH
+-#  define INIT_ARCH()
+-#  define DEFINE_LONGJMP(name) libc_ifunc (name, &__libc_longjmp)
+-
+-extern __typeof(longjmp) longjmp_ifunc;
+-extern __typeof(siglongjmp) siglongjmp_ifunc;
++   With an IFUNC resolver, it would be possible to avoid the indirection,
++   but the IFUNC resolver might run before the __libc_longjmp symbol has
++   been relocated, in which case the IFUNC r

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

2017-09-12 Thread Jaroslav Lichtblau
Date: Tuesday, September 12, 2017 @ 18:17:13
  Author: jlichtblau
Revision: 257160

upgpkg: umockdev 0.9.3-1 - new upstream release

Modified:
  umockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 18:08:37 UTC (rev 257159)
+++ PKGBUILD2017-09-12 18:17:13 UTC (rev 257160)
@@ -4,7 +4,7 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=umockdev
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="Record/mock hardware devices for bug reports and regression tests"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('systemd' 'libgudev')
 makedepends=('gobject-introspection' 'gtk-doc' 'vala')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('c63a98dfcca0f8a6b5ab5cb8e6afd5c2b555c413b9dfcd352b22d8878787e8aa')
+sha256sums=('e7be3ebf72605766ef7c8ca314c4ced0d18a1a0bb17081d8fcb11ce8a4fd1b4d')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2017-09-12 Thread Jaroslav Lichtblau
Date: Tuesday, September 12, 2017 @ 18:17:59
  Author: jlichtblau
Revision: 257161

archrelease: copy trunk to community-i686, community-x86_64

Added:
  umockdev/repos/community-i686/PKGBUILD
(from rev 257160, umockdev/trunk/PKGBUILD)
  umockdev/repos/community-x86_64/PKGBUILD
(from rev 257160, umockdev/trunk/PKGBUILD)
Deleted:
  umockdev/repos/community-i686/PKGBUILD
  umockdev/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 18:17:13 UTC (rev 257160)
+++ community-i686/PKGBUILD 2017-09-12 18:17:59 UTC (rev 257161)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Xiao-Long Chen 
-
-pkgname=umockdev
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('i686' 'x86_64')
-url="https://github.com/martinpitt/umockdev/";
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('c63a98dfcca0f8a6b5ab5cb8e6afd5c2b555c413b9dfcd352b22d8878787e8aa')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: umockdev/repos/community-i686/PKGBUILD (from rev 257160, 
umockdev/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 18:17:59 UTC (rev 257161)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Xiao-Long Chen 
+
+pkgname=umockdev
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('i686' 'x86_64')
+url="https://github.com/martinpitt/umockdev/";
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('e7be3ebf72605766ef7c8ca314c4ced0d18a1a0bb17081d8fcb11ce8a4fd1b4d')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-12 18:17:13 UTC (rev 257160)
+++ community-x86_64/PKGBUILD   2017-09-12 18:17:59 UTC (rev 257161)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Xiao-Long Chen 
-
-pkgname=umockdev
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('i686' 'x86_64')
-url="https://github.com/martinpitt/umockdev/";
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('c63a98dfcca0f8a6b5ab5cb8e6afd5c2b555c413b9dfcd352b22d8878787e8aa')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 257160, 
umockdev/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-12 18:17:59 UTC (rev 257161)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Xiao-Long Chen 
+
+pkgname=umockdev
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('i686' 'x86_64')
+url="https://github.com/martinpitt/umockdev/";
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('e7be3ebf72605766ef7c8ca314c4ced0d18a1a0bb17081d8fcb11ce8a4fd1b4d')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./autogen.sh --prefix=/usr --enable-gtk-

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

2017-09-12 Thread Antonio Rojas
Date: Tuesday, September 12, 2017 @ 18:23:35
  Author: arojas
Revision: 257162

Add kgraphviewer support

Modified:
  massif-visualizer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 18:17:59 UTC (rev 257161)
+++ PKGBUILD2017-09-12 18:23:35 UTC (rev 257162)
@@ -4,14 +4,14 @@
 
 pkgname=massif-visualizer
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Visualizer for Valgrind Massif data files"
 arch=(i686 x86_64)
 url="https://www.linux-apps.com/p/1127160/";
 license=(GPL)
 depends=(kparts kdiagram hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-#optdepends=('kgraphviewer: call graph tab')
+makedepends=(extra-cmake-modules kgraphviewer)
+optdepends=('kgraphviewer: call graph tab')
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('f8a4cc23c80a259a9edac989e957c48ed308cf9da9caeef19eec3ffb52361f6d'
 'SKIP')


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

2017-09-12 Thread Antonio Rojas
Date: Tuesday, September 12, 2017 @ 18:24:16
  Author: arojas
Revision: 257163

archrelease: copy trunk to community-i686, community-x86_64

Added:
  massif-visualizer/repos/community-i686/PKGBUILD
(from rev 257162, massif-visualizer/trunk/PKGBUILD)
  massif-visualizer/repos/community-x86_64/PKGBUILD
(from rev 257162, massif-visualizer/trunk/PKGBUILD)
Deleted:
  massif-visualizer/repos/community-i686/PKGBUILD
  massif-visualizer/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 18:23:35 UTC (rev 257162)
+++ community-i686/PKGBUILD 2017-09-12 18:24:16 UTC (rev 257163)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Niels Martignène 
-# Contributor: Matz Radloff 
-
-pkgname=massif-visualizer
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Visualizer for Valgrind Massif data files"
-arch=(i686 x86_64)
-url="https://www.linux-apps.com/p/1127160/";
-license=(GPL)
-depends=(kparts kdiagram hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-#optdepends=('kgraphviewer: call graph tab')
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f8a4cc23c80a259a9edac989e957c48ed308cf9da9caeef19eec3ffb52361f6d'
-'SKIP')
-validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

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

Copied: massif-visualizer/repos/community-i686/PKGBUILD (from rev 257162, 
massif-visualizer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 18:24:16 UTC (rev 257163)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Niels Martignène 
+# Contributor: Matz Radloff 
+
+pkgname=massif-visualizer
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="Visualizer for Valgrind Massif data files"
+arch=(i686 x86_64)
+url="https://www.linux-apps.com/p/1127160/";
+license=(GPL)
+depends=(kparts kdiagram hicolor-icon-theme)
+makedepends=(extra-cmake-modules kgraphviewer)
+optdepends=('kgraphviewer: call graph tab')
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f8a4cc23c80a259a9edac989e957c48ed308cf9da9caeef19eec3ffb52361f6d'
+'SKIP')
+validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-12 18:23:35 UTC (rev 257162)
+++ community-x86_64/PKGBUILD   2017-09-12 18:24:16 UTC (rev 257163)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Niels Martignène 
-# Contributor: Matz Radloff 
-
-pkgname=massif-visualizer
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Visualizer for Valgrind Massif data files"
-arch=(i686 x86_64)
-url="https://www.linux-apps.com/p/1127160/";
-license=(GPL)
-depends=(kparts kdiagram hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-#optdepends=('kgraphviewer: call graph tab')
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f8a4cc23c80a259a9edac989e957c48ed308cf9da9caeef19eec3ffb52361f6d'
-'SKIP')
-validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

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

Copied: massif-visualizer/repos/community-x86_64/PKGBUILD (from rev 257162, 
massif-visualizer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-12 18:24:16 UTC (rev 257163)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Niels Martignène 
+# Contributor: Matz Radloff 
+
+pkgname=massif-visualizer
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="Visualizer for Valgrind Massif data files"
+arch=(i686 x86_64)
+url="https://www.linux-apps.com/p/1127160/";
+license=(GPL)
+depends=(kparts 

[arch-commits] Commit in snapd/repos (12 files)

2017-09-12 Thread Jelle van der Waa
Date: Tuesday, September 12, 2017 @ 19:02:18
  Author: jelle
Revision: 257165

archrelease: copy trunk to community-i686, community-x86_64

Added:
  snapd/repos/community-i686/PKGBUILD
(from rev 257164, snapd/trunk/PKGBUILD)
  snapd/repos/community-i686/snapd.install
(from rev 257164, snapd/trunk/snapd.install)
  snapd/repos/community-i686/snapd.sh
(from rev 257164, snapd/trunk/snapd.sh)
  snapd/repos/community-x86_64/PKGBUILD
(from rev 257164, snapd/trunk/PKGBUILD)
  snapd/repos/community-x86_64/snapd.install
(from rev 257164, snapd/trunk/snapd.install)
  snapd/repos/community-x86_64/snapd.sh
(from rev 257164, snapd/trunk/snapd.sh)
Deleted:
  snapd/repos/community-i686/PKGBUILD
  snapd/repos/community-i686/snapd.install
  snapd/repos/community-i686/snapd.sh
  snapd/repos/community-x86_64/PKGBUILD
  snapd/repos/community-x86_64/snapd.install
  snapd/repos/community-x86_64/snapd.sh

+
 /PKGBUILD  |  220 +++
 /snapd.install |   30 +
 /snapd.sh  |   20 +++
 community-i686/PKGBUILD|  109 ---
 community-i686/snapd.install   |   15 --
 community-i686/snapd.sh|   10 -
 community-x86_64/PKGBUILD  |  109 ---
 community-x86_64/snapd.install |   15 --
 community-x86_64/snapd.sh  |   10 -
 9 files changed, 270 insertions(+), 268 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 19:02:03 UTC (rev 257164)
+++ community-i686/PKGBUILD 2017-09-12 19:02:18 UTC (rev 257165)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Zygmunt Krynicki 
-
-pkgbase=snapd
-pkgname=(snapd snap-confine)
-pkgver=2.26.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="https://github.com/snapcore/snapd";
-license=('GPL3')
-makedepends=('git' 'go' 'go-tools' 'bzr')
-checkdepends=('python' 'squashfs-tools')
-
-# snap-confine
-makedepends+=('libcap' 'python-docutils' 'systemd' 'xfsprogs')
-checkdepends+=('indent' 'shellcheck')
-
-options=('!strip' 'emptydirs')
-install=snapd.install
-source=("git+https://github.com/snapcore/$pkgname.git#tag=$pkgver";
-'snapd.sh')
-md5sums=('SKIP'
- '8e9b8108165d5b2ae911de9caefb37ce')
-
-_gourl=github.com/snapcore/snapd
-
-prepare() {
-  cd "$pkgname"
-
-  # Use $srcdir/go as our GOPATH
-  export GOPATH="$srcdir/go"
-  mkdir -p "$GOPATH"
-  # Have snapd checkout appear in a place suitable for subsequent GOPATH This
-  # way we don't have to go get it again and it is exactly what the tag/hash
-  # above describes.
-  mkdir -p "$(dirname "$GOPATH/src/${_gourl}")"
-  ln --no-target-directory -fs "$srcdir/$pkgname" "$GOPATH/src/${_gourl}"
-}
-
-build() {
-  export GOPATH="$srcdir/go"
-  # Use get-deps.sh provided by upstream to fetch go dependencies using the
-  # godeps tool and dependencies.tsv (maintained upstream).
-  cd "$GOPATH/src/${_gourl}"
-  XDG_CONFIG_HOME="$srcdir" ./get-deps.sh
-  # Build/install snap and snapd
-  go install "${_gourl}/cmd/snap"
-  go install "${_gourl}/cmd/snapd"
-
-  # Generate the real systemd units out of the available templates
-  make -C data/systemd all
-
-  # Build snap-confine
-  ./mkversion.sh
-  cd cmd
-  autoreconf -i -f
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/snapd \
---with-snap-mount-dir=/var/lib/snapd/snap \
---disable-apparmor \
---enable-nvidia-arch \
---enable-merged-usr
-  make
-}
-
-# FIXME
-check() {
-  return
-  export GOPATH="$srcdir/go"
-  cd "$GOPATH/src/${_gourl}"
-
-  ./run-checks --unit
-  ./run-checks --static
-
-   cd cmd
-   make -k check
-}
-
-package_snapd() {
-  pkgdesc="Service and tools for management of snap packages."
-  depends=('snap-confine' 'squashfs-tools')
-
-  export GOPATH="$srcdir/go"
-  # Ensure that we have /var/lib/snapd/{hostfs,lib/gl}/ as they are required 
by snap-confine
-  # for constructing some bind mounts around.
-  install -d -m 755 "$pkgdir/var/lib/snapd/hostfs/" 
"$pkgdir/var/lib/snapd/lib/gl/"
-  # Install the refresh timer and service for updating snaps
-  install -d -m 755 "$pkgdir/usr/lib/systemd/system/"
-  install -m 644 "$GOPATH/src/${_gourl}/data/systemd/snapd.refresh.service" 
"$pkgdir/usr/lib/systemd/system"
-  install -m 644 "$GOPATH/src/${_gourl}/data/systemd/snapd.refresh.timer" 
"$pkgdir/usr/lib/systemd/system"
-  # Install the snapd socket and service for the main daemon
-  install -m 644 "$GOPATH/src/${_gourl}/data/systemd/snapd.service" 
"$pkgdir/usr/lib/systemd/system"
-  install -m 644 "$GOPATH/src/${_gourl}/data/systemd/snapd.socket" 
"$pkgdir/usr/lib/systemd/system"
-  # Install snap and snapd executables
-  install -d -m 755 "$pkgdir/usr/bin/"
-  install -m 755 "$GOPATH/bin/snap" "$pkgdir/usr/bin/"
-  install -d -m 755 "$pkgdir/usr/lib/snapd"
-  install -m 755 "$GOPATH/bin/snapd" "$pkgdir/usr/lib/snapd/"
-  # Install 

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

2017-09-12 Thread Jelle van der Waa
Date: Tuesday, September 12, 2017 @ 19:02:03
  Author: jelle
Revision: 257164

rebuild for key removal

Switch from tag to commit

Modified:
  snapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 18:24:16 UTC (rev 257163)
+++ PKGBUILD2017-09-12 19:02:03 UTC (rev 257164)
@@ -5,7 +5,8 @@
 pkgbase=snapd
 pkgname=(snapd snap-confine)
 pkgver=2.26.1
-pkgrel=1
+pkgrel=2
+_gitcommit=3853be982c99267133d132901df7da0bf850d949
 arch=('i686' 'x86_64')
 url="https://github.com/snapcore/snapd";
 license=('GPL3')
@@ -18,7 +19,7 @@
 
 options=('!strip' 'emptydirs')
 install=snapd.install
-source=("git+https://github.com/snapcore/$pkgname.git#tag=$pkgver";
+source=("git+https://github.com/snapcore/$pkgname.git#commit=$_gitcommit";
 'snapd.sh')
 md5sums=('SKIP'
  '8e9b8108165d5b2ae911de9caefb37ce')


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

2017-09-12 Thread Antonio Rojas
Date: Tuesday, September 12, 2017 @ 19:19:17
  Author: arojas
Revision: 257166

boost 1.65 rebuild

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 19:02:18 UTC (rev 257165)
+++ PKGBUILD2017-09-12 19:19:17 UTC (rev 257166)
@@ -3,7 +3,7 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.10.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'
@@ -10,7 +10,7 @@
 license=('custom:MIT')
 depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
  'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig' 'systemd')
 install=ogre.install
 source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}";)
 sha512sums=('SKIP')


[arch-commits] Commit in ogre/repos (6 files)

2017-09-12 Thread Antonio Rojas
Date: Tuesday, September 12, 2017 @ 19:22:05
  Author: arojas
Revision: 257167

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  ogre/repos/community-staging-i686/
  ogre/repos/community-staging-i686/PKGBUILD
(from rev 257166, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-i686/ogre.install
(from rev 257166, ogre/trunk/ogre.install)
  ogre/repos/community-staging-x86_64/
  ogre/repos/community-staging-x86_64/PKGBUILD
(from rev 257166, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-x86_64/ogre.install
(from rev 257166, ogre/trunk/ogre.install)

---+
 community-staging-i686/PKGBUILD   |   81 
 community-staging-i686/ogre.install   |4 +
 community-staging-x86_64/PKGBUILD |   81 
 community-staging-x86_64/ogre.install |4 +
 4 files changed, 170 insertions(+)

Copied: ogre/repos/community-staging-i686/PKGBUILD (from rev 257166, 
ogre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-12 19:22:05 UTC (rev 257167)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.8
+pkgrel=2
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig' 'systemd')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}";)
+sha512sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DOGRE_BUILD_DEPENDENCIES=FALSE \
+-DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading support'
+  'poco: portability'
+  'python: python bindings'
+  'boost: for developing using ogre'
+  'ogre-docs: documentation')
+
+  cd ogre/build
+
+  make DESTDIR=${pkgdir} install
+
+  # fix up samples
+  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
+
+  # make sample launcher
+  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
+  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
+  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
+
+  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+
+  # move docs out of this package
+  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
+}
+
+package_ogre-docs() {
+  pkgdesc="Documentation for ogre"
+  depends=()
+
+  cd ogre/build
+
+  # move docs into this package
+  install -dm755 ${pkgdir}/usr/share/doc
+  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
+
+  # symlink for docs
+  install -dm755 ${pkgdir}/usr/share/OGRE/
+  cd ${pkgdir}/usr/share
+  ln -s /usr/share/doc/OGRE/ OGRE/docs
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-staging-i686/ogre.install (from rev 257166, 
ogre/trunk/ogre.install)
===
--- community-staging-i686/ogre.install (rev 0)
+++ community-staging-i686/ogre.install 2017-09-12 19:22:05 UTC (rev 257167)
@@ -0,0 +1,4 @@
+post_install() {
+echo "To view the OGRE samples just run OgreSampleBrowser or launch"
+echo "it directly in /opt/OGRE/samples/"
+}

Copied: ogre/repos/community-staging-x86_64/PKGBUILD (from rev 257166, 
ogre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-12 19:22:05 UTC (rev 257167)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.8
+pkgrel=2
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig' 'systemd')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}";)
+sha512sums

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

2017-09-12 Thread Jerome Leclanche
Date: Tuesday, September 12, 2017 @ 19:22:59
  Author: jleclanche
Revision: 257168

upgpkg: terraform 0.10.3-1

Upstream release 0.10.3

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 19:22:05 UTC (rev 257167)
+++ PKGBUILD2017-09-12 19:22:59 UTC (rev 257168)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=terraform
-pkgver=0.10.2
+pkgver=0.10.3
 pkgrel=1
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
 url="http://www.terraform.io/";
@@ -12,7 +12,7 @@
 conflicts=("terraform-bin")
 _gourl="github.com/hashicorp"
 source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
-sha256sums=("2a1e4e92b480aaf996fda073503f7bfb4039152cf7d19e5598aca45a00196150")
+sha256sums=("a87fd97649f6ebabac243a85a09dfb0a16dc351fb9bb799fbdf076d35734cc74")
 
 
 prepare() {


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

2017-09-12 Thread Jerome Leclanche
Date: Tuesday, September 12, 2017 @ 19:23:16
  Author: jleclanche
Revision: 257169

archrelease: copy trunk to community-i686, community-x86_64

Added:
  terraform/repos/community-i686/PKGBUILD
(from rev 257168, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/PKGBUILD
(from rev 257168, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-i686/PKGBUILD
  terraform/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 19:22:59 UTC (rev 257168)
+++ community-i686/PKGBUILD 2017-09-12 19:23:16 UTC (rev 257169)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/";
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
-sha256sums=("2a1e4e92b480aaf996fda073503f7bfb4039152cf7d19e5598aca45a00196150")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching dependencies"
-   cd "$srcdir/src/$_gourl/$pkgname"
-   GOPATH="$srcdir" go get -u github.com/mitchellh/gox
-   GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
-}
-
-
-build() {
-   msg2 "Build program"
-   cd "$srcdir/src/$_gourl/$pkgname"
-   GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
-}
-
-
-package() {
-   cd "$srcdir/bin"
-   install -Dm755 terraform "$pkgdir/usr/bin/terraform"
-
-   cd "$srcdir/src/$_gourl/$pkgname"
-   # Zsh completion
-   install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-}

Copied: terraform/repos/community-i686/PKGBUILD (from rev 257168, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 19:23:16 UTC (rev 257169)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.10.3
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/";
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
+sha256sums=("a87fd97649f6ebabac243a85a09dfb0a16dc351fb9bb799fbdf076d35734cc74")
+
+
+prepare() {
+   mkdir -p "$srcdir/src/$_gourl"
+   rm -rf "${srcdir}/src/$_gourl/$pkgname"
+   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
+   msg2 "Fetching dependencies"
+   cd "$srcdir/src/$_gourl/$pkgname"
+   GOPATH="$srcdir" go get -u github.com/mitchellh/gox
+   GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
+}
+
+
+build() {
+   msg2 "Build program"
+   cd "$srcdir/src/$_gourl/$pkgname"
+   GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
+}
+
+
+package() {
+   cd "$srcdir/bin"
+   install -Dm755 terraform "$pkgdir/usr/bin/terraform"
+
+   cd "$srcdir/src/$_gourl/$pkgname"
+   # Zsh completion
+   install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-12 19:22:59 UTC (rev 257168)
+++ community-x86_64/PKGBUILD   2017-09-12 19:23:16 UTC (rev 257169)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/";
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
-sha256sums=("2a1e4e92b480aaf996fda073503f7bfb4039152cf7d19e5598aca45a00196150")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching dependencies"
-   cd "$srcdir/src/$_gourl/$pkgname"
-  

[arch-commits] Commit in emacs-nox/repos (8 files)

2017-09-12 Thread Jaroslav Lichtblau
Date: Tuesday, September 12, 2017 @ 19:34:50
  Author: jlichtblau
Revision: 257171

archrelease: copy trunk to community-i686, community-x86_64

Added:
  emacs-nox/repos/community-i686/PKGBUILD
(from rev 257170, emacs-nox/trunk/PKGBUILD)
  emacs-nox/repos/community-i686/emacs-nox.changelog
(from rev 257170, emacs-nox/trunk/emacs-nox.changelog)
  emacs-nox/repos/community-x86_64/PKGBUILD
(from rev 257170, emacs-nox/trunk/PKGBUILD)
  emacs-nox/repos/community-x86_64/emacs-nox.changelog
(from rev 257170, emacs-nox/trunk/emacs-nox.changelog)
Deleted:
  emacs-nox/repos/community-i686/PKGBUILD
  emacs-nox/repos/community-i686/emacs-nox.changelog
  emacs-nox/repos/community-x86_64/PKGBUILD
  emacs-nox/repos/community-x86_64/emacs-nox.changelog

--+
 /PKGBUILD|   94 +
 /emacs-nox.changelog |  106 +
 community-i686/PKGBUILD  |   47 --
 community-i686/emacs-nox.changelog   |   50 ---
 community-x86_64/PKGBUILD|   47 --
 community-x86_64/emacs-nox.changelog |   50 ---
 6 files changed, 200 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 19:34:29 UTC (rev 257170)
+++ community-i686/PKGBUILD 2017-09-12 19:34:50 UTC (rev 257171)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Chris Brannon 
-
-pkgname=emacs-nox
-pkgver=25.2
-pkgrel=1
-pkgdesc="The extensible, customizable, self-documenting real-time display 
editor, without X11 support"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/emacs/emacs.html";
-license=('GPL3')
-depends=('dbus' 'ncurses' 'perl' 'libxml2' 'glib2' 'gnutls')
-provides=('emacs')
-conflicts=('emacs')
-changelog=$pkgname.changelog
-source=(ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz{,.sig})
-validpgpkeys=('28D3BED851FDF3AB57FEF93C233587A47C207910')
-sha256sums=('59b55194c9979987c5e9f1a1a4ab5406714e80ffcfd415cc6b9222413bc073fa'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/emacs-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --without-x --without-sound --with-modules
-  make
-}
-
-package() {
-  cd "${srcdir}"/emacs-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-# remove conflict with ctags package
-  mv "${pkgdir}"/usr/bin/{ctags,ctags.emacs}
-  mv "${pkgdir}"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-
-# fix user/root permissions on usr/share files
-  find "${pkgdir}"/usr/share/emacs/$pkgver -exec chown root.root {} \;
-# remove .desktop file and icons
-  rm -rf "${pkgdir}"/usr/share/{applications,icons}
-# fix perms on /var/games
-  chmod 775 "${pkgdir}"/var/games
-  chmod 775 "${pkgdir}"/var/games/emacs
-  chmod 664 "${pkgdir}"/var/games/emacs/*
-  chown -R root:games "${pkgdir}"/var/games
-}

Copied: emacs-nox/repos/community-i686/PKGBUILD (from rev 257170, 
emacs-nox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 19:34:50 UTC (rev 257171)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Chris Brannon 
+
+pkgname=emacs-nox
+pkgver=25.3
+pkgrel=1
+pkgdesc="The extensible, customizable, self-documenting real-time display 
editor, without X11 support"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/emacs/emacs.html";
+license=('GPL3')
+depends=('dbus' 'ncurses' 'perl' 'libxml2' 'glib2' 'gnutls')
+provides=('emacs')
+conflicts=('emacs')
+changelog=$pkgname.changelog
+source=(ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz{,.sig})
+validpgpkeys=('28D3BED851FDF3AB57FEF93C233587A47C207910')
+sha256sums=('253ac5e7075e594549b83fd9ec116a9dc37294d415e2f21f8ee109829307c00b'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/emacs-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --without-x --without-sound --with-modules
+  make
+}
+
+package() {
+  cd "${srcdir}"/emacs-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+# remove conflict with ctags package
+  mv "${pkgdir}"/usr/bin/{ctags,ctags.emacs}
+  mv "${pkgdir}"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+
+# fix user/root permissions on usr/share files
+  find "${pkgdir}"/usr/share/emacs/$pkgver -exec chown root.root {} \;
+# remove .desktop file and icons
+  rm -rf "${pkgdir}"/usr/share/{applications,icons}
+# fix perms on /var/games
+  chmod 775 "${pkgdir}"/var/games
+  chmod 775 "${pkgdir}"/var/games/emacs
+  chmod 664 "${pkgdir}"/var/games/emacs/*
+  chown -R root:games "${pkgdir}"/var/games
+}

Deleted: community-i686/emacs-nox.changelog
===
--- community-i686/emacs-nox.chan

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

2017-09-12 Thread Jaroslav Lichtblau
Date: Tuesday, September 12, 2017 @ 19:34:29
  Author: jlichtblau
Revision: 257170

upgpkg: emacs-nox 25.3-1 - new upstream release

Modified:
  emacs-nox/trunk/PKGBUILD
  emacs-nox/trunk/emacs-nox.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 19:23:16 UTC (rev 257169)
+++ PKGBUILD2017-09-12 19:34:29 UTC (rev 257170)
@@ -3,7 +3,7 @@
 # Contributor: Chris Brannon 
 
 pkgname=emacs-nox
-pkgver=25.2
+pkgver=25.3
 pkgrel=1
 pkgdesc="The extensible, customizable, self-documenting real-time display 
editor, without X11 support"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 changelog=$pkgname.changelog
 source=(ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz{,.sig})
 validpgpkeys=('28D3BED851FDF3AB57FEF93C233587A47C207910')
-sha256sums=('59b55194c9979987c5e9f1a1a4ab5406714e80ffcfd415cc6b9222413bc073fa'
+sha256sums=('253ac5e7075e594549b83fd9ec116a9dc37294d415e2f21f8ee109829307c00b'
 'SKIP')
 
 build() {

Modified: emacs-nox.changelog
===
--- emacs-nox.changelog 2017-09-12 19:23:16 UTC (rev 257169)
+++ emacs-nox.changelog 2017-09-12 19:34:29 UTC (rev 257170)
@@ -1,3 +1,6 @@
+2017-09-12 Jaroslav Lichtblau 
+   * emacs-nox 25.3-1
+
 2017-04-25 Jaroslav Lichtblau 
* emacs-nox 25.2-1
 


[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2017-09-12 Thread Lukas Jirkovsky
Date: Tuesday, September 12, 2017 @ 19:41:04
  Author: stativ
Revision: 257172

upgpkg: intellij-idea-community-edition 2:2017.2.4-1

update to 2017.2.4

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 19:34:50 UTC (rev 257171)
+++ PKGBUILD2017-09-12 19:41:04 UTC (rev 257172)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-community-edition
-pkgver=2017.2.2
-_pkgver=172.3757.52
+pkgver=2017.2.4
+_pkgver=172.4155.36
 pkgrel=1
 epoch=2
 pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
@@ -18,7 +18,7 @@
 install=idea.install
 source=("http://download.jetbrains.com/idea/ideaIC-$pkgver-no-jdk.tar.gz";
 idea.desktop)
-sha256sums=('2c85c2b021180fb6b9fa305a04169b0124962c70fabfca818051b7f81525da71'
+sha256sums=('6440b4fa92794614799f6a3a3da4a84f532721aba7b5460402f741025ef94dc8'
 'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6')
 
 package() {


[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (6 files)

2017-09-12 Thread Lukas Jirkovsky
Date: Tuesday, September 12, 2017 @ 19:41:28
  Author: stativ
Revision: 257173

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 257172, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 257172, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 257172, intellij-idea-community-edition/trunk/idea.install)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install

--+
 PKGBUILD |   88 -
 idea.desktop |   22 +++---
 idea.install |   18 +--
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 19:41:04 UTC (rev 257172)
+++ PKGBUILD2017-09-12 19:41:28 UTC (rev 257173)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-community-edition
-pkgver=2017.2.2
-_pkgver=172.3757.52
-pkgrel=1
-epoch=2
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="https://www.jetbrains.com/idea/";
-license=('Apache')
-backup=('usr/share/intellijidea-ce/bin/idea.vmoptions'
-'usr/share/intellijidea-ce/bin/idea64.vmoptions')
-depends=('java-environment' 'giflib' 'libxtst' 'libxft' 'ttf-font'
- 'coreutils' 'grep' 'which')
-conflicts=('intellij-idea-libs')
-replaces=('intellij-idea-libs')
-install=idea.install
-source=("http://download.jetbrains.com/idea/ideaIC-$pkgver-no-jdk.tar.gz";
-idea.desktop)
-sha256sums=('2c85c2b021180fb6b9fa305a04169b0124962c70fabfca818051b7f81525da71'
-'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6')
-
-package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -d -m755 "$pkgdir"/usr/bin
-  ln -s /usr/share/intellijidea-ce/bin/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
257172, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-12 19:41:28 UTC (rev 257173)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-community-edition
+pkgver=2017.2.4
+_pkgver=172.4155.36
+pkgrel=1
+epoch=2
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
+arch=('any')
+url="https://www.jetbrains.com/idea/";
+license=('Apache')
+backup=('usr/share/intellijidea-ce/bin/idea.vmoptions'
+'usr/share/intellijidea-ce/bin/idea64.vmoptions')
+depends=('java-environment' 'giflib' 'libxtst' 'libxft' 'ttf-font'
+ 'coreutils' 'grep' 'which')
+conflicts=('intellij-idea-libs')
+replaces=('intellij-idea-libs')
+install=idea.install
+source=("http://download.jetbrains.com/idea/ideaIC-$pkgver-no-jdk.tar.gz";
+idea.desktop)
+sha256sums=('6440b4fa92794614799f6a3a3da4a84f532721aba7b5460402f741025ef94dc8'
+'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -d -m755 "$pkgdir"/usr/bin
+  ln -s /usr/share/intellijidea-ce/bin/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
+  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
+   "$pkgdir"/usr/share/pixmaps/idea.png
+
+  # workaround FS#40934
+  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: idea.desktop
===
--- idea.desktop2017

[arch-commits] Commit in (fswebcam)

2017-09-12 Thread Jelle van der Waa
Date: Tuesday, September 12, 2017 @ 19:47:47
  Author: jelle
Revision: 257174

moved to AUR

Deleted:
  fswebcam/


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

2017-09-12 Thread Anatol Pomozov
Date: Tuesday, September 12, 2017 @ 19:52:57
  Author: anatolik
Revision: 257175

upgpkg: wireshark 2.4.1-2

FS#55595 add missing dependency

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 19:47:47 UTC (rev 257174)
+++ PKGBUILD2017-09-12 19:52:57 UTC (rev 257175)
@@ -5,7 +5,7 @@
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
@@ -45,7 +45,7 @@
 
 package_wireshark-cli() {
   pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
+  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2')
   install=wireshark.install
   conflicts=(wireshark)
 


[arch-commits] Commit in wireshark/repos (12 files)

2017-09-12 Thread Anatol Pomozov
Date: Tuesday, September 12, 2017 @ 19:53:56
  Author: anatolik
Revision: 257176

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 257175, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 257175, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 257175, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 257175, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 257175, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 257175, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   10 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   10 -
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 19:52:57 UTC (rev 257175)
+++ community-i686/PKGBUILD 2017-09-12 19:53:56 UTC (rev 257176)
@@ -1,101 +0,0 @@
-$Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.4.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
-do_not_use_svn_version.patch)
-sha256sums=('02ddbcf9b10f9dfa1e36eec00fe00cb5b5ce8e07203843baf056ac7909911fcd'
-'3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk=3 \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --with-c-ares \
-  --with-geoip
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark-gtk "${pkgdir}/usr/bin/wireshark-gtk"
-

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

2017-09-12 Thread Jan Steffens
Date: Tuesday, September 12, 2017 @ 20:00:35
  Author: heftig
Revision: 305374

3.22.21-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 18:11:43 UTC (rev 305373)
+++ PKGBUILD2017-09-12 20:00:35 UTC (rev 305374)
@@ -4,7 +4,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.20
+pkgver=3.22.21
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups 
glib2-docs
  sassc)
 license=(LGPL)
-_commit=dd99aeb4bb6df706bac3e89ee9cb95d17750ef04  # tags/3.22.20^0
+_commit=fad199b4068603b1d822330d98ccfc5f0d761ac5  # tags/3.22.21^0
 source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit";
 settings.ini
 gtk-query-immodules-3.0.hook


[arch-commits] Commit in variety/trunk (PKGBUILD disable-panoramio.patch)

2017-09-12 Thread Jaroslav Lichtblau
Date: Tuesday, September 12, 2017 @ 20:03:17
  Author: jlichtblau
Revision: 257177

upgpkg: variety 0.6.5-1 - new upstream release

Modified:
  variety/trunk/PKGBUILD
Deleted:
  variety/trunk/disable-panoramio.patch

-+
 PKGBUILD|   15 +--
 disable-panoramio.patch |   46 --
 2 files changed, 5 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 19:53:56 UTC (rev 257176)
+++ PKGBUILD2017-09-12 20:03:17 UTC (rev 257177)
@@ -3,8 +3,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=variety
-pkgver=0.6.4
-_pkgver2=0-589-201704290523
+pkgver=0.6.5
 pkgrel=1
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
 arch=('any')
@@ -14,21 +13,17 @@
  'python2-configobj' 'python2-dbus' 'python2-gobject' 
'python2-httplib2' 'python2-pillow'
  'python2-lxml' 'python2-pycurl' 'python2-requests')
 makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}-${_pkgver2}.tar.gz{,.asc}
-disable-panoramio.patch
+source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz{,.asc}
 fix-vauleerror.patch)
-validpgpkeys=('53A44FA64701571F59CD8C9BA7FAEF1B4791406E') # Peter Levi
-sha256sums=('b7f056afdd6da9547f8ca2ca3bbebf083e24cbab0b706cef976a6b3f1f05adc3'
+#validpgpkeys=('53A44FA64701571F59CD8C9BA7FAEF1B4791406E') # Peter Levi
+validpgpkeys=('D5D568B2D34AB32A337944D22EC3F60DE71C0B9D') # James Lu 

+sha256sums=('d3eeb5b800d881fc0e1055f5614e65b6b6f64e0f1eb5b72fdf2869ae50c51bcc'
 'SKIP'
-'011d4f19a17fd59a175f6fa36e282c82c333ce0e849673aeea678f2ee56db743'
 'b16842754013398eb85499137b4b2ea36748505e65eef46864847f7bb8606264')
 
 prepare() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  # Disable Panoramio support (removes webkitgtk dependency)
-  patch -Np1 -i ../disable-panoramio.patch
-
   # Fix error when appindicator is missing
   patch -Np1 -i ../fix-vauleerror.patch
 }

Deleted: disable-panoramio.patch
===
--- disable-panoramio.patch 2017-09-12 19:53:56 UTC (rev 257176)
+++ disable-panoramio.patch 2017-09-12 20:03:17 UTC (rev 257177)
@@ -1,46 +0,0 @@
-diff -Naur variety-0.6.3.orig/variety/PreferencesVarietyDialog.py 
variety-0.6.3/variety/PreferencesVarietyDialog.py
 variety-0.6.3.orig/variety/PreferencesVarietyDialog.py 2016-11-01 
19:59:39.0 +0100
-+++ variety-0.6.3/variety/PreferencesVarietyDialog.py  2017-01-25 
21:53:29.419376574 +0100
-@@ -32,7 +32,6 @@
- from variety.AddFlickrDialog import AddFlickrDialog
- from variety.AddMediaRssDialog import AddMediaRssDialog
- from variety.AddRedditDialog import AddRedditDialog
--from variety.AddPanoramioDialog import AddPanoramioDialog
- from variety.EditFavoriteOperationsDialog import EditFavoriteOperationsDialog
- from variety.SmartFeaturesConfirmationDialog import 
SmartFeaturesConfirmationDialog
- from variety.LoginOrRegisterDialog import LoginOrRegisterDialog
-@@ -64,7 +63,6 @@
- EDITABLE_TYPES = [
- Options.SourceType.FLICKR,
- Options.SourceType.MEDIA_RSS,
--Options.SourceType.PANORAMIO,
- Options.SourceType.WALLHAVEN,
- Options.SourceType.REDDIT,
- ]
-@@ -381,7 +379,6 @@
- '-',
- (_("Flickr"), self.on_add_flickr_clicked),
- (_("Wallhaven.cc"), self.on_add_wallhaven_clicked),
--(_("Panoramio"), self.on_add_panoramio_clicked),
- (_("Reddit"), self.on_add_reddit_clicked),
- (_("Media RSS"), self.on_add_mediarss_clicked),
- ]
-@@ -672,8 +669,6 @@
- self.dialog = AddRedditDialog()
- elif type == Options.SourceType.MEDIA_RSS:
- self.dialog = AddMediaRssDialog()
--elif type == Options.SourceType.PANORAMIO:
--self.dialog = AddPanoramioDialog()
- 
- self.dialog.set_edited_row(edited_row)
- self.show_dialog(self.dialog)
-@@ -786,9 +781,6 @@
- def on_add_wallhaven_clicked(self, widget=None):
- self.show_dialog(AddWallhavenDialog())
- 
--def on_add_panoramio_clicked(self, widget=None):
--self.show_dialog(AddPanoramioDialog())
--
- def show_dialog(self, dialog):
- self.dialog = dialog
- self.dialog.parent = self


[arch-commits] Commit in variety/repos/community-any (5 files)

2017-09-12 Thread Jaroslav Lichtblau
Date: Tuesday, September 12, 2017 @ 20:03:30
  Author: jlichtblau
Revision: 257178

archrelease: copy trunk to community-any

Added:
  variety/repos/community-any/PKGBUILD
(from rev 257177, variety/trunk/PKGBUILD)
  variety/repos/community-any/fix-vauleerror.patch
(from rev 257177, variety/trunk/fix-vauleerror.patch)
Deleted:
  variety/repos/community-any/PKGBUILD
  variety/repos/community-any/disable-panoramio.patch
  variety/repos/community-any/fix-vauleerror.patch

-+
 PKGBUILD|   77 +-
 disable-panoramio.patch |   46 ---
 fix-vauleerror.patch|   24 +++---
 3 files changed, 48 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-12 20:03:17 UTC (rev 257177)
+++ PKGBUILD2017-09-12 20:03:30 UTC (rev 257178)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-
-pkgname=variety
-pkgver=0.6.4
-_pkgver2=0-589-201704290523
-pkgrel=1
-pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
-arch=('any')
-url="http://peterlevi.com/variety/";
-license=('GPL3')
-depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python2-beautifulsoup4' 
'python2-cairo'
- 'python2-configobj' 'python2-dbus' 'python2-gobject' 
'python2-httplib2' 'python2-pillow'
- 'python2-lxml' 'python2-pycurl' 'python2-requests')
-makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}-${_pkgver2}.tar.gz{,.asc}
-disable-panoramio.patch
-fix-vauleerror.patch)
-validpgpkeys=('53A44FA64701571F59CD8C9BA7FAEF1B4791406E') # Peter Levi
-sha256sums=('b7f056afdd6da9547f8ca2ca3bbebf083e24cbab0b706cef976a6b3f1f05adc3'
-'SKIP'
-'011d4f19a17fd59a175f6fa36e282c82c333ce0e849673aeea678f2ee56db743'
-'b16842754013398eb85499137b4b2ea36748505e65eef46864847f7bb8606264')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  # Disable Panoramio support (removes webkitgtk dependency)
-  patch -Np1 -i ../disable-panoramio.patch
-
-  # Fix error when appindicator is missing
-  patch -Np1 -i ../fix-vauleerror.patch
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: variety/repos/community-any/PKGBUILD (from rev 257177, 
variety/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-12 20:03:30 UTC (rev 257178)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+
+pkgname=variety
+pkgver=0.6.5
+pkgrel=1
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
+arch=('any')
+url="http://peterlevi.com/variety/";
+license=('GPL3')
+depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python2-beautifulsoup4' 
'python2-cairo'
+ 'python2-configobj' 'python2-dbus' 'python2-gobject' 
'python2-httplib2' 'python2-pillow'
+ 'python2-lxml' 'python2-pycurl' 'python2-requests')
+makedepends=('python2-distutils-extra')
+source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz{,.asc}
+fix-vauleerror.patch)
+#validpgpkeys=('53A44FA64701571F59CD8C9BA7FAEF1B4791406E') # Peter Levi
+validpgpkeys=('D5D568B2D34AB32A337944D22EC3F60DE71C0B9D') # James Lu 

+sha256sums=('d3eeb5b800d881fc0e1055f5614e65b6b6f64e0f1eb5b72fdf2869ae50c51bcc'
+'SKIP'
+'b16842754013398eb85499137b4b2ea36748505e65eef46864847f7bb8606264')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  # Fix error when appindicator is missing
+  patch -Np1 -i ../fix-vauleerror.patch
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: disable-panoramio.patch
===
--- disable-panoramio.patch 2017-09-12 20:03:17 UTC (rev 257177)
+++ disable-panoramio.patch 2017-09-12 20:03:30 UTC (rev 257178)
@@ -1,46 +0,0 @@
-diff -Naur variety-0.6.3.orig/variety/PreferencesVarietyDialog.py 
variety-0.6.3/variety/PreferencesVarietyDialog.py
 variety-0.6.3.orig/variety/PreferencesVarietyDialog.py 2016-11-01 
19:59:39.0 +0100
-+++ variety-0.6.3/variety/PreferencesVarietyDialog.py  2017-01-25 
21:53:29.419376574 +0100
-@@ -32,7 +32,6 @@
- from variety.AddFlickrDialog import AddFlickrDialog
- from variety.AddMediaRssDialog import AddMediaRssDialog
- from variety.AddRedditDialog import AddRedditDialog
--from variety.AddPanoramioDialog import AddPanoramioDialog
- from variety.EditFavoriteOperationsDialog i

[arch-commits] Commit in gtk3/repos (24 files)

2017-09-12 Thread Jan Steffens
Date: Tuesday, September 12, 2017 @ 20:04:40
  Author: heftig
Revision: 305375

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 305374, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
(from rev 305374, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
(from rev 305374, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
(from rev 305374, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-i686/gtk3.install
(from rev 305374, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 305374, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 305374, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 305374, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 305374, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 305374, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 305374, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 305374, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |  218 
 /gtk-query-immodules-3.0.hook |   22 ++
 /gtk-update-icon-cache.hook   |   26 +++
 /gtk-update-icon-cache.script |   20 ++
 /gtk3.install |6 
 /settings.ini |8 +
 extra-i686/PKGBUILD   |  109 --
 extra-i686/gtk-query-immodules-3.0.hook   |   11 -
 extra-i686/gtk-update-icon-cache.hook |   13 -
 extra-i686/gtk-update-icon-cache.script   |   10 -
 extra-i686/gtk3.install   |3 
 extra-i686/settings.ini   |4 
 extra-x86_64/PKGBUILD |  109 --
 extra-x86_64/gtk-query-immodules-3.0.hook |   11 -
 extra-x86_64/gtk-update-icon-cache.hook   |   13 -
 extra-x86_64/gtk-update-icon-cache.script |   10 -
 extra-x86_64/gtk3.install |3 
 extra-x86_64/settings.ini |4 
 18 files changed, 300 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-12 20:00:35 UTC (rev 305374)
+++ extra-i686/PKGBUILD 2017-09-12 20:04:40 UTC (rev 305375)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.20
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/";
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts)
-makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups 
glib2-docs
- sassc)
-license=(LGPL)
-_commit=dd99aeb4bb6df706bac3e89ee9cb95d17750ef04  # tags/3.22.20^0
-source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit";
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk+
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir print-backends
-  cd gtk+
-
-  # menu: Avoid cancelling the menu on GTK+ grabs inside the GtkMenu
-  # https://bugzilla.gnome.org/show_bug.cgi?id=786029
-  git cherry-pick -n 26d8a6dfbac5180dce71d1f2edc7029cfa2773ef
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk+
-
-  CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
-

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

2017-09-12 Thread Antonio Rojas
Date: Tuesday, September 12, 2017 @ 20:21:38
  Author: arojas
Revision: 257179

boost 1.65 rebuild

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 20:03:30 UTC (rev 257178)
+++ PKGBUILD2017-09-12 20:21:38 UTC (rev 257179)
@@ -8,7 +8,7 @@
 pkgname=poedit
 epoch=1
 pkgver=2.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('i686' 'x86_64')
 url="http://www.poedit.net/";


  1   2   3   >