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

2017-10-17 Thread Kyle Keen
Date: Wednesday, October 18, 2017 @ 05:11:31
  Author: kkeen
Revision: 263183

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

Added:
  hiawatha/repos/community-i686/PKGBUILD
(from rev 263182, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-i686/hiawatha.conf.sample
(from rev 263182, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-i686/hiawatha.service
(from rev 263182, hiawatha/trunk/hiawatha.service)
  hiawatha/repos/community-i686/letsencrypt-renew.service
(from rev 263182, hiawatha/trunk/letsencrypt-renew.service)
  hiawatha/repos/community-i686/letsencrypt-renew.timer
(from rev 263182, hiawatha/trunk/letsencrypt-renew.timer)
  hiawatha/repos/community-x86_64/PKGBUILD
(from rev 263182, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
(from rev 263182, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-x86_64/hiawatha.service
(from rev 263182, hiawatha/trunk/hiawatha.service)
  hiawatha/repos/community-x86_64/letsencrypt-renew.service
(from rev 263182, hiawatha/trunk/letsencrypt-renew.service)
  hiawatha/repos/community-x86_64/letsencrypt-renew.timer
(from rev 263182, hiawatha/trunk/letsencrypt-renew.timer)
Deleted:
  hiawatha/repos/community-i686/PKGBUILD
  hiawatha/repos/community-i686/hiawatha.conf.sample
  hiawatha/repos/community-i686/hiawatha.service
  hiawatha/repos/community-i686/letsencrypt-renew.service
  hiawatha/repos/community-i686/letsencrypt-renew.timer
  hiawatha/repos/community-x86_64/PKGBUILD
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
  hiawatha/repos/community-x86_64/hiawatha.service
  hiawatha/repos/community-x86_64/letsencrypt-renew.service
  hiawatha/repos/community-x86_64/letsencrypt-renew.timer

+
 /PKGBUILD  |  204 
 /hiawatha.conf.sample  |  228 +++
 /hiawatha.service  |   32 +++
 /letsencrypt-renew.service |   12 +
 /letsencrypt-renew.timer   |   22 ++
 community-i686/PKGBUILD|  100 ---
 community-i686/hiawatha.conf.sample|  114 -
 community-i686/hiawatha.service|   16 -
 community-i686/letsencrypt-renew.service   |6 
 community-i686/letsencrypt-renew.timer |   11 -
 community-x86_64/PKGBUILD  |  100 ---
 community-x86_64/hiawatha.conf.sample  |  114 -
 community-x86_64/hiawatha.service  |   16 -
 community-x86_64/letsencrypt-renew.service |6 
 community-x86_64/letsencrypt-renew.timer   |   11 -
 15 files changed, 498 insertions(+), 494 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-18 05:10:43 UTC (rev 263182)
+++ community-i686/PKGBUILD 2017-10-18 05:11:31 UTC (rev 263183)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Kurt Marasco 
-# Contributor: Pascal Ernster 
-
-pkgname=hiawatha
-pkgver=10.7
-pkgrel=1
-pkgdesc="Secure and advanced webserver"
-url="https://www.hiawatha-webserver.org/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libxslt' 'mbedtls')
-optdepends=('php-fpm: PHP fastcgi'
-'php: letsencrypt')
-makedepends=('cmake')
-backup=(
-'etc/hiawatha/hiawatha.conf'
-'etc/hiawatha/cgi-wrapper.conf'
-'etc/hiawatha/mimetype.conf'
-)
-
-source=(
-"https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz"; 
-'hiawatha.conf.sample'
-'hiawatha.service'
-'letsencrypt-renew.service'
-'letsencrypt-renew.timer'
-)
-sha256sums=('363e99d84a85dafbb74bcc30b3e30286053ec2abbc7afe08cd87193611735f74'
-'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
-'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155'
-'85190e186efc9092752ffc8fa603593e27afa9e8a6abf974fbc0e62fe08eb882'
-'a1d5371e886bdd697c9d040125aa5b117d6efe36bb6ee77b57004d893f2bc410')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/www-data/http/g' extra/logrotate.in
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p build
-  cd build
-
-  cmake ../ -DCMAKE_INSTALL_PREFIX="/" \
--DCMAKE_INSTALL_BINDIR="/usr/bin" \
--DCMAKE_INSTALL_SBINDIR="/usr/bin" \
--DCMAKE_INSTALL_SYSCONFDIR="/etc/hiawatha" \
--DCMAKE_INSTALL_LIBDIR="/usr/lib" \
--DCMAKE_INSTALL_MANDIR="/usr/share/man" \
--DCONFIG_DIR="/etc/hiawatha" \
--DLOG_DIR="/var/log/hiawatha" \
--DPID_DIR="/run" \
--DENABLE_TLS=ON \
--DUSE_SYSTEM_MBEDTLS=ON \
--DENABLE_MONITOR=ON \
--DWEBROOT_DIR="/srv/http/hiawatha" \
--DWORK_DIR="/var/lib/hiawatha"
-
-  make
-
-  # Featu

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

2017-10-17 Thread Kyle Keen
Date: Wednesday, October 18, 2017 @ 05:10:43
  Author: kkeen
Revision: 263182

upgpkg: hiawatha 10.7-2

Modified:
  hiawatha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-18 04:59:47 UTC (rev 263181)
+++ PKGBUILD2017-10-18 05:10:43 UTC (rev 263182)
@@ -5,7 +5,7 @@
 
 pkgname=hiawatha
 pkgver=10.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Secure and advanced webserver"
 url="https://www.hiawatha-webserver.org/";
 arch=('i686' 'x86_64')
@@ -95,6 +95,8 @@
   install -Dm644 "$srcdir/hiawatha.conf.sample" "$pkgdir/etc/hiawatha/"
 
   mkdir -p "$pkgdir/usr/share/hiawatha/"
-  tar -caf "$pkgdir/usr/share/hiawatha/letsencrypt.tar.gz" 
"$srcdir/$pkgname-$pkgver/extra/letsencrypt/"*
+  cd "$srcdir/$pkgname-$pkgver/extra/"
+  cp "$srcdir/letsencrypt-renew."* letsencrypt/
+  tar -caf "$pkgdir/usr/share/hiawatha/letsencrypt.tar.gz" letsencrypt/*
 }
 


[arch-commits] Commit in hiawatha/trunk (3 files)

2017-10-17 Thread Kyle Keen
Date: Wednesday, October 18, 2017 @ 04:58:38
  Author: kkeen
Revision: 263180

upgpkg: hiawatha 10.7-1

Added:
  hiawatha/trunk/letsencrypt-renew.service
  hiawatha/trunk/letsencrypt-renew.timer
Modified:
  hiawatha/trunk/PKGBUILD

---+
 PKGBUILD  |   16 
 letsencrypt-renew.service |6 ++
 letsencrypt-renew.timer   |   11 +++
 3 files changed, 29 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-18 04:28:50 UTC (rev 263179)
+++ PKGBUILD2017-10-18 04:58:38 UTC (rev 263180)
@@ -4,7 +4,7 @@
 # Contributor: Pascal Ernster 
 
 pkgname=hiawatha
-pkgver=10.6
+pkgver=10.7
 pkgrel=1
 pkgdesc="Secure and advanced webserver"
 url="https://www.hiawatha-webserver.org/";
@@ -11,7 +11,8 @@
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('libxslt' 'mbedtls')
-optdepends=('php-fpm: PHP fastcgi')
+optdepends=('php-fpm: PHP fastcgi'
+'php: letsencrypt')
 makedepends=('cmake')
 backup=(
 'etc/hiawatha/hiawatha.conf'
@@ -23,10 +24,14 @@
 "https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz"; 
 'hiawatha.conf.sample'
 'hiawatha.service'
+'letsencrypt-renew.service'
+'letsencrypt-renew.timer'
 )
-sha256sums=('0cf014ae214be1bf6244c46c25e66805987c948837a4e37f9dede570de49bdeb'
+sha256sums=('363e99d84a85dafbb74bcc30b3e30286053ec2abbc7afe08cd87193611735f74'
 '4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
-'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155')
+'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155'
+'85190e186efc9092752ffc8fa603593e27afa9e8a6abf974fbc0e62fe08eb882'
+'a1d5371e886bdd697c9d040125aa5b117d6efe36bb6ee77b57004d893f2bc410')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -88,5 +93,8 @@
   install -Dm644 logrotate.d/hiawatha "$pkgdir/etc/logrotate.d/hiawatha"
   install -Dm644 "$srcdir/hiawatha.service" 
"$pkgdir/usr/lib/systemd/system/hiawatha.service"
   install -Dm644 "$srcdir/hiawatha.conf.sample" "$pkgdir/etc/hiawatha/"
+
+  mkdir -p "$pkgdir/usr/share/hiawatha/"
+  tar -caf "$pkgdir/usr/share/hiawatha/letsencrypt.tar.gz" 
"$srcdir/$pkgname-$pkgver/extra/letsencrypt/"*
 }
 

Added: letsencrypt-renew.service
===
--- letsencrypt-renew.service   (rev 0)
+++ letsencrypt-renew.service   2017-10-18 04:58:38 UTC (rev 263180)
@@ -0,0 +1,6 @@
+[Unit]
+Description=Renew Let's Encrypt certificates
+
+[Service]
+Type=oneshot
+ExecStart=/root/letsencrypt/letsencrypt renew restart

Added: letsencrypt-renew.timer
===
--- letsencrypt-renew.timer (rev 0)
+++ letsencrypt-renew.timer 2017-10-18 04:58:38 UTC (rev 263180)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Daily renewal of Let's Encrypt's certificates
+
+[Timer]
+OnCalendar=daily
+# Be kind to the Let's Encrypt servers: add a random delay of 0–3600 seconds
+RandomizedDelaySec=3600
+Persistent=true
+
+[Install]
+WantedBy=timers.target


[arch-commits] Commit in hiawatha/repos (16 files)

2017-10-17 Thread Kyle Keen
Date: Wednesday, October 18, 2017 @ 04:59:47
  Author: kkeen
Revision: 263181

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

Added:
  hiawatha/repos/community-i686/PKGBUILD
(from rev 263180, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-i686/hiawatha.conf.sample
(from rev 263180, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-i686/hiawatha.service
(from rev 263180, hiawatha/trunk/hiawatha.service)
  hiawatha/repos/community-i686/letsencrypt-renew.service
(from rev 263180, hiawatha/trunk/letsencrypt-renew.service)
  hiawatha/repos/community-i686/letsencrypt-renew.timer
(from rev 263180, hiawatha/trunk/letsencrypt-renew.timer)
  hiawatha/repos/community-x86_64/PKGBUILD
(from rev 263180, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
(from rev 263180, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-x86_64/hiawatha.service
(from rev 263180, hiawatha/trunk/hiawatha.service)
  hiawatha/repos/community-x86_64/letsencrypt-renew.service
(from rev 263180, hiawatha/trunk/letsencrypt-renew.service)
  hiawatha/repos/community-x86_64/letsencrypt-renew.timer
(from rev 263180, hiawatha/trunk/letsencrypt-renew.timer)
Deleted:
  hiawatha/repos/community-i686/PKGBUILD
  hiawatha/repos/community-i686/hiawatha.conf.sample
  hiawatha/repos/community-i686/hiawatha.service
  hiawatha/repos/community-x86_64/PKGBUILD
  hiawatha/repos/community-x86_64/hiawatha.conf.sample
  hiawatha/repos/community-x86_64/hiawatha.service

+
 /PKGBUILD  |  200 +++
 /hiawatha.conf.sample  |  228 +++
 /hiawatha.service  |   32 +++
 community-i686/PKGBUILD|   92 --
 community-i686/hiawatha.conf.sample|  114 -
 community-i686/hiawatha.service|   16 -
 community-i686/letsencrypt-renew.service   |6 
 community-i686/letsencrypt-renew.timer |   11 +
 community-x86_64/PKGBUILD  |   92 --
 community-x86_64/hiawatha.conf.sample  |  114 -
 community-x86_64/hiawatha.service  |   16 -
 community-x86_64/letsencrypt-renew.service |6 
 community-x86_64/letsencrypt-renew.timer   |   11 +
 13 files changed, 494 insertions(+), 444 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-18 04:58:38 UTC (rev 263180)
+++ community-i686/PKGBUILD 2017-10-18 04:59:47 UTC (rev 263181)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Kurt Marasco 
-# Contributor: Pascal Ernster 
-
-pkgname=hiawatha
-pkgver=10.6
-pkgrel=1
-pkgdesc="Secure and advanced webserver"
-url="https://www.hiawatha-webserver.org/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libxslt' 'mbedtls')
-optdepends=('php-fpm: PHP fastcgi')
-makedepends=('cmake')
-backup=(
-'etc/hiawatha/hiawatha.conf'
-'etc/hiawatha/cgi-wrapper.conf'
-'etc/hiawatha/mimetype.conf'
-)
-
-source=(
-"https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz"; 
-'hiawatha.conf.sample'
-'hiawatha.service'
-)
-sha256sums=('0cf014ae214be1bf6244c46c25e66805987c948837a4e37f9dede570de49bdeb'
-'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
-'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/www-data/http/g' extra/logrotate.in
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p build
-  cd build
-
-  cmake ../ -DCMAKE_INSTALL_PREFIX="/" \
--DCMAKE_INSTALL_BINDIR="/usr/bin" \
--DCMAKE_INSTALL_SBINDIR="/usr/bin" \
--DCMAKE_INSTALL_SYSCONFDIR="/etc/hiawatha" \
--DCMAKE_INSTALL_LIBDIR="/usr/lib" \
--DCMAKE_INSTALL_MANDIR="/usr/share/man" \
--DCONFIG_DIR="/etc/hiawatha" \
--DLOG_DIR="/var/log/hiawatha" \
--DPID_DIR="/run" \
--DENABLE_TLS=ON \
--DUSE_SYSTEM_MBEDTLS=ON \
--DENABLE_MONITOR=ON \
--DWEBROOT_DIR="/srv/http/hiawatha" \
--DWORK_DIR="/var/lib/hiawatha"
-
-  make
-
-  # Features enabled by default
-  # -DENABLE_CACHE
-  # -DENABLE_IPV6
-  # -DENABLE_RPROXY
-  # -DENABLE_TOOLKIT
-  # -DENABLE_XSLT
-
-  # Features disabled by default
-  # -DENABLE_DEBUG
-  # -DENABLE_TOMAHAWK  
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
- 
-  rmdir "$pkgdir/run"
-  rm "$pkgdir/srv/http/hiawatha/index.html"
-  rmdir -p --ignore-fail-on-non-empty "$pkgdir/srv/http/hiawatha"
- 
-  # Update stock hiawatha.conf
-  sed -e 's|#ServerId = www-data|ServerId = http|' \
-  -e 's|/var/www/|/srv/http/|g' \
-  -e 's|//|/|g' \
-  -e 's|#CGIexte

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

2017-10-17 Thread Kyle Keen
Date: Wednesday, October 18, 2017 @ 04:28:50
  Author: kkeen
Revision: 263179

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

Added:
  mbedtls/repos/community-i686/PKGBUILD
(from rev 263178, mbedtls/trunk/PKGBUILD)
  mbedtls/repos/community-x86_64/PKGBUILD
(from rev 263178, mbedtls/trunk/PKGBUILD)
Deleted:
  mbedtls/repos/community-i686/PKGBUILD
  mbedtls/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-10-18 04:28:20 UTC (rev 263178)
+++ community-i686/PKGBUILD 2017-10-18 04:28:50 UTC (rev 263179)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Mihai Militaru 
-# Contributor: carstene1ns 
-
-pkgname=mbedtls
-pkgver=2.4.2
-pkgrel=2
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('i686' 'x86_64')
-url="https://tls.mbed.org";
-license=('Apache')
-provides=('polarssl')
-replaces=('polarssl')
-conflicts=('polarssl')
-#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz";
-source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz";)
-#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz";)
-sha1sums=('011a8072b64e86b9e2ae4abeb5839f466e427c83')
-depends=('glibc')
-options=('staticlibs')
-
-# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
-# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
-# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # enable flags for non-embedded systems
-  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
-  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
-
-  # FS#49914 (2.3.0-2)
-  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  LDFLAGS+=" -I../include " make SHARED=1 no_test
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make SHARED=1 check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/usr" install
-}

Copied: mbedtls/repos/community-i686/PKGBUILD (from rev 263178, 
mbedtls/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-18 04:28:50 UTC (rev 263179)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Mihai Militaru 
+# Contributor: carstene1ns 
+
+pkgname=mbedtls
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
+arch=('i686' 'x86_64')
+url="https://tls.mbed.org";
+license=('Apache')
+provides=('polarssl')
+replaces=('polarssl')
+conflicts=('polarssl')
+#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz";
+source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz";)
+#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz";)
+sha1sums=('0e657805b5dc9777e0e0333a95d7886ae8f0314e')
+depends=('glibc')
+options=('staticlibs')
+
+# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
+# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
+# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # enable flags for non-embedded systems
+  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
+  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
+
+  # FS#49914 (2.3.0-2)
+  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  LDFLAGS+=" -I../include " make SHARED=1 no_test
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make SHARED=1 check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/usr" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-18 04:28:20 UTC (rev 263178)
+++ community-x86_64/PKGBUILD   2017-10-18 04:28:50 UTC (rev 263179)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Mihai Militaru 
-# Contributor: carstene1ns 
-
-pkgname=mbedtls
-pkgver=2.4.2
-pkgrel=2
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('i686' 'x86_64')
-url="https://tls.mbed.org";
-license=('Apache')
-provides=('polarssl')
-replaces=('polarssl')
-conflicts=('polarssl')
-#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz";
-source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz";)
-#source=("https://tls.mbed.or

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

2017-10-17 Thread Kyle Keen
Date: Wednesday, October 18, 2017 @ 04:28:20
  Author: kkeen
Revision: 263178

upgpkg: mbedtls 2.6.0-1

Modified:
  mbedtls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 22:45:15 UTC (rev 263177)
+++ PKGBUILD2017-10-18 04:28:20 UTC (rev 263178)
@@ -4,8 +4,8 @@
 # Contributor: carstene1ns 
 
 pkgname=mbedtls
-pkgver=2.4.2
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
 arch=('i686' 'x86_64')
 url="https://tls.mbed.org";
@@ -16,7 +16,7 @@
 #source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz";
 source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz";)
 #source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz";)
-sha1sums=('011a8072b64e86b9e2ae4abeb5839f466e427c83')
+sha1sums=('0e657805b5dc9777e0e0333a95d7886ae8f0314e')
 depends=('glibc')
 options=('staticlibs')
 


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

2017-10-17 Thread Jaroslav Lichtblau
Date: Tuesday, October 17, 2017 @ 22:45:15
  Author: jlichtblau
Revision: 263177

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

Added:
  kmymoney/repos/community-i686/PKGBUILD
(from rev 263176, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-i686/kmymoney.changelog
(from rev 263176, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-x86_64/PKGBUILD
(from rev 263176, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-x86_64/kmymoney.changelog
(from rev 263176, kmymoney/trunk/kmymoney.changelog)
Deleted:
  kmymoney/repos/community-i686/PKGBUILD
  kmymoney/repos/community-i686/kmymoney.changelog
  kmymoney/repos/community-x86_64/PKGBUILD
  kmymoney/repos/community-x86_64/kmymoney.changelog

-+
 /PKGBUILD   |   80 +++
 /kmymoney.changelog |  138 ++
 community-i686/PKGBUILD |   44 --
 community-i686/kmymoney.changelog   |   63 ---
 community-x86_64/PKGBUILD   |   44 --
 community-x86_64/kmymoney.changelog |   63 ---
 6 files changed, 218 insertions(+), 214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-17 22:44:54 UTC (rev 263176)
+++ community-i686/PKGBUILD 2017-10-17 22:45:15 UTC (rev 263177)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Laurent Carlier 
-# Contributor: Vamp898 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Belanger 
-# Contributor: Todd Maynard 
-
-pkgname=kmymoney
-pkgver=4.8.1
-pkgrel=1
-pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
-arch=('i686' 'x86_64')
-url="http://kmymoney2.sourceforge.net/";
-license=('GPL')
-depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen' 
'patch')
-replaces=('kmymoney2')
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.7z
-
dup-symbols.patch::https://cgit.kde.org/kmymoney.git/patch/?id=6d235f2cd835d5d3e00dee43ed29bdf2c5ca80d5
-4.8_build.patch kmymoney-gpgme-1.7.patch)
-sha256sums=('4435acabb3c9771dd39471651767c857087b5fe4f5cd43132c19cdc92aa6cbab'
-'1098e96ec196a1be8f794d7a7e5213513e4ff56730819193c2911b5a9649ad60'
-'21cd9d7fece1b38b87ade8e4fc7f01397cf44a7fe0bc44cd08dda01d05207215'
-'5a240ebedd8e6f80892187fc6543d58125c4832aff0698c0aa53ba6302033535')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmymoney/repos/community-i686/PKGBUILD (from rev 263176, 
kmymoney/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-17 22:45:15 UTC (rev 263177)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Laurent Carlier 
+# Contributor: Vamp898 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Belanger 
+# Contributor: Todd Maynard 
+
+pkgname=kmymoney
+pkgver=4.8.1
+pkgrel=2
+pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
+arch=('i686' 'x86_64')
+url="http://kmymoney2.sourceforge.net/";
+license=('GPL')
+depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking'
+ 'libofx' 'libalkimia' 'boost-libs' 'libical')
+makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen' 
'patch')
+replaces=('kmymoney2')
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.7z)
+sha256sums=('4435acabb3c9771dd39471651767c857087b5fe4f5cd43132c19cdc92aa6cbab')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/kmymoney.changelog
===
--- community-i686/kmymoney.changelog   2017-10-17 22:44:54 UTC (rev 263176)
+++ community-i686/kmymoney.changelog   2017-10-17 22:45:15 UTC (rev 263177)
@@ -1,63 +0,0 @@
-2017-06-04 Jaroslav Lichtblau 
-   * kmymoney 4.8.0-5 FS#54044 fix
-
-2016-09-01 Jaroslav Lichtblau 
-   * kmymoney 4.8.0-3 aqbanking so name rebuild
-
-2016-06-18 Jaroslav Lichtblau 
-   * kmymoney 4.8.0-2 #364355 fixed
-
-2016-06-15 Jaroslav Lichtblau 
-   * kmymon

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

2017-10-17 Thread Jaroslav Lichtblau
Date: Tuesday, October 17, 2017 @ 22:44:54
  Author: jlichtblau
Revision: 263176

upgpkg: kmymoney 4.8.1-2 - FS#55997 fixed

Modified:
  kmymoney/trunk/PKGBUILD
  kmymoney/trunk/kmymoney.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 22:24:46 UTC (rev 263175)
+++ PKGBUILD2017-10-17 22:44:54 UTC (rev 263176)
@@ -8,12 +8,13 @@
 
 pkgname=kmymoney
 pkgver=4.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
 arch=('i686' 'x86_64')
 url="http://kmymoney2.sourceforge.net/";
 license=('GPL')
-depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs')
+depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking'
+ 'libofx' 'libalkimia' 'boost-libs' 'libical')
 makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen' 
'patch')
 replaces=('kmymoney2')
 changelog=$pkgname.changelog

Modified: kmymoney.changelog
===
--- kmymoney.changelog  2017-10-17 22:24:46 UTC (rev 263175)
+++ kmymoney.changelog  2017-10-17 22:44:54 UTC (rev 263176)
@@ -1,4 +1,7 @@
-2018-10-08 Jaroslav Lichtblau 
+2017-10-18 Jaroslav Lichtblau 
+   * kmymoney 4.8.2-1 FS#55997 fix
+
+201-10-08 Jaroslav Lichtblau 
* kmymoney 4.8.1-1
 
 2017-06-04 Jaroslav Lichtblau 


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

2017-10-17 Thread Jaroslav Lichtblau
Date: Tuesday, October 17, 2017 @ 22:24:46
  Author: jlichtblau
Revision: 263175

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

Added:
  tellico/repos/community-i686/PKGBUILD
(from rev 263174, tellico/trunk/PKGBUILD)
  tellico/repos/community-i686/tellico.changelog
(from rev 263174, tellico/trunk/tellico.changelog)
  tellico/repos/community-x86_64/PKGBUILD
(from rev 263174, tellico/trunk/PKGBUILD)
  tellico/repos/community-x86_64/tellico.changelog
(from rev 263174, tellico/trunk/tellico.changelog)
Deleted:
  tellico/repos/community-i686/PKGBUILD
  tellico/repos/community-i686/tellico.changelog
  tellico/repos/community-x86_64/PKGBUILD
  tellico/repos/community-x86_64/tellico.changelog

+
 /PKGBUILD  |   74 +++
 /tellico.changelog |   82 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/tellico.changelog   |   38 
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/tellico.changelog |   38 
 6 files changed, 156 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-17 22:24:29 UTC (rev 263174)
+++ community-i686/PKGBUILD 2017-10-17 22:24:46 UTC (rev 263175)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=tellico
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="A collection manager for KDE"
-arch=('i686' 'x86_64')
-url="http://tellico-project.org/";
-license=('GPL')
-depends=('exempi' 'kio' 'libksane' 'libkcddb' 'libcddb' 'libdiscid' 
'hicolor-icon-theme' 'kfilemetadata'
- 'knewstuff' 'kxmlgui' 'kitemmodels' 'python2' 'solid' 'khtml' 'yaz' 
'taglib' 'poppler-qt5' 'qt5-base')
-makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
-changelog=$pkgname.changelog
-source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('455b0b24e2046e0a4919677719c4e2dcb1d8076cb49617c4f4fe5908ee40768b')
-
-build() {
-  cd "${srcdir}"
-
-  mkdir build && cd build
-
-  cmake ../$pkgname-$pkgver -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr -DWITH_Nepomuk=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-  
-# fix python 2.7 path
-  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}

Copied: tellico/repos/community-i686/PKGBUILD (from rev 263174, 
tellico/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-17 22:24:46 UTC (rev 263175)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=tellico
+pkgver=3.1
+pkgrel=1
+pkgdesc="A collection manager for KDE"
+arch=('i686' 'x86_64')
+url="http://tellico-project.org/";
+license=('GPL')
+depends=('exempi' 'kio' 'libksane' 'libkcddb' 'libcddb' 'libdiscid' 
'hicolor-icon-theme' 'kfilemetadata'
+ 'knewstuff' 'kxmlgui' 'kitemmodels' 'python2' 'solid' 'khtml' 'yaz' 
'taglib' 'poppler-qt5' 'qt5-base')
+makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
+sha256sums=('ca549c249ee2562ef583a2b2dedc76843660ff726ed2cd26025dd4607b59a124')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build && cd build
+
+  cmake ../$pkgname-$pkgver -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=/usr -DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+  
+# fix python 2.7 path
+  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}

Deleted: community-i686/tellico.changelog
===
--- community-i686/tellico.changelog2017-10-17 22:24:29 UTC (rev 263174)
+++ community-i686/tellico.changelog2017-10-17 22:24:46 UTC (rev 263175)
@@ -1,38 +0,0 @@
-2017-03-31 Jaroslav Lichtblau 
-   * tellico 3.0.2-1
-
-2017-02-21 Jaroslav Lichtblau 
-   * tellico 3.0.1-1
-
-2016-12-20 Jaroslav Lichtblau 
-   * tellico 3.0-4 FS#52202 fix
-
-2016-12-18 Jaroslav Lichtblau 
-   * tellico 3.0-3 FS#52188 fix
-
-2016-11-09 Jaroslav Lichtblau 
-   * tellico 3.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * tellico 2.3.11-2 pacman hooks rebuild
-
-2015-12-11 Jaroslav Lichtblau 
-   * tellico 2.3.11-1
-
-2015-02-16 Jaroslav Lichtblau 
-   * tellico 2.3.10-1
-
-2014-06-28 Jaroslav Lichtblau 
-   * tellico 2.3.9-1
-
-2014-03-09 Andrea Scarpino 
-   * tellico 2.3.8-5 be sure Nepomuk support is disabled
-
-2014-03-09 J

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

2017-10-17 Thread Jaroslav Lichtblau
Date: Tuesday, October 17, 2017 @ 22:24:29
  Author: jlichtblau
Revision: 263174

upgpkg: tellico 3.1-1 - new upstream release

Modified:
  tellico/trunk/PKGBUILD
  tellico/trunk/tellico.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 22:01:27 UTC (rev 263173)
+++ PKGBUILD2017-10-17 22:24:29 UTC (rev 263174)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=tellico
-pkgver=3.0.2
+pkgver=3.1
 pkgrel=1
 pkgdesc="A collection manager for KDE"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
 changelog=$pkgname.changelog
 source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('455b0b24e2046e0a4919677719c4e2dcb1d8076cb49617c4f4fe5908ee40768b')
+sha256sums=('ca549c249ee2562ef583a2b2dedc76843660ff726ed2cd26025dd4607b59a124')
 
 build() {
   cd "${srcdir}"

Modified: tellico.changelog
===
--- tellico.changelog   2017-10-17 22:01:27 UTC (rev 263173)
+++ tellico.changelog   2017-10-17 22:24:29 UTC (rev 263174)
@@ -1,3 +1,6 @@
+2017-10-18 Jaroslav Lichtblau 
+   * tellico 3.1-1
+
 2017-03-31 Jaroslav Lichtblau 
* tellico 3.0.2-1
 


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

2017-10-17 Thread Jaroslav Lichtblau
Date: Tuesday, October 17, 2017 @ 22:01:27
  Author: jlichtblau
Revision: 263173

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

Added:
  subtitleeditor/repos/community-i686/PKGBUILD
(from rev 263172, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-i686/subtitleeditor.changelog
(from rev 263172, subtitleeditor/trunk/subtitleeditor.changelog)
  subtitleeditor/repos/community-x86_64/PKGBUILD
(from rev 263172, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog
(from rev 263172, subtitleeditor/trunk/subtitleeditor.changelog)
Deleted:
  subtitleeditor/repos/community-i686/PKGBUILD
  subtitleeditor/repos/community-i686/subtitleeditor.changelog
  subtitleeditor/repos/community-x86_64/PKGBUILD
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog

---+
 /PKGBUILD |   60 ++
 /subtitleeditor.changelog |  164 
 community-i686/PKGBUILD   |   30 -
 community-i686/subtitleeditor.changelog   |   79 -
 community-x86_64/PKGBUILD |   30 -
 community-x86_64/subtitleeditor.changelog |   79 -
 6 files changed, 224 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-17 22:01:06 UTC (rev 263172)
+++ community-i686/PKGBUILD 2017-10-17 22:01:27 UTC (rev 263173)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=subtitleeditor
-pkgver=0.53.0
-pkgrel=2
-pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
-arch=('i686' 'x86_64')
-url="http://home.gna.org/subtitleeditor/";
-license=('GPL3')
-depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
- 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++2.6' 'xdg-utils')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
-sha256sums=('8fac7430fb552438d075ef3809d4a0f04a764d4dd0723a3ef18b2b695fecf920')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package () {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: subtitleeditor/repos/community-i686/PKGBUILD (from rev 263172, 
subtitleeditor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-17 22:01:27 UTC (rev 263173)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=subtitleeditor
+pkgver=0.54.0
+pkgrel=1
+pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
+arch=('i686' 'x86_64')
+url="http://kitone.github.io/subtitleeditor/";
+license=('GPL3')
+depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
+ 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++2.6' 'xdg-utils')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(https://github.com/kitone/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aa9c539f3a0984deef257339e2b9f5c8728b8245113695cf6d42459f011aa2ab')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/subtitleeditor.changelog
===
--- community-i686/subtitleeditor.changelog 2017-10-17 22:01:06 UTC (rev 
263172)
+++ community-i686/subtitleeditor.changelog 2017-10-17 22:01:27 UTC (rev 
263173)
@@ -1,79 +0,0 @@
-2016-08-01 Jaroslav Lichtblau 
-   * subtitleeditor 0.53.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * subtitleeditor 0.52.1-3 pacman hooks rebuild
-
-2015-06-26 Jaroslav Lichtblau 
-   * subtitleeditor 0.52.1-1
-
-2015-04-18 Jaroslav Lichtblau 
-   * subtitleeditor 0.51.0-1
-
-2014-11-12 Jaroslav Lichtblau 
-   * subtitleeditor 0.41.0-2
-   * dependency change to gstreamer0.10-mm
-
-2013-08-08 Jaroslav Lichtblau 
-   * subtitleeditor 0.41.0-1
-
-2012-02-22 Jaroslav Lichtblau 
-   * subtitleeditor 0.40.0-1
-
-2011-08-28 Jaroslav Lichtblau 
-   * subtitleeditor 0.39.0-1
-
-2011-07-20 Jaroslav Lichtblau 
-   * subtitleeditor 0.38.0-1
-
-2010-07-12 Jaroslav Lichtblau 
-   * Update to major release v0.37.1
-
-2010-07-04 Jaroslav Lichtblau 
-   * Update to major release v0.37.0
-
-2010-04-06 Jaroslav Lichtblau 
-   * Update to major release v0.36.2
-
-2010-03-22 Jaroslav Lichtblau 
-   * Update to major release v0.36.1
-
-2010-02-02 Jaroslav Lichtblau 
-   * Update t

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

2017-10-17 Thread Jaroslav Lichtblau
Date: Tuesday, October 17, 2017 @ 22:01:06
  Author: jlichtblau
Revision: 263172

upgpkg: subtitleeditor 0.54.0-1 - new upstream release

Modified:
  subtitleeditor/trunk/PKGBUILD
  subtitleeditor/trunk/subtitleeditor.changelog

--+
 PKGBUILD |   10 +-
 subtitleeditor.changelog |3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 21:46:06 UTC (rev 263171)
+++ PKGBUILD2017-10-17 22:01:06 UTC (rev 263172)
@@ -2,18 +2,18 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=subtitleeditor
-pkgver=0.53.0
-pkgrel=2
+pkgver=0.54.0
+pkgrel=1
 pkgdesc="A GTK+3 tool to edit subtitles for GNU/Linux/*BSD"
 arch=('i686' 'x86_64')
-url="http://home.gna.org/subtitleeditor/";
+url="http://kitone.github.io/subtitleeditor/";
 license=('GPL3')
 depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
  'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++2.6' 'xdg-utils')
 makedepends=('intltool')
 changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.53/$pkgname-$pkgver.tar.gz)
-sha256sums=('8fac7430fb552438d075ef3809d4a0f04a764d4dd0723a3ef18b2b695fecf920')
+source=(https://github.com/kitone/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aa9c539f3a0984deef257339e2b9f5c8728b8245113695cf6d42459f011aa2ab')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: subtitleeditor.changelog
===
--- subtitleeditor.changelog2017-10-17 21:46:06 UTC (rev 263171)
+++ subtitleeditor.changelog2017-10-17 22:01:06 UTC (rev 263172)
@@ -1,3 +1,6 @@
+2017-10-17 Jaroslav Lichtblau 
+   * subtitleeditor 0.54.0-1
+
 2016-08-01 Jaroslav Lichtblau 
* subtitleeditor 0.53.0-1
 


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

2017-10-17 Thread Pierre Neidhardt
Date: Tuesday, October 17, 2017 @ 21:46:06
  Author: ambrevar
Revision: 263171

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 263170, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-17 21:45:45 UTC (rev 263170)
+++ PKGBUILD2017-10-17 21:46:06 UTC (rev 263171)
@@ -1,50 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
-arch=("any")
-url="http://www.qutebrowser.org/";
-license=("GPL")
-depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
-   "python-attrs" "python-jinja" "python-pygments" "python-pypeg2" 
"python-pyqt5>=5.7"
-   "python-yaml" "qt5-base>=5.7.1" "qt5-webengine" "xdg-utils")
-makedepends=("asciidoc")
-optdepends=("python-colorlog: colored logging output"
-   "gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: displaying PDF in-browser"
-   "qt5-webkit: alternative backend")
-options=(!emptydirs)
-source=(
-   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz";
-   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('7aa7af4a5e7553ba2d775e9d64ae2ef9dcbf9633ed6dfb238ec5bb0e14b2f0be'
-'SKIP')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir/" --optimize=1
-   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
-   install -Dm644 misc/qutebrowser.desktop \
-   "$pkgdir/usr/share/applications/qutebrowser.desktop"
-   for i in 16 24 32 48 64 128 256 512; do
-   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
-   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
-   done
-   install -Dm644 icons/qutebrowser.svg \
-   "$pkgdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg"
-   install -Dm755 -t "$pkgdir/usr/share/qutebrowser/userscripts/" 
misc/userscripts/*
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 263170, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-17 21:46:06 UTC (rev 263171)
@@ -0,0 +1,49 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
+arch=("any")
+url="http://www.qutebrowser.org/";
+license=("GPL")
+depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
+   "python-pyqt5>=5.7" "python-yaml" "qt5-base>=5.7.1" "qt5-webengine")
+makedepends=("asciidoc")
+optdepends=("python-colorlog: colored logging output"
+   "gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: displaying PDF in-browser"
+   "qt5-webkit: alternative backend")
+options=(!emptydirs)
+source=(
+   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz";
+   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('f33281bd6d23bdfad7fbf8b85a01ae9cbc6bd343a957bbebcdd38f9ee8ae7624'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir/" --optimize=1
+   install -Dm644 doc/qutebrowser.1 
"$pkgdir/usr/share/man/man1/qutebrowser.1"
+   install -Dm644 misc/qutebrowser.desktop \
+   "$pkgdir/usr/share/applications/qutebrowser.desktop"
+   for i in 16 24 32 48 64 128 256 512; do
+   install -Dm644 "icons/qutebrowser-${i}x$i.png" \
+   
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/qutebrowser.png"
+   done
+   install -Dm644 icons/qutebrowser.

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

2017-10-17 Thread Pierre Neidhardt
Date: Tuesday, October 17, 2017 @ 21:45:45
  Author: ambrevar
Revision: 263170

upgpkg: qutebrowser 1.0.2-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 20:23:56 UTC (rev 263169)
+++ PKGBUILD2017-10-17 21:45:45 UTC (rev 263170)
@@ -2,15 +2,14 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
 url="http://www.qutebrowser.org/";
 license=("GPL")
-depends=("desktop-file-utils" "hicolor-icon-theme" "libxkbcommon-x11"
-   "python-attrs" "python-jinja" "python-pygments" "python-pypeg2" 
"python-pyqt5>=5.7"
-   "python-yaml" "qt5-base>=5.7.1" "qt5-webengine" "xdg-utils")
+depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
+   "python-pyqt5>=5.7" "python-yaml" "qt5-base>=5.7.1" "qt5-webengine")
 makedepends=("asciidoc")
 optdepends=("python-colorlog: colored logging output"
"gst-libav: media playback"
@@ -25,7 +24,7 @@

"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz";

"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";)
 validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('7aa7af4a5e7553ba2d775e9d64ae2ef9dcbf9633ed6dfb238ec5bb0e14b2f0be'
+sha256sums=('f33281bd6d23bdfad7fbf8b85a01ae9cbc6bd343a957bbebcdd38f9ee8ae7624'
 'SKIP')
 
 build() {


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

2017-10-17 Thread Evangelos Foutras
Date: Tuesday, October 17, 2017 @ 21:39:19
  Author: foutrelis
Revision: 308168

upgpkg: xfce4-notifyd 0.4.0-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 19:15:00 UTC (rev 308167)
+++ PKGBUILD2017-10-17 21:39:19 UTC (rev 308168)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.3.6
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
@@ -10,11 +10,11 @@
 url="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
 license=('GPL2')
 groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'libnotify' 'hicolor-icon-theme')
 makedepends=('intltool' 'python')
 provides=('notification-daemon')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f4ca7c0dadd3d4cdf8cd3c8ae60ccea77b8cf409f8517161796364eb1d766cf9')
+sha256sums=('2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-10-17 Thread Evangelos Foutras
Date: Tuesday, October 17, 2017 @ 21:39:33
  Author: foutrelis
Revision: 308169

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

Added:
  xfce4-notifyd/repos/testing-i686/
  xfce4-notifyd/repos/testing-i686/PKGBUILD
(from rev 308168, xfce4-notifyd/trunk/PKGBUILD)
  xfce4-notifyd/repos/testing-x86_64/
  xfce4-notifyd/repos/testing-x86_64/PKGBUILD
(from rev 308168, xfce4-notifyd/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: xfce4-notifyd/repos/testing-i686/PKGBUILD (from rev 308168, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-17 21:39:33 UTC (rev 308169)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-notifyd
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+provides=('notification-daemon')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/testing-x86_64/PKGBUILD (from rev 308168, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-17 21:39:33 UTC (rev 308169)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-notifyd
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+provides=('notification-daemon')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-17 Thread Jelle van der Waa
Date: Tuesday, October 17, 2017 @ 20:23:56
  Author: jelle
Revision: 263169

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

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

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

Copied: curaengine/repos/community-staging-i686/PKGBUILD (from rev 263168, 
curaengine/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-17 20:23:56 UTC (rev 263169)
@@ -0,0 +1,34 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=curaengine
+pkgver=2.7.0
+pkgrel=2
+pkgdesc="Fast and robust engine for processing 3D models into 3D printing 
instruction for Ultimaker and other GCode based 3D printers."
+url="https://github.com/Ultimaker/CuraEngine";
+arch=('x86_64' 'i686')
+license=('AGPL')
+depends=('arcus')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz";)
+md5sums=('fe888562eeb3fc9f518449cf6761d03b')
+
+
+build() {
+  cd CuraEngine-${pkgver}
+  mkdir -p build
+  cd build
+
+   cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd CuraEngine-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: curaengine/repos/community-staging-x86_64/PKGBUILD (from rev 263168, 
curaengine/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-17 20:23:56 UTC (rev 263169)
@@ -0,0 +1,34 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Grey Christoforo 
+
+pkgname=curaengine
+pkgver=2.7.0
+pkgrel=2
+pkgdesc="Fast and robust engine for processing 3D models into 3D printing 
instruction for Ultimaker and other GCode based 3D printers."
+url="https://github.com/Ultimaker/CuraEngine";
+arch=('x86_64' 'i686')
+license=('AGPL')
+depends=('arcus')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz";)
+md5sums=('fe888562eeb3fc9f518449cf6761d03b')
+
+
+build() {
+  cd CuraEngine-${pkgver}
+  mkdir -p build
+  cd build
+
+   cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd CuraEngine-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-17 Thread Jelle van der Waa
Date: Tuesday, October 17, 2017 @ 20:23:42
  Author: jelle
Revision: 263168

upgpkg: curaengine 2.7.0-2

protobuf 3.4.0 rebuild

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 19:42:06 UTC (rev 263167)
+++ PKGBUILD2017-10-17 20:23:42 UTC (rev 263168)
@@ -3,7 +3,7 @@
 
 pkgname=curaengine
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and robust engine for processing 3D models into 3D printing 
instruction for Ultimaker and other GCode based 3D printers."
 url="https://github.com/Ultimaker/CuraEngine";
 arch=('x86_64' 'i686')


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

2017-10-17 Thread Jaroslav Lichtblau
Date: Tuesday, October 17, 2017 @ 19:42:06
  Author: jlichtblau
Revision: 263167

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 263166, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-17 19:41:42 UTC (rev 263166)
+++ PKGBUILD2017-10-17 19:42:06 UTC (rev 263167)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.10.07
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('d9a8935087c1e2fa3307594ae15f1e9ea0f8676e825fa676a50a3a3d471bba83'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 263166, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-17 19:42:06 UTC (rev 263167)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.10.15.1
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'phantomjs')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('da6ae68b2fbe81da7cf4ac6b989fa7bf27b3beb214eed551d466cc6e41d7297f'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-10-17 Thread Jaroslav Lichtblau
Date: Tuesday, October 17, 2017 @ 19:41:42
  Author: jlichtblau
Revision: 263166

upgpkg: youtube-dl 2017.10.15.1-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 19:31:32 UTC (rev 263165)
+++ PKGBUILD2017-10-17 19:41:42 UTC (rev 263166)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.10.07
+pkgver=2017.10.15.1
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -12,9 +12,10 @@
 depends=('python' 'python-setuptools')
 optdepends=('ffmpeg: for video post-processing'
 'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
+'atomicparsley: for embedding thumbnails into m4a files'
+'phantomjs')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('d9a8935087c1e2fa3307594ae15f1e9ea0f8676e825fa676a50a3a3d471bba83'
+sha256sums=('da6ae68b2fbe81da7cf4ac6b989fa7bf27b3beb214eed551d466cc6e41d7297f'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-10-17 Thread Jaroslav Lichtblau
Date: Tuesday, October 17, 2017 @ 19:31:32
  Author: jlichtblau
Revision: 263165

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-17 19:31:00 UTC (rev 263164)
+++ community-i686/PKGBUILD 2017-10-17 19:31:32 UTC (rev 263165)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.29
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('i686' 'x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('8b8025472b7699e52a5f6b0cec0a5339130159b1d6ab5d281ed2fc69c97f48c0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  make hugo-no-gitinfo
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-i686/PKGBUILD (from rev 263164, 
hugo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-17 19:31:32 UTC (rev 263165)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.30
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('i686' 'x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('12ececf96c401ce401d8f9b77923c91bba9d212d1cb6543de61862e7e8482231')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  export PATH="${PATH}:${srcdir}/bin"
+  install -d "${GOPATH}/src/github.com/gohugoio"
+  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
+  make hugo-no-gitinfo
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-17 19:31:00 UTC (rev 263164)
+++ community-x86_64/PKGBUILD   2017-10-17 19:31:32 UTC (rev 263165)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.29
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('i686' 'x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('8b8025472b7699e52a5f6b0cec0a5339130159b1d6ab5d281ed2fc69c97f48c0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  make hugo-no-gitinfo
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 263164, 
hugo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)

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

2017-10-17 Thread Jaroslav Lichtblau
Date: Tuesday, October 17, 2017 @ 19:31:00
  Author: jlichtblau
Revision: 263164

upgpkg: hugo 0.30-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 18:23:10 UTC (rev 263163)
+++ PKGBUILD2017-10-17 19:31:00 UTC (rev 263164)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.29
+pkgver=0.30
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('go' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('8b8025472b7699e52a5f6b0cec0a5339130159b1d6ab5d281ed2fc69c97f48c0')
+sha256sums=('12ececf96c401ce401d8f9b77923c91bba9d212d1cb6543de61862e7e8482231')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-10-17 Thread Florian Pritz
Date: Tuesday, October 17, 2017 @ 18:57:49
  Author: bluewind
Revision: 308164

upgpkg: pacman-mirrorlist 20171017-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |   12 +---
 2 files changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 18:01:56 UTC (rev 308163)
+++ PKGBUILD2017-10-17 18:57:49 UTC (rev 308164)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=pacman-mirrorlist
-pkgver=20170907
+pkgver=20171017
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('1d5767a932e1707bd37bd22ca3ad6bf9')
-sha256sums=('f0877fdeb5782ac27b5eb03ed42ba51c3d94569f5fb805c718570bb0ea6b4f00')
+md5sums=('abd1a4a3119a5ec0692724e239fe2b89')
+sha256sums=('636ccc9ec88a574467194dd3fff45ac50c0d152de0a436570a9d64993dd6d2eb')

Modified: mirrorlist
===
--- mirrorlist  2017-10-17 18:01:56 UTC (rev 308163)
+++ mirrorlist  2017-10-17 18:57:49 UTC (rev 308164)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2017-09-07
+## Generated on 2017-10-17
 ##
 
 ## Worldwide
@@ -65,6 +65,8 @@
 #Server = http://mirrors.163.com/archlinux/$repo/os/$arch
 #Server = http://mirror.lzu.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch
+#Server = http://mirrors.shuosc.org/archlinux/$repo/os/$arch
+#Server = https://mirrors.shuosc.org/archlinux/$repo/os/$arch
 #Server = https://mirrors.skyshe.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
 #Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
@@ -219,6 +221,8 @@
 
 ## Hong Kong
 #Server = https://arch-mirror.wtako.net/$repo/os/$arch
+#Server = http://mirror.xtom.com.hk/archlinux/$repo/os/$arch
+#Server = https://mirror.xtom.com.hk/archlinux/$repo/os/$arch
 
 ## Hungary
 #Server = 
http://ftp.energia.mta.hu/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
@@ -231,9 +235,9 @@
 ## India
 #Server = http://mirror.cse.iitk.ac.in/archlinux/$repo/os/$arch
 #Server = http://ftp.iitm.ac.in/archlinux/$repo/os/$arch
+#Server = https://ind.mirror.pkgbuild.com/$repo/os/$arch
 
 ## Indonesia
-#Server = http://mirror.devilzc0de.org/archlinux/$repo/os/$arch
 #Server = http://mirror.poliwangi.ac.id/archlinux/$repo/os/$arch
 #Server = http://suro.ubaya.ac.id/archlinux/$repo/os/$arch
 
@@ -313,7 +317,6 @@
 #Server = http://mirror.rise.ph/archlinux/$repo/os/$arch
 
 ## Poland
-#Server = http://mirror.chmuri.net/archmirror/$repo/os/$arch
 #Server = http://arch.midov.pl/arch/$repo/os/$arch
 #Server = http://mirror.onet.pl/pub/mirrors/archlinux/$repo/os/$arch
 #Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
@@ -331,6 +334,8 @@
 #Server = http://mirror.archlinux.ro/archlinux/$repo/os/$arch
 #Server = http://archlinux.mirrors.linux.ro/$repo/os/$arch
 #Server = http://mirrors.m247.ro/archlinux/$repo/os/$arch
+#Server = http://mirrors.nxthost.com/archlinux/$repo/os/$arch
+#Server = https://mirrors.nxthost.com/archlinux/$repo/os/$arch
 #Server = http://mirrors.pidginhost.com/arch/$repo/os/$arch
 #Server = https://mirrors.pidginhost.com/arch/$repo/os/$arch
 
@@ -339,6 +344,7 @@
 #Server = https://mirror.aur.rocks/$repo/os/$arch
 #Server = http://mirror.rol.ru/archlinux/$repo/os/$arch
 #Server = https://mirror.rol.ru/archlinux/$repo/os/$arch
+#Server = http://mirror.truenetwork.ru/archlinux/$repo/os/$arch
 #Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch
 #Server = https://mirror.yandex.ru/archlinux/$repo/os/$arch
 


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2017-10-17 Thread Florian Pritz
Date: Tuesday, October 17, 2017 @ 18:57:54
  Author: bluewind
Revision: 308165

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 308164, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 308164, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 308164, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 +--
 mirrorlist |  990 +--
 upgpkg |8 
 3 files changed, 533 insertions(+), 527 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-17 18:57:49 UTC (rev 308164)
+++ PKGBUILD2017-10-17 18:57:54 UTC (rev 308165)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=pacman-mirrorlist
-pkgver=20170907
-pkgrel=1
-pkgdesc="Arch Linux mirror list for use by pacman"
-arch=('any')
-url="https://www.archlinux.org/mirrorlist/";
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c ". PKGBUILD; updatelist"
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('1d5767a932e1707bd37bd22ca3ad6bf9')
-sha256sums=('f0877fdeb5782ac27b5eb03ed42ba51c3d94569f5fb805c718570bb0ea6b4f00')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 308164, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-17 18:57:54 UTC (rev 308165)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=pacman-mirrorlist
+pkgver=20171017
+pkgrel=1
+pkgdesc="Arch Linux mirror list for use by pacman"
+arch=('any')
+url="https://www.archlinux.org/mirrorlist/";
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c ". PKGBUILD; updatelist"
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('abd1a4a3119a5ec0692724e239fe2b89')
+sha256sums=('636ccc9ec88a574467194dd3fff45ac50c0d152de0a436570a9d64993dd6d2eb')

Deleted: mirrorlist
===
--- mirrorlist  2017-10-17 18:57:49 UTC (rev 308164)
+++ mirrorlist  2017-10-17 18:57:54 UTC (rev 308165)
@@ -1,492 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2017-09-07
-##
-
-## Worldwide
-#Server = https://archlinux.surlyjake.com/archlinux/$repo/os/$arch
-#Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = https://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.melbourneitmirror.net/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-
-## Austria
-#Server = http://mirror.digitalnova.at/archlinux/$repo/os/$arch
-#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Bosnia and Herzegovina
-#Server = http://burek.archlinux.ba/$repo/os/$arch
-#Server = http://archlinux.mirror.ba/$repo/os/$arch
-
-## Brazil
-#Server = http://br.mirror.archlinux-br.org/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirror.host.ag/archlinux/$repo/os/$arch
-#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch
-#Server = http://mirrors.uni-plovdiv.net/arc

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

2017-10-17 Thread Christian Hesse
Date: Tuesday, October 17, 2017 @ 18:23:10
  Author: eworm
Revision: 263163

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-17 18:22:55 UTC (rev 263162)
+++ community-i686/PKGBUILD 2017-10-17 18:23:10 UTC (rev 263163)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20171011
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.com/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
-sha256sums=('e2e44ff658743507bca0f6b443c2f85aacc48d507ba2dcd4812717145df10b96')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl' 'WIREGUARD-MODULE')
-   optdepends=('openresolv: for DNS functionality')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
-   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
-}
-

Copied: wireguard/repos/community-i686/PKGBUILD (from rev 263162, 
wireguard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-17 18:23:10 UTC (rev 263163)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20171017
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64' 'i686')
+url='http://www.wireguard.com/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
+sha256sums=('57b79a62874d9b99659a744513d4f6f9d88cb772deaa99e485b6fed3004a35cd')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl' 'WIREGUARD-MODULE')
+   optdepends=('openresolv: for DNS functionality')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-17 18:22:55 UTC (rev 263162)
+++ community-x86_64/PKGBUILD   2017-10-17 18:23:10 UTC (rev 263163)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20171011
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.com/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
-sha256sums=('e2e44ff658743507bca0f6b443c

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

2017-10-17 Thread Christian Hesse
Date: Tuesday, October 17, 2017 @ 18:22:55
  Author: eworm
Revision: 263162

upgpkg: wireguard 0.0.20171017-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 16:43:46 UTC (rev 263161)
+++ PKGBUILD2017-10-17 18:22:55 UTC (rev 263162)
@@ -4,7 +4,7 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20171011
+pkgver=0.0.20171017
 pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 license=('GPL')
 makedepends=('git' 'libmnl')
 
source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
-sha256sums=('e2e44ff658743507bca0f6b443c2f85aacc48d507ba2dcd4812717145df10b96')
+sha256sums=('57b79a62874d9b99659a744513d4f6f9d88cb772deaa99e485b6fed3004a35cd')
 
 prepare() {
cd WireGuard-${pkgver}/


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

2017-10-17 Thread Jelle van der Waa
Date: Tuesday, October 17, 2017 @ 18:01:56
  Author: jelle
Revision: 308163

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

Added:
  libgdiplus/repos/extra-i686/PKGBUILD
(from rev 308162, libgdiplus/trunk/PKGBUILD)
  libgdiplus/repos/extra-i686/libgdiplus-2.10.9-freetype25.patch
(from rev 308162, libgdiplus/trunk/libgdiplus-2.10.9-freetype25.patch)
  libgdiplus/repos/extra-i686/libgdiplus-2.10.9-giflib-5.1.0.patch
(from rev 308162, libgdiplus/trunk/libgdiplus-2.10.9-giflib-5.1.0.patch)
  libgdiplus/repos/extra-i686/libgdiplus-2.10.9-gold.patch
(from rev 308162, libgdiplus/trunk/libgdiplus-2.10.9-gold.patch)
  libgdiplus/repos/extra-i686/libgdiplus0-giflib5.patch
(from rev 308162, libgdiplus/trunk/libgdiplus0-giflib5.patch)
  libgdiplus/repos/extra-i686/libpng15.patch
(from rev 308162, libgdiplus/trunk/libpng15.patch)
  libgdiplus/repos/extra-x86_64/PKGBUILD
(from rev 308162, libgdiplus/trunk/PKGBUILD)
  libgdiplus/repos/extra-x86_64/libgdiplus-2.10.9-freetype25.patch
(from rev 308162, libgdiplus/trunk/libgdiplus-2.10.9-freetype25.patch)
  libgdiplus/repos/extra-x86_64/libgdiplus-2.10.9-giflib-5.1.0.patch
(from rev 308162, libgdiplus/trunk/libgdiplus-2.10.9-giflib-5.1.0.patch)
  libgdiplus/repos/extra-x86_64/libgdiplus-2.10.9-gold.patch
(from rev 308162, libgdiplus/trunk/libgdiplus-2.10.9-gold.patch)
  libgdiplus/repos/extra-x86_64/libgdiplus0-giflib5.patch
(from rev 308162, libgdiplus/trunk/libgdiplus0-giflib5.patch)
  libgdiplus/repos/extra-x86_64/libpng15.patch
(from rev 308162, libgdiplus/trunk/libpng15.patch)
Deleted:
  libgdiplus/repos/extra-i686/PKGBUILD
  libgdiplus/repos/extra-i686/libgdiplus-2.10.9-freetype25.patch
  libgdiplus/repos/extra-i686/libgdiplus-2.10.9-giflib-5.1.0.patch
  libgdiplus/repos/extra-i686/libgdiplus-2.10.9-gold.patch
  libgdiplus/repos/extra-i686/libgdiplus0-giflib5.patch
  libgdiplus/repos/extra-i686/libpng15.patch
  libgdiplus/repos/extra-x86_64/PKGBUILD
  libgdiplus/repos/extra-x86_64/libgdiplus-2.10.9-freetype25.patch
  libgdiplus/repos/extra-x86_64/libgdiplus-2.10.9-giflib-5.1.0.patch
  libgdiplus/repos/extra-x86_64/libgdiplus-2.10.9-gold.patch
  libgdiplus/repos/extra-x86_64/libgdiplus0-giflib5.patch
  libgdiplus/repos/extra-x86_64/libpng15.patch

---+
 /PKGBUILD |   60 +++
 /libgdiplus-2.10.9-freetype25.patch   |   52 +++
 /libgdiplus-2.10.9-giflib-5.1.0.patch |   60 +++
 /libgdiplus-2.10.9-gold.patch |   32 +
 /libgdiplus0-giflib5.patch|  274 
 /libpng15.patch   |  328 
 extra-i686/PKGBUILD   |   30 -
 extra-i686/libgdiplus-2.10.9-freetype25.patch |   26 -
 extra-i686/libgdiplus-2.10.9-giflib-5.1.0.patch   |   30 -
 extra-i686/libgdiplus-2.10.9-gold.patch   |   16 
 extra-i686/libgdiplus0-giflib5.patch  |  137 
 extra-i686/libpng15.patch |  164 --
 extra-x86_64/PKGBUILD |   30 -
 extra-x86_64/libgdiplus-2.10.9-freetype25.patch   |   26 -
 extra-x86_64/libgdiplus-2.10.9-giflib-5.1.0.patch |   30 -
 extra-x86_64/libgdiplus-2.10.9-gold.patch |   16 
 extra-x86_64/libgdiplus0-giflib5.patch|  137 
 extra-x86_64/libpng15.patch   |  164 --
 18 files changed, 806 insertions(+), 806 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 18:01:27 UTC (rev 308162)
+++ extra-i686/PKGBUILD 2017-10-17 18:01:56 UTC (rev 308163)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=libgdiplus
-pkgver=4.2
-pkgrel=1
-pkgdesc="An Open Source Implementation of the GDI+ API"
-arch=(i686 x86_64)
-license=('MPL' 'LGPL')
-url="http://www.mono-project.com";
-depends=('libtiff' 'cairo' 'giflib' 'glib2' 'libexif')
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3e68075aa0911d5ebc2b3739e85af0ea')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e 's/-L\${libjpeg_prefix}\/lib -ljpeg/-ljpeg/' configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-cairo=system
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgdiplus/repos/extra-i686/PKGBUILD (from rev 308162, 
libgdiplus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 18:01:56 UTC (rev 308163)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=libgdiplus
+pkgver=4.2
+pkgrel=2
+pkgdesc="An Open Source Implementation of the GDI+ API"
+arch=(i686 x86_64)
+license=('MPL' 'LGPL')
+url="http://www.mono-project.com";

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

2017-10-17 Thread Jelle van der Waa
Date: Tuesday, October 17, 2017 @ 18:01:27
  Author: jelle
Revision: 308162

upgpkg: libgdiplus 4.2-2

daniel key removal

Modified:
  libgdiplus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 17:37:12 UTC (rev 308161)
+++ PKGBUILD2017-10-17 18:01:27 UTC (rev 308162)
@@ -3,7 +3,7 @@
 
 pkgname=libgdiplus
 pkgver=4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source Implementation of the GDI+ API"
 arch=(i686 x86_64)
 license=('MPL' 'LGPL')


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

2017-10-17 Thread Jelle van der Waa
Date: Tuesday, October 17, 2017 @ 17:36:56
  Author: jelle
Revision: 308160

upgpkg: xsp 4.4-2

daniel key removal

Modified:
  xsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 16:23:08 UTC (rev 308159)
+++ PKGBUILD2017-10-17 17:36:56 UTC (rev 308160)
@@ -4,7 +4,7 @@
 
 pkgname=xsp
 pkgver=4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple webserver based on mono - provides ASP.NET support"
 arch=('i686' 'x86_64')
 license=('custom')


[arch-commits] Commit in xsp/repos (16 files)

2017-10-17 Thread Jelle van der Waa
Date: Tuesday, October 17, 2017 @ 17:37:12
  Author: jelle
Revision: 308161

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

Added:
  xsp/repos/extra-i686/PKGBUILD
(from rev 308160, xsp/trunk/PKGBUILD)
  xsp/repos/extra-i686/xsp.install
(from rev 308160, xsp/trunk/xsp.install)
  xsp/repos/extra-i686/xsp.service
(from rev 308160, xsp/trunk/xsp.service)
  xsp/repos/extra-i686/xsp.webapp
(from rev 308160, xsp/trunk/xsp.webapp)
  xsp/repos/extra-x86_64/PKGBUILD
(from rev 308160, xsp/trunk/PKGBUILD)
  xsp/repos/extra-x86_64/xsp.install
(from rev 308160, xsp/trunk/xsp.install)
  xsp/repos/extra-x86_64/xsp.service
(from rev 308160, xsp/trunk/xsp.service)
  xsp/repos/extra-x86_64/xsp.webapp
(from rev 308160, xsp/trunk/xsp.webapp)
Deleted:
  xsp/repos/extra-i686/PKGBUILD
  xsp/repos/extra-i686/xsp.install
  xsp/repos/extra-i686/xsp.service
  xsp/repos/extra-i686/xsp.webapp
  xsp/repos/extra-x86_64/PKGBUILD
  xsp/repos/extra-x86_64/xsp.install
  xsp/repos/extra-x86_64/xsp.service
  xsp/repos/extra-x86_64/xsp.webapp

--+
 /PKGBUILD|  116 +
 /xsp.install |   74 
 /xsp.service |   16 ++
 /xsp.webapp  |   16 ++
 extra-i686/PKGBUILD  |   58 --
 extra-i686/xsp.install   |   37 --
 extra-i686/xsp.service   |8 ---
 extra-i686/xsp.webapp|8 ---
 extra-x86_64/PKGBUILD|   58 --
 extra-x86_64/xsp.install |   37 --
 extra-x86_64/xsp.service |8 ---
 extra-x86_64/xsp.webapp  |8 ---
 12 files changed, 222 insertions(+), 222 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 17:36:56 UTC (rev 308160)
+++ extra-i686/PKGBUILD 2017-10-17 17:37:12 UTC (rev 308161)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-# Contributor: Tobias Kieslich 
-
-pkgname=xsp
-pkgver=4.4
-pkgrel=1
-pkgdesc="A simple webserver based on mono - provides ASP.NET support"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.go-mono.com";
-depends=('mono' 'sqlite')
-options=(!makeflags)
-install=${pkgname}.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mono/xsp/archive/${pkgver}.tar.gz
-${pkgname}.webapp
-${pkgname}.service)
-sha256sums=('231d05550311a47b805331326078f156aa673ae542d2edeb14cc5ab8c34eb1a2'
-'bcb208c3946ef49ae431a7be50c8effeb61228574b56d36e2c3c1cd9fe04fe02'
-'4760b3fa782e62890291c7d31e393ee51d18015f91a6fc21b4a928bae4f22f66')
-
-build() {
- # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR=${srcdir}/src/weird
-  mkdir -p "${MONO_SHARED_DIR}"
- # import pathes
- # build
-  cd ${srcdir}/${pkgname}-${pkgver}
-  #sed -i 's|/bin/sh|\0\nexport 
MONO_PATH=${MONO_PATH}:/opt/mono/lib/mono/1.0|' scripts/script.in
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
- # tweak the xsp shellscript to grab system dll's
-  for script in scripts/*2; do
-sed -i 's|/usr/lib/mono/1.0|/usr/lib/mono/2.0|' $script
-  done
-   #destdir related bugfixes
-  sed -i 's|mkdir \$(datadir)|mkdir $(DESTDIR)$(datadir)|' 
test/2.0/treeview/Makefile
-  sed -i 's|gif \$(datadir)|gif $(DESTDIR)$(datadir)|' 
test/2.0/treeview/Makefile
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
- # move test files from share to arch' default html home
-  mkdir -p ${pkgdir}/srv/http/html
-  mv ${pkgdir}/usr/lib/xsp/test ${pkgdir}/srv/http/html/xsp
-  rm -rf ${pkgdir}/usr/share
-  chown -R http:http ${pkgdir}/srv/http/html/${pkgname}
-
- # install a xsp configuration home
-  install -D -m644 ${srcdir}/${pkgname}.webapp \
-${pkgdir}/etc/${pkgname}/${pkgname}.webapp
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
- # install systemd service file
-  install -D -m644 ${srcdir}/${pkgname}.service \
-${pkgdir}/usr/lib/systemd/system/xsp.service
-}

Copied: xsp/repos/extra-i686/PKGBUILD (from rev 308160, xsp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 17:37:12 UTC (rev 308161)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: Tobias Kieslich 
+
+pkgname=xsp
+pkgver=4.4
+pkgrel=2
+pkgdesc="A simple webserver based on mono - provides ASP.NET support"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.go-mono.com";
+depends=('mono' 'sqlite')
+options=(!makeflags)
+install=${pkgname}.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mono/xsp/archive/${pkgver}.tar.gz
+${pkgname}.webapp
+${pkgname}.service)
+sha256sums=('231d05550311a47b805331326078f156aa673ae542d2edeb14cc5ab8c34eb1a2'
+'bcb208c3946ef49ae431a7be50c8effeb61228574b56d36e2c3c

[arch-commits] Commit in arm-none-eabi-newlib/repos/community-any (PKGBUILD PKGBUILD)

2017-10-17 Thread Anatol Pomozov
Date: Tuesday, October 17, 2017 @ 16:43:46
  Author: anatolik
Revision: 263161

archrelease: copy trunk to community-any

Added:
  arm-none-eabi-newlib/repos/community-any/PKGBUILD
(from rev 263160, arm-none-eabi-newlib/trunk/PKGBUILD)
Deleted:
  arm-none-eabi-newlib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-17 16:43:02 UTC (rev 263160)
+++ PKGBUILD2017-10-17 16:43:46 UTC (rev 263161)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-_target=arm-none-eabi
-pkgname=$_target-newlib
-pkgver=2.5.0.20170421
-pkgrel=1
-_upstream_ver=$pkgver
-pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
-arch=(any)
-url='http://www.sourceware.org/newlib/'
-license=(BSD)
-makedepends=($_target-gcc)
-options=(!emptydirs !strip)
-source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha1sums=('d9d5627a3f795094f18a1d934584814b00c4471c')
-
-build() {
-  rm -rf build-{newlib,nano}
-  mkdir build-{newlib,nano}
-
-  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
-  cd "$srcdir"/build-newlib
-  ../newlib-$_upstream_ver/configure \
---target=$_target \
---prefix=/usr \
---disable-newlib-supplied-syscalls \
---disable-nls \
---enable-newlib-io-long-long \
---enable-newlib-register-fini
-  make
-
-  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-  cd "$srcdir"/build-nano
-  ../newlib-$_upstream_ver/configure \
---target=$_target \
---prefix=/usr \
---disable-newlib-supplied-syscalls \
---disable-nls \
---enable-newlib-reent-small   \
---disable-newlib-fvwrite-in-streamio  \
---disable-newlib-fseek-optimization   \
---disable-newlib-wide-orient  \
---enable-newlib-nano-malloc   \
---disable-newlib-unbuf-stream-opt \
---enable-lite-exit\
---enable-newlib-global-atexit \
---enable-newlib-nano-formatted-io
-  make
-}
-
-package() {
-  cd "$srcdir"/build-nano
-  make DESTDIR="$pkgdir" install -j1
-  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
-
-  cd "$srcdir"/build-newlib
-  make DESTDIR="$pkgdir" install -j1
-
-  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) -exec 
$_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R 
.debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R 
.debug_str -R .debug_ranges -R .debug_loc '{}' \;
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname/
-  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
-}

Copied: arm-none-eabi-newlib/repos/community-any/PKGBUILD (from rev 263160, 
arm-none-eabi-newlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-17 16:43:46 UTC (rev 263161)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+_target=arm-none-eabi
+pkgname=$_target-newlib
+pkgver=2.5.0.20170922
+pkgrel=1
+_upstream_ver=$pkgver
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
+arch=(any)
+url='http://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz
+
fix_build.patch::'https://www.sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=patch;h=111b6813fb967a4bae51dc43d574c0c28d4dea6c'
+)
+
+
+prepare() {
+  cd newlib-$_upstream_ver
+  patch -p1 < ../fix_build.patch
+}
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-newlib
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-io-long-long \
+--enable-newlib-register-fini
+  make
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-nano
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-reent-small   \
+--disable-newlib-fvwrite-in-streamio  \
+--disable-newlib-fseek-optimization   \
+--disable-newlib-wide-orient  \
+--enable-newlib-nano-malloc   \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit\
+--enable-newlib-global-atexit \
+--enable-newlib-nano-formatted-io
+  make
+}
+
+package() {
+  cd "$srcdir"/build-nano
+  make DESTDIR="$pkgdir" install

[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)

2017-10-17 Thread Anatol Pomozov
Date: Tuesday, October 17, 2017 @ 16:43:02
  Author: anatolik
Revision: 263160

upgpkg: arm-none-eabi-newlib 2.5.0.20170922-1

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 15:37:52 UTC (rev 263159)
+++ PKGBUILD2017-10-17 16:43:02 UTC (rev 263160)
@@ -3,7 +3,7 @@
 
 _target=arm-none-eabi
 pkgname=$_target-newlib
-pkgver=2.5.0.20170421
+pkgver=2.5.0.20170922
 pkgrel=1
 _upstream_ver=$pkgver
 pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
@@ -12,9 +12,16 @@
 license=(BSD)
 makedepends=($_target-gcc)
 options=(!emptydirs !strip)
-source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha1sums=('d9d5627a3f795094f18a1d934584814b00c4471c')
+source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz
+
fix_build.patch::'https://www.sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=patch;h=111b6813fb967a4bae51dc43d574c0c28d4dea6c'
+)
 
+
+prepare() {
+  cd newlib-$_upstream_ver
+  patch -p1 < ../fix_build.patch
+}
+
 build() {
   rm -rf build-{newlib,nano}
   mkdir build-{newlib,nano}
@@ -62,3 +69,5 @@
   install -d "$pkgdir"/usr/share/licenses/$pkgname/
   install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
 }
+md5sums=('499fb1239b44faf2e4a0873f17fe61ff'
+ '3516d1406be5dd979dfb4ca64c417168')


[arch-commits] Commit in ceph/repos/testing-x86_64 (18 files)

2017-10-17 Thread Florian Pritz
Date: Tuesday, October 17, 2017 @ 16:23:08
  Author: bluewind
Revision: 308159

archrelease: copy trunk to testing-x86_64

Added:
  ceph/repos/testing-x86_64/PKGBUILD
(from rev 308158, ceph/trunk/PKGBUILD)
  ceph/repos/testing-x86_64/PKGBUILD.v11
(from rev 308158, ceph/trunk/PKGBUILD.v11)
  ceph/repos/testing-x86_64/PKGBUILD.v12
(from rev 308158, ceph/trunk/PKGBUILD.v12)
  ceph/repos/testing-x86_64/ceph.sysusers
(from rev 308158, ceph/trunk/ceph.sysusers)
  ceph/repos/testing-x86_64/fix-ceph_disk-python-interpreter.patch
(from rev 308158, ceph/trunk/fix-ceph_disk-python-interpreter.patch)
  ceph/repos/testing-x86_64/fix-or-disable-broken-tests.patch
(from rev 308158, ceph/trunk/fix-or-disable-broken-tests.patch)
  ceph/repos/testing-x86_64/fix-python2-paths.patch
(from rev 308158, ceph/trunk/fix-python2-paths.patch)
  ceph/repos/testing-x86_64/fix-sphinx-binary-name.patch
(from rev 308158, ceph/trunk/fix-sphinx-binary-name.patch)
  ceph/repos/testing-x86_64/remove-distro-version-detection.patch
(from rev 308158, ceph/trunk/remove-distro-version-detection.patch)
Deleted:
  ceph/repos/testing-x86_64/PKGBUILD
  ceph/repos/testing-x86_64/PKGBUILD.v11
  ceph/repos/testing-x86_64/PKGBUILD.v12
  ceph/repos/testing-x86_64/ceph.sysusers
  ceph/repos/testing-x86_64/fix-ceph_disk-python-interpreter.patch
  ceph/repos/testing-x86_64/fix-or-disable-broken-tests.patch
  ceph/repos/testing-x86_64/fix-python2-paths.patch
  ceph/repos/testing-x86_64/fix-sphinx-binary-name.patch
  ceph/repos/testing-x86_64/remove-distro-version-detection.patch

+
 PKGBUILD   |  336 +---
 PKGBUILD.v11   |  184 -
 PKGBUILD.v12   |  182 -
 ceph.sysusers  |2 
 fix-ceph_disk-python-interpreter.patch |   16 
 fix-or-disable-broken-tests.patch  |  626 +++
 fix-python2-paths.patch|  104 ++---
 fix-sphinx-binary-name.patch   |   22 -
 remove-distro-version-detection.patch  |   42 +-
 9 files changed, 771 insertions(+), 743 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-17 16:22:56 UTC (rev 308158)
+++ PKGBUILD2017-10-17 16:23:08 UTC (rev 308159)
@@ -1,154 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Thore Bödecker 
-
-pkgname=ceph
-pkgver=12.2.1
-pkgrel=1
-pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
-arch=('x86_64' 'i686')
-url='https://ceph.com/'
-license=('GPL')
-makedepends=('babeltrace>=1.5.3-1' 'bc' 'boost' 'boost-libs' 'cmake' 'cpio'
-  'crypto++' 'curl' 'cython' 'cython2' 'expat' 'fcgi' 'fuse2' 'gcc-libs' 'git'
-  'glibc' 'gperf' 'gperftools' 'gptfdisk' 'inetutils' 'jq' 'junit' 'keyutils'
-  'leveldb' 'libaio' 'libatomic_ops' 'libedit' 'libsystemd' 'libutil-linux'
-  'libxml2' 'lsb-release' 'lttng-ust>=2.10.0-8' 'lz4' 'ncurses' 'nss' 'parted'
-  'pcre' 'procps-ng' 'python2-cherrypy' 'python2-jinja'
-  'python2-lttngust>=2.10.0-8' 'python2-nose' 'python2-pecan' 'python2-pip'
-  'python2-prettytable' 'python2-pyopenssl' 'python2-setuptools'
-  'python2-sphinx' 'python2-tox' 'python2-virtualenv' 'python2-werkzeug'
-  'sed' 'snappy' 'socat' 'systemd' 'valgrind' 'xfsprogs' 'xmlstarlet' 'yasm'
-  'zlib' 'zstd')
-depends=('babeltrace' 'boost-libs' 'curl' 'fuse2' 'glibc' 'gperftools'
-  'keyutils' 'leveldb' 'libaio' 'libsystemd' 'libutil-linux' 'lsb-release'
-  'lttng-ust' 'ncurses' 'nss' 'python2' 'python2-cherrypy' 'python2-jinja'
-  'python2-pecan' 'python2-prettytable' 'python2-pyopenssl' 
'python2-setuptools'
-  'python2-werkzeug' 'snappy' 'xfsprogs')
-options=('emptydirs')
-source=("https://download.ceph.com/tarballs/${pkgname}-${pkgver}.tar.gz";
-'ceph.sysusers'
-'fix-ceph_disk-python-interpreter.patch'
-'fix-or-disable-broken-tests.patch'
-'fix-python2-paths.patch'
-'remove-distro-version-detection.patch')
-sha512sums=('ec2623c1f6ab563c6fd0bb5fd046c78528fdbedca7cde347c92a9b15005d2ab2b1a46d7294e93f56933386462f1066750285109aafb6bf94f7d5bcdb7214d8a8'
-
'4354001c1abd9a0c385ba7bd529e3638fb6660b6a88d4e49706d4ac21c81b8e829303a20fb5445730bdac18c4865efb10bc809c1cd56d743c12aa9a52e160049'
-
'7abd94a333fb0d6c9f7156d69ed6d4bf123f0f3030407f4347209d677b282e5023664d43e74a21a27b7856d3493ae469a17ea8a810331c7266018cc34eee4841'
-
'43cbd68841758d58d11ab9acfb04800bf8b34321503b8ebc3b02291c5e2de7a60e26dc0d5e99af75dae63aa7d03e3e9322aba7cbe3b4f1dfb5e7d01fc5b40cad'
-
'd5d9e8123833212f6cf0ecef209a5dd9b9a8ec70d780b5140884dc9f87690ec305fb2569c5d1da2b28deb05bd03caecc534acc9dc5ce7ec75e2580df4b5b2063'
-
'e2ed33e2ac37bfdb9597083388e1a87f10051e976033055d440b1a4bc2bd11148c29128fb9841771ca983c12fb36b343bcc04219dea87199321ceea9aa18b3cc')
-
-prepare() {
-  cd "${s

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

2017-10-17 Thread Florian Pritz
Date: Tuesday, October 17, 2017 @ 16:22:56
  Author: bluewind
Revision: 308158

upgpkg: ceph 12.2.1-2

split ceph-libs by foxxx0

Modified:
  ceph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 16:22:15 UTC (rev 308157)
+++ PKGBUILD2017-10-17 16:22:56 UTC (rev 308158)
@@ -1,9 +1,10 @@
 # Maintainer: Sébastien "Seblu" Luttringer 
 # Contributor: Thore Bödecker 
 
-pkgname=ceph
+pkgbase='ceph'
+pkgname=('ceph' 'ceph-libs')
 pkgver=12.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
 arch=('x86_64' 'i686')
 url='https://ceph.com/'
@@ -19,13 +20,8 @@
   'python2-sphinx' 'python2-tox' 'python2-virtualenv' 'python2-werkzeug'
   'sed' 'snappy' 'socat' 'systemd' 'valgrind' 'xfsprogs' 'xmlstarlet' 'yasm'
   'zlib' 'zstd')
-depends=('babeltrace' 'boost-libs' 'curl' 'fuse2' 'glibc' 'gperftools'
-  'keyutils' 'leveldb' 'libaio' 'libsystemd' 'libutil-linux' 'lsb-release'
-  'lttng-ust' 'ncurses' 'nss' 'python2' 'python2-cherrypy' 'python2-jinja'
-  'python2-pecan' 'python2-prettytable' 'python2-pyopenssl' 
'python2-setuptools'
-  'python2-werkzeug' 'snappy' 'xfsprogs')
 options=('emptydirs')
-source=("https://download.ceph.com/tarballs/${pkgname}-${pkgver}.tar.gz";
+source=("https://download.ceph.com/tarballs/${pkgbase}-${pkgver}.tar.gz";
 'ceph.sysusers'
 'fix-ceph_disk-python-interpreter.patch'
 'fix-or-disable-broken-tests.patch'
@@ -39,7 +35,7 @@
 
'e2ed33e2ac37bfdb9597083388e1a87f10051e976033055d440b1a4bc2bd11148c29128fb9841771ca983c12fb36b343bcc04219dea87199321ceea9aa18b3cc')
 
 prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgbase}-${pkgver}"
   # apply patch from the source array (should be a pacman feature)
   local filename
   for filename in "${source[@]}"; do
@@ -65,7 +61,7 @@
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgbase}-${pkgver}"
 
   mkdir -p build
   cd build
@@ -99,7 +95,7 @@
 }
 
 check() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  cd "${srcdir}/${pkgbase}-${pkgver}/build"
 
   export CTEST_PARALLEL_LEVEL="$(nproc)"
   make check
@@ -110,17 +106,49 @@
   done
 }
 
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
+package_ceph-libs() {
+  depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'leveldb' 'libaio'
+'libutil-linux' 'lttng-ust' 'nss' 'python2' 'xfsprogs')
 
+  cd "${srcdir}/${pkgbase}-${pkgver}/build"
+
   # main install
   make DESTDIR="$pkgdir" install
 
+  # remove stuff that goes into the ceph package
+  rm -rf "${pkgdir}"/usr/lib/{ceph/mgr,systemd,sysusers.d,tmpfiles.d}
+  rm -rf "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/usr/sbin"
+  rm -rf "${pkgdir}/usr/bin"
+  rm -rf "${pkgdir}/etc"
+  rm -rf "${pkgdir}/var"
+}
+
+package_ceph() {
+  depends=('ceph-libs' 'babeltrace' 'boost-libs' 'curl' 'fuse2' 'glibc'
+'gperftools' 'keyutils' 'leveldb' 'libaio' 'libsystemd' 'libutil-linux'
+'lsb-release' 'lttng-ust' 'ncurses' 'nss' 'python2' 'python2-cherrypy'
+'python2-jinja' 'python2-pecan' 'python2-prettytable' 'python2-pyopenssl'
+'python2-setuptools' 'python2-werkzeug' 'snappy' 'xfsprogs')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/build"
+
+  # main install
+  make DESTDIR="$pkgdir" install
+
+  # remove stuff that is in the ceph-libs package
+  find "${pkgdir}/usr/lib" -maxdepth 1 -type f -delete
+  find "${pkgdir}/usr/lib" -maxdepth 1 -type l -delete
+  find "${pkgdir}/usr/lib/ceph" -maxdepth 1 -type f -delete
+  find "${pkgdir}/usr/lib/ceph" -maxdepth 1 -type l -delete
+  rm -rf 
"${pkgdir}"/usr/lib/{ceph/{compressor,crypto,erasure-code},python2.7,rados-classes}
+  rm -rf "${pkgdir}/usr/include"
+
   # install tmpfiles.d and sysusers.d stuff
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/systemd/ceph.tmpfiles.d" \
-"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgbase}-${pkgver}/systemd/ceph.tmpfiles.d" \
+"${pkgdir}/usr/lib/tmpfiles.d/${pkgbase}.conf"
   install -Dm644 "${srcdir}/ceph.sysusers" \
-"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+"${pkgdir}/usr/lib/sysusers.d/${pkgbase}.conf"
 
   # remove debian init script
   rm -rf "${pkgdir}/etc/init.d"


[arch-commits] Commit in zabbix/repos (58 files)

2017-10-17 Thread Florian Pritz
Date: Tuesday, October 17, 2017 @ 16:22:15
  Author: bluewind
Revision: 308157

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

Added:
  zabbix/repos/testing-i686/PKGBUILD
(from rev 308156, zabbix/trunk/PKGBUILD)
  zabbix/repos/testing-i686/zabbix-agent.service
(from rev 308156, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/testing-i686/zabbix-agent.sysusers
(from rev 308156, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/testing-i686/zabbix-agent.tmpfiles
(from rev 308156, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/testing-i686/zabbix-proxy-mysql.service
(from rev 308156, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/testing-i686/zabbix-proxy-pgsql.service
(from rev 308156, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/testing-i686/zabbix-proxy-sqlite.service
(from rev 308156, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/testing-i686/zabbix-proxy.sysusers
(from rev 308156, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/testing-i686/zabbix-proxy.tmpfiles
(from rev 308156, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/testing-i686/zabbix-server-mysql.service
(from rev 308156, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/testing-i686/zabbix-server-pgsql.service
(from rev 308156, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/testing-i686/zabbix-server.install
(from rev 308156, zabbix/trunk/zabbix-server.install)
  zabbix/repos/testing-i686/zabbix-server.sysusers
(from rev 308156, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/testing-i686/zabbix-server.tmpfiles
(from rev 308156, zabbix/trunk/zabbix-server.tmpfiles)
  zabbix/repos/testing-x86_64/PKGBUILD
(from rev 308156, zabbix/trunk/PKGBUILD)
  zabbix/repos/testing-x86_64/zabbix-agent.service
(from rev 308156, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/testing-x86_64/zabbix-agent.sysusers
(from rev 308156, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/testing-x86_64/zabbix-agent.tmpfiles
(from rev 308156, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-proxy-mysql.service
(from rev 308156, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-pgsql.service
(from rev 308156, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-sqlite.service
(from rev 308156, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/testing-x86_64/zabbix-proxy.sysusers
(from rev 308156, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/testing-x86_64/zabbix-proxy.tmpfiles
(from rev 308156, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-server-mysql.service
(from rev 308156, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-server-pgsql.service
(from rev 308156, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-server.install
(from rev 308156, zabbix/trunk/zabbix-server.install)
  zabbix/repos/testing-x86_64/zabbix-server.sysusers
(from rev 308156, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/testing-x86_64/zabbix-server.tmpfiles
(from rev 308156, zabbix/trunk/zabbix-server.tmpfiles)
Deleted:
  zabbix/repos/testing-i686/PKGBUILD
  zabbix/repos/testing-i686/ceph.sysusers
  zabbix/repos/testing-i686/zabbix-agent.service
  zabbix/repos/testing-i686/zabbix-agent.sysusers
  zabbix/repos/testing-i686/zabbix-agent.tmpfiles
  zabbix/repos/testing-i686/zabbix-proxy-mysql.service
  zabbix/repos/testing-i686/zabbix-proxy-pgsql.service
  zabbix/repos/testing-i686/zabbix-proxy-sqlite.service
  zabbix/repos/testing-i686/zabbix-proxy.sysusers
  zabbix/repos/testing-i686/zabbix-proxy.tmpfiles
  zabbix/repos/testing-i686/zabbix-server-mysql.service
  zabbix/repos/testing-i686/zabbix-server-pgsql.service
  zabbix/repos/testing-i686/zabbix-server.install
  zabbix/repos/testing-i686/zabbix-server.sysusers
  zabbix/repos/testing-i686/zabbix-server.tmpfiles
  zabbix/repos/testing-x86_64/PKGBUILD
  zabbix/repos/testing-x86_64/ceph.sysusers
  zabbix/repos/testing-x86_64/zabbix-agent.service
  zabbix/repos/testing-x86_64/zabbix-agent.sysusers
  zabbix/repos/testing-x86_64/zabbix-agent.tmpfiles
  zabbix/repos/testing-x86_64/zabbix-proxy-mysql.service
  zabbix/repos/testing-x86_64/zabbix-proxy-pgsql.service
  zabbix/repos/testing-x86_64/zabbix-proxy-sqlite.service
  zabbix/repos/testing-x86_64/zabbix-proxy.sysusers
  zabbix/repos/testing-x86_64/zabbix-proxy.tmpfiles
  zabbix/repos/testing-x86_64/zabbix-server-mysql.service
  zabbix/repos/testing-x86_64/zabbix-server-pgsql.service
  zabbix/repos/testing-x86_64/zabbix-server.install
  zabbix/repos/testing-x86_64/zabbix-server.sysusers
  zabbix/repos/testing-x86_64/zabbix-server.tmpfiles

+
 /PKGBUILD  |  330 +++
 /zabbix-agent.service  |   22 +
 

[arch-commits] Commit in zabbix/trunk (ceph.sysusers)

2017-10-17 Thread Florian Pritz
Date: Tuesday, October 17, 2017 @ 16:21:55
  Author: bluewind
Revision: 308156

Remove ceph file

Deleted:
  zabbix/trunk/ceph.sysusers

---+
 ceph.sysusers |1 -
 1 file changed, 1 deletion(-)

Deleted: ceph.sysusers
===
--- ceph.sysusers   2017-10-17 16:21:07 UTC (rev 308155)
+++ ceph.sysusers   2017-10-17 16:21:55 UTC (rev 308156)
@@ -1 +0,0 @@
-u ceph 340 - /run/ceph


[arch-commits] Commit in zabbix/repos (63 files)

2017-10-17 Thread Florian Pritz
Date: Tuesday, October 17, 2017 @ 16:21:07
  Author: bluewind
Revision: 308155

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

Added:
  zabbix/repos/testing-i686/PKGBUILD
(from rev 308154, zabbix/trunk/PKGBUILD)
  zabbix/repos/testing-i686/ceph.sysusers
(from rev 308154, zabbix/trunk/ceph.sysusers)
  zabbix/repos/testing-i686/zabbix-agent.service
(from rev 308154, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/testing-i686/zabbix-agent.sysusers
(from rev 308154, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/testing-i686/zabbix-agent.tmpfiles
(from rev 308154, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/testing-i686/zabbix-proxy-mysql.service
(from rev 308154, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/testing-i686/zabbix-proxy-pgsql.service
(from rev 308154, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/testing-i686/zabbix-proxy-sqlite.service
(from rev 308154, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/testing-i686/zabbix-proxy.sysusers
(from rev 308154, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/testing-i686/zabbix-proxy.tmpfiles
(from rev 308154, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/testing-i686/zabbix-server-mysql.service
(from rev 308154, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/testing-i686/zabbix-server-pgsql.service
(from rev 308154, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/testing-i686/zabbix-server.install
(from rev 308154, zabbix/trunk/zabbix-server.install)
  zabbix/repos/testing-i686/zabbix-server.sysusers
(from rev 308154, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/testing-i686/zabbix-server.tmpfiles
(from rev 308154, zabbix/trunk/zabbix-server.tmpfiles)
  zabbix/repos/testing-x86_64/PKGBUILD
(from rev 308154, zabbix/trunk/PKGBUILD)
  zabbix/repos/testing-x86_64/ceph.sysusers
(from rev 308154, zabbix/trunk/ceph.sysusers)
  zabbix/repos/testing-x86_64/zabbix-agent.service
(from rev 308154, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/testing-x86_64/zabbix-agent.sysusers
(from rev 308154, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/testing-x86_64/zabbix-agent.tmpfiles
(from rev 308154, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-proxy-mysql.service
(from rev 308154, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-pgsql.service
(from rev 308154, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-sqlite.service
(from rev 308154, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/testing-x86_64/zabbix-proxy.sysusers
(from rev 308154, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/testing-x86_64/zabbix-proxy.tmpfiles
(from rev 308154, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-server-mysql.service
(from rev 308154, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-server-pgsql.service
(from rev 308154, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-server.install
(from rev 308154, zabbix/trunk/zabbix-server.install)
  zabbix/repos/testing-x86_64/zabbix-server.sysusers
(from rev 308154, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/testing-x86_64/zabbix-server.tmpfiles
(from rev 308154, zabbix/trunk/zabbix-server.tmpfiles)
Deleted:
  zabbix/repos/testing-i686/PKGBUILD
  zabbix/repos/testing-i686/zabbix-agent.service
  zabbix/repos/testing-i686/zabbix-agent.sysusers
  zabbix/repos/testing-i686/zabbix-agent.tmpfiles
  zabbix/repos/testing-i686/zabbix-proxy-mysql.service
  zabbix/repos/testing-i686/zabbix-proxy-pgsql.service
  zabbix/repos/testing-i686/zabbix-proxy-sqlite.service
  zabbix/repos/testing-i686/zabbix-proxy.sysusers
  zabbix/repos/testing-i686/zabbix-proxy.tmpfiles
  zabbix/repos/testing-i686/zabbix-server-mysql.service
  zabbix/repos/testing-i686/zabbix-server-pgsql.service
  zabbix/repos/testing-i686/zabbix-server.install
  zabbix/repos/testing-i686/zabbix-server.sysusers
  zabbix/repos/testing-i686/zabbix-server.tmpfiles
  zabbix/repos/testing-x86_64/PKGBUILD
  zabbix/repos/testing-x86_64/ceph.sysusers
  zabbix/repos/testing-x86_64/fix-ceph_disk-python-interpreter.patch
  zabbix/repos/testing-x86_64/fix-or-disable-broken-tests.patch
  zabbix/repos/testing-x86_64/fix-python2-paths.patch
  zabbix/repos/testing-x86_64/remove-distro-version-detection.patch
  zabbix/repos/testing-x86_64/zabbix-agent.service
  zabbix/repos/testing-x86_64/zabbix-agent.sysusers
  zabbix/repos/testing-x86_64/zabbix-agent.tmpfiles
  zabbix/repos/testing-x86_64/zabbix-proxy-mysql.service
  zabbix/repos/testing-x86_64/zabbix-proxy-pgsql.service
  zabbix/repos/testing-x86_64/zabbix-proxy-sqlite.service
  zabbix/repos/testing-x86_64/zabbix-proxy.sysusers
  zabbix/repos/testing-x86_64/zabbix-proxy.tmpfiles
  zabbix/repos/testing-x86_64/zabbix-server-mysql.servi

[arch-commits] Commit in zabbix/trunk (5 files)

2017-10-17 Thread Florian Pritz
Date: Tuesday, October 17, 2017 @ 16:20:17
  Author: bluewind
Revision: 308154

Restore zabbix package. This isn't ceph

Modified:
  zabbix/trunk/PKGBUILD
Deleted:
  zabbix/trunk/fix-ceph_disk-python-interpreter.patch
  zabbix/trunk/fix-or-disable-broken-tests.patch
  zabbix/trunk/fix-python2-paths.patch
  zabbix/trunk/remove-distro-version-detection.patch

+
 PKGBUILD   |   67 ++
 fix-ceph_disk-python-interpreter.patch |8 
 fix-or-disable-broken-tests.patch  |  313 ---
 fix-python2-paths.patch|   52 -
 remove-distro-version-detection.patch  |   21 --
 5 files changed, 25 insertions(+), 436 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 16:17:14 UTC (rev 308153)
+++ PKGBUILD2017-10-17 16:20:17 UTC (rev 308154)
@@ -1,49 +1,32 @@
 # Maintainer: Sébastien "Seblu" Luttringer 
 # Contributor: Thore Bödecker 
 
-pkgbase='ceph'
-pkgname=('ceph' 'ceph-libs')
-pkgver=12.2.1
-pkgrel=2
-pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
-arch=('x86_64' 'i686')
-url='https://ceph.com/'
-license=('GPL')
-makedepends=('babeltrace>=1.5.3-1' 'bc' 'boost' 'boost-libs' 'cmake' 'cpio'
-  'crypto++' 'curl' 'cython' 'cython2' 'expat' 'fcgi' 'fuse2' 'gcc-libs' 'git'
-  'glibc' 'gperf' 'gperftools' 'gptfdisk' 'inetutils' 'jq' 'junit' 'keyutils'
-  'leveldb' 'libaio' 'libatomic_ops' 'libedit' 'libsystemd' 'libutil-linux'
-  'libxml2' 'lsb-release' 'lttng-ust>=2.10.0-8' 'lz4' 'ncurses' 'nss' 'parted'
-  'pcre' 'procps-ng' 'python2-cherrypy' 'python2-jinja'
-  'python2-lttngust>=2.10.0-8' 'python2-nose' 'python2-pecan' 'python2-pip'
-  'python2-prettytable' 'python2-pyopenssl' 'python2-setuptools'
-  'python2-sphinx' 'python2-tox' 'python2-virtualenv' 'python2-werkzeug'
-  'sed' 'snappy' 'socat' 'systemd' 'valgrind' 'xfsprogs' 'xmlstarlet' 'yasm'
-  'zlib' 'zstd')
-options=('emptydirs')
-source=("https://download.ceph.com/tarballs/${pkgbase}-${pkgver}.tar.gz";
-'ceph.sysusers'
-'fix-ceph_disk-python-interpreter.patch'
-'fix-or-disable-broken-tests.patch'
-'fix-python2-paths.patch'
-'remove-distro-version-detection.patch')
-sha512sums=('ec2623c1f6ab563c6fd0bb5fd046c78528fdbedca7cde347c92a9b15005d2ab2b1a46d7294e93f56933386462f1066750285109aafb6bf94f7d5bcdb7214d8a8'
-
'4354001c1abd9a0c385ba7bd529e3638fb6660b6a88d4e49706d4ac21c81b8e829303a20fb5445730bdac18c4865efb10bc809c1cd56d743c12aa9a52e160049'
-
'7abd94a333fb0d6c9f7156d69ed6d4bf123f0f3030407f4347209d677b282e5023664d43e74a21a27b7856d3493ae469a17ea8a810331c7266018cc34eee4841'
-
'43cbd68841758d58d11ab9acfb04800bf8b34321503b8ebc3b02291c5e2de7a60e26dc0d5e99af75dae63aa7d03e3e9322aba7cbe3b4f1dfb5e7d01fc5b40cad'
-
'd5d9e8123833212f6cf0ecef209a5dd9b9a8ec70d780b5140884dc9f87690ec305fb2569c5d1da2b28deb05bd03caecc534acc9dc5ce7ec75e2580df4b5b2063'
-
'e2ed33e2ac37bfdb9597083388e1a87f10051e976033055d440b1a4bc2bd11148c29128fb9841771ca983c12fb36b343bcc04219dea87199321ceea9aa18b3cc')
+pkgbase=zabbix
+pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
+pkgver=3.4.2
+pkgrel=1
+arch=(i686 x86_64)
+url='http://www.zabbix.com/'
+license=(GPL)
+makedepends=(postgresql-libs libxml2 unixodbc net-snmp libmariadbclient 
libldap libevent)
+source=(https://downloads.sourceforge.net/sourceforge/zabbix/zabbix-${pkgver}.tar.gz
+zabbix-agent.{service,sysusers,tmpfiles}
+   zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
+   zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
 
-prepare() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
+sha256sums=('54c21e04da4ef43380af647c6a0ddff67614337386fa318da021117efe5b334f'
+'484fa9969eab61eaf20043ae08e2615c0569982dff869c985f2e2065da698c6a'
+'ef23133aae2340945e621c9725094a3458d9089d3de15f641afcdabdf7c5a39c'
+'c38a871d237b00dd6310dfb02e5a8e1b930e445204e73dde8305bed8baf380ec'
+'7b14586f5b418de6a174c35d466e25ee42c5e4d8190eea4663f4b3e905f91216'
+'6e49cd520604745aa0febd76d582a2936ad8ab7374c3c9f353ac8c7b1adbbf61'
+'9fe22526327a0573652c65ff374eba7c36a00b85f8e72d32643d1cc68a07ebbb'
+'879a7553040d652d1c34044c0ce1e57b809c647b3b037247a5819892a7622a65'
+'d06775ebc27cec623d94a3134b4abfb8ddd8e74e3c3483fa1f57f542590e9113'
+'3394dc819a9915f4710cc3ba1ab24c5f1df1547736d2d40b04eec873e8619e8c'
+'7592b3b5b66583a57eec83afed3450bae74f6332125396c1dbeeb46f911cb631'
+  

[arch-commits] Commit in zabbix/repos/testing-x86_64 (33 files)

2017-10-17 Thread Florian Pritz
Date: Tuesday, October 17, 2017 @ 16:17:14
  Author: bluewind
Revision: 308153

archrelease: copy trunk to testing-x86_64

Added:
  zabbix/repos/testing-x86_64/PKGBUILD
(from rev 308152, zabbix/trunk/PKGBUILD)
  zabbix/repos/testing-x86_64/ceph.sysusers
(from rev 308152, zabbix/trunk/ceph.sysusers)
  zabbix/repos/testing-x86_64/fix-ceph_disk-python-interpreter.patch
(from rev 308152, zabbix/trunk/fix-ceph_disk-python-interpreter.patch)
  zabbix/repos/testing-x86_64/fix-or-disable-broken-tests.patch
(from rev 308152, zabbix/trunk/fix-or-disable-broken-tests.patch)
  zabbix/repos/testing-x86_64/fix-python2-paths.patch
(from rev 308152, zabbix/trunk/fix-python2-paths.patch)
  zabbix/repos/testing-x86_64/remove-distro-version-detection.patch
(from rev 308152, zabbix/trunk/remove-distro-version-detection.patch)
  zabbix/repos/testing-x86_64/zabbix-agent.service
(from rev 308152, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/testing-x86_64/zabbix-agent.sysusers
(from rev 308152, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/testing-x86_64/zabbix-agent.tmpfiles
(from rev 308152, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-proxy-mysql.service
(from rev 308152, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-pgsql.service
(from rev 308152, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-sqlite.service
(from rev 308152, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/testing-x86_64/zabbix-proxy.sysusers
(from rev 308152, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/testing-x86_64/zabbix-proxy.tmpfiles
(from rev 308152, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-server-mysql.service
(from rev 308152, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-server-pgsql.service
(from rev 308152, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-server.install
(from rev 308152, zabbix/trunk/zabbix-server.install)
  zabbix/repos/testing-x86_64/zabbix-server.sysusers
(from rev 308152, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/testing-x86_64/zabbix-server.tmpfiles
(from rev 308152, zabbix/trunk/zabbix-server.tmpfiles)
Deleted:
  zabbix/repos/testing-x86_64/PKGBUILD
  zabbix/repos/testing-x86_64/zabbix-agent.service
  zabbix/repos/testing-x86_64/zabbix-agent.sysusers
  zabbix/repos/testing-x86_64/zabbix-agent.tmpfiles
  zabbix/repos/testing-x86_64/zabbix-proxy-mysql.service
  zabbix/repos/testing-x86_64/zabbix-proxy-pgsql.service
  zabbix/repos/testing-x86_64/zabbix-proxy-sqlite.service
  zabbix/repos/testing-x86_64/zabbix-proxy.sysusers
  zabbix/repos/testing-x86_64/zabbix-proxy.tmpfiles
  zabbix/repos/testing-x86_64/zabbix-server-mysql.service
  zabbix/repos/testing-x86_64/zabbix-server-pgsql.service
  zabbix/repos/testing-x86_64/zabbix-server.install
  zabbix/repos/testing-x86_64/zabbix-server.sysusers
  zabbix/repos/testing-x86_64/zabbix-server.tmpfiles

+
 PKGBUILD   |  363 +++
 ceph.sysusers  |1 
 fix-ceph_disk-python-interpreter.patch |8 
 fix-or-disable-broken-tests.patch  |  313 ++
 fix-python2-paths.patch|   52 
 remove-distro-version-detection.patch  |   21 +
 zabbix-agent.service   |   22 -
 zabbix-agent.sysusers  |2 
 zabbix-agent.tmpfiles  |2 
 zabbix-proxy-mysql.service |   24 +-
 zabbix-proxy-pgsql.service |   24 +-
 zabbix-proxy-sqlite.service|   24 +-
 zabbix-proxy.sysusers  |2 
 zabbix-proxy.tmpfiles  |2 
 zabbix-server-mysql.service|   24 +-
 zabbix-server-pgsql.service|   24 +-
 zabbix-server.install  |   24 +-
 zabbix-server.sysusers |2 
 zabbix-server.tmpfiles |2 
 19 files changed, 666 insertions(+), 270 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-17 16:16:51 UTC (rev 308152)
+++ PKGBUILD2017-10-17 16:17:14 UTC (rev 308153)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Florian Pritz 
-
-pkgbase=zabbix
-pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
-pkgver=3.4.3
-pkgrel=1
-arch=(i686 x86_64)
-url='http://www.zabbix.com/'
-license=(GPL)
-makedepends=(postgresql-libs libxml2 unixodbc net-snmp libmariadbclient 
libldap libevent)
-source=(https://downloads.sourceforge.net/sourceforge/zabbix/zabbix-${pkgver}.tar.gz
-zabbix-agent.{service,sysusers,tmpfiles}
-   zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
-   zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
za

[arch-commits] Commit in zabbix/trunk (6 files)

2017-10-17 Thread Florian Pritz
Date: Tuesday, October 17, 2017 @ 16:16:51
  Author: bluewind
Revision: 308152

upgpkg: ceph 12.2.1-2

split ceph-libs by foxxx0

Added:
  zabbix/trunk/ceph.sysusers
  zabbix/trunk/fix-ceph_disk-python-interpreter.patch
  zabbix/trunk/fix-or-disable-broken-tests.patch
  zabbix/trunk/fix-python2-paths.patch
  zabbix/trunk/remove-distro-version-detection.patch
Modified:
  zabbix/trunk/PKGBUILD

+
 PKGBUILD   |  299 ++---
 ceph.sysusers  |1 
 fix-ceph_disk-python-interpreter.patch |8 
 fix-or-disable-broken-tests.patch  |  313 +++
 fix-python2-paths.patch|   52 +
 remove-distro-version-detection.patch  |   21 ++
 6 files changed, 545 insertions(+), 149 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 15:30:24 UTC (rev 308151)
+++ PKGBUILD2017-10-17 16:16:51 UTC (rev 308152)
@@ -1,181 +1,182 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Florian Pritz 
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Thore Bödecker 
 
-pkgbase=zabbix
-pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
-pkgver=3.4.3
-pkgrel=1
-arch=(i686 x86_64)
-url='http://www.zabbix.com/'
-license=(GPL)
-makedepends=(postgresql-libs libxml2 unixodbc net-snmp libmariadbclient 
libldap libevent)
-source=(https://downloads.sourceforge.net/sourceforge/zabbix/zabbix-${pkgver}.tar.gz
-zabbix-agent.{service,sysusers,tmpfiles}
-   zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
-   zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
+pkgbase='ceph'
+pkgname=('ceph' 'ceph-libs')
+pkgver=12.2.1
+pkgrel=2
+pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
+arch=('x86_64' 'i686')
+url='https://ceph.com/'
+license=('GPL')
+makedepends=('babeltrace>=1.5.3-1' 'bc' 'boost' 'boost-libs' 'cmake' 'cpio'
+  'crypto++' 'curl' 'cython' 'cython2' 'expat' 'fcgi' 'fuse2' 'gcc-libs' 'git'
+  'glibc' 'gperf' 'gperftools' 'gptfdisk' 'inetutils' 'jq' 'junit' 'keyutils'
+  'leveldb' 'libaio' 'libatomic_ops' 'libedit' 'libsystemd' 'libutil-linux'
+  'libxml2' 'lsb-release' 'lttng-ust>=2.10.0-8' 'lz4' 'ncurses' 'nss' 'parted'
+  'pcre' 'procps-ng' 'python2-cherrypy' 'python2-jinja'
+  'python2-lttngust>=2.10.0-8' 'python2-nose' 'python2-pecan' 'python2-pip'
+  'python2-prettytable' 'python2-pyopenssl' 'python2-setuptools'
+  'python2-sphinx' 'python2-tox' 'python2-virtualenv' 'python2-werkzeug'
+  'sed' 'snappy' 'socat' 'systemd' 'valgrind' 'xfsprogs' 'xmlstarlet' 'yasm'
+  'zlib' 'zstd')
+options=('emptydirs')
+source=("https://download.ceph.com/tarballs/${pkgbase}-${pkgver}.tar.gz";
+'ceph.sysusers'
+'fix-ceph_disk-python-interpreter.patch'
+'fix-or-disable-broken-tests.patch'
+'fix-python2-paths.patch'
+'remove-distro-version-detection.patch')
+sha512sums=('ec2623c1f6ab563c6fd0bb5fd046c78528fdbedca7cde347c92a9b15005d2ab2b1a46d7294e93f56933386462f1066750285109aafb6bf94f7d5bcdb7214d8a8'
+
'4354001c1abd9a0c385ba7bd529e3638fb6660b6a88d4e49706d4ac21c81b8e829303a20fb5445730bdac18c4865efb10bc809c1cd56d743c12aa9a52e160049'
+
'7abd94a333fb0d6c9f7156d69ed6d4bf123f0f3030407f4347209d677b282e5023664d43e74a21a27b7856d3493ae469a17ea8a810331c7266018cc34eee4841'
+
'43cbd68841758d58d11ab9acfb04800bf8b34321503b8ebc3b02291c5e2de7a60e26dc0d5e99af75dae63aa7d03e3e9322aba7cbe3b4f1dfb5e7d01fc5b40cad'
+
'd5d9e8123833212f6cf0ecef209a5dd9b9a8ec70d780b5140884dc9f87690ec305fb2569c5d1da2b28deb05bd03caecc534acc9dc5ce7ec75e2580df4b5b2063'
+
'e2ed33e2ac37bfdb9597083388e1a87f10051e976033055d440b1a4bc2bd11148c29128fb9841771ca983c12fb36b343bcc04219dea87199321ceea9aa18b3cc')
 
-sha256sums=('00e87db503d332a1e3905d13f36b6ddad32c2514f03060361168655a8d4fd8cf'
-'484fa9969eab61eaf20043ae08e2615c0569982dff869c985f2e2065da698c6a'
-'ef23133aae2340945e621c9725094a3458d9089d3de15f641afcdabdf7c5a39c'
-'c38a871d237b00dd6310dfb02e5a8e1b930e445204e73dde8305bed8baf380ec'
-'7b14586f5b418de6a174c35d466e25ee42c5e4d8190eea4663f4b3e905f91216'
-'6e49cd520604745aa0febd76d582a2936ad8ab7374c3c9f353ac8c7b1adbbf61'
-'9fe22526327a0573652c65ff374eba7c36a00b85f8e72d32643d1cc68a07ebbb'
-'879a7553040d652d1c34044c0ce1e57b809c647b3b037247a5819892a7622a65'
-'d06775ebc27cec623d94a3134b4abfb8ddd8e74e3c3483fa1f57f542590e9113'
-'3394dc819a9915f4710cc3ba1ab24c5f1df1547736d2d40b04eec873e8619e8c'
-'7592b3b5b66583a57eec83afed3450bae74f6332125396c1dbeeb46f911cb631'
-'d8929b2e78b5b178c7eebc32ae00a05b7c9d798cf25950a8745ea4b23734e226'
-'f842ea0a229513e918ff9641391605d436b7d57cb53d932cdd02e4e8b13c9

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

2017-10-17 Thread Jakob Gruber
Date: Tuesday, October 17, 2017 @ 15:37:52
  Author: schuay
Revision: 263159

FS#56019

Modified:
  abcde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 14:55:02 UTC (rev 263158)
+++ PKGBUILD2017-10-17 15:37:52 UTC (rev 263159)
@@ -11,7 +11,7 @@
 arch=('any')
 url='https://abcde.einval.com/'
 license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python-eyed3')
 optdepends=('cdparanoia: Paranoia ripping support'
 'cdrkit: icedax ripping support'
 'flac: FLAC encoding support'


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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:30:02
  Author: arojas
Revision: 308150

Qt 5.10 rebuild

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 15:25:42 UTC (rev 308149)
+++ PKGBUILD2017-10-17 15:30:02 UTC (rev 308150)
@@ -5,7 +5,7 @@
 
 pkgname=kwin
 pkgver=5.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:30:24
  Author: arojas
Revision: 308151

archrelease: copy trunk to kde-unstable-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-17 15:30:02 UTC (rev 308150)
+++ PKGBUILD2017-10-17 15:30:24 UTC (rev 308151)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.11.0
-pkgrel=2
-pkgdesc='An easy to use, but flexible, composited Window Manager'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kscreenlocker xcb-util-cursor hicolor-icon-theme plasma-framework 
kcmutils breeze kinit)
-makedepends=(extra-cmake-modules qt5-tools kdoctools python)
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fa1b12470f639858ce3d07b820c8336c643f52bcea71fca06f9191d97e1def05'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 308150, 
kwin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-17 15:30:24 UTC (rev 308151)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.11.1
+pkgrel=2
+pkgdesc='An easy to use, but flexible, composited Window Manager'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kscreenlocker xcb-util-cursor hicolor-icon-theme plasma-framework 
kcmutils breeze kinit)
+makedepends=(extra-cmake-modules qt5-tools kdoctools python)
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('154387df916451236e9c6fb0ebabd59ddfe74c948360bbe97968e94bd745ccaa'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:25:42
  Author: arojas
Revision: 308149

archrelease: copy trunk to kde-unstable-x86_64

Added:
  plasma-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 308148, plasma-integration/trunk/PKGBUILD)
Deleted:
  plasma-integration/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-17 15:25:19 UTC (rev 308148)
+++ PKGBUILD2017-10-17 15:25:42 UTC (rev 308149)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=plasma-integration
-pkgver=5.11.0
-pkgrel=2
-pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
-makedepends=(extra-cmake-modules python breeze)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e010989088feefe26240036edbe423be0e16622b402720c26a0d3d0c4ade32c3'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 308148, 
plasma-integration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-17 15:25:42 UTC (rev 308149)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.11.1
+pkgrel=2
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9e9662d8d89f98fae1a5682e831abf068a564d720cd8bbd8e99ececb6884fa4a'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:25:19
  Author: arojas
Revision: 308148

Qt 5.10 rebuild

Modified:
  plasma-integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 15:21:52 UTC (rev 308147)
+++ PKGBUILD2017-10-17 15:25:19 UTC (rev 308148)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-integration
 pkgver=5.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
 arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


[arch-commits] Commit in xdg-desktop-portal-kde/repos (4 files)

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:14:50
  Author: arojas
Revision: 308146

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:14:26 UTC (rev 308145)
+++ extra-i686/PKGBUILD 2017-10-17 15:14:50 UTC (rev 308146)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=xdg-desktop-portal-kde
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(ki18n knotifications)
-makedepends=(extra-cmake-modules python)
-provides=(xdg-desktop-portal-impl)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6000ffb0e7c83b291d09c604e1d057ff58fb854a90548973c057d9d248303179'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: xdg-desktop-portal-kde/repos/extra-i686/PKGBUILD (from rev 308145, 
xdg-desktop-portal-kde/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:14:50 UTC (rev 308146)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=xdg-desktop-portal-kde
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(ki18n knotifications)
+makedepends=(extra-cmake-modules python)
+provides=(xdg-desktop-portal-impl)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cef61fa5a200e1ee51e6e9bf172b26c12cd10b3eb5aa0f4e8df840f0a8140271'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:14:26 UTC (rev 308145)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:14:50 UTC (rev 308146)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=xdg-desktop-portal-kde
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(ki18n knotifications)
-makedepends=(extra-cmake-modules python)
-provides=(xdg-desktop-portal-impl)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6000ffb0e7c83b291d09c604e1d057ff58fb854a90548973c057d9d248303179'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
-

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:14:26
  Author: arojas
Revision: 308145

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:14:04 UTC (rev 308144)
+++ extra-i686/PKGBUILD 2017-10-17 15:14:26 UTC (rev 308145)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='A simple system settings module to manage the users of your system'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(accountsservice libpwquality kio)
-makedepends=(extra-cmake-modules python kcmutils)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b1c9222f811cdbd2e2267235b49d5947e8761ae02453171ac927c25a46498b86'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: user-manager/repos/extra-i686/PKGBUILD (from rev 308144, 
user-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:14:26 UTC (rev 308145)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(accountsservice libpwquality kio)
+makedepends=(extra-cmake-modules python kcmutils)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f552cc895a8d36ad01fc8ed7925deeafd68ff6612bc0a5eb4956d2d150e5e5c7'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:14:04 UTC (rev 308144)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:14:26 UTC (rev 308145)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='A simple system settings module to manage the users of your system'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(accountsservice libpwquality kio)
-makedepends=(extra-cmake-modules python kcmutils)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b1c9222f811cdbd2e2267235b49d5947e8761ae02453171ac927c25a46498b86'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: user-manager/repos/extra-x86_64/PKGBUILD (from rev 308144, 
user-manager/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:14:26 UTC (rev 30

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:14:04
  Author: arojas
Revision: 308144

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:13:38 UTC (rev 308143)
+++ extra-i686/PKGBUILD 2017-10-17 15:14:04 UTC (rev 308144)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=sddm-kcm
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL)
-depends=(sddm libxcursor knewstuff)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5fb82454015e874c0f7abc575c4980dd657cb82cd11da176015ec30850d1bdee'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: sddm-kcm/repos/extra-i686/PKGBUILD (from rev 308143, 
sddm-kcm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:14:04 UTC (rev 308144)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm-kcm
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL)
+depends=(sddm libxcursor knewstuff)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('29404a38fa1ea931cc34da516dafae5f7663a75201a7a2d036a21e6c27134c69'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:13:38 UTC (rev 308143)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:14:04 UTC (rev 308144)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=sddm-kcm
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL)
-depends=(sddm libxcursor knewstuff)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5fb82454015e874c0f7abc575c4980dd657cb82cd11da176015ec30850d1bdee'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 308143, 
sddm-kcm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:14:04 UTC (rev 308144)
@

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:13:38
  Author: arojas
Revision: 308143

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:13:14 UTC (rev 308142)
+++ extra-i686/PKGBUILD 2017-10-17 15:13:38 UTC (rev 308143)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-vault
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Plasma applet and services for creating encrypted vaults"
-arch=(i686 x86_64)
-url="https://www.kde.org/";
-license=(LGPL)
-groups=(plasma)
-depends=(plasma-workspace)
-makedepends=(extra-cmake-modules python)
-optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption')
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('94bbf5ae8028fea22994ddb0aa71cb2a29e559b98b050a926fb554efe4d979c5'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E')  # Jonathan Riddell
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-vault/repos/extra-i686/PKGBUILD (from rev 308142, 
plasma-vault/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:13:38 UTC (rev 308143)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-vault
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="Plasma applet and services for creating encrypted vaults"
+arch=(i686 x86_64)
+url="https://www.kde.org/";
+license=(LGPL)
+groups=(plasma)
+depends=(plasma-workspace)
+makedepends=(extra-cmake-modules python)
+optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('20cc07f21af1dad5dc6a43340d4ac652d5a876e3fe95166c815e2ebdc0948b27'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E')  # Jonathan Riddell
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:13:14 UTC (rev 308142)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:13:38 UTC (rev 308143)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-vault
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Plasma applet and services for creating encrypted vaults"
-arch=(i686 x86_64)
-url="https://www.kde.org/";
-license=(LGPL)
-groups=(plasma)
-depends=(plasma-workspace)
-makedepends=(extra-cmake-modules python)
-optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption')
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('94bbf5ae8028fea22994ddb0aa71cb2a29e559b98b050a926fb554efe4d979c5'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E')  # Jonathan Riddell
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-vault/repos/extra-x86_64/PKGBUILD (from rev 308142, 
plasma-vault/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:13:38 UTC (rev 308143)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-vault
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="Plasma applet and services for creating encrypted vaults"
+arch=(i686 x86_64)
+url="https://www.kde.org/";
+license=(LGPL)
+groups=(plasma)
+depends=(plasma-workspace)
+makedepends=(extra-cmake-modules python)
+optdepends=('encfs: to use encFS for encryptio

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:13:14
  Author: arojas
Revision: 308142

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:12:42 UTC (rev 308141)
+++ extra-i686/PKGBUILD 2017-10-17 15:13:14 UTC (rev 308142)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Applications useful for Plasma development"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-framework)
-makedepends=(extra-cmake-modules python kdoctools ktexteditor)
-optdepends=('kirigami2: for Look & Feel explorer')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('267e40ed8ab2a846a19a571daf4556462579783e37380309d0c259f2afd5d8f4'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-sdk/repos/extra-i686/PKGBUILD (from rev 308141, 
plasma-sdk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:13:14 UTC (rev 308142)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-framework)
+makedepends=(extra-cmake-modules python kdoctools ktexteditor)
+optdepends=('kirigami2: for Look & Feel explorer')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('76d0b6e88b63fcb21e44c1be00975d203f32ae1db8793167beff97173d22416b'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:12:42 UTC (rev 308141)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:13:14 UTC (rev 308142)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Applications useful for Plasma development"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-framework)
-makedepends=(extra-cmake-modules python kdoctools ktexteditor)
-optdepends=('kirigami2: for Look & Feel explorer')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('267e40ed8ab2a846a19a571daf4556462579783e37380309d0c259f2afd5d8f4'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 308141, 
plasma-sdk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   201

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:12:42
  Author: arojas
Revision: 308141

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:12:15 UTC (rev 308140)
+++ extra-i686/PKGBUILD 2017-10-17 15:12:42 UTC (rev 308141)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace pulseaudio-gconf libcanberra-pulse)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e43bacb6729e90bdf1d6f8438a530d84f6c47d08ecc3a1cac6d96e56c6274aa8'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-pa/repos/extra-i686/PKGBUILD (from rev 308140, 
plasma-pa/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:12:42 UTC (rev 308141)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio-gconf libcanberra-pulse)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8c741b1867131c7e23cbc8bd2f5fed69e4f224dd4ddc60ef95c632dec82ea63c'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:12:15 UTC (rev 308140)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:12:42 UTC (rev 308141)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace pulseaudio-gconf libcanberra-pulse)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e43bacb6729e90bdf1d6f8438a530d84f6c47d08ecc3a1cac6d96e56c6274aa8'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-pa/repos/extra-x86_64/PKGBUILD (from rev 308140, 
plasma-pa/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:12:42 UTC (rev 30814

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:12:15
  Author: arojas
Revision: 308140

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:11:37 UTC (rev 308139)
+++ extra-i686/PKGBUILD 2017-10-17 15:12:15 UTC (rev 308140)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(plasma-workspace modemmanager-qt networkmanager-qt qca-qt5 
mobile-broadband-provider-info)
-makedepends=(extra-cmake-modules kdoctools openconnect python kdesignerplugin)
-optdepends=('openconnect: Cisco AnyConnect VPN plugin')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0ebb19efc386305f3f83563d55cf776799e1a0546d0f5532681714edfbe4a3ad'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-} 
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-nm/repos/extra-i686/PKGBUILD (from rev 308139, 
plasma-nm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:12:15 UTC (rev 308140)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(plasma-workspace modemmanager-qt networkmanager-qt qca-qt5 
mobile-broadband-provider-info)
+makedepends=(extra-cmake-modules kdoctools openconnect python kdesignerplugin)
+optdepends=('openconnect: Cisco AnyConnect VPN plugin')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('37fc1e8f343d61badfd257bd21176df33cc2f279b2850075cc7380723c66e910'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+} 
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:11:37 UTC (rev 308139)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:12:15 UTC (rev 308140)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(plasma-workspace modemmanager-qt networkmanager-qt qca-qt5 
mobile-broadband-provider-info)
-makedepends=(extra-cmake-modules kdoctools openconnect python kdesignerplugin)
-optdepends=('openconnect: Cisco AnyConnect VPN plugin')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0ebb19efc386305f3f83563d55cf776799e1a0546d0f5532681714edfbe4a3ad'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdi

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:11:37
  Author: arojas
Revision: 308139

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:10:38 UTC (rev 308138)
+++ extra-i686/PKGBUILD 2017-10-17 15:11:37 UTC (rev 308139)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
-makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xorg-server-devel
- libibus scim python kdesignerplugin)
-groups=(plasma)
-sha256sums=('6696dd44045ed8e4940eda19a7f04077346792da90cd31b26f3e1bc5640546ed'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-desktop() {
-  depends+=(knetattach)
-  optdepends=('plasma-nm: Network manager applet'
-  'powerdevil: power management'
-  'ibus: kimpanel IBUS support'
-  'scim: kimpanel SCIM support'
-  'discover: manage applications installation from the launcher')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Split knetattach
-  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
-}
-
-package_knetattach() {
-  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
-  depends=(kdelibs4support)
-
-  cd build/knetattach
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-desktop/repos/extra-i686/PKGBUILD (from rev 308138, 
plasma-desktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:11:37 UTC (rev 308139)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
+makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xorg-server-devel
+ libibus scim python kdesignerplugin)
+groups=(plasma)
+sha256sums=('fa667688f7c4de051dde79edcfdadd68df62cc65788432413102fbe9e386ece4'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+  'powerdevil: power management'
+  'ibus: kimpanel IBUS support'
+  'scim: kimpanel SCIM support'
+  'discover: manage applications installation from the launcher')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Split knetattach
+  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.d

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:10:20
  Author: arojas
Revision: 308137

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:09:57 UTC (rev 308136)
+++ extra-i686/PKGBUILD 2017-10-17 15:10:20 UTC (rev 308137)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwrited
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KDE daemon listening for wall and write messages'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kpty knotifications kdbusaddons)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3df2bb652a3b80cea31f1c89c01b710698afee3ba4d5f10b29b9a6122a30ebd2'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwrited/repos/extra-i686/PKGBUILD (from rev 308136, 
kwrited/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:10:20 UTC (rev 308137)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwrited
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kpty knotifications kdbusaddons)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('40b2f195cac34ff7380bdd1ac635fd55079f86fb8d8814a0b2013ca0e56dc287'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:09:57 UTC (rev 308136)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:10:20 UTC (rev 308137)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwrited
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KDE daemon listening for wall and write messages'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kpty knotifications kdbusaddons)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3df2bb652a3b80cea31f1c89c01b710698afee3ba4d5f10b29b9a6122a30ebd2'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwrited/repos/extra-x86_64/PKGBUILD (from rev 308136, 
kwrited/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
++

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:10:38
  Author: arojas
Revision: 308138

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-17 15:10:20 UTC (rev 308137)
+++ PKGBUILD2017-10-17 15:10:38 UTC (rev 308138)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Additional wallpapers for the Plasma Workspace'
-arch=(any)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('59f612bd830a791597e60b2daa2f1eeea3ea089accd4ab736663dbf73cebf3f0'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 308137, 
plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-17 15:10:38 UTC (rev 308138)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8c36af9f557320065982bbb557c86bd5a62aca9e91d61fafea6e90229aca8e35'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:09:57
  Author: arojas
Revision: 308136

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

Added:
  kwayland-integration/repos/extra-i686/PKGBUILD
(from rev 308135, kwayland-integration/trunk/PKGBUILD)
  kwayland-integration/repos/extra-x86_64/PKGBUILD
(from rev 308135, kwayland-integration/trunk/PKGBUILD)
Deleted:
  kwayland-integration/repos/extra-i686/PKGBUILD
  kwayland-integration/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:09:35 UTC (rev 308135)
+++ extra-i686/PKGBUILD 2017-10-17 15:09:57 UTC (rev 308136)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwayland-integration
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kwindowsystem kidletime kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c218e8f58bbac918419ddb932907eacb361a468e45ad5f283af488aa27770fef'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwayland-integration/repos/extra-i686/PKGBUILD (from rev 308135, 
kwayland-integration/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:09:57 UTC (rev 308136)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('70ae95bb9ccc43ca407ec3fc55dca6de20e0ff9d7e48583444c238b6fe6634c0'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:09:35 UTC (rev 308135)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:09:57 UTC (rev 308136)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwayland-integration
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kwindowsystem kidletime kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c218e8f58bbac918419ddb932907eacb361a468e45ad5f283af488aa27770fef'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwayland-integration/repos/extra-x86_64/PKGBUILD (from rev 308135, 
kwayland-integration/trunk/PKGBUILD)
===
--

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:09:35
  Author: arojas
Revision: 308135

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

Added:
  kwallet-pam/repos/extra-i686/PKGBUILD
(from rev 308134, kwallet-pam/trunk/PKGBUILD)
  kwallet-pam/repos/extra-x86_64/PKGBUILD
(from rev 308134, kwallet-pam/trunk/PKGBUILD)
Deleted:
  kwallet-pam/repos/extra-i686/PKGBUILD
  kwallet-pam/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:09:11 UTC (rev 308134)
+++ extra-i686/PKGBUILD 2017-10-17 15:09:35 UTC (rev 308135)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(pam libgcrypt socat)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f278b63606168bbfd97658834b59a88465549ffb52607bce73449005a3fb62eb'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build{,4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib
-  make
-
-  cd ../build4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DKWALLET4=1
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  cd ../build4
-  make DESTDIR="$pkgdir" install
-}

Copied: kwallet-pam/repos/extra-i686/PKGBUILD (from rev 308134, 
kwallet-pam/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:09:35 UTC (rev 308135)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fed02d1a4592f6b0e80e8f1ddc6a3dfd5c7c019b3def2345fdaa8e2771a3377e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ../build4
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:09:11 UTC (rev 308134)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:09:35 UTC (rev 308135)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(pam libgcrypt socat)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f278b63606168bbfd97658834b59a88465549ffb52607bce73449005a3fb62eb'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build{,4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXE

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:09:11
  Author: arojas
Revision: 308134

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

Added:
  ksshaskpass/repos/extra-i686/PKGBUILD
(from rev 308133, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/extra-i686/ksshaskpass.install
(from rev 308133, ksshaskpass/trunk/ksshaskpass.install)
  ksshaskpass/repos/extra-x86_64/PKGBUILD
(from rev 308133, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/extra-x86_64/ksshaskpass.install
(from rev 308133, ksshaskpass/trunk/ksshaskpass.install)
Deleted:
  ksshaskpass/repos/extra-i686/PKGBUILD
  ksshaskpass/repos/extra-i686/ksshaskpass.install
  ksshaskpass/repos/extra-x86_64/PKGBUILD
  ksshaskpass/repos/extra-x86_64/ksshaskpass.install

--+
 /PKGBUILD|   84 +
 /ksshaskpass.install |   10 
 extra-i686/PKGBUILD  |   42 --
 extra-i686/ksshaskpass.install   |5 --
 extra-x86_64/PKGBUILD|   42 --
 extra-x86_64/ksshaskpass.install |5 --
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:08:48 UTC (rev 308133)
+++ extra-i686/PKGBUILD 2017-10-17 15:09:11 UTC (rev 308134)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: schuay 
-
-pkgname=ksshaskpass
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL)
-arch=(i686 x86_64)
-depends=(kwallet)
-makedepends=(extra-cmake-modules kdoctools python)
-provides=(x11-ssh-askpass)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-install=$pkgname.install
-sha256sums=('e01a97c937e275db5695b1ab0066cdb8bfda5dbe2a03222a9561ab25ffdeccda'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksshaskpass/repos/extra-i686/PKGBUILD (from rev 308133, 
ksshaskpass/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:09:11 UTC (rev 308134)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(kwallet)
+makedepends=(extra-cmake-modules kdoctools python)
+provides=(x11-ssh-askpass)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('bdb23e4eeafe15eb8c828478a54c53f6de42f25cc9dba7b9ac883d5525f3f001'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/ksshaskpass.install
===
--- extra-i686/ksshaskpass.install  2017-10-17 15:08:48 UTC (rev 308133)
+++ extra-i686/ksshaskpass.install  2017-10-17 15:09:11 UTC (rev 308134)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then
-echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
-  fi
-}

Copied: ksshaskpass/repos/extra-i686/ksshaskpass.install (from rev 308133, 
ksshaskpass/trunk/ksshaskpass.install)
===
--- extra-i686/ksshaskpass.install  (rev 0)
+++ extra-i686/ksshaskpass.install  2017-10-17 15:09:11 UTC (rev 308134)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then
+echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile 

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:03:41
  Author: arojas
Revision: 308121

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:03:18 UTC (rev 308120)
+++ extra-i686/PKGBUILD 2017-10-17 15:03:41 UTC (rev 308121)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=systemsettings
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kirigami2 kcmutils khtml kactivities-stats)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2b7878c16d30ffb7915e9db58eedb18e5460659f668ab3945afdd675894cacf1'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: systemsettings/repos/extra-i686/PKGBUILD (from rev 308120, 
systemsettings/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:03:41 UTC (rev 308121)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=systemsettings
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kirigami2 kcmutils khtml kactivities-stats)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3c1367fa2a32261601d445dcb193e0b116235b1b0f8387d459e39437567dde2e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:03:18 UTC (rev 308120)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:03:41 UTC (rev 308121)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=systemsettings
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kirigami2 kcmutils khtml kactivities-stats)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2b7878c16d30ffb7915e9db58eedb18e5460659f668ab3945afdd675894cacf1'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: systemsettings/repos/extra-x86_64/PKGBUILD (from rev 308120, 
systemsettings/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:08:48
  Author: arojas
Revision: 308133

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:08:23 UTC (rev 308132)
+++ extra-i686/PKGBUILD 2017-10-17 15:08:48 UTC (rev 308133)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kscreen
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="KDE's screen management software"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kxmlgui libkscreen qt5-graphicaleffects hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/kscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('f1124d51195e9af80968d4a64a9e6297a3d572c2666cc753701b9e838a13d664'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreen/repos/extra-i686/PKGBUILD (from rev 308132, 
kscreen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:08:48 UTC (rev 308133)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kscreen
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kxmlgui libkscreen qt5-graphicaleffects hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/kscreen-$pkgver.tar.xz"{,.sig})
+sha256sums=('19bd0d5b17562c1ca9be952c76ad5fd451e289b581bdf17d9cbd338553796dea'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:08:23 UTC (rev 308132)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:08:48 UTC (rev 308133)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kscreen
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="KDE's screen management software"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kxmlgui libkscreen qt5-graphicaleffects hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/kscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('f1124d51195e9af80968d4a64a9e6297a3d572c2666cc753701b9e838a13d664'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreen/repos/extra-x86_64/PKGBUILD (from rev 308132, 
kscreen/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
++

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:02:52
  Author: arojas
Revision: 308119

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

Added:
  kinfocenter/repos/extra-i686/PKGBUILD
(from rev 308118, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/extra-i686/kcm-about-distrorc
(from rev 308118, kinfocenter/trunk/kcm-about-distrorc)
  kinfocenter/repos/extra-x86_64/PKGBUILD
(from rev 308118, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/extra-x86_64/kcm-about-distrorc
(from rev 308118, kinfocenter/trunk/kcm-about-distrorc)
Deleted:
  kinfocenter/repos/extra-i686/PKGBUILD
  kinfocenter/repos/extra-i686/kcm-about-distrorc
  kinfocenter/repos/extra-x86_64/PKGBUILD
  kinfocenter/repos/extra-x86_64/kcm-about-distrorc

-+
 /PKGBUILD   |   96 ++
 /kcm-about-distrorc |4 +
 extra-i686/PKGBUILD |   48 ---
 extra-i686/kcm-about-distrorc   |2 
 extra-x86_64/PKGBUILD   |   48 ---
 extra-x86_64/kcm-about-distrorc |2 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:02:29 UTC (rev 308118)
+++ extra-i686/PKGBUILD 2017-10-17 15:02:52 UTC (rev 308119)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kinfocenter
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='A utility that provides information about a computer system'
-arch=(i686 x86_64)
-url='https://www.kde.org/applications/system/kinfocenter/'
-license=(LGPL)
-depends=(kcmutils pciutils glu libraw1394 kwayland)
-makedepends=(extra-cmake-modules python plasma-framework kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
 
-
archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg
-kcm-about-distrorc)
-sha256sums=('a4aee1158ead6d9c5873db4d245fc9bf9522f72e73983d3bde1bbbc9bce51c87'
-'SKIP'
-'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e'
-'02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Install Arch logo
-  install -Dm644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/about-distro/archlinux-logo.svg
-  install -Dm644 "$srcdir"/kcm-about-distrorc 
"$pkgdir"/etc/xdg/kcm-about-distrorc
-}

Copied: kinfocenter/repos/extra-i686/PKGBUILD (from rev 308118, 
kinfocenter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:02:52 UTC (rev 308119)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kinfocenter
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=(LGPL)
+depends=(kcmutils pciutils glu libraw1394 kwayland)
+makedepends=(extra-cmake-modules python plasma-framework kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
 
+
archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg
+kcm-about-distrorc)
+sha256sums=('88b1da98f2e27edfe8c1d6f55188ffd8512bfad4bbc1db30d978200f0c717047'
+'SKIP'
+'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e'
+'02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Install Arch logo
+  install -Dm644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/about-distro/archlinux-logo.svg
+  install -Dm644 "$srcdir"/kcm-about-distrorc 
"$pkgdir"/etc/xdg/kc

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:08:23
  Author: arojas
Revision: 308132

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:07:55 UTC (rev 308131)
+++ extra-i686/PKGBUILD 2017-10-17 15:08:23 UTC (rev 308132)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kgamma5
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Adjust your monitor's gamma settings"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kconfigwidgets)
-makedepends=(extra-cmake-modules python kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ee92121dcb1b2ea4730b7ff917e14c252a11486dffc545bb817b35d8f4a71d2d'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kgamma5/repos/extra-i686/PKGBUILD (from rev 308131, 
kgamma5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:08:23 UTC (rev 308132)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kconfigwidgets)
+makedepends=(extra-cmake-modules python kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cd6f3c3074dbf3da4418d1a57dd287f9da08b9d37c3a21ab8c7ff8627f5735d5'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:07:55 UTC (rev 308131)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:08:23 UTC (rev 308132)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kgamma5
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Adjust your monitor's gamma settings"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kconfigwidgets)
-makedepends=(extra-cmake-modules python kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ee92121dcb1b2ea4730b7ff917e14c252a11486dffc545bb817b35d8f4a71d2d'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kgamma5/repos/extra-x86_64/PKGBUILD (from rev 308131, 
kgamma5/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:08:23 UTC (rev 308132)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspac

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:07:55
  Author: arojas
Revision: 308131

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

Added:
  kdeplasma-addons/repos/extra-i686/PKGBUILD
(from rev 308130, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD
(from rev 308130, kdeplasma-addons/trunk/PKGBUILD)
Deleted:
  kdeplasma-addons/repos/extra-i686/PKGBUILD
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:07:29 UTC (rev 308130)
+++ extra-i686/PKGBUILD 2017-10-17 15:07:55 UTC (rev 308131)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeplasma-addons
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='All kind of addons to improve your Plasma experience'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace)
-makedepends=(extra-cmake-modules kdoctools kross python kdesignerplugin)
-optdepends=('kross: comic applet'
-'purpose: Quickshare applet'
-'quota-tools: disk quota applet')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d4ee021086d77794a20c8a08238bc83e46ca1a2c4126b5bd32b0e43cfb7f0dda'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeplasma-addons/repos/extra-i686/PKGBUILD (from rev 308130, 
kdeplasma-addons/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:07:55 UTC (rev 308131)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace)
+makedepends=(extra-cmake-modules kdoctools kross python kdesignerplugin)
+optdepends=('kross: comic applet'
+'purpose: Quickshare applet'
+'quota-tools: disk quota applet')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('967eb0f08195e4a8b8b2f3b6c42b6afa18106974276dbfda9e3bc6a842abbc25'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:07:29 UTC (rev 308130)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:07:55 UTC (rev 308131)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeplasma-addons
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='All kind of addons to improve your Plasma experience'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace)
-makedepends=(extra-cmake-modules kdoctools kross python kdesignerplugin)
-optdepends=('kross: comic applet'
-'purpose: Quickshare applet'
-'quota-tools: disk quota applet')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d4ee021086d77794a20c8a08238bc83e46ca1a2c4126b5bd32b0e43cfb7f0dda'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
- 

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:03:18
  Author: arojas
Revision: 308120

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:02:52 UTC (rev 308119)
+++ extra-i686/PKGBUILD 2017-10-17 15:03:18 UTC (rev 308120)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksysguard
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Track and control the processes running in your system'
-arch=(i686 x86_64)
-url='https://userbase.kde.org/KSysGuard'
-license=(LGPL)
-depends=(knewstuff libksysguard lm_sensors hicolor-icon-theme kinit)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f2f465d7310910774bb7ce2dd21ee17261f2768faffc448046b9d2f7484a737a'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksysguard/repos/extra-i686/PKGBUILD (from rev 308119, 
ksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:03:18 UTC (rev 308120)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksysguard
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=(i686 x86_64)
+url='https://userbase.kde.org/KSysGuard'
+license=(LGPL)
+depends=(knewstuff libksysguard lm_sensors hicolor-icon-theme kinit)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e11b75b4ccfe325cb988eca0e6c8070438c457b240bfa7f82b014559124fe287'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:02:52 UTC (rev 308119)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:03:18 UTC (rev 308120)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksysguard
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Track and control the processes running in your system'
-arch=(i686 x86_64)
-url='https://userbase.kde.org/KSysGuard'
-license=(LGPL)
-depends=(knewstuff libksysguard lm_sensors hicolor-icon-theme kinit)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f2f465d7310910774bb7ce2dd21ee17261f2768faffc448046b9d2f7484a737a'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksysguard/repos/extra-x86_64/PKGBUILD (from rev 308119, 
ksysguard/trunk/PKGBUILD)
==

[arch-commits] Commit in kde-gtk-config/repos (4 files)

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:07:29
  Author: arojas
Revision: 308130

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

Added:
  kde-gtk-config/repos/extra-i686/PKGBUILD
(from rev 308129, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/extra-x86_64/PKGBUILD
(from rev 308129, kde-gtk-config/trunk/PKGBUILD)
Deleted:
  kde-gtk-config/repos/extra-i686/PKGBUILD
  kde-gtk-config/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:06:58 UTC (rev 308129)
+++ extra-i686/PKGBUILD 2017-10-17 15:07:29 UTC (rev 308130)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-gtk-config
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='GTK2 and GTK3 Configurator for KDE'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(knewstuff kde-cli-tools)
-makedepends=(extra-cmake-modules gtk2 gtk3 python)
-optdepends=('gtk2: GTK2 apps support'
-'gtk3: GTK3 apps support')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dc999a35bc72ec6909d3db5402feb0bba01c54521f8717a3838b03a9e86ec10c'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kde-gtk-config/repos/extra-i686/PKGBUILD (from rev 308129, 
kde-gtk-config/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:07:29 UTC (rev 308130)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-gtk-config
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(knewstuff kde-cli-tools)
+makedepends=(extra-cmake-modules gtk2 gtk3 python)
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('549d0828a5bdc6e46c9d08fd0c2b03c2aaada8b64ffbee39162aed2673e3cba9'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:06:58 UTC (rev 308129)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:07:29 UTC (rev 308130)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-gtk-config
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='GTK2 and GTK3 Configurator for KDE'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(knewstuff kde-cli-tools)
-makedepends=(extra-cmake-modules gtk2 gtk3 python)
-optdepends=('gtk2: GTK2 apps support'
-'gtk3: GTK3 apps support')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dc999a35bc72ec6909d3db5402feb0bba01c54521f8717a3838b03a9e86ec10c'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib 

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:06:58
  Author: arojas
Revision: 308129

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:06:19 UTC (rev 308128)
+++ extra-i686/PKGBUILD 2017-10-17 15:06:58 UTC (rev 308129)
@@ -1,38 +0,0 @@
-# Maintainer:Antonio Rojas 
-
-pkgname=drkonqi
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='The KDE crash handler'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(kidletime kxmlrpcclient gdb)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5b0b19acbcaa614ba0fb6969ac95be7dfa3240aaa6b2ed9c7216cc7fc14dd7ec'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: drkonqi/repos/extra-i686/PKGBUILD (from rev 308128, 
drkonqi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:06:58 UTC (rev 308129)
@@ -0,0 +1,38 @@
+# Maintainer:Antonio Rojas 
+
+pkgname=drkonqi
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='The KDE crash handler'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(kidletime kxmlrpcclient gdb)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6560453eed9c6bee39d214b60693d043a6d02d775832b2527818d534be36004f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:06:19 UTC (rev 308128)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:06:58 UTC (rev 308129)
@@ -1,38 +0,0 @@
-# Maintainer:Antonio Rojas 
-
-pkgname=drkonqi
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='The KDE crash handler'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(kidletime kxmlrpcclient gdb)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5b0b19acbcaa614ba0fb6969ac95be7dfa3240aaa6b2ed9c7216cc7fc14dd7ec'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: drkonqi/repos/extra-x86_64/PKGBUILD (from rev 308128, 
drkonqi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:06:58 UTC (rev 308129)
@@ -0,0 +1,38 @@
+# Maintainer:Antonio Rojas 
+
+pkgname=drkonqi
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='The KDE crash handler'
+arch=(i686 x86_64)
+url='https://www.kde.or

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:06:19
  Author: arojas
Revision: 308128

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

Added:
  discover/repos/extra-i686/PKGBUILD
(from rev 308127, discover/trunk/PKGBUILD)
  discover/repos/extra-i686/discover-no-deb-rpm.patch
(from rev 308127, discover/trunk/discover-no-deb-rpm.patch)
  discover/repos/extra-x86_64/PKGBUILD
(from rev 308127, discover/trunk/PKGBUILD)
  discover/repos/extra-x86_64/discover-no-deb-rpm.patch
(from rev 308127, discover/trunk/discover-no-deb-rpm.patch)
Deleted:
  discover/repos/extra-i686/PKGBUILD
  discover/repos/extra-i686/discover-no-deb-rpm.patch
  discover/repos/extra-x86_64/PKGBUILD
  discover/repos/extra-x86_64/discover-no-deb-rpm.patch

+
 /PKGBUILD  |   92 +++
 /discover-no-deb-rpm.patch |   22 +++
 extra-i686/PKGBUILD|   49 
 extra-i686/discover-no-deb-rpm.patch   |   11 ---
 extra-x86_64/PKGBUILD  |   49 
 extra-x86_64/discover-no-deb-rpm.patch |   11 ---
 6 files changed, 114 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:05:59 UTC (rev 308127)
+++ extra-i686/PKGBUILD 2017-10-17 15:06:19 UTC (rev 308128)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=discover
-pkgver=5.11.0
-pkgrel=2
-pkgdesc='KDE and Plasma resources management GUI'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/discover'
-license=(LGPL)
-depends=(knewstuff kdeclarative kitemmodels qt5-graphicaleffects appstream-qt 
archlinux-appstream-data
- hicolor-icon-theme kirigami2 qt5-quickcontrols)
-makedepends=(extra-cmake-modules python plasma-framework packagekit-qt5 
flatpak)
-optdepends=('packagekit-qt5: to manage packages from Arch Linux repositories' 
'flatpak: Flatpak packages support')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
 discover-no-deb-rpm.patch
-
discover-qt5.9.2.patch::"https://cgit.kde.org/discover.git/patch/?id=36fc062a";)
-sha256sums=('5f62347bba692e9885fc8e5d16ea2cc94d1c1c8e848022fdb31178a046320bd3'
-'SKIP'
-'1910a7a95c8537cdf59fea87bdb4a4ac750d073c63182536358ef5c75508521d'
-'e458d3d4f5c4d42f5a7c9bc3524ce22a7aea87a1b1149205d279b2e89e2fa522')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Don't handle .rpm or .deb files
-  patch -p1 -i ../discover-no-deb-rpm.patch
-  patch -p1 -i ../discover-qt5.9.2.patch # Fix crash with Qt 5.9.2
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: discover/repos/extra-i686/PKGBUILD (from rev 308127, 
discover/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:06:19 UTC (rev 308128)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='KDE and Plasma resources management GUI'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(knewstuff kdeclarative kitemmodels qt5-graphicaleffects appstream-qt 
archlinux-appstream-data
+ hicolor-icon-theme kirigami2 qt5-quickcontrols)
+makedepends=(extra-cmake-modules python plasma-framework packagekit-qt5 
flatpak)
+optdepends=('packagekit-qt5: to manage packages from Arch Linux repositories' 
'flatpak: Flatpak packages support')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
 discover-no-deb-rpm.patch)
+sha256sums=('8ce0f8de803e64b4621a444bc638407e6ff16c8e47f1e32807a8479ab81d257f'
+'SKIP'
+'1910a7a95c8537cdf59fea87bdb4a4ac750d073c63182536358ef5c75508521d')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Don't handle .rpm or .deb files
+  patch -p1 -i ../discover-no-deb-rpm.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_I

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:05:59
  Author: arojas
Revision: 308127

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

Added:
  breeze-gtk/repos/extra-i686/PKGBUILD
(from rev 308126, breeze-gtk/trunk/PKGBUILD)
  breeze-gtk/repos/extra-x86_64/PKGBUILD
(from rev 308126, breeze-gtk/trunk/PKGBUILD)
Deleted:
  breeze-gtk/repos/extra-i686/PKGBUILD
  breeze-gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:05:32 UTC (rev 308126)
+++ extra-i686/PKGBUILD 2017-10-17 15:05:59 UTC (rev 308127)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-gtk
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Breeze widget theme for GTK 2 and 3"
-arch=(i686 x86_64)
-url='https://quickgit.kde.org/?p=breeze-gtk.git'
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b6352b3fe01af79a0ab097668fa34bda1513c9f1a09bbae04ff6fc813c44f83e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare(){
-  mkdir -p build
-}
-
-build(){
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: breeze-gtk/repos/extra-i686/PKGBUILD (from rev 308126, 
breeze-gtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:05:59 UTC (rev 308127)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="Breeze widget theme for GTK 2 and 3"
+arch=(i686 x86_64)
+url='https://quickgit.kde.org/?p=breeze-gtk.git'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f9090029dbe316a176fa7ab668a87234904fd8f5b62b9dd58d81b71adcf46361'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare(){
+  mkdir -p build
+}
+
+build(){
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:05:32 UTC (rev 308126)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:05:59 UTC (rev 308127)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-gtk
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Breeze widget theme for GTK 2 and 3"
-arch=(i686 x86_64)
-url='https://quickgit.kde.org/?p=breeze-gtk.git'
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b6352b3fe01af79a0ab097668fa34bda1513c9f1a09bbae04ff6fc813c44f83e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare(){
-  mkdir -p build
-}
-
-build(){
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: breeze-gtk/repos/extra-x86_64/PKGBUILD (from rev 308126, 
breeze-gtk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:05:59 UTC (rev 308127)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="Breeze widget theme for GTK 2 and 3"
+arch=(i686 x86_64)
+url='https://quickgit.kde.org/?p=breeze-gtk.git'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://d

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:05:15
  Author: arojas
Revision: 308125

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:04:53 UTC (rev 308124)
+++ extra-i686/PKGBUILD 2017-10-17 15:05:15 UTC (rev 308125)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.11.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7cd235b185e1cb7117f1906804553f0e8c7351c762db3c4b811d06fc92e598cd'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 308124, 
bluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:05:15 UTC (rev 308125)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.11.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('58a0a4bfbd99ef4535b7ee6380dc3a53644f367932205b8694f9bc7ed01d3e5c'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:04:53 UTC (rev 308124)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:05:15 UTC (rev 308125)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=5.11.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7cd235b185e1cb7117f1906804553f0e8c7351c762db3c4b811d06fc92e598cd'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copi

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:05:32
  Author: arojas
Revision: 308126

archrelease: copy trunk to extra-any

Added:
  breeze-grub/repos/extra-any/PKGBUILD
(from rev 308125, breeze-grub/trunk/PKGBUILD)
Deleted:
  breeze-grub/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-17 15:05:15 UTC (rev 308125)
+++ PKGBUILD2017-10-17 15:05:32 UTC (rev 308126)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-grub
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Breeze theme for GRUB"
-arch=(any)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(grub)
-makedepends=()
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('18c574d19e4ee89055d20bb001a3a2ac6a217f35cfcb0f8151c6c836b7ecd19b'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-package() {
-  install -d "$pkgdir"/usr/share/grub/themes
-  cp -r $pkgname-$pkgver/breeze "$pkgdir"/usr/share/grub/themes
-}

Copied: breeze-grub/repos/extra-any/PKGBUILD (from rev 308125, 
breeze-grub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-17 15:05:32 UTC (rev 308126)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-grub
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8076f04bd98a2c5c0df70db3a1a3ffdaa6c6b7929e59b3b8a9c5c64a7e88995d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+package() {
+  install -d "$pkgdir"/usr/share/grub/themes
+  cp -r $pkgname-$pkgver/breeze "$pkgdir"/usr/share/grub/themes
+}


[arch-commits] Commit in polkit-kde-agent/repos (4 files)

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:04:53
  Author: arojas
Revision: 308124

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

Added:
  polkit-kde-agent/repos/extra-i686/PKGBUILD
(from rev 308123, polkit-kde-agent/trunk/PKGBUILD)
  polkit-kde-agent/repos/extra-x86_64/PKGBUILD
(from rev 308123, polkit-kde-agent/trunk/PKGBUILD)
Deleted:
  polkit-kde-agent/repos/extra-i686/PKGBUILD
  polkit-kde-agent/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:04:30 UTC (rev 308123)
+++ extra-i686/PKGBUILD 2017-10-17 15:04:53 UTC (rev 308124)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=polkit-kde-agent
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kiconthemes kdbusaddons kcrash)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
-sha256sums=('201709f981c7e1efcba0c7d0809bd1df4134493b7ab68c8f878e320ee6ac3ee6'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-1-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: polkit-kde-agent/repos/extra-i686/PKGBUILD (from rev 308123, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:04:53 UTC (rev 308124)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=polkit-kde-agent
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kiconthemes kdbusaddons kcrash)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
+sha256sums=('dc98fb142b19cbfe181ec15cc5d7a8f164b2cec7afcc8ed152635a983a96cc13'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:04:30 UTC (rev 308123)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:04:53 UTC (rev 308124)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=polkit-kde-agent
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kiconthemes kdbusaddons kcrash)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
-sha256sums=('201709f981c7e1efcba0c7d0809bd1df4134493b7ab68c8f878e320ee6ac3ee6'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-1-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" in

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:04:30
  Author: arojas
Revision: 308123

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:04:02 UTC (rev 308122)
+++ extra-i686/PKGBUILD 2017-10-17 15:04:30 UTC (rev 308123)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=powerdevil
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace bluez-qt networkmanager-qt libkscreen)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('53e097366d42c6c45c0ade76aadd44dffc1a4a209a07a34fa7547ad2adce5fd0'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: powerdevil/repos/extra-i686/PKGBUILD (from rev 308122, 
powerdevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:04:30 UTC (rev 308123)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=powerdevil
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace bluez-qt networkmanager-qt libkscreen)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('18aad71908a2253339a44865029f7b9ceaa30cb5b321a43b3a8c5d2d7e442e0b'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:04:02 UTC (rev 308122)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:04:30 UTC (rev 308123)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=powerdevil
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace bluez-qt networkmanager-qt libkscreen)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('53e097366d42c6c45c0ade76aadd44dffc1a4a209a07a34fa7547ad2adce5fd0'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:04:02
  Author: arojas
Revision: 308122

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:03:41 UTC (rev 308121)
+++ extra-i686/PKGBUILD 2017-10-17 15:04:02 UTC (rev 308122)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmenuedit
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KDE menu editor'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(khotkeys)
-groups=(plasma)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0fe821472215853567a507fbfb8b050a86d4920f96e52fec2f1b7ea2c680e443'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmenuedit/repos/extra-i686/PKGBUILD (from rev 308121, 
kmenuedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:04:02 UTC (rev 308122)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmenuedit
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(khotkeys)
+groups=(plasma)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4621d2f7fc70c3ea82693422b107bd5a0c2009373c251714bca4a0c90ac43420'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:03:41 UTC (rev 308121)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:04:02 UTC (rev 308122)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmenuedit
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KDE menu editor'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(khotkeys)
-groups=(plasma)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0fe821472215853567a507fbfb8b050a86d4920f96e52fec2f1b7ea2c680e443'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmenuedit/repos/extra-x86_64/PKGBUILD (from rev 308121, 
kmenuedit/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:04:02 UTC (rev 308122)
@@ -0,0 +1,40 @@
+# $Id$
+#

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:02:29
  Author: arojas
Revision: 308118

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:01:52 UTC (rev 308117)
+++ extra-i686/PKGBUILD 2017-10-17 15:02:29 UTC (rev 308118)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=khotkeys
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KHotKeys'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('16cd090c27828196bfd3768b09200cd7ce09964c1b9cfa8d777c6f84bd5088f8'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: khotkeys/repos/extra-i686/PKGBUILD (from rev 308117, 
khotkeys/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:02:29 UTC (rev 308118)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=khotkeys
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='KHotKeys'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('850e226ca36549c560a5ee94a2fefe48f9e0b48c32898a86a66de3a4a20e3734'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:01:52 UTC (rev 308117)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:02:29 UTC (rev 308118)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=khotkeys
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KHotKeys'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace)
-makedepends=(extra-cmake-modules kdoctools python kdesignerplugin)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('16cd090c27828196bfd3768b09200cd7ce09964c1b9cfa8d777c6f84bd5088f8'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: khotkeys/repos/extra-x86_64/PKGBUILD (from rev 308117, 
khotkeys/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:02:29 UTC (rev 308118)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintaine

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:01:52
  Author: arojas
Revision: 308117

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 308116, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-i686/kde.pam
(from rev 308116, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 308116, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 308116, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-i686/kde.pam
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam

---+
 /PKGBUILD |  170 
 /kde.pam  |   18 +
 extra-i686/PKGBUILD   |   92 -
 extra-i686/kde.pam|9 --
 extra-x86_64/PKGBUILD |   92 -
 extra-x86_64/kde.pam  |9 --
 6 files changed, 188 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:01:31 UTC (rev 308116)
+++ extra-i686/PKGBUILD 2017-10-17 15:01:52 UTC (rev 308117)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=(plasma-workspace kuiserver plasma-wayland-session)
-pkgver=5.11.0
-pkgrel=2
-pkgdesc='KDE Plasma Workspace'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=(kjsembed knotifyconfig libxdamage libksysguard ktexteditor 
libqalculate qt5-tools kde-cli-tools
- xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
xorg-xprop milou prison kwin
- plasma-integration kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools gpsd baloo appstream-qt krunner 
networkmanager-qt kdesignerplugin)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam
-
plasma-workspace-switch-user.patch::"https://github.com/KDE/plasma-workspace/commit/ac40f7dec47df9.patch";)
-sha256sums=('7c043d05a12cdb1d31b3e47bb3c8bdb312ea4889cdf5d069dcf3f18d729becd3'
-'SKIP'
-'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739'
-'457f113f8b78a9399d3a311425e19481282308c58b12acd09e337d2e50eb9079')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../plasma-workspace-switch-user.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  depends+=(kuiserver)
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
-  'kdepim-addons: displaying PIM events in the calendar'
-  'appmenu-qt4: global menu support for Qt4 applications'
-  'qt5-virtualkeyboard: virtual keyboard support in lock screen'
-  'baloo: Baloo search runner'
-  'appstream-qt: package search runner')
-  provides=(notification-daemon)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
-  # Remove conflicts with kuiserver
-  rm "$pkgdir"/usr/bin/kuiserver5
-  rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
-  rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
-  rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
-  rm "$pkgdir"/etc/xdg/kuiserver.categories
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_kuiserver() {
-  pkgdesc='KDE Progress Info UI server'
-  depends=(kxmlgui)
-
-  cd build/kuiserver
-  make DESTDIR="$pkgdir" install
-}
-
-package_plasma-wayland-session() {
-  pkgdesc='Plasma Wayland session'
-  depends=(plasma-workspace qt5-wayland kwayland-integration 
xorg-server-xwayland)
-  groups=()
-
-  install -Dm644 build/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 308116, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:01:31
  Author: arojas
Revision: 308116

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:01:10 UTC (rev 308115)
+++ extra-i686/PKGBUILD 2017-10-17 15:01:31 UTC (rev 308116)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=plasma-integration
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
-makedepends=(extra-cmake-modules python breeze)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e010989088feefe26240036edbe423be0e16622b402720c26a0d3d0c4ade32c3'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-integration/repos/extra-i686/PKGBUILD (from rev 308115, 
plasma-integration/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:01:31 UTC (rev 308116)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9e9662d8d89f98fae1a5682e831abf068a564d720cd8bbd8e99ececb6884fa4a'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:01:10 UTC (rev 308115)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:01:31 UTC (rev 308116)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=plasma-integration
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
-makedepends=(extra-cmake-modules python breeze)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e010989088feefe26240036edbe423be0e16622b402720c26a0d3d0c4ade32c3'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-integration/repos/extra-x86_64/PKGBUILD (from rev 30811

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:01:10
  Author: arojas
Revision: 308115

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:00:48 UTC (rev 308114)
+++ extra-i686/PKGBUILD 2017-10-17 15:01:10 UTC (rev 308115)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=milou
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="A dedicated search application built on top of Baloo"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(krunner)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d3f690fe4cfeab3cc8e58e663f1834c6e69b417baf5c0a152a4fd610de8b2399'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: milou/repos/extra-i686/PKGBUILD (from rev 308114, milou/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:01:10 UTC (rev 308115)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=milou
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="A dedicated search application built on top of Baloo"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(krunner)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('97a1e69cce3a61386e16647e60869ef2849bb3061ac10e0cdded8688b85cf9ec'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:00:48 UTC (rev 308114)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:01:10 UTC (rev 308115)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=milou
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="A dedicated search application built on top of Baloo"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(krunner)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d3f690fe4cfeab3cc8e58e663f1834c6e69b417baf5c0a152a4fd610de8b2399'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: milou/repos/extra-x86_64/PKGBUILD (from rev 308114, 
milou/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:01:10 UTC (rev 308115)
@@ -0,0 +1,40 @@
+# 

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:00:48
  Author: arojas
Revision: 308114

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:00:25 UTC (rev 308113)
+++ extra-i686/PKGBUILD 2017-10-17 15:00:48 UTC (rev 308114)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkscreen
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KDE screen management software'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(qt5-x11extras libxrandr kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('24b3cb175922cbec2f5b97b249f2beabd365e0726eca5f67f588038aa0748604'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkscreen/repos/extra-i686/PKGBUILD (from rev 308113, 
libkscreen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:00:48 UTC (rev 308114)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkscreen
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='KDE screen management software'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(qt5-x11extras libxrandr kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bb71f493c021e73657696197ac8658e736769ecd388c7b2ecf91c6ff90333b37'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:00:25 UTC (rev 308113)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:00:48 UTC (rev 308114)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkscreen
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='KDE screen management software'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(qt5-x11extras libxrandr kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('24b3cb175922cbec2f5b97b249f2beabd365e0726eca5f67f588038aa0748604'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkscreen/repos/extra-x86_64/PKGBUILD (from rev 308113, 
libkscreen/trunk/PKGBUILD)
===
--- extra-x86_6

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:00:25
  Author: arojas
Revision: 308113

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 15:00:01 UTC (rev 308112)
+++ extra-i686/PKGBUILD 2017-10-17 15:00:25 UTC (rev 308113)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksysguard
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Libksysguard'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(libxres qt5-webkit kwindowsystem kconfigwidgets)
-makedepends=(extra-cmake-modules kdoctools python plasma-framework)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('127d15ec9e476dc19f2855f2b41148336f30f46be6e1e533311e4202bfd5c728'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksysguard/repos/extra-i686/PKGBUILD (from rev 308112, 
libksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:00:25 UTC (rev 308113)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libxres qt5-webkit kwindowsystem kconfigwidgets)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('15424161b6cd133503a285cfef37d6b71405162e46fb7efd720711b1250905d5'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 15:00:01 UTC (rev 308112)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:00:25 UTC (rev 308113)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksysguard
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Libksysguard'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(libxres qt5-webkit kwindowsystem kconfigwidgets)
-makedepends=(extra-cmake-modules kdoctools python plasma-framework)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('127d15ec9e476dc19f2855f2b41148336f30f46be6e1e533311e4202bfd5c728'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksysguard/repos/extra-x86_64/PKGBUILD (from rev 308112, 
libksysguard/trunk/PKGBUILD)
===
--- extra-

[arch-commits] Commit in kde-cli-tools/repos (4 files)

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 15:00:01
  Author: arojas
Revision: 308112

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

Added:
  kde-cli-tools/repos/extra-i686/PKGBUILD
(from rev 308111, kde-cli-tools/trunk/PKGBUILD)
  kde-cli-tools/repos/extra-x86_64/PKGBUILD
(from rev 308111, kde-cli-tools/trunk/PKGBUILD)
Deleted:
  kde-cli-tools/repos/extra-i686/PKGBUILD
  kde-cli-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 14:59:30 UTC (rev 308111)
+++ extra-i686/PKGBUILD 2017-10-17 15:00:01 UTC (rev 308112)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-cli-tools
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kdesu kcmutils kinit kactivities)
-makedepends=(extra-cmake-modules python kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('cd76a45f407520c81a21b1f5bc2100c1ddadcdbf2e2dbb8b073069778055a17b'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
-}

Copied: kde-cli-tools/repos/extra-i686/PKGBUILD (from rev 308111, 
kde-cli-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 15:00:01 UTC (rev 308112)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-cli-tools
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kdesu kcmutils kinit kactivities)
+makedepends=(extra-cmake-modules python kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4c205e6a9cff7283ca727d12827c983d456f49948b82089bba8fa806fdf52736'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 14:59:30 UTC (rev 308111)
+++ extra-x86_64/PKGBUILD   2017-10-17 15:00:01 UTC (rev 308112)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-cli-tools
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kdesu kcmutils kinit kactivities)
-makedepends=(extra-cmake-modules python kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('cd76a45f407520c81a21b1f5bc2100c1ddadcdbf2e2dbb8b073069778055a17b'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBE

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 14:59:30
  Author: arojas
Revision: 308111

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 14:58:35 UTC (rev 308110)
+++ extra-i686/PKGBUILD 2017-10-17 14:59:30 UTC (rev 308111)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='An easy to use, but flexible, composited Window Manager'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kscreenlocker xcb-util-cursor hicolor-icon-theme plasma-framework 
kcmutils breeze kinit)
-makedepends=(extra-cmake-modules qt5-tools kdoctools python)
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fa1b12470f639858ce3d07b820c8336c643f52bcea71fca06f9191d97e1def05'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwin/repos/extra-i686/PKGBUILD (from rev 308110, kwin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 14:59:30 UTC (rev 308111)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='An easy to use, but flexible, composited Window Manager'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kscreenlocker xcb-util-cursor hicolor-icon-theme plasma-framework 
kcmutils breeze kinit)
+makedepends=(extra-cmake-modules qt5-tools kdoctools python)
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('154387df916451236e9c6fb0ebabd59ddfe74c948360bbe97968e94bd745ccaa'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 14:58:35 UTC (rev 308110)
+++ extra-x86_64/PKGBUILD   2017-10-17 14:59:30 UTC (rev 308111)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='An easy to use, but flexible, composited Window Manager'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kscreenlocker xcb-util-cursor hicolor-icon-theme plasma-framework 
kcmutils breeze kinit)
-makedepends=(extra-cmake-modules qt5-tools kdoctools python)
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fa1b12470f639858ce3d07b820c8336c643f52bcea71fca06f9191d97e1def05'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 14:57:58
  Author: arojas
Revision: 308109

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 14:57:25 UTC (rev 308108)
+++ extra-i686/PKGBUILD 2017-10-17 14:57:58 UTC (rev 308109)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=oxygen
-pkgname=(oxygen oxygen-kde4)
-pkgver=5.11.0
-pkgrel=1
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(frameworkintegration kcmutils kdecoration extra-cmake-modules 
kdoctools kdelibs automoc4 python)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('205680de697e327096cce06a3895276f0019121ac6018add4da1be95b1779319'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-  cd ..
-
-  cd build-kde4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DUSE_KDE4=ON
-  make
-}
-
-package_oxygen() {
-  pkgdesc='KDE Oxygen style'
-  depends=(frameworkintegration kdecoration kcmutils kwayland 
hicolor-icon-theme)
-  conflicts=(oxygen-cursors)
-  replaces=(oxygen-cursors)
-  groups=(plasma)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_oxygen-kde4() {
-  pkgdesc='KDE Oxygen style for KDE4 applications'
-  depends=(kdelibs)
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed so that pure Qt4 apps are correctly themed
-  install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: oxygen/repos/extra-i686/PKGBUILD (from rev 308108, 
oxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 14:57:58 UTC (rev 308109)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=oxygen
+pkgname=(oxygen oxygen-kde4)
+pkgver=5.11.1
+pkgrel=1
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+makedepends=(frameworkintegration kcmutils kdecoration extra-cmake-modules 
kdoctools kdelibs automoc4 python)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3f0544c0376ac98f063dca14f7c0414a69cff775b1e67e4033922d5630a17e2c'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+  cd ..
+
+  cd build-kde4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DUSE_KDE4=ON
+  make
+}
+
+package_oxygen() {
+  pkgdesc='KDE Oxygen style'
+  depends=(frameworkintegration kdecoration kcmutils kwayland 
hicolor-icon-theme)
+  conflicts=(oxygen-cursors)
+  replaces=(oxygen-cursors)
+  groups=(plasma)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-kde4() {
+  pkgdesc='KDE Oxygen style for KDE4 applications'
+  depends=(kdelibs)
+
+  cd build-kde4
+  make DESTDIR="$pkgdir" install
+
+  # needed so that pure Qt4 apps are correctly themed
+  install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles
+  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 14:57:25 UTC (rev 308

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 14:58:35
  Author: arojas
Revision: 308110

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 14:57:58 UTC (rev 308109)
+++ extra-i686/PKGBUILD 2017-10-17 14:58:35 UTC (rev 308110)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=breeze
-pkgname=(breeze breeze-kde4)
-pkgver=5.11.0
-pkgrel=1
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(extra-cmake-modules frameworkintegration kdelibs automoc4 
kdecoration kcmutils plasma-framework python)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('d46449e0845f46e5e4ba6a7e0976701e08c16c271e3bfd189a2c56d7e9370180'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=(frameworkintegration kdecoration breeze-icons kwayland 
hicolor-icon-theme)
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-   'breeze-gtk: Breeze widget style for GTK applications'
-   'kcmutils: for breeze-settings')
-  groups=(plasma)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_breeze-kde4() {
-  pkgdesc='Breeze widget style for KDE4 applications'
-  depends=(kdelibs)
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed for pure Qt4 apps
-  install -d "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: breeze/repos/extra-i686/PKGBUILD (from rev 308109, 
breeze/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 14:58:35 UTC (rev 308110)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=breeze
+pkgname=(breeze breeze-kde4)
+pkgver=5.11.1
+pkgrel=1
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+makedepends=(extra-cmake-modules frameworkintegration kdelibs automoc4 
kdecoration kcmutils plasma-framework python)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('970a0e9a50dfb49252cbf341e6fe3ee88c5e6870a490edd667d5e208e4c90b7b'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=(frameworkintegration kdecoration breeze-icons kwayland 
hicolor-icon-theme)
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+   'breeze-gtk: Breeze widget style for GTK applications'
+   'kcmutils: for breeze-settings')
+  groups=(plasma)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_breeze-kde4() {
+  pkgdesc='Breeze widget style for KDE4 applications'
+  depends=(kdelibs)
+
+  cd build-kde4
+  make DESTDIR="$pkgdir" 

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 14:57:25
  Author: arojas
Revision: 308108

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 14:56:54 UTC (rev 308107)
+++ extra-i686/PKGBUILD 2017-10-17 14:57:25 UTC (rev 308108)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdecoration
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Plugin based library to create window decorations'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2e6453445a7695c598005110ecedb58a50a9fd8fafcdbd3ba7bf2350210d0399'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdecoration/repos/extra-i686/PKGBUILD (from rev 308107, 
kdecoration/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 14:57:25 UTC (rev 308108)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdecoration
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f08e053589879dd2a16ce5a0fcde710105e336d7041d21e4f6d5175f996efbca'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 14:56:54 UTC (rev 308107)
+++ extra-x86_64/PKGBUILD   2017-10-17 14:57:25 UTC (rev 308108)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdecoration
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Plugin based library to create window decorations'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2e6453445a7695c598005110ecedb58a50a9fd8fafcdbd3ba7bf2350210d0399'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdecoration/repos/extra-x86_64/PKGBUILD (from rev 308107, 
kdecoration/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-17 14:57:25 UTC (rev 308108

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 14:56:54
  Author: arojas
Revision: 308107

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 14:56:31 UTC (rev 308106)
+++ extra-i686/PKGBUILD 2017-10-17 14:56:54 UTC (rev 308107)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(kidletime kwayland kdeclarative)
-makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a15fc61c390cc463c51064757cf28b3ad9dbfeebda59e737980b7ff0db3dd2f2'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/extra-i686/PKGBUILD (from rev 308106, 
kscreenlocker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 14:56:54 UTC (rev 308107)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+groups=(plasma)
+depends=(kidletime kwayland kdeclarative)
+makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6f0f4bb27183e99857d12dbd363b1596cd350394e1bbea68e32486f80f17f849'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 14:56:31 UTC (rev 308106)
+++ extra-x86_64/PKGBUILD   2017-10-17 14:56:54 UTC (rev 308107)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.11.0
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(kidletime kwayland kdeclarative)
-makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a15fc61c390cc463c51064757cf28b3ad9dbfeebda59e737980b7ff0db3dd2f2'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/extra-x86_64/PKGBUILD (from rev 308106, 
kscreenlocker/trunk/PKGBUILD)
==

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

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 14:56:31
  Author: arojas
Revision: 308106

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 14:54:05 UTC (rev 308105)
+++ extra-i686/PKGBUILD 2017-10-17 14:56:31 UTC (rev 308106)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kactivitymanagerd
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="System service to manage user's activities and track the usage 
patterns"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio)
-makedepends=(extra-cmake-modules boost python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f46ed3b659432cc261e72c77d8e3614ddc46a439272a255b1ac1479fc3e62657'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kactivitymanagerd/repos/extra-i686/PKGBUILD (from rev 308105, 
kactivitymanagerd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 14:56:31 UTC (rev 308106)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kactivitymanagerd
+pkgver=5.11.1
+pkgrel=1
+pkgdesc="System service to manage user's activities and track the usage 
patterns"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules boost python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0fd6af491e3e75e53949f1ef8b012216076c57e0cd860a7b1789a8f7ecaa66c8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 14:54:05 UTC (rev 308105)
+++ extra-x86_64/PKGBUILD   2017-10-17 14:56:31 UTC (rev 308106)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kactivitymanagerd
-pkgver=5.11.0
-pkgrel=1
-pkgdesc="System service to manage user's activities and track the usage 
patterns"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio)
-makedepends=(extra-cmake-modules boost python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f46ed3b659432cc261e72c77d8e3614ddc46a439272a255b1ac1479fc3e62657'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kactivitymanagerd/repos/extra-x86_64/PKGBUILD (from rev 308105, 
kactivitymanagerd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (re

[arch-commits] Commit in (41 files)

2017-10-17 Thread Antonio Rojas
Date: Tuesday, October 17, 2017 @ 14:54:05
  Author: arojas
Revision: 308105

Plasma 5.11.1

Modified:
  bluedevil/trunk/PKGBUILD
  breeze-grub/trunk/PKGBUILD
  breeze-gtk/trunk/PKGBUILD
  breeze/trunk/PKGBUILD
  discover/trunk/PKGBUILD
  drkonqi/trunk/PKGBUILD
  kactivitymanagerd/trunk/PKGBUILD
  kde-cli-tools/trunk/PKGBUILD
  kde-gtk-config/trunk/PKGBUILD
  kdecoration/trunk/PKGBUILD
  kdeplasma-addons/trunk/PKGBUILD
  kgamma5/trunk/PKGBUILD
  khotkeys/trunk/PKGBUILD
  kinfocenter/trunk/PKGBUILD
  kmenuedit/trunk/PKGBUILD
  kscreen/trunk/PKGBUILD
  kscreenlocker/trunk/PKGBUILD
  ksshaskpass/trunk/PKGBUILD
  ksysguard/trunk/PKGBUILD
  kwallet-pam/trunk/PKGBUILD
  kwayland-integration/trunk/PKGBUILD
  kwin/trunk/PKGBUILD
  kwrited/trunk/PKGBUILD
  libkscreen/trunk/PKGBUILD
  libksysguard/trunk/PKGBUILD
  milou/trunk/PKGBUILD
  oxygen/trunk/PKGBUILD
  plasma-desktop/trunk/PKGBUILD
  plasma-integration/trunk/PKGBUILD
  plasma-nm/trunk/PKGBUILD
  plasma-pa/trunk/PKGBUILD
  plasma-sdk/trunk/PKGBUILD
  plasma-vault/trunk/PKGBUILD
  plasma-workspace-wallpapers/trunk/PKGBUILD
  plasma-workspace/trunk/PKGBUILD
  polkit-kde-agent/trunk/PKGBUILD
  powerdevil/trunk/PKGBUILD
  sddm-kcm/trunk/PKGBUILD
  systemsettings/trunk/PKGBUILD
  user-manager/trunk/PKGBUILD
  xdg-desktop-portal-kde/trunk/PKGBUILD

+
 bluedevil/trunk/PKGBUILD   |4 ++--
 breeze-grub/trunk/PKGBUILD |4 ++--
 breeze-gtk/trunk/PKGBUILD  |4 ++--
 breeze/trunk/PKGBUILD  |4 ++--
 discover/trunk/PKGBUILD|   13 +
 drkonqi/trunk/PKGBUILD |4 ++--
 kactivitymanagerd/trunk/PKGBUILD   |4 ++--
 kde-cli-tools/trunk/PKGBUILD   |4 ++--
 kde-gtk-config/trunk/PKGBUILD  |4 ++--
 kdecoration/trunk/PKGBUILD |4 ++--
 kdeplasma-addons/trunk/PKGBUILD|4 ++--
 kgamma5/trunk/PKGBUILD |4 ++--
 khotkeys/trunk/PKGBUILD|4 ++--
 kinfocenter/trunk/PKGBUILD |4 ++--
 kmenuedit/trunk/PKGBUILD   |4 ++--
 kscreen/trunk/PKGBUILD |4 ++--
 kscreenlocker/trunk/PKGBUILD   |4 ++--
 ksshaskpass/trunk/PKGBUILD |4 ++--
 ksysguard/trunk/PKGBUILD   |4 ++--
 kwallet-pam/trunk/PKGBUILD |4 ++--
 kwayland-integration/trunk/PKGBUILD|4 ++--
 kwin/trunk/PKGBUILD|6 +++---
 kwrited/trunk/PKGBUILD |4 ++--
 libkscreen/trunk/PKGBUILD  |4 ++--
 libksysguard/trunk/PKGBUILD|4 ++--
 milou/trunk/PKGBUILD   |4 ++--
 oxygen/trunk/PKGBUILD  |4 ++--
 plasma-desktop/trunk/PKGBUILD  |4 ++--
 plasma-integration/trunk/PKGBUILD  |6 +++---
 plasma-nm/trunk/PKGBUILD   |4 ++--
 plasma-pa/trunk/PKGBUILD   |4 ++--
 plasma-sdk/trunk/PKGBUILD  |4 ++--
 plasma-vault/trunk/PKGBUILD|4 ++--
 plasma-workspace-wallpapers/trunk/PKGBUILD |4 ++--
 plasma-workspace/trunk/PKGBUILD|   21 +++--
 polkit-kde-agent/trunk/PKGBUILD|4 ++--
 powerdevil/trunk/PKGBUILD  |4 ++--
 sddm-kcm/trunk/PKGBUILD|4 ++--
 systemsettings/trunk/PKGBUILD  |4 ++--
 user-manager/trunk/PKGBUILD|4 ++--
 xdg-desktop-portal-kde/trunk/PKGBUILD  |4 ++--
 41 files changed, 92 insertions(+), 102 deletions(-)

Modified: bluedevil/trunk/PKGBUILD
===
--- bluedevil/trunk/PKGBUILD2017-10-17 14:46:57 UTC (rev 308104)
+++ bluedevil/trunk/PKGBUILD2017-10-17 14:54:05 UTC (rev 308105)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=bluedevil
-pkgver=5.11.0
+pkgver=5.11.1
 pkgrel=1
 epoch=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules plasma-framework kded python)
 groups=(plasma)
 
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7cd235b185e1cb7117f1906804553f0e8c7351c762db3c4b811d06fc92e598cd'
+sha256sums=('58a0a4bfbd99ef4535b7ee6380dc3a53644f367932205b8694f9bc7ed01d3e5c'
 'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon

Modified: breeze/trunk/PKGBUILD
===
--- breeze/trunk/PKGBUILD   2017-10-17 14:46:57 UTC (rev 308104)
+++ breeze/trunk/PKGBUILD   2017-10-17 14:54:05 UTC (rev 308105)
@@ -5,7 +5,7 @@
 
 pkgbase=breeze
 pkgname=(breeze bre

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

2017-10-17 Thread Jelle van der Waa
Date: Tuesday, October 17, 2017 @ 14:46:43
  Author: jelle
Revision: 308103

upgpkg: python-wpactrl 20090609-6

Daniel Isenmann key removal

Modified:
  python-wpactrl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 13:43:01 UTC (rev 308102)
+++ PKGBUILD2017-10-17 14:46:43 UTC (rev 308103)
@@ -4,7 +4,7 @@
 pkgbase=python-wpactrl
 pkgname=python2-wpactrl
 pkgver=20090609
-pkgrel=5
+pkgrel=6
 pkgdesc="A Python extension for wpa_supplicant/hostapd control interface 
access"
 arch=('i686' 'x86_64')
 url="http://projects.otaku42.de/wiki/PythonWpaCtrl";


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

2017-10-17 Thread Jelle van der Waa
Date: Tuesday, October 17, 2017 @ 14:46:57
  Author: jelle
Revision: 308104

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

Added:
  python-wpactrl/repos/extra-i686/PKGBUILD
(from rev 308103, python-wpactrl/trunk/PKGBUILD)
  python-wpactrl/repos/extra-x86_64/PKGBUILD
(from rev 308103, python-wpactrl/trunk/PKGBUILD)
Deleted:
  python-wpactrl/repos/extra-i686/PKGBUILD
  python-wpactrl/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-17 14:46:43 UTC (rev 308103)
+++ extra-i686/PKGBUILD 2017-10-17 14:46:57 UTC (rev 308104)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgbase=python-wpactrl
-pkgname=python2-wpactrl
-pkgver=20090609
-pkgrel=5
-pkgdesc="A Python extension for wpa_supplicant/hostapd control interface 
access"
-arch=('i686' 'x86_64')
-url="http://projects.otaku42.de/wiki/PythonWpaCtrl";
-license=('GPL2')
-depends=('python2')
-conflicts=('python-wpactrl<=20090609-3')
-replaces=('python-wpactrl<=20090609-3')
-source=(https://sources.archlinux.org/other/${pkgbase}/python-wpactrl-20090609.tar.gz)
-md5sums=('8d45739aa9bfa1110a4570bb5ceda768')
-
-build() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   python2 setup.py build
-}
-
-package_python2-wpactrl() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   python2 setup.py install --root="${pkgdir}"
-}

Copied: python-wpactrl/repos/extra-i686/PKGBUILD (from rev 308103, 
python-wpactrl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-17 14:46:57 UTC (rev 308104)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgbase=python-wpactrl
+pkgname=python2-wpactrl
+pkgver=20090609
+pkgrel=6
+pkgdesc="A Python extension for wpa_supplicant/hostapd control interface 
access"
+arch=('i686' 'x86_64')
+url="http://projects.otaku42.de/wiki/PythonWpaCtrl";
+license=('GPL2')
+depends=('python2')
+conflicts=('python-wpactrl<=20090609-3')
+replaces=('python-wpactrl<=20090609-3')
+source=(https://sources.archlinux.org/other/${pkgbase}/python-wpactrl-20090609.tar.gz)
+md5sums=('8d45739aa9bfa1110a4570bb5ceda768')
+
+build() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   python2 setup.py build
+}
+
+package_python2-wpactrl() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-17 14:46:43 UTC (rev 308103)
+++ extra-x86_64/PKGBUILD   2017-10-17 14:46:57 UTC (rev 308104)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgbase=python-wpactrl
-pkgname=python2-wpactrl
-pkgver=20090609
-pkgrel=5
-pkgdesc="A Python extension for wpa_supplicant/hostapd control interface 
access"
-arch=('i686' 'x86_64')
-url="http://projects.otaku42.de/wiki/PythonWpaCtrl";
-license=('GPL2')
-depends=('python2')
-conflicts=('python-wpactrl<=20090609-3')
-replaces=('python-wpactrl<=20090609-3')
-source=(https://sources.archlinux.org/other/${pkgbase}/python-wpactrl-20090609.tar.gz)
-md5sums=('8d45739aa9bfa1110a4570bb5ceda768')
-
-build() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   python2 setup.py build
-}
-
-package_python2-wpactrl() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   python2 setup.py install --root="${pkgdir}"
-}

Copied: python-wpactrl/repos/extra-x86_64/PKGBUILD (from rev 308103, 
python-wpactrl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-17 14:46:57 UTC (rev 308104)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgbase=python-wpactrl
+pkgname=python2-wpactrl
+pkgver=20090609
+pkgrel=6
+pkgdesc="A Python extension for wpa_supplicant/hostapd control interface 
access"
+arch=('i686' 'x86_64')
+url="http://projects.otaku42.de/wiki/PythonWpaCtrl";
+license=('GPL2')
+depends=('python2')
+conflicts=('python-wpactrl<=20090609-3')
+replaces=('python-wpactrl<=20090609-3')
+source=(https://sources.archlinux.org/other/${pkgbase}/python-wpactrl-20090609.tar.gz)
+md5sums=('8d45739aa9bfa1110a4570bb5ceda768')
+
+build() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   python2 setup.py build
+}
+
+package_python2-wpactrl() {
+   cd "${srcdir}/${pkgbase}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+}


[arch-commits] Commit in zabbix/repos (30 files)

2017-10-17 Thread Florian Pritz
Date: Tuesday, October 17, 2017 @ 13:43:01
  Author: bluewind
Revision: 308102

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

Added:
  zabbix/repos/testing-i686/
  zabbix/repos/testing-i686/PKGBUILD
(from rev 308101, zabbix/trunk/PKGBUILD)
  zabbix/repos/testing-i686/zabbix-agent.service
(from rev 308101, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/testing-i686/zabbix-agent.sysusers
(from rev 308101, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/testing-i686/zabbix-agent.tmpfiles
(from rev 308101, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/testing-i686/zabbix-proxy-mysql.service
(from rev 308101, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/testing-i686/zabbix-proxy-pgsql.service
(from rev 308101, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/testing-i686/zabbix-proxy-sqlite.service
(from rev 308101, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/testing-i686/zabbix-proxy.sysusers
(from rev 308101, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/testing-i686/zabbix-proxy.tmpfiles
(from rev 308101, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/testing-i686/zabbix-server-mysql.service
(from rev 308101, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/testing-i686/zabbix-server-pgsql.service
(from rev 308101, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/testing-i686/zabbix-server.install
(from rev 308101, zabbix/trunk/zabbix-server.install)
  zabbix/repos/testing-i686/zabbix-server.sysusers
(from rev 308101, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/testing-i686/zabbix-server.tmpfiles
(from rev 308101, zabbix/trunk/zabbix-server.tmpfiles)
  zabbix/repos/testing-x86_64/
  zabbix/repos/testing-x86_64/PKGBUILD
(from rev 308101, zabbix/trunk/PKGBUILD)
  zabbix/repos/testing-x86_64/zabbix-agent.service
(from rev 308101, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/testing-x86_64/zabbix-agent.sysusers
(from rev 308101, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/testing-x86_64/zabbix-agent.tmpfiles
(from rev 308101, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-proxy-mysql.service
(from rev 308101, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-pgsql.service
(from rev 308101, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-proxy-sqlite.service
(from rev 308101, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/testing-x86_64/zabbix-proxy.sysusers
(from rev 308101, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/testing-x86_64/zabbix-proxy.tmpfiles
(from rev 308101, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/testing-x86_64/zabbix-server-mysql.service
(from rev 308101, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/testing-x86_64/zabbix-server-pgsql.service
(from rev 308101, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/testing-x86_64/zabbix-server.install
(from rev 308101, zabbix/trunk/zabbix-server.install)
  zabbix/repos/testing-x86_64/zabbix-server.sysusers
(from rev 308101, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/testing-x86_64/zabbix-server.tmpfiles
(from rev 308101, zabbix/trunk/zabbix-server.tmpfiles)

+
 testing-i686/PKGBUILD  |  181 +++
 testing-i686/zabbix-agent.service  |   11 +
 testing-i686/zabbix-agent.sysusers |1 
 testing-i686/zabbix-agent.tmpfiles |1 
 testing-i686/zabbix-proxy-mysql.service|   12 +
 testing-i686/zabbix-proxy-pgsql.service|   12 +
 testing-i686/zabbix-proxy-sqlite.service   |   12 +
 testing-i686/zabbix-proxy.sysusers |1 
 testing-i686/zabbix-proxy.tmpfiles |1 
 testing-i686/zabbix-server-mysql.service   |   12 +
 testing-i686/zabbix-server-pgsql.service   |   12 +
 testing-i686/zabbix-server.install |   12 +
 testing-i686/zabbix-server.sysusers|1 
 testing-i686/zabbix-server.tmpfiles|1 
 testing-x86_64/PKGBUILD|  181 +++
 testing-x86_64/zabbix-agent.service|   11 +
 testing-x86_64/zabbix-agent.sysusers   |1 
 testing-x86_64/zabbix-agent.tmpfiles   |1 
 testing-x86_64/zabbix-proxy-mysql.service  |   12 +
 testing-x86_64/zabbix-proxy-pgsql.service  |   12 +
 testing-x86_64/zabbix-proxy-sqlite.service |   12 +
 testing-x86_64/zabbix-proxy.sysusers   |1 
 testing-x86_64/zabbix-proxy.tmpfiles   |1 
 testing-x86_64/zabbix-server-mysql.service |   12 +
 testing-x86_64/zabbix-server-pgsql.service |   12 +
 testing-x86_64/zabbix-server.install   |   12 +
 testing-x86_64/zabbix-server.sysusers  |1 
 testing-x86_64/zabbix-server.tmpfiles  |1 
 28 files changed, 540 insertions(+)

Copied: zabbix/repos/testing-i686/PKGBUILD (from rev 308101, 
zabb

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

2017-10-17 Thread Florian Pritz
Date: Tuesday, October 17, 2017 @ 13:42:44
  Author: bluewind
Revision: 308101

upgpkg: zabbix 3.4.3-1

upstream update

Modified:
  zabbix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 12:47:21 UTC (rev 308100)
+++ PKGBUILD2017-10-17 13:42:44 UTC (rev 308101)
@@ -4,7 +4,7 @@
 
 pkgbase=zabbix
 pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 arch=(i686 x86_64)
 url='http://www.zabbix.com/'
@@ -15,7 +15,7 @@
zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
 
-sha256sums=('54c21e04da4ef43380af647c6a0ddff67614337386fa318da021117efe5b334f'
+sha256sums=('00e87db503d332a1e3905d13f36b6ddad32c2514f03060361168655a8d4fd8cf'
 '484fa9969eab61eaf20043ae08e2615c0569982dff869c985f2e2065da698c6a'
 'ef23133aae2340945e621c9725094a3458d9089d3de15f641afcdabdf7c5a39c'
 'c38a871d237b00dd6310dfb02e5a8e1b930e445204e73dde8305bed8baf380ec'


[arch-commits] Commit in consul/repos (16 files)

2017-10-17 Thread Thore Bödecker
Date: Tuesday, October 17, 2017 @ 13:31:32
  Author: foxxx0
Revision: 263157

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

Added:
  consul/repos/community-testing-i686/
  consul/repos/community-testing-i686/PKGBUILD
(from rev 263156, consul/trunk/PKGBUILD)
  consul/repos/community-testing-i686/consul.default
(from rev 263156, consul/trunk/consul.default)
  consul/repos/community-testing-i686/consul.install
(from rev 263156, consul/trunk/consul.install)
  consul/repos/community-testing-i686/consul.service
(from rev 263156, consul/trunk/consul.service)
  consul/repos/community-testing-i686/consul.sysusers
(from rev 263156, consul/trunk/consul.sysusers)
  consul/repos/community-testing-i686/disable-broken-api-test.patch
(from rev 263156, consul/trunk/disable-broken-api-test.patch)
  consul/repos/community-testing-i686/example.json
(from rev 263156, consul/trunk/example.json)
  consul/repos/community-testing-x86_64/
  consul/repos/community-testing-x86_64/PKGBUILD
(from rev 263156, consul/trunk/PKGBUILD)
  consul/repos/community-testing-x86_64/consul.default
(from rev 263156, consul/trunk/consul.default)
  consul/repos/community-testing-x86_64/consul.install
(from rev 263156, consul/trunk/consul.install)
  consul/repos/community-testing-x86_64/consul.service
(from rev 263156, consul/trunk/consul.service)
  consul/repos/community-testing-x86_64/consul.sysusers
(from rev 263156, consul/trunk/consul.sysusers)
  consul/repos/community-testing-x86_64/disable-broken-api-test.patch
(from rev 263156, consul/trunk/disable-broken-api-test.patch)
  consul/repos/community-testing-x86_64/example.json
(from rev 263156, consul/trunk/example.json)

+
 community-testing-i686/PKGBUILD|   72 +
 community-testing-i686/consul.default  |1 
 community-testing-i686/consul.install  |9 +
 community-testing-i686/consul.service  |   16 ++
 community-testing-i686/consul.sysusers |1 
 community-testing-i686/disable-broken-api-test.patch   |  118 +++
 community-testing-i686/example.json|7 
 community-testing-x86_64/PKGBUILD  |   72 +
 community-testing-x86_64/consul.default|1 
 community-testing-x86_64/consul.install|9 +
 community-testing-x86_64/consul.service|   16 ++
 community-testing-x86_64/consul.sysusers   |1 
 community-testing-x86_64/disable-broken-api-test.patch |  118 +++
 community-testing-x86_64/example.json  |7 
 14 files changed, 448 insertions(+)

Copied: consul/repos/community-testing-i686/PKGBUILD (from rev 263156, 
consul/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-17 13:31:32 UTC (rev 263157)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Thore Bödecker 
+# Maintainer: Felix Yan 
+
+pkgname=consul
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A tool for service discovery, monitoring and configuration."
+arch=('i686' 'x86_64')
+_gocli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b' # HEAD
+url="https://www.consul.io";
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go-pie' 'procps-ng' 'syslog-ng')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/consul/archive/v$pkgver.tar.gz";
+"git+https://github.com/mitchellh/cli#commit=${_gocli_commit}";
+consul.service
+consul.default
+consul.sysusers
+example.json
+disable-broken-api-test.patch)
+install=consul.install
+sha512sums=('8223f79aa1b7bfc5693168b56fbe9a506ca504771c92328afeb99e78dce8699c7532582749a372dfed10dd4b7c440ace0dd248f1ae27247059da3e2f88293a88'
+'SKIP'
+
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
+
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
+
'ef872aedb2bc022a29292b7972a792b22e684c1ccb904a2b2cfec6d8966c28fb19be1452ce060821c419f1b646b236ba2e783175595e4bb6926d164c27a15c87'
+
'c4292b8f56ee955ed7385a49843fd90d6434029891b3e1e724cb2fc841514c06e2554a26d3937c114371b18c2168c4e64319eb2cbd726ee8b35870df19089348'
+
'ad5b5ea1fd4ec443c98a89da9fb581d32894c4583dec3707ce9096ed45706bc800f8eb20e5a0c68f6de437d228e09a97bad5815b5bba9b18ae339bcf9a42f8f7')
+
+prepare() {
+  export  GOPATH="${srcdir}"
+  export  PATH="$PATH:$GOPATH/bin"
+  mkdir -p "src/github.com/mitchellh"
+  mkdir -p "src/github.com/hashicorp"
+
+  mv "${pkgname}-${pkgver}" "src/github.com/hashicorp/${pkgname}"
+  mv "cli" "src/github.com/mitchellh/cli

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

2017-10-17 Thread Thore Bödecker
Date: Tuesday, October 17, 2017 @ 13:31:16
  Author: foxxx0
Revision: 263156

upgpkg: consul 1.0.0-1

update to 1.0.0

Modified:
  consul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 13:20:46 UTC (rev 263155)
+++ PKGBUILD2017-10-17 13:31:16 UTC (rev 263156)
@@ -3,8 +3,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=consul
-pkgver=0.9.3
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="A tool for service discovery, monitoring and configuration."
 arch=('i686' 'x86_64')
 _gocli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b' # HEAD
@@ -20,7 +20,7 @@
 example.json
 disable-broken-api-test.patch)
 install=consul.install
-sha512sums=('a1c9cdd3e197afbf088bd1866af15c1864cb8d042dc65d2fcc0d9070b8bf2f9380cf2ceadaff6d5bba7ecd379d53f4b8191e1ae6832f1b2c82f21c62f07d8b0f'
+sha512sums=('8223f79aa1b7bfc5693168b56fbe9a506ca504771c92328afeb99e78dce8699c7532582749a372dfed10dd4b7c440ace0dd248f1ae27247059da3e2f88293a88'
 'SKIP'
 
'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
 
'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'


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

2017-10-17 Thread Felix Yan
Date: Tuesday, October 17, 2017 @ 13:20:46
  Author: felixonmars
Revision: 263155

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

Added:
  danmaq/repos/community-i686/PKGBUILD
(from rev 263154, danmaq/trunk/PKGBUILD)
  danmaq/repos/community-x86_64/PKGBUILD
(from rev 263154, danmaq/trunk/PKGBUILD)
Deleted:
  danmaq/repos/community-i686/PKGBUILD
  danmaq/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-10-17 13:20:07 UTC (rev 263154)
+++ community-i686/PKGBUILD 2017-10-17 13:20:46 UTC (rev 263155)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=danmaq
-pkgdesc="A small client side Qt program to play danmaku on any screen"
-pkgver=0.2
-pkgrel=1
-arch=("i686" "x86_64")
-license=('GPL')
-url="https://github.com/tuna/danmaQ";
-depends=('qt5-x11extras')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tuna/danmaQ/archive/v$pkgver.tar.gz";)
-md5sums=('1f9b76446978c7017e20cd8394821895')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../danmaQ-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: danmaq/repos/community-i686/PKGBUILD (from rev 263154, 
danmaq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-17 13:20:46 UTC (rev 263155)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=danmaq
+pkgdesc="A small client side Qt program to play danmaku on any screen"
+pkgver=0.2.2
+pkgrel=1
+arch=("i686" "x86_64")
+license=('GPL')
+url="https://github.com/tuna/danmaQ";
+depends=('qt5-x11extras')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tuna/danmaQ/archive/v$pkgver.tar.gz";)
+sha512sums=('bda3fe289424c3e8d0d0f415eced742f3837a1a4717caf659796e0de0d37429e017951b825c1d53753ed89cd3cccfdc5b6f9ccacaee512e865578e13727047d3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../danmaQ-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-17 13:20:07 UTC (rev 263154)
+++ community-x86_64/PKGBUILD   2017-10-17 13:20:46 UTC (rev 263155)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=danmaq
-pkgdesc="A small client side Qt program to play danmaku on any screen"
-pkgver=0.2
-pkgrel=1
-arch=("i686" "x86_64")
-license=('GPL')
-url="https://github.com/tuna/danmaQ";
-depends=('qt5-x11extras')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tuna/danmaQ/archive/v$pkgver.tar.gz";)
-md5sums=('1f9b76446978c7017e20cd8394821895')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../danmaQ-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: danmaq/repos/community-x86_64/PKGBUILD (from rev 263154, 
danmaq/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-17 13:20:46 UTC (rev 263155)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=danmaq
+pkgdesc="A small client side Qt program to play danmaku on any screen"
+pkgver=0.2.2
+pkgrel=1
+arch=("i686" "x86_64")
+license=('GPL')
+url="https://github.com/tuna/danmaQ";
+depends=('qt5-x11extras')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tuna/danmaQ/archive/v$pkgver.tar.gz";)
+sha512sums=('bda3fe289424c3e8d0d0f415eced742f3837a1a4717caf659796e0de0d37429e017951b825c1d53753ed89cd3cccfdc5b6f9ccacaee512e865578e13727047d3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../danmaQ-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-10-17 Thread Felix Yan
Date: Tuesday, October 17, 2017 @ 13:20:07
  Author: felixonmars
Revision: 263154

upgpkg: danmaq 0.2.2-1

Modified:
  danmaq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 13:16:34 UTC (rev 263153)
+++ PKGBUILD2017-10-17 13:20:07 UTC (rev 263154)
@@ -3,7 +3,7 @@
 
 pkgname=danmaq
 pkgdesc="A small client side Qt program to play danmaku on any screen"
-pkgver=0.2
+pkgver=0.2.2
 pkgrel=1
 arch=("i686" "x86_64")
 license=('GPL')
@@ -11,7 +11,7 @@
 depends=('qt5-x11extras')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tuna/danmaQ/archive/v$pkgver.tar.gz";)
-md5sums=('1f9b76446978c7017e20cd8394821895')
+sha512sums=('bda3fe289424c3e8d0d0f415eced742f3837a1a4717caf659796e0de0d37429e017951b825c1d53753ed89cd3cccfdc5b6f9ccacaee512e865578e13727047d3')
 
 prepare() {
   mkdir -p build


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

2017-10-17 Thread Massimiliano Torromeo
Date: Tuesday, October 17, 2017 @ 13:16:34
  Author: mtorromeo
Revision: 263153

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

Added:
  passenger/repos/community-i686/PKGBUILD
(from rev 263152, passenger/trunk/PKGBUILD)
  passenger/repos/community-i686/passenger.install
(from rev 263152, passenger/trunk/passenger.install)
  passenger/repos/community-x86_64/PKGBUILD
(from rev 263152, passenger/trunk/PKGBUILD)
  passenger/repos/community-x86_64/passenger.install
(from rev 263152, passenger/trunk/passenger.install)
Deleted:
  passenger/repos/community-i686/PKGBUILD
  passenger/repos/community-i686/passenger.install
  passenger/repos/community-x86_64/PKGBUILD
  passenger/repos/community-x86_64/passenger.install

+
 /PKGBUILD  |  150 +++
 /passenger.install |   64 ++
 community-i686/PKGBUILD|   75 -
 community-i686/passenger.install   |   32 ---
 community-x86_64/PKGBUILD  |   75 -
 community-x86_64/passenger.install |   32 ---
 6 files changed, 214 insertions(+), 214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-17 13:16:10 UTC (rev 263152)
+++ community-i686/PKGBUILD 2017-10-17 13:16:34 UTC (rev 263153)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgbase=passenger
-pkgname=(passenger mod_passenger nginx-mod-passenger)
-pkgver=5.1.10
-pkgrel=1
-_nginxver=1.12.1
-pkgdesc="Fast and robust web server and application server for Ruby, Python 
and Node.js"
-arch=('i686' 'x86_64')
-url="https://www.phusionpassenger.com";
-_watch="https://github.com/phusion/passenger/releases";
-license=('MIT')
-makedepends=('ruby' 'ruby-rack' 'curl' 'apache')
-options=('!emptydirs' 'staticlibs')
-validpgpkeys=('D5F0851426939232F437AB722AC745A50A212A8C'
-  '16378A33A6EF16762922526E561F9B9CAC40B2F7'
-  'B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-source=(https://s3.amazonaws.com/phusion-passenger/releases/passenger-$pkgver.tar.gz{,.asc}
-https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc})
-sha256sums=('ff9607e559c2e8a37b0344a347ff59fb91212ed3a26f1253450797856bd8dda2'
-'SKIP'
-'8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-'SKIP')
-
-build(){
-  cd "$srcdir"/nginx-$_nginxver
-  ./configure --with-compat 
--add-dynamic-module=../$pkgbase-$pkgver/src/nginx_module
-  make modules
-
-  cd "$srcdir"/$pkgbase-$pkgver
-  rake nginx CACHING=false
-  ./bin/passenger-install-apache2-module -a
-}
-
-package_passenger() {
-  cd "$srcdir"/passenger-$pkgver
-  depends=('ruby' 'ruby-rack' 'curl')
-
-  mkdir -p "$pkgdir"/usr/lib/passenger/
-  cp -R * "$pkgdir"/usr/lib/passenger/
-
-  install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mod_passenger() {
-  pkgdesc="Passenger apache module"
-  depends=('passenger' 'apache')
-  install=passenger.install
-
-  cd "$srcdir"/passenger-$pkgver
-
-  mkdir -p "$pkgdir"/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
"$pkgdir"/usr/lib/httpd/modules/mod_passenger.so
-
-  install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_nginx-mod-passenger() {
-  pkgdesc="Passenger nginx module"
-  depends=('passenger' "nginx=$_nginxver")
-
-  install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  cd "$srcdir"/nginx-$_nginxver/objs
-  for mod in ngx_*.so; do
-install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-  done
-
-  install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: passenger/repos/community-i686/PKGBUILD (from rev 263152, 
passenger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-17 13:16:34 UTC (rev 263153)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgbase=passenger
+pkgname=(passenger mod_passenger nginx-mod-passenger)
+pkgver=5.1.11
+pkgrel=1
+_nginxver=1.12.1
+pkgdesc="Fast and robust web server and application server for Ruby, Python 
and Node.js"
+arch=('i686' 'x86_64')
+url="https://www.phusionpassenger.com";
+_watch="https://github.com/phusion/passenger/releases";
+license=('MIT')
+makedepends=('ruby' 'ruby-rack' 'curl' 'apache')
+options=('!emptydirs' 'staticlibs')
+validpgpkeys=('D5F0851426939232F437AB722AC745A50A212A8C'
+  '16378A33A6EF16762922526E561F9B9CAC40B2F7'
+  'B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

+source=(https://s

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

2017-10-17 Thread Massimiliano Torromeo
Date: Tuesday, October 17, 2017 @ 13:16:10
  Author: mtorromeo
Revision: 263152

upgpkg: passenger 5.1.11-1

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 13:15:49 UTC (rev 263151)
+++ PKGBUILD2017-10-17 13:16:10 UTC (rev 263152)
@@ -3,7 +3,7 @@
 
 pkgbase=passenger
 pkgname=(passenger mod_passenger nginx-mod-passenger)
-pkgver=5.1.10
+pkgver=5.1.11
 pkgrel=1
 _nginxver=1.12.1
 pkgdesc="Fast and robust web server and application server for Ruby, Python 
and Node.js"
@@ -18,7 +18,7 @@
   'B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

 
source=(https://s3.amazonaws.com/phusion-passenger/releases/passenger-$pkgver.tar.gz{,.asc}
 https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc})
-sha256sums=('ff9607e559c2e8a37b0344a347ff59fb91212ed3a26f1253450797856bd8dda2'
+sha256sums=('26fc56b2f6d27ed58b948d9601a17a4f61e98fd16349bcb46f3ecebcac3177dd'
 'SKIP'
 '8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
 'SKIP')


[arch-commits] Commit in deepin-wm-switcher/repos (4 files)

2017-10-17 Thread Felix Yan
Date: Tuesday, October 17, 2017 @ 13:15:49
  Author: felixonmars
Revision: 263151

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

Added:
  deepin-wm-switcher/repos/community-i686/PKGBUILD
(from rev 263150, deepin-wm-switcher/trunk/PKGBUILD)
  deepin-wm-switcher/repos/community-x86_64/PKGBUILD
(from rev 263150, deepin-wm-switcher/trunk/PKGBUILD)
Deleted:
  deepin-wm-switcher/repos/community-i686/PKGBUILD
  deepin-wm-switcher/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-17 13:15:09 UTC (rev 263150)
+++ community-i686/PKGBUILD 2017-10-17 13:15:49 UTC (rev 263151)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-wm-switcher
-pkgver=1.1.4
-pkgrel=1
-pkgdesc='Window manager switcher for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm-switcher";
-license=('GPL3')
-groups=('deepin')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm-switcher/archive/$pkgver.tar.gz";)
-sha512sums=('cef7ad83f723513f8776f92c74019e225fd61f979bd3e2d157b2850a21bf50f677a50e4c6cb219c8d120dd3bc3e60585e9b7275a84161a1ead55409a4c65f46e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-wm-switcher/repos/community-i686/PKGBUILD (from rev 263150, 
deepin-wm-switcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-17 13:15:49 UTC (rev 263151)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wm-switcher
+pkgver=1.1.5
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm-switcher";
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm-switcher/archive/$pkgver.tar.gz";)
+sha512sums=('8b215ef3e8861053c2340e4a19141e4e3ae94d96fdc4a3e593cb3bf1e873c380ac78d199ccd83ad0f86f571d6421300e3b0c7c8cd7339f21796d3e7368b7c33c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-17 13:15:09 UTC (rev 263150)
+++ community-x86_64/PKGBUILD   2017-10-17 13:15:49 UTC (rev 263151)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-wm-switcher
-pkgver=1.1.4
-pkgrel=1
-pkgdesc='Window manager switcher for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm-switcher";
-license=('GPL3')
-groups=('deepin')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm-switcher/archive/$pkgver.tar.gz";)
-sha512sums=('cef7ad83f723513f8776f92c74019e225fd61f979bd3e2d157b2850a21bf50f677a50e4c6cb219c8d120dd3bc3e60585e9b7275a84161a1ead55409a4c65f46e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-wm-switcher/repos/community-x86_64/PKGBUILD (from rev 263150, 
deepin-wm-switcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-17 13:15:49 UTC (rev 263151)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wm-switcher
+pkgver=1.1.5
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm-switcher";
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm-switcher/archive/$pkgver.tar.gz";)
+sha512sums=('8b215ef3e8861053c2340e4a19141e4e3ae94d96fdc4a3e593cb3bf1e873c380ac78d199ccd83ad0f86f571d6421300e3b0c7c8cd7339f21796d3

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

2017-10-17 Thread Felix Yan
Date: Tuesday, October 17, 2017 @ 13:15:09
  Author: felixonmars
Revision: 263150

upgpkg: deepin-wm-switcher 1.1.5-1

Modified:
  deepin-wm-switcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 12:29:58 UTC (rev 263149)
+++ PKGBUILD2017-10-17 13:15:09 UTC (rev 263150)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-wm-switcher
-pkgver=1.1.4
+pkgver=1.1.5
 pkgrel=1
 pkgdesc='Window manager switcher for Deepin'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
 makedepends=('cmake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm-switcher/archive/$pkgver.tar.gz";)
-sha512sums=('cef7ad83f723513f8776f92c74019e225fd61f979bd3e2d157b2850a21bf50f677a50e4c6cb219c8d120dd3bc3e60585e9b7275a84161a1ead55409a4c65f46e')
+sha512sums=('8b215ef3e8861053c2340e4a19141e4e3ae94d96fdc4a3e593cb3bf1e873c380ac78d199ccd83ad0f86f571d6421300e3b0c7c8cd7339f21796d3e7368b7c33c')
 
 prepare() {
   mkdir build


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

2017-10-17 Thread Christian Hesse
Date: Tuesday, October 17, 2017 @ 12:47:21
  Author: eworm
Revision: 308100

archrelease: copy trunk to testing-any

Added:
  windowmaker-extra/repos/testing-any/
  windowmaker-extra/repos/testing-any/PKGBUILD
(from rev 308099, windowmaker-extra/trunk/PKGBUILD)

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

Copied: windowmaker-extra/repos/testing-any/PKGBUILD (from rev 308099, 
windowmaker-extra/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-10-17 12:47:21 UTC (rev 308100)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+# Contributor: orelien 
+
+pkgname=windowmaker-extra
+pkgver=0.1
+pkgrel=6
+pkgdesc="Extra WindowMaker icons and themes"
+arch=('any')
+url="http://www.windowmaker.info";
+license=('GPL2')
+depends=('windowmaker')
+source=(https://sources.archlinux.org/other/packages/windowmaker-extra/windowmaker-extra-$pkgver.tar.gz)
+md5sums=('3ef850cfe0fb6660a55ccc8a2e408f74')
+
+build() {
+  cd "$srcdir/WindowMaker-extra-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/WindowMaker-extra-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/share/WindowMaker/Icons/xv.xpm"
+}
+# vim: ts=2 sw=2 et ft=sh


  1   2   >