[arch-commits] Commit in (4 files)

2017-07-21 Thread Felix Yan
Date: Saturday, July 22, 2017 @ 05:59:22
  Author: felixonmars
Revision: 245958

addpkg: python-pytest-twisted 1.5-1

Added:
  python-pytest-twisted/
  python-pytest-twisted/repos/
  python-pytest-twisted/trunk/
  python-pytest-twisted/trunk/PKGBUILD

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

Added: python-pytest-twisted/trunk/PKGBUILD
===
--- python-pytest-twisted/trunk/PKGBUILD(rev 0)
+++ python-pytest-twisted/trunk/PKGBUILD2017-07-22 05:59:22 UTC (rev 
245958)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-twisted
+pkgname=('python-pytest-twisted' 'python2-pytest-twisted')
+pkgver=1.5
+pkgrel=1
+pkgdesc='A twisted plugin for py.test'
+arch=('any')
+license=('BSD')
+url='http://github.com/schmir/pytest-twisted'
+makedepends=('python-pytest' 'python2-pytest' 'python-greenlet' 
'python2-greenlet'
+ 'python-decorator' 'python2-decorator' 'python-twisted' 
'python2-twisted')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/schmir/pytest-twisted/archive/$pkgver.tar.gz;)
+sha512sums=('f6bee0fff47c064040938aee93a8ba4f3cf88222895c58d44c304d7e93605a547bfeaed3dc8a0412d41b4e75193eb3fb9e25168b98527fcdb8cb5bf54a474225')
+
+prepare() {
+  cp -a pytest-twisted-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-twisted-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-twisted-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-twisted-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir"/pytest-twisted-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2
+}
+
+package_python-pytest-twisted() {
+  depends=('python-pytest' 'python-greenlet' 'python-decorator' 
'python-twisted')
+
+  cd pytest-twisted-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pytest-twisted() {
+  depends=('python2-pytest' 'python2-greenlet' 'python2-decorator' 
'python2-twisted')
+
+  cd pytest-twisted-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in perl-net-dns-resolver-programmable/trunk (PKGBUILD)

2017-07-21 Thread Felix Yan
Date: Saturday, July 22, 2017 @ 05:55:49
  Author: felixonmars
Revision: 301127

upgpkg: perl-net-dns-resolver-programmable 0.008-1

Modified:
  perl-net-dns-resolver-programmable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-21 23:01:01 UTC (rev 301126)
+++ PKGBUILD2017-07-22 05:55:49 UTC (rev 301127)
@@ -4,7 +4,7 @@
 
 pkgname=perl-net-dns-resolver-programmable
 _realname=Net-DNS-Resolver-Programmable
-pkgver=0.007
+pkgver=0.008
 pkgrel=1
 pkgdesc="A Net::DNS::Resolver descendant class for offline emulation of DNS"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('perl-module-build')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/B/BI/BIGPRESH/${_realname}-${pkgver}.tar.gz)
-sha512sums=('9e2ede3d9d29f0d8ba0c4a3463fb492941fafa6832a9e8792e2cae03b34502df98b090bb15c9e827339e9e20e856c49a2799beec2641ea152ad8169e17f08d68')
+sha512sums=('7e482d6e44ea690fe32e3d5909ed65998662f2faa3693b99f0498a13eaeabfea206e8e3c8933c33f9bfc79d0392f79c22ce61e5a69befdd51d86c7cf6ead0eb5')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}


[arch-commits] Commit in perl-net-dns-resolver-programmable/repos/extra-any (2 files)

2017-07-21 Thread Felix Yan
Date: Saturday, July 22, 2017 @ 05:56:05
  Author: felixonmars
Revision: 301128

archrelease: copy trunk to extra-any

Added:
  perl-net-dns-resolver-programmable/repos/extra-any/PKGBUILD
(from rev 301127, perl-net-dns-resolver-programmable/trunk/PKGBUILD)
Deleted:
  perl-net-dns-resolver-programmable/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-22 05:55:49 UTC (rev 301127)
+++ PKGBUILD2017-07-22 05:56:05 UTC (rev 301128)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-pkgname=perl-net-dns-resolver-programmable
-_realname=Net-DNS-Resolver-Programmable
-pkgver=0.007
-pkgrel=1
-pkgdesc="A Net::DNS::Resolver descendant class for offline emulation of DNS"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/;
-depends=('perl-net-dns' 'perl')
-makedepends=('perl-module-build')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/B/BI/BIGPRESH/${_realname}-${pkgver}.tar.gz)
-sha512sums=('9e2ede3d9d29f0d8ba0c4a3463fb492941fafa6832a9e8792e2cae03b34502df98b090bb15c9e827339e9e20e856c49a2799beec2641ea152ad8169e17f08d68')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir} || return 1
-}

Copied: perl-net-dns-resolver-programmable/repos/extra-any/PKGBUILD (from rev 
301127, perl-net-dns-resolver-programmable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-22 05:56:05 UTC (rev 301128)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+pkgname=perl-net-dns-resolver-programmable
+_realname=Net-DNS-Resolver-Programmable
+pkgver=0.008
+pkgrel=1
+pkgdesc="A Net::DNS::Resolver descendant class for offline emulation of DNS"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/;
+depends=('perl-net-dns' 'perl')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/B/BI/BIGPRESH/${_realname}-${pkgver}.tar.gz)
+sha512sums=('7e482d6e44ea690fe32e3d5909ed65998662f2faa3693b99f0498a13eaeabfea206e8e3c8933c33f9bfc79d0392f79c22ce61e5a69befdd51d86c7cf6ead0eb5')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir} || return 1
+}


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

2017-07-21 Thread Felix Yan
Date: Saturday, July 22, 2017 @ 05:50:37
  Author: felixonmars
Revision: 245957

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-22 05:50:21 UTC (rev 245956)
+++ PKGBUILD2017-07-22 05:50:37 UTC (rev 245957)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgbase=python-kombu
-pkgname=('python-kombu' 'python2-kombu')
-pkgver=4.0.2
-pkgrel=2
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="http://kombu.readthedocs.org/;
-license=('BSD')
-options=('!emptydirs')
-makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
-  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack' 
'python2-boto'
-  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
-  'python2-pymongo' 'python-pytz' 'python2-pytz' 'python-couchdb' 
'python2-couchdb'
-  'python-sqlalchemy' 'python2-sqlalchemy' 'python-pyro' 
'python2-pyro'
-  'python2-librabbitmq')
-  # 'python-boto'
-  # https://github.com/celery/kombu/issues/661
-  # https://github.com/celery/kombu/issues/662
-  # https://github.com/celery/kombu/issues/663
-source=("git+https://github.com/celery/kombu.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/for qname, queue in items(self._queues):/for qname, queue in 
list(items(self._queues)):/' kombu/kombu/messaging.py
-  cp -a kombu{,-py2}
-}
-
-check() {
-  cd "$srcdir"/kombu
-  python setup.py ptr
-
-  cd "$srcdir"/kombu-py2
-  python2 setup.py ptr
-}
-
-package_python-kombu() {
-  depends=('python-amqp')
-  optdepends=('python-pymongo: for MongoDB support'
-  'python-msgpack: for MessagePack support'
-  'python-pyro: for Pyro support'
-  'python-redis: for Redis support'
-  'python-sqlalchemy: for SQLAlchemy support'
-  'python-boto: for Amazon SQS support'
-  'python-pycurl: for Amazon SQS support'
-  'python-yaml: for YAML support'
-  'python-pyzmq: for ZeroMQ support'
-  'python-couchdb: for CouchDB support')
-  # 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python-kazoo: for Zookeeper support': Not packaged yet
-  # 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-  # 'python-beanstalkc: for Beanstalk Support' Not available for 
python 3 yet
-
-  cd "$srcdir"/kombu
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-kombu() {
-  depends=('python2-amqp')
-  optdepends=('python2-pymongo: for MongoDB support'
-  'python2-msgpack: for MessagePack support'
-  'python2-pyro: for Pyro support'
-  'python2-redis: for Redis support'
-  'python2-sqlalchemy: for SQLAlchemy support'
-  'python2-boto: for Amazon SQS support'
-  'python2-pycurl: for Amazon SQS support'
-  'python2-yaml: for YAML support'
-  'python2-pyzmq: for ZeroMQ support'
-  'python2-librabbitmq: C optimization for AMQP transport'
-  'python2-couchdb: for CouchDB support')
-  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python2-kazoo: for Zookeeper support': Not packaged yet
-  # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet
-
-  cd "$srcdir"/kombu-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-kombu/repos/community-any/PKGBUILD (from rev 245956, 
python-kombu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-22 05:50:37 UTC (rev 245957)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="http://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')

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

2017-07-21 Thread Felix Yan
Date: Saturday, July 22, 2017 @ 05:50:21
  Author: felixonmars
Revision: 245956

upgpkg: python-kombu 4.1.0-1

Modified:
  python-kombu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-21 23:58:54 UTC (rev 245955)
+++ PKGBUILD2017-07-22 05:50:21 UTC (rev 245956)
@@ -4,38 +4,35 @@
 
 pkgbase=python-kombu
 pkgname=('python-kombu' 'python2-kombu')
-pkgver=4.0.2
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc='A messaging library for Python'
 arch=('any')
 url="http://kombu.readthedocs.org/;
 license=('BSD')
 options=('!emptydirs')
-makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools' 'git')
+makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
-  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack' 
'python2-boto'
+  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack'
   'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
-  'python2-pymongo' 'python-pytz' 'python2-pytz' 'python-couchdb' 
'python2-couchdb'
+  'python2-pymongo' 'python-pytz' 'python2-pytz'
   'python-sqlalchemy' 'python2-sqlalchemy' 'python-pyro' 
'python2-pyro'
-  'python2-librabbitmq')
-  # 'python-boto'
-  # https://github.com/celery/kombu/issues/661
-  # https://github.com/celery/kombu/issues/662
-  # https://github.com/celery/kombu/issues/663
-source=("git+https://github.com/celery/kombu.git#tag=v$pkgver;)
-sha256sums=('SKIP')
+  'python2-librabbitmq' 'python-boto3')
+  # 'python2-boto3': Not packaged yet
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/kombu/archive/v$pkgver.tar.gz;)
+sha512sums=('de754a0a6410ab17f2f9a81afc374fe95d1baac8965b6b5f2e0760726982b8c927b8f15cab9dcc42f03c36ddffbe76452c3c962a0645d154af8a7b3e906bfccb')
 
 prepare() {
-  sed -i 's/for qname, queue in items(self._queues):/for qname, queue in 
list(items(self._queues)):/' kombu/kombu/messaging.py
-  cp -a kombu{,-py2}
+  sed -i 's/for qname, queue in items(self._queues):/for qname, queue in 
list(items(self._queues)):/' kombu-$pkgver/kombu/messaging.py
+  cp -a kombu-$pkgver{,-py2}
 }
 
 check() {
-  cd "$srcdir"/kombu
-  python setup.py ptr
+  cd "$srcdir"/kombu-$pkgver
+  python setup.py pytest
 
-  cd "$srcdir"/kombu-py2
-  python2 setup.py ptr
+  cd "$srcdir"/kombu-$pkgver-py2
+  python2 setup.py pytest
 }
 
 package_python-kombu() {
@@ -45,17 +42,14 @@
   'python-pyro: for Pyro support'
   'python-redis: for Redis support'
   'python-sqlalchemy: for SQLAlchemy support'
-  'python-boto: for Amazon SQS support'
+  'python-boto3: for Amazon SQS support'
   'python-pycurl: for Amazon SQS support'
-  'python-yaml: for YAML support'
-  'python-pyzmq: for ZeroMQ support'
-  'python-couchdb: for CouchDB support')
+  'python-yaml: for YAML support')
   # 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
   # 'python-kazoo: for Zookeeper support': Not packaged yet
   # 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-  # 'python-beanstalkc: for Beanstalk Support' Not available for 
python 3 yet
 
-  cd "$srcdir"/kombu
+  cd "$srcdir"/kombu-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -67,17 +61,14 @@
   'python2-pyro: for Pyro support'
   'python2-redis: for Redis support'
   'python2-sqlalchemy: for SQLAlchemy support'
-  'python2-boto: for Amazon SQS support'
   'python2-pycurl: for Amazon SQS support'
   'python2-yaml: for YAML support'
-  'python2-pyzmq: for ZeroMQ support'
-  'python2-librabbitmq: C optimization for AMQP transport'
-  'python2-couchdb: for CouchDB support')
+  'python2-librabbitmq: C optimization for AMQP transport')
   # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
   # 'python2-kazoo: for Zookeeper support': Not packaged yet
-  # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet
+  # 'python2-boto3: for Amazon SQS support': Not packaged yet
 
-  cd "$srcdir"/kombu-py2
+  cd "$srcdir"/kombu-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE 

