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

2015-08-25 Thread Alexander Rødseth
Date: Tuesday, August 25, 2015 @ 19:54:12
  Author: arodseth
Revision: 138760

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-25 17:52:42 UTC (rev 138759)
+++ community-i686/PKGBUILD 2015-08-25 17:54:12 UTC (rev 138760)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jared Casper jaredcas...@gmail.com
-# Contributor: Paulo Matias matias archlinux-br org
-
-pkgname=iverilog
-pkgver=0.9.7
-pkgrel=3
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
-license=('GPL')
-makedepends=('readline' 'gperf')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-options=('staticlibs')
-source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
-sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
-
-build() {
-  cd ${pkgname/i}-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C ${pkgname/i}-$pkgver -j1 prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-i686/PKGBUILD (from rev 138759, 
iverilog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-25 17:54:12 UTC (rev 138760)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jared Casper jaredcas...@gmail.com
+# Contributor: Paulo Matias matias archlinux-br org
+
+pkgname=iverilog
+pkgver=10.0
+pkgrel=1
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=(git://github.com/steveicarus/iverilog#tag=v${pkgver/./_})
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  aclocal
+  autoconf
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname -j1 prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-25 17:52:42 UTC (rev 138759)
+++ community-x86_64/PKGBUILD   2015-08-25 17:54:12 UTC (rev 138760)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jared Casper jaredcas...@gmail.com
-# Contributor: Paulo Matias matias archlinux-br org
-
-pkgname=iverilog
-pkgver=0.9.7
-pkgrel=3
-pkgdesc='Icarus Verilog compiler and simulation tool'
-arch=('x86_64' 'i686')
-url='http://iverilog.icarus.com/'
-# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
-license=('GPL')
-makedepends=('readline' 'gperf')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
-options=('staticlibs')
-source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
-sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
-
-build() {
-  cd ${pkgname/i}-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C ${pkgname/i}-$pkgver -j1 prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iverilog/repos/community-x86_64/PKGBUILD (from rev 138759, 
iverilog/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-25 17:54:12 UTC (rev 138760)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jared Casper jaredcas...@gmail.com
+# Contributor: Paulo Matias matias archlinux-br org
+
+pkgname=iverilog
+pkgver=10.0
+pkgrel=1
+pkgdesc='Icarus Verilog compiler and simulation tool'
+arch=('x86_64' 'i686')
+url='http://iverilog.icarus.com/'
+license=('GPL')
+makedepends=('readline' 'gperf' 'git' 'gcc')
+depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
+source=(git://github.com/steveicarus/iverilog#tag=v${pkgver/./_})

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 18:30:34
  Author: arojas
Revision: 138755

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

Added:
  maxima-ecl/repos/community-i686/PKGBUILD
(from rev 138754, maxima-ecl/trunk/PKGBUILD)
  maxima-ecl/repos/community-i686/build-fasl.patch
(from rev 138754, maxima-ecl/trunk/build-fasl.patch)
  maxima-ecl/repos/community-i686/matrixexp.patch
(from rev 138754, maxima-ecl/trunk/matrixexp.patch)
  maxima-ecl/repos/community-i686/maxima.desktop
(from rev 138754, maxima-ecl/trunk/maxima.desktop)
  maxima-ecl/repos/community-i686/maxima.install
(from rev 138754, maxima-ecl/trunk/maxima.install)
  maxima-ecl/repos/community-x86_64/PKGBUILD
(from rev 138754, maxima-ecl/trunk/PKGBUILD)
  maxima-ecl/repos/community-x86_64/build-fasl.patch
(from rev 138754, maxima-ecl/trunk/build-fasl.patch)
  maxima-ecl/repos/community-x86_64/matrixexp.patch
(from rev 138754, maxima-ecl/trunk/matrixexp.patch)
  maxima-ecl/repos/community-x86_64/maxima.desktop
(from rev 138754, maxima-ecl/trunk/maxima.desktop)
  maxima-ecl/repos/community-x86_64/maxima.install
(from rev 138754, maxima-ecl/trunk/maxima.install)
Deleted:
  maxima-ecl/repos/community-i686/PKGBUILD
  maxima-ecl/repos/community-i686/build-fasl.patch
  maxima-ecl/repos/community-i686/matrixexp.patch
  maxima-ecl/repos/community-i686/maxima.desktop
  maxima-ecl/repos/community-i686/maxima.install
  maxima-ecl/repos/community-x86_64/PKGBUILD
  maxima-ecl/repos/community-x86_64/build-fasl.patch
  maxima-ecl/repos/community-x86_64/matrixexp.patch
  maxima-ecl/repos/community-x86_64/maxima.desktop
  maxima-ecl/repos/community-x86_64/maxima.install

---+
 /PKGBUILD |  138 
 /build-fasl.patch |   46 
 /matrixexp.patch  |   26 ++
 /maxima.desktop   |   22 +
 /maxima.install   |   36 +
 community-i686/PKGBUILD   |   69 --
 community-i686/build-fasl.patch   |   23 --
 community-i686/matrixexp.patch|   13 ---
 community-i686/maxima.desktop |   11 --
 community-i686/maxima.install |   18 
 community-x86_64/PKGBUILD |   69 --
 community-x86_64/build-fasl.patch |   23 --
 community-x86_64/matrixexp.patch  |   13 ---
 community-x86_64/maxima.desktop   |   11 --
 community-x86_64/maxima.install   |   18 
 15 files changed, 268 insertions(+), 268 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-25 16:29:07 UTC (rev 138754)
+++ community-i686/PKGBUILD 2015-08-25 16:30:34 UTC (rev 138755)
@@ -1,69 +0,0 @@
-# $Id: PKGBUILD 150832 2012-02-23 12:01:17Z juergen $
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-# Modified to compile against ecl by: maribu
-
-pkgname=maxima-ecl
-_pkgname=maxima
-pkgver=5.36.1
-_eclver=15.3.7
-pkgrel=2
-pkgdesc=A sophisticated computer algebra system (compiled against ecl)
-arch=('i686' 'x86_64')
-license=(GPL)
-url=http://maxima.sourceforge.net;
-depends=(ecl=$_eclver texinfo)
-makedepends=(python2 emacs)
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-conflicts=(maxima)
-provides=(maxima)
-options=(!zipman) # don't zip info pages or they won't work inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
-${_pkgname}.desktop 'build-fasl.patch' 'matrixexp.patch')
-md5sums=('59e6e3d8bc1009a4ddead8c10317a8ec'
- '24aa81126fbb8b726854e5a80d4c2415'
- 'eb33481ea06afb97743af06ff52c099b'
- '0a1fb7bb0cfdede965252b75decc2c0d')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-# set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-# build maxima ecl library
-  patch -p1 -i ../build-fasl.patch
-# fix matrix exponentiation
-  patch -p1 -i ../matrixexp.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-ecl --with-default-lisp=ecl
-  make -j1
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR=$pkgdir emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${_pkgname}.desktop \
-   $pkgdir/usr/share/applications/${_pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place
-  install -d $pkgdir/usr/share/pixmaps/
-  ln -s 

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

2015-08-25 Thread Daniel Wallace
Date: Tuesday, August 25, 2015 @ 19:42:00
  Author: dwallace
Revision: 138757

upgpkg: salt 2015.5.5-1

upgpkg: salt 2015.5.5

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 17:41:39 UTC (rev 138756)
+++ PKGBUILD2015-08-25 17:42:00 UTC (rev 138757)
@@ -5,7 +5,7 @@
 
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.4
+pkgver=2015.5.5
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -32,7 +32,7 @@
 install=salt.install
 conflicts=('salt')
 source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('4f610d14e65ae3034d40406e1dd7305c')
+md5sums=('1a8e9e658d900b314fc3720ba51cc663')
 
 package_salt-zmq() {
   cd $pkgbase-$pkgver


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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 18:29:07
  Author: arojas
Revision: 138754

Update to 5.37.0

Modified:
  maxima-ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 13:51:28 UTC (rev 138753)
+++ PKGBUILD2015-08-25 16:29:07 UTC (rev 138754)
@@ -6,9 +6,9 @@
 
 pkgname=maxima-ecl
 _pkgname=maxima
-pkgver=5.36.1
+pkgver=5.37.0
 _eclver=15.3.7
-pkgrel=2
+pkgrel=1
 pkgdesc=A sophisticated computer algebra system (compiled against ecl)
 arch=('i686' 'x86_64')
 license=(GPL)
@@ -22,7 +22,7 @@
 install=maxima.install
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
 ${_pkgname}.desktop 'build-fasl.patch' 'matrixexp.patch')
-md5sums=('59e6e3d8bc1009a4ddead8c10317a8ec'
+md5sums=('599cf4f2ac371a59669a7b7ab3a07779'
  '24aa81126fbb8b726854e5a80d4c2415'
  'eb33481ea06afb97743af06ff52c099b'
  '0a1fb7bb0cfdede965252b75decc2c0d')


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

2015-08-25 Thread Daniel Wallace
Date: Tuesday, August 25, 2015 @ 19:43:01
  Author: dwallace
Revision: 138758

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 138757, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 138757, salt/trunk/salt.install)
Deleted:
  salt/repos/community-any/0001-add-make-_prepare-an-alias-for-postinitio.patch
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install

--+
 0001-add-make-_prepare-an-alias-for-postinitio.patch |   93 ---
 PKGBUILD |  205 -
 salt.install |   30 +-
 3 files changed, 114 insertions(+), 214 deletions(-)

Deleted: 0001-add-make-_prepare-an-alias-for-postinitio.patch
===
--- 0001-add-make-_prepare-an-alias-for-postinitio.patch2015-08-25 
17:42:00 UTC (rev 138757)
+++ 0001-add-make-_prepare-an-alias-for-postinitio.patch2015-08-25 
17:43:01 UTC (rev 138758)
@@ -1,93 +0,0 @@
-From 43950a5bc5ccb1b8f47235d889177a1df6d2bddb Mon Sep 17 00:00:00 2001
-From: Daniel Wallace danielwall...@gtmanfred.com
-Date: Fri, 17 Jul 2015 18:12:28 -0500
-Subject: [PATCH] add make _prepare an alias for postinitio
-
-ioflo 1.2.1 deprecated postinitio, so if you have the newest version of
-ioflo raet won't work.  This just provides an alias for the new versions
-of ioflo to keep everything working.
-
-closes #25432

- salt/daemons/flo/core.py | 16 
- 1 file changed, 16 insertions(+)
-
-diff --git a/salt/daemons/flo/core.py b/salt/daemons/flo/core.py
-index 61c6c3b..8341cb5 100644
 a/salt/daemons/flo/core.py
-+++ b/salt/daemons/flo/core.py
-@@ -134,6 +134,8 @@ class SaltRaetRoadStackSetup(ioflo.base.deeding.Deed):
- RoadStack.Bk = raeting.BodyKind.msgpack.value
- RoadStack.JoinentTimeout = 0.0
- 
-+_prepare = postinitio
-+
- def action(self):
- '''
- enter action
-@@ -237,6 +239,8 @@ class SaltRaetRoadStackJoiner(ioflo.base.deeding.Deed):
- self.masters = daemons.extract_masters(self.opts.value)
- # self.mha = (self.opts.value['master'], 
int(self.opts.value['master_port']))
- 
-+_prepare = postinitio
-+
- def action(self, **kwa):
- '''
- Join with all masters
-@@ -499,6 +503,8 @@ class SaltLoadModules(ioflo.base.deeding.Deed):
- def postinitio(self):
- self._load_modules()
- 
-+_prepare = postinitio
-+
- def action(self):
- self._load_modules()
- 
-@@ -626,6 +632,8 @@ class SaltSchedule(ioflo.base.deeding.Deed):
- self.modules.value,
- self.returners.value)
- 
-+_prepare = postinitio
-+
- def action(self):
- '''
- Eval the schedule
-@@ -665,6 +673,8 @@ class SaltRaetManorLaneSetup(ioflo.base.deeding.Deed):
- '''
- pass
- 
-+_prepare = postinitio
-+
- def action(self):
- '''
- Run once at enter
-@@ -1259,6 +1269,8 @@ class SaltRaetMasterEvents(ioflo.base.deeding.Deed):
- def postinitio(self):
- self.master_events.value = deque()
- 
-+_prepare = postinitio
-+
- def action(self):
- if not self.master_events.value:
- return
-@@ -1308,6 +1320,8 @@ class SaltRaetThreadShellJobber(ioflo.base.deeding.Deed):
- def postinitio(self):
- self.threads.value = deque()
- 
-+_prepare = postinitio
-+
- def action(self):
- '''
- Evaluate the fun options and execute them via salt-call
-@@ -1383,6 +1397,8 @@ class SaltRaetNixJobber(ioflo.base.deeding.Deed):
- self.serial = salt.payload.Serial(self.opts)
- self.executors.value = {}
- 
-+_prepare = postinitio
-+
- def _setup_jobber_stack(self):
- '''
- Setup and return the LaneStack and Yard used by the jobber yard
--- 
-2.3.2 (Apple Git-55)
-

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-25 17:42:00 UTC (rev 138757)
+++ PKGBUILD2015-08-25 17:43:01 UTC (rev 138758)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contibutor: Christer Edwards christer.edwa...@gmail.com
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.3
-pkgrel=3
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 

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

2015-08-25 Thread Alexander Rødseth
Date: Tuesday, August 25, 2015 @ 19:52:42
  Author: arodseth
Revision: 138759

upgpkg: iverilog 10.0-1

Modified:
  iverilog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 17:43:01 UTC (rev 138758)
+++ PKGBUILD2015-08-25 17:52:42 UTC (rev 138759)
@@ -4,21 +4,27 @@
 # Contributor: Paulo Matias matias archlinux-br org
 
 pkgname=iverilog
-pkgver=0.9.7
-pkgrel=3
+pkgver=10.0
+pkgrel=1
 pkgdesc='Icarus Verilog compiler and simulation tool'
 arch=('x86_64' 'i686')
 url='http://iverilog.icarus.com/'
-# http://iverilog.wikia.com/wiki/Release_Notes_Icarus_Verilog_0_9
 license=('GPL')
-makedepends=('readline' 'gperf')
+makedepends=('readline' 'gperf' 'git' 'gcc')
 depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
 options=('staticlibs')
-source=(ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz;)
-sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
+source=(git://github.com/steveicarus/iverilog#tag=v${pkgver/./_})
+md5sums=('SKIP')
 
+prepare() {
+  cd $pkgname
+
+  aclocal
+  autoconf
+}
+
 build() {
-  cd ${pkgname/i}-$pkgver
+  cd $pkgname
 
   ./configure --prefix=/usr
   make
@@ -25,7 +31,7 @@
 }
 
 package() {
-  make -C ${pkgname/i}-$pkgver -j1 prefix=$pkgdir/usr install
+  make -C $pkgname -j1 prefix=$pkgdir/usr install
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 15:59:36
  Author: arojas
Revision: 244852

archrelease: copy trunk to kde-unstable-any

Added:
  plasma-meta/repos/kde-unstable-any/PKGBUILD
(from rev 244851, plasma-meta/trunk/PKGBUILD)
Deleted:
  plasma-meta/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-25 13:56:51 UTC (rev 244851)
+++ PKGBUILD2015-08-25 13:59:36 UTC (rev 244852)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=plasma-meta
-pkgver=5.4
-pkgrel=0.2
-pkgdesc='Meta package to install KDE Plasma'
-arch=('any')
-url='https://www.archlinux.org/'
-license=('GPL')
-depends=('bluedevil'
-'drkonqi'
-'kde-gtk-config'
-'kdeplasma-addons'
-'khelpcenter'
-'kinfocenter'
-'kio-extras'
-'ksysguard'
-'kscreen'
-'ksshaskpass'
-'kwrited'
-'oxygen'
-'oxygen-cursors'
-'plasma-desktop'
-'plasma-nm'
-'plasma-workspace-wallpapers'
-   'plasma-mediacenter'
-   'plasma-pa'
-   'kwayland-integration'
-   'kwallet-pam'
-   'kgamma5'
-   'user-manager'
-   'sddm-kcm'
-)
-

Copied: plasma-meta/repos/kde-unstable-any/PKGBUILD (from rev 244851, 
plasma-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-25 13:59:36 UTC (rev 244852)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-meta
+pkgver=5.4
+pkgrel=1
+pkgdesc='Meta package to install KDE Plasma'
+arch=('any')
+url='https://www.archlinux.org/'
+license=('GPL')
+depends=('bluedevil'
+'drkonqi'
+'kde-gtk-config'
+'kdeplasma-addons'
+'khelpcenter'
+'kinfocenter'
+'kio-extras'
+'ksysguard'
+'kscreen'
+'ksshaskpass'
+'kwrited'
+'oxygen'
+'oxygen-cursors'
+'plasma-desktop'
+'plasma-nm'
+'plasma-workspace-wallpapers'
+   'plasma-mediacenter'
+   'plasma-pa'
+   'kwayland-integration'
+   'kwallet-pam'
+   'kgamma5'
+   'user-manager'
+   'sddm-kcm'
+)
+


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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 15:56:51
  Author: arojas
Revision: 244851

Bump pkgrel for release

Added:
  plasma-meta/trunk/PKGBUILD
(from rev 244850, plasma-meta/repos/kde-unstable-any/PKGBUILD)
Deleted:
  plasma-meta/trunk/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-25 13:43:05 UTC (rev 244850)
+++ PKGBUILD2015-08-25 13:56:51 UTC (rev 244851)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=plasma-meta
-pkgver=5.3
-pkgrel=1
-pkgdesc='Meta package to install KDE Plasma'
-arch=('any')
-url='https://www.archlinux.org/'
-license=('GPL')
-depends=('bluedevil'
-'drkonqi'
-'kde-gtk-config'
-'kdeplasma-addons'
-'khelpcenter'
-'kinfocenter'
-'kio-extras'
-'ksysguard'
-'kscreen'
-'ksshaskpass'
-'kwrited'
-'oxygen'
-'oxygen-cursors'
-'plasma-desktop'
-'plasma-nm'
-'plasma-workspace-wallpapers'
-   'plasma-mediacenter'
-)
-

Copied: plasma-meta/trunk/PKGBUILD (from rev 244850, 
plasma-meta/repos/kde-unstable-any/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-25 13:56:51 UTC (rev 244851)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-meta
+pkgver=5.4
+pkgrel=1
+pkgdesc='Meta package to install KDE Plasma'
+arch=('any')
+url='https://www.archlinux.org/'
+license=('GPL')
+depends=('bluedevil'
+'drkonqi'
+'kde-gtk-config'
+'kdeplasma-addons'
+'khelpcenter'
+'kinfocenter'
+'kio-extras'
+'ksysguard'
+'kscreen'
+'ksshaskpass'
+'kwrited'
+'oxygen'
+'oxygen-cursors'
+'plasma-desktop'
+'plasma-nm'
+'plasma-workspace-wallpapers'
+   'plasma-mediacenter'
+   'plasma-pa'
+   'kwayland-integration'
+   'kwallet-pam'
+   'kgamma5'
+   'user-manager'
+   'sddm-kcm'
+)
+


[arch-commits] Commit in plasma-meta/repos/testing-any (PKGBUILD PKGBUILD)

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 16:26:23
  Author: arojas
Revision: 244855

archrelease: copy trunk to testing-any

Added:
  plasma-meta/repos/testing-any/PKGBUILD
(from rev 244854, plasma-meta/trunk/PKGBUILD)
Deleted:
  plasma-meta/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-25 14:23:40 UTC (rev 244854)
+++ PKGBUILD2015-08-25 14:26:23 UTC (rev 244855)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=plasma-meta
-pkgver=5.4
-pkgrel=1
-pkgdesc='Meta package to install KDE Plasma'
-arch=('any')
-url='https://www.archlinux.org/'
-license=('GPL')
-depends=('bluedevil'
-'drkonqi'
-'kde-gtk-config'
-'kdeplasma-addons'
-'khelpcenter'
-'kinfocenter'
-'kio-extras'
-'ksysguard'
-'kscreen'
-'ksshaskpass'
-'kwrited'
-'oxygen'
-'oxygen-cursors'
-'plasma-desktop'
-'plasma-nm'
-'plasma-workspace-wallpapers'
-   'plasma-mediacenter'
-   'plasma-pa'
-   'kwayland-integration'
-   'kwallet-pam'
-   'kgamma5'
-   'user-manager'
-   'sddm-kcm'
-)
-

Copied: plasma-meta/repos/testing-any/PKGBUILD (from rev 244854, 
plasma-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-25 14:26:23 UTC (rev 244855)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-meta
+pkgver=5.4
+pkgrel=2
+pkgdesc='Meta package to install KDE Plasma'
+arch=('any')
+url='https://www.archlinux.org/'
+license=('GPL')
+depends=('bluedevil'
+'drkonqi'
+'kde-gtk-config'
+'kdeplasma-addons'
+'khelpcenter'
+'kinfocenter'
+'ksysguard'
+'kscreen'
+'ksshaskpass'
+'kwrited'
+'oxygen'
+'oxygen-cursors'
+'plasma-desktop'
+'plasma-nm'
+'plasma-workspace-wallpapers'
+   'plasma-mediacenter'
+   'plasma-pa'
+   'kwayland-integration'
+   'kwallet-pam'
+   'kgamma5'
+   'user-manager'
+   'sddm-kcm'
+)
+


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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 16:23:40
  Author: arojas
Revision: 244854

kio-extras is not in Plasma anymore

Modified:
  plasma-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 14:00:40 UTC (rev 244853)
+++ PKGBUILD2015-08-25 14:23:40 UTC (rev 244854)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-meta
 pkgver=5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Meta package to install KDE Plasma'
 arch=('any')
 url='https://www.archlinux.org/'
@@ -15,7 +15,6 @@
 'kdeplasma-addons'
 'khelpcenter'
 'kinfocenter'
-'kio-extras'
 'ksysguard'
 'kscreen'
 'ksshaskpass'


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

2015-08-25 Thread Pierre Schmitz
Date: Tuesday, August 25, 2015 @ 16:28:22
  Author: pierre
Revision: 244856

upgpkg: php-composer 1.0.0.alpha10.460-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 14:26:23 UTC (rev 244855)
+++ PKGBUILD2015-08-25 14:28:22 UTC (rev 244856)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-composer
-pkgver=1.0.0.alpha10.411
+pkgver=1.0.0.alpha10.460
 pkgrel=1
 pkgdesc=Dependency Manager for PHP
 arch=('any')
@@ -16,7 +16,7 @@
 'php.ini')
 backup=('usr/share/php-composer/php.ini')
 md5sums=('SKIP'
- '50da028c4282995d2b9b1ba68fb9c07b'
+ '4984cb6ddc0a3fa25117bfe7199a9986'
  'b31326c352763328dca0a567a67609ab')
 
 pkgver() {


[arch-commits] Commit in php-composer/repos/extra-any (4 files)

2015-08-25 Thread Pierre Schmitz
Date: Tuesday, August 25, 2015 @ 16:28:33
  Author: pierre
Revision: 244857

archrelease: copy trunk to extra-any

Added:
  php-composer/repos/extra-any/PKGBUILD
(from rev 244856, php-composer/trunk/PKGBUILD)
  php-composer/repos/extra-any/php.ini
(from rev 244856, php-composer/trunk/php.ini)
Deleted:
  php-composer/repos/extra-any/PKGBUILD
  php-composer/repos/extra-any/php.ini

--+
 PKGBUILD |  120 ++---
 php.ini  |   24 ++--
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-25 14:28:22 UTC (rev 244856)
+++ PKGBUILD2015-08-25 14:28:33 UTC (rev 244857)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-composer
-pkgver=1.0.0.alpha10.411
-pkgrel=1
-pkgdesc=Dependency Manager for PHP
-arch=('any')
-license=('MIT')
-url='http://getcomposer.org/'
-depends=('php' 'php-intl')
-makedepends=('git')
-checkdepends=('mercurial')
-source=(${pkgname}::git+https://github.com/composer/composer.git;
-composer-${pkgver}.phar::https://getcomposer.org/composer.phar;
-'php.ini')
-backup=('usr/share/php-composer/php.ini')
-md5sums=('SKIP'
- '50da028c4282995d2b9b1ba68fb9c07b'
- 'b31326c352763328dca0a567a67609ab')
-
-pkgver() {
-   cd ${srcdir}/${pkgname}
-
-   local _tag=$(git tag -l --sort -version:refname | head -1)
-   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
-}
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
-   sed s~php bin/composer~php -nc/usr/share/${pkgname}/php.ini 
bin/composer~g -i bin/compile
-   /usr/bin/php -nc ${srcdir}/php.ini ${srcdir}/composer-${pkgver}.phar -n 
install --no-dev
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email ${USER}@${HOST}
-   git config --global user.name ${USER}
-
-   # install the dev dependencies to run the unit tests
-   /usr/bin/php -nc ${srcdir}/php.ini bin/composer install
-   /usr/bin/php -nc ${srcdir}/php.ini vendor/bin/phpunit
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/extra-any/PKGBUILD (from rev 244856, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-25 14:28:33 UTC (rev 244857)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-composer
+pkgver=1.0.0.alpha10.460
+pkgrel=1
+pkgdesc=Dependency Manager for PHP
+arch=('any')
+license=('MIT')
+url='http://getcomposer.org/'
+depends=('php' 'php-intl')
+makedepends=('git')
+checkdepends=('mercurial')
+source=(${pkgname}::git+https://github.com/composer/composer.git;
+composer-${pkgver}.phar::https://getcomposer.org/composer.phar;
+'php.ini')
+backup=('usr/share/php-composer/php.ini')
+md5sums=('SKIP'
+ '4984cb6ddc0a3fa25117bfe7199a9986'
+ 'b31326c352763328dca0a567a67609ab')
+
+pkgver() {
+   cd ${srcdir}/${pkgname}
+
+   local _tag=$(git tag -l --sort -version:refname | head -1)
+   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
+}
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
+   sed s~php bin/composer~php -nc/usr/share/${pkgname}/php.ini 
bin/composer~g -i bin/compile
+   /usr/bin/php -nc ${srcdir}/php.ini ${srcdir}/composer-${pkgver}.phar -n 
install --no-dev
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email ${USER}@${HOST}
+   git config --global user.name ${USER}
+
+   # install the dev dependencies to run the unit tests
+   /usr/bin/php -nc ${srcdir}/php.ini bin/composer install
+   /usr/bin/php -nc ${srcdir}/php.ini vendor/bin/phpunit
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}

Deleted: php.ini
===
--- php.ini 2015-08-25 14:28:22 UTC (rev 244856)
+++ php.ini 2015-08-25 14:28:33 UTC 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 15:51:28
  Author: arojas
Revision: 138753

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

Added:
  muon/repos/community-testing-i686/
  muon/repos/community-testing-i686/PKGBUILD
(from rev 138752, muon/trunk/PKGBUILD)
  muon/repos/community-testing-i686/muon.install
(from rev 138752, muon/trunk/muon.install)
  muon/repos/community-testing-x86_64/
  muon/repos/community-testing-x86_64/PKGBUILD
(from rev 138752, muon/trunk/PKGBUILD)
  muon/repos/community-testing-x86_64/muon.install
(from rev 138752, muon/trunk/muon.install)

---+
 community-testing-i686/PKGBUILD   |   34 
 community-testing-i686/muon.install   |   12 +++
 community-testing-x86_64/PKGBUILD |   34 
 community-testing-x86_64/muon.install |   12 +++
 4 files changed, 92 insertions(+)

Copied: muon/repos/community-testing-i686/PKGBUILD (from rev 138752, 
muon/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-25 13:51:28 UTC (rev 138753)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=muon
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/muon'
+license=(LGPL)
+depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('db1d96bb017cb559c167b25bef231748')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../muon-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: muon/repos/community-testing-i686/muon.install (from rev 138752, 
muon/trunk/muon.install)
===
--- community-testing-i686/muon.install (rev 0)
+++ community-testing-i686/muon.install 2015-08-25 13:51:28 UTC (rev 138753)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: muon/repos/community-testing-x86_64/PKGBUILD (from rev 138752, 
muon/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-25 13:51:28 UTC (rev 138753)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=muon
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/muon'
+license=(LGPL)
+depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('db1d96bb017cb559c167b25bef231748')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../muon-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: muon/repos/community-testing-x86_64/muon.install (from rev 138752, 
muon/trunk/muon.install)
===
--- community-testing-x86_64/muon.install   (rev 0)
+++ community-testing-x86_64/muon.install   2015-08-25 13:51:28 UTC (rev 
138753)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-08-25 Thread Felix Yan
Date: Wednesday, August 26, 2015 @ 04:49:27
  Author: fyan
Revision: 138770

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

Added:
  progress/repos/community-i686/
  progress/repos/community-i686/PKGBUILD
(from rev 138769, progress/trunk/PKGBUILD)
  progress/repos/community-x86_64/
  progress/repos/community-x86_64/PKGBUILD
(from rev 138769, progress/trunk/PKGBUILD)

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

Copied: progress/repos/community-i686/PKGBUILD (from rev 138769, 
progress/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-26 02:49:27 UTC (rev 138770)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andy Weidenbaum archb...@gmail.com
+# Contributor: Aurélien Chabot cont...@aurelienchabot.fr
+# Contributor: Étienne Deparis etie...@depar.is
+
+pkgname=progress
+pkgdesc=Shows running coreutils basic commands and displays stats
+pkgver=0.8
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=https://github.com/Xfennec/progress;
+depends=('ncurses')
+makedepends=('git')
+replaces=('cv')
+source=(git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Copied: progress/repos/community-x86_64/PKGBUILD (from rev 138769, 
progress/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-26 02:49:27 UTC (rev 138770)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andy Weidenbaum archb...@gmail.com
+# Contributor: Aurélien Chabot cont...@aurelienchabot.fr
+# Contributor: Étienne Deparis etie...@depar.is
+
+pkgname=progress
+pkgdesc=Shows running coreutils basic commands and displays stats
+pkgver=0.8
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=https://github.com/Xfennec/progress;
+depends=('ncurses')
+makedepends=('git')
+replaces=('cv')
+source=(git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}


[arch-commits] Commit in (4 files)

2015-08-25 Thread Felix Yan
Date: Wednesday, August 26, 2015 @ 04:48:34
  Author: fyan
Revision: 138769

addpkg: progress 0.8-1

Added:
  progress/
  progress/repos/
  progress/trunk/
  progress/trunk/PKGBUILD

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

Added: progress/trunk/PKGBUILD
===
--- progress/trunk/PKGBUILD (rev 0)
+++ progress/trunk/PKGBUILD 2015-08-26 02:48:34 UTC (rev 138769)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andy Weidenbaum archb...@gmail.com
+# Contributor: Aurélien Chabot cont...@aurelienchabot.fr
+# Contributor: Étienne Deparis etie...@depar.is
+
+pkgname=progress
+pkgdesc=Shows running coreutils basic commands and displays stats
+pkgver=0.8
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=https://github.com/Xfennec/progress;
+depends=('ncurses')
+makedepends=('git')
+replaces=('cv')
+source=(git+https://github.com/Xfennec/progress.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}


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


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-08-25 Thread Felix Yan
Date: Wednesday, August 26, 2015 @ 04:36:17
  Author: fyan
Revision: 244863

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 244862, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-26 02:36:04 UTC (rev 244862)
+++ PKGBUILD2015-08-26 02:36:17 UTC (rev 244863)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.49
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('35b81833e44d0001f0e1c86c72f2a6c8')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 244862, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-26 02:36:17 UTC (rev 244863)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.50
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('c68f1db2c340456845ac29e26ae2b45a')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-archive-zip/trunk (PKGBUILD)

2015-08-25 Thread Felix Yan
Date: Wednesday, August 26, 2015 @ 04:36:04
  Author: fyan
Revision: 244862

upgpkg: perl-archive-zip 1.50-1

Modified:
  perl-archive-zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 23:55:50 UTC (rev 244861)
+++ PKGBUILD2015-08-26 02:36:04 UTC (rev 244862)
@@ -4,7 +4,7 @@
 # Contributor: Andrew Simmons andrew.simm...@gmail.com
 
 pkgname=perl-archive-zip
-pkgver=1.49
+pkgver=1.50
 pkgrel=1
 pkgdesc=Provide a perl interface to ZIP archive files
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('35b81833e44d0001f0e1c86c72f2a6c8')
+md5sums=('c68f1db2c340456845ac29e26ae2b45a')
 
 build() {
   cd Archive-Zip-${pkgver}


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

2015-08-25 Thread Bartłomiej Piotrowski
Date: Wednesday, August 26, 2015 @ 06:59:01
  Author: bpiotrowski
Revision: 244865

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

Added:
  gc/repos/testing-i686/
  gc/repos/testing-i686/PKGBUILD
(from rev 244864, gc/trunk/PKGBUILD)
  gc/repos/testing-i686/gc-7.4.2-Export-GC-push-all-eager.patch
(from rev 244864, gc/trunk/gc-7.4.2-Export-GC-push-all-eager.patch)
  gc/repos/testing-i686/noelision.patch
(from rev 244864, gc/trunk/noelision.patch)
  gc/repos/testing-x86_64/
  gc/repos/testing-x86_64/PKGBUILD
(from rev 244864, gc/trunk/PKGBUILD)
  gc/repos/testing-x86_64/gc-7.4.2-Export-GC-push-all-eager.patch
(from rev 244864, gc/trunk/gc-7.4.2-Export-GC-push-all-eager.patch)
  gc/repos/testing-x86_64/noelision.patch
(from rev 244864, gc/trunk/noelision.patch)

+
 testing-i686/PKGBUILD  |   51 ++
 testing-i686/gc-7.4.2-Export-GC-push-all-eager.patch   |   38 
 testing-i686/noelision.patch   |  127 +++
 testing-x86_64/PKGBUILD|   51 ++
 testing-x86_64/gc-7.4.2-Export-GC-push-all-eager.patch |   38 
 testing-x86_64/noelision.patch |  127 +++
 6 files changed, 432 insertions(+)

Copied: gc/repos/testing-i686/PKGBUILD (from rev 244864, gc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-26 04:59:01 UTC (rev 244865)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Daniel Isenmann daniel [at] archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgname=gc
+pkgver=7.4.2
+pkgrel=3
+pkgdesc=A garbage collector for C and C++
+arch=('i686' 'x86_64')
+url=http://www.hboehm.info/gc/;
+license=('GPL')
+depends=('gcc-libs' 'libatomic_ops')
+source=(http://www.hboehm.info/gc/gc_source/${pkgname}-${pkgver}.tar.gz;
+noelision.patch
+   gc-7.4.2-Export-GC-push-all-eager.patch)
+md5sums=('12c05fd2811d989341d8c6d81f66af87'
+ '0be354bf60cc18363dc4c1601697717b'
+ '26984d81b4ab2b0281583a5442c26863')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # https://bugs.archlinux.org/task/39631
+  # https://github.com/ivmai/bdwgc/pull/51
+  patch -p1 -i ../noelision.patch
+
+  patch -p1 -i ../gc-7.4.2-Export-GC-push-all-eager.patch
+
+  sed -i 's#pkgdata#doc#' doc/doc.am
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fi
+  ./configure --prefix=/usr --enable-cplusplus --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  sed -i -e 's/GC_MALLOC 1L/gc 3/' doc/gc.man
+  install -m755 -d ${pkgdir}/usr/share/man/man3
+  install -m644 doc/gc.man ${pkgdir}/usr/share/man/man3/gc.3
+}

Copied: gc/repos/testing-i686/gc-7.4.2-Export-GC-push-all-eager.patch (from rev 
244864, gc/trunk/gc-7.4.2-Export-GC-push-all-eager.patch)
===
--- testing-i686/gc-7.4.2-Export-GC-push-all-eager.patch
(rev 0)
+++ testing-i686/gc-7.4.2-Export-GC-push-all-eager.patch2015-08-26 
04:59:01 UTC (rev 244865)
@@ -0,0 +1,38 @@
+From e2a14481796cd4b073298a9c895b03015c72e02c Mon Sep 17 00:00:00 2001
+From: Ivan Maidanski iv...@mail.ru
+Date: Tue, 23 Jun 2015 15:17:27 +0300
+Subject: [PATCH] Export GC_push_all_eager
+
+* include/gc_mark.h (GC_push_all_eager): New API function declaration.
+* mark.c (GC_push_all_eager): Add GC_API, GC_CALL; change arguments
+type from ptr_t to char*.
+---
+ include/gc_mark.h | 1 +
+ mark.c| 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/include/gc_mark.h b/include/gc_mark.h
+index dcadf42..0b19ea9 100644
+--- a/include/gc_mark.h
 b/include/gc_mark.h
+@@ -276,6 +276,7 @@ GC_API void GC_CALL GC_set_mark_bit(const void *) 
GC_ATTR_NONNULL(1);
+ /* (GC_push_conditional pushes either all or only dirty pages depending */
+ /* on the third argument.)  */
+ GC_API void GC_CALL GC_push_all(char * /* bottom */, char * /* top */);
++GC_API void GC_CALL GC_push_all_eager(char * /* bottom */, char * /* top */);
+ GC_API void GC_CALL GC_push_conditional(char * /* bottom */, char * /* top */,
+ int /* bool all */);
+ 
+diff --git a/mark.c b/mark.c
+index 80d09cf..89f64cc 100644
+--- a/mark.c
 b/mark.c
+@@ -1488,7 +1488,7 @@ void GC_print_trace(word gc_no)
+  * and scans the entire region immediately, in case the contents
+  * change.
+  */
+-GC_INNER void GC_push_all_eager(ptr_t bottom, ptr_t top)
++GC_API void GC_CALL GC_push_all_eager(char *bottom, char *top)
+ {
+ word * b = (word *)(((word) bottom + ALIGNMENT-1)  ~(ALIGNMENT-1));
+ word * t = (word *)(((word) top)  ~(ALIGNMENT-1));

Copied: 

[arch-commits] Commit in gc/trunk (PKGBUILD gc-7.4.2-Export-GC-push-all-eager.patch)

2015-08-25 Thread Bartłomiej Piotrowski
Date: Wednesday, August 26, 2015 @ 06:58:44
  Author: bpiotrowski
Revision: 244864

upgpkg: gc 7.4.2-3

add patch exporting GC_push_all_eager

Added:
  gc/trunk/gc-7.4.2-Export-GC-push-all-eager.patch
Modified:
  gc/trunk/PKGBUILD

-+
 PKGBUILD|   10 +--
 gc-7.4.2-Export-GC-push-all-eager.patch |   38 ++
 2 files changed, 45 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-26 02:36:17 UTC (rev 244863)
+++ PKGBUILD2015-08-26 04:58:44 UTC (rev 244864)
@@ -4,7 +4,7 @@
 
 pkgname=gc
 pkgver=7.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A garbage collector for C and C++
 arch=('i686' 'x86_64')
 url=http://www.hboehm.info/gc/;
@@ -11,9 +11,11 @@
 license=('GPL')
 depends=('gcc-libs' 'libatomic_ops')
 source=(http://www.hboehm.info/gc/gc_source/${pkgname}-${pkgver}.tar.gz;
-noelision.patch)
+noelision.patch
+   gc-7.4.2-Export-GC-push-all-eager.patch)
 md5sums=('12c05fd2811d989341d8c6d81f66af87'
- '0be354bf60cc18363dc4c1601697717b')
+ '0be354bf60cc18363dc4c1601697717b'
+ '26984d81b4ab2b0281583a5442c26863')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -22,6 +24,8 @@
   # https://github.com/ivmai/bdwgc/pull/51
   patch -p1 -i ../noelision.patch
 
+  patch -p1 -i ../gc-7.4.2-Export-GC-push-all-eager.patch
+
   sed -i 's#pkgdata#doc#' doc/doc.am
 }
 

Added: gc-7.4.2-Export-GC-push-all-eager.patch
===
--- gc-7.4.2-Export-GC-push-all-eager.patch (rev 0)
+++ gc-7.4.2-Export-GC-push-all-eager.patch 2015-08-26 04:58:44 UTC (rev 
244864)
@@ -0,0 +1,38 @@
+From e2a14481796cd4b073298a9c895b03015c72e02c Mon Sep 17 00:00:00 2001
+From: Ivan Maidanski iv...@mail.ru
+Date: Tue, 23 Jun 2015 15:17:27 +0300
+Subject: [PATCH] Export GC_push_all_eager
+
+* include/gc_mark.h (GC_push_all_eager): New API function declaration.
+* mark.c (GC_push_all_eager): Add GC_API, GC_CALL; change arguments
+type from ptr_t to char*.
+---
+ include/gc_mark.h | 1 +
+ mark.c| 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/include/gc_mark.h b/include/gc_mark.h
+index dcadf42..0b19ea9 100644
+--- a/include/gc_mark.h
 b/include/gc_mark.h
+@@ -276,6 +276,7 @@ GC_API void GC_CALL GC_set_mark_bit(const void *) 
GC_ATTR_NONNULL(1);
+ /* (GC_push_conditional pushes either all or only dirty pages depending */
+ /* on the third argument.)  */
+ GC_API void GC_CALL GC_push_all(char * /* bottom */, char * /* top */);
++GC_API void GC_CALL GC_push_all_eager(char * /* bottom */, char * /* top */);
+ GC_API void GC_CALL GC_push_conditional(char * /* bottom */, char * /* top */,
+ int /* bool all */);
+ 
+diff --git a/mark.c b/mark.c
+index 80d09cf..89f64cc 100644
+--- a/mark.c
 b/mark.c
+@@ -1488,7 +1488,7 @@ void GC_print_trace(word gc_no)
+  * and scans the entire region immediately, in case the contents
+  * change.
+  */
+-GC_INNER void GC_push_all_eager(ptr_t bottom, ptr_t top)
++GC_API void GC_CALL GC_push_all_eager(char *bottom, char *top)
+ {
+ word * b = (word *)(((word) bottom + ALIGNMENT-1)  ~(ALIGNMENT-1));
+ word * t = (word *)(((word) top)  ~(ALIGNMENT-1));


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

2015-08-25 Thread Massimiliano Torromeo
Date: Tuesday, August 25, 2015 @ 09:15:46
  Author: mtorromeo
Revision: 138751

upgpkg: libuv 1.7.2-1

Updated to 1.7.2

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 07:04:33 UTC (rev 138750)
+++ PKGBUILD2015-08-25 07:15:46 UTC (rev 138751)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=libuv
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc=Multi-platform support library with a focus on asynchronous I/O
 arch=('i686' 'x86_64')
@@ -42,4 +42,4 @@
$pkgdir/usr/share/man/man1/libuv.1
 }
 
-sha256sums=('a515145a34672d26527c7555e73315c66a9213ab445ba591864efc11f91fc340')
+sha256sums=('2f27cc888192e4ee6ada8477f9897bea648de5b04207c984271efa91295c0fc8')


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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:57:18
  Author: arojas
Revision: 244810

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

Added:
  user-manager/repos/kde-unstable-i686/PKGBUILD
(from rev 244809, user-manager/trunk/PKGBUILD)
  user-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244809, user-manager/trunk/PKGBUILD)
Deleted:
  user-manager/repos/kde-unstable-i686/PKGBUILD
  user-manager/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  2015-08-25 06:57:02 UTC (rev 244809)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:57:18 UTC (rev 244810)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=user-manager
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='A simple system settings module to manage the users of your system'
-arch=(i686 x86_64)
-url='https://projects.kde.org/user-manager'
-license=(LGPL)
-depends=(accountsservice kdelibs4support libpwquality)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('2aa588431a04b0a04671e9cdf57cb6fe')
-
-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: user-manager/repos/kde-unstable-i686/PKGBUILD (from rev 244809, 
user-manager/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:57:18 UTC (rev 244810)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=user-manager
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/user-manager'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('8b32fbfa6acb33a38ebe3a9188e0836d')
+
+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/PKGBUILD2015-08-25 06:57:02 UTC (rev 244809)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:57:18 UTC (rev 244810)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=user-manager
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='A simple system settings module to manage the users of your system'
-arch=(i686 x86_64)
-url='https://projects.kde.org/user-manager'
-license=(LGPL)
-depends=(accountsservice kdelibs4support libpwquality)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('2aa588431a04b0a04671e9cdf57cb6fe')
-
-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: user-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 244809, 
user-manager/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:57:18 UTC (rev 244810)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=user-manager
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/user-manager'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('8b32fbfa6acb33a38ebe3a9188e0836d')
+
+prepare() {
+  mkdir -p 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:57:51
  Author: arojas
Revision: 244812

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

Added:
  kgamma5/repos/kde-unstable-i686/PKGBUILD
(from rev 244811, kgamma5/trunk/PKGBUILD)
  kgamma5/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244811, kgamma5/trunk/PKGBUILD)
Deleted:
  kgamma5/repos/kde-unstable-i686/PKGBUILD
  kgamma5/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  2015-08-25 06:57:35 UTC (rev 244811)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:57:51 UTC (rev 244812)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=kgamma5
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=Adjust your monitor's gamma settings
-arch=(i686 x86_64)
-url='https://projects.kde.org/kgamma5'
-license=(LGPL)
-depends=(kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('236325ebb31787a192c9ed61402fbf57')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kgamma-$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: kgamma5/repos/kde-unstable-i686/PKGBUILD (from rev 244811, 
kgamma5/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:57:51 UTC (rev 244812)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kgamma5
+pkgver=5.4.0
+pkgrel=1
+pkgdesc=Adjust your monitor's gamma settings
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('ce414479294b1cbc1b7a8fdf61cbbf22')
+
+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/PKGBUILD2015-08-25 06:57:35 UTC (rev 244811)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:57:51 UTC (rev 244812)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=kgamma5
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=Adjust your monitor's gamma settings
-arch=(i686 x86_64)
-url='https://projects.kde.org/kgamma5'
-license=(LGPL)
-depends=(kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('236325ebb31787a192c9ed61402fbf57')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kgamma-$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: kgamma5/repos/kde-unstable-x86_64/PKGBUILD (from rev 244811, 
kgamma5/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:57:51 UTC (rev 244812)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kgamma5
+pkgver=5.4.0
+pkgrel=1
+pkgdesc=Adjust your monitor's gamma settings
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('ce414479294b1cbc1b7a8fdf61cbbf22')
+
+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
+}


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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:57:35
  Author: arojas
Revision: 244811

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

Added:
  kwallet-pam/repos/kde-unstable-i686/PKGBUILD
(from rev 244810, kwallet-pam/trunk/PKGBUILD)
  kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244810, kwallet-pam/trunk/PKGBUILD)
Deleted:
  kwallet-pam/repos/kde-unstable-i686/PKGBUILD
  kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:57:18 UTC (rev 244810)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:57:35 UTC (rev 244811)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=kwallet-pam
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(i686 x86_64)
-url='https://projects.kde.org/kwallet-pam'
-license=(LGPL)
-depends=(kwallet)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('c73ba2344ea3c0cedee7082aed0aa94d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=usr/lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kwallet-pam/repos/kde-unstable-i686/PKGBUILD (from rev 244810, 
kwallet-pam/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:57:35 UTC (rev 244811)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kwallet-pam
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('fa968c4eecb73f4bc1cbb032d112eda9')
+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=usr/lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=usr/lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+  cd ../build4
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-25 06:57:18 UTC (rev 244810)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:57:35 UTC (rev 244811)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=kwallet-pam
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(i686 x86_64)
-url='https://projects.kde.org/kwallet-pam'
-license=(LGPL)
-depends=(kwallet)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('c73ba2344ea3c0cedee7082aed0aa94d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=usr/lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD (from rev 244810, 
kwallet-pam/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:57:35 UTC (rev 244811)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kwallet-pam
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('fa968c4eecb73f4bc1cbb032d112eda9')
+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=usr/lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:57:02
  Author: arojas
Revision: 244809

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

Added:
  kwayland-integration/repos/kde-unstable-i686/PKGBUILD
(from rev 244808, kwayland-integration/trunk/PKGBUILD)
  kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244808, kwayland-integration/trunk/PKGBUILD)
Deleted:
  kwayland-integration/repos/kde-unstable-i686/PKGBUILD
  kwayland-integration/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  2015-08-25 06:56:46 UTC (rev 244808)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:57:02 UTC (rev 244809)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=kwayland-integration
-pkgver=5.3.95
-pkgrel=2
-pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
-license=(LGPL)
-depends=(kwindowsystem kidletime kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('e8767792bd4e4541dbf04bd5a63ee4f5')
-
-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: kwayland-integration/repos/kde-unstable-i686/PKGBUILD (from rev 244808, 
kwayland-integration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:57:02 UTC (rev 244809)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kwayland-integration
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('2eaabc6ddacb4142d1c068f1b5536455')
+
+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/PKGBUILD2015-08-25 06:56:46 UTC (rev 244808)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:57:02 UTC (rev 244809)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=kwayland-integration
-pkgver=5.3.95
-pkgrel=2
-pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
-license=(LGPL)
-depends=(kwindowsystem kidletime kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('e8767792bd4e4541dbf04bd5a63ee4f5')
-
-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: kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
244808, kwayland-integration/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:57:02 UTC (rev 244809)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kwayland-integration
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)

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

2015-08-25 Thread Massimiliano Torromeo
Date: Tuesday, August 25, 2015 @ 09:16:09
  Author: mtorromeo
Revision: 138752

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-25 07:15:46 UTC (rev 138751)
+++ community-i686/PKGBUILD 2015-08-25 07:16:09 UTC (rev 138752)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=libuv
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=Multi-platform support library with a focus on asynchronous I/O
-arch=('i686' 'x86_64')
-url=https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=(https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-
-   install -Dm644 LICENSE \
-   $pkgdir/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   $pkgdir/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   $pkgdir/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   $pkgdir/usr/share/doc/$pkgname/ChangeLog
-   install -Dm644 docs/build/man/libuv.1 \
-   $pkgdir/usr/share/man/man1/libuv.1
-}
-
-sha256sums=('a515145a34672d26527c7555e73315c66a9213ab445ba591864efc11f91fc340')

Copied: libuv/repos/community-i686/PKGBUILD (from rev 138751, 
libuv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-25 07:16:09 UTC (rev 138752)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=libuv
+pkgver=1.7.2
+pkgrel=1
+pkgdesc=Multi-platform support library with a focus on asynchronous I/O
+arch=('i686' 'x86_64')
+url=https://github.com/libuv/libuv;
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=(https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+   make man -C docs
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+
+   install -Dm644 LICENSE \
+   $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   $pkgdir/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   $pkgdir/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   $pkgdir/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   $pkgdir/usr/share/man/man1/libuv.1
+}
+
+sha256sums=('2f27cc888192e4ee6ada8477f9897bea648de5b04207c984271efa91295c0fc8')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-25 07:15:46 UTC (rev 138751)
+++ community-x86_64/PKGBUILD   2015-08-25 07:16:09 UTC (rev 138752)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=libuv
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=Multi-platform support library with a focus on asynchronous I/O
-arch=('i686' 'x86_64')
-url=https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=(https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-
-   install -Dm644 LICENSE \
-   $pkgdir/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   $pkgdir/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:15:55
  Author: arojas
Revision: 244771

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

Added:
  ttf-oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 244770, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-i686/ttf-oxygen.install
(from rev 244770, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244770, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-x86_64/ttf-oxygen.install
(from rev 244770, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/kde-unstable-i686/PKGBUILD
  ttf-oxygen/repos/kde-unstable-i686/ttf-oxygen.install
  ttf-oxygen/repos/kde-unstable-x86_64/PKGBUILD
  ttf-oxygen/repos/kde-unstable-x86_64/ttf-oxygen.install

+
 /PKGBUILD  |   96 +++
 /ttf-oxygen.install|   30 +
 kde-unstable-i686/PKGBUILD |   48 ---
 kde-unstable-i686/ttf-oxygen.install   |   15 
 kde-unstable-x86_64/PKGBUILD   |   48 ---
 kde-unstable-x86_64/ttf-oxygen.install |   15 
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-24 19:32:59 UTC (rev 244770)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:15:55 UTC (rev 244771)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('i686' 'x86_64') # CMake files are arch-dependent
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('21766bf9ce54c8afcf789498093bdabb')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${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
-
-  # Fix install path
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
-${pkgdir}/usr/share/fonts/TTF/
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 244770, 
ttf-oxygen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:15:55 UTC (rev 244771)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('b95d1968d0588fdeaf9cec38523d915a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${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
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-i686/ttf-oxygen.install
===
--- kde-unstable-i686/ttf-oxygen.install2015-08-24 19:32:59 UTC (rev 
244770)
+++ 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:16:14
  Author: arojas
Revision: 244772

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

Added:
  kwayland/repos/kde-unstable-i686/PKGBUILD
(from rev 244771, kwayland/trunk/PKGBUILD)
  kwayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244771, kwayland/trunk/PKGBUILD)
Deleted:
  kwayland/repos/kde-unstable-i686/PKGBUILD
  kwayland/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  2015-08-25 06:15:55 UTC (rev 244771)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:16:14 UTC (rev 244772)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.3.95
-pkgrel=2
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('27f5b858fd13807b01c4019658b40a15')
-
-prepare() {
-  mkdir 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: kwayland/repos/kde-unstable-i686/PKGBUILD (from rev 244771, 
kwayland/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:16:14 UTC (rev 244772)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('720809300dc4426034686f0069680599')
+
+prepare() {
+  mkdir 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/PKGBUILD2015-08-25 06:15:55 UTC (rev 244771)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:16:14 UTC (rev 244772)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.3.95
-pkgrel=2
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('27f5b858fd13807b01c4019658b40a15')
-
-prepare() {
-  mkdir 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: kwayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 244771, 
kwayland/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:16:14 UTC (rev 244772)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:16:32
  Author: arojas
Revision: 244773

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

Added:
  kdecoration/repos/kde-unstable-i686/PKGBUILD
(from rev 244772, kdecoration/trunk/PKGBUILD)
  kdecoration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244772, kdecoration/trunk/PKGBUILD)
Deleted:
  kdecoration/repos/kde-unstable-i686/PKGBUILD
  kdecoration/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  2015-08-25 06:16:14 UTC (rev 244772)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:16:32 UTC (rev 244773)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=kdecoration
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kdecoration'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('8c6cc34e2f495122447df6fa0cee6139')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdecoration/repos/kde-unstable-i686/PKGBUILD (from rev 244772, 
kdecoration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:16:32 UTC (rev 244773)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kdecoration
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdecoration'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('a83f26aff81a798929dd002e7b868c75')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-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/PKGBUILD2015-08-25 06:16:14 UTC (rev 244772)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:16:32 UTC (rev 244773)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=kdecoration
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kdecoration'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('8c6cc34e2f495122447df6fa0cee6139')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdecoration/repos/kde-unstable-x86_64/PKGBUILD (from rev 244772, 
kdecoration/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:16:32 UTC (rev 244773)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kdecoration
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:46:41
  Author: arojas
Revision: 244778

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

Added:
  kwayland/repos/kde-unstable-i686/PKGBUILD
(from rev 244777, kwayland/trunk/PKGBUILD)
  kwayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244777, kwayland/trunk/PKGBUILD)
Deleted:
  kwayland/repos/kde-unstable-i686/PKGBUILD
  kwayland/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  2015-08-25 06:46:26 UTC (rev 244777)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:46:41 UTC (rev 244778)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('720809300dc4426034686f0069680599')
-
-prepare() {
-  mkdir 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: kwayland/repos/kde-unstable-i686/PKGBUILD (from rev 244777, 
kwayland/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:46:41 UTC (rev 244778)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('720809300dc4426034686f0069680599')
+
+prepare() {
+  mkdir 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/PKGBUILD2015-08-25 06:46:26 UTC (rev 244777)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:46:41 UTC (rev 244778)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('720809300dc4426034686f0069680599')
-
-prepare() {
-  mkdir 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: kwayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 244777, 
kwayland/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:46:41 UTC (rev 244778)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('720809300dc4426034686f0069680599')
+

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:46:26
  Author: arojas
Revision: 244777

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

Added:
  ttf-oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 244776, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-i686/ttf-oxygen.install
(from rev 244776, ttf-oxygen/trunk/ttf-oxygen.install)
  ttf-oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244776, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-x86_64/ttf-oxygen.install
(from rev 244776, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/kde-unstable-i686/PKGBUILD
  ttf-oxygen/repos/kde-unstable-i686/ttf-oxygen.install
  ttf-oxygen/repos/kde-unstable-x86_64/PKGBUILD
  ttf-oxygen/repos/kde-unstable-x86_64/ttf-oxygen.install

+
 /PKGBUILD  |   96 +++
 /ttf-oxygen.install|   30 +
 kde-unstable-i686/PKGBUILD |   48 ---
 kde-unstable-i686/ttf-oxygen.install   |   15 
 kde-unstable-x86_64/PKGBUILD   |   48 ---
 kde-unstable-x86_64/ttf-oxygen.install |   15 
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:17:59 UTC (rev 244776)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:46:26 UTC (rev 244777)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('i686' 'x86_64') # CMake files are arch-dependent
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-options=('!emptydirs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('b95d1968d0588fdeaf9cec38523d915a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${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
-
-  # Fix install path
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
-${pkgdir}/usr/share/fonts/TTF/
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 244776, 
ttf-oxygen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:46:26 UTC (rev 244777)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('b95d1968d0588fdeaf9cec38523d915a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${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
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: kde-unstable-i686/ttf-oxygen.install
===
--- kde-unstable-i686/ttf-oxygen.install2015-08-25 06:17:59 UTC (rev 
244776)
+++ 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:54:41
  Author: arojas
Revision: 244800

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

Added:
  khelpcenter/repos/kde-unstable-i686/PKGBUILD
(from rev 244799, khelpcenter/trunk/PKGBUILD)
  khelpcenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244799, khelpcenter/trunk/PKGBUILD)
Deleted:
  khelpcenter/repos/kde-unstable-i686/PKGBUILD
  khelpcenter/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  2015-08-25 06:54:25 UTC (rev 244799)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:54:41 UTC (rev 244800)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=Application to show KDE Applications' documentation
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-groups=('plasma')
-depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('7e1c78bab30783eb92e120ccae8d0dae')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: khelpcenter/repos/kde-unstable-i686/PKGBUILD (from rev 244799, 
khelpcenter/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:54:41 UTC (rev 244800)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.4.0
+pkgrel=1
+pkgdesc=Application to show KDE Applications' documentation
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+groups=('plasma')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('5d2194b24c9800698c85a1f17d438d3f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_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/PKGBUILD2015-08-25 06:54:25 UTC (rev 244799)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:54:41 UTC (rev 244800)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=Application to show KDE Applications' documentation
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-groups=('plasma')
-depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('7e1c78bab30783eb92e120ccae8d0dae')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: khelpcenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 244799, 
khelpcenter/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:54:41 UTC (rev 244800)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:55:26
  Author: arojas
Revision: 244803

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

Added:
  kde-gtk-config/repos/kde-unstable-i686/PKGBUILD
(from rev 244802, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/kde-unstable-i686/kde-gtk-config.install
(from rev 244802, kde-gtk-config/trunk/kde-gtk-config.install)
  kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244802, kde-gtk-config/trunk/PKGBUILD)
  kde-gtk-config/repos/kde-unstable-x86_64/kde-gtk-config.install
(from rev 244802, kde-gtk-config/trunk/kde-gtk-config.install)
Deleted:
  kde-gtk-config/repos/kde-unstable-i686/PKGBUILD
  kde-gtk-config/repos/kde-unstable-i686/kde-gtk-config.install
  kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD
  kde-gtk-config/repos/kde-unstable-x86_64/kde-gtk-config.install

+
 /PKGBUILD  |   88 +++
 /kde-gtk-config.install|   24 +++
 kde-unstable-i686/PKGBUILD |   44 -
 kde-unstable-i686/kde-gtk-config.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD   |   44 -
 kde-unstable-x86_64/kde-gtk-config.install |   12 ---
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:55:11 UTC (rev 244802)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:55:26 UTC (rev 244803)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=kde-gtk-config
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='GTK2 and GTK3 Configurator for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
-license=('LGPL')
-depends=('knewstuff' 'kde-cli-tools')
-makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
-optdepends=('gtk2: GTK2 apps support'
-'gtk3: GTK3 apps support')
-conflicts=('kde-gtk-config-frameworks')
-replaces=('kde-gtk-config-frameworks')
-groups=('plasma')
-install=$pkgname.install
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('4a84c945c8c9079fb2dd8d4b023c8650')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kde-gtk-config/repos/kde-unstable-i686/PKGBUILD (from rev 244802, 
kde-gtk-config/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:55:26 UTC (rev 244803)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kde-gtk-config
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('31f6c449cd683937a4cc5ba2447bbf0d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kde-gtk-config.install
===
--- kde-unstable-i686/kde-gtk-config.install2015-08-25 06:55:11 UTC (rev 
244802)
+++ kde-unstable-i686/kde-gtk-config.install2015-08-25 06:55:26 UTC (rev 
244803)
@@ -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: kde-gtk-config/repos/kde-unstable-i686/kde-gtk-config.install (from rev 
244802, kde-gtk-config/trunk/kde-gtk-config.install)

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:54:56
  Author: arojas
Revision: 244801

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

Added:
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
(from rev 244800, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install
(from rev 244800, kdeplasma-addons/trunk/kdeplasma-addons.install)
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244800, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install
(from rev 244800, kdeplasma-addons/trunk/kdeplasma-addons.install)
Deleted:
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
  kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
  kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install

--+
 /PKGBUILD|   84 +
 /kdeplasma-addons.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   42 
 kde-unstable-i686/kdeplasma-addons.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD |   42 
 kde-unstable-x86_64/kdeplasma-addons.install |   11 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:54:41 UTC (rev 244800)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:54:56 UTC (rev 244801)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeplasma-addons
-pkgver=5.3.95
-pkgrel=2
-pkgdesc='All kind of addons to improve your Plasma experience'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
-license=('LGPL')
-depends=('krunner' 'kdelibs4support' 'knewstuff' 'kross' 'purpose')
-makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim')
-optdepends=('ibus: kimpanel IBUS support'
-'scim: kimpanel SCIM support')
-install=${pkgname}.install
-conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
-replaces=('kdeplasma-addons-frameworks')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('ab7ac39596e05755e890e3dca3c8fa5b')
-
-prepare() {
-  mkdir 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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD (from rev 244800, 
kdeplasma-addons/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:54:56 UTC (rev 244801)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeplasma-addons
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
+license=('LGPL')
+depends=('krunner' 'kdelibs4support' 'knewstuff' 'kross' 'purpose')
+makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim')
+optdepends=('ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support')
+install=${pkgname}.install
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('d9876ebbd99cd3285b86fe6205857eea')
+
+prepare() {
+  mkdir 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 \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdeplasma-addons.install
===
--- kde-unstable-i686/kdeplasma-addons.install  2015-08-25 06:54:41 UTC (rev 
244800)
+++ kde-unstable-i686/kdeplasma-addons.install  2015-08-25 06:54:56 UTC (rev 
244801)
@@ -1,11 +0,0 @@
-post_install() {
-[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install (from 
rev 244800, 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:55:57
  Author: arojas
Revision: 244805

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

Added:
  ksshaskpass/repos/kde-unstable-i686/PKGBUILD
(from rev 244804, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/kde-unstable-i686/ksshaskpass.sh
(from rev 244804, ksshaskpass/trunk/ksshaskpass.sh)
  ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244804, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.sh
(from rev 244804, ksshaskpass/trunk/ksshaskpass.sh)
Deleted:
  ksshaskpass/repos/kde-unstable-i686/PKGBUILD
  ksshaskpass/repos/kde-unstable-i686/ksshaskpass.sh
  ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD
  ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.sh

+
 /PKGBUILD  |   86 +++
 /ksshaskpass.sh|2 
 kde-unstable-i686/PKGBUILD |   43 -
 kde-unstable-i686/ksshaskpass.sh   |1 
 kde-unstable-x86_64/PKGBUILD   |   43 -
 kde-unstable-x86_64/ksshaskpass.sh |1 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:55:42 UTC (rev 244804)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:55:57 UTC (rev 244805)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: schuay jakob.gru...@gmail.com
-
-pkgname=ksshaskpass
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
-url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kwallet')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
-conflicts=('x11-ssh-askpass' 'ksshaskpass-frameworks')
-replaces=('ksshaskpass-frameworks')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-$pkgname.sh)
-md5sums=('bb0c4d64c74c8d84ed976b579f14241b'
- '70396ba019ae05cc91502456f548caff')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../ksshaskpass-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  install -Dm755 $srcdir/ksshaskpass.sh \
-${pkgdir}/etc/profile.d/ksshaskpass.sh
-}

Copied: ksshaskpass/repos/kde-unstable-i686/PKGBUILD (from rev 244804, 
ksshaskpass/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:55:57 UTC (rev 244805)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: schuay jakob.gru...@gmail.com
+
+pkgname=ksshaskpass
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kwallet')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+conflicts=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+$pkgname.sh)
+md5sums=('977d67b867ecfe35dc9932f243d6d0f1'
+ '70396ba019ae05cc91502456f548caff')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  install -Dm755 $srcdir/ksshaskpass.sh \
+${pkgdir}/etc/profile.d/ksshaskpass.sh
+}

Deleted: kde-unstable-i686/ksshaskpass.sh
===
--- kde-unstable-i686/ksshaskpass.sh2015-08-25 06:55:42 UTC (rev 244804)
+++ kde-unstable-i686/ksshaskpass.sh2015-08-25 06:55:57 UTC (rev 244805)
@@ -1 +0,0 @@
-test -f /usr/bin/ksshaskpass  export SSH_ASKPASS=/usr/bin/ksshaskpass

Copied: ksshaskpass/repos/kde-unstable-i686/ksshaskpass.sh (from rev 244804, 
ksshaskpass/trunk/ksshaskpass.sh)
===
--- kde-unstable-i686/ksshaskpass.sh(rev 0)
+++ kde-unstable-i686/ksshaskpass.sh2015-08-25 06:55:57 UTC (rev 244805)
@@ -0,0 +1 @@
+test -f /usr/bin/ksshaskpass  export SSH_ASKPASS=/usr/bin/ksshaskpass

Deleted: 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:56:30
  Author: arojas
Revision: 244807

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

Added:
  plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD
(from rev 244806, plasma-mediacenter/trunk/PKGBUILD)
  plasma-mediacenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244806, plasma-mediacenter/trunk/PKGBUILD)
Deleted:
  plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD
  plasma-mediacenter/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  2015-08-25 06:56:14 UTC (rev 244806)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:56:30 UTC (rev 244807)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Bhushan Shah bhush94 at gmail dot com
-
-pkgname=plasma-mediacenter
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=A mediacenter user interface based on KDE Plasma components
-arch=(i686 x86_64)
-url=http://community.kde.org/Plasma/Plasma_Media_Center/;
-license=(GPL3)
-depends=(plasma-workspace baloo)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('3461e1da6734319374ba4cc406729bde')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD (from rev 244806, 
plasma-mediacenter/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:56:30 UTC (rev 244807)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Bhushan Shah bhush94 at gmail dot com
+
+pkgname=plasma-mediacenter
+pkgver=5.4.0
+pkgrel=1
+pkgdesc=A mediacenter user interface based on KDE Plasma components
+arch=(i686 x86_64)
+url=http://community.kde.org/Plasma/Plasma_Media_Center/;
+license=(GPL3)
+depends=(plasma-workspace baloo)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('fb90bf7cb22cae76aa3ebb8537e937a7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-25 06:56:14 UTC (rev 244806)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:56:30 UTC (rev 244807)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Bhushan Shah bhush94 at gmail dot com
-
-pkgname=plasma-mediacenter
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=A mediacenter user interface based on KDE Plasma components
-arch=(i686 x86_64)
-url=http://community.kde.org/Plasma/Plasma_Media_Center/;
-license=(GPL3)
-depends=(plasma-workspace baloo)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('3461e1da6734319374ba4cc406729bde')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: plasma-mediacenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 244806, 
plasma-mediacenter/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:56:30 UTC (rev 244807)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Bhushan Shah bhush94 at gmail dot com
+
+pkgname=plasma-mediacenter
+pkgver=5.4.0
+pkgrel=1
+pkgdesc=A mediacenter user interface based on KDE Plasma components
+arch=(i686 x86_64)
+url=http://community.kde.org/Plasma/Plasma_Media_Center/;
+license=(GPL3)
+depends=(plasma-workspace baloo)

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:55:42
  Author: arojas
Revision: 244804

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

Added:
  kscreen/repos/kde-unstable-i686/PKGBUILD
(from rev 244803, kscreen/trunk/PKGBUILD)
  kscreen/repos/kde-unstable-i686/kscreen.install
(from rev 244803, kscreen/trunk/kscreen.install)
  kscreen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244803, kscreen/trunk/PKGBUILD)
  kscreen/repos/kde-unstable-x86_64/kscreen.install
(from rev 244803, kscreen/trunk/kscreen.install)
Deleted:
  kscreen/repos/kde-unstable-i686/PKGBUILD
  kscreen/repos/kde-unstable-i686/kscreen.install
  kscreen/repos/kde-unstable-x86_64/PKGBUILD
  kscreen/repos/kde-unstable-x86_64/kscreen.install

-+
 /PKGBUILD   |   80 ++
 /kscreen.install|   22 +
 kde-unstable-i686/PKGBUILD  |   40 -
 kde-unstable-i686/kscreen.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   40 -
 kde-unstable-x86_64/kscreen.install |   11 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:55:26 UTC (rev 244803)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:55:42 UTC (rev 244804)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=kscreen
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=KDE's screen management software
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kscreen'
-license=('LGPL')
-depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects')
-makedepends=('extra-cmake-modules' 'python')
-conflicts=('kscreen-frameworks')
-replaces=('kscreen-frameworks')
-groups=('plasma')
-install=$pkgname.install
-source=(http://download.kde.org/unstable/plasma/${pkgver}/kscreen-$pkgver.tar.xz;)
-md5sums=('7b9b77552eaca40c65b37b08a7664ce4')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kscreen-${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: kscreen/repos/kde-unstable-i686/PKGBUILD (from rev 244803, 
kscreen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:55:42 UTC (rev 244804)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kscreen
+pkgver=5.4.0
+pkgrel=1
+pkgdesc=KDE's screen management software
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kscreen'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz;)
+md5sums=('6a6edc056e61779f17593c7d497087dd')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${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/kscreen.install
===
--- kde-unstable-i686/kscreen.install   2015-08-25 06:55:26 UTC (rev 244803)
+++ kde-unstable-i686/kscreen.install   2015-08-25 06:55:42 UTC (rev 244804)
@@ -1,11 +0,0 @@
-post_install() {
-[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kscreen/repos/kde-unstable-i686/kscreen.install (from rev 244803, 
kscreen/trunk/kscreen.install)
===
--- kde-unstable-i686/kscreen.install   (rev 0)
+++ kde-unstable-i686/kscreen.install   2015-08-25 06:55:42 UTC (rev 244804)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-25 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:56:14
  Author: arojas
Revision: 244806

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

Added:
  sddm-kcm/repos/kde-unstable-i686/PKGBUILD
(from rev 244805, sddm-kcm/trunk/PKGBUILD)
  sddm-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244805, sddm-kcm/trunk/PKGBUILD)
Deleted:
  sddm-kcm/repos/kde-unstable-i686/PKGBUILD
  sddm-kcm/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:55:57 UTC (rev 244805)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:56:14 UTC (rev 244806)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
-license=('GPL')
-depends=('sddm' 'libxcursor' 'kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('0ef858656bb3c3a24dc5ec0b7e0db24f')
-
-prepare() {
-  mkdir 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 \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-

Copied: sddm-kcm/repos/kde-unstable-i686/PKGBUILD (from rev 244805, 
sddm-kcm/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:56:14 UTC (rev 244806)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('9483b80cb48a919328c682056c38ccba')
+
+prepare() {
+  mkdir 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 \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-25 06:55:57 UTC (rev 244805)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:56:14 UTC (rev 244806)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
-license=('GPL')
-depends=('sddm' 'libxcursor' 'kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('0ef858656bb3c3a24dc5ec0b7e0db24f')
-
-prepare() {
-  mkdir 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 \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-

Copied: sddm-kcm/repos/kde-unstable-x86_64/PKGBUILD (from rev 244805, 
sddm-kcm/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:56:14 UTC (rev 244806)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:56:46
  Author: arojas
Revision: 244808

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

Added:
  plasma-sdk/repos/kde-unstable-i686/PKGBUILD
(from rev 244807, plasma-sdk/trunk/PKGBUILD)
  plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244807, plasma-sdk/trunk/PKGBUILD)
Deleted:
  plasma-sdk/repos/kde-unstable-i686/PKGBUILD
  plasma-sdk/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  2015-08-25 06:56:30 UTC (rev 244807)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:56:46 UTC (rev 244808)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=plasma-sdk
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=Applications useful for Plasma development
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
-license=(LGPL)
-depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
-makedepends=(extra-cmake-modules)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('b506d57105525a4433ca376e4c619e07')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: plasma-sdk/repos/kde-unstable-i686/PKGBUILD (from rev 244807, 
plasma-sdk/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:56:46 UTC (rev 244808)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=plasma-sdk
+pkgver=5.4.0
+pkgrel=1
+pkgdesc=Applications useful for Plasma development
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('821ca5ab0ba0a1944f172db373b05623')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-25 06:56:30 UTC (rev 244807)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:56:46 UTC (rev 244808)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=plasma-sdk
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=Applications useful for Plasma development
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
-license=(LGPL)
-depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
-makedepends=(extra-cmake-modules)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('b506d57105525a4433ca376e4c619e07')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD (from rev 244807, 
plasma-sdk/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:56:46 UTC (rev 244808)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=plasma-sdk
+pkgver=5.4.0
+pkgrel=1
+pkgdesc=Applications useful for Plasma development
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('821ca5ab0ba0a1944f172db373b05623')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:50:51
  Author: arojas
Revision: 244793

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

Added:
  powerdevil/repos/kde-unstable-i686/PKGBUILD
(from rev 244792, powerdevil/trunk/PKGBUILD)
  powerdevil/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244792, powerdevil/trunk/PKGBUILD)
Deleted:
  powerdevil/repos/kde-unstable-i686/PKGBUILD
  powerdevil/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  2015-08-25 06:50:34 UTC (rev 244792)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:50:51 UTC (rev 244793)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/powerdevil'
-license=('LGPL')
-depends=('plasma-workspace' 'kidletime')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('b0a89485a9da8aa32fe9e60824c524b1')
-
-prepare() {
-  mkdir 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: powerdevil/repos/kde-unstable-i686/PKGBUILD (from rev 244792, 
powerdevil/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:50:51 UTC (rev 244793)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/powerdevil'
+license=('LGPL')
+depends=('plasma-workspace' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('d75f08371f19a1f890da03349f1ba60c')
+
+prepare() {
+  mkdir 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/PKGBUILD2015-08-25 06:50:34 UTC (rev 244792)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:50:51 UTC (rev 244793)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/powerdevil'
-license=('LGPL')
-depends=('plasma-workspace' 'kidletime')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('b0a89485a9da8aa32fe9e60824c524b1')
-
-prepare() {
-  mkdir 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: powerdevil/repos/kde-unstable-x86_64/PKGBUILD (from rev 244792, 
powerdevil/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:50:51 UTC (rev 244793)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:51:37
  Author: arojas
Revision: 244796

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

Added:
  plasma-desktop/repos/kde-unstable-i686/PKGBUILD
(from rev 244795, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/kde-unstable-i686/plasma-desktop.install
(from rev 244795, plasma-desktop/trunk/plasma-desktop.install)
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244795, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/kde-unstable-x86_64/plasma-desktop.install
(from rev 244795, plasma-desktop/trunk/plasma-desktop.install)
Deleted:
  plasma-desktop/repos/kde-unstable-i686/PKGBUILD
  plasma-desktop/repos/kde-unstable-i686/plasma-desktop.install
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
  plasma-desktop/repos/kde-unstable-x86_64/plasma-desktop.install

+
 /PKGBUILD  |   86 +++
 /plasma-desktop.install|   24 +++
 kde-unstable-i686/PKGBUILD |   43 -
 kde-unstable-i686/plasma-desktop.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD   |   43 -
 kde-unstable-x86_64/plasma-desktop.install |   12 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:51:17 UTC (rev 244795)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:51:37 UTC (rev 244796)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=plasma-desktop
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'kwin' 'libxkbfile' 
'kmenuedit'
- 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
-optdepends=('plasma-nm: Network manager applet')
-conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
-replaces=('kcm-touchpad-frameworks')
-install=${pkgname}.install
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('a9a293ec776446ad75bf294f8cd3c6b4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-desktop/repos/kde-unstable-i686/PKGBUILD (from rev 244795, 
plasma-desktop/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:51:37 UTC (rev 244796)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'kwin' 'libxkbfile' 
'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
+replaces=('kcm-touchpad-frameworks')
+install=${pkgname}.install
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('105aa6d93f32ad99b7afa0c7674aa795')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_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/plasma-desktop.install
===
--- kde-unstable-i686/plasma-desktop.install2015-08-25 06:51:17 UTC (rev 
244795)
+++ kde-unstable-i686/plasma-desktop.install2015-08-25 06:51:37 UTC (rev 
244796)
@@ -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: 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:51:55
  Author: arojas
Revision: 244797

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

Added:
  plasma-nm/repos/kde-unstable-i686/PKGBUILD
(from rev 244796, plasma-nm/trunk/PKGBUILD)
  plasma-nm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244796, plasma-nm/trunk/PKGBUILD)
Deleted:
  plasma-nm/repos/kde-unstable-i686/PKGBUILD
  plasma-nm/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:51:37 UTC (rev 244796)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:51:55 UTC (rev 244797)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=plasma-nm
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
-license=('GPL2')
-depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt' 
'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
- 'python' 'kdelibs4support')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('8c2bedc105cddd50721c22d550f5975b')
-
-prepare() {
-  mkdir 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: plasma-nm/repos/kde-unstable-i686/PKGBUILD (from rev 244796, 
plasma-nm/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:51:55 UTC (rev 244797)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-nm
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
+license=('GPL2')
+depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt' 
'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('240a66490c4604fcf343319ef4ea4bac')
+
+prepare() {
+  mkdir 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-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-25 06:51:37 UTC (rev 244796)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:51:55 UTC (rev 244797)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=plasma-nm
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
-license=('GPL2')
-depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt' 
'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
- 'python' 'kdelibs4support')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('8c2bedc105cddd50721c22d550f5975b')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 09:04:33
  Author: arojas
Revision: 138750

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

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

---+
 /PKGBUILD |   68 
 /muon.install |   24 ++
 community-i686/PKGBUILD   |   34 
 community-i686/muon.install   |   12 ---
 community-x86_64/PKGBUILD |   34 
 community-x86_64/muon.install |   12 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-25 07:03:47 UTC (rev 138749)
+++ community-i686/PKGBUILD 2015-08-25 07:04:33 UTC (rev 138750)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org 
-
-pkgname=muon
-pkgver=5.3.2
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/muon'
-license=(LGPL)
-depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('19ecabd8d2a43ff51d23d1452f1e3528')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../muon-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: muon/repos/community-i686/PKGBUILD (from rev 138749, 
muon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-25 07:04:33 UTC (rev 138750)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=muon
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/muon'
+license=(LGPL)
+depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('db1d96bb017cb559c167b25bef231748')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../muon-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/muon.install
===
--- community-i686/muon.install 2015-08-25 07:03:47 UTC (rev 138749)
+++ community-i686/muon.install 2015-08-25 07:04:33 UTC (rev 138750)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: muon/repos/community-i686/muon.install (from rev 138749, 
muon/trunk/muon.install)
===
--- community-i686/muon.install (rev 0)
+++ community-i686/muon.install 2015-08-25 07:04:33 UTC (rev 138750)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-25 07:03:47 UTC (rev 138749)
+++ community-x86_64/PKGBUILD   2015-08-25 07:04:33 UTC (rev 138750)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org 
-
-pkgname=muon
-pkgver=5.3.2
-pkgrel=1
-pkgdesc='A collection of package management tools for KDE'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/muon'
-license=(LGPL)
-depends=(packagekit-qt5 plasma-framework knewstuff appstream-qt 
archlinux-appstream-data hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:17:24
  Author: arojas
Revision: 244775

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

Added:
  oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 244774, oxygen/trunk/PKGBUILD)
  oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244774, oxygen/trunk/PKGBUILD)
Deleted:
  oxygen/repos/kde-unstable-i686/PKGBUILD
  oxygen/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:16:50 UTC (rev 244774)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:17:24 UTC (rev 244775)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgbase=oxygen
-pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
-pkgver=5.3.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/oxygen'
-license=('LGPL')
-makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('60c15cabb34856409827f25ca898b3f3')
-
-prepare() {
-  mkdir build{,-kde4}
-}
-
-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
-  cd ..
-
-  cd build-kde4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DUSE_KDE4=ON
-  make
-}
-
-package_oxygen() {
-  pkgdesc='KDE Oxygen style'
-  depends=('frameworkintegration' 'kdecoration' 'kcmutils')
-  optdepends=('oxygen-cursors: cursor themes for Plasma 5')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Cursors conflicts with kdebase-workspace
-  rm -r ${pkgdir}/usr/share/icons/
-}
-
-package_oxygen-cursors() {
-  pkgdesc='KDE Oxygen cursor themes for Plasma 5'
-  groups=('plasma')
-  conflicts=('kdebase-workspace')
-
-  cd build/cursors
-  make DESTDIR=${pkgdir} install
-}
-
-package_oxygen-kde4() {
-  pkgdesc='KDE Oxygen style for KDE4 applications'
-  depends=('kdelibs')
-  conflicts=('kdebase-workspace')
-
-  cd build-kde4
-  make DESTDIR=${pkgdir} install
-
-  # needed so that pure Qt4 apps are correctly themed
-  install -d -m755 $pkgdir/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
$pkgdir/usr/lib/qt4/plugins/styles
-}

Copied: oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 244774, 
oxygen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:17:24 UTC (rev 244775)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
+pkgver=5.4.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8a8b312d21eed54912a0357df1c4f1ec')
+
+prepare() {
+  mkdir build{,-kde4}
+}
+
+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
+  cd ..
+
+  cd build-kde4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DUSE_KDE4=ON
+  make
+}
+
+package_oxygen() {
+  pkgdesc='KDE Oxygen style'
+  depends=('frameworkintegration' 'kdecoration' 'kcmutils')
+  optdepends=('oxygen-cursors: cursor themes for Plasma 5')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Cursors conflicts with kdebase-workspace
+  rm -r ${pkgdir}/usr/share/icons/
+}
+
+package_oxygen-cursors() {
+  pkgdesc='KDE Oxygen cursor themes for Plasma 5'
+  groups=('plasma')
+  conflicts=('kdebase-workspace')
+
+  cd build/cursors
+  make DESTDIR=${pkgdir} install
+}
+
+package_oxygen-kde4() {
+  pkgdesc='KDE Oxygen style for KDE4 applications'
+  depends=('kdelibs')
+  conflicts=('kdebase-workspace')
+
+  cd build-kde4
+  make DESTDIR=${pkgdir} 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:16:50
  Author: arojas
Revision: 244774

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

Added:
  kwin/repos/kde-unstable-i686/PKGBUILD
(from rev 244773, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-i686/kwin.install
(from rev 244773, kwin/trunk/kwin.install)
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244773, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/kwin.install
(from rev 244773, kwin/trunk/kwin.install)
Deleted:
  kwin/repos/kde-unstable-i686/PKGBUILD
  kwin/repos/kde-unstable-i686/kwin.install
  kwin/repos/kde-unstable-x86_64/PKGBUILD
  kwin/repos/kde-unstable-x86_64/kwin.install

--+
 /PKGBUILD|   80 +
 /kwin.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   40 --
 kde-unstable-i686/kwin.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   40 --
 kde-unstable-x86_64/kwin.install |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:16:32 UTC (rev 244773)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:16:50 UTC (rev 244774)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwin
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
- 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma')
-install=${pkgname}.install
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('e84c934da954afb6d4ae0378a2b6bbba')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 244773, 
kwin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:16:50 UTC (rev 244774)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8f92fbd1829df43755dc7cefc87d1e1d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_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/kwin.install
===
--- kde-unstable-i686/kwin.install  2015-08-25 06:16:32 UTC (rev 244773)
+++ kde-unstable-i686/kwin.install  2015-08-25 06:16:50 UTC (rev 244774)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kwin/repos/kde-unstable-i686/kwin.install (from rev 244773, 
kwin/trunk/kwin.install)
===
--- kde-unstable-i686/kwin.install  (rev 0)
+++ kde-unstable-i686/kwin.install  2015-08-25 06:16:50 UTC (rev 244774)
@@ -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/PKGBUILD2015-08-25 06:16:32 UTC (rev 244773)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:17:59
  Author: arojas
Revision: 244776

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

Added:
  breeze/repos/kde-unstable-i686/PKGBUILD
(from rev 244775, breeze/trunk/PKGBUILD)
  breeze/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244775, breeze/trunk/PKGBUILD)
Deleted:
  breeze/repos/kde-unstable-i686/PKGBUILD
  breeze/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:17:24 UTC (rev 244775)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:17:59 UTC (rev 244776)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-icons' 'breeze-kde4')
-pkgver=5.3.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/breeze'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
- 'automoc4' 'kdecoration' 'kcmutils')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
-md5sums=('8b0f900c52f5a2865eee2bd27d4c6e80')
-
-prepare() {
-  mkdir build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-   'gtk-theme-orion: GTK theme matching Breeze'
-   'kcmutils: for breeze-settings')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # split off icons
-  rm -r $pkgdir/usr/share/icons/{breeze,breeze-dark}
-
-  # make QtCurve preset and color scheme available for KDE4 too
-  install -d $pkgdir/usr/share/apps/{QtCurve,color-schemes}
-  ln -s /usr/share/QtCurve/Breeze.qtcurve $pkgdir/usr/share/apps/QtCurve/
-  ln -s /usr/share/color-schemes/Breeze{,Dark}.colors 
$pkgdir/usr/share/apps/color-schemes/
-}
-
-package_breeze-icons() {
-  pkgdesc='Breeze icon themes for KDE Plasma'
-  optdepends=('oxygen-icons: fallback icon theme')
-  groups=('plasma')
-  
-  cd build/icons
-  make DESTDIR=$pkgdir install
-
-  cd ../icons-dark
-  make DESTDIR=$pkgdir install
-}
-
-package_breeze-kde4() {
-  pkgdesc='Breeze widget style for KDE4 applications'
-  depends=('kdelibs')
-
-  cd build-kde4
-  make DESTDIR=$pkgdir install
-
-  # needed for pure Qt4 apps
-  install -d $pkgdir/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
$pkgdir/usr/lib/qt4/plugins/styles
-}

Copied: breeze/repos/kde-unstable-i686/PKGBUILD (from rev 244775, 
breeze/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:17:59 UTC (rev 244776)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-icons' 'breeze-kde4')
+pkgver=5.4.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
+md5sums=('ddaa82ee94af4bdf4271132191635968')
+
+prepare() {
+  mkdir build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:47:50
  Author: arojas
Revision: 244782

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

Added:
  breeze/repos/kde-unstable-i686/PKGBUILD
(from rev 244781, breeze/trunk/PKGBUILD)
  breeze/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244781, breeze/trunk/PKGBUILD)
Deleted:
  breeze/repos/kde-unstable-i686/PKGBUILD
  breeze/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:47:31 UTC (rev 244781)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:47:50 UTC (rev 244782)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-icons' 'breeze-kde4')
-pkgver=5.4.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/breeze'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
- 'automoc4' 'kdecoration' 'kcmutils')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
-md5sums=('ddaa82ee94af4bdf4271132191635968')
-
-prepare() {
-  mkdir build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-   'gtk-theme-orion: GTK theme matching Breeze'
-   'kcmutils: for breeze-settings')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # split off icons
-  rm -r $pkgdir/usr/share/icons/{breeze,breeze-dark}
-
-  # make QtCurve preset and color scheme available for KDE4 too
-  install -d $pkgdir/usr/share/apps/{QtCurve,color-schemes}
-  ln -s /usr/share/QtCurve/Breeze.qtcurve $pkgdir/usr/share/apps/QtCurve/
-  ln -s /usr/share/color-schemes/Breeze{,Dark}.colors 
$pkgdir/usr/share/apps/color-schemes/
-}
-
-package_breeze-icons() {
-  pkgdesc='Breeze icon themes for KDE Plasma'
-  optdepends=('oxygen-icons: fallback icon theme')
-  groups=('plasma')
-  
-  cd build/icons
-  make DESTDIR=$pkgdir install
-
-  cd ../icons-dark
-  make DESTDIR=$pkgdir install
-}
-
-package_breeze-kde4() {
-  pkgdesc='Breeze widget style for KDE4 applications'
-  depends=('kdelibs')
-
-  cd build-kde4
-  make DESTDIR=$pkgdir install
-
-  # needed for pure Qt4 apps
-  install -d $pkgdir/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
$pkgdir/usr/lib/qt4/plugins/styles
-}

Copied: breeze/repos/kde-unstable-i686/PKGBUILD (from rev 244781, 
breeze/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:47:50 UTC (rev 244782)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-icons' 'breeze-kde4')
+pkgver=5.4.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
+md5sums=('ddaa82ee94af4bdf4271132191635968')
+
+prepare() {
+  mkdir build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:48:25
  Author: arojas
Revision: 244784

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

Added:
  libksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 244783, libksysguard/trunk/PKGBUILD)
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244783, libksysguard/trunk/PKGBUILD)
Deleted:
  libksysguard/repos/kde-unstable-i686/PKGBUILD
  libksysguard/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  2015-08-25 06:48:08 UTC (rev 244783)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:48:25 UTC (rev 244784)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/libksysguard'
-license=('LGPL')
-depends=('libxres' 'plasma-framework' 'qt5-webkit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('e7b94a453bd3625c3a29983b471c84b6')
-
-prepare() {
-  mkdir 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: libksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 244783, 
libksysguard/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:48:25 UTC (rev 244784)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libksysguard'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('2d5cba7cf9cb9c903d0aca434be00539')
+
+prepare() {
+  mkdir 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/PKGBUILD2015-08-25 06:48:08 UTC (rev 244783)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:48:25 UTC (rev 244784)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/libksysguard'
-license=('LGPL')
-depends=('libxres' 'plasma-framework' 'qt5-webkit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('e7b94a453bd3625c3a29983b471c84b6')
-
-prepare() {
-  mkdir 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: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 244783, 
libksysguard/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:48:25 UTC (rev 244784)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:48:08
  Author: arojas
Revision: 244783

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:47:50 UTC (rev 244782)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:48:08 UTC (rev 244783)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('21eeb7880c7044cb1cfd7c411022f42b')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  ln -s /usr/lib/kf5/kdesu $pkgdir/usr/bin/
-}

Copied: kde-cli-tools/repos/kde-unstable-i686/PKGBUILD (from rev 244782, 
kde-cli-tools/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:48:08 UTC (rev 244783)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.4.0
+pkgrel=1
+pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('65fc93f60161988783a0c78e12640aa5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  ln -s /usr/lib/kf5/kdesu $pkgdir/usr/bin/
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-25 06:47:50 UTC (rev 244782)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:48:08 UTC (rev 244783)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('21eeb7880c7044cb1cfd7c411022f42b')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  ln -s /usr/lib/kf5/kdesu $pkgdir/usr/bin/
-}

Copied: kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 244782, 
kde-cli-tools/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:48:08 UTC 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:47:12
  Author: arojas
Revision: 244780

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

Added:
  kwin/repos/kde-unstable-i686/PKGBUILD
(from rev 244779, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-i686/kwin.install
(from rev 244779, kwin/trunk/kwin.install)
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244779, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/kwin.install
(from rev 244779, kwin/trunk/kwin.install)
Deleted:
  kwin/repos/kde-unstable-i686/PKGBUILD
  kwin/repos/kde-unstable-i686/kwin.install
  kwin/repos/kde-unstable-x86_64/PKGBUILD
  kwin/repos/kde-unstable-x86_64/kwin.install

--+
 /PKGBUILD|   80 +
 /kwin.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   40 --
 kde-unstable-i686/kwin.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   40 --
 kde-unstable-x86_64/kwin.install |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:46:57 UTC (rev 244779)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:47:12 UTC (rev 244780)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwin
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
- 'hicolor-icon-theme' 'kwayland' 'kdecoration')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma')
-install=${pkgname}.install
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8f92fbd1829df43755dc7cefc87d1e1d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 244779, 
kwin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:47:12 UTC (rev 244780)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8f92fbd1829df43755dc7cefc87d1e1d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_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/kwin.install
===
--- kde-unstable-i686/kwin.install  2015-08-25 06:46:57 UTC (rev 244779)
+++ kde-unstable-i686/kwin.install  2015-08-25 06:47:12 UTC (rev 244780)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kwin/repos/kde-unstable-i686/kwin.install (from rev 244779, 
kwin/trunk/kwin.install)
===
--- kde-unstable-i686/kwin.install  (rev 0)
+++ kde-unstable-i686/kwin.install  2015-08-25 06:47:12 UTC (rev 244780)
@@ -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/PKGBUILD2015-08-25 06:46:57 UTC (rev 244779)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:47:12 UTC (rev 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:46:57
  Author: arojas
Revision: 244779

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

Added:
  kdecoration/repos/kde-unstable-i686/PKGBUILD
(from rev 244778, kdecoration/trunk/PKGBUILD)
  kdecoration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244778, kdecoration/trunk/PKGBUILD)
Deleted:
  kdecoration/repos/kde-unstable-i686/PKGBUILD
  kdecoration/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  2015-08-25 06:46:41 UTC (rev 244778)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:46:57 UTC (rev 244779)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=kdecoration
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kdecoration'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('a83f26aff81a798929dd002e7b868c75')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdecoration/repos/kde-unstable-i686/PKGBUILD (from rev 244778, 
kdecoration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:46:57 UTC (rev 244779)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kdecoration
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdecoration'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('a83f26aff81a798929dd002e7b868c75')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-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/PKGBUILD2015-08-25 06:46:41 UTC (rev 244778)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:46:57 UTC (rev 244779)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=kdecoration
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kdecoration'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('a83f26aff81a798929dd002e7b868c75')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdecoration/repos/kde-unstable-x86_64/PKGBUILD (from rev 244778, 
kdecoration/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:46:57 UTC (rev 244779)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kdecoration
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:47:31
  Author: arojas
Revision: 244781

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

Added:
  oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 244780, oxygen/trunk/PKGBUILD)
  oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244780, oxygen/trunk/PKGBUILD)
Deleted:
  oxygen/repos/kde-unstable-i686/PKGBUILD
  oxygen/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:47:12 UTC (rev 244780)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:47:31 UTC (rev 244781)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgbase=oxygen
-pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
-pkgver=5.4.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/oxygen'
-license=('LGPL')
-makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8a8b312d21eed54912a0357df1c4f1ec')
-
-prepare() {
-  mkdir build{,-kde4}
-}
-
-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
-  cd ..
-
-  cd build-kde4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DUSE_KDE4=ON
-  make
-}
-
-package_oxygen() {
-  pkgdesc='KDE Oxygen style'
-  depends=('frameworkintegration' 'kdecoration' 'kcmutils')
-  optdepends=('oxygen-cursors: cursor themes for Plasma 5')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Cursors conflicts with kdebase-workspace
-  rm -r ${pkgdir}/usr/share/icons/
-}
-
-package_oxygen-cursors() {
-  pkgdesc='KDE Oxygen cursor themes for Plasma 5'
-  groups=('plasma')
-  conflicts=('kdebase-workspace')
-
-  cd build/cursors
-  make DESTDIR=${pkgdir} install
-}
-
-package_oxygen-kde4() {
-  pkgdesc='KDE Oxygen style for KDE4 applications'
-  depends=('kdelibs')
-  conflicts=('kdebase-workspace')
-
-  cd build-kde4
-  make DESTDIR=${pkgdir} install
-
-  # needed so that pure Qt4 apps are correctly themed
-  install -d -m755 $pkgdir/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
$pkgdir/usr/lib/qt4/plugins/styles
-}

Copied: oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 244780, 
oxygen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:47:31 UTC (rev 244781)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
+pkgver=5.4.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('8a8b312d21eed54912a0357df1c4f1ec')
+
+prepare() {
+  mkdir build{,-kde4}
+}
+
+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
+  cd ..
+
+  cd build-kde4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DUSE_KDE4=ON
+  make
+}
+
+package_oxygen() {
+  pkgdesc='KDE Oxygen style'
+  depends=('frameworkintegration' 'kdecoration' 'kcmutils')
+  optdepends=('oxygen-cursors: cursor themes for Plasma 5')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Cursors conflicts with kdebase-workspace
+  rm -r ${pkgdir}/usr/share/icons/
+}
+
+package_oxygen-cursors() {
+  pkgdesc='KDE Oxygen cursor themes for Plasma 5'
+  groups=('plasma')
+  conflicts=('kdebase-workspace')
+
+  cd build/cursors
+  make DESTDIR=${pkgdir} install
+}
+
+package_oxygen-kde4() {
+  pkgdesc='KDE Oxygen style for KDE4 applications'
+  depends=('kdelibs')
+  conflicts=('kdebase-workspace')
+
+  cd build-kde4
+  make DESTDIR=${pkgdir} install

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:49:13
  Author: arojas
Revision: 244787

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

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

--+
 /PKGBUILD|  144 +
 /kde.pam |   26 +++
 kde-unstable-i686/PKGBUILD   |   72 
 kde-unstable-i686/kde.pam|   11 ---
 kde-unstable-x86_64/PKGBUILD |   72 
 kde-unstable-x86_64/kde.pam  |   11 ---
 6 files changed, 170 insertions(+), 166 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:48:58 UTC (rev 244786)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:49:13 UTC (rev 244787)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. lq07829icatm at rambler.ru
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi')
-pkgver=5.3.95
-pkgrel=2
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
- 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
-'kde.pam')
-md5sums=('7c87284c6041533fdcb72ba9992f66bc'
- '9a96a39fb32ad196eb9af219886089ab')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgbase}-${pkgver}
-  # be sure to use the Qt5 version of qtpaths
-  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -D ${srcdir}/kde.pam \
-${pkgdir}/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm ${pkgdir}/usr/lib/drkonqi
-  rm -r ${pkgdir}/usr/share/drkonqi
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kdewebkit' 'kxmlrpcclient' 'gdb')
-
-  cd build/drkonqi
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-workspace/repos/kde-unstable-i686/PKGBUILD (from rev 244786, 
plasma-workspace/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:49:13 UTC (rev 244787)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. lq07829icatm at rambler.ru
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
+ 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
+ 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:48:58
  Author: arojas
Revision: 244786

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

Added:
  milou/repos/kde-unstable-i686/PKGBUILD
(from rev 244785, milou/trunk/PKGBUILD)
  milou/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244785, milou/trunk/PKGBUILD)
Deleted:
  milou/repos/kde-unstable-i686/PKGBUILD
  milou/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  2015-08-25 06:48:41 UTC (rev 244785)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:48:58 UTC (rev 244786)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=A dedicated search application built on top of Baloo
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/milou/'
-license=('LGPL')
-depends=('krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('43371e6a317a0d6b1ca9f188a454a922')
-
-prepare() {
-  mkdir 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: milou/repos/kde-unstable-i686/PKGBUILD (from rev 244785, 
milou/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:48:58 UTC (rev 244786)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.4.0
+pkgrel=1
+pkgdesc=A dedicated search application built on top of Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/milou/'
+license=('LGPL')
+depends=('krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('5a7e1c77f9025bc7d6e3b96f8423288d')
+
+prepare() {
+  mkdir 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/PKGBUILD2015-08-25 06:48:41 UTC (rev 244785)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:48:58 UTC (rev 244786)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.3.95
-pkgrel=1
-pkgdesc=A dedicated search application built on top of Baloo
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/milou/'
-license=('LGPL')
-depends=('krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('43371e6a317a0d6b1ca9f188a454a922')
-
-prepare() {
-  mkdir 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: milou/repos/kde-unstable-x86_64/PKGBUILD (from rev 244785, 
milou/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:48:58 UTC (rev 244786)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.4.0
+pkgrel=1
+pkgdesc=A dedicated search application built on top of Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/milou/'
+license=('LGPL')
+depends=('krunner')

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:48:41
  Author: arojas
Revision: 244785

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

Added:
  libkscreen/repos/kde-unstable-i686/PKGBUILD
(from rev 244784, libkscreen/trunk/PKGBUILD)
  libkscreen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244784, libkscreen/trunk/PKGBUILD)
Deleted:
  libkscreen/repos/kde-unstable-i686/PKGBUILD
  libkscreen/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  2015-08-25 06:48:25 UTC (rev 244784)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:48:41 UTC (rev 244785)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=libkscreen
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KDE screen management software'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libkscreen'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxrandr')
-makedepends=('extra-cmake-modules')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz;)
-md5sums=('29d852cedceafde9b9bf3c447646cc9c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../libkscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkscreen/repos/kde-unstable-i686/PKGBUILD (from rev 244784, 
libkscreen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:48:41 UTC (rev 244785)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=libkscreen
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE screen management software'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libkscreen'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxrandr')
+makedepends=('extra-cmake-modules')
+conflicts=('libkscreen-frameworks')
+replaces=('libkscreen-frameworks')
+provides=('libkscreen-frameworks')
+source=(http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz;)
+md5sums=('4e40165c6bef910a728bd17dbdc312df')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_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/PKGBUILD2015-08-25 06:48:25 UTC (rev 244784)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:48:41 UTC (rev 244785)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=libkscreen
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KDE screen management software'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libkscreen'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxrandr')
-makedepends=('extra-cmake-modules')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz;)
-md5sums=('29d852cedceafde9b9bf3c447646cc9c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../libkscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkscreen/repos/kde-unstable-x86_64/PKGBUILD (from rev 244784, 
libkscreen/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:49:31
  Author: arojas
Revision: 244788

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

Added:
  khotkeys/repos/kde-unstable-i686/PKGBUILD
(from rev 244787, khotkeys/trunk/PKGBUILD)
  khotkeys/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244787, khotkeys/trunk/PKGBUILD)
Deleted:
  khotkeys/repos/kde-unstable-i686/PKGBUILD
  khotkeys/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  2015-08-25 06:49:13 UTC (rev 244787)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:49:31 UTC (rev 244788)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KHotKeys'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khotkeys'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('42677d2dee272ed7c49df3861bb46011')
-
-prepare() {
-  mkdir 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: khotkeys/repos/kde-unstable-i686/PKGBUILD (from rev 244787, 
khotkeys/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:49:31 UTC (rev 244788)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KHotKeys'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khotkeys'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('7014f8129cfcf96119dfb3cc23da7ffb')
+
+prepare() {
+  mkdir 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/PKGBUILD2015-08-25 06:49:13 UTC (rev 244787)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:49:31 UTC (rev 244788)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KHotKeys'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khotkeys'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('42677d2dee272ed7c49df3861bb46011')
-
-prepare() {
-  mkdir 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: khotkeys/repos/kde-unstable-x86_64/PKGBUILD (from rev 244787, 
khotkeys/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:49:31 UTC (rev 244788)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KHotKeys'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khotkeys'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:49:47
  Author: arojas
Revision: 244789

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

Added:
  kinfocenter/repos/kde-unstable-i686/PKGBUILD
(from rev 244788, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/kde-unstable-i686/kcm-about-distrorc
(from rev 244788, kinfocenter/trunk/kcm-about-distrorc)
  kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244788, kinfocenter/trunk/PKGBUILD)
  kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc
(from rev 244788, kinfocenter/trunk/kcm-about-distrorc)
Deleted:
  kinfocenter/repos/kde-unstable-i686/PKGBUILD
  kinfocenter/repos/kde-unstable-i686/kcm-about-distrorc
  kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
  kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc

+
 /PKGBUILD  |   90 +++
 /kcm-about-distrorc|4 +
 kde-unstable-i686/PKGBUILD |   45 ---
 kde-unstable-i686/kcm-about-distrorc   |2 
 kde-unstable-x86_64/PKGBUILD   |   45 ---
 kde-unstable-x86_64/kcm-about-distrorc |2 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:49:31 UTC (rev 244788)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:49:47 UTC (rev 244789)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kinfocenter
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='A utility that provides information about a computer system'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/applications/system/kinfocenter/'
-license=('LGPL')
-depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 
-'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
-md5sums=('d13f4c040a8ee6a891fc65c10c8f835f'
- '518881f04ca9d4bd8526008767e40ba7'
- '4b4e2496ea1de3a09de501b5d508f666')
-
-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
-
-# Install Arch logo
-  install -Dm644 $srcdir/archlinux-logo.svg 
$pkgdir/usr/share/about-distro/archlinux-logo.svg
-  install -Dm644 $srcdir/kcm-about-distrorc 
$pkgdir/etc/xdg/kcm-about-distrorc
-}

Copied: kinfocenter/repos/kde-unstable-i686/PKGBUILD (from rev 244788, 
kinfocenter/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:49:47 UTC (rev 244789)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=('LGPL')
+depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+md5sums=('1e14ae65b6ef0b069c56585fd76083be'
+ '518881f04ca9d4bd8526008767e40ba7'
+ '4b4e2496ea1de3a09de501b5d508f666')
+
+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
+
+# Install Arch logo
+  install -Dm644 $srcdir/archlinux-logo.svg 
$pkgdir/usr/share/about-distro/archlinux-logo.svg
+  install -Dm644 $srcdir/kcm-about-distrorc 
$pkgdir/etc/xdg/kcm-about-distrorc
+}

Deleted: kde-unstable-i686/kcm-about-distrorc
===
--- kde-unstable-i686/kcm-about-distrorc2015-08-25 06:49:31 UTC (rev 
244788)
+++ kde-unstable-i686/kcm-about-distrorc2015-08-25 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:50:34
  Author: arojas
Revision: 244792

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

Added:
  kmenuedit/repos/kde-unstable-i686/PKGBUILD
(from rev 244791, kmenuedit/trunk/PKGBUILD)
  kmenuedit/repos/kde-unstable-i686/kmenuedit.install
(from rev 244791, kmenuedit/trunk/kmenuedit.install)
  kmenuedit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244791, kmenuedit/trunk/PKGBUILD)
  kmenuedit/repos/kde-unstable-x86_64/kmenuedit.install
(from rev 244791, kmenuedit/trunk/kmenuedit.install)
Deleted:
  kmenuedit/repos/kde-unstable-i686/PKGBUILD
  kmenuedit/repos/kde-unstable-i686/kmenuedit.install
  kmenuedit/repos/kde-unstable-x86_64/PKGBUILD
  kmenuedit/repos/kde-unstable-x86_64/kmenuedit.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:50:19 UTC (rev 244791)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:50:34 UTC (rev 244792)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kmenuedit
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KDE menu editor'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
-license=('LGPL')
-depends=('khotkeys')
-groups=('plasma')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('fffbd5e3c5839749aea43bb9fe886a24')
-
-prepare() {
-  mkdir 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: kmenuedit/repos/kde-unstable-i686/PKGBUILD (from rev 244791, 
kmenuedit/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:50:34 UTC (rev 244792)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('31b8ae1e86994814e1b5fd72c88ce096')
+
+prepare() {
+  mkdir 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/kmenuedit.install
===
--- kde-unstable-i686/kmenuedit.install 2015-08-25 06:50:19 UTC (rev 244791)
+++ kde-unstable-i686/kmenuedit.install 2015-08-25 06:50:34 UTC (rev 244792)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: kmenuedit/repos/kde-unstable-i686/kmenuedit.install (from rev 244791, 
kmenuedit/trunk/kmenuedit.install)
===
--- kde-unstable-i686/kmenuedit.install (rev 0)
+++ kde-unstable-i686/kmenuedit.install 2015-08-25 06:50:34 UTC (rev 244792)
@@ -0,0 +1,12 @@
+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/PKGBUILD2015-08-25 06:50:19 UTC (rev 244791)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:50:34 UTC (rev 244792)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:50:03
  Author: arojas
Revision: 244790

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

Added:
  ksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 244789, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/kde-unstable-i686/ksysguard.install
(from rev 244789, ksysguard/trunk/ksysguard.install)
  ksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244789, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/kde-unstable-x86_64/ksysguard.install
(from rev 244789, ksysguard/trunk/ksysguard.install)
Deleted:
  ksysguard/repos/kde-unstable-i686/PKGBUILD
  ksysguard/repos/kde-unstable-i686/ksysguard.install
  ksysguard/repos/kde-unstable-x86_64/PKGBUILD
  ksysguard/repos/kde-unstable-x86_64/ksysguard.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:49:47 UTC (rev 244789)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:50:03 UTC (rev 244790)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Track and control the processes running in your system'
-arch=('i686' 'x86_64')
-url='https://userbase.kde.org/KSysGuard'
-license=('LGPL')
-depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
- 'hicolor-icon-theme' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('0cefe14ac284fe7da9e0bfe6ede4b497')
-
-prepare() {
-  mkdir 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: ksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 244789, 
ksysguard/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:50:03 UTC (rev 244790)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=('i686' 'x86_64')
+url='https://userbase.kde.org/KSysGuard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('2f0da746f57f124ccb7d2fba1087be01')
+
+prepare() {
+  mkdir 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/ksysguard.install
===
--- kde-unstable-i686/ksysguard.install 2015-08-25 06:49:47 UTC (rev 244789)
+++ kde-unstable-i686/ksysguard.install 2015-08-25 06:50:03 UTC (rev 244790)
@@ -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: ksysguard/repos/kde-unstable-i686/ksysguard.install (from rev 244789, 
ksysguard/trunk/ksysguard.install)
===
--- kde-unstable-i686/ksysguard.install (rev 0)
+++ kde-unstable-i686/ksysguard.install 2015-08-25 06:50:03 UTC (rev 244790)
@@ -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 systemsettings/repos (4 files)

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:50:19
  Author: arojas
Revision: 244791

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

Added:
  systemsettings/repos/kde-unstable-i686/PKGBUILD
(from rev 244790, systemsettings/trunk/PKGBUILD)
  systemsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244790, systemsettings/trunk/PKGBUILD)
Deleted:
  systemsettings/repos/kde-unstable-i686/PKGBUILD
  systemsettings/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  2015-08-25 06:50:03 UTC (rev 244790)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:50:19 UTC (rev 244791)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/systemsettings'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('d89d80d1698f661cd20a6d45abb41af1')
-
-prepare() {
-  mkdir 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: systemsettings/repos/kde-unstable-i686/PKGBUILD (from rev 244790, 
systemsettings/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:50:19 UTC (rev 244791)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/systemsettings'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('f9ecb5f57ff0675b6ed332d7a88be3fd')
+
+prepare() {
+  mkdir 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/PKGBUILD2015-08-25 06:50:03 UTC (rev 244790)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:50:19 UTC (rev 244791)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/systemsettings'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('d89d80d1698f661cd20a6d45abb41af1')
-
-prepare() {
-  mkdir 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: systemsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 244790, 
systemsettings/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:50:19 UTC (rev 244791)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE system settings'

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:51:17
  Author: arojas
Revision: 244795

archrelease: copy trunk to kde-unstable-any

Added:
  plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD
(from rev 244794, plasma-workspace-wallpapers/trunk/PKGBUILD)
Deleted:
  plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-25 06:51:07 UTC (rev 244794)
+++ PKGBUILD2015-08-25 06:51:17 UTC (rev 244795)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Additional wallpapers for the Plasma Workspace'
-arch=('any')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-makedepends=('extra-cmake-modules')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('a2ede551286881ee035eee92ec928b9e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 
244794, plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-25 06:51:17 UTC (rev 244795)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('8ad2e9423bd01f7302652fe3a79d2484')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:51:07
  Author: arojas
Revision: 244794

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:50:51 UTC (rev 244793)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:51:07 UTC (rev 244794)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=polkit-kde-agent
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
-license=('LGPL')
-depends=('knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('polkit-kde-frameworks')
-replaces=('polkit-kde-frameworks')
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz;)
-md5sums=('60d6955731885eaf9a3bfd8d8df5c325')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-1-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: polkit-kde-agent/repos/kde-unstable-i686/PKGBUILD (from rev 244793, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:51:07 UTC (rev 244794)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=polkit-kde-agent
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes' 'kdbusaddons' 'kcrash')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz;)
+md5sums=('8db1823fbdca081fbc0e9b3d9d0281dc')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
+-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/PKGBUILD2015-08-25 06:50:51 UTC (rev 244793)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:51:07 UTC (rev 244794)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=polkit-kde-agent
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
-license=('LGPL')
-depends=('knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('polkit-kde-frameworks')
-replaces=('polkit-kde-frameworks')
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz;)
-md5sums=('60d6955731885eaf9a3bfd8d8df5c325')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-1-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: polkit-kde-agent/repos/kde-unstable-x86_64/PKGBUILD (from rev 244793, 
polkit-kde-agent/trunk/PKGBUILD)

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:54:08
  Author: arojas
Revision: 244798

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

Added:
  plasma-pa/repos/kde-unstable-i686/PKGBUILD
(from rev 244797, plasma-pa/trunk/PKGBUILD)
  plasma-pa/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244797, plasma-pa/trunk/PKGBUILD)
Deleted:
  plasma-pa/repos/kde-unstable-i686/PKGBUILD
  plasma-pa/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  2015-08-25 06:51:55 UTC (rev 244797)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:54:08 UTC (rev 244798)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=plasma-pa
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(i686 x86_64)
-url='https://projects.kde.org/plasma-pa'
-license=(LGPL)
-depends=(plasma-workspace pulseaudio)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('bcaeb4ddffc468db9c8d794efad23879')
-
-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: plasma-pa/repos/kde-unstable-i686/PKGBUILD (from rev 244797, 
plasma-pa/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:54:08 UTC (rev 244798)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=plasma-pa
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://projects.kde.org/plasma-pa'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('e2ba1b42e86942c5eb6b4e965c29b8ac')
+
+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/PKGBUILD2015-08-25 06:51:55 UTC (rev 244797)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:54:08 UTC (rev 244798)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=plasma-pa
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(i686 x86_64)
-url='https://projects.kde.org/plasma-pa'
-license=(LGPL)
-depends=(plasma-workspace pulseaudio)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('bcaeb4ddffc468db9c8d794efad23879')
-
-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: plasma-pa/repos/kde-unstable-x86_64/PKGBUILD (from rev 244797, 
plasma-pa/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:54:08 UTC (rev 244798)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=plasma-pa
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://projects.kde.org/plasma-pa'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('e2ba1b42e86942c5eb6b4e965c29b8ac')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:54:25
  Author: arojas
Revision: 244799

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

Added:
  kwrited/repos/kde-unstable-i686/PKGBUILD
(from rev 244798, kwrited/trunk/PKGBUILD)
  kwrited/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244798, kwrited/trunk/PKGBUILD)
Deleted:
  kwrited/repos/kde-unstable-i686/PKGBUILD
  kwrited/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  2015-08-25 06:54:08 UTC (rev 244798)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:54:25 UTC (rev 244799)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kwrited
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KDE daemon listening for wall and write messages'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwrited'
-license=('LGPL')
-depends=('kpty' 'knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('614125c15995833a0ab5a6d42d4a140f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwrited/repos/kde-unstable-i686/PKGBUILD (from rev 244798, 
kwrited/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:54:25 UTC (rev 244799)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwrited'
+license=('LGPL')
+depends=('kpty' 'knotifications' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e92be5b0b77e23368559d00b7a465dd4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-25 06:54:08 UTC (rev 244798)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:54:25 UTC (rev 244799)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kwrited
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='KDE daemon listening for wall and write messages'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwrited'
-license=('LGPL')
-depends=('kpty' 'knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('614125c15995833a0ab5a6d42d4a140f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwrited/repos/kde-unstable-x86_64/PKGBUILD (from rev 244798, 
kwrited/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 06:54:25 UTC (rev 244799)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=('i686' 'x86_64')

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 08:55:11
  Author: arojas
Revision: 244802

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

Added:
  bluedevil/repos/kde-unstable-i686/PKGBUILD
(from rev 244801, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/kde-unstable-i686/bluedevil.install
(from rev 244801, bluedevil/trunk/bluedevil.install)
  bluedevil/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244801, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/kde-unstable-x86_64/bluedevil.install
(from rev 244801, bluedevil/trunk/bluedevil.install)
Deleted:
  bluedevil/repos/kde-unstable-i686/PKGBUILD
  bluedevil/repos/kde-unstable-i686/bluedevil.install
  bluedevil/repos/kde-unstable-x86_64/PKGBUILD
  bluedevil/repos/kde-unstable-x86_64/bluedevil.install

---+
 /PKGBUILD |   84 
 /bluedevil.install|   24 +
 kde-unstable-i686/PKGBUILD|   42 
 kde-unstable-i686/bluedevil.install   |   12 
 kde-unstable-x86_64/PKGBUILD  |   42 
 kde-unstable-x86_64/bluedevil.install |   12 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 06:54:56 UTC (rev 244801)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:55:11 UTC (rev 244802)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas aro...@archlinux.org
-
-pkgname=bluedevil
-pkgver=5.3.95
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/bluedevil'
-license=('GPL2')
-depends=('bluez-qt' 'kio')
-makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
-conflicts=('bluedevil-frameworks')
-replaces=('bluedevil-frameworks')
-install=$pkgname.install
-groups=('plasma')
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('d66e312bc047bc25a63f16450a358f2b')
-
-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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: bluedevil/repos/kde-unstable-i686/PKGBUILD (from rev 244801, 
bluedevil/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 06:55:11 UTC (rev 244802)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluedevil
+pkgver=5.4.0
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install=$pkgname.install
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('fbe40c558185fec6cba4087e42d3f8e8')
+
+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 \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/bluedevil.install
===
--- kde-unstable-i686/bluedevil.install 2015-08-25 06:54:56 UTC (rev 244801)
+++ kde-unstable-i686/bluedevil.install 2015-08-25 06:55:11 UTC (rev 244802)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil/repos/kde-unstable-i686/bluedevil.install (from rev 244801, 
bluedevil/trunk/bluedevil.install)
===
--- kde-unstable-i686/bluedevil.install (rev 0)
+++ kde-unstable-i686/bluedevil.install 2015-08-25 06:55:11 UTC (rev 244802)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  

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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 09:03:47
  Author: arojas
Revision: 138749

Update to 5.4.0

Modified:
  muon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 02:42:52 UTC (rev 138748)
+++ PKGBUILD2015-08-25 07:03:47 UTC (rev 138749)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org 
 
 pkgname=muon
-pkgver=5.3.2
+pkgver=5.4.0
 pkgrel=1
 pkgdesc='A collection of package management tools for KDE'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(extra-cmake-modules python)
 
source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
 install=$pkgname.install
-md5sums=('19ecabd8d2a43ff51d23d1452f1e3528')
+md5sums=('db1d96bb017cb559c167b25bef231748')
 
 prepare() {
   mkdir -p build


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

2015-08-25 Thread Sven-Hendrik Haase
Date: Tuesday, August 25, 2015 @ 20:32:40
  Author: svenstaro
Revision: 138762

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-25 18:32:30 UTC (rev 138761)
+++ community-i686/PKGBUILD 2015-08-25 18:32:40 UTC (rev 138762)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: FigoDaPaura ffigoDaPaura
-# Contributor: Andres Jimenez
-
-pkgname=virtualgl
-pkgver=2.4
-pkgrel=2
-pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
-arch=('i686' 'x86_64')
-url=http://virtualgl.org;
-license=('LGPL')
-depends=('libxv' 'glu' 'libjpeg-turbo' 'xcb-util-keysyms')
-makedepends=('cmake' 'mesa')
-source=(http://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz;)
-sha1sums=('5635a46855351bcc98813bbddfb30694b3be308b')
- 
-build() {
-  cd $srcdir/VirtualGL-$pkgver
- 
-  mkdir -p build  cd build
- 
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr/share \
-  -DTJPEG_INCLUDE_DIR=/usr/include \
-  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
-  -DVGL_LIBDIR=/usr/lib \
-  -DVGL_BINDIR=/usr/bin \
-  -DVGL_DOCDIR=/usr/share/doc/${pkgname} \
-  -DVGL_FAKEXCB=1
-  make
-}
- 
-package() {
-  cd $srcdir/VirtualGL-$pkgver/build
-  make install DESTDIR=$pkgdir
- 
-  mv $pkgdir/usr/bin/glxinfo $pkgdir/usr/bin/vglxinfo
-}

Copied: virtualgl/repos/community-i686/PKGBUILD (from rev 138761, 
virtualgl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-25 18:32:40 UTC (rev 138762)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: FigoDaPaura ffigoDaPaura
+# Contributor: Andres Jimenez
+
+pkgname=virtualgl
+pkgver=2.4.1
+pkgrel=1
+pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
+arch=('i686' 'x86_64')
+url=http://virtualgl.org;
+license=('LGPL')
+depends=('libxv' 'glu' 'libjpeg-turbo' 'xcb-util-keysyms')
+makedepends=('cmake' 'mesa')
+source=(https://github.com/VirtualGL/virtualgl/archive/${pkgver}.tar.gz;)
+sha1sums=('84fcfe11121216f7ec7e7e3d6439bcee082f67ad')
+ 
+build() {
+  cd virtualgl-$pkgver
+ 
+  mkdir -p build  cd build
+ 
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr/share \
+  -DTJPEG_INCLUDE_DIR=/usr/include \
+  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
+  -DVGL_LIBDIR=/usr/lib \
+  -DVGL_BINDIR=/usr/bin \
+  -DVGL_DOCDIR=/usr/share/doc/${pkgname} \
+  -DVGL_FAKEXCB=1
+  make
+}
+ 
+package() {
+  cd virtualgl-$pkgver/build
+  make install DESTDIR=$pkgdir
+ 
+  mv $pkgdir/usr/bin/glxinfo $pkgdir/usr/bin/vglxinfo
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-25 18:32:30 UTC (rev 138761)
+++ community-x86_64/PKGBUILD   2015-08-25 18:32:40 UTC (rev 138762)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: FigoDaPaura ffigoDaPaura
-# Contributor: Andres Jimenez
-
-pkgname=virtualgl
-pkgver=2.4
-pkgrel=2
-pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
-arch=('i686' 'x86_64')
-url=http://virtualgl.org;
-license=('LGPL')
-depends=('libxv' 'glu' 'libjpeg-turbo' 'xcb-util-keysyms')
-makedepends=('cmake' 'mesa')
-source=(http://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz;)
-sha1sums=('5635a46855351bcc98813bbddfb30694b3be308b')
- 
-build() {
-  cd $srcdir/VirtualGL-$pkgver
- 
-  mkdir -p build  cd build
- 
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr/share \
-  -DTJPEG_INCLUDE_DIR=/usr/include \
-  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
-  -DVGL_LIBDIR=/usr/lib \
-  -DVGL_BINDIR=/usr/bin \
-  -DVGL_DOCDIR=/usr/share/doc/${pkgname} \
-  -DVGL_FAKEXCB=1
-  make
-}
- 
-package() {
-  cd $srcdir/VirtualGL-$pkgver/build
-  make install DESTDIR=$pkgdir
- 
-  mv $pkgdir/usr/bin/glxinfo $pkgdir/usr/bin/vglxinfo
-}

Copied: virtualgl/repos/community-x86_64/PKGBUILD (from rev 138761, 
virtualgl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD

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

2015-08-25 Thread Sven-Hendrik Haase
Date: Tuesday, August 25, 2015 @ 20:32:30
  Author: svenstaro
Revision: 138761

upgpkg: virtualgl 2.4.1-1

upstream release 2.4.1

Modified:
  virtualgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 17:54:12 UTC (rev 138760)
+++ PKGBUILD2015-08-25 18:32:30 UTC (rev 138761)
@@ -3,8 +3,8 @@
 # Contributor: Andres Jimenez
 
 pkgname=virtualgl
-pkgver=2.4
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
 pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
 arch=('i686' 'x86_64')
 url=http://virtualgl.org;
@@ -11,11 +11,11 @@
 license=('LGPL')
 depends=('libxv' 'glu' 'libjpeg-turbo' 'xcb-util-keysyms')
 makedepends=('cmake' 'mesa')
-source=(http://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz;)
-sha1sums=('5635a46855351bcc98813bbddfb30694b3be308b')
+source=(https://github.com/VirtualGL/virtualgl/archive/${pkgver}.tar.gz;)
+sha1sums=('84fcfe11121216f7ec7e7e3d6439bcee082f67ad')
  
 build() {
-  cd $srcdir/VirtualGL-$pkgver
+  cd virtualgl-$pkgver
  
   mkdir -p build  cd build
  
@@ -31,7 +31,7 @@
 }
  
 package() {
-  cd $srcdir/VirtualGL-$pkgver/build
+  cd virtualgl-$pkgver/build
   make install DESTDIR=$pkgdir
  
   mv $pkgdir/usr/bin/glxinfo $pkgdir/usr/bin/vglxinfo


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

2015-08-25 Thread Daniel Micay
Date: Tuesday, August 25, 2015 @ 21:10:23
  Author: thestinger
Revision: 138763

upgpkg: openvas-manager 6.0.5-1

Modified:
  openvas-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 18:32:40 UTC (rev 138762)
+++ PKGBUILD2015-08-25 19:10:23 UTC (rev 138763)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
-pkgver=6.0.4
-pkgrel=3
+pkgver=6.0.5
+pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -14,9 +14,9 @@
 install=$pkgname.install
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/2133/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
+source=(http://wald.intevation.org/frs/download.php/2169/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2170/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('01c1220e91ad8a49cde4e90c32668f9d'
  'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity


[arch-commits] Commit in greenbone-security-assistant/repos (6 files)

2015-08-25 Thread Daniel Micay
Date: Tuesday, August 25, 2015 @ 21:15:04
  Author: thestinger
Revision: 138766

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 138765, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 138765, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-i686/glib-include.patch
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/glib-include.patch

-+
 /PKGBUILD   |   74 ++
 community-i686/PKGBUILD |   44 
 community-i686/glib-include.patch   |   12 -
 community-x86_64/PKGBUILD   |   44 
 community-x86_64/glib-include.patch |   12 -
 5 files changed, 74 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-25 19:14:35 UTC (rev 138765)
+++ community-i686/PKGBUILD 2015-08-25 19:15:04 UTC (rev 138766)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=6.0.4
-pkgrel=1
-pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
-url='http://www.openvas.org/'
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries' 'libxslt')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-backup=(etc/openvas/gsad_log.conf)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/2137/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/2138/$pkgname-$pkgver.tar.gz.asc;
-glib-include.patch)
-md5sums=('fb3577daad10abad36c957fcf72ff87d'
- 'SKIP'
- '75b6fa16ba92cc92546f1947831a1706')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p0 -i ../glib-include.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var . -DSBINDIR=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: greenbone-security-assistant/repos/community-i686/PKGBUILD (from rev 
138765, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-25 19:15:04 UTC (rev 138766)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=6.0.5
+pkgrel=1
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 'openvas-libraries' 'libxslt')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+backup=(etc/openvas/gsad_log.conf)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/2173/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/2174/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('ee69ddbd449401ca85a25f50f28291ac'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var . -DSBINDIR=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/glib-include.patch
===
--- community-i686/glib-include.patch   2015-08-25 19:14:35 UTC (rev 138765)
+++ community-i686/glib-include.patch   2015-08-25 19:15:04 UTC (rev 138766)
@@ -1,12 +0,0 @@
-diff -aur src/xslt_i18n.h src.new/xslt_i18n.h
 src/xslt_i18n.h2015-07-07 05:52:06.0 -0400
-+++ src.new/xslt_i18n.h2015-07-20 19:16:25.106504690 -0400
-@@ -27,7 +27,7 @@
- #define _XSLT_I18N_H
- 
- #include libxslt/extensions.h
--#include glib/gstring.h
-+#include glib.h
- 
- /**
-  * @brief Default language code, used when Accept-Language header is missing.

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   

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

2015-08-25 Thread Daniel Micay
Date: Tuesday, August 25, 2015 @ 21:10:58
  Author: thestinger
Revision: 138764

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

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 138763, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-i686/openvas-manager.install
(from rev 138763, openvas-manager/trunk/openvas-manager.install)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 138763, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/openvas-manager.install
(from rev 138763, openvas-manager/trunk/openvas-manager.install)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-i686/openvas-manager.install
  openvas-manager/repos/community-x86_64/PKGBUILD
  openvas-manager/repos/community-x86_64/openvas-manager.install

--+
 /PKGBUILD|   80 +
 /openvas-manager.install |   10 +++
 community-i686/PKGBUILD  |   40 --
 community-i686/openvas-manager.install   |5 -
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/openvas-manager.install |5 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-25 19:10:23 UTC (rev 138763)
+++ community-i686/PKGBUILD 2015-08-25 19:10:58 UTC (rev 138764)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=6.0.4
-pkgrel=3
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
-groups=(openvas)
-install=$pkgname.install
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/2133/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/2134/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('a9cad4bd95bf8cf126b52f2f5325d801'
- 'SKIP')
-validpgpkeys=(
-  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
-)
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 138763, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-25 19:10:58 UTC (rev 138764)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=6.0.5
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('libxslt' 'openvas-libraries' 'rsync' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+optdepends=('python2: SPLIT_PART_SIZE feature via xml_split script')
+groups=(openvas)
+install=$pkgname.install
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/2169/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/2170/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('01c1220e91ad8a49cde4e90c32668f9d'
+ 'SKIP')
+validpgpkeys=(
+  'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
+)
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1c#!/usr/bin/python2' tools/extra/xml_split
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/openvas-manager.install
===
--- community-i686/openvas-manager.install  2015-08-25 19:10:23 UTC (rev 
138763)
+++ community-i686/openvas-manager.install  2015-08-25 19:10:58 UTC (rev 
138764)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 6.0.4) -lt 0 ]; then
-echo  NOTE: run \`openvasmd --migrate\` to migrate to the new database 
format
-  fi
-}

Copied: openvas-manager/repos/community-i686/openvas-manager.install (from 

[arch-commits] Commit in greenbone-security-assistant/trunk (2 files)

2015-08-25 Thread Daniel Micay
Date: Tuesday, August 25, 2015 @ 21:14:35
  Author: thestinger
Revision: 138765

upgpkg: greenbone-security-assistant 6.0.5-1

Modified:
  greenbone-security-assistant/trunk/PKGBUILD
Deleted:
  greenbone-security-assistant/trunk/glib-include.patch

+
 PKGBUILD   |   17 +
 glib-include.patch |   12 
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 19:10:58 UTC (rev 138764)
+++ PKGBUILD2015-08-25 19:14:35 UTC (rev 138765)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=greenbone-security-assistant
-pkgver=6.0.4
+pkgver=6.0.5
 pkgrel=1
 pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
 url='http://www.openvas.org/'
@@ -13,12 +13,10 @@
 backup=(etc/openvas/gsad_log.conf)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/2137/$pkgname-$pkgver.tar.gz;
-
http://wald.intevation.org/frs/download.php/2138/$pkgname-$pkgver.tar.gz.asc;
-glib-include.patch)
-md5sums=('fb3577daad10abad36c957fcf72ff87d'
- 'SKIP'
- '75b6fa16ba92cc92546f1947831a1706')
+source=(http://wald.intevation.org/frs/download.php/2173/$pkgname-$pkgver.tar.gz;
+
http://wald.intevation.org/frs/download.php/2174/$pkgname-$pkgver.tar.gz.asc;)
+md5sums=('ee69ddbd449401ca85a25f50f28291ac'
+ 'SKIP')
 validpgpkeys=(
   'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer 
Integrity
 )
@@ -26,11 +24,6 @@
 provides=(gsa)
 replaces=(gsa)
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p0 -i ../glib-include.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \

Deleted: glib-include.patch
===
--- glib-include.patch  2015-08-25 19:10:58 UTC (rev 138764)
+++ glib-include.patch  2015-08-25 19:14:35 UTC (rev 138765)
@@ -1,12 +0,0 @@
-diff -aur src/xslt_i18n.h src.new/xslt_i18n.h
 src/xslt_i18n.h2015-07-07 05:52:06.0 -0400
-+++ src.new/xslt_i18n.h2015-07-20 19:16:25.106504690 -0400
-@@ -27,7 +27,7 @@
- #define _XSLT_I18N_H
- 
- #include libxslt/extensions.h
--#include glib/gstring.h
-+#include glib.h
- 
- /**
-  * @brief Default language code, used when Accept-Language header is missing.


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

2015-08-25 Thread Anatol Pomozov
Date: Wednesday, August 26, 2015 @ 00:32:00
  Author: anatolik
Revision: 244858

upgpkg: openmpi 1.10.0-1

Modified:
  openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 14:28:33 UTC (rev 244857)
+++ PKGBUILD2015-08-25 22:32:00 UTC (rev 244858)
@@ -3,7 +3,7 @@
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 
 pkgname=openmpi
-pkgver=1.8.8
+pkgver=1.10.0
 pkgrel=1
 pkgdesc='High performance message passing library (MPI)'
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 makedepends=(inetutils valgrind gcc-fortran)
 optdepends=('gcc-fortran: fortran support')
 options=(staticlibs)
-source=(http://www.open-mpi.org/software/ompi/v1.8/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('0c9cc2ad1ee73838bed1a445793e36671d631447')
+source=(http://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('683fecac252a6139fbf538188d8b35454425c412')
 
 build() {
cd $pkgname-$pkgver


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

2015-08-25 Thread Anatol Pomozov
Date: Wednesday, August 26, 2015 @ 00:32:30
  Author: anatolik
Revision: 244859

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

Added:
  openmpi/repos/staging-i686/
  openmpi/repos/staging-i686/PKGBUILD
(from rev 244858, openmpi/trunk/PKGBUILD)
  openmpi/repos/staging-i686/system_ltdl.patch
(from rev 244858, openmpi/trunk/system_ltdl.patch)
  openmpi/repos/staging-x86_64/
  openmpi/repos/staging-x86_64/PKGBUILD
(from rev 244858, openmpi/trunk/PKGBUILD)
  openmpi/repos/staging-x86_64/system_ltdl.patch
(from rev 244858, openmpi/trunk/system_ltdl.patch)

--+
 staging-i686/PKGBUILD|   67 +
 staging-i686/system_ltdl.patch   |   66 
 staging-x86_64/PKGBUILD  |   67 +
 staging-x86_64/system_ltdl.patch |   66 
 4 files changed, 266 insertions(+)

Copied: openmpi/repos/staging-i686/PKGBUILD (from rev 244858, 
openmpi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-25 22:32:30 UTC (rev 244859)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol dot pomozov at gmail
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=openmpi
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='High performance message passing library (MPI)'
+arch=(i686 x86_64)
+url='http://www.open-mpi.org'
+license=(custom)
+depends=(libltdl hwloc)
+makedepends=(inetutils valgrind gcc-fortran)
+optdepends=('gcc-fortran: fortran support')
+options=(staticlibs)
+source=(http://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('683fecac252a6139fbf538188d8b35454425c412')
+
+build() {
+   cd $pkgname-$pkgver
+
+   ./autogen.pl
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --enable-mpi-fortran=all \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   --with-hwloc=/usr \
+   --with-libltdl=/usr  \
+   FC=/usr/bin/gfortran \
+   LDFLAGS=$LDFLAGS -Wl,-z,noexecstack
+
+   make
+}
+
+check() {
+   cd $pkgname-$pkgver
+
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   # FS#28583
+   install -d -m 755 $pkgdir/usr/lib/pkgconfig
+   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+  ln -sf /usr/lib/openmpi/pkgconfig/$i $pkgdir/usr/lib/pkgconfig/
+   done
+
+   # Openmpi's otfinfo conflicts with the one from texlive
+   mv $pkgdir/usr/bin/otfinfo{,mpi}
+
+   # Remove dangling symlink and useless file
+   rm $pkgdir/usr/share/vampirtrace/config.log
+
+   install -d -m 755 $pkgdir/etc/ld.so.conf.d
+   echo /usr/lib/$pkgname  $pkgdir/etc/ld.so.conf.d/$pkgname.conf
+
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openmpi/repos/staging-i686/system_ltdl.patch (from rev 244858, 
openmpi/trunk/system_ltdl.patch)
===
--- staging-i686/system_ltdl.patch  (rev 0)
+++ staging-i686/system_ltdl.patch  2015-08-25 22:32:30 UTC (rev 244859)
@@ -0,0 +1,66 @@
+diff --git a/config/ltdl.m4 b/config/ltdl.m4
+index ea76f4d..2f1cbfe 100644
+--- a/config/ltdl.m4
 b/config/ltdl.m4
+@@ -162,6 +162,8 @@ m4_defun([_LTDL_INSTALLABLE],
+   fi
+ fi
+ 
++enable_ltdl_install=no
++
+ # If configure.ac declared an installable ltdl, and the user didn't override
+ # with --disable-ltdl-install, we will install the shipped libltdl.
+ case $enable_ltdl_install in
+diff --git a/ompi/debuggers/Makefile.am b/ompi/debuggers/Makefile.am
+index 2adf3fd..5b22a91 100644
+--- a/ompi/debuggers/Makefile.am
 b/ompi/debuggers/Makefile.am
+@@ -46,8 +46,7 @@ headers = \
+ # Simple checks to ensure that the DSOs are functional
+ 
+ dlopen_test_SOURCES = dlopen_test.c
+-dlopen_test_CPPFLAGS = -I$(top_srcdir)/opal/libltdl
+-dlopen_test_LDADD = $(top_builddir)/opal/libltdl/libltdlc.la
++dlopen_test_LDADD = -lltdl
+ 
+ predefined_gap_test_SOURCES = predefined_gap_test.c
+ predefined_gap_test_LDFLAGS = $(WRAPPER_EXTRA_LDFLAGS)
+diff --git a/ompi/debuggers/dlopen_test.c b/ompi/debuggers/dlopen_test.c
+index 029a4ee..023afb8 100644
+--- a/ompi/debuggers/dlopen_test.c
 b/ompi/debuggers/dlopen_test.c
+@@ -13,7 +13,7 @@
+ #include string.h
+ #include stdlib.h
+ 
+-#include opal/libltdl/ltdl.h
++#include ltdl.h
+ 
+ static int do_test(void);
+ 
+diff --git a/test/support/components.c b/test/support/components.c
+index 41c4345..6b4b464 100644
+--- a/test/support/components.c
 

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

2015-08-25 Thread Anatol Pomozov
Date: Tuesday, August 25, 2015 @ 22:55:47
  Author: anatolik
Revision: 138767

libpcl: move from AUR to [community]

Added:
  libpcl/
  libpcl/repos/
  libpcl/trunk/
  libpcl/trunk/PKGBUILD

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

Added: libpcl/trunk/PKGBUILD
===
--- libpcl/trunk/PKGBUILD   (rev 0)
+++ libpcl/trunk/PKGBUILD   2015-08-25 20:55:47 UTC (rev 138767)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Brian Bidlock bidul...@openss7.org
+
+pkgname=libpcl
+pkgver=1.12
+pkgrel=3
+pkgdesc='The Portable Coroutine Library (PCL) implements the low level 
functionality for coroutines'
+license=(GPL2)
+url='http://xmailserver.org/libpcl.html'
+arch=(i686 x86_64)
+depends=(glibc)
+source=(http://xmailserver.org/pcl-$pkgver.tar.gz)
+sha1sums=('a206c8fb5a96e65005f414ac46aeccd4b3603c8d')
+
+build() {
+  cd pcl-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pcl-$pkgver
+  make DESTDIR=$pkgdir install
+}


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


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

2015-08-25 Thread Anatol Pomozov
Date: Tuesday, August 25, 2015 @ 22:58:06
  Author: anatolik
Revision: 138768

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

Added:
  libpcl/repos/community-i686/
  libpcl/repos/community-i686/PKGBUILD
(from rev 138767, libpcl/trunk/PKGBUILD)
  libpcl/repos/community-x86_64/
  libpcl/repos/community-x86_64/PKGBUILD
(from rev 138767, libpcl/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   25 +
 community-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: libpcl/repos/community-i686/PKGBUILD (from rev 138767, 
libpcl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-25 20:58:06 UTC (rev 138768)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Brian Bidlock bidul...@openss7.org
+
+pkgname=libpcl
+pkgver=1.12
+pkgrel=3
+pkgdesc='The Portable Coroutine Library (PCL) implements the low level 
functionality for coroutines'
+license=(GPL2)
+url='http://xmailserver.org/libpcl.html'
+arch=(i686 x86_64)
+depends=(glibc)
+source=(http://xmailserver.org/pcl-$pkgver.tar.gz)
+sha1sums=('a206c8fb5a96e65005f414ac46aeccd4b3603c8d')
+
+build() {
+  cd pcl-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pcl-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libpcl/repos/community-x86_64/PKGBUILD (from rev 138767, 
libpcl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-25 20:58:06 UTC (rev 138768)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Brian Bidlock bidul...@openss7.org
+
+pkgname=libpcl
+pkgver=1.12
+pkgrel=3
+pkgdesc='The Portable Coroutine Library (PCL) implements the low level 
functionality for coroutines'
+license=(GPL2)
+url='http://xmailserver.org/libpcl.html'
+arch=(i686 x86_64)
+depends=(glibc)
+source=(http://xmailserver.org/pcl-$pkgver.tar.gz)
+sha1sums=('a206c8fb5a96e65005f414ac46aeccd4b3603c8d')
+
+build() {
+  cd pcl-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pcl-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 15:24:35
  Author: arojas
Revision: 244813

New tarball

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 06:57:51 UTC (rev 244812)
+++ PKGBUILD2015-08-25 13:24:35 UTC (rev 244813)
@@ -16,7 +16,7 @@
 install=${pkgname}.install
 conflicts=('kdebase-workspace')
 
source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8f92fbd1829df43755dc7cefc87d1e1d')
+md5sums=('38b4a6d540ec6bbe94c0ec658c47eb5c')
 
 prepare() {
   mkdir build


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

2015-08-25 Thread Anatol Pomozov
Date: Wednesday, August 26, 2015 @ 01:55:50
  Author: anatolik
Revision: 244861

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

Added:
  valgrind/repos/staging-i686/
  valgrind/repos/staging-i686/PKGBUILD
(from rev 244860, valgrind/trunk/PKGBUILD)
  valgrind/repos/staging-i686/valgrind-glibc.patch
(from rev 244860, valgrind/trunk/valgrind-glibc.patch)
  valgrind/repos/staging-i686/valgrind-kernel-version.patch
(from rev 244860, valgrind/trunk/valgrind-kernel-version.patch)
  valgrind/repos/staging-x86_64/
  valgrind/repos/staging-x86_64/PKGBUILD
(from rev 244860, valgrind/trunk/PKGBUILD)
  valgrind/repos/staging-x86_64/valgrind-glibc.patch
(from rev 244860, valgrind/trunk/valgrind-glibc.patch)
  valgrind/repos/staging-x86_64/valgrind-kernel-version.patch
(from rev 244860, valgrind/trunk/valgrind-kernel-version.patch)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/valgrind-glibc.patch|   69 +
 staging-i686/valgrind-kernel-version.patch   |   47 +
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/valgrind-glibc.patch  |   69 +
 staging-x86_64/valgrind-kernel-version.patch |   47 +
 6 files changed, 308 insertions(+)

Copied: valgrind/repos/staging-i686/PKGBUILD (from rev 244860, 
valgrind/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-25 23:55:50 UTC (rev 244861)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=valgrind
+pkgver=3.10.1
+pkgrel=4
+pkgdesc='A tool to help find memory-management problems in programs'
+arch=(i686 x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('glibc=2.22' 'glibc2.23' 'perl')
+makedepends=('gdb' 'openmpi')
+optdepends=('openmpi: MPI support')
+options=('!emptydirs')
+source=(http://valgrind.org/downloads/$pkgname-$pkgver.tar.bz2
+valgrind-glibc.patch
+   valgrind-kernel-version.patch)
+sha1sums=('15518427de842547ffa84eff8b2b67f3b16581a8'
+  '1fa127ef24630ad5f4901ea0e37ea2acb12d3d17'
+  '08b71e1ebc3e3906d0ff273db0aba2177a857c47')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/valgrind-glibc.patch
+  patch -p1 -i $srcdir/valgrind-kernel-version.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: valgrind/repos/staging-i686/valgrind-glibc.patch (from rev 244860, 
valgrind/trunk/valgrind-glibc.patch)
===
--- staging-i686/valgrind-glibc.patch   (rev 0)
+++ staging-i686/valgrind-glibc.patch   2015-08-25 23:55:50 UTC (rev 244861)
@@ -0,0 +1,69 @@
+From 8e520f21445e7c376c2606826affb20be92bfe8d Mon Sep 17 00:00:00 2001
+From: Anatol Pomozov anatol.pomo...@gmail.com
+Date: Thu, 6 Aug 2015 09:04:44 -0700
+Subject: [PATCH 1/2] glibc
+
+---
+ configure| 20 
+ configure.ac | 14 ++
+ 2 files changed, 34 insertions(+)
+
+diff --git a/configure b/configure
+index 78ddf3e..6ab06b3 100755
+--- a/configure
 b/configure
+@@ -6842,6 +6842,26 @@ $as_echo #define GLIBC_2_20 1 confdefs.h
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.21)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.21 family 5
++$as_echo 2.21 family 6; }
++
++$as_echo #define GLIBC_2_21 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
++ 2.22)
++  { $as_echo $as_me:${as_lineno-$LINENO}: result: 2.22 family 5
++$as_echo 2.22 family 6; }
++
++$as_echo #define GLIBC_2_22 1 confdefs.h
++
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
++  DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
++  ;;
+  darwin)
+   { $as_echo $as_me:${as_lineno-$LINENO}: result: Darwin 5
+ $as_echo Darwin 6; }
+diff --git a/configure.ac b/configure.ac
+index 0fd2a41..7f389c2 100644
+--- a/configure.ac
 b/configure.ac
+@@ -1018,6 +1018,20 @@ case ${GLIBC_VERSION} in
+   DEFAULT_SUPP=glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}
+   DEFAULT_SUPP=glibc-2.X-drd.supp ${DEFAULT_SUPP}
+   ;;
++ 2.21)
++  AC_MSG_RESULT(2.21 family)
++  AC_DEFINE([GLIBC_2_21], 1, [Define to 1 if you're using glibc 2.21.x])
++  DEFAULT_SUPP=glibc-2.X.supp ${DEFAULT_SUPP}
++  

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

2015-08-25 Thread Anatol Pomozov
Date: Wednesday, August 26, 2015 @ 01:55:11
  Author: anatolik
Revision: 244860

openmpi 1.10.0 rebuild

https://www.archlinux.org/todo/openmpi-188-1100-rebuild/

Modified:
  valgrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 22:32:30 UTC (rev 244859)
+++ PKGBUILD2015-08-25 23:55:11 UTC (rev 244860)
@@ -4,7 +4,7 @@
 
 pkgname=valgrind
 pkgver=3.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A tool to help find memory-management problems in programs'
 arch=(i686 x86_64)
 license=(GPL)


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

2015-08-25 Thread Antonio Rojas
Date: Tuesday, August 25, 2015 @ 15:36:43
  Author: arojas
Revision: 244814

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

Added:
  kwin/repos/kde-unstable-i686/PKGBUILD
(from rev 244813, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-i686/kwin.install
(from rev 244813, kwin/trunk/kwin.install)
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244813, kwin/trunk/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/kwin.install
(from rev 244813, kwin/trunk/kwin.install)
Deleted:
  kwin/repos/kde-unstable-i686/PKGBUILD
  kwin/repos/kde-unstable-i686/kwin.install
  kwin/repos/kde-unstable-x86_64/PKGBUILD
  kwin/repos/kde-unstable-x86_64/kwin.install

--+
 /PKGBUILD|   80 +
 /kwin.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   40 --
 kde-unstable-i686/kwin.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   40 --
 kde-unstable-x86_64/kwin.install |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-25 13:24:35 UTC (rev 244813)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 13:36:43 UTC (rev 244814)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwin
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
- 'hicolor-icon-theme' 'kwayland' 'kdecoration')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma')
-install=${pkgname}.install
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('8f92fbd1829df43755dc7cefc87d1e1d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 244813, 
kwin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-25 13:36:43 UTC (rev 244814)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('38b4a6d540ec6bbe94c0ec658c47eb5c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_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/kwin.install
===
--- kde-unstable-i686/kwin.install  2015-08-25 13:24:35 UTC (rev 244813)
+++ kde-unstable-i686/kwin.install  2015-08-25 13:36:43 UTC (rev 244814)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kwin/repos/kde-unstable-i686/kwin.install (from rev 244813, 
kwin/trunk/kwin.install)
===
--- kde-unstable-i686/kwin.install  (rev 0)
+++ kde-unstable-i686/kwin.install  2015-08-25 13:36:43 UTC (rev 244814)
@@ -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/PKGBUILD2015-08-25 13:24:35 UTC (rev 244813)
+++ kde-unstable-x86_64/PKGBUILD2015-08-25 13:36:43 UTC (rev