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

2017-06-27 Thread Sven-Hendrik Haase
Date: Wednesday, June 28, 2017 @ 04:58:14
  Author: svenstaro
Revision: 241300

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 241299, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 241299, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 241299, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 241299, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 241299, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 241299, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 241299, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 241299, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 241299, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 241299, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 241299, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 241299, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 241299, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 241299, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 241299, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 241299, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 241299, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
  gitlab/repos/community-x86_64/nginx.conf.example

+
 PKGBUILD   |  420 +--
 apache-ssl.conf.example|  188 +--
 apache.conf.example|  128 ++---
 apache2.2-ssl.conf.example |  186 +--
 apache2.2.conf.example |  126 ++--
 gitlab-backup.service  |   38 +--
 gitlab-backup.timer|   20 +-
 gitlab-mailroom.service|   40 ++--
 gitlab-sidekiq.service |   58 ++---
 gitlab-unicorn.service |   58 ++---
 gitlab.install |   40 ++--
 gitlab.logrotate   |   22 +-
 gitlab.target  |   28 +-
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +++
 nginx-ssl.conf.example |  224 +++---
 nginx.conf.example |  138 +++---
 17 files changed, 893 insertions(+), 893 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-28 04:57:34 UTC (rev 241299)
+++ PKGBUILD2017-06-28 04:58:14 UTC (rev 241300)
@@ -1,210 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=9.2.7
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
-license=('MIT')
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'openssh' 
'redis' 'libxslt' 'icu' 'nodejs')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-

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

2017-06-27 Thread Sven-Hendrik Haase
Date: Wednesday, June 28, 2017 @ 04:57:34
  Author: svenstaro
Revision: 241299

upgpkg: gitlab 9.3.1-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 23:35:50 UTC (rev 241298)
+++ PKGBUILD2017-06-28 04:57:34 UTC (rev 241299)
@@ -7,10 +7,10 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=9.2.7
+pkgver=9.3.1
 pkgrel=1
 pkgdesc="Project management and code hosting application"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
 license=('MIT')
 depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'openssh' 
'redis' 'libxslt' 'icu' 'nodejs')
@@ -41,7 +41,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha512sums=('b0de8d20136af37a273f6d2b98414e37eea59d23e994b7483ee52f8c31272c1be0b7122288cee470f797a7955f4baa65c24d4196302f46574380680ab12b'
+sha512sums=('17a77062b1e8cd6f61f41ca13422691aa8418bcc0077925471905c67e01ab27fca4aee87e16520292b2a3b662eb4f6b6da312e8da802e65c4f663add254173b2'
 
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
 
'8678b2f0632a830e42a8a62b59ffe66b629b7d96034ff167e2a93fdbb3c7617db0c7529990b73c7a12a78a900ec833e48c691ebbac6cd8257e53de060da16a37'
 
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'


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

2017-06-27 Thread Evangelos Foutras
Date: Wednesday, June 28, 2017 @ 00:57:28
  Author: foutrelis
Revision: 299340

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-28 00:56:43 UTC (rev 299339)
+++ extra-i686/PKGBUILD 2017-06-28 00:57:28 UTC (rev 299340)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=openmp
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="LLVM OpenMP Runtime Library"
-arch=('i686' 'x86_64')
-url="http://openmp.llvm.org/;
-license=('custom:University of Illinois/NCSA Open Source License')
-depends=('glibc')
-makedepends=('cmake')
-source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig})
-sha256sums=('db55d85a7bb289804dc42fc5c8e35ca24dfc3885782261b675a194fd7e206e26'
-'SKIP')
-validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
-
-prepare() {
-   cd "$pkgname-$pkgver.src"
-   mkdir build
-}
-
-build() {
-   cd "$pkgname-$pkgver.src/build"
-
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-..
-   make
-}
-
-package() {
-  cd "$pkgname-$pkgver.src"
-
-  make -C build DESTDIR="$pkgdir" install
-
-  # libgomp.so is also provided by gcc-libs; remove it to fix the conflict
-  rm "$pkgdir/usr/lib/libgomp.so"
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openmp/repos/extra-i686/PKGBUILD (from rev 299339, 
openmp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-28 00:57:28 UTC (rev 299340)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=openmp
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="LLVM OpenMP Runtime Library"
+arch=('i686' 'x86_64')
+url="http://openmp.llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+depends=('glibc')
+makedepends=('cmake')
+source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig})
+sha256sums=('ec693b170e0600daa7b372240a06e66341ace790d89eaf4a843e8d56d5f4ada4'
+'SKIP')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D'
+  '11E521D646982372EB577A1F8F0871F202119294')
+
+prepare() {
+   cd "$pkgname-$pkgver.src"
+   mkdir build
+}
+
+build() {
+   cd "$pkgname-$pkgver.src/build"
+
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+..
+   make
+}
+
+package() {
+  cd "$pkgname-$pkgver.src"
+
+  make -C build DESTDIR="$pkgdir" install
+
+  # libgomp.so is also provided by gcc-libs; remove it to fix the conflict
+  rm "$pkgdir/usr/lib/libgomp.so"
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-28 00:56:43 UTC (rev 299339)
+++ extra-x86_64/PKGBUILD   2017-06-28 00:57:28 UTC (rev 299340)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=openmp
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="LLVM OpenMP Runtime Library"
-arch=('i686' 'x86_64')
-url="http://openmp.llvm.org/;
-license=('custom:University of Illinois/NCSA Open Source License')
-depends=('glibc')
-makedepends=('cmake')
-source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig})
-sha256sums=('db55d85a7bb289804dc42fc5c8e35ca24dfc3885782261b675a194fd7e206e26'
-'SKIP')
-validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
-
-prepare() {
-   cd "$pkgname-$pkgver.src"
-   mkdir build
-}
-
-build() {
-   cd "$pkgname-$pkgver.src/build"
-
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
-..
-   make
-}
-
-package() {
-  cd "$pkgname-$pkgver.src"
-
-  make -C build DESTDIR="$pkgdir" install
-
-  # libgomp.so is also provided by gcc-libs; remove it to fix the conflict
-  rm "$pkgdir/usr/lib/libgomp.so"
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

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

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

2017-06-27 Thread Evangelos Foutras
Date: Wednesday, June 28, 2017 @ 00:56:43
  Author: foutrelis
Revision: 299339

upgpkg: openmp 4.0.1-1

New upstream release.

Modified:
  openmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 21:22:29 UTC (rev 299338)
+++ PKGBUILD2017-06-28 00:56:43 UTC (rev 299339)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=openmp
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc="LLVM OpenMP Runtime Library"
 arch=('i686' 'x86_64')
@@ -11,9 +11,10 @@
 depends=('glibc')
 makedepends=('cmake')
 source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig})