[arch-commits] Commit in sage-data-conway_polynomials/repos (3 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 23:58:54
  Author: arojas
Revision: 245955

archrelease: copy trunk to community-testing-any

Added:
  sage-data-conway_polynomials/repos/community-testing-any/
  sage-data-conway_polynomials/repos/community-testing-any/PKGBUILD
(from rev 245954, sage-data-conway_polynomials/trunk/PKGBUILD)
  sage-data-conway_polynomials/repos/community-testing-any/spkg-install
(from rev 245954, sage-data-conway_polynomials/trunk/spkg-install)

--+
 PKGBUILD |   23 +++
 spkg-install |   20 
 2 files changed, 43 insertions(+)

Copied: sage-data-conway_polynomials/repos/community-testing-any/PKGBUILD (from 
rev 245954, sage-data-conway_polynomials/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-07-21 23:58:54 UTC (rev 245955)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+_dbname=conway_polynomials
+pkgname=sage-data-$_dbname
+pkgver=0.5
+pkgrel=2
+pkgdesc="A small database of Conway polynomials"
+arch=(any)
+url="http://www.sagemath.org;
+license=(GPL)
+depends=()
+makedepends=(python2-six)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/conway_polynomials/$_dbname-$pkgver.tar.bz2;
 'spkg-install')
+sha256sums=('d8f2788a85b1c2482cc4abe1a35d3da777445e21ec49b031d36b899e3c0deb17'
+'02a93174df87f7afe55a7720571e04df3471bd7dad197017b16bc83396b32254')
+
+package() {
+  export SAGE_SHARE="$pkgdir"/usr/share
+  export PYTHONPATH=$PWD
+  ln -s conway_polynomials-$pkgver src
+  python2 spkg-install
+}

Copied: sage-data-conway_polynomials/repos/community-testing-any/spkg-install 
(from rev 245954, sage-data-conway_polynomials/trunk/spkg-install)
===
--- community-testing-any/spkg-install  (rev 0)
+++ community-testing-any/spkg-install  2017-07-21 23:58:54 UTC (rev 245955)
@@ -0,0 +1,20 @@
+import os
+from six.moves import cPickle as pickle
+
+SAGE_SHARE = os.getenv('SAGE_SHARE')
+install_root = os.path.join(SAGE_SHARE, 'conway_polynomials')
+
+def create_db():
+db = {}
+from src import conway_polynomials
+for p, n, v in conway_polynomials:
+if not p in db:
+db[p] = {}
+db[p][n] = v
+if not os.path.exists(install_root):
+os.makedirs(install_root)
+with open(os.path.join(install_root, 'conway_polynomials.p'), 'wb') as f:
+pickle.dump(db, f)
+
+if __name__ == '__main__':
+create_db()


[arch-commits] Commit in sage-data-conway_polynomials/trunk (PKGBUILD spkg-install)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 23:57:21
  Author: arojas
Revision: 245953

Use new format required by Sagemath 8.0

Modified:
  sage-data-conway_polynomials/trunk/PKGBUILD
  sage-data-conway_polynomials/trunk/spkg-install

--+
 PKGBUILD |   14 ++
 spkg-install |   12 +---
 2 files changed, 11 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-21 23:55:10 UTC (rev 245952)
+++ PKGBUILD2017-07-21 23:57:21 UTC (rev 245953)
@@ -4,22 +4,20 @@
 _dbname=conway_polynomials
 pkgname=sage-data-$_dbname
 pkgver=0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A small database of Conway polynomials"
 arch=(any)
 url="http://www.sagemath.org;
 license=(GPL)
 depends=()
-makedepends=(sagemath)
+makedepends=(python2-six)
 
source=("http://mirrors.mit.edu/sage/spkg/upstream/conway_polynomials/$_dbname-$pkgver.tar.bz2;
 'spkg-install')
-md5sums=('a2725ba21f44554196781424d957f68a'
- '5b3b2fc90d2d639f1a44b621d7848b4d')
+sha256sums=('d8f2788a85b1c2482cc4abe1a35d3da777445e21ec49b031d36b899e3c0deb17'
+'02a93174df87f7afe55a7720571e04df3471bd7dad197017b16bc83396b32254')
 
 package() {
-  export PYTHONPATH="$PWD:/usr/lib/sage/site-packages:/usr/bin"
-  export SAGE_LOCAL="/usr"
-  export SAGE_SHARE="$pkgdir/usr/share"
-
+  export SAGE_SHARE="$pkgdir"/usr/share
+  export PYTHONPATH=$PWD
   ln -s conway_polynomials-$pkgver src
   python2 spkg-install
 }

Modified: spkg-install
===
--- spkg-install2017-07-21 23:55:10 UTC (rev 245952)
+++ spkg-install2017-07-21 23:57:21 UTC (rev 245953)
@@ -1,22 +1,20 @@
-#!/usr/bin/env python2
-
 import os
-from sage.all import save
-from sage.env import SAGE_SHARE
+from six.moves import cPickle as pickle
 
+SAGE_SHARE = os.getenv('SAGE_SHARE')
 install_root = os.path.join(SAGE_SHARE, 'conway_polynomials')
 
 def create_db():
 db = {}
 from src import conway_polynomials
-for p,n,v in conway_polynomials:
+for p, n, v in conway_polynomials:
 if not p in db:
 db[p] = {}
 db[p][n] = v
 if not os.path.exists(install_root):
 os.makedirs(install_root)
-save(db, os.path.join(install_root, 'conway_polynomials.sobj'))
+with open(os.path.join(install_root, 'conway_polynomials.p'), 'wb') as f:
+pickle.dump(db, f)
 
 if __name__ == '__main__':
 create_db()
-


[arch-commits] Commit in sagemath/repos (22 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 23:57:29
  Author: arojas
Revision: 245954

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

Added:
  sagemath/repos/community-testing-i686/
  sagemath/repos/community-testing-i686/PKGBUILD
(from rev 245952, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-testing-i686/env.patch
(from rev 245952, sagemath/trunk/env.patch)
  sagemath/repos/community-testing-i686/fes02.patch
(from rev 245952, sagemath/trunk/fes02.patch)
  sagemath/repos/community-testing-i686/jupyter-path.patch
(from rev 245952, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-testing-i686/latte-count.patch
(from rev 245952, sagemath/trunk/latte-count.patch)
  sagemath/repos/community-testing-i686/package.patch
(from rev 245952, sagemath/trunk/package.patch)
  sagemath/repos/community-testing-i686/r-no-readline.patch
(from rev 245952, sagemath/trunk/r-no-readline.patch)
  sagemath/repos/community-testing-i686/sagemath-ecl-no-sigfpe.patch
(from rev 245952, sagemath/trunk/sagemath-ecl-no-sigfpe.patch)
  sagemath/repos/community-testing-i686/sagemath-python3-notebook.patch
(from rev 245952, sagemath/trunk/sagemath-python3-notebook.patch)
  sagemath/repos/community-testing-i686/test-optional.patch
(from rev 245952, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-testing-x86_64/
  sagemath/repos/community-testing-x86_64/PKGBUILD
(from rev 245952, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-testing-x86_64/env.patch
(from rev 245952, sagemath/trunk/env.patch)
  sagemath/repos/community-testing-x86_64/fes02.patch
(from rev 245952, sagemath/trunk/fes02.patch)
  sagemath/repos/community-testing-x86_64/jupyter-path.patch
(from rev 245952, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-testing-x86_64/latte-count.patch
(from rev 245952, sagemath/trunk/latte-count.patch)
  sagemath/repos/community-testing-x86_64/package.patch
(from rev 245952, sagemath/trunk/package.patch)
  sagemath/repos/community-testing-x86_64/r-no-readline.patch
(from rev 245952, sagemath/trunk/r-no-readline.patch)
  sagemath/repos/community-testing-x86_64/sagemath-ecl-no-sigfpe.patch
(from rev 245952, sagemath/trunk/sagemath-ecl-no-sigfpe.patch)
  sagemath/repos/community-testing-x86_64/sagemath-python3-notebook.patch
(from rev 245952, sagemath/trunk/sagemath-python3-notebook.patch)
  sagemath/repos/community-testing-x86_64/test-optional.patch
(from rev 245953, sagemath/trunk/test-optional.patch)

--+
 community-testing-i686/PKGBUILD  |  151 +
 community-testing-i686/env.patch |   93 
 community-testing-i686/fes02.patch   |   57 
 community-testing-i686/jupyter-path.patch|   22 +
 community-testing-i686/latte-count.patch |   71 ++
 community-testing-i686/package.patch |   38 +++
 community-testing-i686/r-no-readline.patch   |   11 
 community-testing-i686/sagemath-ecl-no-sigfpe.patch  |   12 +
 community-testing-i686/sagemath-python3-notebook.patch   |   27 ++
 community-testing-i686/test-optional.patch   |   25 ++
 community-testing-x86_64/PKGBUILD|  151 +
 community-testing-x86_64/env.patch   |   93 
 community-testing-x86_64/fes02.patch |   57 
 community-testing-x86_64/jupyter-path.patch  |   22 +
 community-testing-x86_64/latte-count.patch   |   71 ++
 community-testing-x86_64/package.patch   |   38 +++
 community-testing-x86_64/r-no-readline.patch |   11 
 community-testing-x86_64/sagemath-ecl-no-sigfpe.patch|   12 +
 community-testing-x86_64/sagemath-python3-notebook.patch |   27 ++
 community-testing-x86_64/test-optional.patch |   25 ++
 20 files changed, 1014 insertions(+)

Copied: sagemath/repos/community-testing-i686/PKGBUILD (from rev 245952, 
sagemath/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-07-21 23:57:29 UTC (rev 245954)
@@ -0,0 +1,151 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Evgeniy Alekseev 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas Dziedzic 
+# Contributor: Osman Ugus 
+# Contributor: Stefan Husmann 
+# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
+
+pkgbase=sagemath
+pkgname=(sagemath sagemath-jupyter)
+pkgver=8.0
+pkgrel=1
+pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
+arch=(i686 x86_64)
+url="http://www.sagemath.org;
+license=(GPL)
+depends=(ipython2 ppl palp brial cliquer maxima-ecl gfan 

[arch-commits] Commit in sagemath/trunk (11 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 23:55:10
  Author: arojas
Revision: 245952

Update to 8.0

Modified:
  sagemath/trunk/PKGBUILD
  sagemath/trunk/env.patch
  sagemath/trunk/latte-count.patch
Deleted:
  sagemath/trunk/cython-sys-path.patch
  sagemath/trunk/ecm-7.patch
  sagemath/trunk/increase-rtol.patch
  sagemath/trunk/sagemath-planarity3.patch
  sagemath/trunk/sagemath-pynac-0.7.6.patch
  sagemath/trunk/sagemath-singular-4.1.0.p2.patch
  sagemath/trunk/sagemath-singular-4.1.0.p3.patch
  sagemath/trunk/skip-check.patch

--+
 PKGBUILD |   68 +--
 cython-sys-path.patch|   10 
 ecm-7.patch  |   79 ---
 env.patch|   15 
 increase-rtol.patch  |   37 -
 latte-count.patch|   13 
 sagemath-planarity3.patch|  113 -
 sagemath-pynac-0.7.6.patch   |   44 --
 sagemath-singular-4.1.0.p2.patch |  777 -
 sagemath-singular-4.1.0.p3.patch |  118 -
 skip-check.patch |   22 -
 11 files changed, 30 insertions(+), 1266 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-21 19:18:57 UTC (rev 245951)
+++ PKGBUILD2017-07-21 23:55:10 UTC (rev 245952)
@@ -1,6 +1,5 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
 # Maintainer: Antonio Rojas 
+# Contributor: Evgeniy Alekseev 
 # Contributor: Daniel Wallace 
 # Contributor: Thomas Dziedzic 
 # Contributor: Osman Ugus 
@@ -9,52 +8,43 @@
 
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
-pkgver=7.6
-pkgrel=8
+pkgver=8.0
+pkgrel=1
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;
 license=(GPL)
-depends=(ipython2 ppl palp brial cliquer maxima-ecl gfan sympow nauty 
python2-rpy2 python2-fpylll python2-psutil
+depends=(ipython2 ppl palp brial cliquer maxima-ecl gfan sympow nauty 
python2-rpy2 python2-fpylll python2-psutil python2-cypari2
   python2-matplotlib python2-scipy python2-sympy python2-networkx 
python2-pillow python2-future libgap flintqs lcalc lrcalc arb
   eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox rubiks pari-galdata 
pari-seadata-small planarity rankwidth
   sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs 
sage-data-polytopes_db sage-data-conway_polynomials)
 optdepends=('cython2: to compile cython code' 'python2-pkgconfig: to compile 
cython code'
-  'jmol: 3D plots' 'sage-notebook: Browser-based (flask) notebook interface'
+  'jmol: 3D plots' 'sage-notebook: Flask notebook interface (deprecated)'
   'sagemath-doc: Documentation and inline help' 'python2-igraph: igraph 
backend for graph theory'
   'coin-or-cbc: COIN backend for numerical computations' 'coin-or-csdp: for 
computing Lovász theta-function of graphs'
   'buckygen: for generating fullerene graphs' 'plantri: for generating some 
classes of graphs' 'benzene: for generating fusenes and benzenoids'
   'modular_decomposition: modular decomposition of graphs' 'ffmpeg: to export 
animations to video' 'imagemagick: to show animations'
-  'coxeter3: Coxeter groups implementation' 'cryptominisat2: SAT solver' 
'gap-data: for computing Galois groups'
+  'coxeter3: Coxeter groups implementation' 'cryptominisat5: SAT solver' 
'gap-data: for computing Galois groups'
   'lrs: Algorithms for linear reverse search used in game theory and for 
computing volume of polytopes'
   'libhomfly: for computing the homfly polynomial of links' 'libbraiding: for 
computing in braid groups'
   'libfes: exhaustive search of solutions for boolean equations' 
'python2-pynormaliz: Normaliz backend for polyhedral computations'
-  'latte-integrale: integral point count in polyhedra'
+  'latte-integrale: integral point count in polyhedra' 'polymake: polymake 
backend for polyhedral computations'
+  'sirocco: for computing the fundamental group of the complement of a plane 
curve'
   'three.js: alternative 3D plots engine' 'tachyon: alternative 3D plots 
engine')
-makedepends=(cython2 boost ratpoints symmetrica python2-jinja coin-or-cbc 
libhomfly libbraiding
-  mcqd coxeter3 cryptominisat2 modular_decomposition bliss-graphs tdlib 
python2-pkgconfig meataxe libfes)
+makedepends=(cython2 boost ratpoints symmetrica python2-jinja coin-or-cbc 
libhomfly libbraiding sirocco
+  mcqd coxeter3 modular_decomposition bliss-graphs tdlib python2-pkgconfig 
meataxe libfes)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
-env.patch skip-check.patch cython-sys-path.patch package.patch 
latte-count.patch
-jupyter-path.patch sagemath-python3-notebook.patch test-optional.patch 
ecm-7.patch increase-rtol.patch r-no-readline.patch
-sagemath-planarity3.patch fes02.patch sagemath-singular-4.1.0.p2.patch 
sagemath-singular-4.1.0.p3.patch 

[arch-commits] Commit in ksnakeduel/kde-unstable (PKGBUILD)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 23:00:36
  Author: arojas
Revision: 301125

Fix typo

Modified:
  ksnakeduel/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-21 22:49:51 UTC (rev 301124)
+++ PKGBUILD2017-07-21 23:00:36 UTC (rev 301125)
@@ -4,7 +4,7 @@
 
 pkgname=ksnakeduel
 pkgver=17.07.80
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple snake duel game"
 url="https://kde.org/applications/games/ksnakeduel/;
 arch=(i686 x86_64)
@@ -11,9 +11,9 @@
 license=(GPL LGPL FDL)
 groups=(kde-applications kdegames)
 depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
+makedepends=(extra-cmake-modules kdoctools)
 conflicts=(kdegames-ksnakeduel)
-replaces=(kdagames-ksnakeduel)
+replaces=(kdegames-ksnakeduel)
 
source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('368f6441573c4ec114392e20c9d3ea453718630d152da02a276f300723fe100f'
 'SKIP')


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 23:01:01
  Author: arojas
Revision: 301126

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301125, ksnakeduel/kde-unstable/PKGBUILD)
Deleted:
  ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-21 23:00:36 UTC (rev 301125)
+++ PKGBUILD2017-07-21 23:01:01 UTC (rev 301126)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksnakeduel
-pkgver=17.07.80
-pkgrel=1
-pkgdesc="A simple snake duel game"
-url="https://kde.org/applications/games/ksnakeduel/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-conflicts=(kdegames-ksnakeduel)
-replaces=(kdagames-ksnakeduel)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('368f6441573c4ec114392e20c9d3ea453718630d152da02a276f300723fe100f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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: ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD (from rev 301125, 
ksnakeduel/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-21 23:01:01 UTC (rev 301126)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksnakeduel
+pkgver=17.07.80
+pkgrel=2
+pkgdesc="A simple snake duel game"
+url="https://kde.org/applications/games/ksnakeduel/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdegames-ksnakeduel)
+replaces=(kdegames-ksnakeduel)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('368f6441573c4ec114392e20c9d3ea453718630d152da02a276f300723fe100f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kde-applications-meta/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 22:49:51
  Author: arojas
Revision: 301124

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-applications-meta/repos/kde-unstable-any/
  kde-applications-meta/repos/kde-unstable-any/PKGBUILD
(from rev 301123, kde-applications-meta/kde-unstable/PKGBUILD)

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

Copied: kde-applications-meta/repos/kde-unstable-any/PKGBUILD (from rev 301123, 
kde-applications-meta/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2017-07-21 22:49:51 UTC (rev 301124)
@@ -0,0 +1,281 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kde-applications-meta
+pkgname=('kde-applications-meta'
+'kde-meta-kdeaccessibility'
+ 'kde-meta-kdeadmin'
+ 'kde-meta-kdebase'
+ 'kde-meta-kdeedu'
+ 'kde-meta-kdegames'
+ 'kde-meta-kdegraphics'
+ 'kde-meta-kdemultimedia'
+ 'kde-meta-kdenetwork'
+ 'kde-meta-kdepim'
+ 'kde-meta-kdesdk'
+ 'kde-meta-kdeutils'
+ 'kde-meta-kdewebdev'
+ 'telepathy-kde-meta')
+pkgver=17.08
+pkgrel=1
+arch=(any)
+url='https://www.archlinux.org/'
+license=(GPL)
+
+package_kde-applications-meta() {
+   pkgdesc='Meta package for KDE Applications'
+depends=('kde-meta-kdeaccessibility'
+ 'kde-meta-kdeadmin'
+ 'kde-meta-kdebase'
+ 'kde-meta-kdeedu'
+ 'kde-meta-kdegames'
+ 'kde-meta-kdegraphics'
+ 'kde-meta-kdemultimedia'
+ 'kde-meta-kdenetwork'
+ 'kde-meta-kdepim'
+ 'kde-meta-kdesdk'
+ 'kde-meta-kdeutils'
+ 'kde-meta-kdewebdev')
+}
+
+package_kde-meta-kdeaccessibility() {
+   pkgdesc='Meta package for kdeaccessibility'
+   depends=('kdeaccessibility-jovie'
+ 'kdeaccessibility-kaccessible'
+'kmag'
+'kmousetool'
+'kdeaccessibility-kmouth')
+   replaces=('kdeaccessibility')
+   conflicts=('kdeaccessibility')
+}
+
+package_kde-meta-kdeadmin() {
+   pkgdesc='Meta package for kdeadmin'
+   depends=('kcron'
+'ksystemlog')
+   replaces=('kdeadmin')
+   conflicts=('kdeadmin')
+}
+
+package_kde-meta-kdebase() {
+   pkgdesc='Meta package for kdebase'
+   depends=('dolphin'
+'kdialog'
+'kfind'
+ 'keditbookmarks'
+'konqueror'
+ 'khelpcenter'
+'konsole'
+'kate'
+'kwrite')
+   replaces=('kdebase')
+   conflicts=('kdebase')
+}
+
+package_kde-meta-kdeedu() {
+   pkgdesc='Meta package for kdeedu'
+   depends=('artikulate'
+'blinken'
+'cantor'
+'kalgebra'
+'kalzium'
+'kanagram'
+'kbruch'
+'kgeography'
+'khangman'
+'kig'
+'kiten'
+'klettres'
+'kmplot'
+'kstars'
+'ktouch'
+'kturtle'
+'kwordquiz'
+'marble'
+ 'minuet'
+'parley'
+'rocs'
+'step')
+   replaces=('kdeedu')
+   conflicts=('kdeedu')
+}
+
+package_kde-meta-kdegames() {
+   pkgdesc='Meta package for kdegames'
+   depends=('bomber'
+'bovo'
+'granatier'
+'kajongg'
+'kapman'
+'katomic'
+'kblackbox'
+'kblocks'
+'kbounce'
+'kbreakout'
+'kdiamond'
+'kfourinline'
+'kgoldrunner'
+'kigo'
+'killbots'
+'kiriki'
+'kjumpingcube'
+'klines'
+'klickety'
+'kmahjongg'
+'kmines'
+'knavalbattle' 
+ 'knetwalk'
+'kdegames-kolf'
+'kollision'
+'konquest'
+'kpatience'
+'kreversi'
+'kshisen'
+'kdegames-ksirk'
+ 'ksnakeduel'
+'kspaceduel'
+'ksquares'
+'ksudoku'
+'ktuberling'
+'kubrick'
+'lskat'
+'kdegames-palapeli'
+ 'picmi')
+   replaces=('kdegames')
+   conflicts=('kdegames')
+}
+
+package_kde-meta-kdegraphics() {
+   pkgdesc='Meta 

[arch-commits] Commit in kde-applications-meta (kde-unstable kde-unstable/PKGBUILD)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 22:49:24
  Author: arojas
Revision: 301123

KDE Applications 17.08 beta

Added:
  kde-applications-meta/kde-unstable/
Modified:
  kde-applications-meta/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2017-05-11 06:19:40 UTC (rev 295584)
+++ kde-unstable/PKGBUILD   2017-07-21 22:49:24 UTC (rev 301123)
@@ -19,7 +19,7 @@
  'kde-meta-kdeutils'
  'kde-meta-kdewebdev'
  'telepathy-kde-meta')
-pkgver=17.04
+pkgver=17.08
 pkgrel=1
 arch=(any)
 url='https://www.archlinux.org/'
@@ -45,8 +45,8 @@
pkgdesc='Meta package for kdeaccessibility'
depends=('kdeaccessibility-jovie'
  'kdeaccessibility-kaccessible'
-'kdeaccessibility-kmag'
-'kdeaccessibility-kmousetool'
+'kmag'
+'kmousetool'
 'kdeaccessibility-kmouth')
replaces=('kdeaccessibility')
conflicts=('kdeaccessibility')
@@ -117,8 +117,8 @@
 'kbreakout'
 'kdiamond'
 'kfourinline'
-'kdegames-kgoldrunner'
-'kdegames-kigo'
+'kgoldrunner'
+'kigo'
 'killbots'
 'kiriki'
 'kjumpingcube'
@@ -130,18 +130,18 @@
  'knetwalk'
 'kdegames-kolf'
 'kollision'
-'kdegames-konquest'
+'konquest'
 'kpatience'
-'kdegames-kreversi'
+'kreversi'
 'kshisen'
 'kdegames-ksirk'
- 'kdegames-ksnakeduel'
-'kdegames-kspaceduel'
+ 'ksnakeduel'
+'kspaceduel'
 'ksquares'
-'kdegames-ksudoku'
+'ksudoku'
 'ktuberling'
-'kdegames-kubrick'
-'kdegames-lskat'
+'kubrick'
+'lskat'
 'kdegames-palapeli'
  'picmi')
replaces=('kdegames')


[arch-commits] Commit in kde-l10n/repos (kde-unstable-any kde-unstable-any/PKGBUILD)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 22:28:38
  Author: arojas
Revision: 301122

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-l10n/repos/kde-unstable-any/
  kde-l10n/repos/kde-unstable-any/PKGBUILD
(from rev 301121, kde-l10n/kde-unstable/PKGBUILD)

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

Copied: kde-l10n/repos/kde-unstable-any/PKGBUILD (from rev 301121, 
kde-l10n/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2017-07-21 22:28:38 UTC (rev 301122)
@@ -0,0 +1,165 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kde-l10n
+pkgver=17.07.80
+pkgrel=1
+arch=(any)
+url='https://www.kde.org/'
+license=(GPL)
+makedepends=(kdelibs cmake automoc4)
+options=(docs)
+
+_languages=(
+  'ar "Arabic"'
+  'ast"Asturian"'
+  'bg "Bulgarian"'
+  'bs "Bosnian"'
+  'ca "Catalan"'
+  'ca@valencia "Catalan (Valencian)"'
+  'cs "Czech"'
+  'da "Danish"'
+  'de "German"'
+  'el "Greek"'
+  'en_GB  "British English"'
+  'eo "Esperanto"'
+  'es "Spanish"'
+  'et "Estonian"'
+  'eu "Basque"'
+  'fa "Farsi"'
+  'fi "Finnish"'
+  'fr "French"'
+  'ga "Irish"'
+  'gl "Galician"'
+  'he "Hebrew"'
+  'hi "Hindi"'
+  'hr "Croatian"'
+  'hu "Hungarian"'
+  'ia "Interlingua"'
+  'id "Indonesian"'
+  'is "Icelandic"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'kk "Kazakh"'
+  'km "Khmer"'
+  'ko "Korean"'
+  'lt "Lithuanian"'
+  'lv "Latvian"'
+  'mr "Marathi"'
+  'nb "Norwegian Bokmal"'
+  'nds"Low Saxon"'
+  'nl "Dutch"'
+  'nn "Norwegian Nynorsk"'
+  'pa "Panjabi/Punjabi"'
+  'pl "Polish"'
+  'pt "Portuguese"'
+  'pt_BR  "Brazilian Portuguese"'
+  'ro "Romanian"'
+  'ru "Russian"'
+  'sk "Slovak"'
+  'sl "Slovenian"'
+  'sr "Serbian"'
+  'sv "Swedish"'
+  'tr "Turkish"'
+  'ug "Uyghur"'
+  'uk "Ukrainian"'
+  'wa "Walloon"'
+  'zh_CN  "Chinese Simplified"'
+  'zh_TW  "Chinese Traditional"'
+)
+
+pkgname=()
+source=()
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=kde-l10n-${_locale,,}
+  
+  pkgname+=($_pkgname)
+  
source+=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase/$pkgbase-$_locale-$pkgver.tar.xz;)
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+sha256sums=('8e94253bfcdb525cdc17a321bee803cc7bdd3afaeba0a89df46932511dfb46f5'
+'52cb82fb2e48758cae09908a9b6d2b987d4a0e99c131992fdab61e0853871d0f'
+'813ff35b8768840a525a33bc62d007a239b747b93ebd0851cd296fd5e417c921'
+'b6b74d7e2e4b4c01fd17896b7d8336b4136dc28fd1009bfb64bf6059acf942db'
+'d2784b333cb4b56b7fadfe75353b5e0fd50087f0b5a24083b6c8458b15b66cd8'
+'b2eb9bd2ae34d90ab60f3e6083c36e9ae0bc6309f17612a316f6a8aad29c8d89'
+'458e6fb06b01b743a9cd5b0e3476dfd549f433a5c899d1e7b52a3c2cba0e04cb'
+'7e37d0551efb0bd6f3ae230de5086533f0db1bbd3c00870f35c8a30e7aefc6f9'
+'0b48f8627582d9768165940be82d8b011d08e5774ae63b0b328fedd20ebbbaef'
+'b04a875c499db328058fa06896731c1137201e4a761868fe82dd537097f1f87a'
+'389791c8f71cb1e11b4b1631e7307a94ef36702b349a43c9f79d0cfe020926de'
+'bcaf10f15345de3eb428474ab392e57788491146c99beeb72ab1d583b29b89d3'
+'82ad5d26f0c8872c360fd0d0d160ea9b3f66b1048a31ebf09d86a8340bc280dc'
+'0be761b8576dced5ab6eafc5524db47ebeccda2f037361db6042e84b930c97e0'
+'49c79e2dc3061157f003ff81ce53f97f8517c4799fee6c0c68d0aae93e0705b7'
+'d2b2a6c3f172f574c408b24c2fd30762df2adbf66f219552a0fe1406ab87709a'
+'2a41baecfe03a0ca4267a48a8da56699b7f02612f3922fe99a360c847ddcaf75'
+'9c570c7f66322748af4bb5d9f30e610a0879810733ea55c69b51a244ba4d587c'
+'812ff50bd6a4daa1990e6d0117dbd0c32eb9cf96f51f2f5def6ae8178155a091'
+'3af860459f21cde434b6285e1f3742ddd781c01b01335fa8f2c8137e1f84e82c'
+'64510aa6d161d83965dfd2626b70dd2e9f6eaf6a06e1ada5da9167cab02c64a8'
+'d076c103c9e08befdd863b4daaf5fe40fa651ca2967454862fc63ea8f20a602d'
+'0251ed58966546cd32050aef130fb0e85d1e5374234943721ac81505405bbbe3'
+'760f0fc3f4e75fe0957250033e39b035083ad87dadaf22e94f9614b3db5730a9'
+'dcab7b7c53b76fb367da3429c05c673c01fd9633b4de981396bb99300c4e9e53'
+'e35f38e5fbac4cb2f7ac96d65eb4fe88fc364cc6e072b9bfc2a85e87d06bd8f2'
+'dce5bc5cd1817cb457cec5c2d672cd33b351395e6ebc3096db171cce61d9d47f'
+'2173cf1838427eaebfb51fca0528b3be8c2530806bec24b2109fef3556d82e78'
+ 

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

2017-07-21 Thread Jan Steffens
Date: Friday, July 21, 2017 @ 20:48:26
  Author: heftig
Revision: 301121

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

Added:
  libhttpseverywhere/repos/extra-i686/PKGBUILD
(from rev 301120, libhttpseverywhere/trunk/PKGBUILD)
  libhttpseverywhere/repos/extra-x86_64/PKGBUILD
(from rev 301120, libhttpseverywhere/trunk/PKGBUILD)
Deleted:
  libhttpseverywhere/repos/extra-i686/PKGBUILD
  libhttpseverywhere/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-07-21 20:47:47 UTC (rev 301120)
+++ extra-i686/PKGBUILD 2017-07-21 20:48:26 UTC (rev 301121)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Adrià Arrufat (archdria) 
-
-pkgname=libhttpseverywhere
-pkgver=0.4.7
-pkgrel=1
-pkgdesc="Leverage the power of HTTPS Everywhere"
-url="https://git.gnome.org/browse/libhttpseverywhere;
-arch=(i686 x86_64)
-license=(LGPL3)
-depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
-makedepends=(meson valadoc gobject-introspection git)
-_commit=0653fedea03332d7c5e3005a39fe00646390d05b  # tags/0.4.7^0
-source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
--Denable_valadoc=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libhttpseverywhere/repos/extra-i686/PKGBUILD (from rev 301120, 
libhttpseverywhere/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-21 20:48:26 UTC (rev 301121)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Adrià Arrufat (archdria) 
+
+pkgname=libhttpseverywhere
+pkgver=0.4.8
+pkgrel=1
+pkgdesc="Leverage the power of HTTPS Everywhere"
+url="https://git.gnome.org/browse/libhttpseverywhere;
+arch=(i686 x86_64)
+license=(LGPL3)
+depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
+makedepends=(meson valadoc gobject-introspection git)
+_commit=ae932260bb02190d43b91453fca2683962d42872  # tags/0.4.8^0
+source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname \
+-Denable_valadoc=true
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-21 20:47:47 UTC (rev 301120)
+++ extra-x86_64/PKGBUILD   2017-07-21 20:48:26 UTC (rev 301121)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Adrià Arrufat (archdria) 
-
-pkgname=libhttpseverywhere
-pkgver=0.4.7
-pkgrel=1
-pkgdesc="Leverage the power of HTTPS Everywhere"
-url="https://git.gnome.org/browse/libhttpseverywhere;
-arch=(i686 x86_64)
-license=(LGPL3)
-depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
-makedepends=(meson valadoc gobject-introspection git)
-_commit=0653fedea03332d7c5e3005a39fe00646390d05b  # tags/0.4.7^0
-source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname \
--Denable_valadoc=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libhttpseverywhere/repos/extra-x86_64/PKGBUILD (from rev 301120, 
libhttpseverywhere/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-21 20:48:26 UTC (rev 301121)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Adrià Arrufat (archdria) 
+
+pkgname=libhttpseverywhere
+pkgver=0.4.8
+pkgrel=1
+pkgdesc="Leverage the power of HTTPS Everywhere"
+url="https://git.gnome.org/browse/libhttpseverywhere;
+arch=(i686 x86_64)
+license=(LGPL3)
+depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
+makedepends=(meson 

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

2017-07-21 Thread Jan Steffens
Date: Friday, July 21, 2017 @ 20:47:47
  Author: heftig
Revision: 301120

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

Added:
  gnome-documents/repos/extra-i686/PKGBUILD
(from rev 301119, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/extra-x86_64/PKGBUILD
(from rev 301119, gnome-documents/trunk/PKGBUILD)
Deleted:
  gnome-documents/repos/extra-i686/PKGBUILD
  gnome-documents/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-21 20:47:02 UTC (rev 301119)
+++ extra-i686/PKGBUILD 2017-07-21 20:47:47 UTC (rev 301120)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-documents
-pkgver=3.24.2
-pkgrel=1
-pkgdesc="A document manager application for GNOME"
-url="https://wiki.gnome.org/Apps/Documents;
-arch=(i686 x86_64)
-license=(GPL)
-groups=(gnome-extra)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
- tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
-makedepends=(intltool gobject-introspection git gnome-common)
-optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-_commit=4530909ff040a48507a8c6485e17ff2c1d4c9aa4  # tags/3.24.2^0
-source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit;
-"git+https://git.gnome.org/browse/libgd;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/extra-i686/PKGBUILD (from rev 301119, 
gnome-documents/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-21 20:47:47 UTC (rev 301120)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.24.3
+pkgrel=1
+pkgdesc="A document manager application for GNOME"
+url="https://wiki.gnome.org/Apps/Documents;
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(intltool gobject-introspection git gnome-common)
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
+_commit=2e7e719859978e409a33b024ddb963338bab4695  # tags/3.24.3^0
+source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-21 20:47:02 UTC (rev 301119)
+++ extra-x86_64/PKGBUILD   2017-07-21 20:47:47 UTC (rev 301120)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-documents
-pkgver=3.24.2
-pkgrel=1
-pkgdesc="A document manager application for GNOME"
-url="https://wiki.gnome.org/Apps/Documents;
-arch=(i686 x86_64)
-license=(GPL)
-groups=(gnome-extra)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
- tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
-makedepends=(intltool gobject-introspection git gnome-common)
-optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-_commit=4530909ff040a48507a8c6485e17ff2c1d4c9aa4  # tags/3.24.2^0

[arch-commits] Commit in intltool/repos/extra-any (8 files)

2017-07-21 Thread Jan Steffens
Date: Friday, July 21, 2017 @ 20:47:02
  Author: heftig
Revision: 301119

archrelease: copy trunk to extra-any

Added:
  intltool/repos/extra-any/PKGBUILD
(from rev 301118, intltool/trunk/PKGBUILD)
  intltool/repos/extra-any/intltool-0.51.0-perl-5.26.patch
(from rev 301118, intltool/trunk/intltool-0.51.0-perl-5.26.patch)
  intltool/repos/extra-any/intltool-merge-Create-cache-file-atomically.patch
(from rev 301118, 
intltool/trunk/intltool-merge-Create-cache-file-atomically.patch)
  intltool/repos/extra-any/intltool_distcheck-fix.patch
(from rev 301118, intltool/trunk/intltool_distcheck-fix.patch)
Deleted:
  intltool/repos/extra-any/PKGBUILD
  intltool/repos/extra-any/intltool-0.51.0-perl-5.22.patch
  intltool/repos/extra-any/intltool-merge-Create-cache-file-atomically.patch
  intltool/repos/extra-any/intltool_distcheck-fix.patch

---+
 PKGBUILD  |   90 ++--
 intltool-0.51.0-perl-5.22.patch   |   44 -
 intltool-0.51.0-perl-5.26.patch   |   51 +++
 intltool-merge-Create-cache-file-atomically.patch |   76 
 intltool_distcheck-fix.patch  |   60 ++---
 5 files changed, 164 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-21 20:45:22 UTC (rev 301118)
+++ PKGBUILD2017-07-21 20:47:02 UTC (rev 301119)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=intltool
-pkgver=0.51.0
-pkgrel=2
-pkgdesc="The internationalization tool collection"
-arch=('any')
-url="https://edge.launchpad.net/intltool;
-license=('GPL')
-depends=('perl-xml-parser')
-source=(http://launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc}
-intltool-0.51.0-perl-5.22.patch
-intltool-merge-Create-cache-file-atomically.patch
-intltool_distcheck-fix.patch)
-sha256sums=('67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd'
-'SKIP'
-'3a02adba6d81b55834934ff2b8cefd45c5461e2693d711b1ba7a633fc3b748a7'
-'13bd6deb65dc94933f132919d4eea4c24354d7c1c1c9e5930cb6e70c75703763'
-'58cb7d60796bc69c7d0865f106feb589d0271619e62f8741bff6f5ce1a2615ff')
-validpgpkeys=('9EBD001680E8C8F9FAC61A9BE1A701D4C9DE75B5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../intltool-0.51.0-perl-5.22.patch
-  patch -Np1 -i ../intltool-merge-Create-cache-file-atomically.patch
-  patch -Np1 -i ../intltool_distcheck-fix.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 doc/I18N-HOWTO 
"${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO"
-}

Copied: intltool/repos/extra-any/PKGBUILD (from rev 301118, 
intltool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-21 20:47:02 UTC (rev 301119)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=intltool
+pkgver=0.51.0
+pkgrel=3
+pkgdesc="The internationalization tool collection"
+arch=('any')
+url="https://launchpad.net/intltool;
+license=('GPL')
+depends=('perl-xml-parser')
+source=(https://launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc}
+intltool-0.51.0-perl-5.26.patch
+intltool-merge-Create-cache-file-atomically.patch
+intltool_distcheck-fix.patch)
+sha256sums=('67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd'
+'SKIP'
+'458f5d53ac358810879080f69b11649901babcacc14471c243eb850e9436d546'
+'13bd6deb65dc94933f132919d4eea4c24354d7c1c1c9e5930cb6e70c75703763'
+'58cb7d60796bc69c7d0865f106feb589d0271619e62f8741bff6f5ce1a2615ff')
+validpgpkeys=('9EBD001680E8C8F9FAC61A9BE1A701D4C9DE75B5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../intltool-0.51.0-perl-5.26.patch
+  patch -Np1 -i ../intltool-merge-Create-cache-file-atomically.patch
+  patch -Np1 -i ../intltool_distcheck-fix.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 doc/I18N-HOWTO 
"${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO"
+}

Deleted: intltool-0.51.0-perl-5.22.patch
===
--- intltool-0.51.0-perl-5.22.patch 2017-07-21 20:45:22 UTC (rev 301118)
+++ intltool-0.51.0-perl-5.22.patch 2017-07-21 20:47:02 UTC (rev 301119)
@@ -1,44 +0,0 @@
-diff -Naur intltool-0.51.0.orig/intltool-update.in 

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

2017-07-21 Thread Jan Steffens
Date: Friday, July 21, 2017 @ 20:45:22
  Author: heftig
Revision: 301118

0.51.0-3: ergh; actually bump

Modified:
  intltool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-21 20:44:59 UTC (rev 301117)
+++ PKGBUILD2017-07-21 20:45:22 UTC (rev 301118)
@@ -3,7 +3,7 @@
 
 pkgname=intltool
 pkgver=0.51.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The internationalization tool collection"
 arch=('any')
 url="https://launchpad.net/intltool;


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

2017-07-21 Thread Jan Steffens
Date: Friday, July 21, 2017 @ 20:44:59
  Author: heftig
Revision: 301117

0.51.0-2

Added:
  intltool/trunk/intltool-0.51.0-perl-5.26.patch
(from rev 301116, intltool/trunk/intltool-0.51.0-perl-5.22.patch)
Modified:
  intltool/trunk/PKGBUILD
Deleted:
  intltool/trunk/intltool-0.51.0-perl-5.22.patch

-+
 PKGBUILD|   10 +++
 intltool-0.51.0-perl-5.22.patch |   44 
 intltool-0.51.0-perl-5.26.patch |   51 ++
 3 files changed, 56 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-21 20:44:54 UTC (rev 301116)
+++ PKGBUILD2017-07-21 20:44:59 UTC (rev 301117)
@@ -6,16 +6,16 @@
 pkgrel=2
 pkgdesc="The internationalization tool collection"
 arch=('any')
-url="https://edge.launchpad.net/intltool;
+url="https://launchpad.net/intltool;
 license=('GPL')
 depends=('perl-xml-parser')
-source=(http://launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc}
-intltool-0.51.0-perl-5.22.patch
+source=(https://launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc}
+intltool-0.51.0-perl-5.26.patch
 intltool-merge-Create-cache-file-atomically.patch
 intltool_distcheck-fix.patch)
 sha256sums=('67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd'
 'SKIP'
-'3a02adba6d81b55834934ff2b8cefd45c5461e2693d711b1ba7a633fc3b748a7'
+'458f5d53ac358810879080f69b11649901babcacc14471c243eb850e9436d546'
 '13bd6deb65dc94933f132919d4eea4c24354d7c1c1c9e5930cb6e70c75703763'
 '58cb7d60796bc69c7d0865f106feb589d0271619e62f8741bff6f5ce1a2615ff')
 validpgpkeys=('9EBD001680E8C8F9FAC61A9BE1A701D4C9DE75B5')
@@ -22,7 +22,7 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../intltool-0.51.0-perl-5.22.patch
+  patch -Np1 -i ../intltool-0.51.0-perl-5.26.patch
   patch -Np1 -i ../intltool-merge-Create-cache-file-atomically.patch
   patch -Np1 -i ../intltool_distcheck-fix.patch
 }

Deleted: intltool-0.51.0-perl-5.22.patch
===
--- intltool-0.51.0-perl-5.22.patch 2017-07-21 20:44:54 UTC (rev 301116)
+++ intltool-0.51.0-perl-5.22.patch 2017-07-21 20:44:59 UTC (rev 301117)
@@ -1,44 +0,0 @@
-diff -Naur intltool-0.51.0.orig/intltool-update.in 
intltool-0.51.0/intltool-update.in
 intltool-0.51.0.orig/intltool-update.in2015-03-09 02:39:54.0 
+0100
-+++ intltool-0.51.0/intltool-update.in 2015-06-19 01:52:07.171228154 +0200
-@@ -1062,7 +1062,7 @@
-   }
- }
- 
--if ($str =~ /^(.*)\${?([A-Z_]+)}?(.*)$/)
-+if ($str =~ /^(.*)\$\{?([A-Z_]+)}?(.*)$/)
- {
-   my $rest = $3;
-   my $untouched = $1;
-@@ -1190,10 +1190,10 @@
-   $name=~ s/\(+$//g;
-   $version =~ s/\(+$//g;
- 
--  $varhash{"PACKAGE_NAME"} = $name if (not $name =~ 
/\${?AC_PACKAGE_NAME}?/);
--  $varhash{"PACKAGE"} = $name if (not $name =~ /\${?PACKAGE}?/);
--  $varhash{"PACKAGE_VERSION"} = $version if (not $name =~ 
/\${?AC_PACKAGE_VERSION}?/);
--  $varhash{"VERSION"} = $version if (not $name =~ /\${?VERSION}?/);
-+  $varhash{"PACKAGE_NAME"} = $name if (not $name =~ 
/\$\{?AC_PACKAGE_NAME}?/);
-+  $varhash{"PACKAGE"} = $name if (not $name =~ /\$\{?PACKAGE}?/);
-+  $varhash{"PACKAGE_VERSION"} = $version if (not $name =~ 
/\$\{?AC_PACKAGE_VERSION}?/);
-+  $varhash{"VERSION"} = $version if (not $name =~ /\$\{?VERSION}?/);
- }
- 
- if ($conf_source =~ /^AC_INIT\(([^,\)]+),([^,\)]+)[,]?([^,\)]+)?/m)
-@@ -1219,11 +1219,11 @@
-   $version =~ s/\(+$//g;
- $bugurl  =~ s/\(+$//g if (defined $bugurl);
- 
--  $varhash{"PACKAGE_NAME"} = $name if (not $name =~ 
/\${?AC_PACKAGE_NAME}?/);
--  $varhash{"PACKAGE"} = $name if (not $name =~ /\${?PACKAGE}?/);
--  $varhash{"PACKAGE_VERSION"} = $version if (not $name =~ 
/\${?AC_PACKAGE_VERSION}?/);
--  $varhash{"VERSION"} = $version if (not $name =~ /\${?VERSION}?/);
--$varhash{"PACKAGE_BUGREPORT"} = $bugurl if (defined $bugurl and not 
$bugurl =~ /\${?\w+}?/);
-+  $varhash{"PACKAGE_NAME"} = $name if (not $name =~ 
/\$\{?AC_PACKAGE_NAME}?/);
-+  $varhash{"PACKAGE"} = $name if (not $name =~ /\$\{?PACKAGE}?/);
-+  $varhash{"PACKAGE_VERSION"} = $version if (not $name =~ 
/\$\{?AC_PACKAGE_VERSION}?/);
-+  $varhash{"VERSION"} = $version if (not $name =~ /\$\{?VERSION}?/);
-+$varhash{"PACKAGE_BUGREPORT"} = $bugurl if (defined $bugurl and not 
$bugurl =~ /\$\{?\w+}?/);
- }
- 
- # \s makes this not work, why?

Copied: intltool/trunk/intltool-0.51.0-perl-5.26.patch (from rev 301116, 
intltool/trunk/intltool-0.51.0-perl-5.22.patch)
===
--- intltool-0.51.0-perl-5.26.patch (rev 0)

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

2017-07-21 Thread Jan Steffens
Date: Friday, July 21, 2017 @ 20:44:54
  Author: heftig
Revision: 301116

3.24.3-1

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-21 20:33:56 UTC (rev 301115)
+++ PKGBUILD2017-07-21 20:44:54 UTC (rev 301116)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-documents
-pkgver=3.24.2
+pkgver=3.24.3
 pkgrel=1
 pkgdesc="A document manager application for GNOME"
 url="https://wiki.gnome.org/Apps/Documents;
@@ -13,7 +13,7 @@
  tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
 makedepends=(intltool gobject-introspection git gnome-common)
 optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-_commit=4530909ff040a48507a8c6485e17ff2c1d4c9aa4  # tags/3.24.2^0
+_commit=2e7e719859978e409a33b024ddb963338bab4695  # tags/3.24.3^0
 source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'


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

2017-07-21 Thread Jan Steffens
Date: Friday, July 21, 2017 @ 20:33:56
  Author: heftig
Revision: 301115

0.4.8-1

Modified:
  libhttpseverywhere/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-21 20:14:26 UTC (rev 301114)
+++ PKGBUILD2017-07-21 20:33:56 UTC (rev 301115)
@@ -3,7 +3,7 @@
 # Contributor: Adrià Arrufat (archdria) 
 
 pkgname=libhttpseverywhere
-pkgver=0.4.7
+pkgver=0.4.8
 pkgrel=1
 pkgdesc="Leverage the power of HTTPS Everywhere"
 url="https://git.gnome.org/browse/libhttpseverywhere;
@@ -11,7 +11,7 @@
 license=(LGPL3)
 depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
 makedepends=(meson valadoc gobject-introspection git)
-_commit=0653fedea03332d7c5e3005a39fe00646390d05b  # tags/0.4.7^0
+_commit=ae932260bb02190d43b91453fca2683962d42872  # tags/0.4.8^0
 source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in kdeutils-sweeper/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:13:51
  Author: arojas
Revision: 30

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdeutils-sweeper/repos/kde-unstable-x86_64/
  kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301110, kdeutils-sweeper/kde-unstable/PKGBUILD)

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

Copied: kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 301110, 
kdeutils-sweeper/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:13:51 UTC (rev 30)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='System Cleaner'
+url='https://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1259b4fa59e0981171a6a84ea18549ae72a3ddd47fcc9a9c46b14358ebb8f735'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdewebdev-klinkstatus/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:14:26
  Author: arojas
Revision: 301114

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdewebdev-klinkstatus/repos/kde-unstable-x86_64/
  kdewebdev-klinkstatus/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301113, kdewebdev-klinkstatus/kde-unstable/PKGBUILD)

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

Copied: kdewebdev-klinkstatus/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301113, kdewebdev-klinkstatus/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:14:26 UTC (rev 301114)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdewebdev-klinkstatus
+pkgver=17.07.80
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="Link Checker"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdebase-runtime kdepimlibs4 tidy)
+makedepends=(cmake automoc4 boost)
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/klinkstatus-$pkgver.tar.xz"{,.sig})
+sha256sums=('d856f17ea54c26dfe516f74f9a5527cbe6e4f6dbc9b26a0bf5ed3f9abe7ff4fa'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in print-manager/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:13:39
  Author: arojas
Revision: 301110

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  print-manager/repos/kde-unstable-x86_64/
  print-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301109, print-manager/kde-unstable/PKGBUILD)

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

Copied: print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 301109, 
print-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:13:39 UTC (rev 301110)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=print-manager
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/utilities/'
+license=('GPL' 'LGPL' 'FDL')
+depends=('libcups' 'kcmutils')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'plasma-framework')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('kdeutils-print-manager')
+conflicts=('kdeutils-print-manager')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1d93763a7cf9ea2f4fae994cec8461587aeddeaadcf69d365cf165a08020ef2e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdewebdev-kimagemapeditor/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:14:14
  Author: arojas
Revision: 301113

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdewebdev-kimagemapeditor/repos/kde-unstable-x86_64/
  kdewebdev-kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301112, kdewebdev-kimagemapeditor/kde-unstable/PKGBUILD)

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

Copied: kdewebdev-kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301112, kdewebdev-kimagemapeditor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:14:14 UTC (rev 301113)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdewebdev-kimagemapeditor
+pkgver=17.07.80
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="HTML Image Map Editor"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdebase-runtime)
+makedepends=(cmake automoc4)
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/kimagemapeditor-$pkgver.tar.xz"{,.sig})
+sha256sums=('66cd6310aedafb70597b18f03b75956d5297014639949ce97a8586ad6a223425'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdewebdev-kfilereplace/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:14:03
  Author: arojas
Revision: 301112

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdewebdev-kfilereplace/repos/kde-unstable-x86_64/
  kdewebdev-kfilereplace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 30, kdewebdev-kfilereplace/kde-unstable/PKGBUILD)

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

Copied: kdewebdev-kfilereplace/repos/kde-unstable-x86_64/PKGBUILD (from rev 
30, kdewebdev-kfilereplace/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:14:03 UTC (rev 301112)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdewebdev-kfilereplace
+pkgver=17.07.80
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="Search & Replace Tool"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdebase-runtime)
+makedepends=(cmake automoc4)
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/kfilereplace-$pkgver.tar.xz"{,.sig})
+sha256sums=('28f37979b8a27a3d527b501d1ce33016cc83b7bad40bfc19bfc780da32da3bb9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:13:27
  Author: arojas
Revision: 301109

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kwalletmanager/repos/kde-unstable-x86_64/
  kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301108, kwalletmanager/kde-unstable/PKGBUILD)

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

Copied: kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD (from rev 301108, 
kwalletmanager/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:13:27 UTC (rev 301109)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwalletmanager
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Wallet management tool'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kcmutils kdoctools)
+conflicts=(kdeutils-kwalletmanager)
+replaces=(kdeutils-kwalletmanager)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('64c17e1666239c850b4c22066d3effbc27b24987a8ab6c2b2cfb6ba7d3c5a7a4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ktimer/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:13:15
  Author: arojas
Revision: 301108

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  ktimer/repos/kde-unstable-x86_64/
  ktimer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301107, ktimer/kde-unstable/PKGBUILD)

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

Copied: ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 301107, 
ktimer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:13:15 UTC (rev 301108)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktimer
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='https://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeutils-ktimer')
+replaces=('kdeutils-ktimer')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c4f7758a42e32718770877838201e78b1a92ea1a22aabe298d72893d008bbcd6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:13:04
  Author: arojas
Revision: 301107

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kteatime/repos/kde-unstable-x86_64/
  kteatime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301106, kteatime/kde-unstable/PKGBUILD)

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

Copied: kteatime/repos/kde-unstable-x86_64/PKGBUILD (from rev 301106, 
kteatime/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:13:04 UTC (rev 301107)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kteatime
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='https://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeutils')
+depends=('knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdetoys-kteatime')
+replaces=('kdetoys-kteatime')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ee4ef25380c3ed69c5911dced6b98689cec09638bb6937b3b6dc009aaea3d45e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:12:37
  Author: arojas
Revision: 301105

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kgpg/repos/kde-unstable-x86_64/
  kgpg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301104, kgpg/kde-unstable/PKGBUILD)

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

Copied: kgpg/repos/kde-unstable-x86_64/PKGBUILD (from rev 301104, 
kgpg/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:12:37 UTC (rev 301105)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kgpg
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='https://kde.org/applications/utilities/kgpg/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(akonadi-contacts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost)
+conflicts=(kdeutils-kgpg)
+replaces=(kdeutils-kgpg)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('64749b11d0cdc1e40cb43c4f8a572e9003bcc208ca6b6dfb0dd9629dcbc36f0b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kdeutils-kremotecontrol/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:12:51
  Author: arojas
Revision: 301106

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301105, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)

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

Copied: kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301105, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:12:51 UTC (rev 301106)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kremotecontrol
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='https://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8a0b3a78f9b9d2164c5a106f8a1bf46e43eb5aa23d76c9ea230cb26e72910695'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:12:25
  Author: arojas
Revision: 301104

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kfloppy/repos/kde-unstable-x86_64/
  kfloppy/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301103, kfloppy/kde-unstable/PKGBUILD)

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

Copied: kfloppy/repos/kde-unstable-x86_64/PKGBUILD (from rev 301103, 
kfloppy/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:12:25 UTC (rev 301104)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfloppy
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='https://kde.org/applications/utilities/kfloppy/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdeutils-kfloppy)
+replaces=(kdeutils-kfloppy)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9797ae70d616f85174c52d0dc7681ff79c5b3209be5f7cb6abd995fdd9b59c4f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:12:13
  Author: arojas
Revision: 301103

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdf/repos/kde-unstable-x86_64/
  kdf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301102, kdf/kde-unstable/PKGBUILD)

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

Copied: kdf/repos/kde-unstable-x86_64/PKGBUILD (from rev 301102, 
kdf/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:12:13 UTC (rev 301103)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdf
+pkgver=17.07.80
+pkgrel=1
+url="https://kde.org/applications/system/kdiskfree/;
+arch=(i686 x86_64)
+pkgdesc='View Disk Usage'
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python kcmutils)
+conflicts=(kdeutils-kdf)
+replaces=(kdeutils-kdf)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9a63f954bdcf78a62b837b6a1cfd738b7716e66cd9b9c03218e2ab2510a4c120'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kdebugsettings/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:12:01
  Author: arojas
Revision: 301102

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301101, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 301101, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:12:01 UTC (rev 301102)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('51596e7ca7f2d6827e6adb8b208051758f11a9043aeb8f9f53f746c8ff2f619b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:11:49
  Author: arojas
Revision: 301101

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kcharselect/repos/kde-unstable-x86_64/
  kcharselect/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301100, kcharselect/kde-unstable/PKGBUILD)

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

Copied: kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 301100, 
kcharselect/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:11:49 UTC (rev 301101)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Character Selector'
+url="https://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kbookmarks')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kde-applications' 'kdeutils')
+conflicts=('kdeutils-kcharselect')
+replaces=('kdeutils-kcharselect')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz"{,.sig})
+sha256sums=('47539b9214988a17744be6a78e5f21d9a7b955a687f26cf6b9104e96704eee8a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:11:37
  Author: arojas
Revision: 301100

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kcalc/repos/kde-unstable-x86_64/
  kcalc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301099, kcalc/kde-unstable/PKGBUILD)
  kcalc/repos/kde-unstable-x86_64/kcalc-qt5.6.patch
(from rev 301099, kcalc/kde-unstable/kcalc-qt5.6.patch)

---+
 PKGBUILD  |   40 
 kcalc-qt5.6.patch |   11 +++
 2 files changed, 51 insertions(+)

Copied: kcalc/repos/kde-unstable-x86_64/PKGBUILD (from rev 301099, 
kcalc/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:11:37 UTC (rev 301100)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='https://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdeutils-kcalc')
+replaces=('kdeutils-kcalc')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f7bd92ff79ffcc49aa7f8a1a797060a8166ca09cab249a1b55e912a43c4d9d5e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kcalc/repos/kde-unstable-x86_64/kcalc-qt5.6.patch (from rev 301099, 
kcalc/kde-unstable/kcalc-qt5.6.patch)
===
--- kde-unstable-x86_64/kcalc-qt5.6.patch   (rev 0)
+++ kde-unstable-x86_64/kcalc-qt5.6.patch   2017-07-21 20:11:37 UTC (rev 
301100)
@@ -0,0 +1,11 @@
+--- kcalc-15.12.3/kcalc.cpp.orig   2016-03-16 16:26:37.327157522 +
 kcalc-15.12.3/kcalc.cpp2016-03-16 16:28:08.533357025 +
+@@ -123,7 +123,7 @@
+ 
+   updateGeometry();
+ 
+-  setFixedSize(minimumSize());
++  if ( ! minimumSize().isEmpty() ) setFixedSize(minimumSize());
+ 
+   updateDisplay(UPDATE_FROM_CORE);
+ 


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:11:26
  Author: arojas
Revision: 301099

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  filelight/repos/kde-unstable-x86_64/
  filelight/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301098, filelight/kde-unstable/PKGBUILD)

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

Copied: filelight/repos/kde-unstable-x86_64/PKGBUILD (from rev 301098, 
filelight/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:11:26 UTC (rev 301099)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='View disk usage information'
+url='https://kde.org/applications/utilities/filelight'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python kparts)
+groups=(kde-applications kdeutils)
+replaces=(kdeutils-filelight)
+conflicts=(kdeutils-filelight)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7ecffc3a59bb087a72cacf47d1eed0bea7a7d60cdf3ebd7495ec080c455f10e4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:11:12
  Author: arojas
Revision: 301098

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  ark/repos/kde-unstable-x86_64/
  ark/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301097, ark/kde-unstable/PKGBUILD)

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

Copied: ark/repos/kde-unstable-x86_64/PKGBUILD (from rev 301097, 
ark/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:11:12 UTC (rev 301098)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ark
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='https://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('p7zip: 7Z format support' 'unrar: RAR format support')
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('25a1a42e47491d2478ebc110e81086e4defe739ff691ce18e5e0cc8cf033573e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}
+


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:10:59
  Author: arojas
Revision: 301097

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  umbrello/repos/kde-unstable-x86_64/
  umbrello/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301096, umbrello/kde-unstable/PKGBUILD)

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

Copied: umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 301096, 
umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:10:59 UTC (rev 301097)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=umbrello
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='https://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d253f8f62f04c358ebc73922249668767a40c56479786caed74c72c9ac7bf6b9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 \
+-DBUILD_UNITTESTS=OFF \
+-DBUILD_KF5=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in kdesdk-thumbnailers/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:10:47
  Author: arojas
Revision: 301096

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301095, kdesdk-thumbnailers/kde-unstable/PKGBUILD)

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

Copied: kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301095, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:10:47 UTC (rev 301096)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b5ad15d42a968728390ed23986926818b441c41ed01702ec910b17266cc51e56'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:10:21
  Author: arojas
Revision: 301094

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  okteta/repos/kde-unstable-x86_64/
  okteta/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301093, okteta/kde-unstable/PKGBUILD)

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

Copied: okteta/repos/kde-unstable-x86_64/PKGBUILD (from rev 301093, 
okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:10:21 UTC (rev 301094)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Hex Editor'
+url='https://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
+replaces=('kdesdk-okteta')
+conflicts=('kdesdk-okteta<4.14.3-2')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a0a57d27e89c4c6667cd58564e4c74d432d7ff357339d2c0399f548e2f70d40f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:10:34
  Author: arojas
Revision: 301095

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  poxml/repos/kde-unstable-x86_64/
  poxml/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301094, poxml/kde-unstable/PKGBUILD)

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

Copied: poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 301094, 
poxml/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:10:34 UTC (rev 301095)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=poxml
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://www.kde.org/applications/development/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(qt5-base gettext)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdesdk-poxml)
+replaces=(kdesdk-poxml)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5ed12a907d53fd9feefde120e5be74b0f1c619703166ebc9a8a56c28fe73a383'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:09:51
  Author: arojas
Revision: 301092

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kompare/repos/kde-unstable-x86_64/
  kompare/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301091, kompare/kde-unstable/PKGBUILD)

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

Copied: kompare/repos/kde-unstable-x86_64/PKGBUILD (from rev 301091, 
kompare/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:09:51 UTC (rev 301092)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kompare
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='https://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdesdk-kompare')
+replaces=('kdesdk-kompare')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz"{,.sig})
+sha256sums=('6720baecc678b4ff52d910ae5ad5694f5d56756ff016e18ece1471953beddee6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdesdk-kioslaves/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:09:40
  Author: arojas
Revision: 301091

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdesdk-kioslaves/repos/kde-unstable-x86_64/
  kdesdk-kioslaves/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301090, kdesdk-kioslaves/kde-unstable/PKGBUILD)

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

Copied: kdesdk-kioslaves/repos/kde-unstable-x86_64/PKGBUILD (from rev 301090, 
kdesdk-kioslaves/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:09:40 UTC (rev 301091)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-kioslaves
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='KDE SDK KIO-Slaves'
+url='https://www.kde.org/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('e77fcef7032406661114fa5e313b60814f8b2be5'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:10:07
  Author: arojas
Revision: 301093

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  lokalize/repos/kde-unstable-x86_64/
  lokalize/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301092, lokalize/kde-unstable/PKGBUILD)
  lokalize/repos/kde-unstable-x86_64/fix-python2-path.patch
(from rev 301092, lokalize/kde-unstable/fix-python2-path.patch)

+
 PKGBUILD   |   43 +++
 fix-python2-path.patch |   22 ++
 2 files changed, 65 insertions(+)

Copied: lokalize/repos/kde-unstable-x86_64/PKGBUILD (from rev 301092, 
lokalize/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:10:07 UTC (rev 301093)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='https://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kross' 'hunspell' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdesdk-lokalize')
+replaces=('kdesdk-lokalize')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ec44497815b367890d9fe548eb00b075c2c9367be9e4f725d59756ba7c9fc62b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py
+}

Copied: lokalize/repos/kde-unstable-x86_64/fix-python2-path.patch (from rev 
301092, lokalize/kde-unstable/fix-python2-path.patch)
===
--- kde-unstable-x86_64/fix-python2-path.patch  (rev 0)
+++ kde-unstable-x86_64/fix-python2-path.patch  2017-07-21 20:10:07 UTC (rev 
301093)
@@ -0,0 +1,22 @@
+--- kdesdk-4.5.80/lokalize/scripts/msgmerge.py~2010-11-24 
11:22:42.12002 +0100
 kdesdk-4.5.80/lokalize/scripts/msgmerge.py 2010-11-24 11:22:42.14670 
+0100
+@@ -114,7 +114,7 @@
+ print >>sys.stderr, "Execution failed:", e
+ 
+ cmd='%s/odf/xliffmerge.py -i %s -t %s -o %s' % 
(ourPath,xliffpathname,xlifftemplatepathname,xliffpathname)
+-if os.name!='nt': cmd='python '+cmd
++if os.name!='nt': cmd='python2 '+cmd
+ else: cmd=cmd.replace('/','\\')
+ os.system(cmd)
+
+--- kdesdk-4.5.80/lokalize/scripts/xliff2odf.py~   2010-11-24 
11:24:10.85336 +0100
 kdesdk-4.5.80/lokalize/scripts/xliff2odf.py2010-11-24 
11:24:10.88336 +0100
+@@ -42,7 +42,7 @@
+ xliff2odf.convertxliff(xliffinput, translatedodfpathname, odf)
+ 
+ ourpath=([p for p in sys.path if 
os.path.exists(p+'/xliff2odf.py')]+[''])[0]
+-os.system('python "'+ourpath+'/xliff2odf-standalone.py" "%s" "%s" 
&'%(translatedodfpathname, Editor.currentEntryId()))
++os.system('python2 "'+ourpath+'/xliff2odf-standalone.py" "%s" "%s" 
&'%(translatedodfpathname, Editor.currentEntryId()))
+ 
+ try: convert()
+ except: print 'error occured'


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:09:28
  Author: arojas
Revision: 301090

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kcachegrind/repos/kde-unstable-x86_64/
  kcachegrind/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301089, kcachegrind/kde-unstable/PKGBUILD)

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

Copied: kcachegrind/repos/kde-unstable-x86_64/PKGBUILD (from rev 301089, 
kcachegrind/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:09:28 UTC (rev 301090)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 290221 2017-03-09 16:12:45Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcachegrind
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='https://kde.org/applications/development/kcachegrind/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python qt5-tools)
+optdepends=('php: PHP support' 'graphviz: for plotting support')
+conflicts=(kdesdk-kcachegrind)
+replaces=(kdesdk-kcachegrind)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('454e126315e91073c89b3b8c510251375e3acb64dc1288adbd4048518dd0e4d5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"$pkgdir"/usr/bin/hotshot2calltree
+}


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:09:16
  Author: arojas
Revision: 301089

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kapptemplate/repos/kde-unstable-x86_64/
  kapptemplate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301088, kapptemplate/kde-unstable/PKGBUILD)

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

Copied: kapptemplate/repos/kde-unstable-x86_64/PKGBUILD (from rev 301088, 
kapptemplate/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:09:16 UTC (rev 301089)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapptemplate
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='https://kde.org/applications/development/kapptemplate/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(knewstuff hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+replaces=(kdesdk-kapptemplate)
+conflicts=(kdesdk-kapptemplate)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1866e719cacbb76c8972ba8559af780462ad9695a1a990b4784c9947a3f3f76b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in dolphin-plugins/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:09:05
  Author: arojas
Revision: 301088

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  dolphin-plugins/repos/kde-unstable-x86_64/
  dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301087, dolphin-plugins/kde-unstable/PKGBUILD)

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

Copied: dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 301087, 
dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:09:05 UTC (rev 301088)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dolphin-plugins
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Extra Dolphin plugins"
+arch=(i686 x86_64)
+url="https://www.kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules kdoctools ktexteditor kdesignerplugin)
+optdepends=('ktexteditor: Mercurial plugin')
+conflicts=(kdesdk-dolphin-plugins)
+replaces=(kdesdk-dolphin-plugins)
+groups=(kde-applications kdesdk)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8d13e7c6a664c70f7e59106829ee40f62eb7a0eb4e14ed924bc9241c05d9c5cc'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kde-dev-scripts/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:08:54
  Author: arojas
Revision: 301087

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-dev-scripts/repos/kde-unstable-any/
  kde-dev-scripts/repos/kde-unstable-any/PKGBUILD
(from rev 301086, kde-dev-scripts/kde-unstable/PKGBUILD)

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

Copied: kde-dev-scripts/repos/kde-unstable-any/PKGBUILD (from rev 301086, 
kde-dev-scripts/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2017-07-21 20:08:54 UTC (rev 301087)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-scripts
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://www.kde.org/applications/development/'
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
+replaces=('kdesdk-dev-scripts')
+conflicts=('kdesdk-dev-scripts')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2cf1d6cf3e5f1a014a11f003cce598d05db5bc6730d23642004181ba60beb71c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
"$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+"$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+
+# Install additional files
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
+  cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
+}


[arch-commits] Commit in kde-dev-utils/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:08:43
  Author: arojas
Revision: 301086

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kde-dev-utils/repos/kde-unstable-x86_64/
  kde-dev-utils/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301085, kde-dev-utils/kde-unstable/PKGBUILD)

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

Copied: kde-dev-utils/repos/kde-unstable-x86_64/PKGBUILD (from rev 301085, 
kde-dev-utils/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:08:43 UTC (rev 301086)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 290221 2017-03-09 16:12:45Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-utils
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://www.kde.org/applications/development/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kparts qt5-tools)
+makedepends=(extra-cmake-modules python)
+conflicts=(kdesdk-dev-utils)
+replaces=(kdesdk-dev-utils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('81301a26fbf51e0dedbcf87d608fdd21097bb4ef30aa4ec985b45bc442b26e99'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:08:30
  Author: arojas
Revision: 301085

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  cervisia/repos/kde-unstable-x86_64/
  cervisia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301084, cervisia/kde-unstable/PKGBUILD)

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

Copied: cervisia/repos/kde-unstable-x86_64/PKGBUILD (from rev 301084, 
cervisia/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:08:30 UTC (rev 301085)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cervisia
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='https://kde.org/applications/development/cervisia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kdesu kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+conflicts=(kdesdk-cervisia)
+replaces=(kdesdk-cervisia)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('76a18eeac599b5f3a4cf610175d53cf458e5a1af3ee7e07c66291968d40e9192'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 pim-sieve-editor/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:08:18
  Author: arojas
Revision: 301084

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  pim-sieve-editor/repos/kde-unstable-x86_64/
  pim-sieve-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301083, pim-sieve-editor/kde-unstable/PKGBUILD)

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

Copied: pim-sieve-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 301083, 
pim-sieve-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:08:18 UTC (rev 301084)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pim-sieve-editor
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Mail sieve editor"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(libksieve)
+makedepends=(extra-cmake-modules kdoctools boost python)
+conflicts=('kdepim<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f0290f9050f642f38b17007f73268dd1a694a094566e39ece9cce2d36eb8c4b3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in pim-data-exporter/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:08:06
  Author: arojas
Revision: 301083

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  pim-data-exporter/repos/kde-unstable-x86_64/
  pim-data-exporter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301082, pim-data-exporter/kde-unstable/PKGBUILD)

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

Copied: pim-data-exporter/repos/kde-unstable-x86_64/PKGBUILD (from rev 301082, 
pim-data-exporter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:08:06 UTC (rev 301083)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pim-data-exporter
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Import and export KDE PIM settings"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(calendarsupport mailcommon)
+makedepends=(extra-cmake-modules kdoctools python boost)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('df0eeb83a53f3346619bc9cdfe0ec8d8b4c94228e64b37e2e6606f01f23d5cf7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in mbox-importer/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:07:55
  Author: arojas
Revision: 301082

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  mbox-importer/repos/kde-unstable-x86_64/
  mbox-importer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301081, mbox-importer/kde-unstable/PKGBUILD)

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

Copied: mbox-importer/repos/kde-unstable-x86_64/PKGBUILD (from rev 301081, 
mbox-importer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:07:55 UTC (rev 301082)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=mbox-importer
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Import mbox files to KMail"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(mailcommon)
+makedepends=(extra-cmake-modules boost python)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8dcf603d0681aa3f393c6202b221be85a998323e9b062aa58eca46ea7181ed68'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:07:42
  Author: arojas
Revision: 301081

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  korganizer/repos/kde-unstable-x86_64/
  korganizer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301080, korganizer/kde-unstable/PKGBUILD)

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

Copied: korganizer/repos/kde-unstable-x86_64/PKGBUILD (from rev 301080, 
korganizer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:07:42 UTC (rev 301081)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=korganizer
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Calendar and scheduling Program"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kdepim-runtime kontactinterface incidenceeditor)
+makedepends=(extra-cmake-modules kdoctools python qt5-tools kdesignerplugin 
boost)
+optdepends=('kdepim-addons: additional plugins')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9c3e30d920a8a27a5d13e227381b4d30ce6ca226153197e93e363194068c5a12'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:07:30
  Author: arojas
Revision: 301080

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kontact/repos/kde-unstable-x86_64/
  kontact/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301079, kontact/kde-unstable/PKGBUILD)

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

Copied: kontact/repos/kde-unstable-x86_64/PKGBUILD (from rev 301079, 
kontact/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:07:30 UTC (rev 301080)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kontact
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="KDE Personal Information Manager"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme kontactinterface kmail-account-wizard 
kdepim-apps-libs)
+makedepends=(extra-cmake-modules kdoctools boost python)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('47a5a79c3d3e5049d26d16581cc680fed19177c5035fa6d0ea0f6852f70b5d38'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:07:18
  Author: arojas
Revision: 301079

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  knotes/repos/kde-unstable-x86_64/
  knotes/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301078, knotes/kde-unstable/PKGBUILD)

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

Copied: knotes/repos/kde-unstable-x86_64/PKGBUILD (from rev 301078, 
knotes/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:07:18 UTC (rev 301079)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=knotes
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Popup notes"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kdepim-runtime kdnssd kontactinterface pimcommon)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e37f8cd62df02534792973375f9157e377f54972808c15ac0857762ca9e904f9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kmail-account-wizard/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:07:07
  Author: arojas
Revision: 301078

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301077, kmail-account-wizard/kde-unstable/PKGBUILD)

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301077, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:07:07 UTC (rev 301078)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross 
ktexteditor knotifyconfig)
+makedepends=(extra-cmake-modules boost python kdoctools qt5-tools)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2d4ac4cd92421f9d985cd6a221674ed1b300db45450c9745cfebe1ad1dfdf94f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:06:39
  Author: arojas
Revision: 301076

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kleopatra/repos/kde-unstable-x86_64/
  kleopatra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301075, kleopatra/kde-unstable/PKGBUILD)

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

Copied: kleopatra/repos/kde-unstable-x86_64/PKGBUILD (from rev 301075, 
kleopatra/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:06:39 UTC (rev 301076)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kleopatra
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/utilities/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme libkleo kcmutils kmime)
+makedepends=(extra-cmake-modules kdoctools boost python)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c9265c6b18c11966279227eae4f2f6cb3ba5414a8ec971522d3a4e66fc27c2df'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:06:52
  Author: arojas
Revision: 301077

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kmail/repos/kde-unstable-x86_64/
  kmail/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301076, kmail/kde-unstable/PKGBUILD)

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

Copied: kmail/repos/kde-unstable-x86_64/PKGBUILD (from rev 301076, 
kmail/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:06:52 UTC (rev 301077)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="KDE mail client"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kdepim-runtime kmail-account-wizard akonadi-import-wizard 
mbox-importer pim-sieve-editor kontactinterface libktnef)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+optdepends=('kleopatra: mail encryption support' 'kdepim-addons: additional 
plugins')
+conflicts=(ktnef)
+replaces=(ktnef)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4382143a208d94d1c75a3ac4aad85b06f6eb06d915dd93607b56068f172b92b5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdepim-addons/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:06:27
  Author: arojas
Revision: 301075

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdepim-addons/repos/kde-unstable-x86_64/
  kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301074, kdepim-addons/kde-unstable/PKGBUILD)

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

Copied: kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 301074, 
kdepim-addons/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:06:27 UTC (rev 301075)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Addons for KDE PIM applications'
+arch=(i686 x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL LGPL FDL)
+depends=(incidenceeditor libktnef libksieve akonadi-notes 
akonadi-import-wizard)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bfd610ab066cc03f838bd7657d29aad378a584b57f298e43605338bc7ed487b0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:06:13
  Author: arojas
Revision: 301074

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kalarm/repos/kde-unstable-x86_64/
  kalarm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301073, kalarm/kde-unstable/PKGBUILD)

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

Copied: kalarm/repos/kde-unstable-x86_64/PKGBUILD (from rev 301073, 
kalarm/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:06:13 UTC (rev 301074)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kalarm
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Personal alarm scheduler"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kdepim-runtime)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2af67a96762166c7e859da4415f7c8c9725ecaaadade70db3b38f576c5f8d793'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:06:02
  Author: arojas
Revision: 301073

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kaddressbook/repos/kde-unstable-x86_64/
  kaddressbook/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301072, kaddressbook/kde-unstable/PKGBUILD)

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

Copied: kaddressbook/repos/kde-unstable-x86_64/PKGBUILD (from rev 301072, 
kaddressbook/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:06:02 UTC (rev 301073)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kaddressbook
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="KDE contact manager"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kontactinterface kdepim-runtime kdepim-apps-libs)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7c57ba97fd423103e296a062b17f19f9ae30d9d53b15d126e6b8dd5318ec2841'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:05:36
  Author: arojas
Revision: 301071

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  blogilo/repos/kde-unstable-x86_64/
  blogilo/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301070, blogilo/kde-unstable/PKGBUILD)

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

Copied: blogilo/repos/kde-unstable-x86_64/PKGBUILD (from rev 301070, 
blogilo/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:05:36 UTC (rev 301071)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=blogilo
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="A KDE blogging client"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme kblog messagelib ktexteditor libkgapi)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f8f3c3975ba2541d0586e14bfa0ce890fc97482c91a2a91664863d3812eea447'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in grantlee-editor/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:05:50
  Author: arojas
Revision: 301072

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301071, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 301071, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:05:50 UTC (rev 301072)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme messagelib ktexteditor)
+makedepends=(extra-cmake-modules python kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('67ac7302d11b0383bd05f61dd0025bcb4eae8c182646e198b5d902e4d77e4dfb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:05:22
  Author: arojas
Revision: 301070

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akregator/repos/kde-unstable-x86_64/
  akregator/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301069, akregator/kde-unstable/PKGBUILD)

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

Copied: akregator/repos/kde-unstable-x86_64/PKGBUILD (from rev 301069, 
akregator/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:05:22 UTC (rev 301070)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akregator
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="A Feed Reader by KDE"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme kontactinterface messagelib knotifyconfig 
ktexteditor kde-syndication)
+makedepends=(extra-cmake-modules boost kdoctools python)
+optdepends=('kdepim-addons: additional plugins')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e64ead6c269a3fcab8fef56e79979c5bfa288580ae9eb284fe5db8f35d2be411'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:05:10
  Author: arojas
Revision: 301069

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadiconsole/repos/kde-unstable-x86_64/
  akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301068, akonadiconsole/kde-unstable/PKGBUILD)

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

Copied: akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 301068, 
akonadiconsole/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:05:10 UTC (rev 301069)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadiconsole
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Akonadi management and debugging console"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme calendarsupport messagelib)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e5a7add901bf64e94dbdf6dfec723e1f649300a6337810db48d822f83d9c7146'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in akonadi-import-wizard/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:04:57
  Author: arojas
Revision: 301068

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi-import-wizard/repos/kde-unstable-x86_64/
  akonadi-import-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301067, akonadi-import-wizard/kde-unstable/PKGBUILD)

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

Copied: akonadi-import-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301067, akonadi-import-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:04:57 UTC (rev 301068)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadi-import-wizard
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Import data from other mail clients to KMail"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(mailcommon)
+makedepends=(extra-cmake-modules boost kdoctools python)
+optdepends=('kdepim-addons: additional import plugins')
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c4bf11677f13cb02ae99096ea55370814f1f2f3e915d34925857148f45fdcfb4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in telepathy-kde-text-ui/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:04:33
  Author: arojas
Revision: 301066

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  telepathy-kde-text-ui/repos/kde-unstable-x86_64/
  telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301065, telepathy-kde-text-ui/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301065, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:04:33 UTC (rev 301066)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Telepathy handler for Text Chats'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'qt5-webengine' 'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('aa68743119e1c9c2d804d1ee451e7eb301a3a9a98e5e0034616504f5936cd136'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}


[arch-commits] Commit in telepathy-kde-send-file/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:04:21
  Author: arojas
Revision: 301065

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  telepathy-kde-send-file/repos/kde-unstable-x86_64/
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301064, telepathy-kde-send-file/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301064, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:04:21 UTC (rev 301065)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f83dd85f1e7aafa62216d0d6cb92435e8e256d3396668b11fa4c83f32e6afc2b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}


[arch-commits] Commit in akonadi-calendar-tools/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:04:45
  Author: arojas
Revision: 301067

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  akonadi-calendar-tools/repos/kde-unstable-x86_64/
  akonadi-calendar-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301066, akonadi-calendar-tools/kde-unstable/PKGBUILD)

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

Copied: akonadi-calendar-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301066, akonadi-calendar-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:04:45 UTC (rev 301067)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadi-calendar-tools
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="CLI tools to manage akonadi calendars"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme calendarsupport)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+conflicts=(konsolekalendar)
+replaces=(konsolekalendar)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('14394ce5ec694143b81cf0476f1b822e7157ddc676003f5112c32458405b335c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in telepathy-kde-filetransfer-handler/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:03:57
  Author: arojas
Revision: 301063

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/
  telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301062, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD 
(from rev 301062, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:03:57 UTC (rev 301063)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='KDE Telepathy file transfer handler'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('9fb168dcb11b7279edfb6cd017000d11fa2e1a176d91789084d71ad9198088f0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}


[arch-commits] Commit in telepathy-kde-integration-module/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:04:09
  Author: arojas
Revision: 301064

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301063, telepathy-kde-integration-module/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD 
(from rev 301063, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:04:09 UTC (rev 301064)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('6e5039a2197a906c7749d57cfb1dc6ca32345205289a747e801015d05b28a640'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}


[arch-commits] Commit in telepathy-kde-contact-runner/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:03:34
  Author: arojas
Revision: 301061

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  telepathy-kde-contact-runner/repos/kde-unstable-x86_64/
  telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301060, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 301060, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:03:34 UTC (rev 301061)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='KRunner plugin for KDE Telepathy'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('96cc50a953c23da9f29a249135990f266a20f0c4efd5c925e9be86adfe69d2bc'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}


[arch-commits] Commit in telepathy-kde-desktop-applets/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:03:45
  Author: arojas
Revision: 301062

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301061, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 301061, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:03:45 UTC (rev 301062)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='The KDE-Telepathy Plasma desktop applets'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm' 
'plasma-workspace')
+makedepends=('extra-cmake-modules' 'python')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('77278582c8a6b67aa311f586c454276f799cd95aa9a41ab4d425f38ab05041d3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}


[arch-commits] Commit in telepathy-kde-contact-list/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:03:23
  Author: arojas
Revision: 301060

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301059, telepathy-kde-contact-list/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301059, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:03:23 UTC (rev 301060)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='KDE Telepathy contact list application'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('6dbf33f5e6b656f0838e0a50ebbeca531b6dd4ce82c92ce4e6513f281de7c873'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}


[arch-commits] Commit in telepathy-kde-call-ui/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:03:11
  Author: arojas
Revision: 301059

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  telepathy-kde-call-ui/repos/kde-unstable-x86_64/
  telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301058, telepathy-kde-call-ui/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301058, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:03:11 UTC (rev 301059)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Voice/Video Call UI for Telepathy'
+arch=(i686 x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-kde-common-internals qt-gstreamer)
+makedepends=(extra-cmake-modules boost python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1634ec552f4e3df6e7202b1dbe3e70ba637a3c2a0b3581687be0380d4f91601b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}


[arch-commits] Commit in telepathy-kde-auth-handler/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:02:59
  Author: arojas
Revision: 301058

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  telepathy-kde-auth-handler/repos/kde-unstable-x86_64/
  telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301057, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301057, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:02:59 UTC (rev 301058)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
+arch=(i686 x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(qca-qt5 telepathy-kde-common-internals)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0beca2e6148e1cafcb8162c9c00ad06d5c3e52cc6dc826709a424b875b26b442'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}


[arch-commits] Commit in telepathy-kde-approver/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:02:48
  Author: arojas
Revision: 301057

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  telepathy-kde-approver/repos/kde-unstable-x86_64/
  telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301056, telepathy-kde-approver/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301056, telepathy-kde-approver/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:02:48 UTC (rev 301057)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='KDE Channel Approver for Telepathy'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt' 'knotifications' 'kservice')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e52b1afd802bc204a255faee0db4903acefa21f7bee7b6293201db53f6c883ee'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in telepathy-kde-accounts-kcm/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:02:34
  Author: arojas
Revision: 301056

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301055, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301055, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:02:34 UTC (rev 301056)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt' 'kaccounts-providers')
+makedepends=('extra-cmake-modules' 'intltool' 'python')
+optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple'
+'telepathy-morse: Telegram accounts support' 'telepathy-salut: 
link-local XMPP account support')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('778a37a02f21e8f1cc4e1d0b464013989135c4d8168459f776382d23fcb4a4da'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}


[arch-commits] Commit in kio-extras/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:02:22
  Author: arojas
Revision: 301055

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kio-extras/repos/kde-unstable-x86_64/
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301054, kio-extras/kde-unstable/PKGBUILD)

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

Copied: kio-extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 301054, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:02:22 UTC (rev 301055)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Additional components to increase the functionality of KIO"
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/internet/'
+license=(LGPL)
+depends=(kio kdnssd libssh smbclient exiv2 openexr openslp libmtp kpty 
kactivities)
+makedepends=(extra-cmake-modules kdoctools qt5-webengine gperf taglib khtml)
+optdepends=('qt5-webengine: HTML thumbnailer' 'qt5-imageformats: thumbnails 
for additional image formats'
+'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
+'khtml: man kioslave')
+groups=(kde-applications kdenetwork)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6ec60f3d7353218980b7b3b1ab0c55a698f177764128e1951773fc39c8183d7a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kdenetwork-zeroconf-ioslave/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:02:10
  Author: arojas
Revision: 301054

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301053, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)

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

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 301053, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:02:10 UTC (rev 301054)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://www.kde.org/applications/internet/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f3106a6a94ce45ee83690a54483fbe7c5b2320be6e3b13c41609db4ef02092db'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdenetwork-kppp/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:01:33
  Author: arojas
Revision: 301051

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdenetwork-kppp/repos/kde-unstable-x86_64/
  kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301050, kdenetwork-kppp/kde-unstable/PKGBUILD)

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

Copied: kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD (from rev 301050, 
kdenetwork-kppp/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:01:33 UTC (rev 301051)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kppp
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='https://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz"{,.sig})
+sha256sums=('131e70185accca158c2ddc57660e521dd57c66dc3f4e5f0279b771608abf509e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdenetwork-kopete/repos (5 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:01:16
  Author: arojas
Revision: 301050

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdenetwork-kopete/repos/kde-unstable-x86_64/
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301049, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
(from rev 301049, 
kdenetwork-kopete/kde-unstable/kopete-mediastreamer2.14.patch)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
(from rev 301049, kdenetwork-kopete/kde-unstable/kopete-openssl-1.1.patch)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kopete-pthread-link.patch
(from rev 301049, kdenetwork-kopete/kde-unstable/kopete-pthread-link.patch)

+
 PKGBUILD   |   54 +++
 kopete-mediastreamer2.14.patch |   83 ++
 kopete-openssl-1.1.patch   |  300 +++
 kopete-pthread-link.patch  |   12 +
 4 files changed, 449 insertions(+)

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 301049, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:01:16 UTC (rev 301050)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4' 'qca-qt4')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-pthread-link.patch 
kopete-openssl-1.1.patch)
+sha256sums=('332605fa0422c36aea509123f3173260706f35815a111796a12b810ffd368aec'
+'SKIP'
+'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0'
+'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df'
+'c3edbf1fe6d6a35a0260878937e9dd378358dbca0222015a0659670eab1de628')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+# Fix build with mediastreamer 2.14
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-mediastreamer2.14.patch
+# Fix linking to pthread in libjingle-call
+  patch -p1 -i ../kopete-pthread-link.patch
+# Fix build with OpenSSL 1.1 (based on Fedora patch for libjingle)
+  cd protocols/jabber/libjingle
+  patch -p1 -i "$srcdir"/kopete-openssl-1.1.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: 
kdenetwork-kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch 
(from rev 301049, kdenetwork-kopete/kde-unstable/kopete-mediastreamer2.14.patch)
===
--- kde-unstable-x86_64/kopete-mediastreamer2.14.patch  
(rev 0)
+++ kde-unstable-x86_64/kopete-mediastreamer2.14.patch  2017-07-21 20:01:16 UTC 
(rev 301050)
@@ -0,0 +1,83 @@
+diff --git a/cmake/modules/FindMediastreamer.cmake 
b/cmake/modules/FindMediastreamer.cmake
+index 47fe5c3..31802f0 100644
+--- a/cmake/modules/FindMediastreamer.cmake
 b/cmake/modules/FindMediastreamer.cmake
+@@ -24,12 +24,19 @@ IF (MEDIASTREAMER_FOUND)
+   IF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 TRUE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.11)
+   SET(MEDIASTREAMER_LESS_2_9 FALSE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
++  ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.14)
++  SET(MEDIASTREAMER_LESS_2_9 FALSE)
++  SET(MEDIASTREAMER_LESS_2_11 FALSE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSE (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 FALSE)
+   SET(MEDIASTREAMER_LESS_2_11 FALSE)
++  SET(MEDIASTREAMER_LESS_2_14 FALSE)
+   ENDIF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   ENDIF (NOT 

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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:01:45
  Author: arojas
Revision: 301052

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  krdc/repos/kde-unstable-x86_64/
  krdc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301051, krdc/kde-unstable/PKGBUILD)

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

Copied: krdc/repos/kde-unstable-x86_64/PKGBUILD (from rev 301051, 
krdc/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:01:45 UTC (rev 301052)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=krdc
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='https://kde.org/applications/internet/krdc/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils kdnssd knotifyconfig)
+makedepends=(extra-cmake-modules libvncserver freerdp kdoctools python)
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'keditbookmarks: to edit bookmarks')
+conflicts=(kdenetwork-krdc)
+replaces=(kdenetwork-krdc)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f1b583855746dbba927301a973a5fcf50648023f2837d81c803767ff81deb18f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:01:58
  Author: arojas
Revision: 301053

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  krfb/repos/kde-unstable-x86_64/
  krfb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301052, krfb/kde-unstable/PKGBUILD)
  krfb/repos/kde-unstable-x86_64/krfb-gcc6.patch
(from rev 301052, krfb/kde-unstable/krfb-gcc6.patch)

-+
 PKGBUILD|   45 +
 krfb-gcc6.patch |   13 +
 2 files changed, 58 insertions(+)

Copied: krfb/repos/kde-unstable-x86_64/PKGBUILD (from rev 301052, 
krfb/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:01:58 UTC (rev 301053)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='https://www.kde.org/applications/system/krfb'
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdenetwork-krfb)
+replaces=(kdenetwork-krfb)
+groups=(kde-applications kdenetwork)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 krfb-gcc6.patch)
+sha256sums=('89124f29eb7fc8cd2ad4971f382d3762b1d59cc0cea0e61b66959b45b6d0aca0'
+'SKIP'
+'09543509640c404aaadb8881732f698aa39d66f039b4ea9216d392eb67b16656')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+# Fix build with GCC6 (Fedora)
+  cd $pkgname-$pkgver
+  patch -p1 -i ../krfb-gcc6.patch
+}
+
+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: krfb/repos/kde-unstable-x86_64/krfb-gcc6.patch (from rev 301052, 
krfb/kde-unstable/krfb-gcc6.patch)
===
--- kde-unstable-x86_64/krfb-gcc6.patch (rev 0)
+++ kde-unstable-x86_64/krfb-gcc6.patch 2017-07-21 20:01:58 UTC (rev 301053)
@@ -0,0 +1,13 @@
+diff -up krfb-15.12.2/krfb/rfb.h.than krfb-15.12.2/krfb/rfb.h
+--- krfb-15.12.2/krfb/rfb.h.than   2016-02-18 14:31:57.918262431 +0100
 krfb-15.12.2/krfb/rfb.h2016-02-18 14:35:20.029628544 +0100
