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

2016-04-08 Thread Felix Yan
Date: Saturday, April 9, 2016 @ 07:38:47
  Author: fyan
Revision: 169800

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

Added:
  python-h5py/repos/community-i686/DOCS_LICENSE.txt
(from rev 169799, python-h5py/trunk/DOCS_LICENSE.txt)
  python-h5py/repos/community-i686/PKGBUILD
(from rev 169799, python-h5py/trunk/PKGBUILD)
  python-h5py/repos/community-x86_64/DOCS_LICENSE.txt
(from rev 169799, python-h5py/trunk/DOCS_LICENSE.txt)
  python-h5py/repos/community-x86_64/PKGBUILD
(from rev 169799, python-h5py/trunk/PKGBUILD)
Deleted:
  python-h5py/repos/community-i686/DOCS_LICENSE.txt
  python-h5py/repos/community-i686/PKGBUILD
  python-h5py/repos/community-x86_64/DOCS_LICENSE.txt
  python-h5py/repos/community-x86_64/PKGBUILD

---+
 /DOCS_LICENSE.txt |   50 ++
 /PKGBUILD |  124 
 community-i686/DOCS_LICENSE.txt   |   25 ---
 community-i686/PKGBUILD   |   59 -
 community-x86_64/DOCS_LICENSE.txt |   25 ---
 community-x86_64/PKGBUILD |   59 -
 6 files changed, 174 insertions(+), 168 deletions(-)

Deleted: community-i686/DOCS_LICENSE.txt
===
--- community-i686/DOCS_LICENSE.txt 2016-04-09 05:38:17 UTC (rev 169799)
+++ community-i686/DOCS_LICENSE.txt 2016-04-09 05:38:47 UTC (rev 169800)
@@ -1,25 +0,0 @@
-Summary
-===
-
-The h5py documentation is licensed under the Creative Commons "BY" license.
-This license allows you to reproduce and create derivative works based on the
-documentation contained in this directory, provided you acknowledge the h5py
-authors when you do so.
-
-We suggest you use the following method of acknowledgement:
-
-
-HDF5 for Python Documentation
-Copyright 2008-2011 Andrew Collette and contributers
-http://h5py.alfven.org
-
-
-License Terms
-=
-
-The text of this license is available on the Creative Commons website:
-http://creativecommons.org/licenses/by/3.0/legalcode
-
-A non-official summary is also available:
-http://creativecommons.org/licenses/by/3.0/
-