-sha256sums=('db55d85a7bb289804dc42fc5c8e35ca24dfc3885782261b675a194fd7e206e26'
+sha256sums=('ec693b170e0600daa7b372240a06e66341ace790d89eaf4a843e8d56d5f4ada4'
 'SKIP')
-validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
+validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D'
+  '11E521D646982372EB577A1F8F0871F202119294')
 
 prepare() {
cd "$pkgname-$pkgver.src"


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

2017-06-27 Thread Evgeniy Alekseev
Date: Tuesday, June 27, 2017 @ 23:35:50
  Author: arcanis
Revision: 241298

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

Added:
  libmatio/repos/community-staging-i686/
  libmatio/repos/community-staging-i686/ChangeLog
(from rev 241297, libmatio/trunk/ChangeLog)
  libmatio/repos/community-staging-i686/PKGBUILD
(from rev 241297, libmatio/trunk/PKGBUILD)
  libmatio/repos/community-staging-x86_64/
  libmatio/repos/community-staging-x86_64/ChangeLog
(from rev 241297, libmatio/trunk/ChangeLog)
  libmatio/repos/community-staging-x86_64/PKGBUILD
(from rev 241297, libmatio/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |   20 
 community-staging-i686/PKGBUILD|   31 +++
 community-staging-x86_64/ChangeLog |   20 
 community-staging-x86_64/PKGBUILD  |   31 +++
 4 files changed, 102 insertions(+)

Copied: libmatio/repos/community-staging-i686/ChangeLog (from rev 241297, 
libmatio/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2017-06-27 23:35:50 UTC (rev 241298)
@@ -0,0 +1,20 @@
+1.5.10-2:
+hdf5 rebuild
+
+1.5.10-1:
+upstream update
+
+1.5.9-1:
+upstream update
+
+1.5.8-1:
+upstream update
+
+1.5.6-2:
+rebuild against the newest hdf5
+
+1.5.6-1:
+upstream update
+
+1.5.2-3:
+move from AUR to [community]

Copied: libmatio/repos/community-staging-i686/PKGBUILD (from rev 241297, 
libmatio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-27 23:35:50 UTC (rev 241298)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Stefan Husmann 
+# Contributor: Alexander Rødseth 
+# Contributor: William Rea 
+
+pkgname=libmatio
+pkgver=1.5.10
+pkgrel=2
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
+arch=('x86_64' 'i686')
+license=('custom:BSD')
+url='http://sourceforge.net/projects/matio'
+depends=('zlib' 'hdf5')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz;)
+changelog=ChangeLog
+md5sums=('d3b6e9d24a04c56036ef57e8010c80f1')
+
+build() {
+  cd "matio-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --with-hdf5
+  make
+}
+
+package() {
+  cd "matio-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Copied: libmatio/repos/community-staging-x86_64/ChangeLog (from rev 241297, 
libmatio/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2017-06-27 23:35:50 UTC (rev 241298)
@@ -0,0 +1,20 @@
+1.5.10-2:
+hdf5 rebuild
+
+1.5.10-1:
+upstream update
+
+1.5.9-1:
+upstream update
+
+1.5.8-1:
+upstream update
+
+1.5.6-2:
+rebuild against the newest hdf5
+
+1.5.6-1:
+upstream update
+
+1.5.2-3:
+move from AUR to [community]

Copied: libmatio/repos/community-staging-x86_64/PKGBUILD (from rev 241297, 
libmatio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-27 23:35:50 UTC (rev 241298)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Stefan Husmann 
+# Contributor: Alexander Rødseth 
+# Contributor: William Rea 
+
+pkgname=libmatio
+pkgver=1.5.10
+pkgrel=2
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
+arch=('x86_64' 'i686')
+license=('custom:BSD')
+url='http://sourceforge.net/projects/matio'
+depends=('zlib' 'hdf5')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz;)
+changelog=ChangeLog
+md5sums=('d3b6e9d24a04c56036ef57e8010c80f1')
+
+build() {
+  cd "matio-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --with-hdf5
+  make
+}
+
+package() {
+  cd "matio-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+


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

2017-06-27 Thread Evgeniy Alekseev
Date: Tuesday, June 27, 2017 @ 23:35:32
  Author: arcanis
Revision: 241297

upgpkg: libmatio 1.5.10-2
rebuild against newest hdf5

Modified:
  libmatio/trunk/ChangeLog
  libmatio/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: ChangeLog
===
--- ChangeLog   2017-06-27 20:58:25 UTC (rev 241296)
+++ ChangeLog   2017-06-27 23:35:32 UTC (rev 241297)
@@ -1,3 +1,6 @@
+1.5.10-2:
+hdf5 rebuild
+
 1.5.10-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 20:58:25 UTC (rev 241296)
+++ PKGBUILD2017-06-27 23:35:32 UTC (rev 241297)
@@ -6,7 +6,7 @@
 
 pkgname=libmatio
 pkgver=1.5.10
-pkgrel=1
+pkgrel=2
 pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
 arch=('x86_64' 'i686')
 license=('custom:BSD')


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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:22:29
  Author: arojas
Revision: 299338

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

Added:
  xdg-desktop-portal-kde/repos/extra-i686/PKGBUILD
(from rev 299337, xdg-desktop-portal-kde/trunk/PKGBUILD)
  xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD
(from rev 299337, 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-06-27 21:20:19 UTC (rev 299337)
+++ extra-i686/PKGBUILD 2017-06-27 21:22:29 UTC (rev 299338)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=xdg-desktop-portal-kde
-pkgver=5.10.2
-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=('bb4643d8d2347d511e0a0e7fb297c2da5b994b3622f7bddbd892913974db0d9b'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_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 299337, 
xdg-desktop-portal-kde/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:22:29 UTC (rev 299338)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=xdg-desktop-portal-kde
+pkgver=5.10.3
+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=('ed7d2af02ca714251e0db605af57c80ab0b665b5224143ba57ca581782e0cbc2'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:20:19 UTC (rev 299337)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:22:29 UTC (rev 299338)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=xdg-desktop-portal-kde
-pkgver=5.10.2
-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=('bb4643d8d2347d511e0a0e7fb297c2da5b994b3622f7bddbd892913974db0d9b'
-'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 \
-

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:20:19
  Author: arojas
Revision: 299337

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

Added:
  discover/repos/extra-i686/PKGBUILD
(from rev 299336, discover/trunk/PKGBUILD)
  discover/repos/extra-i686/discover-no-deb-rpm.patch
(from rev 299336, discover/trunk/discover-no-deb-rpm.patch)
  discover/repos/extra-x86_64/PKGBUILD
(from rev 299336, discover/trunk/PKGBUILD)
  discover/repos/extra-x86_64/discover-no-deb-rpm.patch
(from rev 299336, 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|   46 ---
 extra-i686/discover-no-deb-rpm.patch   |   11 ---
 extra-x86_64/PKGBUILD  |   46 ---
 extra-x86_64/discover-no-deb-rpm.patch |   11 ---
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-27 21:19:45 UTC (rev 299336)
+++ extra-i686/PKGBUILD 2017-06-27 21:20:19 UTC (rev 299337)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=discover
-pkgver=5.10.2
-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)
-makedepends=(extra-cmake-modules python plasma-framework packagekit-qt5 
flatpak)
-optdepends=('packagekit-qt5: to manage packages from Arch Linux repositories' 
'flatpak: Flatpak packages support')
-conflicts=(muon)
-replaces=(muon)
-groups=(plasma)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
 discover-no-deb-rpm.patch)
-sha256sums=('9afa6ca8e0f2202313099a554d831d1b4a43aa89c6570589ef37da69cbf4c54f'
-'SKIP'
-'c360c21bf6da9b7646169d427868ef4e9811fe3cc4320995eb954e6326c39fde')
-validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

-
-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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: discover/repos/extra-i686/PKGBUILD (from rev 299336, 
discover/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:20:19 UTC (rev 299337)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.10.3
+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)
+makedepends=(extra-cmake-modules python plasma-framework packagekit-qt5 
flatpak)
+optdepends=('packagekit-qt5: to manage packages from Arch Linux repositories' 
'flatpak: Flatpak packages support')
+conflicts=(muon)
+replaces=(muon)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
 discover-no-deb-rpm.patch)
+sha256sums=('16a3d09164ccd2250ad25c1485d4d443565fb04792da6226d7bf1eba3ed837a1'
+'SKIP'
+'c360c21bf6da9b7646169d427868ef4e9811fe3cc4320995eb954e6326c39fde')
+validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

+
+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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/discover-no-deb-rpm.patch
===
--- extra-i686/discover-no-deb-rpm.patch2017-06-27 21:19:45 UTC (rev 
299336)
+++ extra-i686/discover-no-deb-rpm.patch2017-06-27 21:20:19 UTC (rev 
299337)
@@ -1,11 +0,0 @@

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:19:45
  Author: arojas
Revision: 299336

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-27 21:19:19 UTC (rev 299335)
+++ PKGBUILD2017-06-27 21:19:45 UTC (rev 299336)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-grub
-pkgver=5.10.2
-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=('e2ab4db22d12bd0c7bbff32b341de62ea517f9e627b9c0cb7908661fe87e6775'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-package() {
-  install -d "$pkgdir"/boot/grub/themes
-  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
-}

Copied: breeze-grub/repos/extra-any/PKGBUILD (from rev 299335, 
breeze-grub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-27 21:19:45 UTC (rev 299336)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-grub
+pkgver=5.10.3
+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=('bff049f510900fae621659d291a887334154b9cc1a210c16e0cb3495d83e0fbe'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+package() {
+  install -d "$pkgdir"/boot/grub/themes
+  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
+}


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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:19:19
  Author: arojas
Revision: 299335

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

Added:
  breeze-gtk/repos/extra-i686/PKGBUILD
(from rev 299334, breeze-gtk/trunk/PKGBUILD)
  breeze-gtk/repos/extra-x86_64/PKGBUILD
(from rev 299334, 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-06-27 21:18:34 UTC (rev 299334)
+++ extra-i686/PKGBUILD 2017-06-27 21:19:19 UTC (rev 299335)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-gtk
-pkgver=5.10.2
-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=('dd460a23f3531e9b20565c789702e9e2214a57a8556fe7f729f4a303dc5cef1a'
-'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 299334, 
breeze-gtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:19:19 UTC (rev 299335)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.10.3
+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=('ecea0d88229bb8d6bce1572d5895aaaef08265c4a0183029433ebc74da84222a'
+'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-06-27 21:18:34 UTC (rev 299334)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:19:19 UTC (rev 299335)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-gtk
-pkgver=5.10.2
-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=('dd460a23f3531e9b20565c789702e9e2214a57a8556fe7f729f4a303dc5cef1a'
-'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 299334, 
breeze-gtk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:19:19 UTC (rev 299335)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.10.3
+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)

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:18:34
  Author: arojas
Revision: 299334

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

Added:
  kgamma5/repos/extra-i686/PKGBUILD
(from rev 299333, kgamma5/trunk/PKGBUILD)
  kgamma5/repos/extra-x86_64/PKGBUILD
(from rev 299333, 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-06-27 21:17:52 UTC (rev 299333)
+++ extra-i686/PKGBUILD 2017-06-27 21:18:34 UTC (rev 299334)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kgamma5
-pkgver=5.10.2
-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=('acb2ff91017e271f9157aefe02b7afd7532c6e63ce6789eefa172f790ab09643'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kgamma5/repos/extra-i686/PKGBUILD (from rev 299333, 
kgamma5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:18:34 UTC (rev 299334)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.10.3
+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=('9ea5ce98616076f717836b709f3daa86a61493c4cb9f63c71cc469d6836caca6'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:17:52 UTC (rev 299333)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:18:34 UTC (rev 299334)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kgamma5
-pkgver=5.10.2
-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=('acb2ff91017e271f9157aefe02b7afd7532c6e63ce6789eefa172f790ab09643'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kgamma5/repos/extra-x86_64/PKGBUILD (from rev 299333, 
kgamma5/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:18:34 UTC (rev 299334)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.10.3
+pkgrel=1
+pkgdesc="Adjust your 

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:17:52
  Author: arojas
Revision: 299333

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

Added:
  kwallet-pam/repos/extra-i686/PKGBUILD
(from rev 299332, kwallet-pam/trunk/PKGBUILD)
  kwallet-pam/repos/extra-x86_64/PKGBUILD
(from rev 299332, 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-06-27 21:17:14 UTC (rev 299332)
+++ extra-i686/PKGBUILD 2017-06-27 21:17:52 UTC (rev 299333)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.10.2
-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=('aac1cfbf83a1696d103468d7d3d38ebccf94d98c9cd30331aa886b625d167106'
-'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 \
--DKDE_INSTALL_LIBEXECDIR=lib
-  make
-
-  cd ../build4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_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 299332, 
kwallet-pam/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:17:52 UTC (rev 299333)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.10.3
+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=('f574d10866867325746fd5e59b8429ff83e8bd3bdaf2d9f2245949ea68dada5f'
+'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 \
+-DKDE_INSTALL_LIBEXECDIR=lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_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-06-27 21:17:14 UTC (rev 299332)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:17:52 UTC (rev 299333)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.10.2
-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=('aac1cfbf83a1696d103468d7d3d38ebccf94d98c9cd30331aa886b625d167106'
-'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 \
-

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:17:14
  Author: arojas
Revision: 299332

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

Added:
  user-manager/repos/extra-i686/PKGBUILD
(from rev 299331, user-manager/trunk/PKGBUILD)
  user-manager/repos/extra-x86_64/PKGBUILD
(from rev 299331, 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-06-27 21:16:24 UTC (rev 299331)
+++ extra-i686/PKGBUILD 2017-06-27 21:17:14 UTC (rev 299332)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.10.2
-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=('1ca5ce4865ee137ac1dd05b67ea6a7afd369190099008982b1a21d4fc80781a9'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: user-manager/repos/extra-i686/PKGBUILD (from rev 299331, 
user-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:17:14 UTC (rev 299332)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.10.3
+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=('d6a574102e3ae7ba6e0eafa29df627afbbec90d6cf64d2078b1bc4bbc8d03182'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:16:24 UTC (rev 299331)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:17:14 UTC (rev 299332)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.10.2
-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=('1ca5ce4865ee137ac1dd05b67ea6a7afd369190099008982b1a21d4fc80781a9'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: user-manager/repos/extra-x86_64/PKGBUILD (from rev 299331, 
user-manager/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:16:24
  Author: arojas
Revision: 299331

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

Added:
  kwayland-integration/repos/extra-i686/PKGBUILD
(from rev 299330, kwayland-integration/trunk/PKGBUILD)
  kwayland-integration/repos/extra-x86_64/PKGBUILD
(from rev 299330, 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-06-27 21:15:43 UTC (rev 299330)
+++ extra-i686/PKGBUILD 2017-06-27 21:16:24 UTC (rev 299331)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwayland-integration
-pkgver=5.10.2
-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=('6a480d97e1dc9ded1fe634b58e5b8b92c5fd44aa23ad5ee1df98d568293dcaba'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwayland-integration/repos/extra-i686/PKGBUILD (from rev 299330, 
kwayland-integration/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:16:24 UTC (rev 299331)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.10.3
+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=('490f0401db109ef48872f38b46674e81a253a65924b606a12e56fde07b2dddbd'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:15:43 UTC (rev 299330)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:16:24 UTC (rev 299331)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwayland-integration
-pkgver=5.10.2
-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=('6a480d97e1dc9ded1fe634b58e5b8b92c5fd44aa23ad5ee1df98d568293dcaba'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

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

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:15:43
  Author: arojas
Revision: 299330

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

Added:
  plasma-sdk/repos/extra-i686/PKGBUILD
(from rev 299329, plasma-sdk/trunk/PKGBUILD)
  plasma-sdk/repos/extra-x86_64/PKGBUILD
(from rev 299329, 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-06-27 21:15:04 UTC (rev 299329)
+++ extra-i686/PKGBUILD 2017-06-27 21:15:43 UTC (rev 299330)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.10.2
-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 kitemmodels python2 kdoctools ktexteditor)
-optdepends=('kirigami2: for Look & Feel explorer')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('445efe34450edb6fce6ea87db011f4a20b71b2071117854967a2e5ffc963ec5a'
-'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 \
--DKDE_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 299329, 
plasma-sdk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:15:43 UTC (rev 299330)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.10.3
+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 kitemmodels python2 kdoctools ktexteditor)
+optdepends=('kirigami2: for Look & Feel explorer')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8340bc21e386083f21091e822275eec77199d7b1acbf6081c4eb8056a4338254'
+'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 \
+-DKDE_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-06-27 21:15:04 UTC (rev 299329)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:15:43 UTC (rev 299330)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.10.2
-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 kitemmodels python2 kdoctools ktexteditor)
-optdepends=('kirigami2: for Look & Feel explorer')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('445efe34450edb6fce6ea87db011f4a20b71b2071117854967a2e5ffc963ec5a'
-'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 \
--DKDE_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 299329, 
plasma-sdk/trunk/PKGBUILD)
===

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:15:04
  Author: arojas
Revision: 299329

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

Added:
  sddm-kcm/repos/extra-i686/PKGBUILD
(from rev 299328, sddm-kcm/trunk/PKGBUILD)
  sddm-kcm/repos/extra-x86_64/PKGBUILD
(from rev 299328, sddm-kcm/trunk/PKGBUILD)
Deleted:
  sddm-kcm/repos/extra-i686/PKGBUILD
  sddm-kcm/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-06-27 21:14:22 UTC (rev 299328)
+++ extra-i686/PKGBUILD 2017-06-27 21:15:04 UTC (rev 299329)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.10.2
-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=('1e0daf242f8bdc7c428dac40eda2265346bd971b14ce6f48b706f5d64820ef82'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: sddm-kcm/repos/extra-i686/PKGBUILD (from rev 299328, 
sddm-kcm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:15:04 UTC (rev 299329)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.10.3
+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=('0c792bf29939659c660c12cb07a927cc6c81c7e623644d2491bd4534695094bd'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:14:22 UTC (rev 299328)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:15:04 UTC (rev 299329)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.10.2
-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=('1e0daf242f8bdc7c428dac40eda2265346bd971b14ce6f48b706f5d64820ef82'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make 

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:14:22
  Author: arojas
Revision: 299328

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

Added:
  ksshaskpass/repos/extra-i686/PKGBUILD
(from rev 299327, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/extra-i686/ksshaskpass.install
(from rev 299327, ksshaskpass/trunk/ksshaskpass.install)
  ksshaskpass/repos/extra-x86_64/PKGBUILD
(from rev 299327, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/extra-x86_64/ksshaskpass.install
(from rev 299327, 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-06-27 21:13:40 UTC (rev 299327)
+++ extra-i686/PKGBUILD 2017-06-27 21:14:22 UTC (rev 299328)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: schuay 
-
-pkgname=ksshaskpass
-pkgver=5.10.2
-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' 'ksshaskpass-frameworks')
-conflicts=('ksshaskpass-frameworks')
-replaces=('ksshaskpass-frameworks')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-install=$pkgname.install
-sha256sums=('df6fb0855332fafda43f5d9f519a9459a3169007dc625fdc69d9e32195be4bd6'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksshaskpass-$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 299327, 
ksshaskpass/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:14:22 UTC (rev 299328)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.10.3
+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' 'ksshaskpass-frameworks')
+conflicts=('ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('8c805721754374ce854254d9eec61a0742610ddda32341e0fc0dbdd548439e81'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$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-06-27 21:13:40 UTC (rev 299327)
+++ extra-i686/ksshaskpass.install  2017-06-27 21:14:22 UTC (rev 299328)
@@ -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 299327, 
ksshaskpass/trunk/ksshaskpass.install)
===
--- 

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:13:40
  Author: arojas
Revision: 299327

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

Added:
  kscreen/repos/extra-i686/PKGBUILD
(from rev 299326, kscreen/trunk/PKGBUILD)
  kscreen/repos/extra-x86_64/PKGBUILD
(from rev 299326, kscreen/trunk/PKGBUILD)
Deleted:
  kscreen/repos/extra-i686/PKGBUILD
  kscreen/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-06-27 21:13:03 UTC (rev 299326)
+++ extra-i686/PKGBUILD 2017-06-27 21:13:40 UTC (rev 299327)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kscreen
-pkgver=5.10.2
-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')
-conflicts=('kscreen-frameworks')
-replaces=('kscreen-frameworks')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('87867c37b5b60095aea90c057d6d10e738f61b39ebadd80c45f7e07e50dc040c'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreen/repos/extra-i686/PKGBUILD (from rev 299326, 
kscreen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:13:40 UTC (rev 299327)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kscreen
+pkgver=5.10.3
+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')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+source=("https://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig})
+sha256sums=('d49e0511540554322e1ae81130e1c320db7027455513da26e202e5e86b55880e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:13:03 UTC (rev 299326)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:13:40 UTC (rev 299327)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kscreen
-pkgver=5.10.2
-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')
-conflicts=('kscreen-frameworks')
-replaces=('kscreen-frameworks')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('87867c37b5b60095aea90c057d6d10e738f61b39ebadd80c45f7e07e50dc040c'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:13:03
  Author: arojas
Revision: 299326

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-27 21:12:16 UTC (rev 299325)
+++ extra-i686/PKGBUILD 2017-06-27 21:13:03 UTC (rev 299326)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kde-gtk-config
-pkgver=5.10.2
-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')
-conflicts=('kde-gtk-config-frameworks')
-replaces=('kde-gtk-config-frameworks')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a8b85c6b52373a5afa09f1e5b76c9faeecce16af3a64534935bb986a0b75cd24'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kde-gtk-config/repos/extra-i686/PKGBUILD (from rev 299325, 
kde-gtk-config/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:13:03 UTC (rev 299326)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.10.3
+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')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('15f089b559486889de5330e3c2e19946426baa18db6316a314f3e1c7d3992d11'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:12:16 UTC (rev 299325)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:13:03 UTC (rev 299326)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kde-gtk-config
-pkgver=5.10.2
-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')
-conflicts=('kde-gtk-config-frameworks')
-replaces=('kde-gtk-config-frameworks')
-groups=('plasma')

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:12:16
  Author: arojas
Revision: 299325

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

Added:
  bluedevil/repos/extra-i686/PKGBUILD
(from rev 299324, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 299324, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-i686/PKGBUILD
  bluedevil/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-06-27 21:11:23 UTC (rev 299324)
+++ extra-i686/PKGBUILD 2017-06-27 21:12:16 UTC (rev 299325)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=bluedevil
-pkgver=5.10.2
-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')
-conflicts=('bluedevil-frameworks')
-replaces=('bluedevil-frameworks')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('27fbd7e51420f8900fd63315c4ca80a79e6f7dfa10890ac05b244bbf977c2094'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 299324, 
bluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:12:16 UTC (rev 299325)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.10.3
+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')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+groups=('plasma')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cf80706d6966abaa7073c73cfce1361510995f272611b979116c626e1168130f'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:11:23 UTC (rev 299324)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:12:16 UTC (rev 299325)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=bluedevil
-pkgver=5.10.2
-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')
-conflicts=('bluedevil-frameworks')
-replaces=('bluedevil-frameworks')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('27fbd7e51420f8900fd63315c4ca80a79e6f7dfa10890ac05b244bbf977c2094'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:11:23
  Author: arojas
Revision: 299324

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-27 21:10:33 UTC (rev 299323)
+++ extra-i686/PKGBUILD 2017-06-27 21:11:23 UTC (rev 299324)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeplasma-addons
-pkgver=5.10.2
-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')
-conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
-replaces=('kdeplasma-addons-frameworks')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e0a2b4896681e3ff206e52e98d67e5b170ae81d50e151816d993c9ecc1fff6fb'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeplasma-addons/repos/extra-i686/PKGBUILD (from rev 299323, 
kdeplasma-addons/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:11:23 UTC (rev 299324)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.10.3
+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')
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fa3e6639cd002b6a4d90f4f8cc0a784b72489098410ef2f149ae10148ae2f3d3'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:10:33 UTC (rev 299323)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:11:23 UTC (rev 299324)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeplasma-addons
-pkgver=5.10.2
-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')
-conflicts=('kdebase-workspace' 

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:10:33
  Author: arojas
Revision: 299323

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

Added:
  kwrited/repos/extra-i686/PKGBUILD
(from rev 299322, kwrited/trunk/PKGBUILD)
  kwrited/repos/extra-x86_64/PKGBUILD
(from rev 299322, 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-06-27 21:09:47 UTC (rev 299322)
+++ extra-i686/PKGBUILD 2017-06-27 21:10:33 UTC (rev 299323)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kwrited
-pkgver=5.10.2
-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=('c89e0f8074576f1c01047b00337bc3f1c62bb14b76093717122c0d44a3b9e6c3'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwrited/repos/extra-i686/PKGBUILD (from rev 299322, 
kwrited/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:10:33 UTC (rev 299323)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.10.3
+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=('3851830daedce48e21bdc56b5aed5ff7f3b90af87038cd945ded8cc7cbdf5e32'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:09:47 UTC (rev 299322)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:10:33 UTC (rev 299323)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kwrited
-pkgver=5.10.2
-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=('c89e0f8074576f1c01047b00337bc3f1c62bb14b76093717122c0d44a3b9e6c3'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:09:47
  Author: arojas
Revision: 299322

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

Added:
  plasma-pa/repos/extra-i686/PKGBUILD
(from rev 299321, plasma-pa/trunk/PKGBUILD)
  plasma-pa/repos/extra-x86_64/PKGBUILD
(from rev 299321, 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-06-27 21:08:55 UTC (rev 299321)
+++ extra-i686/PKGBUILD 2017-06-27 21:09:47 UTC (rev 299322)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.10.2
-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)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('37ee85ea5581f812cfa6baf9cb4a1d1b21ffbb94313b732c7b9e4c11cba575ad'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-pa/repos/extra-i686/PKGBUILD (from rev 299321, 
plasma-pa/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:09:47 UTC (rev 299322)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.10.3
+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)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7d87d05ebb3f1632aa64cdffa3cea32a6afa29a3808f0d415b27f434a89b13b6'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:08:55 UTC (rev 299321)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:09:47 UTC (rev 299322)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.10.2
-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)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('37ee85ea5581f812cfa6baf9cb4a1d1b21ffbb94313b732c7b9e4c11cba575ad'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-pa/repos/extra-x86_64/PKGBUILD (from rev 299321, 
plasma-pa/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD  

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:08:55
  Author: arojas
Revision: 299321

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

Added:
  plasma-nm/repos/extra-i686/PKGBUILD
(from rev 299320, plasma-nm/trunk/PKGBUILD)
  plasma-nm/repos/extra-x86_64/PKGBUILD
(from rev 299320, plasma-nm/trunk/PKGBUILD)
Deleted:
  plasma-nm/repos/extra-i686/PKGBUILD
  plasma-nm/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-06-27 21:07:46 UTC (rev 299320)
+++ extra-i686/PKGBUILD 2017-06-27 21:08:55 UTC (rev 299321)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.10.2
-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=('81c3030fe9e51532df946ebfeddc04e0dfb375c00c7a01f08374defdbfdf852f'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: plasma-nm/repos/extra-i686/PKGBUILD (from rev 299320, 
plasma-nm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:08:55 UTC (rev 299321)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.10.3
+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=('b8ff4e7833890c08daca50bf2f142665d604a0c82f9e3a8e0dc0f0ce38b313b5'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:07:46 UTC (rev 299320)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:08:55 UTC (rev 299321)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.10.2
-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=('81c3030fe9e51532df946ebfeddc04e0dfb375c00c7a01f08374defdbfdf852f'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:07:46
  Author: arojas
Revision: 299320

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

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

---+
 /PKGBUILD |  128 
 extra-i686/PKGBUILD   |   70 --
 extra-x86_64/PKGBUILD |   70 --
 3 files changed, 128 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-27 21:04:46 UTC (rev 299319)
+++ extra-i686/PKGBUILD 2017-06-27 21:07:46 UTC (rev 299320)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.10.2
-pkgrel=2
-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}
-
kdebug-381129.patch::"https://cgit.kde.org/plasma-desktop.git/patch/?id=84300b51;)
-depends=('polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' 
'appstream-qt'
- 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 
'kactivities-stats')
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
- 'libibus' 'scim' 'python' 'kdesignerplugin')
-groups=('plasma')
-sha256sums=('3677afa111e0d37fa1f222bc3c397b6b1998d34e4f0c72f6883b5469ac285fd6'
-'SKIP'
-'61346b641504dba4004e384f903acdc90b179728277c72b4e60343a56202a93a')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-
-# Fix drag and drop onto grouped tasks 
https://bugs.kde.org/show_bug.cgi?id=381129
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-381129.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_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')
-  conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
-  replaces=('kcm-touchpad-frameworks')
-
-  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 299319, 
plasma-desktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:07:46 UTC (rev 299320)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.10.3
+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' 
'kactivities-stats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
+ 'libibus' 'scim' 'python' 'kdesignerplugin')
+groups=('plasma')
+sha256sums=('2d80e114839902dece61da06f306649db946ff9fa9732726da37b2ad5ed294ef'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:04:46
  Author: arojas
Revision: 299319

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-27 21:04:16 UTC (rev 299318)
+++ PKGBUILD2017-06-27 21:04:46 UTC (rev 299319)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.10.2
-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')
-conflicts=('kde-wallpapers')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('37cf134527bf4107d28f1596b17e710da0f8e35ae72b77a85d654fe6c23855c3'
-'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 299318, 
plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-27 21:04:46 UTC (rev 299319)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.10.3
+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')
+conflicts=('kde-wallpapers')
+groups=('plasma')
+source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ee0c301c5fa1e9c7fa9961fbbd4f43c9945e1a80f089fdcfba566536e7f50d6e'
+'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 polkit-kde-agent/repos (4 files)

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:04:16
  Author: arojas
Revision: 299318

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

Added:
  polkit-kde-agent/repos/extra-i686/PKGBUILD
(from rev 299317, polkit-kde-agent/trunk/PKGBUILD)
  polkit-kde-agent/repos/extra-x86_64/PKGBUILD
(from rev 299317, polkit-kde-agent/trunk/PKGBUILD)
Deleted:
  polkit-kde-agent/repos/extra-i686/PKGBUILD
  polkit-kde-agent/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-06-27 21:03:25 UTC (rev 299317)
+++ extra-i686/PKGBUILD 2017-06-27 21:04:16 UTC (rev 299318)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=polkit-kde-agent
-pkgver=5.10.2
-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')
-conflicts=('polkit-kde-frameworks')
-replaces=('polkit-kde-frameworks')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
-sha256sums=('df76864e55a8a2610d07ef1548ef8aa0c3cbf31601cd7235cef378c4d0184913'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: polkit-kde-agent/repos/extra-i686/PKGBUILD (from rev 299317, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:04:16 UTC (rev 299318)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=polkit-kde-agent
+pkgver=5.10.3
+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')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
+sha256sums=('46dbf28a877e302a4224216337872c859f17e985d055df901b27b843f2a75433'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:03:25 UTC (rev 299317)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:04:16 UTC (rev 299318)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=polkit-kde-agent
-pkgver=5.10.2
-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')
-conflicts=('polkit-kde-frameworks')
-replaces=('polkit-kde-frameworks')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
-sha256sums=('df76864e55a8a2610d07ef1548ef8aa0c3cbf31601cd7235cef378c4d0184913'
-'SKIP')

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:03:25
  Author: arojas
Revision: 299317

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

Added:
  powerdevil/repos/extra-i686/PKGBUILD
(from rev 299316, powerdevil/trunk/PKGBUILD)
  powerdevil/repos/extra-x86_64/PKGBUILD
(from rev 299316, powerdevil/trunk/PKGBUILD)
Deleted:
  powerdevil/repos/extra-i686/PKGBUILD
  powerdevil/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-06-27 21:02:31 UTC (rev 299316)
+++ extra-i686/PKGBUILD 2017-06-27 21:03:25 UTC (rev 299317)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.10.2
-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')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('be26a56fb18a9f45673fd37a03580d6ac845e4d17638b9385a4d731131d789bf'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: powerdevil/repos/extra-i686/PKGBUILD (from rev 299316, 
powerdevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:03:25 UTC (rev 299317)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.10.3
+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')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('27ae7f82c1436d4248cbfefb3936602ab1abd1ec10508a567d7e4fddac425376'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:02:31 UTC (rev 299316)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:03:25 UTC (rev 299317)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.10.2
-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')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('be26a56fb18a9f45673fd37a03580d6ac845e4d17638b9385a4d731131d789bf'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:02:31
  Author: arojas
Revision: 299316

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

Added:
  kmenuedit/repos/extra-i686/PKGBUILD
(from rev 299315, kmenuedit/trunk/PKGBUILD)
  kmenuedit/repos/extra-x86_64/PKGBUILD
(from rev 299315, kmenuedit/trunk/PKGBUILD)
Deleted:
  kmenuedit/repos/extra-i686/PKGBUILD
  kmenuedit/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-06-27 21:01:39 UTC (rev 299315)
+++ extra-i686/PKGBUILD 2017-06-27 21:02:31 UTC (rev 299316)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kmenuedit
-pkgver=5.10.2
-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')
-conflicts=('kdebase-workspace')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('df7231d481c421604183f3fc4d01aeaae15576e78bd58f6775ffb624502e9e35'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmenuedit/repos/extra-i686/PKGBUILD (from rev 299315, 
kmenuedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:02:31 UTC (rev 299316)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.10.3
+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')
+conflicts=('kdebase-workspace')
+source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('02a2f711a6e06940427eacebd1a4cab724a7f2a941342ea25ce385cb658c99f8'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:01:39 UTC (rev 299315)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:02:31 UTC (rev 299316)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kmenuedit
-pkgver=5.10.2
-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')
-conflicts=('kdebase-workspace')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('df7231d481c421604183f3fc4d01aeaae15576e78bd58f6775ffb624502e9e35'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}


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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:01:39
  Author: arojas
Revision: 299315

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

Added:
  systemsettings/repos/extra-i686/PKGBUILD
(from rev 299314, systemsettings/trunk/PKGBUILD)
  systemsettings/repos/extra-x86_64/PKGBUILD
(from rev 299314, systemsettings/trunk/PKGBUILD)
Deleted:
  systemsettings/repos/extra-i686/PKGBUILD
  systemsettings/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-06-27 21:00:56 UTC (rev 299314)
+++ extra-i686/PKGBUILD 2017-06-27 21:01:39 UTC (rev 299315)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.10.2
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e85f5ebf2e395c4d43c3819a86b5842dc7c5cb20625d1c29f95b27a57678d2dc'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: systemsettings/repos/extra-i686/PKGBUILD (from rev 299314, 
systemsettings/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:01:39 UTC (rev 299315)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.10.3
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5092c0841b12204e543ee1ba78379472831ce1859fdfb500c67efc42fff6cc55'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:00:56 UTC (rev 299314)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:01:39 UTC (rev 299315)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.10.2
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e85f5ebf2e395c4d43c3819a86b5842dc7c5cb20625d1c29f95b27a57678d2dc'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:00:56
  Author: arojas
Revision: 299314

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

Added:
  ksysguard/repos/extra-i686/PKGBUILD
(from rev 299313, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/extra-x86_64/PKGBUILD
(from rev 299313, ksysguard/trunk/PKGBUILD)
Deleted:
  ksysguard/repos/extra-i686/PKGBUILD
  ksysguard/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-06-27 21:00:08 UTC (rev 299313)
+++ extra-i686/PKGBUILD 2017-06-27 21:00:56 UTC (rev 299314)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.10.2
-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')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9b0593b217b9ad9b3c9acdab85cee1f0a8de663d85e79eeeb0014316121dbfd9'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksysguard/repos/extra-i686/PKGBUILD (from rev 299313, 
ksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:00:56 UTC (rev 299314)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.10.3
+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')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3a9c45069c08834c2e73d1afbf476810c72b8d3532ce12d01c40c3a546c3ff55'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 21:00:08 UTC (rev 299313)
+++ extra-x86_64/PKGBUILD   2017-06-27 21:00:56 UTC (rev 299314)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.10.2
-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')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9b0593b217b9ad9b3c9acdab85cee1f0a8de663d85e79eeeb0014316121dbfd9'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 21:00:08
  Author: arojas
Revision: 299313

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

Added:
  kinfocenter/repos/extra-i686/PKGBUILD
(from rev 299312, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/extra-i686/kcm-about-distrorc
(from rev 299312, kinfocenter/trunk/kcm-about-distrorc)
  kinfocenter/repos/extra-x86_64/PKGBUILD
(from rev 299312, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/extra-x86_64/kcm-about-distrorc
(from rev 299312, 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-06-27 20:59:15 UTC (rev 299312)
+++ extra-i686/PKGBUILD 2017-06-27 21:00:08 UTC (rev 299313)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kinfocenter
-pkgver=5.10.2
-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')
-conflicts=('kdebase-workspace')
-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=('1202b32504925f6746369e5ad63ef7c014e89ea2d3a820387b1dd4b46a4718e4'
-'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 \
--DKDE_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 299312, 
kinfocenter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 21:00:08 UTC (rev 299313)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.10.3
+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')
+conflicts=('kdebase-workspace')
+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=('d3810c556196aece308406ceef762cfd0eb9241476e73eb84260b2e5cee72429'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" 

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:59:15
  Author: arojas
Revision: 299312

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

Added:
  khotkeys/repos/extra-i686/PKGBUILD
(from rev 299311, khotkeys/trunk/PKGBUILD)
  khotkeys/repos/extra-x86_64/PKGBUILD
(from rev 299311, khotkeys/trunk/PKGBUILD)
Deleted:
  khotkeys/repos/extra-i686/PKGBUILD
  khotkeys/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-06-27 20:57:34 UTC (rev 299311)
+++ extra-i686/PKGBUILD 2017-06-27 20:59:15 UTC (rev 299312)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.10.2
-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')
-conflicts=('kdebase-workspace')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ba878fbfd8d78a34c8ec502978dff21bacdc669c69944a20d9595610cb6abbcd'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khotkeys/repos/extra-i686/PKGBUILD (from rev 299311, 
khotkeys/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 20:59:15 UTC (rev 299312)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.10.3
+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')
+conflicts=('kdebase-workspace')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e47b1481376246f988afd0355b95f3032ec56d3639b7cdad7222327b375e7df5'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 20:57:34 UTC (rev 299311)
+++ extra-x86_64/PKGBUILD   2017-06-27 20:59:15 UTC (rev 299312)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.10.2
-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')
-conflicts=('kdebase-workspace')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ba878fbfd8d78a34c8ec502978dff21bacdc669c69944a20d9595610cb6abbcd'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: 

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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 20:58:09
  Author: felixonmars
Revision: 241295

upgpkg: python-texttable 0.9.1-1

Modified:
  python-texttable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 20:51:38 UTC (rev 241294)
+++ PKGBUILD2017-06-27 20:58:09 UTC (rev 241295)
@@ -6,7 +6,7 @@
 # Contributor: Daniel YC Lin 
 
 pkgname=(python-texttable python2-texttable)
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="Generate a formatted text table using ASCII characters"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz;)
-sha512sums=('cdbaa6f54f1b70be48f1ee685ed43ffc7e6388a50c06ba544748d6d5ecbf3dbbf92803850fa9ec3d8f5675020ebd3cc8ca0b2e4dc72078cbdcddad4a07cd7ef0')
+sha512sums=('7ec37336ef4b253879d0232dcdb4500cad33ecce1067dd7ea26c221dc2c003ee56360bdbd1dd1e00133301c51c67fb2fe9b1703628804a65f2a6ab8a1e830e50')
 
 prepare() {
   cp -a texttable-$pkgver{,-py2}


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 20:58:25
  Author: felixonmars
Revision: 241296

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-27 20:58:09 UTC (rev 241295)
+++ PKGBUILD2017-06-27 20:58:25 UTC (rev 241296)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Yen Chi Hsuan 
-# Contributor: rich_o 
-# Contributor: Jason St. John 
-# Contributor: Daniel YC Lin 
-
-pkgname=(python-texttable python2-texttable)
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Generate a formatted text table using ASCII characters"
-arch=('any')
-url="https://pypi.python.org/pypi/texttable/;
-license=('LGPL')
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz;)
-sha512sums=('cdbaa6f54f1b70be48f1ee685ed43ffc7e6388a50c06ba544748d6d5ecbf3dbbf92803850fa9ec3d8f5675020ebd3cc8ca0b2e4dc72078cbdcddad4a07cd7ef0')
-
-prepare() {
-  cp -a texttable-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/texttable-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/texttable-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/texttable-$pkgver
-  py.test tests.py
-
-  cd "$srcdir"/texttable-$pkgver-py2
-  py.test2 tests.py
-}
-
-package_python-texttable() {
-  depends=('python')
-
-  cd texttable-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-texttable() {
-  depends=('python2')
-
-  cd texttable-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-texttable/repos/community-any/PKGBUILD (from rev 241295, 
python-texttable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-27 20:58:25 UTC (rev 241296)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Yen Chi Hsuan 
+# Contributor: rich_o 
+# Contributor: Jason St. John 
+# Contributor: Daniel YC Lin 
+
+pkgname=(python-texttable python2-texttable)
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Generate a formatted text table using ASCII characters"
+arch=('any')
+url="https://pypi.python.org/pypi/texttable/;
+license=('LGPL')
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/t/texttable/texttable-$pkgver.tar.gz;)
+sha512sums=('7ec37336ef4b253879d0232dcdb4500cad33ecce1067dd7ea26c221dc2c003ee56360bdbd1dd1e00133301c51c67fb2fe9b1703628804a65f2a6ab8a1e830e50')
+
+prepare() {
+  cp -a texttable-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/texttable-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/texttable-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/texttable-$pkgver
+  py.test tests.py
+
+  cd "$srcdir"/texttable-$pkgver-py2
+  py.test2 tests.py
+}
+
+package_python-texttable() {
+  depends=('python')
+
+  cd texttable-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-texttable() {
+  depends=('python2')
+
+  cd texttable-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:57:34
  Author: arojas
Revision: 299311

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 299310, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-i686/kde.pam
(from rev 299310, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 299310, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 299310, 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 |  198 
 /kde.pam  |   18 
 extra-i686/PKGBUILD   |   99 
 extra-i686/kde.pam|9 --
 extra-x86_64/PKGBUILD |   99 
 extra-x86_64/kde.pam  |9 --
 6 files changed, 216 insertions(+), 216 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-27 20:56:55 UTC (rev 299310)
+++ extra-i686/PKGBUILD 2017-06-27 20:57:34 UTC (rev 299311)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.10.2
-pkgrel=1
-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' 'kxmlrpcclient' 'networkmanager-qt' 'kdesignerplugin')
-groups=('plasma')
-source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig}
 'kde.pam')
-sha256sums=('c2618cebc922efe95d231a7064286c869c0f355378538f2accdc09ede2b80187'
-'SKIP'
-'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_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')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm "$pkgdir"/usr/lib/drkonqi
-  rm -r "$pkgdir"/usr/share/drkonqi
-
-  # 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
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kxmlrpcclient' 'kidletime' 'gdb')
-
-  cd build/drkonqi
-  make DESTDIR="$pkgdir" install
-}
-
-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 299310, 

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:56:55
  Author: arojas
Revision: 299310

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

Added:
  plasma-integration/repos/extra-i686/PKGBUILD
(from rev 299309, plasma-integration/trunk/PKGBUILD)
  plasma-integration/repos/extra-x86_64/PKGBUILD
(from rev 299309, 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-06-27 20:56:13 UTC (rev 299309)
+++ extra-i686/PKGBUILD 2017-06-27 20:56:55 UTC (rev 299310)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=plasma-integration
-pkgver=5.10.2
-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)
-makedepends=(extra-cmake-modules python breeze)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9ea29e476f395d5074b268262e5b0ee9ae3fcc00f6c793f9cc655846efd8f93f'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-integration/repos/extra-i686/PKGBUILD (from rev 299309, 
plasma-integration/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 20:56:55 UTC (rev 299310)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.10.3
+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)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b6387a7fab2224307d63dad3bc0dedb12e17443ce79c02f383263389f7e7efee'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 20:56:13 UTC (rev 299309)
+++ extra-x86_64/PKGBUILD   2017-06-27 20:56:55 UTC (rev 299310)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=plasma-integration
-pkgver=5.10.2
-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)
-makedepends=(extra-cmake-modules python breeze)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9ea29e476f395d5074b268262e5b0ee9ae3fcc00f6c793f9cc655846efd8f93f'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" 

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:56:13
  Author: arojas
Revision: 299309

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

Added:
  milou/repos/extra-i686/PKGBUILD
(from rev 299308, milou/trunk/PKGBUILD)
  milou/repos/extra-x86_64/PKGBUILD
(from rev 299308, 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-06-27 20:55:04 UTC (rev 299308)
+++ extra-i686/PKGBUILD 2017-06-27 20:56:13 UTC (rev 299309)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.10.2
-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=('fc472351d2f7a1cbae77b166027c84bbc43280dc063aa7c37c2b68fac6ba8419'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: milou/repos/extra-i686/PKGBUILD (from rev 299308, milou/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 20:56:13 UTC (rev 299309)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.10.3
+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=('abc7ff2d45398c641dec2d69465658f52e21268c4676a377b7c496edfae56fa1'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 20:55:04 UTC (rev 299308)
+++ extra-x86_64/PKGBUILD   2017-06-27 20:56:13 UTC (rev 299309)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.10.2
-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=('fc472351d2f7a1cbae77b166027c84bbc43280dc063aa7c37c2b68fac6ba8419'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: milou/repos/extra-x86_64/PKGBUILD (from rev 299308, 
milou/trunk/PKGBUILD)

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:55:04
  Author: arojas
Revision: 299308

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

Added:
  libkscreen/repos/extra-i686/PKGBUILD
(from rev 299307, libkscreen/trunk/PKGBUILD)
  libkscreen/repos/extra-x86_64/PKGBUILD
(from rev 299307, libkscreen/trunk/PKGBUILD)
Deleted:
  libkscreen/repos/extra-i686/PKGBUILD
  libkscreen/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-06-27 20:54:28 UTC (rev 299307)
+++ extra-i686/PKGBUILD 2017-06-27 20:55:04 UTC (rev 299308)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=libkscreen
-pkgver=5.10.2
-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')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('16eed160dae229991211cadb081c3296ce2e3f2f01f85ed90c518bc1ca6f2a70'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../libkscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkscreen/repos/extra-i686/PKGBUILD (from rev 299307, 
libkscreen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 20:55:04 UTC (rev 299308)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=libkscreen
+pkgver=5.10.3
+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')
+conflicts=('libkscreen-frameworks')
+replaces=('libkscreen-frameworks')
+provides=('libkscreen-frameworks')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})
+sha256sums=('90f0e9fbdb716b18b52955fd8d526b0a4bc61ef3edd62be2bc4baa2fabd30c0a'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libkscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 20:54:28 UTC (rev 299307)
+++ extra-x86_64/PKGBUILD   2017-06-27 20:55:04 UTC (rev 299308)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=libkscreen
-pkgver=5.10.2
-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')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('16eed160dae229991211cadb081c3296ce2e3f2f01f85ed90c518bc1ca6f2a70'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:54:28
  Author: arojas
Revision: 299307

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

Added:
  libksysguard/repos/extra-i686/PKGBUILD
(from rev 299306, libksysguard/trunk/PKGBUILD)
  libksysguard/repos/extra-x86_64/PKGBUILD
(from rev 299306, libksysguard/trunk/PKGBUILD)
Deleted:
  libksysguard/repos/extra-i686/PKGBUILD
  libksysguard/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-06-27 20:53:42 UTC (rev 299306)
+++ extra-i686/PKGBUILD 2017-06-27 20:54:28 UTC (rev 299307)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksysguard
-pkgver=5.10.2
-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')
-conflicts=('kdebase-workspace')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('30e63f2ad9b933f5e261048a9c2306c5b5d045f00faac16d89ebafc2c6aa23f4'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libksysguard/repos/extra-i686/PKGBUILD (from rev 299306, 
libksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 20:54:28 UTC (rev 299307)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.10.3
+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')
+conflicts=('kdebase-workspace')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('108138f370eb23ad504be4f513ab2e30999ebdf13a34eff32c0d7a294791478f'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 20:53:42 UTC (rev 299306)
+++ extra-x86_64/PKGBUILD   2017-06-27 20:54:28 UTC (rev 299307)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksysguard
-pkgver=5.10.2
-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')
-conflicts=('kdebase-workspace')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('30e63f2ad9b933f5e261048a9c2306c5b5d045f00faac16d89ebafc2c6aa23f4'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake 

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:53:42
  Author: arojas
Revision: 299306

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

Added:
  kde-cli-tools/repos/extra-i686/PKGBUILD
(from rev 299305, kde-cli-tools/trunk/PKGBUILD)
  kde-cli-tools/repos/extra-x86_64/PKGBUILD
(from rev 299305, 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-06-27 20:52:06 UTC (rev 299305)
+++ extra-i686/PKGBUILD 2017-06-27 20:53:42 UTC (rev 299306)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.10.2
-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')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('10646f2030c28d756d718f9c1da35d341f1a3256cc869ba37ccf2a105f773b34'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_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 299305, 
kde-cli-tools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 20:53:42 UTC (rev 299306)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.10.3
+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')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9a1fec582e47daf5a89f1c7d6bb747495708f2a75633962f73159b246121b3f6'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_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-06-27 20:52:06 UTC (rev 299305)
+++ extra-x86_64/PKGBUILD   2017-06-27 20:53:42 UTC (rev 299306)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.10.2
-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')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('10646f2030c28d756d718f9c1da35d341f1a3256cc869ba37ccf2a105f773b34'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake 

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:52:06
  Author: arojas
Revision: 299305

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-27 20:49:41 UTC (rev 299304)
+++ extra-i686/PKGBUILD 2017-06-27 20:52:06 UTC (rev 299305)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.10.2
-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')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=('plasma')
-conflicts=('kdebase-workspace')
-source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-kdebug-360841.patch::"https://cgit.kde.org/kwin.git/patch/?id=a6dee74e;
-
kdebug-380440.patch::"https://cgit.kde.org/kwin.git/patch/?id=c45e1655;)
-sha256sums=('f257f48c1ac2bfef12b6e953565514448c05391c65daaca181561783a6f16bbf'
-'SKIP'
-'7aa428ad31ca3f4f345ae215e7f43aa28159c288652c79d084eea93b6820e65f'
-'d2c30904b103d724ff1fa2dc127dca204e3b6e56e8bbc6978c9a1442209629d2')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-
-# Fix keyboard input in desktop effects 
https://bugs.kde.org/show_bug.cgi?id=360841
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-360841.patch
-# Fix switching desktops through edge 
https://bugs.kde.org/show_bug.cgi?id=380440
-  patch -p1 -i ../kdebug-380440.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwin/repos/extra-i686/PKGBUILD (from rev 299304, kwin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 20:52:06 UTC (rev 299305)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.10.3
+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')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=('plasma')
+conflicts=('kdebase-workspace')
+source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('43f27ebce2019d75033fbea02766c87937c5f57b584bfde6cff06854f771796d'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 20:49:41 UTC (rev 299304)
+++ extra-x86_64/PKGBUILD   2017-06-27 20:52:06 UTC (rev 299305)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.10.2
-pkgrel=2
-pkgdesc='An easy to use, but flexible, composited Window Manager'

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

2017-06-27 Thread Maxime Gauduin
Date: Tuesday, June 27, 2017 @ 20:51:38
  Author: alucryd
Revision: 241294

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

Added:
  higan/repos/community-i686/PKGBUILD
(from rev 241293, higan/trunk/PKGBUILD)
  higan/repos/community-i686/higan-flags.patch
(from rev 241293, higan/trunk/higan-flags.patch)
  higan/repos/community-i686/higan.install
(from rev 241293, higan/trunk/higan.install)
  higan/repos/community-x86_64/PKGBUILD
(from rev 241293, higan/trunk/PKGBUILD)
  higan/repos/community-x86_64/higan-flags.patch
(from rev 241293, higan/trunk/higan-flags.patch)
  higan/repos/community-x86_64/higan.install
(from rev 241293, higan/trunk/higan.install)
Deleted:
  higan/repos/community-i686/PKGBUILD
  higan/repos/community-i686/higan-flags.patch
  higan/repos/community-i686/higan.install
  higan/repos/community-x86_64/PKGBUILD
  higan/repos/community-x86_64/higan-flags.patch
  higan/repos/community-x86_64/higan.install

+
 /PKGBUILD  |   94 +++
 /higan-flags.patch |   76 
 /higan.install |   24 
 community-i686/PKGBUILD|   48 -
 community-i686/higan-flags.patch   |   38 --
 community-i686/higan.install   |   12 
 community-x86_64/PKGBUILD  |   48 -
 community-x86_64/higan-flags.patch |   38 --
 community-x86_64/higan.install |   12 
 9 files changed, 194 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 20:51:19 UTC (rev 241293)
+++ community-i686/PKGBUILD 2017-06-27 20:51:38 UTC (rev 241294)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=higan
-pkgver=102
-pkgrel=1
-pkgdesc='Nintendo multi-system emulator'
-arch=('i686' 'x86_64')
-url='http://byuu.org/'
-license=('GPL3')
-depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'gtksourceview2' 'libao' 'libgl' 'libpulse' 'libx11' 'libxext' 'libxv'
- 'openal' 'pango' 'sdl'
- 'libudev.so')
-makedepends=('mesa')
-conflicts=('higan-gtk' 'higan-qt')
-replaces=('higan-gtk' 'higan-qt')
-install='higan.install'
-source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
-'higan-flags.patch')
-sha256sums=('52dadcf2ec5cfab0952e2948cc8acb4883b3996458bce4ecb3995830bb1699f1'
-'6ee3489a3cf3e8d09beaa5c1f809824593aa08b61dc9a8c9ddc12a09c89ae6cb')
-
-prepare() {
-  cd higan_v${pkgver}-source
-
-  patch -Np1 -i ../higan-flags.patch
-}
-
-build() {
-  cd higan_v${pkgver}-source
-
-  make -C icarus
-  make -C higan
-}
-
-package() {
-  cd higan_v${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,higan,pixmaps}}
-  install -m 755 icarus/out/icarus "${pkgdir}"/usr/bin/
-  install -m 755 higan/out/higan "${pkgdir}"/usr/bin/
-  install -m 644 higan/data/higan.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 higan/data/higan.png "${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' higan/systems/* higan/data/cheats.bml 
"${pkgdir}"/usr/share/higan/
-}
-
-# vim: ts=2 sw=2 et:

Copied: higan/repos/community-i686/PKGBUILD (from rev 241293, 
higan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 20:51:38 UTC (rev 241294)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=higan
+pkgver=103
+pkgrel=1
+pkgdesc='Nintendo multi-system emulator'
+arch=('i686' 'x86_64')
+url='http://byuu.org/'
+license=('GPL3')
+depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'gtksourceview2' 'libao' 'libgl' 'libpulse' 'libx11' 'libxext' 'libxv'
+ 'openal' 'pango' 'sdl'
+ 'libudev.so')
+makedepends=('mesa')
+conflicts=('higan-gtk' 'higan-qt')
+replaces=('higan-gtk' 'higan-qt')
+install='higan.install'
+source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
+'higan-flags.patch')
+sha256sums=('e63a6ab6a4131f9a05382c0c8c67d226aeaec2ec51f139260c87fa1f5e994276'
+'6ee3489a3cf3e8d09beaa5c1f809824593aa08b61dc9a8c9ddc12a09c89ae6cb')
+
+prepare() {
+  cd higan_v${pkgver}-source
+
+  patch -Np1 -i ../higan-flags.patch
+}
+
+build() {
+  cd higan_v${pkgver}-source
+
+  make -C icarus
+  make -C higan
+}
+
+package() {
+  cd higan_v${pkgver}-source
+
+  install -Dm 755 icarus/out/icarus -t "${pkgdir}"/usr/bin/
+  install -Dm 755 higan/out/higan -t "${pkgdir}"/usr/bin/
+  install -Dm 644 higan/data/higan.desktop -t 
"${pkgdir}"/usr/share/applications/
+  install -Dm 644 higan/data/higan.png -t "${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' higan/systems 

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

2017-06-27 Thread Maxime Gauduin
Date: Tuesday, June 27, 2017 @ 20:51:19
  Author: alucryd
Revision: 241293

upgpkg: higan 103-1

Modified:
  higan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 19:54:16 UTC (rev 241292)
+++ PKGBUILD2017-06-27 20:51:19 UTC (rev 241293)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=higan
-pkgver=102
+pkgver=103
 pkgrel=1
 pkgdesc='Nintendo multi-system emulator'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 install='higan.install'
 source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
 'higan-flags.patch')
-sha256sums=('52dadcf2ec5cfab0952e2948cc8acb4883b3996458bce4ecb3995830bb1699f1'
+sha256sums=('e63a6ab6a4131f9a05382c0c8c67d226aeaec2ec51f139260c87fa1f5e994276'
 '6ee3489a3cf3e8d09beaa5c1f809824593aa08b61dc9a8c9ddc12a09c89ae6cb')
 
 prepare() {
@@ -37,12 +37,11 @@
 package() {
   cd higan_v${pkgver}-source
 
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,higan,pixmaps}}
-  install -m 755 icarus/out/icarus "${pkgdir}"/usr/bin/
-  install -m 755 higan/out/higan "${pkgdir}"/usr/bin/
-  install -m 644 higan/data/higan.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 higan/data/higan.png "${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' higan/systems/* higan/data/cheats.bml 
"${pkgdir}"/usr/share/higan/
+  install -Dm 755 icarus/out/icarus -t "${pkgdir}"/usr/bin/
+  install -Dm 755 higan/out/higan -t "${pkgdir}"/usr/bin/
+  install -Dm 644 higan/data/higan.desktop -t 
"${pkgdir}"/usr/share/applications/
+  install -Dm 644 higan/data/higan.png -t "${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' higan/systems "${pkgdir}"/usr/share/higan
 }
 
 # vim: ts=2 sw=2 et:


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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:49:41
  Author: arojas
Revision: 299304

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-27 20:48:39 UTC (rev 299303)
+++ extra-i686/PKGBUILD 2017-06-27 20:49:41 UTC (rev 299304)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-kde4')
-pkgver=5.10.2
-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=('7909034fece1ba17e53ec143924a6b49f240a28b9df09e0add5deb033c52dcf3'
-'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 \
--DKDE_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')
-  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 299303, 
breeze/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 20:49:41 UTC (rev 299304)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.10.3
+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=('0a71e095d0f54795ab359f5419e07b56435815b86b9f0779b134f5ac1b411f11'
+'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 \
+-DKDE_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')
+  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')
+  

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:48:39
  Author: arojas
Revision: 299303

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-27 20:48:02 UTC (rev 299302)
+++ extra-i686/PKGBUILD 2017-06-27 20:48:39 UTC (rev 299303)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgbase=oxygen
-pkgname=('oxygen' 'oxygen-kde4')
-pkgver=5.10.2
-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=('373842080580abd9bebf16ae1653aaba8e657b1c1cfe4573ee79a95d64cba321'
-'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 \
--DKDE_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')
-  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')
-  conflicts=('kdebase-workspace')
-
-  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 299302, 
oxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 20:48:39 UTC (rev 299303)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-kde4')
+pkgver=5.10.3
+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=('9b3a92c8f0be7fc9f24d2fd834cd1942f410d122bf064362d26211446daa581e'
+'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 \
+-DKDE_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')
+  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')
+  conflicts=('kdebase-workspace')
+
+  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

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:48:02
  Author: arojas
Revision: 299302

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

Added:
  kdecoration/repos/extra-i686/PKGBUILD
(from rev 299301, kdecoration/trunk/PKGBUILD)
  kdecoration/repos/extra-x86_64/PKGBUILD
(from rev 299301, kdecoration/trunk/PKGBUILD)
Deleted:
  kdecoration/repos/extra-i686/PKGBUILD
  kdecoration/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-06-27 20:47:21 UTC (rev 299301)
+++ extra-i686/PKGBUILD 2017-06-27 20:48:02 UTC (rev 299302)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kdecoration
-pkgver=5.10.2
-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=('7ca62e41c76d1d3df31c83ea1ac49cf3746e64786679d4eb30dd79c59442af16'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdecoration/repos/extra-i686/PKGBUILD (from rev 299301, 
kdecoration/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 20:48:02 UTC (rev 299302)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.10.3
+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=('03225e132e1915e14300c4d44b7faa6262adbfe5725d01299330071cb6cd5e91'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 20:47:21 UTC (rev 299301)
+++ extra-x86_64/PKGBUILD   2017-06-27 20:48:02 UTC (rev 299302)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kdecoration
-pkgver=5.10.2
-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=('7ca62e41c76d1d3df31c83ea1ac49cf3746e64786679d4eb30dd79c59442af16'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:47:21
  Author: arojas
Revision: 299301

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

Added:
  kscreenlocker/repos/extra-i686/PKGBUILD
(from rev 299300, kscreenlocker/trunk/PKGBUILD)
  kscreenlocker/repos/extra-x86_64/PKGBUILD
(from rev 299300, 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-06-27 20:46:37 UTC (rev 299300)
+++ extra-i686/PKGBUILD 2017-06-27 20:47:21 UTC (rev 299301)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.10.2
-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=('6545f32e4ba8bedfa676a05fccd8d636e8a77c128ccbc309149c149b3b1d'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=/usr/lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/extra-i686/PKGBUILD (from rev 299300, 
kscreenlocker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 20:47:21 UTC (rev 299301)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.10.3
+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=('fdfb049edf35acec8e551946787d765469748fee00d94b2921f8d3a767d5601e'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_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-06-27 20:46:37 UTC (rev 299300)
+++ extra-x86_64/PKGBUILD   2017-06-27 20:47:21 UTC (rev 299301)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.10.2
-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=('6545f32e4ba8bedfa676a05fccd8d636e8a77c128ccbc309149c149b3b1d'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=/usr/lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/extra-x86_64/PKGBUILD (from rev 

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

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:46:37
  Author: arojas
Revision: 299300

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

Added:
  kactivitymanagerd/repos/extra-i686/PKGBUILD
(from rev 299299, kactivitymanagerd/trunk/PKGBUILD)
  kactivitymanagerd/repos/extra-x86_64/PKGBUILD
(from rev 299299, 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-06-27 20:42:43 UTC (rev 299299)
+++ extra-i686/PKGBUILD 2017-06-27 20:46:37 UTC (rev 299300)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kactivitymanagerd
-pkgver=5.10.2
-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=('12a7434640df34c388cdd91bb8bc412429fd946f8909e7f5642ebdafed60eef4'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kactivitymanagerd/repos/extra-i686/PKGBUILD (from rev 299299, 
kactivitymanagerd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 20:46:37 UTC (rev 299300)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kactivitymanagerd
+pkgver=5.10.3
+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=('109fafe79c333726ad913b141ff8abab13e96449eb988b635c4a64aecbf39df8'
+'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 \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-27 20:42:43 UTC (rev 299299)
+++ extra-x86_64/PKGBUILD   2017-06-27 20:46:37 UTC (rev 299300)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kactivitymanagerd
-pkgver=5.10.2
-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=('12a7434640df34c388cdd91bb8bc412429fd946f8909e7f5642ebdafed60eef4'
-'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 \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kactivitymanagerd/repos/extra-x86_64/PKGBUILD (from rev 299299, 

[arch-commits] Commit in (39 files)

2017-06-27 Thread Antonio Rojas
Date: Tuesday, June 27, 2017 @ 20:42:43
  Author: arojas
Revision: 299299

Plasma 5.10.3

Modified:
  bluedevil/trunk/PKGBUILD
  breeze-grub/trunk/PKGBUILD
  breeze-gtk/trunk/PKGBUILD
  breeze/trunk/PKGBUILD
  discover/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-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|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|   20 +---
 kwrited/trunk/PKGBUILD |4 ++--
 libkscreen/trunk/PKGBUILD  |4 ++--
 libksysguard/trunk/PKGBUILD|4 ++--
 milou/trunk/PKGBUILD   |4 ++--
 oxygen/trunk/PKGBUILD  |4 ++--
 plasma-desktop/trunk/PKGBUILD  |   16 +---
 plasma-integration/trunk/PKGBUILD  |4 ++--
 plasma-nm/trunk/PKGBUILD   |4 ++--
 plasma-pa/trunk/PKGBUILD   |4 ++--
 plasma-sdk/trunk/PKGBUILD  |4 ++--
 plasma-workspace-wallpapers/trunk/PKGBUILD |4 ++--
 plasma-workspace/trunk/PKGBUILD|4 ++--
 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 ++--
 39 files changed, 84 insertions(+), 100 deletions(-)

Modified: bluedevil/trunk/PKGBUILD
===
--- bluedevil/trunk/PKGBUILD2017-06-27 19:54:50 UTC (rev 299298)
+++ bluedevil/trunk/PKGBUILD2017-06-27 20:42:43 UTC (rev 299299)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=bluedevil
-pkgver=5.10.2
+pkgver=5.10.3
 pkgrel=1
 epoch=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
@@ -17,7 +17,7 @@
 replaces=('bluedevil-frameworks')
 groups=('plasma')
 
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('27fbd7e51420f8900fd63315c4ca80a79e6f7dfa10890ac05b244bbf977c2094'
+sha256sums=('cf80706d6966abaa7073c73cfce1361510995f272611b979116c626e1168130f'
 'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon

Modified: breeze/trunk/PKGBUILD
===
--- breeze/trunk/PKGBUILD   2017-06-27 19:54:50 UTC (rev 299298)
+++ breeze/trunk/PKGBUILD   2017-06-27 20:42:43 UTC (rev 299299)
@@ -5,7 +5,7 @@
 
 pkgbase=breeze
 pkgname=('breeze' 'breeze-kde4')
-pkgver=5.10.2
+pkgver=5.10.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -13,7 +13,7 @@
 

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

2017-06-27 Thread Maxime Gauduin
Date: Tuesday, June 27, 2017 @ 19:54:50
  Author: alucryd
Revision: 299298

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-27 19:54:28 UTC (rev 299297)
+++ extra-i686/PKGBUILD 2017-06-27 19:54:50 UTC (rev 299298)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: damir 
-# Contributor: Paul Mattal 
-
-pkgname=('x264' 'libx264' 'libx264-10bit' 'libx264-all')
-pkgver=148.20170519
-pkgrel=1
-epoch=2
-arch=('i686' 'x86_64')
-url='https://www.videolan.org/developers/x264.html'
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
-_commit='d32d7bf1c6923a42cbd5ac2fd540ecbb009ba681'
-source=("git+https://git.videolan.org/git/x264.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgbase}
-
-  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
-  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
-
-  echo ${_ver}.${_date}
-}
-
-prepare() {
-  mkdir build-{8,10}bit
-}
-
-build() {
-  for _b in 8 10; do (
-cd build-${_b}bit
-../${pkgbase}/configure \
-  --prefix='/usr' \
-  --enable-shared \
-  --enable-pic \
-  --enable-lto \
-  --bit-depth="${_b}"
-make
-  ) done
-}
-
-package_x264() {
-  pkgdesc='CLI tools for encoding H264/AVC video streams'
-  depends+=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
-'libswscale.so')
-
-  for _b in {8,10}bit; do
-provides+=("x264-${_b}")
-
-make -C build-${_b} DESTDIR="${pkgdir}" install-cli
-mv "${pkgdir}"/usr/bin/x264{,-${_b}}
-  done
-
-  ln -s x264-8bit "${pkgdir}"/usr/bin/x264
-}
-
-package_libx264() {
-  pkgdesc='Library for encoding H264/AVC video streams (8bit depth)'
-  provides=('libx264-8bit' 'libx264.so')
-  conflicts=('libx264')
-
-  make -C build-8bit DESTDIR=${pkgdir} install-lib-shared
-}
-
-package_libx264-10bit() {
-  pkgdesc='Library for encoding H264/AVC video streams (10bit depth)'
-  provides=('libx264' 'libx264.so')
-  conflicts=('libx264')
-
-  make -C build-10bit DESTDIR=${pkgdir} install-lib-shared
-}
-
-package_libx264-all() {
-  pkgdesc="Library for encoding H264/AVC video streams (all depths)"
-
-  local _ver=$(grep '#define X264_BUILD' "${pkgbase}"/x264.h | cut -d' ' -f3)
-
-  install -d "${pkgdir}"/usr/lib/x264
-
-  for _b in {8,10}bit; do
-provides+=("libx264-${_b}.so")
-
-make -C build-${_b} DESTDIR="${pkgdir}" install-lib-shared
-
-mv "${pkgdir}"/usr/lib/libx264.so.${_ver} 
"${pkgdir}"/usr/lib/x264/libx264-${_b}.so.${_ver}
-rm -r "${pkgdir}"/usr/{include,lib/libx264.so,lib/pkgconfig}
-
-ln -sr "${pkgdir}"/usr/lib/x264/libx264-${_b}.so{.${_ver},}
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: x264/repos/extra-i686/PKGBUILD (from rev 299297, x264/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-27 19:54:50 UTC (rev 299298)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=('x264' 'libx264' 'libx264-10bit' 'libx264-all')
+pkgver=148.20170521
+pkgrel=1
+epoch=2
+arch=('i686' 'x86_64')
+url='https://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
+_commit='aaa9aa83a111ed6f1db253d5afa91c5fc844583f'
+source=("git+https://git.videolan.org/git/x264.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgbase}
+
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  mkdir build-{8,10}bit
+}
+
+build() {
+  for _b in 8 10; do (
+cd build-${_b}bit
+../${pkgbase}/configure \
+  --prefix='/usr' \
+  --enable-shared \
+  --enable-pic \
+  --enable-lto \
+  --bit-depth="${_b}"
+make
+  ) done
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video 

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

2017-06-27 Thread Maxime Gauduin
Date: Tuesday, June 27, 2017 @ 19:54:28
  Author: alucryd
Revision: 299297

upgpkg: x264 2:148.20170521-1

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 13:20:53 UTC (rev 299296)
+++ PKGBUILD2017-06-27 19:54:28 UTC (rev 299297)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=('x264' 'libx264' 'libx264-10bit' 'libx264-all')
-pkgver=148.20170519
+pkgver=148.20170521
 pkgrel=1
 epoch=2
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('GPL')
 depends=('glibc')
 makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
-_commit='d32d7bf1c6923a42cbd5ac2fd540ecbb009ba681'
+_commit='aaa9aa83a111ed6f1db253d5afa91c5fc844583f'
 source=("git+https://git.videolan.org/git/x264.git#commit=${_commit};)
 sha256sums=('SKIP')
 


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

2017-06-27 Thread Jan Steffens
Date: Tuesday, June 27, 2017 @ 19:54:16
  Author: heftig
Revision: 241292

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

Added:
  fwupd/repos/community-i686/PKGBUILD
(from rev 241291, fwupd/trunk/PKGBUILD)
  fwupd/repos/community-i686/fix-missing-name.patch
(from rev 241291, fwupd/trunk/fix-missing-name.patch)
  fwupd/repos/community-i686/fix-test-failure.patch
(from rev 241291, fwupd/trunk/fix-test-failure.patch)
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 241291, fwupd/trunk/PKGBUILD)
  fwupd/repos/community-x86_64/fix-missing-name.patch
(from rev 241291, fwupd/trunk/fix-missing-name.patch)
  fwupd/repos/community-x86_64/fix-test-failure.patch
(from rev 241291, fwupd/trunk/fix-test-failure.patch)
Deleted:
  fwupd/repos/community-i686/PKGBUILD
  fwupd/repos/community-i686/fix-missing-name.patch
  fwupd/repos/community-i686/fix-refresh-crash.patch
  fwupd/repos/community-i686/fix-test-failure.patch
  fwupd/repos/community-x86_64/PKGBUILD
  fwupd/repos/community-x86_64/fix-missing-name.patch
  fwupd/repos/community-x86_64/fix-refresh-crash.patch
  fwupd/repos/community-x86_64/fix-test-failure.patch

--+
 /PKGBUILD|  104 +
 /fix-missing-name.patch  |   42 +++
 /fix-test-failure.patch  |   42 +++
 community-i686/PKGBUILD  |   48 -
 community-i686/fix-missing-name.patch|   21 -
 community-i686/fix-refresh-crash.patch   |   29 
 community-i686/fix-test-failure.patch|   21 -
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/fix-missing-name.patch  |   21 -
 community-x86_64/fix-refresh-crash.patch |   29 
 community-x86_64/fix-test-failure.patch  |   21 -
 11 files changed, 188 insertions(+), 238 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 19:53:23 UTC (rev 241291)
+++ community-i686/PKGBUILD 2017-06-27 19:54:16 UTC (rev 241292)
@@ -1,48 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=0.9.4
-pkgrel=1
-pkgdesc='A simple daemon to allow session software to update firmware'
-arch=('i686' 'x86_64')
-url='https://github.com/hughsie/fwupd'
-license=('GPL2')
-depends=('appstream-glib' 'fwupdate' 'colord')
-#makedepends=('meson' 'valgrind' 'docbook2x' 'gobject-introspection' 'gtk-doc')
-makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls'
- 'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
- 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz"
-'fix-missing-name.patch'
-'fix-test-failure.patch')
-sha256sums=('ac6c02df4a00d541a205f17c0fa681cc5fe9161dd20cc28045c28cbe43b042e0'
-'2a620759ccceaa1e06e81ad47467804f5bffc2a0e83e1cc25f351f94d2444900'
-'e684937330f4fffd32fea3db0f444fcbd0250009905c3c76693bdc6eccb425da')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-patch -p1 -i ../fix-missing-name.patch
-patch -p1 -i ../fix-test-failure.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-meson --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---buildtype=plain \
-../build
-
-ninja -v -C ../build
-}
-
-check() {
-ninja -C build test
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: fwupd/repos/community-i686/PKGBUILD (from rev 241291, 
fwupd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 19:54:16 UTC (rev 241292)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('GPL2')
+depends=('appstream-glib' 'fwupdate' 'colord')
+makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls'
+ 'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
+ 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz"
+'fix-missing-name.patch'
+'fix-test-failure.patch')
+sha256sums=('ac6c02df4a00d541a205f17c0fa681cc5fe9161dd20cc28045c28cbe43b042e0'
+'2a620759ccceaa1e06e81ad47467804f5bffc2a0e83e1cc25f351f94d2444900'
+

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

2017-06-27 Thread Jan Steffens
Date: Tuesday, June 27, 2017 @ 19:53:23
  Author: heftig
Revision: 241291

0.9.4-2: Fix polkit ruledir mode, use mesontest, use release buildtype

Modified:
  fwupd/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 19:22:17 UTC (rev 241290)
+++ PKGBUILD2017-06-27 19:53:23 UTC (rev 241291)
@@ -1,15 +1,15 @@
+# $Id$
 # Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
 pkgver=0.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('i686' 'x86_64')
 url='https://github.com/hughsie/fwupd'
 license=('GPL2')
 depends=('appstream-glib' 'fwupdate' 'colord')
-#makedepends=('meson' 'valgrind' 'docbook2x' 'gobject-introspection' 'gtk-doc')
 makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls'
  'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
  'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
@@ -33,7 +33,7 @@
 --sysconfdir=/etc \
 --localstatedir=/var \
 --libexecdir=/usr/lib \
---buildtype=plain \
+--buildtype=release \
 ../build
 
 ninja -v -C ../build
@@ -40,9 +40,13 @@
 }
 
 check() {
-ninja -C build test
+cd build
+mesontest
 }
 
 package() {
 DESTDIR="${pkgdir}" ninja -C build install
+
+# Fixup mode to match polkit
+install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
 }


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


[arch-commits] Commit in wine-staging/repos/community-i686 (4 files)

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 19:22:17
  Author: felixonmars
Revision: 241290

archrelease: copy trunk to community-i686

Added:
  wine-staging/repos/community-i686/30-win32-aliases.conf
(from rev 241289, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/community-i686/PKGBUILD
(from rev 241289, wine-staging/trunk/PKGBUILD)
Deleted:
  wine-staging/repos/community-i686/30-win32-aliases.conf
  wine-staging/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/community-i686/30-win32-aliases.conf (from rev 
241289, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-27 19:19:15 UTC (rev 241289)
+++ PKGBUILD2017-06-27 19:22:17 UTC (rev 241290)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=2.10
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha512sums=('f77bcc302a511186608bb48d7df2cab36862e250ae7f6d817463d919818c61b0bdff0f6ae6eb6eb7710441a0f7e96f0bccfbd32da5f3cb87b87465e63b1a499d'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv 

[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (4 files)

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 19:19:15
  Author: felixonmars
Revision: 241289

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 241288, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 241288, wine-staging/trunk/PKGBUILD)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
241288, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-27 19:18:34 UTC (rev 241288)
+++ PKGBUILD2017-06-27 19:19:15 UTC (rev 241289)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=2.10
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha512sums=('f77bcc302a511186608bb48d7df2cab36862e250ae7f6d817463d919818c61b0bdff0f6ae6eb6eb7710441a0f7e96f0bccfbd32da5f3cb87b87465e63b1a499d'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
- 

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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 19:18:34
  Author: felixonmars
Revision: 241288

upgpkg: wine-staging 2.11-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 19:09:09 UTC (rev 241287)
+++ PKGBUILD2017-06-27 19:18:34 UTC (rev 241288)
@@ -6,7 +6,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
 30-win32-aliases.conf)
-sha512sums=('f77bcc302a511186608bb48d7df2cab36862e250ae7f6d817463d919818c61b0bdff0f6ae6eb6eb7710441a0f7e96f0bccfbd32da5f3cb87b87465e63b1a499d'
+sha512sums=('425feeb38140a77bcd66c2e2943a7ea95c39676bb0feb8ae3b6bb01859e66b3b98395aac2eb176998f41357ab369f6a6e6e8506eeda6fd65fbc4297f87197e26'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch"


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 19:09:09
  Author: felixonmars
Revision: 241287

archrelease: copy trunk to community-any

Added:
  typescript/repos/community-any/PKGBUILD
(from rev 241286, typescript/trunk/PKGBUILD)
Deleted:
  typescript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-27 19:08:32 UTC (rev 241286)
+++ PKGBUILD2017-06-27 19:09:09 UTC (rev 241287)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=typescript
-pkgver=2.3.4
-pkgrel=1
-pkgdesc="TypeScript is a language for application scale JavaScript development"
-arch=('any')
-url="http://typescriptlang.org/;
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('fb7600de1a54b25f6558f3ec3d0b218b25ef53d120261bcca06d95ef86fa0f605d74678fa916d058dced4efa685239697fedd35082f5e02e0269de1036f3957d')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: typescript/repos/community-any/PKGBUILD (from rev 241286, 
typescript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-27 19:09:09 UTC (rev 241287)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=typescript
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="TypeScript is a language for application scale JavaScript development"
+arch=('any')
+url="http://typescriptlang.org/;
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('dcefc0d536ca89795f5ac06ff97f50a73ca5391b0149766e206f0633362f3d3142ae473ae625ca77880091537f8e62e04a499d4c33116395f236ef83c590fb99')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 19:08:32
  Author: felixonmars
Revision: 241286

upgpkg: typescript 2.4.1-1

Modified:
  typescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 18:13:57 UTC (rev 241285)
+++ PKGBUILD2017-06-27 19:08:32 UTC (rev 241286)
@@ -3,7 +3,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=typescript
-pkgver=2.3.4
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="TypeScript is a language for application scale JavaScript development"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('fb7600de1a54b25f6558f3ec3d0b218b25ef53d120261bcca06d95ef86fa0f605d74678fa916d058dced4efa685239697fedd35082f5e02e0269de1036f3957d')
+sha512sums=('dcefc0d536ca89795f5ac06ff97f50a73ca5391b0149766e206f0633362f3d3142ae473ae625ca77880091537f8e62e04a499d4c33116395f236ef83c590fb99')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-06-27 Thread Johannes Löthberg
Date: Tuesday, June 27, 2017 @ 18:13:57
  Author: demize
Revision: 241285

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

Added:
  haproxy/repos/community-i686/PKGBUILD
(from rev 241284, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-i686/haproxy.cfg
(from rev 241284, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-i686/haproxy.install
(from rev 241284, haproxy/trunk/haproxy.install)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 241284, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 241284, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 241284, haproxy/trunk/haproxy.install)
Deleted:
  haproxy/repos/community-i686/PKGBUILD
  haproxy/repos/community-i686/haproxy.cfg
  haproxy/repos/community-i686/haproxy.install
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

--+
 /PKGBUILD|  140 +
 /haproxy.cfg |   98 +
 /haproxy.install |   24 ++
 community-i686/PKGBUILD  |   70 --
 community-i686/haproxy.cfg   |   49 
 community-i686/haproxy.install   |   12 ---
 community-x86_64/PKGBUILD|   70 --
 community-x86_64/haproxy.cfg |   49 
 community-x86_64/haproxy.install |   12 ---
 9 files changed, 262 insertions(+), 262 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 18:12:17 UTC (rev 241284)
+++ community-i686/PKGBUILD 2017-06-27 18:13:57 UTC (rev 241285)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.7.6
-pkgrel=1
-
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-url='http://haproxy.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('openssl' 'pcre' 'zlib' 'lua')
-
-backup=('etc/haproxy/haproxy.cfg')
-
-install=haproxy.install
-
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-
-md5sums=('8f4328cf66137f0dbf6901e065f603cc'
- '27941f31d25d5629f4bdef6bc4b2555a')
-
-prepare() {
-  cd haproxy-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd haproxy-$pkgver
-
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1 \
-USE_LUA=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd haproxy-$pkgver
-  make \
-EXTRA=haproxy-systemd-wrapper \
-PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-i686/PKGBUILD (from rev 241284, 
haproxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 18:13:57 UTC (rev 241285)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.7.7
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='http://haproxy.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+
+md5sums=('a58a1a30dbd4682e660ddd9d70860a53'
+ '27941f31d25d5629f4bdef6bc4b2555a')
+
+prepare() {
+  cd haproxy-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  make CPU=generic TARGET=linux2628 \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1 \
+USE_LUA=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib 

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

2017-06-27 Thread Johannes Löthberg
Date: Tuesday, June 27, 2017 @ 18:12:17
  Author: demize
Revision: 241284

upgpkg: haproxy 1.7.7-1

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 18:12:02 UTC (rev 241283)
+++ PKGBUILD2017-06-27 18:12:17 UTC (rev 241284)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=haproxy
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -20,7 +20,7 @@
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
 haproxy.cfg)
 
-md5sums=('8f4328cf66137f0dbf6901e065f603cc'
+md5sums=('a58a1a30dbd4682e660ddd9d70860a53'
  '27941f31d25d5629f4bdef6bc4b2555a')
 
 prepare() {


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

2017-06-27 Thread Johannes Löthberg
Date: Tuesday, June 27, 2017 @ 18:12:02
  Author: demize
Revision: 241283

db-move: moved haproxy from [community-testing] to [community] (i686, x86_64)

Added:
  haproxy/repos/community-i686/PKGBUILD
(from rev 241282, haproxy/repos/community-testing-i686/PKGBUILD)
  haproxy/repos/community-i686/haproxy.cfg
(from rev 241282, haproxy/repos/community-testing-i686/haproxy.cfg)
  haproxy/repos/community-i686/haproxy.install
(from rev 241282, haproxy/repos/community-testing-i686/haproxy.install)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 241282, haproxy/repos/community-testing-x86_64/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 241282, haproxy/repos/community-testing-x86_64/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 241282, haproxy/repos/community-testing-x86_64/haproxy.install)
Deleted:
  haproxy/repos/community-i686/PKGBUILD
  haproxy/repos/community-i686/haproxy.cfg
  haproxy/repos/community-i686/haproxy.install
  haproxy/repos/community-testing-i686/
  haproxy/repos/community-testing-x86_64/
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

--+
 /PKGBUILD|  140 +
 /haproxy.cfg |   98 +
 /haproxy.install |   24 ++
 community-i686/PKGBUILD  |   70 --
 community-i686/haproxy.cfg   |   49 
 community-i686/haproxy.install   |   12 ---
 community-x86_64/PKGBUILD|   70 --
 community-x86_64/haproxy.cfg |   49 
 community-x86_64/haproxy.install |   12 ---
 9 files changed, 262 insertions(+), 262 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 18:11:43 UTC (rev 241282)
+++ community-i686/PKGBUILD 2017-06-27 18:12:02 UTC (rev 241283)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.7.5
-pkgrel=1
-
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-url='http://haproxy.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('openssl' 'pcre' 'zlib' 'lua')
-
-backup=('etc/haproxy/haproxy.cfg')
-
-install=haproxy.install
-
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-
-md5sums=('ed84c80cb97852d2aa3161ed16c48a1c'
- '27941f31d25d5629f4bdef6bc4b2555a')
-
-prepare() {
-  cd haproxy-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd haproxy-$pkgver
-
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1 \
-USE_LUA=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd haproxy-$pkgver
-  make \
-EXTRA=haproxy-systemd-wrapper \
-PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-i686/PKGBUILD (from rev 241282, 
haproxy/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 18:12:02 UTC (rev 241283)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.7.6
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='http://haproxy.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+
+md5sums=('8f4328cf66137f0dbf6901e065f603cc'
+ '27941f31d25d5629f4bdef6bc4b2555a')
+
+prepare() {
+  cd haproxy-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+}
+

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

2017-06-27 Thread Johannes Löthberg
Date: Tuesday, June 27, 2017 @ 18:11:37
  Author: demize
Revision: 241281

upgpkg: pigeonhole 0.4.19-1

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 18:10:39 UTC (rev 241280)
+++ PKGBUILD2017-06-27 18:11:37 UTC (rev 241281)
@@ -8,12 +8,12 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.2.30.2
+_dcpkgver=2.2.31
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
-pkgver=0.4.18
-pkgrel=3
+pkgver=0.4.19
+pkgrel=1
 
 pkgdesc='Sieve implementation for Dovecot'
 url='http://pigeonhole.dovecot.org/'
@@ -27,7 +27,7 @@
 
source=("https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-$pkgver.tar.gz"{,.sig}
 dovecot.conf)
 
-sha256sums=('dd871bb57fad22795460f613f3c9484a8bf229272ac00956d837a3f1c3a9'
+sha256sums=('629204bfbdcd3480e1ebcdc246da438323c3ea5fea57480ab859e8b201ad8793'
 'SKIP'
 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
 validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 



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

2017-06-27 Thread Johannes Löthberg
Date: Tuesday, June 27, 2017 @ 18:11:43
  Author: demize
Revision: 241282

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

Added:
  pigeonhole/repos/community-i686/PKGBUILD
(from rev 241281, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/community-i686/dovecot.conf
(from rev 241281, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/community-x86_64/PKGBUILD
(from rev 241281, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/community-x86_64/dovecot.conf
(from rev 241281, pigeonhole/trunk/dovecot.conf)
Deleted:
  pigeonhole/repos/community-i686/PKGBUILD
  pigeonhole/repos/community-i686/dovecot.conf
  pigeonhole/repos/community-x86_64/PKGBUILD
  pigeonhole/repos/community-x86_64/dovecot.conf

---+
 /PKGBUILD |  110 
 /dovecot.conf |2 
 community-i686/PKGBUILD   |   55 
 community-i686/dovecot.conf   |1 
 community-x86_64/PKGBUILD |   55 
 community-x86_64/dovecot.conf |1 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 18:11:37 UTC (rev 241281)
+++ community-i686/PKGBUILD 2017-06-27 18:11:43 UTC (rev 241282)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.2.30.2
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.18
-pkgrel=3
-
-pkgdesc='Sieve implementation for Dovecot'
-url='http://pigeonhole.dovecot.org/'
-arch=('i686' 'x86_64')
-license=('LGPL')
-
-depends=('dovecot='$_dcpkgver)
-
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-
-source=("https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-$pkgver.tar.gz"{,.sig}
-dovecot.conf)
-
-sha256sums=('dd871bb57fad22795460f613f3c9484a8bf229272ac00956d837a3f1c3a9'
-'SKIP'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

-
-build() {
-  cd dovecot-2.2-pigeonhole-$pkgver
-
-  ./configure --prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-check() {
-  cd dovecot-2.2-pigeonhole-$pkgver
-  make check
-}
-
-package() {
-  cd dovecot-2.2-pigeonhole-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
-}

Copied: pigeonhole/repos/community-i686/PKGBUILD (from rev 241281, 
pigeonhole/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 18:11:43 UTC (rev 241282)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.31
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.19
+pkgrel=1
+
+pkgdesc='Sieve implementation for Dovecot'
+url='http://pigeonhole.dovecot.org/'
+arch=('i686' 'x86_64')
+license=('LGPL')
+
+depends=('dovecot='$_dcpkgver)
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-$pkgver.tar.gz"{,.sig}
+dovecot.conf)
+
+sha256sums=('629204bfbdcd3480e1ebcdc246da438323c3ea5fea57480ab859e8b201ad8793'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

+
+build() {
+  cd dovecot-2.2-pigeonhole-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+check() {
+  cd dovecot-2.2-pigeonhole-$pkgver
+  make check
+}
+
+package() {
+  cd dovecot-2.2-pigeonhole-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Deleted: community-i686/dovecot.conf

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

2017-06-27 Thread Johannes Löthberg
Date: Tuesday, June 27, 2017 @ 18:10:39
  Author: demize
Revision: 241280

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

Added:
  dovecot/repos/community-i686/PKGBUILD
(from rev 241279, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-i686/dovecot.install
(from rev 241279, dovecot/trunk/dovecot.install)
  dovecot/repos/community-i686/dovecot.tmpfilesd
(from rev 241279, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 241279, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.install
(from rev 241279, dovecot/trunk/dovecot.install)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 241279, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-i686/PKGBUILD
  dovecot/repos/community-i686/dovecot.install
  dovecot/repos/community-i686/dovecot.tmpfilesd
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.install
  dovecot/repos/community-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  188 +++
 /dovecot.install   |   20 +++
 /dovecot.tmpfilesd |2 
 community-i686/PKGBUILD|   94 -
 community-i686/dovecot.install |   10 -
 community-i686/dovecot.tmpfilesd   |1 
 community-x86_64/PKGBUILD  |   94 -
 community-x86_64/dovecot.install   |   10 -
 community-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 18:10:28 UTC (rev 241279)
+++ community-i686/PKGBUILD 2017-06-27 18:10:39 UTC (rev 241280)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.30.2
-pkgrel=1
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/;
-arch=('i686' 'x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-install=dovecot.install
-
-source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
-dovecot.tmpfilesd)
-
-sha256sums=('f3dba79c1ceeaa9dd0633f648d3a607704bf3d0591e7d48168084c8add87189e'
-'SKIP'
-'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

-
-prepare() {
-  cd dovecot-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd dovecot-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-docs
-
-  make
-}
-
-check() {
-  cd dovecot-$pkgver
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd dovecot-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.tmpfilesd" \
-"$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "$pkgdir/etc/dovecot/conf.d"
-  rm -f $pkgdir/etc/dovecot/README
-
-  # install mkcert helper script
-  install -m 755  doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
-}

Copied: dovecot/repos/community-i686/PKGBUILD (from rev 241279, 
dovecot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 18:10:39 UTC (rev 241280)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas 

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

2017-06-27 Thread Johannes Löthberg
Date: Tuesday, June 27, 2017 @ 18:10:28
  Author: demize
Revision: 241279

upgpkg: dovecot 2.2.31-1

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 18:06:49 UTC (rev 241278)
+++ PKGBUILD2017-06-27 18:10:28 UTC (rev 241279)
@@ -9,7 +9,7 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.2.30.2
+pkgver=2.2.31
 pkgrel=1
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
@@ -31,7 +31,7 @@
 source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
 dovecot.tmpfilesd)
 
-sha256sums=('f3dba79c1ceeaa9dd0633f648d3a607704bf3d0591e7d48168084c8add87189e'
+sha256sums=('034be40907748128d65088a4f59789b2f99ae7b33a88974eae0b6a68ece376a1'
 'SKIP'
 'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
 validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 



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

2017-06-27 Thread Maxime Gauduin
Date: Tuesday, June 27, 2017 @ 18:06:49
  Author: alucryd
Revision: 241278

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 241277, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 241277, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 241277, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 241277, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 241277, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 241277, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 241277, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 241277, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 241277, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 241277, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 241277, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 241277, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   36 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   18 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   18 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 18:05:30 UTC (rev 241277)
+++ community-i686/PKGBUILD 2017-06-27 18:06:49 UTC (rev 241278)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.2.19.0
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'referenceassemblies-pcl' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('11972fd3a3d1d1a8e3061520a2debc967756dadcc043a3b85e49c9c90e507158'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
-  

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

2017-06-27 Thread Maxime Gauduin
Date: Tuesday, June 27, 2017 @ 18:05:30
  Author: alucryd
Revision: 241277

upgpkg: emby-server 3.2.20.0-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 17:56:35 UTC (rev 241276)
+++ PKGBUILD2017-06-27 18:05:30 UTC (rev 241277)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.2.19.0
+pkgver=3.2.20.0
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('11972fd3a3d1d1a8e3061520a2debc967756dadcc043a3b85e49c9c90e507158'
+sha256sums=('6585b1567b5f811c41797fbc03d7d44c5b7bac31d372b80058633930fb74cf01'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2017-06-27 Thread Johannes Löthberg
Date: Tuesday, June 27, 2017 @ 17:56:35
  Author: demize
Revision: 241276

db-move: moved rust from [community-testing] to [community] (i686, x86_64)

Added:
  rust/repos/community-i686/PKGBUILD
(from rev 241275, rust/repos/community-testing-i686/PKGBUILD)
  rust/repos/community-x86_64/PKGBUILD
(from rev 241275, rust/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  rust/repos/community-i686/PKGBUILD
  rust/repos/community-testing-i686/
  rust/repos/community-testing-x86_64/
  rust/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 17:55:52 UTC (rev 241275)
+++ community-i686/PKGBUILD 2017-06-27 17:56:35 UTC (rev 241276)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.17.0
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64' 'i686')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-
-sha256sums=('4baba3895b75f2492df6ce5a28a916307ecd1c088dc1fd02dbfa8a8e86174f87'
-'SKIP')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  ./configure \
---prefix=/usr \
---release-channel=stable \
---llvm-root=/usr \
---enable-llvm-link-shared \
---disable-codegen-tests \
---jemalloc-root=/usr/lib \
---enable-local-rust
-
-  export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
-
-  python2 ./x.py build --verbose
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs')
-  optdepends=('cargo')
-
-  cd "rustc-$pkgver-src"
-
-  make DESTDIR="$pkgdir" install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the way
-  mv "$pkgdir/usr/share/doc" "$srcdir/"
-}
-
-package_rust-docs() {
-  msg2 "Packaging documentation"
-  install -d "$pkgdir/usr/share/doc/"
-  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
-
-  msg2 "Packaging license files for the documentation"
-  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-i686/PKGBUILD (from rev 241275, 
rust/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 17:56:35 UTC (rev 241276)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.18.0
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64' 'i686')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
+
+sha256sums=('d2dc36e99b9e2269488b2bcddde43c234e6bde03edf70cba82a027ff49c36111'
+'SKIP')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  ./configure \
+--prefix=/usr \
+--release-channel=stable \
+--llvm-root=/usr \
+--enable-llvm-link-shared \
+--disable-codegen-tests \
+--jemalloc-root=/usr/lib \
+--enable-local-rust
+
+  export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs')
+  optdepends=('cargo')
+
+  cd "rustc-$pkgver-src"
+
+  make DESTDIR="$pkgdir" install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+

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

2017-06-27 Thread Johannes Löthberg
Date: Tuesday, June 27, 2017 @ 17:55:52
  Author: demize
Revision: 241275

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 17:55:33 UTC (rev 241274)
+++ community-i686/PKGBUILD 2017-06-27 17:55:52 UTC (rev 241275)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.18.0
-pkgrel=1
-
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('APACHE' 'MIT' 'custom')
-
-depends=('curl' 'rust')
-makedepends=('git' 'python' 'cmake' 'cargo')
-optdepends=('gcc: for compiling C source code with gcc'
-'clang: for compiling C source code with clang')
-
-options=('!emptydirs')
-
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;
-"git+https://github.com/rust-lang/rust-installer.git;)
-
-md5sums=('SKIP'
- 'SKIP')
-
-prepare() {
-  cd cargo
-
-  git submodule init
-  git config submodule.src/rust-installer.url "$srcdir"/rust-installer
-  git submodule update
-
-  sed 's^share/doc^share/licenses^g' -i Makefile.in
-}
-
-build() {
-  cd cargo
-
-  ./configure \
---prefix=/usr \
---release-channel=stable \
---enable-optimize
-  make
-}
-
-package() {
-  cd cargo
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove files that contains references to $srcdir or $pkgdir,
-  # or that conflicts with the rust package.
-  rm -f "$pkgdir/usr/lib/rustlib/"{install.log,manifest-cargo,uninstall.sh}
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-"$pkgdir/usr/share/bash-completion/completions/cargo"
-
-  for f in LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY; do
-install -Dm644 "$f" "$pkgdir/usr/share/licenses/$pkgname/$f"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo/repos/community-i686/PKGBUILD (from rev 241274, 
cargo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 17:55:52 UTC (rev 241275)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Christopher Reimer 
+
+pkgname=cargo
+pkgver=0.19.0
+pkgrel=1
+
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('APACHE' 'MIT' 'custom')
+
+depends=('curl' 'rust')
+makedepends=('git' 'python' 'cmake' 'cargo')
+optdepends=('gcc: for compiling C source code with gcc'
+'clang: for compiling C source code with clang')
+
+options=('!emptydirs')
+
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;
+"git+https://github.com/rust-lang/rust-installer.git;)
+
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  cd cargo
+
+  git submodule init
+  git config submodule.src/rust-installer.url "$srcdir"/rust-installer
+  git submodule update
+
+  sed 's^share/doc^share/licenses^g' -i Makefile.in
+}
+
+build() {
+  cd cargo
+
+  ./configure \
+--prefix=/usr \
+--release-channel=stable \
+--enable-optimize
+  make
+}
+
+package() {
+  cd cargo
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove files that contains references to $srcdir or $pkgdir,
+  # or that conflicts with the rust package.
+  rm -f "$pkgdir/usr/lib/rustlib/"{install.log,manifest-cargo,uninstall.sh}
+
+  install -d "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+"$pkgdir/usr/share/bash-completion/completions/cargo"
+
+  for f in LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY; do
+install -Dm644 "$f" "$pkgdir/usr/share/licenses/$pkgname/$f"
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-27 17:55:33 UTC (rev 241274)
+++ community-x86_64/PKGBUILD   2017-06-27 17:55:52 UTC (rev 241275)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Christopher Reimer 

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

2017-06-27 Thread Johannes Löthberg
Date: Tuesday, June 27, 2017 @ 17:55:33
  Author: demize
Revision: 241274

upgpkg: cargo 0.19.0-1

Modified:
  cargo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 17:51:49 UTC (rev 241273)
+++ PKGBUILD2017-06-27 17:55:33 UTC (rev 241274)
@@ -4,7 +4,7 @@
 # Contributor: Christopher Reimer 
 
 pkgname=cargo
-pkgver=0.18.0
+pkgver=0.19.0
 pkgrel=1
 
 pkgdesc='Rust package manager'


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

2017-06-27 Thread Lukas Jirkovsky
Date: Tuesday, June 27, 2017 @ 17:51:49
  Author: stativ
Revision: 241273

archrelease: copy trunk to community-x86_64

Added:
  embree/repos/community-x86_64/PKGBUILD
(from rev 241272, embree/trunk/PKGBUILD)
Deleted:
  embree/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-27 17:51:35 UTC (rev 241272)
+++ PKGBUILD2017-06-27 17:51:49 UTC (rev 241273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=embree
-pkgver=2.15.0
-pkgrel=1
-pkgdesc="A collection of high-performance ray tracing kernels"
-arch=('x86_64')
-url="https://embree.github.io/;
-license=('Apache')
-depends=('intel-tbb')
-makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
-source=("$pkgname-${pkgver}.tar.gz::https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
-md5sums=('4e77e6f30f1ea99ee40be49b68f9f8cc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DEMBREE_TUTORIALS=OFF \
--DEMBREE_MAX_ISA="SSE2"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-

Copied: embree/repos/community-x86_64/PKGBUILD (from rev 241272, 
embree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-27 17:51:49 UTC (rev 241273)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=embree
+pkgver=2.16.3
+pkgrel=1
+pkgdesc="A collection of high-performance ray tracing kernels"
+arch=('x86_64')
+url="https://embree.github.io/;
+license=('Apache')
+depends=('intel-tbb')
+makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
+md5sums=('a53b4261cd6fcaa3a9dc718859790e31')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DEMBREE_TUTORIALS=OFF \
+-DEMBREE_MAX_ISA="SSE2"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+


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

2017-06-27 Thread Lukas Jirkovsky
Date: Tuesday, June 27, 2017 @ 17:51:35
  Author: stativ
Revision: 241272

upgpkg: embree 2.16.3-1

update to 2.16.3

Modified:
  embree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 17:29:51 UTC (rev 241271)
+++ PKGBUILD2017-06-27 17:51:35 UTC (rev 241272)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=embree
-pkgver=2.15.0
+pkgver=2.16.3
 pkgrel=1
 pkgdesc="A collection of high-performance ray tracing kernels"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('intel-tbb')
 makedepends=('cmake' 'ispc' 'freeglut' 'libxmu' 'openexr')
 
source=("$pkgname-${pkgver}.tar.gz::https://github.com/embree/embree/archive/v${pkgver}.tar.gz;)
-md5sums=('4e77e6f30f1ea99ee40be49b68f9f8cc')
+md5sums=('a53b4261cd6fcaa3a9dc718859790e31')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in debian-archive-keyring/repos (2 files)

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 17:29:51
  Author: felixonmars
Revision: 241271

archrelease: copy trunk to community-any

Added:
  debian-archive-keyring/repos/community-any/
  debian-archive-keyring/repos/community-any/PKGBUILD
(from rev 241270, debian-archive-keyring/trunk/PKGBUILD)

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

Copied: debian-archive-keyring/repos/community-any/PKGBUILD (from rev 241270, 
debian-archive-keyring/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-06-27 17:29:51 UTC (rev 241271)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=debian-archive-keyring
+pkgver=2017.5
+pkgrel=1
+pkgdesc="GnuPG archive keys of the Debian archive"
+arch=('any')
+url="http://packages.debian.org/sid/debian-archive-keyring;
+license=('GPL')
+depends=('gnupg')
+makedepends=('jetring')
+source=("https://ftp.de.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_$pkgver.tar.xz;)
+sha512sums=('fe1e5103362ce2a2f9564e1906c0092cdd913ee2cb7437729c247c7fee51955d34acab3e7e9e42dc94dd91171d81bef9316f2b660b594e2e2f80d9f954b690c7')
+
+build() {
+  cd $pkgname-$pkgver
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-06-27 Thread Evangelos Foutras
Date: Tuesday, June 27, 2017 @ 17:29:08
  Author: foutrelis
Revision: 241270

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

Added:
  dvgrab/repos/community-i686/PKGBUILD
(from rev 241268, dvgrab/trunk/PKGBUILD)
  dvgrab/repos/community-x86_64/PKGBUILD
(from rev 241269, dvgrab/trunk/PKGBUILD)
Deleted:
  dvgrab/repos/community-i686/PKGBUILD
  dvgrab/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 66 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 17:29:00 UTC (rev 241269)
+++ community-i686/PKGBUILD 2017-06-27 17:29:08 UTC (rev 241270)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jason Chu 
-
-pkgname=dvgrab
-pkgver=3.5
-pkgrel=6
-pkgdesc="Saves audio and video data from an IEEE (FireWire) digital source"
-arch=('i686' 'x86_64')
-url="http://www.kinodv.org/;
-license=('GPL')
-depends=('libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883' 'gcc-libs')
-makedepends=('pkgconfig')
-source=("http://downloads.sourceforge.net/kino/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b39a242ce63e80fc347ab59931f75649')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: dvgrab/repos/community-i686/PKGBUILD (from rev 241268, 
dvgrab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 17:29:08 UTC (rev 241270)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jason Chu 
+
+pkgname=dvgrab
+pkgver=3.5
+_commit=e46042e0c7b3523b6854ee547b0534e8310b7460
+pkgrel=7
+pkgdesc="Saves audio and video data from an IEEE (FireWire) digital source"
+arch=('i686' 'x86_64')
+url="http://www.kinodv.org/;
+license=('GPL')
+depends=('gcc-libs' 'libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883'
+ 'libquicktime')
+makedepends=('git')
+source=("git+https://github.com/ddennedy/dvgrab.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-27 17:29:00 UTC (rev 241269)
+++ community-x86_64/PKGBUILD   2017-06-27 17:29:08 UTC (rev 241270)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Jason Chu 
-
-pkgname=dvgrab
-pkgver=3.5
-pkgrel=6
-pkgdesc="Saves audio and video data from an IEEE (FireWire) digital source"
-arch=('i686' 'x86_64')
-url="http://www.kinodv.org/;
-license=('GPL')
-depends=('libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883' 'gcc-libs')
-makedepends=('pkgconfig')
-source=("http://downloads.sourceforge.net/kino/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b39a242ce63e80fc347ab59931f75649')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: dvgrab/repos/community-x86_64/PKGBUILD (from rev 241269, 
dvgrab/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-27 17:29:08 UTC (rev 241270)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jason Chu 
+
+pkgname=dvgrab
+pkgver=3.5
+_commit=e46042e0c7b3523b6854ee547b0534e8310b7460
+pkgrel=7
+pkgdesc="Saves audio and video data from an IEEE (FireWire) digital source"
+arch=('i686' 'x86_64')
+url="http://www.kinodv.org/;
+license=('GPL')
+depends=('gcc-libs' 'libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883'
+ 'libquicktime')
+makedepends=('git')
+source=("git+https://github.com/ddennedy/dvgrab.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 17:29:00
  Author: felixonmars
Revision: 241269

addpkg: debian-archive-keyring 2017.5-1

Added:
  debian-archive-keyring/
  debian-archive-keyring/repos/
  debian-archive-keyring/trunk/
  debian-archive-keyring/trunk/PKGBUILD

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

Added: debian-archive-keyring/trunk/PKGBUILD
===
--- debian-archive-keyring/trunk/PKGBUILD   (rev 0)
+++ debian-archive-keyring/trunk/PKGBUILD   2017-06-27 17:29:00 UTC (rev 
241269)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=debian-archive-keyring
+pkgver=2017.5
+pkgrel=1
+pkgdesc="GnuPG archive keys of the Debian archive"
+arch=('any')
+url="http://packages.debian.org/sid/debian-archive-keyring;
+license=('GPL')
+depends=('gnupg')
+makedepends=('jetring')
+source=("https://ftp.de.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_$pkgver.tar.xz;)
+sha512sums=('fe1e5103362ce2a2f9564e1906c0092cdd913ee2cb7437729c247c7fee51955d34acab3e7e9e42dc94dd91171d81bef9316f2b660b594e2e2f80d9f954b690c7')
+
+build() {
+  cd $pkgname-$pkgver
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2017-06-27 Thread Evangelos Foutras
Date: Tuesday, June 27, 2017 @ 17:28:36
  Author: foutrelis
Revision: 241268

upgpkg: dvgrab 3.5-7

- Build with Quicktime support
- Use upstream git source that fixes a build issue with GCC 6 and also:
  https://bugs.launchpad.net/lsm/+bug/859108

Modified:
  dvgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 16:57:07 UTC (rev 241267)
+++ PKGBUILD2017-06-27 17:28:36 UTC (rev 241268)
@@ -4,25 +4,30 @@
 
 pkgname=dvgrab
 pkgver=3.5
-pkgrel=6
+_commit=e46042e0c7b3523b6854ee547b0534e8310b7460
+pkgrel=7
 pkgdesc="Saves audio and video data from an IEEE (FireWire) digital source"
 arch=('i686' 'x86_64')
 url="http://www.kinodv.org/;
 license=('GPL')
-depends=('libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883' 'gcc-libs')
-makedepends=('pkgconfig')
-source=("http://downloads.sourceforge.net/kino/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b39a242ce63e80fc347ab59931f75649')
+depends=('gcc-libs' 'libdv' 'libavc1394' 'libjpeg-turbo' 'libiec61883'
+ 'libquicktime')
+makedepends=('git')
+source=("git+https://github.com/ddennedy/dvgrab.git#commit=$_commit;)
+sha256sums=('SKIP')
 
+prepare() {
+  cd $pkgname
+  autoreconf -vi
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
+  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
 }


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

2017-06-27 Thread Gaëtan Bisson
Date: Tuesday, June 27, 2017 @ 16:57:07
  Author: bisson
Revision: 241267

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

Added:
  unbound/repos/community-testing-i686/PKGBUILD
(from rev 241266, unbound/trunk/PKGBUILD)
  unbound/repos/community-testing-i686/conf
(from rev 241266, unbound/trunk/conf)
  unbound/repos/community-testing-i686/hook
(from rev 241266, unbound/trunk/hook)
  unbound/repos/community-testing-i686/install
(from rev 241266, unbound/trunk/install)
  unbound/repos/community-testing-i686/service
(from rev 241266, unbound/trunk/service)
  unbound/repos/community-testing-x86_64/PKGBUILD
(from rev 241266, unbound/trunk/PKGBUILD)
  unbound/repos/community-testing-x86_64/conf
(from rev 241266, unbound/trunk/conf)
  unbound/repos/community-testing-x86_64/hook
(from rev 241266, unbound/trunk/hook)
  unbound/repos/community-testing-x86_64/install
(from rev 241266, unbound/trunk/install)
  unbound/repos/community-testing-x86_64/service
(from rev 241266, unbound/trunk/service)
Deleted:
  unbound/repos/community-testing-i686/PKGBUILD
  unbound/repos/community-testing-i686/conf
  unbound/repos/community-testing-i686/hook
  unbound/repos/community-testing-i686/install
  unbound/repos/community-testing-i686/service
  unbound/repos/community-testing-x86_64/PKGBUILD
  unbound/repos/community-testing-x86_64/conf
  unbound/repos/community-testing-x86_64/hook
  unbound/repos/community-testing-x86_64/install
  unbound/repos/community-testing-x86_64/service

---+
 /PKGBUILD |  122 
 /conf |   10 ++
 /hook |   20 +
 /install  |   10 ++
 /service  |   28 
 community-testing-i686/PKGBUILD   |   61 --
 community-testing-i686/conf   |5 -
 community-testing-i686/hook   |   10 --
 community-testing-i686/install|5 -
 community-testing-i686/service|   12 ---
 community-testing-x86_64/PKGBUILD |   61 --
 community-testing-x86_64/conf |5 -
 community-testing-x86_64/hook |   10 --
 community-testing-x86_64/install  |5 -
 community-testing-x86_64/service  |   12 ---
 15 files changed, 190 insertions(+), 186 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-06-27 16:56:50 UTC (rev 241266)
+++ community-testing-i686/PKGBUILD 2017-06-27 16:57:07 UTC (rev 241267)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.3
-pkgrel=2
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha256sums=('4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f'
-'SKIP'
-'9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-testing-i686/PKGBUILD (from 

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

2017-06-27 Thread Gaëtan Bisson
Date: Tuesday, June 27, 2017 @ 16:56:50
  Author: bisson
Revision: 241266

fix FS#54476

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/service

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 16:54:35 UTC (rev 241265)
+++ PKGBUILD2017-06-27 16:56:50 UTC (rev 241266)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -21,7 +21,7 @@
 'conf')
 sha256sums=('4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f'
 'SKIP'
-'9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
+'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
 '07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
 

Modified: service
===
--- service 2017-06-27 16:54:35 UTC (rev 241265)
+++ service 2017-06-27 16:56:50 UTC (rev 241266)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Unbound DNS Resolver
+Wants=nss-lookup.target
+Before=network-online.target nss-lookup.target
 After=network.target
 
 [Service]


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:54:35
  Author: felixonmars
Revision: 241265

archrelease: copy trunk to community-any

Added:
  jetring/repos/community-any/
  jetring/repos/community-any/PKGBUILD
(from rev 241264, jetring/trunk/PKGBUILD)

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

Copied: jetring/repos/community-any/PKGBUILD (from rev 241264, 
jetring/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-06-27 16:54:35 UTC (rev 241265)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=jetring
+pkgver=0.25
+pkgrel=1
+pkgdesc="gpg keyring maintenance using changesets"
+arch=('any')
+url="http://packages.debian.org/sid/jetring;
+license=('GPL')
+depends=('gnupg' 'perl')
+source=("https://ftp.de.debian.org/debian/pool/main/j/jetring/jetring_$pkgver.tar.xz;)
+sha512sums=('aa9de0c7c034093789bf74c75533e678b0822cf0d1261d1b906fd5ef2decb41654bf2facc5c06b469367bb1a0fea4c862c0836fd00635779a2e8dd4f3c08ff46')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:53:00
  Author: felixonmars
Revision: 241264

addpkg: jetring 0.25-1

Added:
  jetring/
  jetring/repos/
  jetring/trunk/
  jetring/trunk/PKGBUILD

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

Added: jetring/trunk/PKGBUILD
===
--- jetring/trunk/PKGBUILD  (rev 0)
+++ jetring/trunk/PKGBUILD  2017-06-27 16:53:00 UTC (rev 241264)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=jetring
+pkgver=0.25
+pkgrel=1
+pkgdesc="gpg keyring maintenance using changesets"
+arch=('any')
+url="http://packages.debian.org/sid/jetring;
+license=('GPL')
+depends=('gnupg' 'perl')
+source=("https://ftp.de.debian.org/debian/pool/main/j/jetring/jetring_$pkgver.tar.xz;)
+sha512sums=('aa9de0c7c034093789bf74c75533e678b0822cf0d1261d1b906fd5ef2decb41654bf2facc5c06b469367bb1a0fea4c862c0836fd00635779a2e8dd4f3c08ff46')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:39:26
  Author: felixonmars
Revision: 241263

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

Added:
  mongodb-tools/repos/community-i686/PKGBUILD
(from rev 241262, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-i686/disable-sslv3.patch
(from rev 241262, mongodb-tools/trunk/disable-sslv3.patch)
  mongodb-tools/repos/community-x86_64/PKGBUILD
(from rev 241262, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-x86_64/disable-sslv3.patch
(from rev 241262, mongodb-tools/trunk/disable-sslv3.patch)
Deleted:
  mongodb-tools/repos/community-i686/PKGBUILD
  mongodb-tools/repos/community-i686/disable-sslv3.patch
  mongodb-tools/repos/community-x86_64/PKGBUILD
  mongodb-tools/repos/community-x86_64/disable-sslv3.patch

--+
 /PKGBUILD|   76 +
 /disable-sslv3.patch |   26 +++
 community-i686/PKGBUILD  |   38 
 community-i686/disable-sslv3.patch   |   13 -
 community-x86_64/PKGBUILD|   38 
 community-x86_64/disable-sslv3.patch |   13 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 16:38:19 UTC (rev 241262)
+++ community-i686/PKGBUILD 2017-06-27 16:39:26 UTC (rev 241263)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=mongodb-tools
-pkgver=3.4.2
-pkgrel=3
-pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
-arch=('i686' 'x86_64')
-url="https://github.com/mongodb/mongo-tools;
-license=('Apache')
-depends=('libsasl' 'libpcap' 'openssl-1.0')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz;
-"disable-sslv3.patch")
-sha512sums=('5ad4b5421acb10010f72f6b9f8342c095c4f571ac3cb9dc3db78251262f8285a4e2bddbeed3ad26c64f36d5b33ed7f43a759c74e00d2878c0ac6a71069508a2f'
-
'674af43ebf9e73f1eae4f81c160cec4c4ea657b7e38f97929a0845d8981f9af904eca79e2144e6150774799a58074cee5b67e4385d082630c471e438981d9ea5')
-
-prepare() {
-  cd mongo-tools-r$pkgver
-  . ./set_gopath.sh
-  mkdir bin
-
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-}
-
-build() {
-  cd mongo-tools-r$pkgver
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
-go build -o bin/$i -tags "ssl sasl" $i/main/$i.go
-  done
-}
-
-package() {
-  cd mongo-tools-r$pkgver
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
-install -Dm755 bin/$i "$pkgdir/usr/bin/$i"
-  done
-}

Copied: mongodb-tools/repos/community-i686/PKGBUILD (from rev 241262, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 16:39:26 UTC (rev 241263)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=mongodb-tools
+pkgver=3.4.4
+pkgrel=1
+pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
+arch=('i686' 'x86_64')
+url="https://github.com/mongodb/mongo-tools;
+license=('Apache')
+depends=('libsasl' 'libpcap' 'openssl-1.0')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz;
+"disable-sslv3.patch")
+sha512sums=('d49243e41bf3144264add3766a6f7016a07509a583a7368a639d85d2305500dd5afcfbc4449f3dcc8bec6e88bfb76ce021c813fe14169e3bd2476ed0db7c2d5d'
+
'674af43ebf9e73f1eae4f81c160cec4c4ea657b7e38f97929a0845d8981f9af904eca79e2144e6150774799a58074cee5b67e4385d082630c471e438981d9ea5')
+
+prepare() {
+  cd mongo-tools-r$pkgver
+  . ./set_gopath.sh
+  mkdir bin
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+}
+
+build() {
+  cd mongo-tools-r$pkgver
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
+go build -o bin/$i -tags "ssl sasl" $i/main/$i.go
+  done
+}
+
+package() {
+  cd mongo-tools-r$pkgver
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog mongoreplay; do
+install -Dm755 bin/$i "$pkgdir/usr/bin/$i"
+  done
+}

Deleted: community-i686/disable-sslv3.patch
===
--- community-i686/disable-sslv3.patch  2017-06-27 16:38:19 UTC (rev 241262)
+++ community-i686/disable-sslv3.patch  2017-06-27 16:39:26 UTC (rev 241263)
@@ -1,13 +0,0 @@
-diff --git i/vendor/src/github.com/spacemonkeygo/openssl/ctx.go 
w/vendor/src/github.com/spacemonkeygo/openssl/ctx.go
-index 

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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:38:19
  Author: felixonmars
Revision: 241262

upgpkg: mongodb-tools 3.4.4-1

Modified:
  mongodb-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 16:38:09 UTC (rev 241261)
+++ PKGBUILD2017-06-27 16:38:19 UTC (rev 241262)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=mongodb-tools
-pkgver=3.4.2
-pkgrel=3
+pkgver=3.4.4
+pkgrel=1
 pkgdesc="The MongoDB tools provide import, export, and diagnostic 
capabilities."
 arch=('i686' 'x86_64')
 url="https://github.com/mongodb/mongo-tools;
@@ -12,7 +12,7 @@
 makedepends=('go')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz;
 "disable-sslv3.patch")
-sha512sums=('5ad4b5421acb10010f72f6b9f8342c095c4f571ac3cb9dc3db78251262f8285a4e2bddbeed3ad26c64f36d5b33ed7f43a759c74e00d2878c0ac6a71069508a2f'
+sha512sums=('d49243e41bf3144264add3766a6f7016a07509a583a7368a639d85d2305500dd5afcfbc4449f3dcc8bec6e88bfb76ce021c813fe14169e3bd2476ed0db7c2d5d'
 
'674af43ebf9e73f1eae4f81c160cec4c4ea657b7e38f97929a0845d8981f9af904eca79e2144e6150774799a58074cee5b67e4385d082630c471e438981d9ea5')
 
 prepare() {


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

2017-06-27 Thread Christian Rebischke
Date: Tuesday, June 27, 2017 @ 16:38:09
  Author: shibumi
Revision: 241261

db-move: moved weechat from [community-testing] to [community] (i686, x86_64)

Added:
  weechat/repos/community-i686/PKGBUILD
(from rev 241260, weechat/repos/community-testing-i686/PKGBUILD)
  weechat/repos/community-x86_64/PKGBUILD
(from rev 241260, weechat/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  weechat/repos/community-i686/PKGBUILD
  weechat/repos/community-testing-i686/
  weechat/repos/community-testing-x86_64/
  weechat/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 16:36:33 UTC (rev 241260)
+++ community-i686/PKGBUILD 2017-06-27 16:38:09 UTC (rev 241261)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Christian Rebischke 
-# Contributor: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=1.8
-pkgrel=2
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('i686' 'x86_64')
-url="http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
- 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0' 'asciidoctor')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0')
-source=("${pkgname}-${pkgver}.tar.xz::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz;
-
"${pkgname}-${pkgver}.tar.xz.asc::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz.asc;)
-sha512sums=('34d5aa05e7a9df459c7ade7f654f56561838d59c2d553432697213a5d90614f55204364c4711e28aadd3dbae2cea733dfc6cafeffa9fca87a33eef0e2647a18f'
-'SKIP')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: weechat/repos/community-i686/PKGBUILD (from rev 241260, 
weechat/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 16:38:09 UTC (rev 241261)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Christian Rebischke 
+# Contributor: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=1.9
+pkgrel=1
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
+ 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0' 'asciidoctor')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0')
+source=("${pkgname}-${pkgver}.tar.xz::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz;
+
"${pkgname}-${pkgver}.tar.xz.asc::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz.asc;)
+sha512sums=('1f71173207b948db8d782816d0b4a71cc2447cbc16affdf4d48be850083878aad0772455d89820a913b8339b3aac8a300b024b32100301b1bc1a192319985bdc'
+'SKIP')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-27 16:36:33 UTC (rev 241260)
+++ community-x86_64/PKGBUILD   2017-06-27 16:38:09 UTC (rev 241261)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Christian Rebischke 
-# Contributor: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=1.8
-pkgrel=2
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('i686' 'x86_64')
-url="http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
- 'lua' 'tcl' 'ruby' 

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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:35:05
  Author: felixonmars
Revision: 241256

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

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

+
 community-staging-i686/PKGBUILD|   80 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   80 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 168 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 241255, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-27 16:35:05 UTC (rev 241256)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.4.0
+pkgrel=94
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit"
+ "haskell-either" "haskell-errors" "haskell-exceptions" "haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" "haskell-hackage-security"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" "haskell-http-types" 
"haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-network-uri" 
"haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" "haskell-retry" 
"haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch;)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+sed -i 's/PathException/InvalidPathException/' src/System/Process/Read.hs
+sed -i 's/, errors < 2.2/, errors < 2.3/' stack.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:34:09
  Author: felixonmars
Revision: 241255

upgpkg: stack 1.4.0-94

rebuild with errors,2.2.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 16:20:34 UTC (rev 241254)
+++ PKGBUILD2017-06-27 16:34:09 UTC (rev 241255)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.4.0
-pkgrel=93
+pkgrel=94
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")
@@ -43,6 +43,7 @@
 cd "${srcdir}/${pkgname}-${pkgver}"
 patch -p1 -i ../store-0.4.patch
 sed -i 's/PathException/InvalidPathException/' src/System/Process/Read.hs
+sed -i 's/, errors < 2.2/, errors < 2.3/' stack.cabal
 }
 
 build() {


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

2017-06-27 Thread Jaroslav Lichtblau
Date: Tuesday, June 27, 2017 @ 16:20:34
  Author: jlichtblau
Revision: 241254

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

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

--+
 /PKGBUILD|  188 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   18 ++
 community-i686/PKGBUILD  |   94 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |9 -
 community-x86_64/PKGBUILD|   94 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |9 -
 15 files changed, 246 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 16:20:13 UTC (rev 241253)
+++ community-i686/PKGBUILD 2017-06-27 16:20:34 UTC (rev 241254)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.30
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('cc1ad821f184eeeb183b6dff0736f54ed5e3e4310f75d8d83d1ff6f460f7ca9f'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd 

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

2017-06-27 Thread Jaroslav Lichtblau
Date: Tuesday, June 27, 2017 @ 16:20:13
  Author: jlichtblau
Revision: 241253

upgpkg: syncthing 0.14.31-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 16:18:18 UTC (rev 241252)
+++ PKGBUILD2017-06-27 16:20:13 UTC (rev 241253)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.30
+pkgver=0.14.31
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('cc1ad821f184eeeb183b6dff0736f54ed5e3e4310f75d8d83d1ff6f460f7ca9f'
+sha256sums=('065bb38a5fbe951b41bc67f5a34653ebd92956e2a31e87322dfbdb12ff6f509b'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:18:18
  Author: felixonmars
Revision: 241252

Fix upstream url

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 16:17:53 UTC (rev 241251)
+++ PKGBUILD2017-06-27 16:18:18 UTC (rev 241252)
@@ -9,7 +9,7 @@
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
 license=('Apache')
-url="https://github.com/letsencrypt/letsencrypt;
+url="https://github.com/certbot/certbot;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyopenssl' 
'python2-pyopenssl'
  'python-pyrfc3339' 'python2-pyrfc3339' 'python-pytz' 
'python2-pytz' 'python-requests'
  'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:17:53
  Author: felixonmars
Revision: 241251

Fix upstream url

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 16:07:45 UTC (rev 241250)
+++ PKGBUILD2017-06-27 16:17:53 UTC (rev 241251)
@@ -8,7 +8,7 @@
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
 license=('Apache')
-url="https://letsencrypt.org/;
+url="https://certbot.eff.org;
 depends=('ca-certificates' "python-acme=$pkgver" 'python-configargparse' 
'python-configobj'
  'python-cryptography' 'python-pyopenssl' 'python-mock' 
'python-parsedatetime'
  'python-pytz' 'python-setuptools' 'python-six' 'python-zope-component'


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:07:45
  Author: felixonmars
Revision: 241250

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

Added:
  hopenpgp-tools/repos/community-staging-i686/
  hopenpgp-tools/repos/community-staging-i686/PKGBUILD
(from rev 241249, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 241249, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 241249, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-27 16:07:45 UTC (rev 241250)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=120
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
241249, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-27 16:07:45 UTC (rev 241250)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=120
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:06:51
  Author: felixonmars
Revision: 241249

upgpkg: hopenpgp-tools 0.19.4-120

rebuild with errors,2.2.1

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 16:02:31 UTC (rev 241248)
+++ PKGBUILD2017-06-27 16:06:51 UTC (rev 241249)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=119
+pkgrel=120
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:02:31
  Author: felixonmars
Revision: 241248

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

Added:
  haskell-hopenpgp/repos/community-staging-i686/
  haskell-hopenpgp/repos/community-staging-i686/PKGBUILD
(from rev 241247, haskell-hopenpgp/trunk/PKGBUILD)
  haskell-hopenpgp/repos/community-staging-x86_64/
  haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD
(from rev 241247, haskell-hopenpgp/trunk/PKGBUILD)

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

Copied: haskell-hopenpgp/repos/community-staging-i686/PKGBUILD (from rev 
241247, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-27 16:02:31 UTC (rev 241248)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=86
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('f480201a10f14150adc290c81d38e7b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
241247, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-27 16:02:31 UTC (rev 241248)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=86
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 

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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:01:37
  Author: felixonmars
Revision: 241247

upgpkg: haskell-hopenpgp 2.5.5-86

rebuild with errors,2.2.1

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 16:01:23 UTC (rev 241246)
+++ PKGBUILD2017-06-27 16:01:37 UTC (rev 241247)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=85
+pkgrel=86
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:01:23
  Author: felixonmars
Revision: 241246

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-27 16:00:43 UTC (rev 241245)
+++ PKGBUILD2017-06-27 16:01:23 UTC (rev 241246)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pifpaf
-pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
- 'python2-cliff' 'python-six' 'python2-six' 'python-daiquiri' 
'python2-daiquiri'
- 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'python-jinja'
- 'python2-jinja')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
-  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
-  'ceph' 'consul' 'couchdb')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('66a21a2d12d466ab690ee091f0be7a234074fe5a4e7087aebf2556b8ef31c06f02f14d660324f1c05d67082a9569c662a94533e666047e3209867f1466356359')
-
-prepare() {
-  cp -a pifpaf-$pkgver{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pifpaf-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pifpaf-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-
-  cd "$srcdir"/pifpaf-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
-}
-
-package_python-pifpaf() {
-  depends=('python-pbr' 'python-cliff' 'python-six' 'python-fixtures' 
'python-daiquiri'
-   'python-xattr' 'python-jinja')
-
-  cd pifpaf-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-cliff' 'python2-six' 'python2-fixtures' 
'python2-daiquiri'
-   'python2-xattr' 'python2-jinja')
-
-  cd pifpaf-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pifpaf/repos/community-any/PKGBUILD (from rev 241245, 
python-pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-27 16:01:23 UTC (rev 241246)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=1.4.5
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-six' 'python2-six' 'python-daiquiri' 
'python2-daiquiri'
+ 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'python-jinja'
+ 'python2-jinja')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
+  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
+  'ceph' 'consul' 'couchdb')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
+sha512sums=('c4bf6d0ca99dcffe717616d166d3cfa638810cf91345db4df8b6cf7e7bdfa949d33126c37551ce520bcabf586e38dfce875bebbaaca3af4297ec6ffdb2019d12')
+
+prepare() {
+  cp -a pifpaf-$pkgver{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pifpaf-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pifpaf-$pkgver-py2
+  python2 setup.py build
+}

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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 16:00:43
  Author: felixonmars
Revision: 241245

upgpkg: python-pifpaf 1.4.5-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 15:59:41 UTC (rev 241244)
+++ PKGBUILD2017-06-27 16:00:43 UTC (rev 241245)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=1.4.2
+pkgver=1.4.5
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
@@ -20,7 +20,7 @@
 # 'elasticsearch': test fails
 # 'rabbitmq': test hangs
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('66a21a2d12d466ab690ee091f0be7a234074fe5a4e7087aebf2556b8ef31c06f02f14d660324f1c05d67082a9569c662a94533e666047e3209867f1466356359')
+sha512sums=('c4bf6d0ca99dcffe717616d166d3cfa638810cf91345db4df8b6cf7e7bdfa949d33126c37551ce520bcabf586e38dfce875bebbaaca3af4297ec6ffdb2019d12')
 
 prepare() {
   cp -a pifpaf-$pkgver{,-py2}


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 15:59:41
  Author: felixonmars
Revision: 241244

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

Added:
  git-repair/repos/community-i686/PKGBUILD
(from rev 241243, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-x86_64/PKGBUILD
(from rev 241243, git-repair/trunk/PKGBUILD)
Deleted:
  git-repair/repos/community-i686/PKGBUILD
  git-repair/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-06-27 15:58:38 UTC (rev 241243)
+++ community-i686/PKGBUILD 2017-06-27 15:59:41 UTC (rev 241244)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=git-repair
-pkgver=1.20161118
-pkgrel=10
-pkgdesc="Repairs a damaged git repisitory"
-url="http://git-repair.branchable.com/;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('git')
-makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
- "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
- "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
- "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
-source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
-sha256sums=('SKIP')
-
-build() {
-  cd git-repair
-  
-  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
--fnetwork-uri
-  runhaskell Setup build
-}
-
-package() {
-  cd git-repair
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
-
-  rm "$pkgdir"/usr/share/doc/git-repair/GPL
-  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
-}

Copied: git-repair/repos/community-i686/PKGBUILD (from rev 241243, 
git-repair/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 15:59:41 UTC (rev 241244)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=1
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('git' "ghc" "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-27 15:58:38 UTC (rev 241243)
+++ community-x86_64/PKGBUILD   2017-06-27 15:59:41 UTC (rev 241244)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=git-repair
-pkgver=1.20161118
-pkgrel=10
-pkgdesc="Repairs a damaged git repisitory"
-url="http://git-repair.branchable.com/;
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('git')
-makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
- "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
- "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
- "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
-source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
-sha256sums=('SKIP')
-
-build() {
-  cd git-repair
-  
-  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
--fnetwork-uri
-  runhaskell Setup build
-}
-
-package() {
-  cd git-repair
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
-
-  rm "$pkgdir"/usr/share/doc/git-repair/GPL
-  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
-}

Copied: git-repair/repos/community-x86_64/PKGBUILD (from rev 

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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 15:58:38
  Author: felixonmars
Revision: 241243

upgpkg: git-repair 1.20170626-1

Modified:
  git-repair/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 15:51:13 UTC (rev 241242)
+++ PKGBUILD2017-06-27 15:58:38 UTC (rev 241243)
@@ -2,25 +2,25 @@
 # Maintainer: Felix Yan 
 
 pkgname=git-repair
-pkgver=1.20161118
-pkgrel=10
+pkgver=1.20170626
+pkgrel=1
 pkgdesc="Repairs a damaged git repisitory"
 url="http://git-repair.branchable.com/;
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('git')
-makedepends=("ghc=8.0.1" "haskell-async" "haskell-data-default" 
"haskell-exceptions"
- "haskell-hslogger" "haskell-ifelse" "haskell-missingh" 
"haskell-mtl" "haskell-network"
- "haskell-network-uri" "haskell-optparse-applicative" 
"haskell-quickcheck"
- "haskell-text" "haskell-unix-compat" "haskell-utf8-string")
+depends=('git' "ghc" "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
 source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
-sha256sums=('SKIP')
+sha512sums=('SKIP')
 
 build() {
   cd git-repair
   
-  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
--fnetwork-uri
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
   runhaskell Setup build
 }
 


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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 15:51:13
  Author: felixonmars
Revision: 241242

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

Added:
  haskell-errors/repos/community-staging-i686/
  haskell-errors/repos/community-staging-i686/PKGBUILD
(from rev 241241, haskell-errors/trunk/PKGBUILD)
  haskell-errors/repos/community-staging-x86_64/
  haskell-errors/repos/community-staging-x86_64/PKGBUILD
(from rev 241241, haskell-errors/trunk/PKGBUILD)

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

Copied: haskell-errors/repos/community-staging-i686/PKGBUILD (from rev 241241, 
haskell-errors/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-27 15:51:13 UTC (rev 241242)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=errors
+pkgname=haskell-errors
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Simplified error-handling"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-exceptions" "haskell-safe" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-unexceptionalio")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('fe4672d24046af3a1119b1378ed704c6310da6976b8470f896281010d4e54f616515a3042673600bd405e412cae2635d013ffa2c3772b1a98179e2d3c4741f50')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-errors/repos/community-staging-x86_64/PKGBUILD (from rev 
241241, haskell-errors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-27 15:51:13 UTC (rev 241242)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=errors
+pkgname=haskell-errors
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Simplified error-handling"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-exceptions" "haskell-safe" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-unexceptionalio")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('fe4672d24046af3a1119b1378ed704c6310da6976b8470f896281010d4e54f616515a3042673600bd405e412cae2635d013ffa2c3772b1a98179e2d3c4741f50')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 

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

2017-06-27 Thread Felix Yan
Date: Tuesday, June 27, 2017 @ 15:50:20
  Author: felixonmars
Revision: 241241

upgpkg: haskell-errors 2.2.1-1

rebuild with errors,2.2.1

Modified:
  haskell-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 15:40:47 UTC (rev 241240)
+++ PKGBUILD2017-06-27 15:50:20 UTC (rev 241241)
@@ -4,15 +4,16 @@
 
 _hkgname=errors
 pkgname=haskell-errors
-pkgver=2.1.3
-pkgrel=7
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="Simplified error-handling"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-safe" "haskell-transformers-compat" 
"haskell-unexceptionalio")
+depends=('ghc' "haskell-exceptions" "haskell-safe" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-unexceptionalio")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('201a1d9d2fba16dff734eb79e07f138718ed62f5a0a846cf0cee743828844df1')
+sha512sums=('fe4672d24046af3a1119b1378ed704c6310da6976b8470f896281010d4e54f616515a3042673600bd405e412cae2635d013ffa2c3772b1a98179e2d3c4741f50')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


  1   2   3   >