+@@ -8,6 +8,9 @@
+ 
+ #include "rfb/rfb.h"
+ 
++#ifdef max // fix conflict with max() macro using gcc6 
++#undef max
++#endif
+ #undef TRUE
+ #undef FALSE
+ 


[arch-commits] Commit in kdenetwork-kget/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:01:00
  Author: arojas
Revision: 301049

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdenetwork-kget/repos/kde-unstable-x86_64/
  kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301048, kdenetwork-kget/kde-unstable/PKGBUILD)

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

Copied: kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD (from rev 301048, 
kdenetwork-kget/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:01:00 UTC (rev 301049)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kget
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Download Manager'
+url='https://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libmms' 'qca-qt4')
+makedepends=('cmake' 'automoc4' 'boost' 'libktorrent4')
+optdepends=('libktorrent4: torrent support')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz"{,.sig})
+sha256sums=('5c50db948f6a3034be8ebed50ec022a318a6d0ce4b3f555d9b49fb62fa77dd8e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF \
+-DWITH_KDE4Workspace=OFF \
+-DWITH_QGpgme=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in kdenetwork-filesharing/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:00:49
  Author: arojas
Revision: 301048

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdenetwork-filesharing/repos/kde-unstable-x86_64/
  kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301047, kdenetwork-filesharing/kde-unstable/PKGBUILD)

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