Copied: python-h5py/repos/community-i686/DOCS_LICENSE.txt (from rev 169799, 
python-h5py/trunk/DOCS_LICENSE.txt)
===
--- community-i686/DOCS_LICENSE.txt (rev 0)
+++ community-i686/DOCS_LICENSE.txt 2016-04-09 05:38:47 UTC (rev 169800)
@@ -0,0 +1,25 @@
+Summary
+===
+
+The h5py documentation is licensed under the Creative Commons "BY" license.
+This license allows you to reproduce and create derivative works based on the
+documentation contained in this directory, provided you acknowledge the h5py
+authors when you do so.
+
+We suggest you use the following method of acknowledgement:
+
+
+HDF5 for Python Documentation
+Copyright 2008-2011 Andrew Collette and contributers
+http://h5py.alfven.org
+
+
+License Terms
+=
+
+The text of this license is available on the Creative Commons website:
+http://creativecommons.org/licenses/by/3.0/legalcode
+
+A non-official summary is also available:
+http://creativecommons.org/licenses/by/3.0/
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-09 05:38:17 UTC (rev 169799)
+++ community-i686/PKGBUILD 2016-04-09 05:38:47 UTC (rev 169800)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Rich Li 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-h5py
-pkgname=(python-h5py python2-h5py)
-pkgver=2.5.0
-pkgrel=3
-pkgdesc="General-purpose Python bindings for the HDF5 library"
-url="http://www.h5py.org/;
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('cython' 'cython2' 'hdf5' 'python-numpy' 'python2-numpy' 
'python-six' 'python2-six')
-source=("https://pypi.python.org/packages/source/h/h5py/h5py-$pkgver.tar.gz;
-DOCS_LICENSE.txt)
-md5sums=('6e4301b5ad5da0d51b0a1e5ac19e3b74'
- '747a856995bb271af44733b2fdab642b')
-
-prepare() {
-  cp -a h5py-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/h5py-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/h5py-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/h5py-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/h5py-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-h5py() {
-  depends=('hdf5' 'python-numpy' 'python-six' 'cython')
-  conflicts=('hdf5-openmpi' 'python-h5py-openmpi')
-
-  cd "$srcdir"/h5py-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir"/ --optimize=1
-
-  install 

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

2016-04-08 Thread Felix Yan
Date: Saturday, April 9, 2016 @ 07:38:17
  Author: fyan
Revision: 169799

upgpkg: python-h5py 2.6.0-1

Modified:
  python-h5py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-09 04:01:47 UTC (rev 169798)
+++ PKGBUILD2016-04-09 05:38:17 UTC (rev 169799)
@@ -6,8 +6,8 @@
 
 pkgbase=python-h5py
 pkgname=(python-h5py python2-h5py)
-pkgver=2.5.0
-pkgrel=3
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="General-purpose Python bindings for the HDF5 library"
 url="http://www.h5py.org/;
 arch=('i686' 'x86_64')
@@ -15,10 +15,13 @@
 makedepends=('cython' 'cython2' 'hdf5' 'python-numpy' 'python2-numpy' 
'python-six' 'python2-six')
 source=("https://pypi.python.org/packages/source/h/h5py/h5py-$pkgver.tar.gz;
 DOCS_LICENSE.txt)
-md5sums=('6e4301b5ad5da0d51b0a1e5ac19e3b74'
+md5sums=('ec476211bd1de3f5ac150544189b0bf4'
  '747a856995bb271af44733b2fdab642b')
 
 prepare() {
+  # Remove RPATH
+  sed -i "s/settings\\['runtime_library_dirs'\\] = 
settings\\['library_dirs'\\]/pass/" h5py-$pkgver/setup_build.py
+
   cp -a h5py-$pkgver{,-py2}
 }
 
@@ -43,9 +46,9 @@
   conflicts=('hdf5-openmpi' 'python-h5py-openmpi')
 
   cd "$srcdir"/h5py-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir"/ --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1
 
-  install -D "$srcdir/DOCS_LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D "$srcdir"/DOCS_LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-h5py() {
@@ -53,7 +56,7 @@
   conflicts=('hdf5-openmpi' 'python2-h5py-openmpi')
 
   cd "$srcdir"/h5py-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir"/ --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1
 
-  install -D "$srcdir/DOCS_LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D "$srcdir"/DOCS_LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-04-08 Thread Felix Yan
Date: Saturday, April 9, 2016 @ 06:01:47
  Author: fyan
Revision: 169798

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-09 04:01:06 UTC (rev 169797)
+++ community-i686/PKGBUILD 2016-04-09 04:01:47 UTC (rev 169798)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=6.0.3
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli;
-license=('Apache')
-depends=('npm' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('b4d694e2d378bae62778016a9a9d56a2d0cac1d55966b7f8ec1abc77ea48f374')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npmconf/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-i686/PKGBUILD (from rev 169797, 
phonegap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-09 04:01:47 UTC (rev 169798)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=6.0.4
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli;
+license=('Apache')
+depends=('npm' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('c7f99652dff086a66f108f0f5002fce3251e89aea71e1759fd97711b95c04bf0')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npmconf/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
+  

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

2016-04-08 Thread Felix Yan
Date: Saturday, April 9, 2016 @ 06:01:06
  Author: fyan
Revision: 169797

upgpkg: phonegap 6.0.4-1

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-09 03:23:58 UTC (rev 169796)
+++ PKGBUILD2016-04-09 04:01:06 UTC (rev 169797)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=phonegap
-pkgver=6.0.3
+pkgver=6.0.4
 pkgrel=1
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('b4d694e2d378bae62778016a9a9d56a2d0cac1d55966b7f8ec1abc77ea48f374')
+sha256sums=('c7f99652dff086a66f108f0f5002fce3251e89aea71e1759fd97711b95c04bf0')
 
 package() {
   PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-04-08 Thread Felix Yan
Date: Saturday, April 9, 2016 @ 05:23:58
  Author: fyan
Revision: 169796

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

Added:
  nodejs/repos/community-testing-i686/PKGBUILD
(from rev 169795, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-testing-x86_64/PKGBUILD
(from rev 169795, nodejs/trunk/PKGBUILD)
Deleted:
  nodejs/repos/community-testing-i686/PKGBUILD
  nodejs/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-04-09 03:23:19 UTC (rev 169795)
+++ community-testing-i686/PKGBUILD 2016-04-09 03:23:58 UTC (rev 169796)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=5.10.0
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
-sha256sums=('8faeb9af5bde641b6e5dfae32bfa99253df2bccf59cf8a62162760026411762b')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser
-# --shared-v8
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  make test
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # install docs as per user request
-  install -d "$pkgdir"/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-"$pkgdir"/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-testing-i686/PKGBUILD (from rev 169795, 
nodejs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-04-09 03:23:58 UTC (rev 169796)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=5.10.1
+pkgrel=2
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
+sha256sums=('c6e278b612b53c240ddf85521403e55abfd8f0201d2f2c7e3d2c21383054aacd')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test
+}
+
+package() {
+  cd node-v$pkgver
+
+  make 

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

2016-04-08 Thread Felix Yan
Date: Saturday, April 9, 2016 @ 05:23:19
  Author: fyan
Revision: 169795

upgpkg: nodejs 5.10.1-2

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-09 03:22:50 UTC (rev 169794)
+++ PKGBUILD2016-04-09 03:23:19 UTC (rev 169795)
@@ -10,7 +10,7 @@
 
 pkgname=nodejs
 pkgver=5.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


[arch-commits] Commit in nodejs-babel-cli/trunk (PKGBUILD)

2016-04-08 Thread Felix Yan
Date: Saturday, April 9, 2016 @ 05:22:27
  Author: fyan
Revision: 169793

upgpkg: nodejs-babel-cli 6.7.5-1

Modified:
  nodejs-babel-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-08 22:07:15 UTC (rev 169792)
+++ PKGBUILD2016-04-09 03:22:27 UTC (rev 169793)
@@ -6,7 +6,7 @@
 
 _npmname=babel-cli
 pkgname=nodejs-$_npmname
-pkgver=6.6.5
+pkgver=6.7.5
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -17,7 +17,7 @@
 source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;
 LICENSE)
 noextract=($_npmname-$pkgver.tgz)
-sha256sums=('aa3fe57a1efdcd8b66fd487877c90833556621de920579051b70d396461ca583'
+sha256sums=('084396701c5bc64375137ffde846af533e4ad97c557980a803c3c26edbd25c05'
 '8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
 
 package() {


[arch-commits] Commit in nodejs-babel-cli/repos/community-any (4 files)

2016-04-08 Thread Felix Yan
Date: Saturday, April 9, 2016 @ 05:22:50
  Author: fyan
Revision: 169794

archrelease: copy trunk to community-any

Added:
  nodejs-babel-cli/repos/community-any/LICENSE
(from rev 169793, nodejs-babel-cli/trunk/LICENSE)
  nodejs-babel-cli/repos/community-any/PKGBUILD
(from rev 169793, nodejs-babel-cli/trunk/PKGBUILD)
Deleted:
  nodejs-babel-cli/repos/community-any/LICENSE
  nodejs-babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 +-
 PKGBUILD |   78 ++---
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-04-09 03:22:27 UTC (rev 169793)
+++ LICENSE 2016-04-09 03:22:50 UTC (rev 169794)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: nodejs-babel-cli/repos/community-any/LICENSE (from rev 169793, 
nodejs-babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-04-09 03:22:50 UTC (rev 169794)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-09 03:22:27 UTC (rev 169793)
+++ PKGBUILD2016-04-09 03:22:50 UTC (rev 169794)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-_npmname=babel-cli
-pkgname=nodejs-$_npmname
-pkgver=6.6.5
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/;
-license=('MIT')
-depends=('nodejs' 'semver')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;
-LICENSE)
-noextract=($_npmname-$pkgver.tgz)
-sha256sums=('aa3fe57a1efdcd8b66fd487877c90833556621de920579051b70d396461ca583'
-'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  # Experimental dedup
-  for dir in $_npmname/node_modules 
$_npmname/node_modules/semver-truncate/node_modules; do
-cd "$pkgdir"/usr/lib/node_modules/$dir
-for dep in semver; do
-  rm -r $dep;
-  npm link $dep;
-done
-  done
-}

Copied: nodejs-babel-cli/repos/community-any/PKGBUILD (from rev 169793, 
nodejs-babel-cli/trunk/PKGBUILD)
===
--- PKGBUILD  

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

2016-04-08 Thread Sven-Hendrik Haase
Date: Friday, April 8, 2016 @ 22:31:49
  Author: svenstaro
Revision: 169784

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

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

--+
 /PKGBUILD|  196 +
 /blender.install |   26 
 community-i686/PKGBUILD  |   98 --
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|   98 --
 community-x86_64/blender.install |   13 --
 6 files changed, 222 insertions(+), 222 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-08 20:31:42 UTC (rev 169783)
+++ community-i686/PKGBUILD 2016-04-08 20:31:49 UTC (rev 169784)
@@ -1,98 +0,0 @@
-# $Id$
-# Contributor: John Sowiak 
-# Contributor: tobias 
-# Maintainer: Sven-Hendrik Haase 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-#_gittag=v2.77
-#_gitcommit=da81227e54e23d1f7e6c0c55c2ff939db2ee30a6
-
-pkgname=blender
-pkgver=2.77
-#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
-[[ $CARCH == x86_64 ]] && makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=("git://git.blender.org/blender-addons.git"
-"git://git.blender.org/blender-addons-contrib.git"
-"git://git.blender.org/blender-translations.git"
-"git://git.blender.org/scons.git")
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-else
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
-  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
-  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
-  git config submodule."scons".url ${srcdir}/scons
-  git submodule update
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir build && cd build
-
-  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
-
-  cmake -C../build_files/cmake/config/blender_full.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_LLVM=ON \
--DWITH_SYSTEM_OPENJPEG=ON \
--DWITH_GL_PROFILE_CORE=OFF \
--DWITH_GL_PROFILE_ES20=OFF \
--DLLVM_VERSION=3.5 \
--DLLVM_STATIC=ON \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_CYCLES_PTEX=ON \
--DWITH_OPENSUBDIV=ON \
--DPYTHON_VERSION=3.5 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.5m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
-  make # -j5 needs 48 GB of RAM while -j9 needs 64 GB
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  make DESTDIR="${pkgdir}" install
-  python -m compileall "${pkgdir}/usr/share/blender"
-  python -O -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: 

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

2016-04-08 Thread Sven-Hendrik Haase
Date: Friday, April 8, 2016 @ 21:41:17
  Author: svenstaro
Revision: 169782

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

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

---+
 /PKGBUILD |  116 
 community-i686/PKGBUILD   |   55 
 community-x86_64/PKGBUILD |   55 
 3 files changed, 116 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-08 19:41:10 UTC (rev 169781)
+++ community-i686/PKGBUILD 2016-04-08 19:41:17 UTC (rev 169782)
@@ -1,55 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-# I would just like to take a minute here to state that this is probably one
-# of the worst packaged software packages that I have ever looked at.
-# The Makefile has defaults set to the upstream developers' specific systems
-# as well as other oddities.
-
-pkgname=openvdb
-pkgver=3.1.0
-pkgrel=1
-pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
-url='https://github.com/dreamworksanimation/openvdb'
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
-makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy')
-optdepends=('python2-numpy: Python module')
-source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha256sums=('b95a32f4f0195452a64870bda978999a719006a0c036b9ac985b466532d32d4b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-  make \
-PYTHON_VERSION='2.7' \
-CPPUNIT_INCL_DIR='' \
-HDSO='/usr' \
-PYTHON_INCL_DIR=/usr/include/python2.7 \
-PYTHON_LIB_DIR=/usr/lib \
-EXR_LIB_DIR=/usr/lib \
-ILMBASE_LIB_DIR=/usr/lib \
-NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
-GLFW_INCL_DIR='' \
-BOOST_PYTHON_LIB_DIR=/usr/lib \
-BOOST_PYTHON_LIB=-lboost_python
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-  make DESTDIR=${pkgdir} install \
-PYTHON_VERSION='2.7' \
-CPPUNIT_INCL_DIR='' \
-HDSO='/usr' \
-PYTHON_INCL_DIR=/usr/include/python2.7 \
-PYTHON_LIB_DIR=/usr/lib \
-EXR_LIB_DIR=/usr/lib \
-ILMBASE_LIB_DIR=/usr/lib \
-NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
-GLFW_INCL_DIR='' \
-BOOST_PYTHON_LIB_DIR=/usr/lib \
-BOOST_PYTHON_LIB=-lboost_python
-}
-
-# vim:set sw=2 sts=2 et:

Copied: openvdb/repos/community-i686/PKGBUILD (from rev 169781, 
openvdb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-08 19:41:17 UTC (rev 169782)
@@ -0,0 +1,58 @@
+# Maintainer: Sven-Hendrik Haase 
+
+# I would just like to take a minute here to state that this is probably one
+# of the worst packaged software packages that I have ever looked at.
+# The Makefile has defaults set to the upstream developers' specific systems
+# as well as other oddities.
+
+pkgname=openvdb
+pkgver=3.1.0
+pkgrel=2
+pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
+url='https://github.com/dreamworksanimation/openvdb'
+arch=('i686' 'x86_64')
+license=('MPL')
+depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
+makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy')
+optdepends=('python2-numpy: Python module')
+source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
+sha256sums=('b95a32f4f0195452a64870bda978999a719006a0c036b9ac985b466532d32d4b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+  make \
+PYTHON_VERSION='2.7' \
+CPPUNIT_INCL_DIR='' \
+HDSO='/usr' \
+PYTHON_INCL_DIR=/usr/include/python2.7 \
+PYTHON_LIB_DIR=/usr/lib \
+EXR_LIB_DIR=/usr/lib \
+ILMBASE_LIB_DIR=/usr/lib \
+NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
+GLFW_INCL_DIR='' \
+BOOST_PYTHON_LIB_DIR=/usr/lib \
+BOOST_PYTHON_LIB=-lboost_python
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+  make DESTDIR=${pkgdir} install \
+PYTHON_VERSION='2.7' \
+CPPUNIT_INCL_DIR='' \
+HDSO='/usr' \
+PYTHON_INCL_DIR=/usr/include/python2.7 \
+PYTHON_LIB_DIR=/usr/lib \
+EXR_LIB_DIR=/usr/lib \
+ILMBASE_LIB_DIR=/usr/lib \
+

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

2016-04-08 Thread Sven-Hendrik Haase
Date: Friday, April 8, 2016 @ 21:41:10
  Author: svenstaro
Revision: 169781

upgpkg: openvdb 3.1.0-2

Fix paths

Modified:
  openvdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-08 18:40:46 UTC (rev 169780)
+++ PKGBUILD2016-04-08 19:41:10 UTC (rev 169781)
@@ -7,7 +7,7 @@
 
 pkgname=openvdb
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
 url='https://github.com/dreamworksanimation/openvdb'
 arch=('i686' 'x86_64')
@@ -50,6 +50,9 @@
 GLFW_INCL_DIR='' \
 BOOST_PYTHON_LIB_DIR=/usr/lib \
 BOOST_PYTHON_LIB=-lboost_python
+
+  mkdir ${pkgdir}/usr
+  mv ${pkgdir}/{bin,lib} ${pkgdir}/usr
 }
 
 # vim:set sw=2 sts=2 et:


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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 20:24:09
  Author: arojas
Revision: 169779

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

Added:
  sagemath-doc/repos/community-i686/
  sagemath-doc/repos/community-i686/PKGBUILD
(from rev 169778, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-i686/disable-fes.patch
(from rev 169778, sagemath-doc/trunk/disable-fes.patch)
  sagemath-doc/repos/community-i686/docbuild_main.patch
(from rev 169778, sagemath-doc/trunk/docbuild_main.patch)
  sagemath-doc/repos/community-i686/gap-4.8.patch
(from rev 169778, sagemath-doc/trunk/gap-4.8.patch)
  sagemath-doc/repos/community-i686/package.patch
(from rev 169778, sagemath-doc/trunk/package.patch)
  sagemath-doc/repos/community-i686/paths.patch
(from rev 169778, sagemath-doc/trunk/paths.patch)
  sagemath-doc/repos/community-x86_64/
  sagemath-doc/repos/community-x86_64/PKGBUILD
(from rev 169778, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-x86_64/disable-fes.patch
(from rev 169778, sagemath-doc/trunk/disable-fes.patch)
  sagemath-doc/repos/community-x86_64/docbuild_main.patch
(from rev 169778, sagemath-doc/trunk/docbuild_main.patch)
  sagemath-doc/repos/community-x86_64/gap-4.8.patch
(from rev 169778, sagemath-doc/trunk/gap-4.8.patch)
  sagemath-doc/repos/community-x86_64/package.patch
(from rev 169778, sagemath-doc/trunk/package.patch)
  sagemath-doc/repos/community-x86_64/paths.patch
(from rev 169778, sagemath-doc/trunk/paths.patch)

--+
 community-i686/PKGBUILD  |  104 +
 community-i686/disable-fes.patch |   19 +
 community-i686/docbuild_main.patch   |8 
 community-i686/gap-4.8.patch |  378 +
 community-i686/package.patch |   11 
 community-i686/paths.patch   |   39 +++
 community-x86_64/PKGBUILD|  104 +
 community-x86_64/disable-fes.patch   |   19 +
 community-x86_64/docbuild_main.patch |8 
 community-x86_64/gap-4.8.patch   |  378 +
 community-x86_64/package.patch   |   11 
 community-x86_64/paths.patch |   39 +++
 12 files changed, 1118 insertions(+)

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


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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 20:23:34
  Author: arojas
Revision: 169778

Depend on regular cython

Modified:
  sagemath-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-08 18:16:24 UTC (rev 169777)
+++ PKGBUILD2016-04-08 18:23:34 UTC (rev 169778)
@@ -4,11 +4,11 @@
 pkgbase=sagemath-doc
 pkgname=(sagemath-doc sagemath-src)
 pkgver=7.1
-pkgrel=1
+pkgrel=2
 arch=(any)
 url="http://www.sagemath.org;
 license=(GPL)
-makedepends=(sagemath sage-notebook python2-pyzmq python2-pillow 
python2-docutils ipython2-notebook python2-pkgconfig cython2-devel)
+makedepends=(sagemath sage-notebook python2-pyzmq python2-pillow 
python2-docutils ipython2-notebook python2-pkgconfig cython2)
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
 "https://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.3.tar.gz;
package.patch paths.patch disable-fes.patch docbuild_main.patch 
gap-4.8.patch)
@@ -96,8 +96,8 @@
   replaces=(sage-mathematics-src)
   
   mkdir -p "$pkgdir"/usr/share/sage/source
-  cp -r sage-$pkgver/src/sage "$pkgdir"/usr/share/sage/source
-  ln -s /usr/share/doc/sage "$pkgdir"/usr/share/sage/source/doc
+  cp -r sage-$pkgver/src/{sage,sage_setup} "$pkgdir"/usr/share/sage/source
+  ln -s /usr/share/doc/sage/html "$pkgdir"/usr/share/sage/source/doc
 
 # remove developer interface
   rm -r "$pkgdir"/usr/share/sage/source/sage/dev


[arch-commits] Commit in (cython2-devel)

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 20:16:24
  Author: arojas
Revision: 169777

Not needed anymore

Deleted:
  cython2-devel/


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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 20:10:17
  Author: arojas
Revision: 169772

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

Added:
  sagemath/repos/community-staging-i686/
  sagemath/repos/community-staging-i686/PKGBUILD
(from rev 169771, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-i686/anal.h
(from rev 169771, sagemath/trunk/anal.h)
  sagemath/repos/community-staging-i686/clean.patch
(from rev 169771, sagemath/trunk/clean.patch)
  sagemath/repos/community-staging-i686/cython-sys-path.patch
(from rev 169771, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-i686/disable-fes.patch
(from rev 169771, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-i686/env.patch
(from rev 169771, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-i686/gap-4.8.patch
(from rev 169771, sagemath/trunk/gap-4.8.patch)
  sagemath/repos/community-staging-i686/jupyter-path.patch
(from rev 169771, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-i686/package.patch
(from rev 169771, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-i686/paths.patch
(from rev 169771, sagemath/trunk/paths.patch)
  sagemath/repos/community-staging-i686/python-2.7.11.patch
(from rev 169771, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-i686/skip-check.patch
(from rev 169771, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-i686/test-optional.patch
(from rev 169771, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-staging-x86_64/
  sagemath/repos/community-staging-x86_64/PKGBUILD
(from rev 169771, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-x86_64/anal.h
(from rev 169771, sagemath/trunk/anal.h)
  sagemath/repos/community-staging-x86_64/clean.patch
(from rev 169771, sagemath/trunk/clean.patch)
  sagemath/repos/community-staging-x86_64/cython-sys-path.patch
(from rev 169771, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-x86_64/disable-fes.patch
(from rev 169771, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-x86_64/env.patch
(from rev 169771, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-x86_64/gap-4.8.patch
(from rev 169771, sagemath/trunk/gap-4.8.patch)
  sagemath/repos/community-staging-x86_64/jupyter-path.patch
(from rev 169771, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-x86_64/package.patch
(from rev 169771, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-x86_64/paths.patch
(from rev 169771, sagemath/trunk/paths.patch)
  sagemath/repos/community-staging-x86_64/python-2.7.11.patch
(from rev 169771, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-x86_64/skip-check.patch
(from rev 169771, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-x86_64/test-optional.patch
(from rev 169771, sagemath/trunk/test-optional.patch)

+
 community-staging-i686/PKGBUILD|  161 +
 community-staging-i686/anal.h  |   65 +++
 community-staging-i686/clean.patch |   24 +
 community-staging-i686/cython-sys-path.patch   |   10 
 community-staging-i686/disable-fes.patch   |   19 +
 community-staging-i686/env.patch   |  150 +
 community-staging-i686/gap-4.8.patch   |  378 +++
 community-staging-i686/jupyter-path.patch  |   31 +
 community-staging-i686/package.patch   |   11 
 community-staging-i686/paths.patch |   39 ++
 community-staging-i686/python-2.7.11.patch |   11 
 community-staging-i686/skip-check.patch|   21 +
 community-staging-i686/test-optional.patch |   11 
 community-staging-x86_64/PKGBUILD  |  161 +
 community-staging-x86_64/anal.h|   65 +++
 community-staging-x86_64/clean.patch   |   24 +
 community-staging-x86_64/cython-sys-path.patch |   10 
 community-staging-x86_64/disable-fes.patch |   19 +
 community-staging-x86_64/env.patch |  150 +
 community-staging-x86_64/gap-4.8.patch |  378 +++
 community-staging-x86_64/jupyter-path.patch|   31 +
 community-staging-x86_64/package.patch |   11 
 community-staging-x86_64/paths.patch   |   39 ++
 community-staging-x86_64/python-2.7.11.patch   |   11 
 community-staging-x86_64/skip-check.patch  |   21 +
 community-staging-x86_64/test-optional.patch   |   11 
 26 files changed, 1862 insertions(+)

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


[arch-commits] Commit in sagemath/trunk (PKGBUILD cython-sys-path.patch env.patch)

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 20:08:24
  Author: arojas
Revision: 169771

gmp-ecm 7.0 rebuild, add patch to fix build with unpatched cython

Added:
  sagemath/trunk/cython-sys-path.patch
Modified:
  sagemath/trunk/PKGBUILD
  sagemath/trunk/env.patch

---+
 PKGBUILD  |   11 +++
 cython-sys-path.patch |   10 ++
 env.patch |2 +-
 3 files changed, 18 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-08 17:44:19 UTC (rev 169770)
+++ PKGBUILD2016-04-08 18:08:24 UTC (rev 169771)
@@ -9,7 +9,7 @@
 
 pkgname=sagemath
 pkgver=7.1
-pkgrel=4
+pkgrel=6
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;
@@ -25,7 +25,7 @@
   'modular_decomposition: modular decomposition of graphs' 'ffmpeg: to export 
animations to video' 'imagemagick: to show animations'
   'coxeter3: Coxeter groups implementation' 'cryptominisat: SAT solver' 
'gap-data: for computing Galois groups'
   'jupyter-notebook: Jupyter notebook interface' 'atlas-lapack: improved 
performance for some linear algebra operations')
-makedepends=(cython2-devel boost ratpoints symmetrica fflas-ffpack 
python2-jinja coin-or-cbc
+makedepends=(cython2 boost ratpoints symmetrica fflas-ffpack python2-jinja 
coin-or-cbc
   mcqd coxeter3 cryptominisat modular_decomposition bliss-graphs tdlib 
python2-pkgconfig meataxe) # libfes
 conflicts=(sage-mathematics)
 replaces=(sage-mathematics)
@@ -32,16 +32,17 @@
 provides=(sage-mathematics)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;

pexpect.zip::"https://github.com/pexpect/pexpect/archive/524495960dd8898ddd30f7ba37298de51beee773.zip;
-   anal.h package.patch env.patch paths.patch clean.patch skip-check.patch
+   anal.h package.patch env.patch paths.patch clean.patch skip-check.patch 
cython-sys-path.patch
disable-fes.patch jupyter-path.patch test-optional.patch 
python-2.7.11.patch gap-4.8.patch)
 md5sums=('c68e846444b9370fe79f43395cdc2725'
  'a346bb2c0350c1cb17d5325235c5e38a'
  'a906a180d198186a39820b0a2f9a9c63'
  '9ba81f717ffd4e20b8b2f2a318307488'
- '21010618e80fc28582a84695a1fed0e5'
+ 'f6c62f0ccc168c5e6e3dd9d6f73f6389'
  '0f746ed394fd7eb7a6b3963014976098'
  '6d9ae0978ce6a05a0da2cafdfb178a09'
  '5947a420a0b1483f0cbc74c76895789b'
+ 'a1bcdd3fe620dbae60ed8b0e98b2ece7'
  '4eb23a3c7363258bc9ba764d6e5512ba'
  '16b529194c6105c3364127bd8f1efa83'
  'cdcabd475b80afe0534a5621e972736e'
@@ -79,6 +80,8 @@
   patch -p0 -i ../jupyter-path.patch
 # fix timeit with Python 2.7.11
   patch -p0 -i ../python-2.7.11.patch
+# search system paths for cython includes
+  patch -p1 -i ../cython-sys-path.patch
 
 # Upstream patches  
 # fix build against libfes 0.2 http://trac.sagemath.org/ticket/15209

Added: cython-sys-path.patch
===
--- cython-sys-path.patch   (rev 0)
+++ cython-sys-path.patch   2016-04-08 18:08:24 UTC (rev 169771)
@@ -0,0 +1,10 @@
+--- sage-7.1/src/setup.py.orig 2016-04-08 16:59:24.691349473 +
 sage-7.1/src/setup.py  2016-04-08 17:03:03.847153796 +
+@@ -591,6 +591,7 @@
+ build_dir=SAGE_CYTHONIZED,
+ force=force,
+ aliases=aliases,
++include_path=sys.path,
+ compiler_directives={
+ 'embedsignature': True,
+ 'profile': profile,

Modified: env.patch
===
--- env.patch   2016-04-08 17:44:19 UTC (rev 169770)
+++ env.patch   2016-04-08 18:08:24 UTC (rev 169771)
@@ -67,7 +67,7 @@
 +export SAGE_SHARE="$SAGE_LOCAL/share/sage"
 +export SAGE_EXTCODE="$SAGE_SHARE/ext"
 +export SAGE_SRC="$SAGE_SHARE/source"
-+export SAGE_DOC_SRC="$SAGE_SRC/doc"
++export SAGE_DOC_SRC="/usr/share/doc/sage"
 +export SAGE_DOC="/usr/share/doc/sage"
  
  # We offer a toolchain option, so if $SAGE_LOCAL/toolchain/toolchain-env 
exists source it.


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

2016-04-08 Thread Balló György
Date: Friday, April 8, 2016 @ 17:41:36
  Author: bgyorgy
Revision: 169757

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

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

---+
 /PKGBUILD |   64 
 /metacity.install |   22 
 community-i686/PKGBUILD   |   32 --
 community-i686/metacity.install   |   11 --
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/metacity.install |   11 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-08 15:41:28 UTC (rev 169756)
+++ community-i686/PKGBUILD 2016-04-08 15:41:36 UTC (rev 169757)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=metacity
-pkgver=3.18.2
-pkgrel=1
-pkgdesc="Legacy GNOME window manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool' 'itstool')
-url="https://wiki.gnome.org/Projects/Metacity;
-install=metacity.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e3ef981d0f159c57a8bf23f04755a5fe34f634aaada52fb30cd7b05dd43243dc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: metacity/repos/community-i686/PKGBUILD (from rev 169756, 
metacity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-08 15:41:36 UTC (rev 169757)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=metacity
+pkgver=3.18.3
+pkgrel=1
+pkgdesc="Legacy GNOME window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+url="https://wiki.gnome.org/Projects/Metacity;
+install=metacity.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('57698150dc70e6381caafc1fb0dff5d215196f17f791554766a35812dfe19bf5')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/metacity.install
===
--- community-i686/metacity.install 2016-04-08 15:41:28 UTC (rev 169756)
+++ community-i686/metacity.install 2016-04-08 15:41:36 UTC (rev 169757)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: metacity/repos/community-i686/metacity.install (from rev 169756, 
metacity/trunk/metacity.install)
===
--- community-i686/metacity.install (rev 0)
+++ community-i686/metacity.install 2016-04-08 15:41:36 UTC (rev 169757)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-08 15:41:28 UTC (rev 169756)
+++ community-x86_64/PKGBUILD   2016-04-08 15:41:36 UTC (rev 169757)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-

[arch-commits] Commit in budgie-desktop/trunk (4 files)

2016-04-08 Thread Balló György
Date: Friday, April 8, 2016 @ 17:37:05
  Author: bgyorgy
Revision: 169754

upgpkg: budgie-desktop 10.2.5-1

Update to new version

Added:
  budgie-desktop/trunk/lightdm.patch
Modified:
  budgie-desktop/trunk/PKGBUILD
Deleted:
  budgie-desktop/trunk/0001-Port-CSS-files-to-GTK-3.20.patch
  budgie-desktop/trunk/0001-panel-Fix-missing-panel-background.patch

---+
 0001-Port-CSS-files-to-GTK-3.20.patch |  506 
 0001-panel-Fix-missing-panel-background.patch |   25 -
 PKGBUILD  |   29 -
 lightdm.patch |   57 ++
 4 files changed, 66 insertions(+), 551 deletions(-)

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


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

2016-04-08 Thread Balló György
Date: Friday, April 8, 2016 @ 17:37:14
  Author: bgyorgy
Revision: 169755

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

Added:
  budgie-desktop/repos/community-i686/PKGBUILD
(from rev 169754, budgie-desktop/trunk/PKGBUILD)
  budgie-desktop/repos/community-i686/budgie-desktop.install
(from rev 169754, budgie-desktop/trunk/budgie-desktop.install)
  budgie-desktop/repos/community-i686/lightdm.patch
(from rev 169754, budgie-desktop/trunk/lightdm.patch)
  budgie-desktop/repos/community-x86_64/PKGBUILD
(from rev 169754, budgie-desktop/trunk/PKGBUILD)
  budgie-desktop/repos/community-x86_64/budgie-desktop.install
(from rev 169754, budgie-desktop/trunk/budgie-desktop.install)
  budgie-desktop/repos/community-x86_64/lightdm.patch
(from rev 169754, budgie-desktop/trunk/lightdm.patch)
Deleted:
  budgie-desktop/repos/community-i686/0001-Port-CSS-files-to-GTK-3.20.patch
  
budgie-desktop/repos/community-i686/0001-panel-Fix-missing-panel-background.patch
  budgie-desktop/repos/community-i686/PKGBUILD
  budgie-desktop/repos/community-i686/budgie-desktop.install
  budgie-desktop/repos/community-x86_64/0001-Port-CSS-files-to-GTK-3.20.patch
  
budgie-desktop/repos/community-x86_64/0001-panel-Fix-missing-panel-background.patch
  budgie-desktop/repos/community-x86_64/PKGBUILD
  budgie-desktop/repos/community-x86_64/budgie-desktop.install

+
 /PKGBUILD  |  126 ++
 /budgie-desktop.install|   24 
 community-i686/0001-Port-CSS-files-to-GTK-3.20.patch   |  504 
--
 community-i686/0001-panel-Fix-missing-panel-background.patch   |   25 
 community-i686/PKGBUILD|   72 -
 community-i686/budgie-desktop.install  |   12 
 community-i686/lightdm.patch   |   57 +
 community-x86_64/0001-Port-CSS-files-to-GTK-3.20.patch |  504 
--
 community-x86_64/0001-panel-Fix-missing-panel-background.patch |   25 
 community-x86_64/PKGBUILD  |   72 -
 community-x86_64/budgie-desktop.install|   12 
 community-x86_64/lightdm.patch |   57 +
 12 files changed, 264 insertions(+), 1226 deletions(-)

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


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

2016-04-08 Thread Kyle Keen
Date: Friday, April 8, 2016 @ 17:22:14
  Author: kkeen
Revision: 169753

archrelease: copy trunk to community-any

Added:
  jupyter/repos/community-any/PKGBUILD
(from rev 169752, jupyter/trunk/PKGBUILD)
Deleted:
  jupyter/repos/community-any/PKGBUILD

--+
 PKGBUILD |  250 ++---
 1 file changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-08 15:22:00 UTC (rev 169752)
+++ PKGBUILD2016-04-08 15:22:14 UTC (rev 169753)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=jupyter
-pkgname=(jupyter ipython2-notebook)
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="A language-agnostic web-based interactive shell/notebook server."
-arch=('any')
-url="http://jupyter.org/;
-license=('BSD')
-depends=('ipython' 'python-ipykernel' 'python-setuptools'
- 'python-jinja' 'python-pyzmq' 'python-jsonschema'
- 'python-mistune' 'python-pygments')
-makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
-optdepends=('pandoc: notebook conversion'
-'qt5-svg: jupyter-qtconsole'
-'python-pyqt5: jupyter-qtconsole'
-'python-sip: jupyter-qtconsole')
-
-# todo: figure out which deps left with jupyter-notebook
-
-# rebundle all the parts that were split out
-# but split them out officially over time
-_ipywv=4.1.1  # ipywidgets
-_jnbcv=4.1.0  # notebook convert
-_jnbfv=4.0.1  # notebook format
-_jconv=4.1.1  # jupyter console
-_jcliv=4.2.1  # jupyter client
-_qtcv=4.2.0   # qtconsole
-
-# future order of splits:
-# python{,2}-jupyter_core
-# python{,2}-jupyter_client
-# python-ipywidgets
-
-source=("jupyter_core-$pkgver.tgz::https://github.com/jupyter/jupyter_core/archive/$pkgver.tar.gz;
-
"ipywidgets-$_ipywv.tgz::https://github.com/ipython/ipywidgets/archive/$_ipywv.tar.gz;
-
"nbconvert-$_jnbcv.tgz::https://github.com/jupyter/nbconvert/archive/$_jnbcv.tar.gz;
-
"nbformat-$_jnbfv.tgz::https://github.com/jupyter/nbformat/archive/$_jnbfv.tar.gz;
-
"jupyter_console-$_jconv.tgz::https://github.com/jupyter/jupyter_console/archive/$_jconv.tar.gz;
-
"jupyter_client-$_jcliv.tgz::https://github.com/jupyter/jupyter_client/archive/$_jcliv.tar.gz;
-
"qtconsole-$_qtcv.tgz::https://github.com/jupyter/qtconsole/archive/$_qtcv.tar.gz;)
-md5sums=('b7e928f965f68aef13fea1bf9d6384aa'
- '099e9b76c52839dc33604aad7a2f1a42'
- '06655576713ba1ff7cece2b92760c187'
- 'ab7172e517c9d561c0c01eef5631b4c8'
- 'a8b077ae0a5c57e9518ac039ad5febb8'
- '16994e5cace322c777456bc5a26502d7'
- '63c8f88830e41007dc1b807f02a250f9')
-
-# qtconsole deps?
-# python-pyqt5 python-sip python-pygments python-pyzmq
-
-prepare() {
-  cd "$srcdir"
-  cp -r jupyter_core-$pkgver   python2-jupyter_core-$pkgver
-  cp -r jupyter_client-$_jcliv python2-jupyter_client-$_jcliv
-  cp -r qtconsole-$_qtcv   python2-qtconsole-$_qtcv
-}
-
-build() {
-  cd "$srcdir/ipywidgets-$_ipywv"
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-}
-
-package_jupyter() {
-  cd "$srcdir/jupyter_core-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/ipywidgets-$_ipywv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/nbconvert-$_jnbcv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/nbformat-$_jnbfv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/jupyter_console-$_jconv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/jupyter_client-$_jcliv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/qtconsole-$_qtcv"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  cd examples
-  # FS#47046 fix .desktop icon
-  sed -i 
's|^Icon=.*$|Icon=/usr/lib/python3.5/site-packages/qtconsole/resources/icon/JupyterConsole.svg|'
 \
-jupyter-qtconsole.desktop
-  install -Dm644 jupyter-qtconsole.desktop \
-"$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
-
-  cd "$srcdir"
-  install -Dm644 "jupyter_core-$pkgver/COPYING.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_ipython2-notebook() {
-  pkgdesc="An enhanced Interactive Python2 shell."
-  depends=('ipython2' 'python2-ipykernel' 'python2-pyzmq')
-  optdepends=('python2-pyqt5: jupyter-qtconsole-py2'
-  'qt5-svg: jupyter-qtconsole-py2'
-  'python2-sip: jupyter-qtconsole-py2')
-
-  cd "$srcdir/python2-jupyter_core-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-jupyter_client-$_jcliv"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  cd "$srcdir/python2-qtconsole-$_qtcv"
-  python2 setup.py install --prefix=/usr 

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

2016-04-08 Thread Kyle Keen
Date: Friday, April 8, 2016 @ 17:22:00
  Author: kkeen
Revision: 169752

upgpkg: jupyter 4.1.0-2

Modified:
  jupyter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-08 14:58:15 UTC (rev 169751)
+++ PKGBUILD2016-04-08 15:22:00 UTC (rev 169752)
@@ -4,7 +4,7 @@
 pkgbase=jupyter
 pkgname=(jupyter ipython2-notebook)
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="http://jupyter.org/;
@@ -26,8 +26,8 @@
 _jnbcv=4.1.0  # notebook convert
 _jnbfv=4.0.1  # notebook format
 _jconv=4.1.1  # jupyter console
-_jcliv=4.2.1  # jupyter client
-_qtcv=4.2.0   # qtconsole
+_jcliv=4.2.2  # jupyter client
+_qtcv=4.2.1   # qtconsole
 
 # future order of splits:
 # python{,2}-jupyter_core
@@ -46,8 +46,8 @@
  '06655576713ba1ff7cece2b92760c187'
  'ab7172e517c9d561c0c01eef5631b4c8'
  'a8b077ae0a5c57e9518ac039ad5febb8'
- '16994e5cace322c777456bc5a26502d7'
- '63c8f88830e41007dc1b807f02a250f9')
+ '988ea87554215a83c6ad52e554d8d8c4'
+ '97a3e29cd69bc0270411b313c907c173')
 
 # qtconsole deps?
 # python-pyqt5 python-sip python-pygments python-pyzmq


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

2016-04-08 Thread Felix Yan
Date: Friday, April 8, 2016 @ 16:57:53
  Author: fyan
Revision: 169750

upgpkg: lib32-flashplugin 11.2.202.616-1

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-08 14:11:27 UTC (rev 169749)
+++ PKGBUILD2016-04-08 14:57:53 UTC (rev 169750)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.577
+pkgver=11.2.202.616
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('ac08d3013aad8fe0f8e65242f8b9afb5')
+md5sums=('489771efdee853e534d1025fba036f51')
 
 package() {
   install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"


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

2016-04-08 Thread Felix Yan
Date: Friday, April 8, 2016 @ 16:58:15
  Author: fyan
Revision: 169751

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-08 14:57:53 UTC (rev 169750)
+++ PKGBUILD2016-04-08 14:58:15 UTC (rev 169751)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.577
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('ac08d3013aad8fe0f8e65242f8b9afb5')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 169750, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-08 14:58:15 UTC (rev 169751)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.616
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
+md5sums=('489771efdee853e534d1025fba036f51')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-04-08 Thread Balló György
Date: Friday, April 8, 2016 @ 16:11:27
  Author: bgyorgy
Revision: 169749

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

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

--+
 /PKGBUILD|   52 +
 /onboard.install |   26 ++
 community-i686/PKGBUILD  |   26 --
 community-i686/onboard.install   |   13 -
 community-x86_64/PKGBUILD|   26 --
 community-x86_64/onboard.install |   13 -
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-08 14:11:19 UTC (rev 169748)
+++ community-i686/PKGBUILD 2016-04-08 14:11:27 UTC (rev 169749)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=onboard
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired 
users"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/onboard;
-license=('GPL')
-depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-cairo' 'python-dbus' 
'python-gobject' 'gtk3' 'iso-codes' 'librsvg' 'gsettings-desktop-schemas' 
'desktop-file-utils' 'dconf')
-makedepends=('python-distutils-extra')
-optdepends=('mousetweaks: hover click with mouse')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('cff7f91daa2a9dace9af18fecf989966')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python3 setup.py install --root=$pkgdir --optimize=1
-}

Copied: onboard/repos/community-i686/PKGBUILD (from rev 169748, 
onboard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-08 14:11:27 UTC (rev 169749)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=onboard
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired 
users"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/onboard;
+license=('GPL')
+depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-cairo' 'python-dbus' 
'python-gobject' 'gtk3' 'iso-codes' 'librsvg' 'gsettings-desktop-schemas' 
'desktop-file-utils' 'dconf')
+makedepends=('python-distutils-extra')
+optdepends=('mousetweaks: hover click with mouse')
+install=$pkgname.install
+source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('cc5f65d9148c5c0d60fdb537e8569dd0')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=1
+}

Deleted: community-i686/onboard.install
===
--- community-i686/onboard.install  2016-04-08 14:11:19 UTC (rev 169748)
+++ community-i686/onboard.install  2016-04-08 14:11:27 UTC (rev 169749)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: onboard/repos/community-i686/onboard.install (from rev 169748, 
onboard/trunk/onboard.install)
===
--- community-i686/onboard.install  (rev 0)
+++ community-i686/onboard.install  2016-04-08 14:11:27 UTC (rev 169749)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-08 14:11:19 UTC (rev 169748)
+++ community-x86_64/PKGBUILD   2016-04-08 14:11:27 UTC (rev 169749)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=onboard
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="On-screen keyboard useful on 

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

2016-04-08 Thread Balló György
Date: Friday, April 8, 2016 @ 16:11:19
  Author: bgyorgy
Revision: 169748

upgpkg: onboard 1.2.0-1

Update to new version

Modified:
  onboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-08 13:55:36 UTC (rev 169747)
+++ PKGBUILD2016-04-08 14:11:19 UTC (rev 169748)
@@ -2,8 +2,8 @@
 # Maintainer: Balló György 
 
 pkgname=onboard
-pkgver=1.1.2
-pkgrel=3
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired 
users"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/onboard;
@@ -13,7 +13,7 @@
 optdepends=('mousetweaks: hover click with mouse')
 install=$pkgname.install
 
source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('cff7f91daa2a9dace9af18fecf989966')
+md5sums=('cc5f65d9148c5c0d60fdb537e8569dd0')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-08 Thread Balló György
Date: Friday, April 8, 2016 @ 15:55:27
  Author: bgyorgy
Revision: 169746

upgpkg: gnome-boxes 3.20.0-1

Update to new version

Modified:
  gnome-boxes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-08 13:46:03 UTC (rev 169745)
+++ PKGBUILD2016-04-08 13:55:27 UTC (rev 169746)
@@ -3,24 +3,24 @@
 # Contributor: Stefano Facchini 
 
 pkgname=gnome-boxes
-pkgver=3.18.1
+pkgver=3.20.0
 pkgrel=1
-pkgdesc="Simple GNOME 3 application to access remote or virtual systems"
+pkgdesc="Simple GNOME application to access remote or virtual systems"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Apps/Boxes;
 license=('LGPL')
-depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 
'libvirt-glib'
+depends=('gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 'libvirt-glib'
  'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
- 'gnome-themes-standard' 'libusb' 'libgudev')
+ 'libusb' 'libgudev')
 makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
 install=$pkgname.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0235d7f76cf3faa3889b302c743d608759e84506657ed4e374592c39f768fb2b')
+sha256sums=('fd9a72c39e2ab0cae39385830270dc88b5254667a4b95ac7ccf322a55b4677fb')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile --enable-smartcard
+  --disable-schemas-compile --enable-smartcard
   make
 }
 


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

2016-04-08 Thread Balló György
Date: Friday, April 8, 2016 @ 15:55:36
  Author: bgyorgy
Revision: 169747

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

Added:
  gnome-boxes/repos/community-testing-i686/
  gnome-boxes/repos/community-testing-i686/PKGBUILD
(from rev 169746, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-testing-i686/gnome-boxes.install
(from rev 169746, gnome-boxes/trunk/gnome-boxes.install)
  gnome-boxes/repos/community-testing-x86_64/
  gnome-boxes/repos/community-testing-x86_64/PKGBUILD
(from rev 169746, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-testing-x86_64/gnome-boxes.install
(from rev 169746, gnome-boxes/trunk/gnome-boxes.install)

--+
 community-testing-i686/PKGBUILD  |   30 +
 community-testing-i686/gnome-boxes.install   |   12 ++
 community-testing-x86_64/PKGBUILD|   30 +
 community-testing-x86_64/gnome-boxes.install |   12 ++
 4 files changed, 84 insertions(+)

Copied: gnome-boxes/repos/community-testing-i686/PKGBUILD (from rev 169746, 
gnome-boxes/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-04-08 13:55:36 UTC (rev 169747)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Stefano Facchini 
+
+pkgname=gnome-boxes
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Simple GNOME application to access remote or virtual systems"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Boxes;
+license=('LGPL')
+depends=('gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 'libvirt-glib'
+ 'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
+ 'libusb' 'libgudev')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
+install=$pkgname.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fd9a72c39e2ab0cae39385830270dc88b5254667a4b95ac7ccf322a55b4677fb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile --enable-smartcard
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-boxes/repos/community-testing-i686/gnome-boxes.install (from rev 
169746, gnome-boxes/trunk/gnome-boxes.install)
===
--- community-testing-i686/gnome-boxes.install  (rev 0)
+++ community-testing-i686/gnome-boxes.install  2016-04-08 13:55:36 UTC (rev 
169747)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-boxes/repos/community-testing-x86_64/PKGBUILD (from rev 169746, 
gnome-boxes/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-04-08 13:55:36 UTC (rev 169747)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Stefano Facchini 
+
+pkgname=gnome-boxes
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Simple GNOME application to access remote or virtual systems"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Boxes;
+license=('LGPL')
+depends=('gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 'libvirt-glib'
+ 'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
+ 'libusb' 'libgudev')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
+install=$pkgname.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fd9a72c39e2ab0cae39385830270dc88b5254667a4b95ac7ccf322a55b4677fb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile --enable-smartcard
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-boxes/repos/community-testing-x86_64/gnome-boxes.install (from 
rev 169746, gnome-boxes/trunk/gnome-boxes.install)
===
--- community-testing-x86_64/gnome-boxes.install
(rev 0)
+++ community-testing-x86_64/gnome-boxes.install2016-04-08 13:55:36 UTC 
(rev 169747)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache 

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

2016-04-08 Thread Balló György
Date: Friday, April 8, 2016 @ 15:46:03
  Author: bgyorgy
Revision: 169745

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

Added:
  deja-dup/repos/community-i686/PKGBUILD
(from rev 169744, deja-dup/trunk/PKGBUILD)
  deja-dup/repos/community-i686/deja-dup.install
(from rev 169744, deja-dup/trunk/deja-dup.install)
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 169744, deja-dup/trunk/PKGBUILD)
  deja-dup/repos/community-x86_64/deja-dup.install
(from rev 169744, deja-dup/trunk/deja-dup.install)
Deleted:
  deja-dup/repos/community-i686/PKGBUILD
  deja-dup/repos/community-i686/deja-dup.install
  deja-dup/repos/community-x86_64/PKGBUILD
  deja-dup/repos/community-x86_64/deja-dup.install

---+
 /PKGBUILD |   80 
 /deja-dup.install |   24 ++
 community-i686/PKGBUILD   |   42 --
 community-i686/deja-dup.install   |   12 -
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/deja-dup.install |   12 -
 6 files changed, 104 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-08 13:45:56 UTC (rev 169744)
+++ community-i686/PKGBUILD 2016-04-08 13:46:03 UTC (rev 169745)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=34.1
-pkgrel=2
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/deja-dup;
-license=('GPL')
-depends=('duplicity' 'libpeas' 'libnotify' 'packagekit' 'python2-gobject' 
'gvfs')
-makedepends=('cmake' 'vala' 'intltool' 'itstool' 'nautilus' 
'gobject-introspection')
-optdepends=('gnome-keyring: save passwords'
-'nautilus: backup extension'
-'python2-boto: Amazon S3 and Google Cloud Storage backend')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-md5sums=('c621cea64b13f9e1e6771c802978c768')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's/\"python\", \"-c\"/\"python2\", \"-c\"/' libdeja/PythonChecker.vala
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_SYSCONFDIR=/etc \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: deja-dup/repos/community-i686/PKGBUILD (from rev 169744, 
deja-dup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-08 13:46:03 UTC (rev 169745)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=34.2
+pkgrel=1
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/deja-dup;
+license=('GPL')
+depends=('duplicity' 'libpeas' 'libnotify' 'packagekit' 'python2-gobject' 
'gvfs')
+makedepends=('cmake' 'vala' 'intltool' 'itstool' 'nautilus' 
'gobject-introspection')
+optdepends=('gnome-keyring: save passwords'
+'nautilus: backup extension'
+'python2-boto: Amazon S3 and Google Cloud Storage backend')
+install=$pkgname.install
+source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+md5sums=('1b9bf984b2d163b6b5854f23a3e0eef9')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's/\"python\", \"-c\"/\"python2\", \"-c\"/' libdeja/PythonChecker.vala
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_SYSCONFDIR=/etc \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/deja-dup.install
===
--- community-i686/deja-dup.install 2016-04-08 13:45:56 UTC (rev 169744)
+++ community-i686/deja-dup.install 2016-04-08 13:46:03 UTC (rev 169745)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: deja-dup/repos/community-i686/deja-dup.install (from rev 169744, 
deja-dup/trunk/deja-dup.install)

[arch-commits] Commit in gnome-shell/repos/extra-i686 (2 files)

2016-04-08 Thread Jan de Groot
Date: Friday, April 8, 2016 @ 12:39:12
  Author: jgc
Revision: 264204

Fix memleak

Added:
  gnome-shell/repos/extra-i686/offscreen-memleak.patch
Modified:
  gnome-shell/repos/extra-i686/PKGBUILD

-+
 PKGBUILD|   11 ---
 offscreen-memleak.patch |   30 ++
 2 files changed, 38 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-08 10:36:57 UTC (rev 264203)
+++ PKGBUILD2016-04-08 10:39:12 UTC (rev 264204)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell
 pkgver=3.18.4
-pkgrel=1
+pkgrel=2
 pkgdesc="The next generation GNOME Shell"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/GnomeShell;
@@ -20,10 +20,12 @@
 groups=(gnome)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 libsecret-crash.patch
-nm-libexecdir.patch)
+nm-libexecdir.patch
+offscreen-memleak.patch)
 sha256sums=('d959c0aae4c10b194d1fa29e89d34d73a4d35d74f384bf604d78435bf9ced5d7'
 '3c668de4c091dccf3d269b3d549c93f2a9b64e569c87ff3c3466624b5fc735bd'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
+'a86cf2d114dfa5a9a6129d7140b7bf98446fb2331e992bea55a30ed70758d15b')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -32,6 +34,9 @@
 
   # FS#30747 FS#32730 Problems due to libexecdir different from NM
   patch -Np1 -i ../nm-libexecdir.patch
+
+  # Fix memleak
+  patch -Np1 -i ../offscreen-memleak.patch
 }
 
 build() {

Added: offscreen-memleak.patch
===
--- offscreen-memleak.patch (rev 0)
+++ offscreen-memleak.patch 2016-04-08 10:39:12 UTC (rev 264204)
@@ -0,0 +1,30 @@
+From 045e1f01afebb25ee3c5a2332edda9bb34190f3c Mon Sep 17 00:00:00 2001
+From: Aaron Plattner 
+Date: Fri, 18 Mar 2016 16:00:05 -0700
+Subject: st: Fix offscreen leak if cogl_framebuffer_allocate fails
+
+If cogl_framebuffer_allocate fails in _st_create_shadow_pipeline_from_actor, 
the
+CoglOffscreen* that was allocated earlier in the function is leaked.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=735705
+
+Signed-off-by: Aaron Plattner 
+---
+ src/st/st-private.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/st/st-private.c b/src/st/st-private.c
+index 559336c..d40eceb 100644
+--- a/src/st/st-private.c
 b/src/st/st-private.c
+@@ -442,6 +442,7 @@ _st_create_shadow_pipeline_from_actor (StShadow 
*shadow_spec,
+   if (!cogl_framebuffer_allocate (fb, _error))
+ {
+   cogl_error_free (catch_error);
++  cogl_object_unref (offscreen);
+   cogl_object_unref (buffer);
+   return NULL;
+ }
+-- 
+cgit v0.12
+


[arch-commits] Commit in gnome-shell/repos/extra-x86_64 (2 files)

2016-04-08 Thread Jan de Groot
Date: Friday, April 8, 2016 @ 12:36:57
  Author: jgc
Revision: 264203

Fix memleak

Added:
  gnome-shell/repos/extra-x86_64/offscreen-memleak.patch
Modified:
  gnome-shell/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   11 ---
 offscreen-memleak.patch |   30 ++
 2 files changed, 38 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-08 10:30:23 UTC (rev 264202)
+++ PKGBUILD2016-04-08 10:36:57 UTC (rev 264203)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell
 pkgver=3.18.4
-pkgrel=1
+pkgrel=2
 pkgdesc="The next generation GNOME Shell"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/GnomeShell;
@@ -20,10 +20,12 @@
 groups=(gnome)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 libsecret-crash.patch
-nm-libexecdir.patch)
+nm-libexecdir.patch
+offscreen-memleak.patch)
 sha256sums=('d959c0aae4c10b194d1fa29e89d34d73a4d35d74f384bf604d78435bf9ced5d7'
 '3c668de4c091dccf3d269b3d549c93f2a9b64e569c87ff3c3466624b5fc735bd'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
+'a86cf2d114dfa5a9a6129d7140b7bf98446fb2331e992bea55a30ed70758d15b')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -32,6 +34,9 @@
 
   # FS#30747 FS#32730 Problems due to libexecdir different from NM
   patch -Np1 -i ../nm-libexecdir.patch
+
+  # Fix memleak
+  patch -Np1 -i ../offscreen-memleak.patch
 }
 
 build() {

Added: offscreen-memleak.patch
===
--- offscreen-memleak.patch (rev 0)
+++ offscreen-memleak.patch 2016-04-08 10:36:57 UTC (rev 264203)
@@ -0,0 +1,30 @@
+From 045e1f01afebb25ee3c5a2332edda9bb34190f3c Mon Sep 17 00:00:00 2001
+From: Aaron Plattner 
+Date: Fri, 18 Mar 2016 16:00:05 -0700
+Subject: st: Fix offscreen leak if cogl_framebuffer_allocate fails
+
+If cogl_framebuffer_allocate fails in _st_create_shadow_pipeline_from_actor, 
the
+CoglOffscreen* that was allocated earlier in the function is leaked.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=735705
+
+Signed-off-by: Aaron Plattner 
+---
+ src/st/st-private.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/st/st-private.c b/src/st/st-private.c
+index 559336c..d40eceb 100644
+--- a/src/st/st-private.c
 b/src/st/st-private.c
+@@ -442,6 +442,7 @@ _st_create_shadow_pipeline_from_actor (StShadow 
*shadow_spec,
+   if (!cogl_framebuffer_allocate (fb, _error))
+ {
+   cogl_error_free (catch_error);
++  cogl_object_unref (offscreen);
+   cogl_object_unref (buffer);
+   return NULL;
+ }
+-- 
+cgit v0.12
+


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

2016-04-08 Thread Jan de Groot
Date: Friday, April 8, 2016 @ 12:30:23
  Author: jgc
Revision: 264202

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

Added:
  gnome-shell/repos/testing-i686/
  gnome-shell/repos/testing-i686/PKGBUILD
(from rev 264201, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-i686/gnome-shell.install
(from rev 264201, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/testing-i686/libsecret-crash.patch
(from rev 264201, gnome-shell/trunk/libsecret-crash.patch)
  gnome-shell/repos/testing-i686/nm-libexecdir.patch
(from rev 264201, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/testing-i686/offscreen-memleak.patch
(from rev 264201, gnome-shell/trunk/offscreen-memleak.patch)
  gnome-shell/repos/testing-x86_64/
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 264201, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 264201, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/testing-x86_64/libsecret-crash.patch
(from rev 264201, gnome-shell/trunk/libsecret-crash.patch)
  gnome-shell/repos/testing-x86_64/nm-libexecdir.patch
(from rev 264201, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/testing-x86_64/offscreen-memleak.patch
(from rev 264201, gnome-shell/trunk/offscreen-memleak.patch)
Deleted:
  gnome-shell/repos/testing-i686/
  gnome-shell/repos/testing-x86_64/

+
 testing-i686/PKGBUILD  |   57 +++
 testing-i686/gnome-shell.install   |   19 ++
 testing-i686/libsecret-crash.patch |   32 +
 testing-i686/nm-libexecdir.patch   |   12 ++
 testing-i686/offscreen-memleak.patch   |   30 
 testing-x86_64/PKGBUILD|   57 +++
 testing-x86_64/gnome-shell.install |   19 ++
 testing-x86_64/libsecret-crash.patch   |   32 +
 testing-x86_64/nm-libexecdir.patch |   12 ++
 testing-x86_64/offscreen-memleak.patch |   30 
 10 files changed, 300 insertions(+)

Copied: gnome-shell/repos/testing-i686/PKGBUILD (from rev 264201, 
gnome-shell/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-08 10:30:23 UTC (rev 264202)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Flamelab 

[arch-commits] Commit in gnome-shell/repos (10 files)

2016-04-08 Thread Jan de Groot
Date: Friday, April 8, 2016 @ 12:29:29
  Author: jgc
Revision: 264201

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

Added:
  gnome-shell/repos/testing-i686/offscreen-memleak.patch
(from rev 264200, gnome-shell/trunk/offscreen-memleak.patch)
  gnome-shell/repos/testing-x86_64/offscreen-memleak.patch
(from rev 264200, gnome-shell/trunk/offscreen-memleak.patch)
Deleted:
  gnome-shell/repos/testing-i686/PKGBUILD
  gnome-shell/repos/testing-i686/gnome-shell.install
  gnome-shell/repos/testing-i686/libsecret-crash.patch
  gnome-shell/repos/testing-i686/nm-libexecdir.patch
  gnome-shell/repos/testing-x86_64/PKGBUILD
  gnome-shell/repos/testing-x86_64/gnome-shell.install
  gnome-shell/repos/testing-x86_64/libsecret-crash.patch
  gnome-shell/repos/testing-x86_64/nm-libexecdir.patch

+
 testing-i686/PKGBUILD  |   52 ---
 testing-i686/gnome-shell.install   |   19 ---
 testing-i686/libsecret-crash.patch |   32 ---
 testing-i686/nm-libexecdir.patch   |   12 ---
 testing-i686/offscreen-memleak.patch   |   30 +
 testing-x86_64/PKGBUILD|   52 ---
 testing-x86_64/gnome-shell.install |   19 ---
 testing-x86_64/libsecret-crash.patch   |   32 ---
 testing-x86_64/nm-libexecdir.patch |   12 ---
 testing-x86_64/offscreen-memleak.patch |   30 +
 10 files changed, 60 insertions(+), 230 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-08 10:28:40 UTC (rev 264200)
+++ testing-i686/PKGBUILD   2016-04-08 10:29:29 UTC (rev 264201)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Flamelab 
-Date: Sun, 20 Dec 2015 20:51:52 +0100
-Subject: NetworkAgent: Fix double-unref in get_secrets_keyring_cb()
-
-In get_secrets_keyring_cb, we own a ref on the 'attributes' hash table
-from secret_item_get_attributes), and a ref on the 'secret' object (from
-secret_item_get_secret(), but in the SHELL_KEYRING_SK_TAG case, we unref
-these once before breaking out of the loop, and the second 

[arch-commits] Commit in gnome-shell/trunk (PKGBUILD offscreen-memleak.patch)

2016-04-08 Thread Jan de Groot
Date: Friday, April 8, 2016 @ 12:28:40
  Author: jgc
Revision: 264200

upgpkg: gnome-shell 3.20.0-2

Fix memleak

Added:
  gnome-shell/trunk/offscreen-memleak.patch
Modified:
  gnome-shell/trunk/PKGBUILD

-+
 PKGBUILD|   11 ---
 offscreen-memleak.patch |   30 ++
 2 files changed, 38 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-08 07:44:33 UTC (rev 264199)
+++ PKGBUILD2016-04-08 10:28:40 UTC (rev 264200)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The next generation GNOME Shell"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/GnomeShell;
@@ -19,9 +19,11 @@
 install=gnome-shell.install
 groups=(gnome)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
+nm-libexecdir.patch
+   offscreen-memleak.patch)
 sha256sums=('ee69f461dd3d03caf788dfc64241275868ec0bcd1ef814f3cd2803c25796b888'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
+'38bf66da2d92dbb3eab90d36feba0b1af65fe476d2982989dccd799aec0125a6')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -28,6 +30,9 @@
 
   # FS#30747 FS#32730 Problems due to libexecdir different from NM
   patch -Np1 -i ../nm-libexecdir.patch
+
+  # Fix memleak
+  patch -Np1 -i ../offscreen-memleak.patch
 }
 
 build() {

Added: offscreen-memleak.patch
===
--- offscreen-memleak.patch (rev 0)
+++ offscreen-memleak.patch 2016-04-08 10:28:40 UTC (rev 264200)
@@ -0,0 +1,30 @@
+From 941513b280433c269491572b7b1de2a7c5bab21b Mon Sep 17 00:00:00 2001
+From: Aaron Plattner 
+Date: Fri, 18 Mar 2016 16:00:05 -0700
+Subject: st: Fix offscreen leak if cogl_framebuffer_allocate fails
+
+If cogl_framebuffer_allocate fails in _st_create_shadow_pipeline_from_actor, 
the
+CoglOffscreen* that was allocated earlier in the function is leaked.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=735705
+
+Signed-off-by: Aaron Plattner 
+---
+ src/st/st-private.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/st/st-private.c b/src/st/st-private.c
+index 559336c..d40eceb 100644
+--- a/src/st/st-private.c
 b/src/st/st-private.c
+@@ -442,6 +442,7 @@ _st_create_shadow_pipeline_from_actor (StShadow 
*shadow_spec,
+   if (!cogl_framebuffer_allocate (fb, _error))
+ {
+   cogl_error_free (catch_error);
++  cogl_object_unref (offscreen);
+   cogl_object_unref (buffer);
+   return NULL;
+ }
+-- 
+cgit v0.12
+


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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:44:33
  Author: arojas
Revision: 264199

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

Added:
  kdewebdev/repos/kde-unstable-i686/PKGBUILD
(from rev 264198, kdewebdev/kde-unstable/PKGBUILD)
  kdewebdev/repos/kde-unstable-i686/kdewebdev-kimagemapeditor.install
(from rev 264198, kdewebdev/kde-unstable/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/kde-unstable-i686/kdewebdev.install
(from rev 264198, kdewebdev/kde-unstable/kdewebdev.install)
  kdewebdev/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264198, kdewebdev/kde-unstable/PKGBUILD)
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev-kimagemapeditor.install
(from rev 264198, kdewebdev/kde-unstable/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev.install
(from rev 264198, kdewebdev/kde-unstable/kdewebdev.install)
Deleted:
  kdewebdev/repos/kde-unstable-i686/PKGBUILD
  kdewebdev/repos/kde-unstable-i686/kdewebdev-kimagemapeditor.install
  kdewebdev/repos/kde-unstable-i686/kdewebdev.install
  kdewebdev/repos/kde-unstable-x86_64/PKGBUILD
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev-kimagemapeditor.install
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev.install

---+
 /PKGBUILD |  144 
 /kdewebdev-kimagemapeditor.install|   24 ++
 /kdewebdev.install|   22 ++
 kde-unstable-i686/PKGBUILD|   72 
 kde-unstable-i686/kdewebdev-kimagemapeditor.install   |   12 -
 kde-unstable-i686/kdewebdev.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   72 
 kde-unstable-x86_64/kdewebdev-kimagemapeditor.install |   12 -
 kde-unstable-x86_64/kdewebdev.install |   11 -
 9 files changed, 190 insertions(+), 190 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:44:02 UTC (rev 264198)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:44:33 UTC (rev 264199)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdewebdev
-pkgname=('kdewebdev-kfilereplace'
- 'kdewebdev-kimagemapeditor'
- 'kdewebdev-klinkstatus'
- 'kdewebdev-kommander')
-pkgver=16.03.80
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdewebdev')
-makedepends=('cmake' 'automoc4' 'ruby' 'tidy' 'kdepimlibs4' 'boost')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('f967995066adc3cd0bbb2819e9ac1b610327a5f6')
-
-build() {
-   cd $srcdir
-   mkdir -p build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdewebdev-kfilereplace() {
-   pkgdesc='Search & Replace Tool'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/utilities/kfilereplace/;
-   install='kdewebdev.install'
-   cd $srcdir/build/kfilereplace
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kfilereplace
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-kimagemapeditor() {
-   pkgdesc='HTML Image Map Editor'
-   depends=('kdebase-runtime')
-url="http://www.kde.org/applications/development/kimagemapeditor/;
-   install='kdewebdev-kimagemapeditor.install'
-   cd $srcdir/build/kimagemapeditor
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kimagemapeditor
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-klinkstatus() {
-   pkgdesc='Link Checker'
-   depends=('kdebase-runtime' 'kdepimlibs4' 'tidy')
-url="http://www.kde.org/applications/development/klinkstatus/;
-   install='kdewebdev.install'
-   cd $srcdir/build/klinkstatus
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/klinkstatus
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-kommander() {
-   pkgdesc='Executor for Kommander dialogs'
-   depends=('kdebase-runtime')
-url="http://www.kde.org/applications/development/kommander/;
-   cd $srcdir/build/kommander
-   make DESTDIR=$pkgdir install
-}

Copied: kdewebdev/repos/kde-unstable-i686/PKGBUILD (from rev 264198, 
kdewebdev/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:44:33 UTC (rev 264199)
@@ -0,0 +1,72 @@
+# $Id$
+# 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:43:37
  Author: arojas
Revision: 264197

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:43:11 UTC (rev 264196)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:43:37 UTC (rev 264197)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
-license=('GPL' 'LGPL' 'FDL')
-depends=('libcups' 'plasma-framework')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('kdeutils-print-manager')
-conflicts=('kdeutils-print-manager')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
-sha1sums=('2900247706bb22a5d8ae1ae6234e442cd672b41f')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../print-manager-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: print-manager/repos/kde-unstable-i686/PKGBUILD (from rev 264196, 
print-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:43:37 UTC (rev 264197)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=print-manager
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+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=("http://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('85b84ea6db6278894c06856f39dc69f680dd5e90')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../print-manager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:43:11 UTC (rev 264196)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:43:37 UTC (rev 264197)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
-license=('GPL' 'LGPL' 'FDL')
-depends=('libcups' 'plasma-framework')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('kdeutils-print-manager')
-conflicts=('kdeutils-print-manager')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
-sha1sums=('2900247706bb22a5d8ae1ae6234e442cd672b41f')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../print-manager-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:43:11
  Author: arojas
Revision: 264196

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

Added:
  kwalletmanager/repos/kde-unstable-i686/PKGBUILD
(from rev 264195, kwalletmanager/kde-unstable/PKGBUILD)
  kwalletmanager/repos/kde-unstable-i686/kwalletmanager.install
(from rev 264195, kwalletmanager/kde-unstable/kwalletmanager.install)
  kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264195, kwalletmanager/kde-unstable/PKGBUILD)
  kwalletmanager/repos/kde-unstable-x86_64/kwalletmanager.install
(from rev 264195, kwalletmanager/kde-unstable/kwalletmanager.install)
Deleted:
  kwalletmanager/repos/kde-unstable-i686/PKGBUILD
  kwalletmanager/repos/kde-unstable-i686/kwalletmanager.install
  kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD
  kwalletmanager/repos/kde-unstable-x86_64/kwalletmanager.install

+
 /PKGBUILD  |   82 +++
 /kwalletmanager.install|   26 
 kde-unstable-i686/PKGBUILD |   41 -
 kde-unstable-i686/kwalletmanager.install   |   13 
 kde-unstable-x86_64/PKGBUILD   |   41 -
 kde-unstable-x86_64/kwalletmanager.install |   13 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:42:48 UTC (rev 264195)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:43:11 UTC (rev 264196)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwalletmanager
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Wallet management tool'
-arch=(i686 x86_64)
-url='http://www.kde.org/applications/system/kwalletmanager/'
-license=(LGPL)
-depends=(kdelibs4support kcmutils hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools)
-conflicts=(kdeutils-kwalletmanager)
-replaces=(kdeutils-kwalletmanager)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('259ec338ae6e61c9c620846e93a625db')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kwalletmanager/repos/kde-unstable-i686/PKGBUILD (from rev 264195, 
kwalletmanager/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:43:11 UTC (rev 264196)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwalletmanager
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Wallet management tool'
+arch=(i686 x86_64)
+url='http://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kdelibs4support kcmutils hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+conflicts=(kdeutils-kwalletmanager)
+replaces=(kdeutils-kwalletmanager)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('b96e6e94d359e45dcc815055850f6487')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/kwalletmanager.install
===
--- kde-unstable-i686/kwalletmanager.install2016-04-08 07:42:48 UTC (rev 
264195)
+++ kde-unstable-i686/kwalletmanager.install2016-04-08 07:43:11 UTC (rev 
264196)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: kwalletmanager/repos/kde-unstable-i686/kwalletmanager.install (from rev 
264195, kwalletmanager/kde-unstable/kwalletmanager.install)
===
--- kde-unstable-i686/kwalletmanager.install(rev 0)
+++ kde-unstable-i686/kwalletmanager.install2016-04-08 07:43:11 UTC (rev 
264196)
@@ 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:44:02
  Author: arojas
Revision: 264198

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:43:37 UTC (rev 264197)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:44:02 UTC (rev 264198)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='System Cleaner'
-url='http://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
-sha1sums=('3ddcc044697168e66eeefbd5897aa79c316faee1')
-
-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
-}

Copied: kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD (from rev 264197, 
kdeutils-sweeper/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:44:02 UTC (rev 264198)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('ad8a63e0b9ccb10f1701d2ed3dcfac685a7b0c0d')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:43:37 UTC (rev 264197)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:44:02 UTC (rev 264198)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='System Cleaner'
-url='http://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
-sha1sums=('3ddcc044697168e66eeefbd5897aa79c316faee1')
-
-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
-}

Copied: kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 264197, 
kdeutils-sweeper/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:44:02 UTC (rev 264198)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:42:48
  Author: arojas
Revision: 264195

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

Added:
  ktimer/repos/kde-unstable-i686/PKGBUILD
(from rev 264194, ktimer/kde-unstable/PKGBUILD)
  ktimer/repos/kde-unstable-i686/ktimer.install
(from rev 264194, ktimer/kde-unstable/ktimer.install)
  ktimer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264194, ktimer/kde-unstable/PKGBUILD)
  ktimer/repos/kde-unstable-x86_64/ktimer.install
(from rev 264194, ktimer/kde-unstable/ktimer.install)
Deleted:
  ktimer/repos/kde-unstable-i686/PKGBUILD
  ktimer/repos/kde-unstable-i686/ktimer.install
  ktimer/repos/kde-unstable-x86_64/PKGBUILD
  ktimer/repos/kde-unstable-x86_64/ktimer.install

+
 /PKGBUILD  |   70 +++
 /ktimer.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/ktimer.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/ktimer.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:42:25 UTC (rev 264194)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:42:48 UTC (rev 264195)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktimer
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://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')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
-sha1sums=('09cae75f32e3698cbde8f72289c261f81da73e1c')
-
-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
-}

Copied: ktimer/repos/kde-unstable-i686/PKGBUILD (from rev 264194, 
ktimer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:42:48 UTC (rev 264195)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktimer
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://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')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('adf2bc53a538cc5486d32aa3563a2061a7886b0d')
+
+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
+}

Deleted: kde-unstable-i686/ktimer.install
===
--- kde-unstable-i686/ktimer.install2016-04-08 07:42:25 UTC (rev 264194)
+++ kde-unstable-i686/ktimer.install2016-04-08 07:42:48 UTC (rev 264195)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: ktimer/repos/kde-unstable-i686/ktimer.install (from rev 264194, 
ktimer/kde-unstable/ktimer.install)
===
--- kde-unstable-i686/ktimer.install(rev 0)
+++ kde-unstable-i686/ktimer.install2016-04-08 07:42:48 UTC (rev 264195)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:42:25 UTC (rev 264194)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:42:48 UTC (rev 264195)
@@ -1,35 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:42:25
  Author: arojas
Revision: 264194

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

Added:
  kteatime/repos/kde-unstable-i686/PKGBUILD
(from rev 264193, kteatime/kde-unstable/PKGBUILD)
  kteatime/repos/kde-unstable-i686/kteatime.install
(from rev 264193, kteatime/kde-unstable/kteatime.install)
  kteatime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264193, kteatime/kde-unstable/PKGBUILD)
  kteatime/repos/kde-unstable-x86_64/kteatime.install
(from rev 264193, kteatime/kde-unstable/kteatime.install)
Deleted:
  kteatime/repos/kde-unstable-i686/PKGBUILD
  kteatime/repos/kde-unstable-i686/kteatime.install
  kteatime/repos/kde-unstable-x86_64/PKGBUILD
  kteatime/repos/kde-unstable-x86_64/kteatime.install

--+
 /PKGBUILD|   70 +
 /kteatime.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kteatime.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kteatime.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:42:00 UTC (rev 264193)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:42:25 UTC (rev 264194)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kteatime
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Tea Cooker'
-url='http://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')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
-sha1sums=('9975e1a73af8faa5789b4e965b7acd1302afdbfd')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kteatime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kteatime/repos/kde-unstable-i686/PKGBUILD (from rev 264193, 
kteatime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:42:25 UTC (rev 264194)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kteatime
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://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')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('75bb737921f1f7b99a10d4af8a13601e85891b53')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kteatime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kteatime.install
===
--- kde-unstable-i686/kteatime.install  2016-04-08 07:42:00 UTC (rev 264193)
+++ kde-unstable-i686/kteatime.install  2016-04-08 07:42:25 UTC (rev 264194)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kteatime/repos/kde-unstable-i686/kteatime.install (from rev 264193, 
kteatime/kde-unstable/kteatime.install)
===
--- kde-unstable-i686/kteatime.install  (rev 0)
+++ kde-unstable-i686/kteatime.install  2016-04-08 07:42:25 UTC (rev 264194)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:42:00 UTC (rev 264193)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:42:25 UTC (rev 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:42:00
  Author: arojas
Revision: 264193

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

Added:
  kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
(from rev 264192, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
  
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
(from rev 264192, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264192, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
  
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install
(from rev 264192, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
Deleted:
  kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
  
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
  
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install

-+
 /PKGBUILD   |   70 ++
 /kdeutils-kremotecontrol.install|   22 +
 kde-unstable-i686/PKGBUILD  |   35 -
 kde-unstable-i686/kdeutils-kremotecontrol.install   |   11 --
 kde-unstable-x86_64/PKGBUILD|   35 -
 kde-unstable-x86_64/kdeutils-kremotecontrol.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:41:35 UTC (rev 264192)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:42:00 UTC (rev 264193)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kremotecontrol
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='http://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')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
-sha1sums=('916e25acce5b5a7653d9308b03c37d81b2539835')
-
-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
-}

Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD (from rev 
264192, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:42:00 UTC (rev 264193)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kremotecontrol
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://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')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('f6176d729e85561deedb01115e3f36f08a9e72e8')
+
+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
+}

Deleted: kde-unstable-i686/kdeutils-kremotecontrol.install
===
--- kde-unstable-i686/kdeutils-kremotecontrol.install   2016-04-08 07:41:35 UTC 
(rev 264192)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install   2016-04-08 07:42:00 UTC 
(rev 264193)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install 
(from rev 264192, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===
--- kde-unstable-i686/kdeutils-kremotecontrol.install 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:41:12
  Author: arojas
Revision: 264191

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

Added:
  kfloppy/repos/kde-unstable-i686/PKGBUILD
(from rev 264190, kfloppy/kde-unstable/PKGBUILD)
  kfloppy/repos/kde-unstable-i686/kfloppy.install
(from rev 264190, kfloppy/kde-unstable/kfloppy.install)
  kfloppy/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264190, kfloppy/kde-unstable/PKGBUILD)
  kfloppy/repos/kde-unstable-x86_64/kfloppy.install
(from rev 264190, kfloppy/kde-unstable/kfloppy.install)
Deleted:
  kfloppy/repos/kde-unstable-i686/PKGBUILD
  kfloppy/repos/kde-unstable-i686/kfloppy.install
  kfloppy/repos/kde-unstable-x86_64/PKGBUILD
  kfloppy/repos/kde-unstable-x86_64/kfloppy.install

-+
 /PKGBUILD   |   78 ++
 /kfloppy.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   39 -
 kde-unstable-i686/kfloppy.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   39 -
 kde-unstable-x86_64/kfloppy.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:40:49 UTC (rev 264190)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:41:12 UTC (rev 264191)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kfloppy
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='http://kde.org/applications/utilities/kfloppy/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kdelibs4support hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdeutils-kfloppy)
-replaces=(kdeutils-kfloppy)
-groups=(kde-applications kdeutils)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('53e48b94a207f48f76bb7f23271b817ad70c61d0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kfloppy/repos/kde-unstable-i686/PKGBUILD (from rev 264190, 
kfloppy/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:41:12 UTC (rev 264191)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfloppy
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs4support hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdeutils-kfloppy)
+replaces=(kdeutils-kfloppy)
+groups=(kde-applications kdeutils)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('c266c8aa41ee4e7505d3ed439430348258c5b462')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kfloppy.install
===
--- kde-unstable-i686/kfloppy.install   2016-04-08 07:40:49 UTC (rev 264190)
+++ kde-unstable-i686/kfloppy.install   2016-04-08 07:41:12 UTC (rev 264191)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kfloppy/repos/kde-unstable-i686/kfloppy.install (from rev 264190, 
kfloppy/kde-unstable/kfloppy.install)
===
--- kde-unstable-i686/kfloppy.install   (rev 0)
+++ kde-unstable-i686/kfloppy.install   2016-04-08 07:41:12 UTC (rev 264191)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:41:35
  Author: arojas
Revision: 264192

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

Added:
  kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD
(from rev 264191, kdeutils-kgpg/kde-unstable/PKGBUILD)
  kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install
(from rev 264191, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
  kdeutils-kgpg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264191, kdeutils-kgpg/kde-unstable/PKGBUILD)
  kdeutils-kgpg/repos/kde-unstable-x86_64/kdeutils-kgpg.install
(from rev 264191, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
Deleted:
  kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install
  kdeutils-kgpg/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kgpg/repos/kde-unstable-x86_64/kdeutils-kgpg.install

---+
 /PKGBUILD |   70 
 /kdeutils-kgpg.install|   24 +
 kde-unstable-i686/PKGBUILD|   35 --
 kde-unstable-i686/kdeutils-kgpg.install   |   12 
 kde-unstable-x86_64/PKGBUILD  |   35 --
 kde-unstable-x86_64/kdeutils-kgpg.install |   12 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:41:12 UTC (rev 264191)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:41:35 UTC (rev 264192)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kgpg
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
-sha1sums=('3d85d26fdd8299d9a66f11c966afcafecf970f13')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kgpg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD (from rev 264191, 
kdeutils-kgpg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:41:35 UTC (rev 264192)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kgpg
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('1af4d6c2ef8c4a932eec76d1079f27e84685822c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kgpg.install
===
--- kde-unstable-i686/kdeutils-kgpg.install 2016-04-08 07:41:12 UTC (rev 
264191)
+++ kde-unstable-i686/kdeutils-kgpg.install 2016-04-08 07:41:35 UTC (rev 
264192)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install (from rev 
264191, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
===
--- kde-unstable-i686/kdeutils-kgpg.install (rev 0)
+++ kde-unstable-i686/kdeutils-kgpg.install 2016-04-08 07:41:35 UTC (rev 
264192)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:41:12 UTC (rev 264191)
+++ 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:40:49
  Author: arojas
Revision: 264190

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

Added:
  kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD
(from rev 264189, kdeutils-kdf/kde-unstable/PKGBUILD)
  kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install
(from rev 264189, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
  kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264189, kdeutils-kdf/kde-unstable/PKGBUILD)
  kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install
(from rev 264189, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
Deleted:
  kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install
  kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install

--+
 /PKGBUILD|   66 +
 /kdeutils-kdf.install|   22 +
 kde-unstable-i686/PKGBUILD   |   33 --
 kde-unstable-i686/kdeutils-kdf.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   33 --
 kde-unstable-x86_64/kdeutils-kdf.install |   11 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:40:26 UTC (rev 264189)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:40:49 UTC (rev 264190)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kdf
-pkgver=16.03.80
-pkgrel=1
-url="http://kde.org/applications/system/kdiskfree/;
-arch=('i686' 'x86_64')
-pkgdesc='View Disk Usage'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz;)
-sha1sums=('325ab3e4fb2ca2fc7b4fc6ec046a3fe396d113e3')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kdf-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD (from rev 264189, 
kdeutils-kdf/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:40:49 UTC (rev 264190)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kdf
+pkgver=16.03.90
+pkgrel=1
+url="http://kde.org/applications/system/kdiskfree/;
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('14497be41db5d8f7c866f2eaddb0493889795522')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kdf.install
===
--- kde-unstable-i686/kdeutils-kdf.install  2016-04-08 07:40:26 UTC (rev 
264189)
+++ kde-unstable-i686/kdeutils-kdf.install  2016-04-08 07:40:49 UTC (rev 
264190)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install (from rev 
264189, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
===
--- kde-unstable-i686/kdeutils-kdf.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kdf.install  2016-04-08 07:40:49 UTC (rev 
264190)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:40:26 UTC (rev 264189)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:40:49 UTC (rev 264190)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:40:26
  Author: arojas
Revision: 264189

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

Added:
  kdebugsettings/repos/kde-unstable-i686/PKGBUILD
(from rev 264188, kdebugsettings/kde-unstable/PKGBUILD)
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264188, kdebugsettings/kde-unstable/PKGBUILD)
Deleted:
  kdebugsettings/repos/kde-unstable-i686/PKGBUILD
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:40:04 UTC (rev 264188)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:40:26 UTC (rev 264189)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kdebugsettings
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='An application to enable/disable qCDebug'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kdebugsettings'
-license=(GPL)
-depends=(kconfigwidgets kio)
-makedepends=(extra-cmake-modules python)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0a1628746a3b1d604e4a705bef44fe5df5539a5ce86520438b77b74b45523bbc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kdebugsettings/repos/kde-unstable-i686/PKGBUILD (from rev 264188, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:40:26 UTC (rev 264189)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kdebugsettings'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha256sums=('48f1ce78e9cb1851bf2db8ef1fbfe7c5a3bdca883e47b5292e8c990e78a1fd09')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:40:04 UTC (rev 264188)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:40:26 UTC (rev 264189)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kdebugsettings
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='An application to enable/disable qCDebug'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kdebugsettings'
-license=(GPL)
-depends=(kconfigwidgets kio)
-makedepends=(extra-cmake-modules python)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0a1628746a3b1d604e4a705bef44fe5df5539a5ce86520438b77b74b45523bbc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 264188, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:40:26 UTC (rev 264189)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kdebugsettings'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:40:04
  Author: arojas
Revision: 264188

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

Added:
  kcharselect/repos/kde-unstable-i686/PKGBUILD
(from rev 264187, kcharselect/kde-unstable/PKGBUILD)
  kcharselect/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264187, kcharselect/kde-unstable/PKGBUILD)
Deleted:
  kcharselect/repos/kde-unstable-i686/PKGBUILD
  kcharselect/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   70 +
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:39:40 UTC (rev 264187)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:40:04 UTC (rev 264188)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kxmlgui')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=('kde-applications' 'kdeutils')
-conflicts=('kdeutils-kcharselect')
-replaces=('kdeutils-kcharselect')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
-sha1sums=('b7d108d90a53dd25d741da50bd3ee7c63e3ae482')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kcharselect-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kcharselect/repos/kde-unstable-i686/PKGBUILD (from rev 264187, 
kcharselect/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:40:04 UTC (rev 264188)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kde-applications' 'kdeutils')
+conflicts=('kdeutils-kcharselect')
+replaces=('kdeutils-kcharselect')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('a73506f54d5c614d55d2067b81f12ae129b5b869')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:39:40 UTC (rev 264187)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:40:04 UTC (rev 264188)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kxmlgui')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=('kde-applications' 'kdeutils')
-conflicts=('kdeutils-kcharselect')
-replaces=('kdeutils-kcharselect')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
-sha1sums=('b7d108d90a53dd25d741da50bd3ee7c63e3ae482')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kcharselect-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 264187, 
kcharselect/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:40:04 UTC (rev 264188)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:39:13
  Author: arojas
Revision: 264186

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

Added:
  filelight/repos/kde-unstable-i686/PKGBUILD
(from rev 264185, filelight/kde-unstable/PKGBUILD)
  filelight/repos/kde-unstable-i686/filelight.install
(from rev 264185, filelight/kde-unstable/filelight.install)
  filelight/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264185, filelight/kde-unstable/PKGBUILD)
  filelight/repos/kde-unstable-x86_64/filelight.install
(from rev 264185, filelight/kde-unstable/filelight.install)
Deleted:
  filelight/repos/kde-unstable-i686/PKGBUILD
  filelight/repos/kde-unstable-i686/filelight.install
  filelight/repos/kde-unstable-x86_64/PKGBUILD
  filelight/repos/kde-unstable-x86_64/filelight.install

---+
 /PKGBUILD |   76 
 /filelight.install|   26 ++
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/filelight.install   |   13 -
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/filelight.install |   13 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:38:50 UTC (rev 264185)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:39:13 UTC (rev 264186)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=filelight
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='View disk usage information'
-url='http://kde.org/applications/utilities/filelight'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kparts' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-filelight')
-conflicts=('kdeutils-filelight')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
-sha1sums=('691cb53e9616f610c0de20355ef219c96d787927')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: filelight/repos/kde-unstable-i686/PKGBUILD (from rev 264185, 
filelight/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:39:13 UTC (rev 264186)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('986f3b32fcf6e97645a1face2a2c556b3c2facef')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/filelight.install
===
--- kde-unstable-i686/filelight.install 2016-04-08 07:38:50 UTC (rev 264185)
+++ kde-unstable-i686/filelight.install 2016-04-08 07:39:13 UTC (rev 264186)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
-

Copied: filelight/repos/kde-unstable-i686/filelight.install (from rev 264185, 
filelight/kde-unstable/filelight.install)
===
--- kde-unstable-i686/filelight.install (rev 0)
+++ kde-unstable-i686/filelight.install 2016-04-08 07:39:13 UTC (rev 264186)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:39:40
  Author: arojas
Revision: 264187

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

Added:
  kcalc/repos/kde-unstable-i686/PKGBUILD
(from rev 264186, kcalc/kde-unstable/PKGBUILD)
  kcalc/repos/kde-unstable-i686/kcalc-qt5.6.patch
(from rev 264186, kcalc/kde-unstable/kcalc-qt5.6.patch)
  kcalc/repos/kde-unstable-i686/kcalc.install
(from rev 264186, kcalc/kde-unstable/kcalc.install)
  kcalc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264186, kcalc/kde-unstable/PKGBUILD)
  kcalc/repos/kde-unstable-x86_64/kcalc-qt5.6.patch
(from rev 264186, kcalc/kde-unstable/kcalc-qt5.6.patch)
  kcalc/repos/kde-unstable-x86_64/kcalc.install
(from rev 264186, kcalc/kde-unstable/kcalc.install)
Deleted:
  kcalc/repos/kde-unstable-i686/PKGBUILD
  kcalc/repos/kde-unstable-i686/kcalc-qt5.6.patch
  kcalc/repos/kde-unstable-i686/kcalc.install
  kcalc/repos/kde-unstable-x86_64/PKGBUILD
  kcalc/repos/kde-unstable-x86_64/kcalc-qt5.6.patch
  kcalc/repos/kde-unstable-x86_64/kcalc.install

---+
 /PKGBUILD |   88 
 /kcalc-qt5.6.patch|   22 
 /kcalc.install|   26 +
 kde-unstable-i686/PKGBUILD|   44 
 kde-unstable-i686/kcalc-qt5.6.patch   |   11 
 kde-unstable-i686/kcalc.install   |   13 
 kde-unstable-x86_64/PKGBUILD  |   44 
 kde-unstable-x86_64/kcalc-qt5.6.patch |   11 
 kde-unstable-x86_64/kcalc.install |   13 
 9 files changed, 136 insertions(+), 136 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:39:13 UTC (rev 264186)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:39:40 UTC (rev 264187)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcalc
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://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')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz;
 kcalc-qt5.6.patch)
-sha1sums=('c46bcb9baadab81fcf1a0c1b64e2dfef9c3e766b'
-  'd22bc7c30802cf7d7bec8d9da9049679ad5b754c')
-
-prepare() {
-  mkdir -p build
-
-# Workaround for null size window with Qt 5.6 (Fedora) 
https://bugs.kde.org/show_bug.cgi?id=360105
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kcalc-qt5.6.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalc/repos/kde-unstable-i686/PKGBUILD (from rev 264186, 
kcalc/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:39:40 UTC (rev 264187)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://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')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz;
 kcalc-qt5.6.patch)
+sha1sums=('3ce71874162a77357a754bbd38e92fa060a4b343'
+  'd22bc7c30802cf7d7bec8d9da9049679ad5b754c')
+
+prepare() {
+  mkdir -p build
+
+# Workaround for null size window with Qt 5.6 (Fedora) 
https://bugs.kde.org/show_bug.cgi?id=360105
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kcalc-qt5.6.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kcalc-qt5.6.patch
===
--- kde-unstable-i686/kcalc-qt5.6.patch 2016-04-08 07:39:13 UTC (rev 264186)
+++ kde-unstable-i686/kcalc-qt5.6.patch 2016-04-08 07:39:40 UTC (rev 264187)
@@ -1,11 +0,0 @@
 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:38:50
  Author: arojas
Revision: 264185

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

Added:
  ark/repos/kde-unstable-i686/PKGBUILD
(from rev 264184, ark/kde-unstable/PKGBUILD)
  ark/repos/kde-unstable-i686/ark.install
(from rev 264184, ark/kde-unstable/ark.install)
  ark/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264184, ark/kde-unstable/PKGBUILD)
  ark/repos/kde-unstable-x86_64/ark.install
(from rev 264184, ark/kde-unstable/ark.install)
Deleted:
  ark/repos/kde-unstable-i686/PKGBUILD
  ark/repos/kde-unstable-i686/ark.install
  ark/repos/kde-unstable-x86_64/PKGBUILD
  ark/repos/kde-unstable-x86_64/ark.install

-+
 /PKGBUILD   |   84 ++
 /ark.install|   26 +++
 kde-unstable-i686/PKGBUILD  |   42 ---
 kde-unstable-i686/ark.install   |   13 -
 kde-unstable-x86_64/PKGBUILD|   42 ---
 kde-unstable-x86_64/ark.install |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:38:24 UTC (rev 264184)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:38:50 UTC (rev 264185)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ark
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Archiving Tool'
-arch=(i686 x86_64)
-url='http://kde.org/applications/utilities/ark/'
-license=(GPL)
-depends=(kparts kpty libarchive hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('p7zip: 7Z format support' 'zip: ZIP compression support' 'unzip: 
ZIP format support' 'unrar: RAR format support')
-conflicts=(kdeutils-ark)
-replaces=(kdeutils-ark)
-groups=(kde-applications kdeutils)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('9adb253817f280a902652e4bd93f58a0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: ark/repos/kde-unstable-i686/PKGBUILD (from rev 264184, 
ark/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:38:50 UTC (rev 264185)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ark
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='http://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kparts kpty libarchive hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('p7zip: 7Z format support' 'zip: ZIP compression support' 'unzip: 
ZIP format support' 'unrar: RAR format support')
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6e87599691220a704b2118534f5c87f6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/ark.install
===
--- kde-unstable-i686/ark.install   2016-04-08 07:38:24 UTC (rev 264184)
+++ kde-unstable-i686/ark.install   2016-04-08 07:38:50 UTC (rev 264185)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: ark/repos/kde-unstable-i686/ark.install (from rev 264184, 
ark/kde-unstable/ark.install)
===
--- kde-unstable-i686/ark.install   (rev 0)
+++ kde-unstable-i686/ark.install   2016-04-08 07:38:50 UTC (rev 264185)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:38:24
  Author: arojas
Revision: 264184

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

Added:
  umbrello/repos/kde-unstable-i686/PKGBUILD
(from rev 264183, umbrello/kde-unstable/PKGBUILD)
  umbrello/repos/kde-unstable-i686/umbrello.install
(from rev 264183, umbrello/kde-unstable/umbrello.install)
  umbrello/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264183, umbrello/kde-unstable/PKGBUILD)
  umbrello/repos/kde-unstable-x86_64/umbrello.install
(from rev 264183, umbrello/kde-unstable/umbrello.install)
Deleted:
  umbrello/repos/kde-unstable-i686/PKGBUILD
  umbrello/repos/kde-unstable-i686/umbrello.install
  umbrello/repos/kde-unstable-x86_64/PKGBUILD
  umbrello/repos/kde-unstable-x86_64/umbrello.install

--+
 /PKGBUILD|   82 +
 /umbrello.install|   26 ++
 kde-unstable-i686/PKGBUILD   |   41 
 kde-unstable-i686/umbrello.install   |   13 -
 kde-unstable-x86_64/PKGBUILD |   41 
 kde-unstable-x86_64/umbrello.install |   13 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:38:01 UTC (rev 264183)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:38:24 UTC (rev 264184)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=umbrello
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='UML modeller'
-arch=(i686 x86_64)
-url='http://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(hicolor-icon-theme ktexteditor)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdesdk-umbrello)
-replaces=(kdesdk-umbrello)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('7a34b3b2f48c3ffaad67aed16de203c9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF \
--DBUILD_KF5=ON \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 264183, 
umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:38:24 UTC (rev 264184)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=umbrello
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('ab6e3fe156e40acdf9f2a654cab70159')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_KF5=ON \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/umbrello.install
===
--- kde-unstable-i686/umbrello.install  2016-04-08 07:38:01 UTC (rev 264183)
+++ kde-unstable-i686/umbrello.install  2016-04-08 07:38:24 UTC (rev 264184)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: umbrello/repos/kde-unstable-i686/umbrello.install (from rev 264183, 
umbrello/kde-unstable/umbrello.install)
===
--- kde-unstable-i686/umbrello.install  (rev 0)
+++ kde-unstable-i686/umbrello.install  2016-04-08 07:38:24 UTC (rev 264184)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD

[arch-commits] Commit in kdesdk-strigi-analyzers/repos (4 files)

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:37:37
  Author: arojas
Revision: 264182

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

Added:
  kdesdk-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD
(from rev 264181, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD)
  kdesdk-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264181, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD)
Deleted:
  kdesdk-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD
  kdesdk-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:37:13 UTC (rev 264181)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:37:37 UTC (rev 264182)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-strigi-analyzers
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Analyzer plugins for strigi'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('77948f839c9baa3b85a5aff318171203ba4c094e')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdesdk-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD (from rev 
264181, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:37:37 UTC (rev 264182)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('02a2765f56b2af8e5b791854e1043a5c7f326de0')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:37:13 UTC (rev 264181)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:37:37 UTC (rev 264182)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-strigi-analyzers
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Analyzer plugins for strigi'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('77948f839c9baa3b85a5aff318171203ba4c094e')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdesdk-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
264181, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:37:37 UTC (rev 264182)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:38:01
  Author: arojas
Revision: 264183

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:37:37 UTC (rev 264182)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:38:01 UTC (rev 264183)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('e22f532a41d204ed8e060971a6d37cc5aee1595e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 264182, 
kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:38:01 UTC (rev 264183)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f3c7a776feeff2ba1680dd09ba775a3673d4040a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:37:37 UTC (rev 264182)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:38:01 UTC (rev 264183)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('e22f532a41d204ed8e060971a6d37cc5aee1595e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
264182, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:38:01 UTC (rev 264183)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:37:13
  Author: arojas
Revision: 264181

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

Added:
  poxml/repos/kde-unstable-i686/PKGBUILD
(from rev 264180, poxml/kde-unstable/PKGBUILD)
  poxml/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264180, poxml/kde-unstable/PKGBUILD)
Deleted:
  poxml/repos/kde-unstable-i686/PKGBUILD
  poxml/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:36:48 UTC (rev 264180)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:37:13 UTC (rev 264181)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=poxml
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://projects.kde.org/projects/kde/kdesdk/poxml'
-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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('85a46737018fa215e8038ddfda777db217227d81')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: poxml/repos/kde-unstable-i686/PKGBUILD (from rev 264180, 
poxml/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:37:13 UTC (rev 264181)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=poxml
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('c3e630f5d0e3cdede23fb93fed96fcdd002d1d57')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:36:48 UTC (rev 264180)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:37:13 UTC (rev 264181)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=poxml
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://projects.kde.org/projects/kde/kdesdk/poxml'
-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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('85a46737018fa215e8038ddfda777db217227d81')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 264180, 
poxml/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:37:13 UTC (rev 264181)
@@ -0,0 +1,38 @@

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:36:48
  Author: arojas
Revision: 264180

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

Added:
  okteta/repos/kde-unstable-i686/PKGBUILD
(from rev 264179, okteta/kde-unstable/PKGBUILD)
  okteta/repos/kde-unstable-i686/okteta.install
(from rev 264179, okteta/kde-unstable/okteta.install)
  okteta/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264179, okteta/kde-unstable/PKGBUILD)
  okteta/repos/kde-unstable-x86_64/okteta.install
(from rev 264179, okteta/kde-unstable/okteta.install)
Deleted:
  okteta/repos/kde-unstable-i686/PKGBUILD
  okteta/repos/kde-unstable-i686/okteta.install
  okteta/repos/kde-unstable-x86_64/PKGBUILD
  okteta/repos/kde-unstable-x86_64/okteta.install

+
 /PKGBUILD  |   80 +++
 /okteta.install|   24 ++
 kde-unstable-i686/PKGBUILD |   40 -
 kde-unstable-i686/okteta.install   |   12 -
 kde-unstable-x86_64/PKGBUILD   |   40 -
 kde-unstable-x86_64/okteta.install |   12 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:36:22 UTC (rev 264179)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:36:48 UTC (rev 264180)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Hex Editor'
-url='http://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')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('c559fbde0d818a56a7741cbb35f17305df28bd9a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../okteta-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: okteta/repos/kde-unstable-i686/PKGBUILD (from rev 264179, 
okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:36:48 UTC (rev 264180)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://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')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('ff917cc633190c8cdeccad0263ef3e9ff911d2d2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/okteta.install
===
--- kde-unstable-i686/okteta.install2016-04-08 07:36:22 UTC (rev 264179)
+++ kde-unstable-i686/okteta.install2016-04-08 07:36:48 UTC (rev 264180)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: okteta/repos/kde-unstable-i686/okteta.install (from rev 264179, 
okteta/kde-unstable/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2016-04-08 07:36:48 UTC (rev 264180)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:36:22
  Author: arojas
Revision: 264179

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

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

+
 /PKGBUILD  |   84 +++
 /fix-python2-path.patch|   44 ++
 /lokalize.install  |   24 +++
 kde-unstable-i686/PKGBUILD |   42 -
 kde-unstable-i686/fix-python2-path.patch   |   22 ---
 kde-unstable-i686/lokalize.install |   12 ---
 kde-unstable-x86_64/PKGBUILD   |   42 -
 kde-unstable-x86_64/fix-python2-path.patch |   22 ---
 kde-unstable-x86_64/lokalize.install   |   12 ---
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:35:54 UTC (rev 264178)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:36:22 UTC (rev 264179)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=lokalize
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Computer-Aided Translation System'
-url='http://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')
-install=${pkgname}.install
-conflicts=('kdesdk-lokalize')
-replaces=('kdesdk-lokalize')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz;)
-sha1sums=('cab7166f50384f650994ae3a44872dc34000dff7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../lokalize-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  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-i686/PKGBUILD (from rev 264178, 
lokalize/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:36:22 UTC (rev 264179)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='http://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')
+install=${pkgname}.install
+conflicts=('kdesdk-lokalize')
+replaces=('kdesdk-lokalize')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz;)
+sha1sums=('2d43718375292c581c54ed03e9c7b1ba3c2ebef5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  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
+}

Deleted: kde-unstable-i686/fix-python2-path.patch
===
--- kde-unstable-i686/fix-python2-path.patch2016-04-08 07:35:54 UTC (rev 
264178)
+++ kde-unstable-i686/fix-python2-path.patch2016-04-08 07:36:22 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:35:54
  Author: arojas
Revision: 264178

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

Added:
  kompare/repos/kde-unstable-i686/PKGBUILD
(from rev 264177, kompare/kde-unstable/PKGBUILD)
  kompare/repos/kde-unstable-i686/kompare.install
(from rev 264177, kompare/kde-unstable/kompare.install)
  kompare/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264177, kompare/kde-unstable/PKGBUILD)
  kompare/repos/kde-unstable-x86_64/kompare.install
(from rev 264177, kompare/kde-unstable/kompare.install)
Deleted:
  kompare/repos/kde-unstable-i686/PKGBUILD
  kompare/repos/kde-unstable-i686/kompare.install
  kompare/repos/kde-unstable-x86_64/PKGBUILD
  kompare/repos/kde-unstable-x86_64/kompare.install

-+
 /PKGBUILD   |   78 ++
 /kompare.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   39 -
 kde-unstable-i686/kompare.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   39 -
 kde-unstable-x86_64/kompare.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:35:28 UTC (rev 264177)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:35:54 UTC (rev 264178)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kompare
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='http://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')
-install=${pkgname}.install
-conflicts=('kdesdk-kompare')
-replaces=('kdesdk-kompare')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz;)
-sha1sums=('da01779e7a5a62387d43d3eb29267570726f8e4e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kompare/repos/kde-unstable-i686/PKGBUILD (from rev 264177, 
kompare/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:35:54 UTC (rev 264178)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kompare
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://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')
+install=${pkgname}.install
+conflicts=('kdesdk-kompare')
+replaces=('kdesdk-kompare')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz;)
+sha1sums=('d9d8af148c4d58c4cf7f41bd39b8039f857cb10c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kompare.install
===
--- kde-unstable-i686/kompare.install   2016-04-08 07:35:28 UTC (rev 264177)
+++ kde-unstable-i686/kompare.install   2016-04-08 07:35:54 UTC (rev 264178)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kompare/repos/kde-unstable-i686/kompare.install (from rev 264177, 
kompare/kde-unstable/kompare.install)
===
--- kde-unstable-i686/kompare.install   (rev 0)
+++ kde-unstable-i686/kompare.install   2016-04-08 07:35:54 UTC (rev 264178)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:35:28
  Author: arojas
Revision: 264177

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

Added:
  kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD
(from rev 264176, kdesdk-kcachegrind/kde-unstable/PKGBUILD)
  kdesdk-kcachegrind/repos/kde-unstable-i686/kdesdk-kcachegrind.install
(from rev 264176, 
kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install)
  kdesdk-kcachegrind/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264176, kdesdk-kcachegrind/kde-unstable/PKGBUILD)
  kdesdk-kcachegrind/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install
(from rev 264176, 
kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install)
Deleted:
  kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD
  kdesdk-kcachegrind/repos/kde-unstable-i686/kdesdk-kcachegrind.install
  kdesdk-kcachegrind/repos/kde-unstable-x86_64/PKGBUILD
  kdesdk-kcachegrind/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install

+
 /PKGBUILD  |   80 +++
 /kdesdk-kcachegrind.install|   24 ++
 kde-unstable-i686/PKGBUILD |   40 ---
 kde-unstable-i686/kdesdk-kcachegrind.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD   |   40 ---
 kde-unstable-x86_64/kdesdk-kcachegrind.install |   12 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:35:02 UTC (rev 264176)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:35:28 UTC (rev 264177)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-kcachegrind
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Visualization of Performance Profiling Data'
-url='http://kde.org/applications/development/kcachegrind/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-optdepends=('php: PHP support')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
-sha1sums=('2ce7016f74618b08794de9ddf7f4cc1fecc71ef1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kcachegrind-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=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/bin/hotshot2calltree
-}

Copied: kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD (from rev 264176, 
kdesdk-kcachegrind/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:35:28 UTC (rev 264177)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-kcachegrind
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
+sha1sums=('56e4c2ef17beb9540eeabf54b4a5141fc4a9419f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=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/bin/hotshot2calltree
+}

Deleted: kde-unstable-i686/kdesdk-kcachegrind.install
===
--- kde-unstable-i686/kdesdk-kcachegrind.install2016-04-08 07:35:02 UTC 
(rev 264176)
+++ kde-unstable-i686/kdesdk-kcachegrind.install2016-04-08 07:35:28 UTC 
(rev 264177)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdesdk-kcachegrind/repos/kde-unstable-i686/kdesdk-kcachegrind.install 
(from rev 264176, kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install)
===
--- kde-unstable-i686/kdesdk-kcachegrind.install   

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:35:02
  Author: arojas
Revision: 264176

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

Added:
  kapptemplate/repos/kde-unstable-i686/PKGBUILD
(from rev 264175, kapptemplate/kde-unstable/PKGBUILD)
  kapptemplate/repos/kde-unstable-i686/kapptemplate.install
(from rev 264175, kapptemplate/kde-unstable/kapptemplate.install)
  kapptemplate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264175, kapptemplate/kde-unstable/PKGBUILD)
  kapptemplate/repos/kde-unstable-x86_64/kapptemplate.install
(from rev 264175, kapptemplate/kde-unstable/kapptemplate.install)
Deleted:
  kapptemplate/repos/kde-unstable-i686/PKGBUILD
  kapptemplate/repos/kde-unstable-i686/kapptemplate.install
  kapptemplate/repos/kde-unstable-x86_64/PKGBUILD
  kapptemplate/repos/kde-unstable-x86_64/kapptemplate.install

--+
 /PKGBUILD|   74 +
 /kapptemplate.install|   22 
 kde-unstable-i686/PKGBUILD   |   37 --
 kde-unstable-i686/kapptemplate.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 --
 kde-unstable-x86_64/kapptemplate.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:34:37 UTC (rev 264175)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:35:02 UTC (rev 264176)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kapptemplate
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='http://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdesdk-kapptemplate')
-conflicts=('kdesdk-kapptemplate')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('b70d49474338acabd5f5a3abf990177392f9d61c')
-
-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
-}

Copied: kapptemplate/repos/kde-unstable-i686/PKGBUILD (from rev 264175, 
kapptemplate/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:35:02 UTC (rev 264176)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapptemplate
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdesdk-kapptemplate')
+conflicts=('kdesdk-kapptemplate')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('bce0514092886037ef21ae1a06fb495eb924beef')
+
+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
+}

Deleted: kde-unstable-i686/kapptemplate.install
===
--- kde-unstable-i686/kapptemplate.install  2016-04-08 07:34:37 UTC (rev 
264175)
+++ kde-unstable-i686/kapptemplate.install  2016-04-08 07:35:02 UTC (rev 
264176)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kapptemplate/repos/kde-unstable-i686/kapptemplate.install (from rev 
264175, kapptemplate/kde-unstable/kapptemplate.install)
===
--- kde-unstable-i686/kapptemplate.install  (rev 0)
+++ kde-unstable-i686/kapptemplate.install  2016-04-08 07:35:02 UTC (rev 
264176)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:34:37
  Author: arojas
Revision: 264175

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:34:09 UTC (rev 264174)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:34:37 UTC (rev 264175)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dolphin-plugins
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Extra Dolphin plugins"
-arch=(i686 x86_64)
-url="https://projects.kde.org/dolphin-plugins;
-license=(LGPL)
-depends=(dolphin)
-makedepends=(extra-cmake-modules kdoctools ktexteditor)
-optdepends=('ktexteditor: Mercurial plugin')
-conflicts=(kdesdk-dolphin-plugins)
-replaces=(kdesdk-dolphin-plugins)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('a8f62a605e2a79c0f77f4a776212fead')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin-plugins/repos/kde-unstable-i686/PKGBUILD (from rev 264174, 
dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:34:37 UTC (rev 264175)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dolphin-plugins
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Extra Dolphin plugins"
+arch=(i686 x86_64)
+url="https://projects.kde.org/dolphin-plugins;
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules kdoctools ktexteditor)
+optdepends=('ktexteditor: Mercurial plugin')
+conflicts=(kdesdk-dolphin-plugins)
+replaces=(kdesdk-dolphin-plugins)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2ce2a854ee51512425b18e1b7d1af7ee')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:34:09 UTC (rev 264174)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:34:37 UTC (rev 264175)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dolphin-plugins
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Extra Dolphin plugins"
-arch=(i686 x86_64)
-url="https://projects.kde.org/dolphin-plugins;
-license=(LGPL)
-depends=(dolphin)
-makedepends=(extra-cmake-modules kdoctools ktexteditor)
-optdepends=('ktexteditor: Mercurial plugin')
-conflicts=(kdesdk-dolphin-plugins)
-replaces=(kdesdk-dolphin-plugins)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('a8f62a605e2a79c0f77f4a776212fead')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 264174, 
dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:34:09
  Author: arojas
Revision: 264174

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-08 07:33:52 UTC (rev 264173)
+++ PKGBUILD2016-04-08 07:34:09 UTC (rev 264174)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-dev-scripts
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
-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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('67135a7ca9ab32d9cabf6d26cff8a77d2727e2b2')
-
-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
-}

Copied: kde-dev-scripts/repos/kde-unstable-any/PKGBUILD (from rev 264173, 
kde-dev-scripts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-08 07:34:09 UTC (rev 264174)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-scripts
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d2d2927bc0e07e913266bdf3863486ffb161e569')
+
+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 kdesdk-cervisia/repos (8 files)

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:33:27
  Author: arojas
Revision: 264172

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

Added:
  kdesdk-cervisia/repos/kde-unstable-i686/PKGBUILD
(from rev 264171, kdesdk-cervisia/kde-unstable/PKGBUILD)
  kdesdk-cervisia/repos/kde-unstable-i686/kdesdk-cervisia.install
(from rev 264171, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install)
  kdesdk-cervisia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264171, kdesdk-cervisia/kde-unstable/PKGBUILD)
  kdesdk-cervisia/repos/kde-unstable-x86_64/kdesdk-cervisia.install
(from rev 264171, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install)
Deleted:
  kdesdk-cervisia/repos/kde-unstable-i686/PKGBUILD
  kdesdk-cervisia/repos/kde-unstable-i686/kdesdk-cervisia.install
  kdesdk-cervisia/repos/kde-unstable-x86_64/PKGBUILD
  kdesdk-cervisia/repos/kde-unstable-x86_64/kdesdk-cervisia.install

-+
 /PKGBUILD   |   64 ++
 /kdesdk-cervisia.install|   24 +
 kde-unstable-i686/PKGBUILD  |   32 -
 kde-unstable-i686/kdesdk-cervisia.install   |   12 
 kde-unstable-x86_64/PKGBUILD|   32 -
 kde-unstable-x86_64/kdesdk-cervisia.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:33:02 UTC (rev 264171)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:33:27 UTC (rev 264172)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-cervisia
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='CVS Frontend'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
-sha1sums=('576ca6c2528c44594a0108b9120bce0810815ae6')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../cervisia-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-cervisia/repos/kde-unstable-i686/PKGBUILD (from rev 264171, 
kdesdk-cervisia/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:33:27 UTC (rev 264172)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-cervisia
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
+sha1sums=('d8e3132cf63d9b74c588a632a4038ffe84b947e9')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../cervisia-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdesdk-cervisia.install
===
--- kde-unstable-i686/kdesdk-cervisia.install   2016-04-08 07:33:02 UTC (rev 
264171)
+++ kde-unstable-i686/kdesdk-cervisia.install   2016-04-08 07:33:27 UTC (rev 
264172)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdesdk-cervisia/repos/kde-unstable-i686/kdesdk-cervisia.install (from 
rev 264171, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install)
===
--- kde-unstable-i686/kdesdk-cervisia.install   (rev 0)
+++ kde-unstable-i686/kdesdk-cervisia.install   2016-04-08 07:33:27 UTC (rev 
264172)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:33:02 UTC (rev 264171)
+++ kde-unstable-x86_64/PKGBUILD

[arch-commits] Commit in kdesdk-dev-utils/repos (8 files)

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:33:52
  Author: arojas
Revision: 264173

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

Added:
  kdesdk-dev-utils/repos/kde-unstable-i686/PKGBUILD
(from rev 264172, kdesdk-dev-utils/kde-unstable/PKGBUILD)
  kdesdk-dev-utils/repos/kde-unstable-i686/kdesdk-dev-utils.install
(from rev 264172, kdesdk-dev-utils/kde-unstable/kdesdk-dev-utils.install)
  kdesdk-dev-utils/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264172, kdesdk-dev-utils/kde-unstable/PKGBUILD)
  kdesdk-dev-utils/repos/kde-unstable-x86_64/kdesdk-dev-utils.install
(from rev 264172, kdesdk-dev-utils/kde-unstable/kdesdk-dev-utils.install)
Deleted:
  kdesdk-dev-utils/repos/kde-unstable-i686/PKGBUILD
  kdesdk-dev-utils/repos/kde-unstable-i686/kdesdk-dev-utils.install
  kdesdk-dev-utils/repos/kde-unstable-x86_64/PKGBUILD
  kdesdk-dev-utils/repos/kde-unstable-x86_64/kdesdk-dev-utils.install

--+
 /PKGBUILD|   72 +
 /kdesdk-dev-utils.install|   24 
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-i686/kdesdk-dev-utils.install   |   12 
 kde-unstable-x86_64/PKGBUILD |   36 
 kde-unstable-x86_64/kdesdk-dev-utils.install |   12 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:33:27 UTC (rev 264172)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:33:52 UTC (rev 264173)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-dev-utils
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
-   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
-replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
-  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
-sha1sums=('8b9769be4a4be365fdfc74ff8179566fa38e41ee')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kde-dev-utils-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-dev-utils/repos/kde-unstable-i686/PKGBUILD (from rev 264172, 
kdesdk-dev-utils/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:33:52 UTC (rev 264173)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-dev-utils
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
+sha1sums=('8674546bdc47ec9646ce0302959f2369c8a44979')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kde-dev-utils-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdesdk-dev-utils.install
===
--- kde-unstable-i686/kdesdk-dev-utils.install  2016-04-08 07:33:27 UTC (rev 
264172)
+++ kde-unstable-i686/kdesdk-dev-utils.install  2016-04-08 07:33:52 UTC (rev 
264173)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdesdk-dev-utils/repos/kde-unstable-i686/kdesdk-dev-utils.install (from 
rev 264172, kdesdk-dev-utils/kde-unstable/kdesdk-dev-utils.install)

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:33:02
  Author: arojas
Revision: 264171

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

Added:
  kleopatra/repos/kde-unstable-i686/PKGBUILD
(from rev 264170, kleopatra/kde-unstable/PKGBUILD)
  kleopatra/repos/kde-unstable-i686/kleopatra.install
(from rev 264170, kleopatra/kde-unstable/kleopatra.install)
  kleopatra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264170, kleopatra/kde-unstable/PKGBUILD)
  kleopatra/repos/kde-unstable-x86_64/kleopatra.install
(from rev 264170, kleopatra/kde-unstable/kleopatra.install)
Deleted:
  kleopatra/repos/kde-unstable-i686/PKGBUILD
  kleopatra/repos/kde-unstable-i686/kleopatra.install
  kleopatra/repos/kde-unstable-x86_64/PKGBUILD
  kleopatra/repos/kde-unstable-x86_64/kleopatra.install

---+
 /PKGBUILD |   72 
 /kleopatra.install|   24 ++
 kde-unstable-i686/PKGBUILD|   36 
 kde-unstable-i686/kleopatra.install   |   12 -
 kde-unstable-x86_64/PKGBUILD  |   36 
 kde-unstable-x86_64/kleopatra.install |   12 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:32:39 UTC (rev 264170)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:33:02 UTC (rev 264171)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Roja 
-
-pkgname=kleopatra
-pkgver=16.03.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)
-groups=(kde-applications kdepim)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('29ec5406cbad371fb9ea9a4ed96878c1fef45db0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kleopatra/repos/kde-unstable-i686/PKGBUILD (from rev 264170, 
kleopatra/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:33:02 UTC (rev 264171)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kleopatra
+pkgver=16.03.90
+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)
+groups=(kde-applications kdepim)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('de8e2e128c6875f32ce1bcf370eeaee19fb64aa9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kleopatra.install
===
--- kde-unstable-i686/kleopatra.install 2016-04-08 07:32:39 UTC (rev 264170)
+++ kde-unstable-i686/kleopatra.install 2016-04-08 07:33:02 UTC (rev 264171)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kleopatra/repos/kde-unstable-i686/kleopatra.install (from rev 264170, 
kleopatra/kde-unstable/kleopatra.install)
===
--- kde-unstable-i686/kleopatra.install (rev 0)
+++ kde-unstable-i686/kleopatra.install 2016-04-08 07:33:02 UTC (rev 264171)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:32:39 UTC 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:32:39
  Author: arojas
Revision: 264170

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

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

--+
 /PKGBUILD|   70 +
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:31:59 UTC (rev 264169)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:32:39 UTC (rev 264170)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-addons
-pkgver=16.03.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=(khtml mailcommon incidenceeditor libktnef libkgapi)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdepim)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('c87574c987643c86f040fbc2c3b98ac2ad5661f7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-addons/repos/kde-unstable-i686/PKGBUILD (from rev 264169, 
kdepim-addons/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:32:39 UTC (rev 264170)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Addons for KDE PIM applications'
+arch=(i686 x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL LGPL FDL)
+depends=(khtml mailcommon incidenceeditor libktnef libkgapi)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('4a37f46f807eb647749af567a82013c0792dd1e6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:31:59 UTC (rev 264169)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:32:39 UTC (rev 264170)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-addons
-pkgver=16.03.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=(khtml mailcommon incidenceeditor libktnef libkgapi)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdepim)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('c87574c987643c86f040fbc2c3b98ac2ad5661f7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 264169, 
kdepim-addons/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:32:39 UTC (rev 264170)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Addons for KDE PIM applications'
+arch=(i686 x86_64)
+url='https://community.kde.org/KDE_PIM'

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:31:01
  Author: arojas
Revision: 264168

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:30:36 UTC (rev 264167)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:31:01 UTC (rev 264168)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;
-   
ktp-text-ui-qt5.6.patch::"https://git.reviewboard.kde.org/r/127493/diff/raw/;)
-md5sums=('0659426d5131bf64b4f7cbe4e9a44958'
- '4832cb3f97a6311149a8974ad907f585')
-
-prepare() {
-  mkdir -p build
-
-# Fix displaying chats with Qt 5.6
-  cd $_pkgname-$pkgver
-  patch -p1 -i ../ktp-text-ui-qt5.6.patch
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-text-ui/repos/kde-unstable-i686/PKGBUILD (from rev 
264167, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:31:01 UTC (rev 264168)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Telepathy handler for Text Chats'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('fd60c1b7fb3585c38ffeeb6ab1e037ca')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:30:36 UTC (rev 264167)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:31:01 UTC (rev 264168)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;
-   
ktp-text-ui-qt5.6.patch::"https://git.reviewboard.kde.org/r/127493/diff/raw/;)
-md5sums=('0659426d5131bf64b4f7cbe4e9a44958'
- '4832cb3f97a6311149a8974ad907f585')
-
-prepare() {
-  

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:31:59
  Author: arojas
Revision: 264169

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

Added:
  kdepim/repos/kde-unstable-i686/PKGBUILD
(from rev 264168, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/kde-unstable-i686/akregator.install
(from rev 264168, kdepim/kde-unstable/akregator.install)
  kdepim/repos/kde-unstable-i686/kaddressbook.install
(from rev 264168, kdepim/kde-unstable/kaddressbook.install)
  kdepim/repos/kde-unstable-i686/kdepim.install
(from rev 264168, kdepim/kde-unstable/kdepim.install)
  kdepim/repos/kde-unstable-i686/kmail.install
(from rev 264168, kdepim/kde-unstable/kmail.install)
  kdepim/repos/kde-unstable-i686/korganizer.install
(from rev 264168, kdepim/kde-unstable/korganizer.install)
  kdepim/repos/kde-unstable-i686/ktnef.install
(from rev 264168, kdepim/kde-unstable/ktnef.install)
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264168, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/kde-unstable-x86_64/akregator.install
(from rev 264168, kdepim/kde-unstable/akregator.install)
  kdepim/repos/kde-unstable-x86_64/kaddressbook.install
(from rev 264168, kdepim/kde-unstable/kaddressbook.install)
  kdepim/repos/kde-unstable-x86_64/kdepim.install
(from rev 264168, kdepim/kde-unstable/kdepim.install)
  kdepim/repos/kde-unstable-x86_64/kmail.install
(from rev 264168, kdepim/kde-unstable/kmail.install)
  kdepim/repos/kde-unstable-x86_64/korganizer.install
(from rev 264168, kdepim/kde-unstable/korganizer.install)
  kdepim/repos/kde-unstable-x86_64/ktnef.install
(from rev 264168, kdepim/kde-unstable/ktnef.install)
Deleted:
  kdepim/repos/kde-unstable-i686/PKGBUILD
  kdepim/repos/kde-unstable-i686/akregator.install
  kdepim/repos/kde-unstable-i686/kaddressbook.install
  kdepim/repos/kde-unstable-i686/kdepim.install
  kdepim/repos/kde-unstable-i686/kmail.install
  kdepim/repos/kde-unstable-i686/korganizer.install
  kdepim/repos/kde-unstable-i686/ktnef.install
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
  kdepim/repos/kde-unstable-x86_64/akregator.install
  kdepim/repos/kde-unstable-x86_64/kaddressbook.install
  kdepim/repos/kde-unstable-x86_64/kdepim.install
  kdepim/repos/kde-unstable-x86_64/kmail.install
  kdepim/repos/kde-unstable-x86_64/korganizer.install
  kdepim/repos/kde-unstable-x86_64/ktnef.install

--+
 /PKGBUILD|  450 +
 /akregator.install   |   24 +
 /kaddressbook.install|   24 +
 /kdepim.install  |   26 +
 /kmail.install   |   24 +
 /korganizer.install  |   24 +
 /ktnef.install   |   24 +
 kde-unstable-i686/PKGBUILD   |  223 --
 kde-unstable-i686/akregator.install  |   12 
 kde-unstable-i686/kaddressbook.install   |   12 
 kde-unstable-i686/kdepim.install |   13 
 kde-unstable-i686/kmail.install  |   12 
 kde-unstable-i686/korganizer.install |   12 
 kde-unstable-i686/ktnef.install  |   12 
 kde-unstable-x86_64/PKGBUILD |  223 --
 kde-unstable-x86_64/akregator.install|   12 
 kde-unstable-x86_64/kaddressbook.install |   12 
 kde-unstable-x86_64/kdepim.install   |   13 
 kde-unstable-x86_64/kmail.install|   12 
 kde-unstable-x86_64/korganizer.install   |   12 
 kde-unstable-x86_64/ktnef.install|   12 
 21 files changed, 596 insertions(+), 592 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:31:01 UTC (rev 264168)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:31:59 UTC (rev 264169)
@@ -1,223 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdepim
-pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm 
kmail knotes kontact korganizer ktnef kdepim-common)
-pkgver=16.03.80
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://pim.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdepim')
-makedepends=(extra-cmake-modules kdepim-runtime qt5-tools kdoctools knewstuff 
khtml kpimtextedit
-   ktexteditor kdnssd kldap libktnef kontactinterface 
kxmlrpcclient kblog akonadi-search boost
-   libgravatar mailcommon incidenceeditor libksieve)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
-sha1sums=('56094202839bdfd1171dcf097066358b72444c4c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../$pkgbase-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_TESTING=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:30:13
  Author: arojas
Revision: 264166

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:29:50 UTC (rev 264165)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:30:13 UTC (rev 264166)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=16.03.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='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('ce5c5868bd2d7a01522f0ec0e230da4b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-integration-module/repos/kde-unstable-i686/PKGBUILD (from 
rev 264165, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:30:13 UTC (rev 264166)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=16.03.90
+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='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('6a076916346114a33f9e32bdb3b322a3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:29:50 UTC (rev 264165)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:30:13 UTC (rev 264166)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=16.03.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='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('ce5c5868bd2d7a01522f0ec0e230da4b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:30:36
  Author: arojas
Revision: 264167

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

Added:
  telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD
(from rev 264166, telepathy-kde-send-file/kde-unstable/PKGBUILD)
  
telepathy-kde-send-file/repos/kde-unstable-i686/telepathy-kde-send-file.install
(from rev 264166, 
telepathy-kde-send-file/kde-unstable/telepathy-kde-send-file.install)
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264166, telepathy-kde-send-file/kde-unstable/PKGBUILD)
  
telepathy-kde-send-file/repos/kde-unstable-x86_64/telepathy-kde-send-file.install
(from rev 264166, 
telepathy-kde-send-file/kde-unstable/telepathy-kde-send-file.install)
Deleted:
  telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD
  
telepathy-kde-send-file/repos/kde-unstable-i686/telepathy-kde-send-file.install
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD
  
telepathy-kde-send-file/repos/kde-unstable-x86_64/telepathy-kde-send-file.install

-+
 /PKGBUILD   |   76 ++
 /telepathy-kde-send-file.install|   22 +
 kde-unstable-i686/PKGBUILD  |   38 -
 kde-unstable-i686/telepathy-kde-send-file.install   |   11 --
 kde-unstable-x86_64/PKGBUILD|   38 -
 kde-unstable-x86_64/telepathy-kde-send-file.install |   11 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:30:13 UTC (rev 264166)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:30:36 UTC (rev 264167)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
-arch=('i686' 'x86_64')
-url='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-install=$pkgname.install
-md5sums=('7d940d19114b82908f48c37e84005a0e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD (from rev 
264166, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:30:36 UTC (rev 264167)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
+arch=('i686' 'x86_64')
+url='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('49e21bef4186d4ca1df112d3c0badfc5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/telepathy-kde-send-file.install
===
--- kde-unstable-i686/telepathy-kde-send-file.install   2016-04-08 07:30:13 UTC 
(rev 264166)
+++ kde-unstable-i686/telepathy-kde-send-file.install   2016-04-08 07:30:36 UTC 
(rev 264167)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-send-file/repos/kde-unstable-i686/telepathy-kde-send-file.install 
(from rev 264166, 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:29:50
  Author: arojas
Revision: 264165

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:29:26 UTC (rev 264164)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:29:50 UTC (rev 264165)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('3576d90bfa18191412069aed327485ce')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-filetransfer-handler/repos/kde-unstable-i686/PKGBUILD 
(from rev 264164, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:29:50 UTC (rev 264165)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='KDE Telepathy file transfer handler'
+arch=('i686' 'x86_64')
+url='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('a3ba9d06ce817faed5a29f06bd9410be')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:29:26 UTC (rev 264164)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:29:50 UTC (rev 264165)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('3576d90bfa18191412069aed327485ce')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:29:26
  Author: arojas
Revision: 264164

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:29:02 UTC (rev 264163)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:29:26 UTC (rev 264164)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='http://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')
-makedepends=('extra-cmake-modules' 'plasma-framework')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('cba6b4fe978a8ca5ce2534105bd58ab4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-desktop-applets/repos/kde-unstable-i686/PKGBUILD (from 
rev 264163, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:29:26 UTC (rev 264164)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='The KDE-Telepathy Plasma desktop applets'
+arch=('i686' 'x86_64')
+url='http://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')
+makedepends=('extra-cmake-modules' 'plasma-framework')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('68c574504deafc9b0f569892a47cb675')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:29:02 UTC (rev 264163)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:29:26 UTC (rev 264164)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='http://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')
-makedepends=('extra-cmake-modules' 'plasma-framework')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('cba6b4fe978a8ca5ce2534105bd58ab4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:29:02
  Author: arojas
Revision: 264163

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:28:38 UTC (rev 264162)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:29:02 UTC (rev 264163)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=('i686' 'x86_64')
-url='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('99d6aa18b53387e34bd742fc0072ac76')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-contact-runner/repos/kde-unstable-i686/PKGBUILD (from rev 
264162, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:29:02 UTC (rev 264163)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='KRunner plugin for KDE Telepathy'
+arch=('i686' 'x86_64')
+url='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('2b7fc3c4e5718965f2f5c0f1b5838417')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:28:38 UTC (rev 264162)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:29:02 UTC (rev 264163)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=('i686' 'x86_64')
-url='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('99d6aa18b53387e34bd742fc0072ac76')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 264162, 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:28:38
  Author: arojas
Revision: 264162

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

Added:
  telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD
(from rev 264161, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
  
telepathy-kde-contact-list/repos/kde-unstable-i686/telepathy-kde-contact-list.install
(from rev 264161, 
telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install)
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264161, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
  
telepathy-kde-contact-list/repos/kde-unstable-x86_64/telepathy-kde-contact-list.install
(from rev 264161, 
telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install)
Deleted:
  telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD
  
telepathy-kde-contact-list/repos/kde-unstable-i686/telepathy-kde-contact-list.install
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD
  
telepathy-kde-contact-list/repos/kde-unstable-x86_64/telepathy-kde-contact-list.install

+
 /PKGBUILD  |   76 +++
 /telepathy-kde-contact-list.install|   22 
 kde-unstable-i686/PKGBUILD |   38 ---
 kde-unstable-i686/telepathy-kde-contact-list.install   |   11 --
 kde-unstable-x86_64/PKGBUILD   |   38 ---
 kde-unstable-x86_64/telepathy-kde-contact-list.install |   11 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:28:15 UTC (rev 264161)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:28:38 UTC (rev 264162)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='KDE Telepathy contact list application'
-arch=('i686' 'x86_64')
-url='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-install=$pkgname.install
-md5sums=('d11db70b40a3f7e4921010cf4aef154a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD (from rev 
264161, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:28:38 UTC (rev 264162)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='KDE Telepathy contact list application'
+arch=('i686' 'x86_64')
+url='http://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=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('47ffd32d6add6abd4ddf01f0d4cd12e5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/telepathy-kde-contact-list.install
===
--- kde-unstable-i686/telepathy-kde-contact-list.install2016-04-08 
07:28:15 UTC (rev 264161)
+++ kde-unstable-i686/telepathy-kde-contact-list.install2016-04-08 
07:28:38 UTC (rev 264162)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:28:15
  Author: arojas
Revision: 264161

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:27:51 UTC (rev 264160)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:28:15 UTC (rev 264161)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=telepathy-kde-call-ui
-_pkgname=ktp-call-ui
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Voice/Video Call UI for Telepathy'
-arch=(i686 x86_64)
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=(kde-applications kdenetwork telepathy-kde)
-depends=(telepathy-kde-common-internals qt5-gstreamer)
-makedepends=(extra-cmake-modules boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
-md5sums=('6ed5d4ac8b1c77e1a02401d1d3c4b39b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-call-ui/repos/kde-unstable-i686/PKGBUILD (from rev 
264160, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:28:15 UTC (rev 264161)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Voice/Video Call UI for Telepathy'
+arch=(i686 x86_64)
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-kde-common-internals qt5-gstreamer)
+makedepends=(extra-cmake-modules boost)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
+md5sums=('3f231798c57038f96cbd4684142a65fd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:27:51 UTC (rev 264160)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:28:15 UTC (rev 264161)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=telepathy-kde-call-ui
-_pkgname=ktp-call-ui
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Voice/Video Call UI for Telepathy'
-arch=(i686 x86_64)
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=(kde-applications kdenetwork telepathy-kde)
-depends=(telepathy-kde-common-internals qt5-gstreamer)
-makedepends=(extra-cmake-modules boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
-md5sums=('6ed5d4ac8b1c77e1a02401d1d3c4b39b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 
264160, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:28:15 UTC (rev 264161)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:27:03
  Author: arojas
Revision: 264158

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:26:38 UTC (rev 264157)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:27:03 UTC (rev 264158)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'kaccounts-providers')
-makedepends=('extra-cmake-modules' 'intltool')
-optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('2b6bcbdc6d2dadb4efa2be57c50d0080')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-accounts-kcm/repos/kde-unstable-i686/PKGBUILD (from rev 
264157, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:27:03 UTC (rev 264158)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt5' 'kaccounts-providers')
+makedepends=('extra-cmake-modules' 'intltool')
+optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('81ebdce95f07bc2156d8933f89cdbe44')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:26:38 UTC (rev 264157)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:27:03 UTC (rev 264158)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'kaccounts-providers')
-makedepends=('extra-cmake-modules' 'intltool')
-optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('2b6bcbdc6d2dadb4efa2be57c50d0080')
-
-prepare() {
- 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:27:27
  Author: arojas
Revision: 264159

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:27:03 UTC (rev 264158)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:27:27 UTC (rev 264159)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='KDE Channel Approver for Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'knotifications' 'kservice')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('94c929474261e1be7d5995a9faa886ab')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-approver/repos/kde-unstable-i686/PKGBUILD (from rev 
264158, telepathy-kde-approver/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:27:27 UTC (rev 264159)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='KDE Channel Approver for Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt5' 'knotifications' 'kservice')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('09e7fb4dd60a4a7ad7b8d5c4e979be42')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:27:03 UTC (rev 264158)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:27:27 UTC (rev 264159)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='KDE Channel Approver for Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'knotifications' 'kservice')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('94c929474261e1be7d5995a9faa886ab')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD (from rev 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:27:51
  Author: arojas
Revision: 264160

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:27:27 UTC (rev 264159)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:27:51 UTC (rev 264160)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('67fb349131fb34abd503a065a2ca88c4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-auth-handler/repos/kde-unstable-i686/PKGBUILD (from rev 
264159, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:27:51 UTC (rev 264160)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('1b6c4b1d063116c439bc8c1b09206678')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:27:27 UTC (rev 264159)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:27:51 UTC (rev 264160)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('67fb349131fb34abd503a065a2ca88c4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON

[arch-commits] Commit in kdenetwork-zeroconf-ioslave/repos (4 files)

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:26:10
  Author: arojas
Revision: 264156

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:25:46 UTC (rev 264155)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:26:10 UTC (rev 264156)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
-sha1sums=('6cba49cd1ecd3c310e21203708884b7f2fde906c')
-
-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
-}

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD (from rev 
264155, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:26:10 UTC (rev 264156)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
+sha1sums=('f2fc43f8e30814af286e3f268e381bbf0ad1a0e9')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:25:46 UTC (rev 264155)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:26:10 UTC (rev 264156)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
-sha1sums=('6cba49cd1ecd3c310e21203708884b7f2fde906c')
-
-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
-}

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 264155, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:26:10 UTC (rev 264156)
@@ -0,0 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:26:38
  Author: arojas
Revision: 264157

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

Added:
  kio-extras/repos/kde-unstable-i686/PKGBUILD
(from rev 264156, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-i686/kio-extras.install
(from rev 264156, kio-extras/kde-unstable/kio-extras.install)
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264156, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-x86_64/kio-extras.install
(from rev 264156, kio-extras/kde-unstable/kio-extras.install)
Deleted:
  kio-extras/repos/kde-unstable-i686/PKGBUILD
  kio-extras/repos/kde-unstable-i686/kio-extras.install
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
  kio-extras/repos/kde-unstable-x86_64/kio-extras.install

+
 /PKGBUILD  |   78 +++
 /kio-extras.install|   22 
 kde-unstable-i686/PKGBUILD |   39 ---
 kde-unstable-i686/kio-extras.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   39 ---
 kde-unstable-x86_64/kio-extras.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:26:10 UTC (rev 264156)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:26:38 UTC (rev 264157)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=16.03.80
-pkgrel=2
-pkgdesc="Additional components to increase the functionality of KIO"
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/kio-extras'
-license=(LGPL)
-depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty kactivities)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdenetwork)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4ac753b450e1202c8c773ab5b7ad9b44')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kio-extras/repos/kde-unstable-i686/PKGBUILD (from rev 264156, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:26:38 UTC (rev 264157)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Additional components to increase the functionality of KIO"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kio-extras'
+license=(LGPL)
+depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty kactivities)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c140741f9c91bf34c0b315c5c2f5907d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/kio-extras.install
===
--- kde-unstable-i686/kio-extras.install2016-04-08 07:26:10 UTC (rev 
264156)
+++ kde-unstable-i686/kio-extras.install2016-04-08 07:26:38 UTC (rev 
264157)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 264156, 
kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2016-04-08 07:26:38 UTC (rev 
264157)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+  

[arch-commits] Commit in kdenetwork-strigi-analyzers/repos (4 files)

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:25:46
  Author: arojas
Revision: 264155

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

Added:
  kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD
(from rev 264154, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
  kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264154, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:25:21 UTC (rev 264154)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:25:46 UTC (rev 264155)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-strigi-analyzers
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Strigi analyzers for various network protocols'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('920fe2a0d37519141e394b597e3316d24ecd31d0')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD (from rev 
264154, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:25:46 UTC (rev 264155)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('8b18efa9fc93ca925869a4246cab4c602f019612')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:25:21 UTC (rev 264154)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:25:46 UTC (rev 264155)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-strigi-analyzers
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Strigi analyzers for various network protocols'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('920fe2a0d37519141e394b597e3316d24ecd31d0')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 264154, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:25:46 UTC (rev 264155)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:25:21
  Author: arojas
Revision: 264154

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

Added:
  krfb/repos/kde-unstable-i686/PKGBUILD
(from rev 264153, krfb/kde-unstable/PKGBUILD)
  krfb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264153, krfb/kde-unstable/PKGBUILD)
Deleted:
  krfb/repos/kde-unstable-i686/PKGBUILD
  krfb/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:24:55 UTC (rev 264153)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:25:21 UTC (rev 264154)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=krfb
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('a570f1cd53ca8239e15d01bbcbe2763e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krfb/repos/kde-unstable-i686/PKGBUILD (from rev 264153, 
krfb/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:25:21 UTC (rev 264154)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6b9d4c3406ef049ef066ef5386018fad')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:24:55 UTC (rev 264153)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:25:21 UTC (rev 264154)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=krfb
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('a570f1cd53ca8239e15d01bbcbe2763e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krfb/repos/kde-unstable-x86_64/PKGBUILD (from rev 264153, 
krfb/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:25:21 UTC (rev 264154)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=(i686 x86_64)

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:24:55
  Author: arojas
Revision: 264153

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

Added:
  krdc/repos/kde-unstable-i686/PKGBUILD
(from rev 264152, krdc/kde-unstable/PKGBUILD)
  krdc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264152, krdc/kde-unstable/PKGBUILD)
Deleted:
  krdc/repos/kde-unstable-i686/PKGBUILD
  krdc/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:24:29 UTC (rev 264152)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:24:55 UTC (rev 264153)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=krdc
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://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)
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-conflicts=(kdenetwork-krdc)
-replaces=(kdenetwork-krdc)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('e0f677844a4e942b96023738b3be10e27e6454b3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krdc/repos/kde-unstable-i686/PKGBUILD (from rev 264152, 
krdc/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:24:55 UTC (rev 264153)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=krdc
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://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)
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+conflicts=(kdenetwork-krdc)
+replaces=(kdenetwork-krdc)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('4b3c5d291091791c53efae0be1f08df23a0e4393')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:24:29 UTC (rev 264152)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:24:55 UTC (rev 264153)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=krdc
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://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)
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-conflicts=(kdenetwork-krdc)
-replaces=(kdenetwork-krdc)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('e0f677844a4e942b96023738b3be10e27e6454b3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
- 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:24:29
  Author: arojas
Revision: 264152

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

Added:
  kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD
(from rev 264151, kdenetwork-kppp/kde-unstable/PKGBUILD)
  kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install
(from rev 264151, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
  kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264151, kdenetwork-kppp/kde-unstable/PKGBUILD)
  kdenetwork-kppp/repos/kde-unstable-x86_64/kdenetwork-kppp.install
(from rev 264151, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
Deleted:
  kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install
  kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kppp/repos/kde-unstable-x86_64/kdenetwork-kppp.install

-+
 /PKGBUILD   |   64 ++
 /kdenetwork-kppp.install|   24 +
 kde-unstable-i686/PKGBUILD  |   32 -
 kde-unstable-i686/kdenetwork-kppp.install   |   12 
 kde-unstable-x86_64/PKGBUILD|   32 -
 kde-unstable-x86_64/kdenetwork-kppp.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:23:53 UTC (rev 264151)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:24:29 UTC (rev 264152)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kppp
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Internet Dial-Up Tool'
-url='http://kde.org/applications/internet/kppp/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'ppp')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz;)
-sha1sums=('308cd8e4dd7d6f5335a3ba604bdba09842857e75')
-
-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
-}

Copied: kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD (from rev 264151, 
kdenetwork-kppp/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:24:29 UTC (rev 264152)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kppp
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz;)
+sha1sums=('8374727a814f8cb5dd92dde3f4fe45e972d6c8c6')
+
+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
+}

Deleted: kde-unstable-i686/kdenetwork-kppp.install
===
--- kde-unstable-i686/kdenetwork-kppp.install   2016-04-08 07:23:53 UTC (rev 
264151)
+++ kde-unstable-i686/kdenetwork-kppp.install   2016-04-08 07:24:29 UTC (rev 
264152)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install (from 
rev 264151, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
===
--- kde-unstable-i686/kdenetwork-kppp.install   (rev 0)
+++ kde-unstable-i686/kdenetwork-kppp.install   2016-04-08 07:24:29 UTC (rev 
264152)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:23:53 UTC (rev 264151)
+++ kde-unstable-x86_64/PKGBUILD

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:23:53
  Author: arojas
Revision: 264151

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

Added:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
(from rev 264150, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 264150, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264150, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 264150, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
Deleted:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install

---+
 /PKGBUILD |   76 
 /kdenetwork-kopete.install|   24 +++
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/kdenetwork-kopete.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:23:25 UTC (rev 264150)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:23:53 UTC (rev 264151)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
-sha1sums=('2719755137a9d3062fe6149f5f0191fc2c546328')
-
-prepare() {
-  mkdir -p build
-}
-
-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-i686/PKGBUILD (from rev 264150, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:23:53 UTC (rev 264151)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('94703259df4b4554325727bf1cc503efc04c72a1')
+
+prepare() {
+  mkdir -p build
+}
+
+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
+}

Deleted: kde-unstable-i686/kdenetwork-kopete.install
===
--- kde-unstable-i686/kdenetwork-kopete.install 2016-04-08 07:23:25 UTC (rev 
264150)
+++ kde-unstable-i686/kdenetwork-kopete.install 2016-04-08 07:23:53 UTC (rev 
264151)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install 
(from rev 264150, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- kde-unstable-i686/kdenetwork-kopete.install (rev 0)
+++ 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:23:25
  Author: arojas
Revision: 264150

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

Added:
  kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD
(from rev 264149, kdenetwork-kget/kde-unstable/PKGBUILD)
  kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install
(from rev 264149, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
  kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264149, kdenetwork-kget/kde-unstable/PKGBUILD)
  kdenetwork-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install
(from rev 264149, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
Deleted:
  kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install
  kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install

-+
 /PKGBUILD   |   76 ++
 /kdenetwork-kget.install|   24 
 kde-unstable-i686/PKGBUILD  |   38 -
 kde-unstable-i686/kdenetwork-kget.install   |   12 
 kde-unstable-x86_64/PKGBUILD|   38 -
 kde-unstable-x86_64/kdenetwork-kget.install |   12 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:23:02 UTC (rev 264149)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:23:25 UTC (rev 264150)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kget
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Download Manager'
-url='http://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
-sha1sums=('24393735ac633b122c1cd4dc8d5936963307d486')
-
-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
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD (from rev 264149, 
kdenetwork-kget/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:23:25 UTC (rev 264150)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kget
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('13a202eb4f177968fd5b6f5c3725ef7696149810')
+
+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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdenetwork-kget.install
===
--- kde-unstable-i686/kdenetwork-kget.install   2016-04-08 07:23:02 UTC (rev 
264149)
+++ kde-unstable-i686/kdenetwork-kget.install   2016-04-08 07:23:25 UTC (rev 
264150)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install (from 
rev 264149, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
===
--- kde-unstable-i686/kdenetwork-kget.install   (rev 0)
+++ kde-unstable-i686/kdenetwork-kget.install   2016-04-08 07:23:25 UTC (rev 
264150)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:23:02
  Author: arojas
Revision: 264149

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

Added:
  kdenetwork-filesharing/repos/kde-unstable-i686/PKGBUILD
(from rev 264148, kdenetwork-filesharing/kde-unstable/PKGBUILD)
  kdenetwork-filesharing/repos/kde-unstable-i686/kdenetwork-filesharing.install
(from rev 264148, 
kdenetwork-filesharing/kde-unstable/kdenetwork-filesharing.install)
  kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264148, kdenetwork-filesharing/kde-unstable/PKGBUILD)
  
kdenetwork-filesharing/repos/kde-unstable-x86_64/kdenetwork-filesharing.install
(from rev 264148, 
kdenetwork-filesharing/kde-unstable/kdenetwork-filesharing.install)
Deleted:
  kdenetwork-filesharing/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-filesharing/repos/kde-unstable-i686/kdenetwork-filesharing.install
  kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD
  
kdenetwork-filesharing/repos/kde-unstable-x86_64/kdenetwork-filesharing.install

+
 /PKGBUILD  |   76 +++
 /kdenetwork-filesharing.install|   22 +
 kde-unstable-i686/PKGBUILD |   38 -
 kde-unstable-i686/kdenetwork-filesharing.install   |   11 --
 kde-unstable-x86_64/PKGBUILD   |   38 -
 kde-unstable-x86_64/kdenetwork-filesharing.install |   11 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:22:39 UTC (rev 264148)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:23:02 UTC (rev 264149)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-filesharing
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Properties dialog plugin to share a directory with the local network'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kio)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('samba: folder sharing')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('52ec44317fd99e4718dc66d0aaae836cbffacb4a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenetwork-filesharing/repos/kde-unstable-i686/PKGBUILD (from rev 
264148, kdenetwork-filesharing/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:23:02 UTC (rev 264149)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-filesharing
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Properties dialog plugin to share a directory with the local network'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('samba: folder sharing')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0bfb7e70b04c96f5233f60683d495c88c3d50880')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdenetwork-filesharing.install
===
--- kde-unstable-i686/kdenetwork-filesharing.install2016-04-08 07:22:39 UTC 
(rev 264148)
+++ kde-unstable-i686/kdenetwork-filesharing.install2016-04-08 07:23:02 UTC 
(rev 264149)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdenetwork-filesharing/repos/kde-unstable-i686/kdenetwork-filesharing.install 
(from rev 264148, 
kdenetwork-filesharing/kde-unstable/kdenetwork-filesharing.install)

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:22:39
  Author: arojas
Revision: 264148

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

Added:
  kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD
(from rev 264147, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
  kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264147, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
Deleted:
  kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:22:13 UTC (rev 264147)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:22:39 UTC (rev 264148)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="MPlayer based thumbnail generator for video files"
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde-applications' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
-sha1sums=('529ea3ef817b5c1c7785f414201d0ede5c5fa836')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 
264147, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:22:39 UTC (rev 264148)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde-applications' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
+sha1sums=('357e6778367bec581c7f8ab80093d36cfd799c98')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:22:13 UTC (rev 264147)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:22:39 UTC (rev 264148)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="MPlayer based thumbnail generator for video files"
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde-applications' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
-sha1sums=('529ea3ef817b5c1c7785f414201d0ede5c5fa836')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 264147, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:22:39 UTC (rev 264148)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:22:13
  Author: arojas
Revision: 264147

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

Added:
  kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD
(from rev 264146, kdemultimedia-kscd/kde-unstable/PKGBUILD)
  kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install
(from rev 264146, 
kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
  kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264146, kdemultimedia-kscd/kde-unstable/PKGBUILD)
  kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install
(from rev 264146, 
kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
Deleted:
  kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install
  kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install

+
 /PKGBUILD  |   64 +++
 /kdemultimedia-kscd.install|   22 +++
 kde-unstable-i686/PKGBUILD |   32 ---
 kde-unstable-i686/kdemultimedia-kscd.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD   |   32 ---
 kde-unstable-x86_64/kdemultimedia-kscd.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:21:50 UTC (rev 264146)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:22:13 UTC (rev 264147)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdebase-runtime' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz;)
-sha1sums=('f313f320bfb653398309fe7d526b9d55ca788c52')
-
-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
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD (from rev 264146, 
kdemultimedia-kscd/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:22:13 UTC (rev 264147)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-kscd
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="KDE CD player"
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz;)
+sha1sums=('2db217a21b1470b68bd821689394882cf79b745e')
+
+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
+}

Deleted: kde-unstable-i686/kdemultimedia-kscd.install
===
--- kde-unstable-i686/kdemultimedia-kscd.install2016-04-08 07:21:50 UTC 
(rev 264146)
+++ kde-unstable-i686/kdemultimedia-kscd.install2016-04-08 07:22:13 UTC 
(rev 264147)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install 
(from rev 264146, kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
===
--- kde-unstable-i686/kdemultimedia-kscd.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-kscd.install2016-04-08 07:22:13 UTC 
(rev 264147)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:21:14
  Author: arojas
Revision: 264145

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

Added:
  kdenlive/repos/kde-unstable-i686/PKGBUILD
(from rev 264144, kdenlive/kde-unstable/PKGBUILD)
  kdenlive/repos/kde-unstable-i686/kdenlive.install
(from rev 264144, kdenlive/kde-unstable/kdenlive.install)
  kdenlive/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264144, kdenlive/kde-unstable/PKGBUILD)
  kdenlive/repos/kde-unstable-x86_64/kdenlive.install
(from rev 264144, kdenlive/kde-unstable/kdenlive.install)
Deleted:
  kdenlive/repos/kde-unstable-i686/PKGBUILD
  kdenlive/repos/kde-unstable-i686/kdenlive.install
  kdenlive/repos/kde-unstable-x86_64/PKGBUILD
  kdenlive/repos/kde-unstable-x86_64/kdenlive.install

--+
 /PKGBUILD|   96 +
 /kdenlive.install|   26 
 kde-unstable-i686/PKGBUILD   |   48 
 kde-unstable-i686/kdenlive.install   |   13 
 kde-unstable-x86_64/PKGBUILD |   48 
 kde-unstable-x86_64/kdenlive.install |   13 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:20:48 UTC (rev 264144)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:21:14 UTC (rev 264145)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Zuf 
-# Contributor: Darwin Bautista 
-# Contributor: Gustavo Alvarez 
-
-pkgname=kdenlive
-pkgver=16.03.80
-pkgrel=2
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=(i686 x86_64)
-url="http://www.kdenlive.org/;
-license=(GPL)
-groups=(kde-applications kdemultimedia)
-depends=(knewstuff kplotting knotifyconfig kded kfilemetadata mlt glu 
sdl_image hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools v4l-utils)
-optdepends=('ffmpeg: for FFmpeg plugin'
-'cdrkit: 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'
-'plasma-desktop: theme configuration')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('ab71ed30cf040443f62e749812870968')
-install=$pkgname.install
-
-prepare(){
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}
-

Copied: kdenlive/repos/kde-unstable-i686/PKGBUILD (from rev 264144, 
kdenlive/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:21:14 UTC (rev 264145)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Zuf 
+# Contributor: Darwin Bautista 
+# Contributor: Gustavo Alvarez 
+
+pkgname=kdenlive
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=(i686 x86_64)
+url="http://www.kdenlive.org/;
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(knewstuff kplotting knotifyconfig kded kfilemetadata mlt glu 
sdl_image hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools v4l-utils)
+optdepends=('ffmpeg: for FFmpeg plugin'
+'cdrkit: 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'
+'plasma-desktop: theme configuration')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('3ecd2296810e1ca87880dc51ebcac491')
+install=$pkgname.install
+
+prepare(){
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}
+

Deleted: kde-unstable-i686/kdenlive.install

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:21:50
  Author: arojas
Revision: 264146

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

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

+
 /PKGBUILD  |  140 +++
 /kdemultimedia-kmix.install|   22 +++
 /use-qdbus-qt4.patch   |  118 +++
 kde-unstable-i686/PKGBUILD |   70 ---
 kde-unstable-i686/kdemultimedia-kmix.install   |   11 -
 kde-unstable-i686/use-qdbus-qt4.patch  |   59 -
 kde-unstable-x86_64/PKGBUILD   |   70 ---
 kde-unstable-x86_64/kdemultimedia-kmix.install |   11 -
 kde-unstable-x86_64/use-qdbus-qt4.patch|   59 -
 9 files changed, 280 insertions(+), 280 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:21:14 UTC (rev 264145)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:21:50 UTC (rev 264146)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kdemultimedia-kmix
-pkgname=('kdemultimedia-kmix' 'kmix')
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://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')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz;
-'use-qdbus-qt4.patch')
-sha1sums=('2d8d44872543890f86a3027af82b5eadc93d2eb5'
-  'f89a076c5a29c51d213864e27d07baf5400ece03')
-
-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 \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_kdemultimedia-kmix() {
-  depends=('kdebase-runtime')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  groups=('kde-applications' 'kdemultimedia')
-  install=$pkgbase.install
-  
-  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')
-  install=$pkgbase.install
-  
-  cd build-kf5
-  make DESTDIR="$pkgdir" install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD (from rev 264145, 
kdemultimedia-kmix/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:21:50 UTC (rev 264146)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kdemultimedia-kmix
+pkgname=('kdemultimedia-kmix' 'kmix')
+pkgver=16.03.90
+pkgrel=1

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:20:48
  Author: arojas
Revision: 264144

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

Added:
  kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD
(from rev 264143, kdemultimedia-juk/kde-unstable/PKGBUILD)
  kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install
(from rev 264143, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
  kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264143, kdemultimedia-juk/kde-unstable/PKGBUILD)
  kdemultimedia-juk/repos/kde-unstable-x86_64/kdemultimedia-juk.install
(from rev 264143, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
Deleted:
  kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install
  kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-juk/repos/kde-unstable-x86_64/kdemultimedia-juk.install

---+
 /PKGBUILD |   68 
 /kdemultimedia-juk.install|   22 +++
 kde-unstable-i686/PKGBUILD|   34 
 kde-unstable-i686/kdemultimedia-juk.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD  |   34 
 kde-unstable-x86_64/kdemultimedia-juk.install |   11 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:20:26 UTC (rev 264143)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:20:48 UTC (rev 264144)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='http://kde.org/applications/multimedia/juk/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdebase-runtime' 'taglib')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/juk-${pkgver}.tar.xz;)
-sha1sums=('7b76d4d587818a1fc2a4659fc58d691acbdfd91a')
-
-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
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD (from rev 264143, 
kdemultimedia-juk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:20:48 UTC (rev 264144)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-juk
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='http://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/juk-${pkgver}.tar.xz;)
+sha1sums=('01c47a9447dc4867521e4c8eded35e8b3fb2ec32')
+
+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
+}

Deleted: kde-unstable-i686/kdemultimedia-juk.install
===
--- kde-unstable-i686/kdemultimedia-juk.install 2016-04-08 07:20:26 UTC (rev 
264143)
+++ kde-unstable-i686/kdemultimedia-juk.install 2016-04-08 07:20:48 UTC (rev 
264144)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install 
(from rev 264143, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
===
--- kde-unstable-i686/kdemultimedia-juk.install (rev 0)
+++ kde-unstable-i686/kdemultimedia-juk.install 2016-04-08 07:20:48 UTC (rev 
264144)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:20:26
  Author: arojas
Revision: 264143

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

Added:
  ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD
(from rev 264142, ffmpegthumbs/kde-unstable/PKGBUILD)
  ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264142, ffmpegthumbs/kde-unstable/PKGBUILD)
Deleted:
  ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD
  ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:19:59 UTC (rev 264142)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:20:26 UTC (rev 264143)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=ffmpegthumbs
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/ffmpegthumbs'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg2.8)
-makedepends=(extra-cmake-modules git)
-replaces=(kdemultimedia-ffmpegthumbs)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('8bf8858c07e55775f58488f9a9277072')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix build against ffmpeg 3.0
-# patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
-}
-
-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 \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 264142, 
ffmpegthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:20:26 UTC (rev 264143)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/ffmpegthumbs'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdemultimedia)
+depends=(kio ffmpeg2.8)
+makedepends=(extra-cmake-modules git)
+replaces=(kdemultimedia-ffmpegthumbs)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('d52885dc7258647fa5d74de07949fd05')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix build against ffmpeg 3.0
+# patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
+}
+
+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 \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:19:59 UTC (rev 264142)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:20:26 UTC (rev 264143)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=ffmpegthumbs
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/ffmpegthumbs'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg2.8)
-makedepends=(extra-cmake-modules git)
-replaces=(kdemultimedia-ffmpegthumbs)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('8bf8858c07e55775f58488f9a9277072')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix build against ffmpeg 3.0
-# patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
-}
-
-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 \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD (from rev 264142, 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:19:59
  Author: arojas
Revision: 264142

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

Added:
  dragon/repos/kde-unstable-i686/PKGBUILD
(from rev 264141, dragon/kde-unstable/PKGBUILD)
  dragon/repos/kde-unstable-i686/dragon.install
(from rev 264141, dragon/kde-unstable/dragon.install)
  dragon/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264141, dragon/kde-unstable/PKGBUILD)
  dragon/repos/kde-unstable-x86_64/dragon.install
(from rev 264141, dragon/kde-unstable/dragon.install)
Deleted:
  dragon/repos/kde-unstable-i686/PKGBUILD
  dragon/repos/kde-unstable-i686/dragon.install
  dragon/repos/kde-unstable-x86_64/PKGBUILD
  dragon/repos/kde-unstable-x86_64/dragon.install

+
 /PKGBUILD  |   78 +++
 /dragon.install|   26 +++
 kde-unstable-i686/PKGBUILD |   39 -
 kde-unstable-i686/dragon.install   |   13 -
 kde-unstable-x86_64/PKGBUILD   |   39 -
 kde-unstable-x86_64/dragon.install |   13 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:19:36 UTC (rev 264141)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:19:59 UTC (rev 264142)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dragon
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
-arch=(i686 x86_64)
-url='http://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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('f61526a8b749c9534fe60bfb23987ca1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: dragon/repos/kde-unstable-i686/PKGBUILD (from rev 264141, 
dragon/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:19:59 UTC (rev 264142)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dragon
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
+arch=(i686 x86_64)
+url='http://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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('f201f0967ac9c05d8367ae4cdbe4b5b9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/dragon.install
===
--- kde-unstable-i686/dragon.install2016-04-08 07:19:36 UTC (rev 264141)
+++ kde-unstable-i686/dragon.install2016-04-08 07:19:59 UTC (rev 264142)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dragon/repos/kde-unstable-i686/dragon.install (from rev 264141, 
dragon/kde-unstable/dragon.install)
===
--- kde-unstable-i686/dragon.install(rev 0)
+++ kde-unstable-i686/dragon.install2016-04-08 07:19:59 UTC (rev 264142)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:19:36
  Author: arojas
Revision: 264141

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

Added:
  kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD
(from rev 264140, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
  kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264140, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
Deleted:
  kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:19:12 UTC (rev 264140)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:19:36 UTC (rev 264141)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Kioslave for accessing audio CDs"
-url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkcddb' 'libkcompactdisc' 'lame')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdemultimedia')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
-sha1sums=('bf5f37e26b21873c7bd02d03a364b3b3af76a377')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD (from rev 
264140, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:19:36 UTC (rev 264141)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkcddb' 'libkcompactdisc' 'lame')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
+sha1sums=('4559ba07c926eb8196cc34c7d0651e4eda951635')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../audiocd-kio-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:19:12 UTC (rev 264140)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:19:36 UTC (rev 264141)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Kioslave for accessing audio CDs"
-url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkcddb' 'libkcompactdisc' 'lame')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdemultimedia')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
-sha1sums=('bf5f37e26b21873c7bd02d03a364b3b3af76a377')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD (from rev 
264140, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:19:12
  Author: arojas
Revision: 264140

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

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

--+
 /PKGBUILD|   70 +
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:18:48 UTC (rev 264139)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:19:12 UTC (rev 264140)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('5881b91180a51738fbeb9868a058480423baa52f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
264139, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:19:12 UTC (rev 264140)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d89ae04571c11b50d0ae41a9eb1c1addbaea279b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:18:48 UTC (rev 264139)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:19:12 UTC (rev 264140)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('5881b91180a51738fbeb9868a058480423baa52f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
264139, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:19:12 UTC (rev 264140)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:18:48
  Author: arojas
Revision: 264139

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

Added:
  kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD
(from rev 264138, kdegraphics-svgpart/kde-unstable/PKGBUILD)
  kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264138, kdegraphics-svgpart/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:18:24 UTC (rev 264138)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:18:48 UTC (rev 264139)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A KPart for viewing SVGs"
-url="https://projects.kde.org/projects/kde/kdegraphics/svgpart;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
-sha1sums=('3a7256bf2d81dd9e8a896380126344607c85b1eb')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD (from rev 264138, 
kdegraphics-svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:18:48 UTC (rev 264139)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="A KPart for viewing SVGs"
+url="https://projects.kde.org/projects/kde/kdegraphics/svgpart;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
+sha1sums=('63c19546e904b1c380d86868743b3852e9eeda3c')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:18:24 UTC (rev 264138)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:18:48 UTC (rev 264139)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A KPart for viewing SVGs"
-url="https://projects.kde.org/projects/kde/kdegraphics/svgpart;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
-sha1sums=('3a7256bf2d81dd9e8a896380126344607c85b1eb')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD (from rev 
264138, kdegraphics-svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:18:48 UTC (rev 264139)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="A KPart for viewing SVGs"
+url="https://projects.kde.org/projects/kde/kdegraphics/svgpart;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 

[arch-commits] Commit in kdegraphics-strigi-analyzer/repos (4 files)

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:18:24
  Author: arojas
Revision: 264138

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

Added:
  kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD
(from rev 264137, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
  kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264137, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:17:58 UTC (rev 264137)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:18:24 UTC (rev 264138)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'libtiff')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c5584b9aaf900b17b7dab4c5f532ab3f96ce1604')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-strigi-analyzer/repos/kde-unstable-i686/PKGBUILD (from rev 
264137, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:18:24 UTC (rev 264138)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'libtiff')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7b97f93f6ca31fea82bbc2d2b1a12cb8cb05014d')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:17:58 UTC (rev 264137)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:18:24 UTC (rev 264138)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'libtiff')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c5584b9aaf900b17b7dab4c5f532ab3f96ce1604')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 264137, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:18:24 UTC (rev 264138)
@@ -0,0 +1,33 @@
+# 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:17:58
  Author: arojas
Revision: 264137

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

Added:
  spectacle/repos/kde-unstable-i686/PKGBUILD
(from rev 264136, spectacle/kde-unstable/PKGBUILD)
  spectacle/repos/kde-unstable-i686/spectacle.install
(from rev 264136, spectacle/kde-unstable/spectacle.install)
  spectacle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264136, spectacle/kde-unstable/PKGBUILD)
  spectacle/repos/kde-unstable-x86_64/spectacle.install
(from rev 264136, spectacle/kde-unstable/spectacle.install)
Deleted:
  spectacle/repos/kde-unstable-i686/PKGBUILD
  spectacle/repos/kde-unstable-i686/spectacle.install
  spectacle/repos/kde-unstable-x86_64/PKGBUILD
  spectacle/repos/kde-unstable-x86_64/spectacle.install

---+
 /PKGBUILD |   76 
 /spectacle.install|   24 ++
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/spectacle.install   |   12 -
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/spectacle.install |   12 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:17:32 UTC (rev 264136)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:17:58 UTC (rev 264137)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=spectacle
-pkgver=16.03.80
-pkgrel=2
-pkgdesc="KDE screenshot capture utility"
-arch=(i686 x86_64)
-url='https://projects.kde.org/spectacle'
-license=(GPL)
-depends=(xcb-util-cursor libkscreen libkipi purpose)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegraphics-ksnapshot kscreengenie)
-replaces=(kdegraphics-ksnapshot kscreengenie)
-groups=(kde-applications kdegraphics)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('6dd0f03a9f7c813e6203fc7f54607f62')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: spectacle/repos/kde-unstable-i686/PKGBUILD (from rev 264136, 
spectacle/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:17:58 UTC (rev 264137)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=spectacle
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="KDE screenshot capture utility"
+arch=(i686 x86_64)
+url='https://projects.kde.org/spectacle'
+license=(GPL)
+depends=(xcb-util-cursor libkscreen libkipi purpose)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdegraphics-ksnapshot kscreengenie)
+replaces=(kdegraphics-ksnapshot kscreengenie)
+groups=(kde-applications kdegraphics)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('7827a90515db6af0df895ed64b559260')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/spectacle.install
===
--- kde-unstable-i686/spectacle.install 2016-04-08 07:17:32 UTC (rev 264136)
+++ kde-unstable-i686/spectacle.install 2016-04-08 07:17:58 UTC (rev 264137)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: spectacle/repos/kde-unstable-i686/spectacle.install (from rev 264136, 
spectacle/kde-unstable/spectacle.install)
===
--- kde-unstable-i686/spectacle.install (rev 0)
+++ kde-unstable-i686/spectacle.install 2016-04-08 07:17:58 UTC (rev 264137)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:17:32 UTC (rev 264136)
+++ kde-unstable-x86_64/PKGBUILD  

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:17:08
  Author: arojas
Revision: 264135

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

Added:
  libkgeomap/repos/kde-unstable-i686/PKGBUILD
(from rev 264134, libkgeomap/kde-unstable/PKGBUILD)
  libkgeomap/repos/kde-unstable-i686/libkgeomap.install
(from rev 264134, libkgeomap/kde-unstable/libkgeomap.install)
  libkgeomap/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264134, libkgeomap/kde-unstable/PKGBUILD)
  libkgeomap/repos/kde-unstable-x86_64/libkgeomap.install
(from rev 264134, libkgeomap/kde-unstable/libkgeomap.install)
Deleted:
  libkgeomap/repos/kde-unstable-i686/PKGBUILD
  libkgeomap/repos/kde-unstable-i686/libkgeomap.install
  libkgeomap/repos/kde-unstable-x86_64/PKGBUILD
  libkgeomap/repos/kde-unstable-x86_64/libkgeomap.install

+
 /PKGBUILD  |   74 +++
 /libkgeomap.install|   22 +
 kde-unstable-i686/PKGBUILD |   37 ---
 kde-unstable-i686/libkgeomap.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   37 ---
 kde-unstable-x86_64/libkgeomap.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:16:34 UTC (rev 264134)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:17:08 UTC (rev 264135)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgeomap
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkgeomap;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(marble)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('fcb847cfb00679cbeadea0f397b7d3db4179e6af')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkgeomap/repos/kde-unstable-i686/PKGBUILD (from rev 264134, 
libkgeomap/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:17:08 UTC (rev 264135)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgeomap
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkgeomap;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(marble)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('c6cb6953b4f00374188431c44dfb538c8af66cba')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/libkgeomap.install
===
--- kde-unstable-i686/libkgeomap.install2016-04-08 07:16:34 UTC (rev 
264134)
+++ kde-unstable-i686/libkgeomap.install2016-04-08 07:17:08 UTC (rev 
264135)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkgeomap/repos/kde-unstable-i686/libkgeomap.install (from rev 264134, 
libkgeomap/kde-unstable/libkgeomap.install)
===
--- kde-unstable-i686/libkgeomap.install(rev 0)
+++ kde-unstable-i686/libkgeomap.install2016-04-08 07:17:08 UTC (rev 
264135)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:17:32
  Author: arojas
Revision: 264136

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

Added:
  kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD
(from rev 264135, kdegraphics-okular/kde-unstable/PKGBUILD)
  kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install
(from rev 264135, 
kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
  kdegraphics-okular/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264135, kdegraphics-okular/kde-unstable/PKGBUILD)
  kdegraphics-okular/repos/kde-unstable-x86_64/kdegraphics-okular.install
(from rev 264135, 
kdegraphics-okular/kde-unstable/kdegraphics-okular.install)
Deleted:
  kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install
  kdegraphics-okular/repos/kde-unstable-x86_64/PKGBUILD
  kdegraphics-okular/repos/kde-unstable-x86_64/kdegraphics-okular.install

+
 /PKGBUILD  |   78 +++
 /kdegraphics-okular.install|   24 +++
 kde-unstable-i686/PKGBUILD |   39 ---
 kde-unstable-i686/kdegraphics-okular.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD   |   39 ---
 kde-unstable-x86_64/kdegraphics-okular.install |   12 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:17:08 UTC (rev 264135)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:17:32 UTC (rev 264136)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-okular
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='Document Viewer'
-arch=('i686' 'x86_64')
-url="http://kde.org/applications/graphics/okular/;
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
- 'libkexiv2_4' 'poppler-qt4' 'libkscreen4')
-makedepends=('cmake' 'automoc4' 'ebook-tools' 'kdegraphics-mobipocket')
-optdepends=('ebook-tools: mobi and epub support'
-'kdegraphics-mobipocket: mobi support')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('b9740fee2fbd72432f9652871b04cff82fb55476')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../okular-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_ActiveApp=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD (from rev 264135, 
kdegraphics-okular/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:17:32 UTC (rev 264136)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-okular
+pkgver=16.03.90
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url="http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2_4' 'poppler-qt4' 'libkscreen4')
+makedepends=('cmake' 'automoc4' 'ebook-tools' 'kdegraphics-mobipocket')
+optdepends=('ebook-tools: mobi and epub support'
+'kdegraphics-mobipocket: mobi support')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('c99564a28ba3e9f323bf96e10c3fd8bfc295c715')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-okular.install
===
--- kde-unstable-i686/kdegraphics-okular.install2016-04-08 07:17:08 UTC 
(rev 264135)
+++ kde-unstable-i686/kdegraphics-okular.install2016-04-08 07:17:32 UTC 
(rev 264136)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install 
(from rev 264135, 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:16:34
  Author: arojas
Revision: 264134

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

Added:
  libkface/repos/kde-unstable-i686/PKGBUILD
(from rev 264133, libkface/kde-unstable/PKGBUILD)
  libkface/repos/kde-unstable-i686/libkface.install
(from rev 264133, libkface/kde-unstable/libkface.install)
  libkface/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264133, libkface/kde-unstable/PKGBUILD)
  libkface/repos/kde-unstable-x86_64/libkface.install
(from rev 264133, libkface/kde-unstable/libkface.install)
Deleted:
  libkface/repos/kde-unstable-i686/PKGBUILD
  libkface/repos/kde-unstable-i686/libkface.install
  libkface/repos/kde-unstable-x86_64/PKGBUILD
  libkface/repos/kde-unstable-x86_64/libkface.install

--+
 /PKGBUILD|   88 +
 /libkface.install|   22 
 kde-unstable-i686/PKGBUILD   |   44 
 kde-unstable-i686/libkface.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   44 
 kde-unstable-x86_64/libkface.install |   11 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:16:11 UTC (rev 264133)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:16:34 UTC (rev 264134)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base opencv)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
-   
libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/;)
-sha1sums=('b40cac7f3d86f05240fbcf79bd26c57f9d0384dd'
-  '35f1b3aa533b384a7a8da460209d843b7c49fa30')
-
-prepare() {
-  mkdir -p build
-
-# Fix build with opencv 3.1 https://bugs.kde.org/show_bug.cgi?id=358910
-  cd $pkgname-$pkgver
-  patch -p1 -i ../libkface-opencv3.1.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DENABLE_OPENCV3=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkface/repos/kde-unstable-i686/PKGBUILD (from rev 264133, 
libkface/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:16:34 UTC (rev 264134)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkface
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base opencv)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+   
libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/;)
+sha1sums=('c107e4ab9c1230cb1fad1cc1e3f74f09bd8b3a51'
+  '35f1b3aa533b384a7a8da460209d843b7c49fa30')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with opencv 3.1 https://bugs.kde.org/show_bug.cgi?id=358910
+  cd $pkgname-$pkgver
+  patch -p1 -i ../libkface-opencv3.1.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DENABLE_OPENCV3=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/libkface.install
===
--- kde-unstable-i686/libkface.install  2016-04-08 07:16:11 UTC (rev 264133)
+++ kde-unstable-i686/libkface.install  2016-04-08 07:16:34 UTC (rev 264134)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:16:11
  Author: arojas
Revision: 264133

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

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 264132, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264132, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   66 +
 kde-unstable-i686/PKGBUILD   |   33 
 kde-unstable-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:15:46 UTC (rev 264132)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:16:11 UTC (rev 264133)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A scan plugin that implements the scanning"
-url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('46c1e8673a049a4a25057bfd5189fa0ee944be1e')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../ksaneplugin-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
264132, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:16:11 UTC (rev 264133)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane4')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('c5f387c02d56ba90cdd442502d5d26659ddeb5a3')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../ksaneplugin-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-08 07:15:46 UTC (rev 264132)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:16:11 UTC (rev 264133)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A scan plugin that implements the scanning"
-url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libksane4')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
-sha1sums=('46c1e8673a049a4a25057bfd5189fa0ee944be1e')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../ksaneplugin-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD (from rev 
264132, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-08 07:16:11 UTC (rev 264133)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.03.90

  1   2   3   >