Copied: kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301047, kdenetwork-filesharing/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:00:49 UTC (rev 301048)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-filesharing
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='Properties dialog plugin to share a directory with the local network'
+url='https://www.kde.org/applications/internet/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('samba: folder sharing')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4dcd70d17502208106f2ee931a1029d9f05cf9b1bebcb3b6fb020dd068c3be3d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:00:32
  Author: arojas
Revision: 301047

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kwave/repos/kde-unstable-x86_64/
  kwave/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301046, kwave/kde-unstable/PKGBUILD)

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

Copied: kwave/repos/kde-unstable-x86_64/PKGBUILD (from rev 301046, 
kwave/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:00:32 UTC (rev 301047)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Elvis Angelaccio 
+# Contributor: Gustavo alvarez 
+
+pkgname=kwave
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="A sound editor for KDE"
+arch=(i686 x86_64)
+url="https://kwave.sourceforge.net;
+license=(GPL)
+depends=(kio audiofile libmad libsamplerate hicolor-icon-theme id3lib fftw)
+makedepends=(extra-cmake-modules kdoctools doxygen python librsvg opus)
+optdepends=('opus: OGG plugin')
+groups=(kde-applications kdemultimedia)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0ac3d6f0d2b6bdbb4a12e2169309fdcade6c2a5b743f3dffd4af5fd859c25591'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdemultimedia-kscd/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:00:20
  Author: arojas
Revision: 301046

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdemultimedia-kscd/repos/kde-unstable-x86_64/
  kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301045, kdemultimedia-kscd/kde-unstable/PKGBUILD)

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

Copied: kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD (from rev 301045, 
kdemultimedia-kscd/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:00:20 UTC (rev 301046)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-kscd
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="KDE CD player"
+url='https://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f076e4809ddc99a1f391ab2c2314239f0ab3778ec1fb759c50d450e34a6b6284'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kdemultimedia-kmix/repos (3 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:00:08
  Author: arojas
Revision: 301045

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdemultimedia-kmix/repos/kde-unstable-x86_64/
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301044, kdemultimedia-kmix/kde-unstable/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/use-qdbus-qt4.patch
(from rev 301044, kdemultimedia-kmix/kde-unstable/use-qdbus-qt4.patch)

-+
 PKGBUILD|   71 ++
 use-qdbus-qt4.patch |   59 +
 2 files changed, 130 insertions(+)

Copied: kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD (from rev 301044, 
kdemultimedia-kmix/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:00:08 UTC (rev 301045)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kdemultimedia-kmix
+pkgname=('kdemultimedia-kmix' 'kmix')
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="KDE volume control program"
+url='https://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'plasma-framework'
+ 'libcanberra' 'kdesignerplugin')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz"{,.sig}
+'use-qdbus-qt4.patch')
+sha256sums=('aada4a1a8133a71e9d918cecad611dd9a7bb94c8a63d69776ec9ce37cbaba179'
+'SKIP'
+'8f9de41863c0aa48ec08f3b8a3824bf410c253da7cdc9e3198ec3fc1bea45c99')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build{,-kf5}
+
+  cp -r kmix-$pkgver kmix-kf5-$pkgver
+
+  # FS#40786
+  cd kmix-${pkgver}
+  sed -i 's|qdbus|qdbus-qt4|' apps/kmixremote
+  
+  # https://bugs.kde.org/show_bug.cgi?id=343621
+  cd ../kmix-kf5-$pkgver
+  sed -e 's|${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}|${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR} ${CMAKE_SOURCE_DIR}/cmake/modules|' -i CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kmix-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd ../build-kf5
+  cmake ../kmix-kf5-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKMIX_KF5_BUILD=ON \
+-DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_kdemultimedia-kmix() {
+  depends=('kdebase-runtime')
+  optdepends=('libcanberra-pulse: PulseAudio support')
+  groups=('kde-applications' 'kdemultimedia')
+  
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_kmix() {
+  pkgdesc="KDE volume control program (experimental KF5 version)"
+  depends=('kdelibs4support' 'libcanberra' 'hicolor-icon-theme')
+  optdepends=('libcanberra-pulse: PulseAudio support')
+  conflicts=('kdemultimedia-kmix')
+  
+  cd build-kf5
+  make DESTDIR="$pkgdir" install
+}

Copied: kdemultimedia-kmix/repos/kde-unstable-x86_64/use-qdbus-qt4.patch (from 
rev 301044, kdemultimedia-kmix/kde-unstable/use-qdbus-qt4.patch)
===
--- kde-unstable-x86_64/use-qdbus-qt4.patch (rev 0)
+++ kde-unstable-x86_64/use-qdbus-qt4.patch 2017-07-21 20:00:08 UTC (rev 
301045)
@@ -0,0 +1,59 @@
+--- kmix-4.13.2/apps/kmixremote~   2014-06-14 15:17:06.856474667 +
 kmix-4.13.2/apps/kmixremote2014-06-14 15:17:44.759594763 +
+@@ -28,7 +28,7 @@
+ # Prints the mixer DBUS ID's on the console. leaving out the "/Mixers/" prefix
+ function listMixers
+ {
+-  qdbus org.kde.kmix /Mixers org.freedesktop.DBus.Properties.Get 
org.kde.KMix.MixSet mixers | cut -f3 -d/
++  qdbus-qt4 org.kde.kmix /Mixers org.freedesktop.DBus.Properties.Get 
org.kde.KMix.MixSet mixers | cut -f3 -d/
+   errorCode=$?
+   if test $errorCode != 0; then
+ echo "Error $errorCode listing mixers. KMix is not running."
+@@ -38,7 +38,7 @@
+ # Prints the mixer control DBUS ID's of the given mixer on the console. 
leaving out the "/Mixers/" prefix
+ function listControls
+ {
+-  qdbus org.kde.kmix $1 org.freedesktop.DBus.Properties.Get 
org.kde.KMix.Mixer controls  | cut -f4 -d/
++  qdbus-qt4 org.kde.kmix $1 org.freedesktop.DBus.Properties.Get 
org.kde.KMix.Mixer controls  | cut -f4 -d/
+   errorCode=$?
+   if test $errorCode != 0; then
+ echo "Error $errorCode listing controls. KMix is not running."
+@@ -47,8 +47,8 @@
+ 
+ command=""
+ 
+-if ! type qdbus >/dev/null  2>&1 ; then
+-  exit_with_error "$0 requires qdbus, but it cannot be found. Please install 
or check \$PATH"

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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 19:59:47
  Author: arojas
Revision: 301044

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdenlive/repos/kde-unstable-x86_64/
  kdenlive/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301043, kdenlive/kde-unstable/PKGBUILD)

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

Copied: kdenlive/repos/kde-unstable-x86_64/PKGBUILD (from rev 301043, 
kdenlive/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 19:59:47 UTC (rev 301044)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Zuf 
+# Contributor: Darwin Bautista 
+# Contributor: Gustavo Alvarez 
+
+pkgname=kdenlive
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=(i686 x86_64)
+url="https://www.kdenlive.org/;
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(knewstuff knotifyconfig kded kfilemetadata qt5-webkit mlt glu 
sdl_image hicolor-icon-theme qt5-quickcontrols)
+makedepends=(extra-cmake-modules kdoctools v4l-utils python)
+optdepends=('ffmpeg: for FFmpeg plugin'
+'cdrtools: for creation of DVD ISO images'
+'dvdauthor: for creation of DVD'
+'dvgrab: for firewire capture'
+'libdv: for webcam capture (if FFmpeg is not installed)'
+'recordmydesktop: for screen capture'
+'xine-ui: for DVD preview'
+'vlc: for DVD preview'
+'plasma-desktop: theme configuration')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a8988eca99c8fbe56ef849da6319a5e44aba830448ed4a8fdcfeb54c0da52f37'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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() {
+  make -C build DESTDIR="${pkgdir}" install
+}
+


[arch-commits] Commit in kdemultimedia-juk/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 19:59:35
  Author: arojas
Revision: 301043

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdemultimedia-juk/repos/kde-unstable-x86_64/
  kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301042, kdemultimedia-juk/kde-unstable/PKGBUILD)

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

Copied: kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD (from rev 301042, 
kdemultimedia-juk/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 19:59:35 UTC (rev 301043)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-juk
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='https://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/juk-${pkgver}.tar.xz"{,.sig})
+sha256sums=('82bb0d8f15b0cb14f05a4239d4be5788dc472eaf8788351510a8b9d4a9a64f7d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../juk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 19:59:14
  Author: arojas
Revision: 301042

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  k3b/repos/kde-unstable-x86_64/
  k3b/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301041, k3b/kde-unstable/PKGBUILD)

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

Copied: k3b/repos/kde-unstable-x86_64/PKGBUILD (from rev 301041, 
k3b/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 19:59:14 UTC (rev 301042)
@@ -0,0 +1,47 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Antonio Rojas 
+
+pkgname=k3b
+pkgver=17.07.80
+pkgrel=1
+epoch=1
+pkgdesc="Feature-rich and easy to handle CD burning application"
+arch=(i686 x86_64)
+url="https://userbase.kde.org/K3b;
+license=(GPL)
+depends=(libkcddb kcmutils knotifyconfig libmad kfilemetadata knewstuff
+ libmpcdec libdvdread libburn qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('cdrtools: for CD burning with cdrecord'
+'dvd+rw-tools: for DVD burning support'
+'vcdimager: for VCD burning support'
+'emovix: for bootable multimedia CD/DVD support'
+'cdrdao: for disk-at-once (DAO) mode support'
+'cdparanoia: for CD ripping support' 'transcode: for DVD ripping 
support')
+groups=(kde-applications kdemultimedia)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e7942fd89df0a45aae100ad42c1b751c8039c337cc5d624ee390441dfbe0cb8c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 \
+-DK3B_ENABLE_PERMISSION_HELPER=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 19:58:50
  Author: arojas
Revision: 301040

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  dragon/repos/kde-unstable-x86_64/
  dragon/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301039, dragon/kde-unstable/PKGBUILD)

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

Copied: dragon/repos/kde-unstable-x86_64/PKGBUILD (from rev 301039, 
dragon/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 19:58:50 UTC (rev 301040)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dragon
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
+arch=(i686 x86_64)
+url='https://kde.org/applications/multimedia/dragon'
+license=(GPL)
+depends=(hicolor-icon-theme kparts)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdemultimedia-dragonplayer)
+replaces=(kdemultimedia-dragonplayer)
+groups=(kde-applications kdemultimedia)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b470c2308a2396290682d05cadf5561efcbfba91f8a03db46bf22cb3d6e854e3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}
+


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 19:59:02
  Author: arojas
Revision: 301041

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  ffmpegthumbs/repos/kde-unstable-x86_64/
  ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301040, ffmpegthumbs/kde-unstable/PKGBUILD)

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

Copied: ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD (from rev 301040, 
ffmpegthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 19:59:02 UTC (rev 301041)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://www.kde.org/applications/multimedia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdemultimedia)
+depends=(kio ffmpeg)
+makedepends=(extra-cmake-modules)
+replaces=(kdemultimedia-ffmpegthumbs)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2d359bd09306557fc55f46d371750272102f32437e4c1396e9c9fbb7a17562f5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig"
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in audiocd-kio/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 19:58:38
  Author: arojas
Revision: 301039

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  audiocd-kio/repos/kde-unstable-x86_64/
  audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301038, audiocd-kio/kde-unstable/PKGBUILD)

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

Copied: audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD (from rev 301038, 
audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 19:58:38 UTC (rev 301039)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=audiocd-kio
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs4support libkcddb libkcompactdisc lame cdparanoia)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin python)
+groups=(kde-applications kdemultimedia)
+conflicts=(kdemultimedia-audiocd-kio)
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz"{,.sig})
+sha256sums=('973fdada041356599275260f806f86f80e28b3788d7009fb605583157952903d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 svgpart/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 19:58:14
  Author: arojas
Revision: 301037

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  svgpart/repos/kde-unstable-x86_64/
  svgpart/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301036, svgpart/kde-unstable/PKGBUILD)

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

Copied: svgpart/repos/kde-unstable-x86_64/PKGBUILD (from rev 301036, 
svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 19:58:14 UTC (rev 301037)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=svgpart
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="A KPart for viewing SVGs"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kparts)
+makedepends=(extra-cmake-modules python)
+conflicts=(kdegraphics-svgpart)
+replaces=(kdegraphics-svgpart)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fe103e2102ca83e7b89a6315bc8ef19bca6088684956a182fd302ff5e5f867fa'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kdegraphics-thumbnailers/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 19:58:26
  Author: arojas
Revision: 301038

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdegraphics-thumbnailers/repos/kde-unstable-x86_64/
  kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301037, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301037, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 19:58:26 UTC (rev 301038)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6380c9811ae83d6e786aea4a93bfee68badd033c1a03e33c2c9ea415f4f64303'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 19:58:02
  Author: arojas
Revision: 301036

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  spectacle/repos/kde-unstable-x86_64/
  spectacle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301035, spectacle/kde-unstable/PKGBUILD)

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

Copied: spectacle/repos/kde-unstable-x86_64/PKGBUILD (from rev 301035, 
spectacle/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 19:58:02 UTC (rev 301036)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=spectacle
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="KDE screenshot capture utility"
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/graphics/'
+license=(GPL)
+depends=(xcb-util-cursor libkipi purpose)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kipi-plugins: export to various online services')
+conflicts=(kdegraphics-ksnapshot kscreengenie)
+replaces=(kdegraphics-ksnapshot kscreengenie)
+groups=(kde-applications kdegraphics)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('00472fa22e39b6843bbe710e7fb7e46bece2f7ac3595cc217399d7df8d79e9ab'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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
+}
+


  1   2   3   4   >