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

2017-01-31 Thread Jan Steffens
Date: Wednesday, February 1, 2017 @ 07:38:09
  Author: heftig
Revision: 287869

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

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

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-01 07:37:19 UTC (rev 287868)
+++ extra-x86_64/PKGBUILD   2017-02-01 07:38:09 UTC (rev 287869)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-documents
-pkgver=3.22.0+1+g234a492
-pkgrel=1
-pkgdesc="A document manager application for GNOME"
-url="https://wiki.gnome.org/Apps/Documents;
-arch=(i686 x86_64)
-license=(GPL)
-groups=(gnome-extra)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
- tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
-makedepends=(intltool gobject-introspection git gnome-common)
-optdepends=('libeoffice-fresh: Support for Libreoffice document types')
-_commit=234a49215ad59c1bc5906c8af0eaeb4b93cfd10d
-source=("git://git.gnome.org/gnome-documents#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
- 

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

2017-01-31 Thread Jan Steffens
Date: Wednesday, February 1, 2017 @ 07:37:19
  Author: heftig
Revision: 287868

3.22.0+8+gf53c45e-1

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 23:59:36 UTC (rev 287867)
+++ PKGBUILD2017-02-01 07:37:19 UTC (rev 287868)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-documents
-pkgver=3.22.0+1+g234a492
+pkgver=3.22.0+8+gf53c45e
 pkgrel=1
 pkgdesc="A document manager application for GNOME"
 url="https://wiki.gnome.org/Apps/Documents;
@@ -13,9 +13,11 @@
  tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
 makedepends=(intltool gobject-introspection git gnome-common)
 optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-_commit=234a49215ad59c1bc5906c8af0eaeb4b93cfd10d
-source=("git://git.gnome.org/gnome-documents#commit=$_commit")
-sha256sums=('SKIP')
+_commit=f53c45e240550bcc502ba644d15c9c8495defc6f  # gnome-3-22
+source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;)
+sha256sums=('SKIP'
+'SKIP')
 
 pkgver() {
   cd $pkgname
@@ -24,6 +26,11 @@
 
 prepare() {
   cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
   NOCONFIGURE=1 ./autogen.sh
 }
   


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

2017-01-31 Thread Sven-Hendrik Haase
Date: Wednesday, February 1, 2017 @ 02:38:52
  Author: svenstaro
Revision: 209616

archrelease: copy trunk to community-any

Added:
  glm/repos/community-any/PKGBUILD
(from rev 209615, glm/trunk/PKGBUILD)
Deleted:
  glm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-01 02:38:38 UTC (rev 209615)
+++ PKGBUILD2017-02-01 02:38:52 UTC (rev 209616)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Peter Hatina 
-pkgname=glm
-pkgver=0.9.8.3
-pkgrel=4
-pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
-arch=('any')
-license=('MIT')
-url="http://glm.g-truc.net;
-makedepends=('cmake')
-source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip;)
-md5sums=('8f1c44a6486f0060bc7f7e3e32b4d169')
-
-package() {
-cd $pkgname
-
-mkdir build
-cd build
-
-cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-make DESTDIR=$pkgdir install
-
-cd ..
-
-mkdir -p $pkgdir/usr/share/doc
-cp -r doc $pkgdir/usr/share/doc/glm
-
-find $pkgdir -type f -exec chmod 644 {} \;
-find $pkgdir -type d -exec chmod 755 {} \;
-
-install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: glm/repos/community-any/PKGBUILD (from rev 209615, glm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-01 02:38:52 UTC (rev 209616)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Peter Hatina 
+pkgname=glm
+pkgver=0.9.8.4
+pkgrel=1
+pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
+arch=('any')
+license=('MIT')
+url="http://glm.g-truc.net;
+makedepends=('cmake')
+source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip;)
+md5sums=('84a5b85fcfa9c105f4551d9b29cc80b3')
+
+package() {
+cd $pkgname
+
+mkdir build
+cd build
+
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+make DESTDIR=$pkgdir install
+
+cd ..
+
+mkdir -p $pkgdir/usr/share/doc
+cp -r doc $pkgdir/usr/share/doc/glm
+
+find $pkgdir -type f -exec chmod 644 {} \;
+find $pkgdir -type d -exec chmod 755 {} \;
+
+install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-01-31 Thread Sven-Hendrik Haase
Date: Wednesday, February 1, 2017 @ 02:38:38
  Author: svenstaro
Revision: 209615

upgpkg: glm 0.9.8.4-1

upstream release 0.9.8.4

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 22:30:23 UTC (rev 209614)
+++ PKGBUILD2017-02-01 02:38:38 UTC (rev 209615)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Peter Hatina 
 pkgname=glm
-pkgver=0.9.8.3
-pkgrel=4
+pkgver=0.9.8.4
+pkgrel=1
 pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification"
 arch=('any')
 license=('MIT')
@@ -9,7 +9,7 @@
 url="http://glm.g-truc.net;
 makedepends=('cmake')
 
source=("https://github.com/g-truc/glm/releases/download/${pkgver}/glm-${pkgver}.zip;)
-md5sums=('8f1c44a6486f0060bc7f7e3e32b4d169')
+md5sums=('84a5b85fcfa9c105f4551d9b29cc80b3')
 
 package() {
 cd $pkgname


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 23:59:36
  Author: arojas
Revision: 287867

archrelease: copy trunk to extra-any

Added:
  nbxmpp/repos/extra-any/PKGBUILD
(from rev 287866, nbxmpp/trunk/PKGBUILD)

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

Copied: nbxmpp/repos/extra-any/PKGBUILD (from rev 287866, nbxmpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-31 23:59:36 UTC (rev 287867)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=nbxmpp
+pkgname=('python-nbxmpp' 'python2-nbxmpp')
+pkgver=0.5.5
+pkgrel=1
+arch=('any')
+url="https://python-nbxmpp.gajim.org/;
+license=('GPL3')
+makedepends=('python' 'python2')
+source=(https://pypi.io/packages/source/n/nbxmpp/nbxmpp-$pkgver.tar.gz)
+sha1sums=('3075f7f478e2db76bf1a0c5d1f38ecf2a5a4b9ad')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py build
+  cd ../${pkgbase}-${pkgver}
+  python setup.py build
+}
+
+package_python-nbxmpp() {
+  pkgdesc="A Python 3 library to use Jabber/XMPP networks in a non-blocking 
way"
+  depends=('python')
+  cd ${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}"
+}
+
+package_python2-nbxmpp() {
+  pkgdesc="A Python 2 library to use Jabber/XMPP networks in a non-blocking 
way"
+  depends=('python2')
+  cd ${pkgbase}-${pkgver}-python2
+  python2 setup.py install --root="${pkgdir}"
+}


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 23:29:22
  Author: arojas
Revision: 287866

archrelease: copy trunk to extra-any

Deleted:
  nbxmpp/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-31 23:28:39 UTC (rev 287865)
+++ PKGBUILD2017-01-31 23:29:22 UTC (rev 287866)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=nbxmpp
-pkgname=('python-nbxmpp' 'python2-nbxmpp')
-pkgver=0.5.4
-pkgrel=2
-arch=('any')
-url="https://python-nbxmpp.gajim.org/;
-license=('GPL3')
-makedepends=('python' 'python2')
-source=(https://pypi.io/packages/source/n/nbxmpp/nbxmpp-$pkgver.tar.gz)
-sha1sums=('73ecb13be61a38975a1f509d4d1551795898166e')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py build
-  cd ../${pkgbase}-${pkgver}
-  python setup.py build
-}
-
-package_python-nbxmpp() {
-  pkgdesc="A Python 3 library to use Jabber/XMPP networks in a non-blocking 
way"
-  depends=('python')
-  cd ${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}"
-}
-
-package_python2-nbxmpp() {
-  pkgdesc="A Python 2 library to use Jabber/XMPP networks in a non-blocking 
way"
-  depends=('python2')
-  cd ${pkgbase}-${pkgver}-python2
-  python2 setup.py install --root="${pkgdir}"
-}


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 23:28:39
  Author: arojas
Revision: 287865

Update to 0.5.5

Modified:
  nbxmpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 22:00:40 UTC (rev 287864)
+++ PKGBUILD2017-01-31 23:28:39 UTC (rev 287865)
@@ -3,14 +3,14 @@
 
 pkgbase=nbxmpp
 pkgname=('python-nbxmpp' 'python2-nbxmpp')
-pkgver=0.5.4
-pkgrel=2
+pkgver=0.5.5
+pkgrel=1
 arch=('any')
 url="https://python-nbxmpp.gajim.org/;
 license=('GPL3')
 makedepends=('python' 'python2')
 source=(https://pypi.io/packages/source/n/nbxmpp/nbxmpp-$pkgver.tar.gz)
-sha1sums=('73ecb13be61a38975a1f509d4d1551795898166e')
+sha1sums=('3075f7f478e2db76bf1a0c5d1f38ecf2a5a4b9ad')
 
 prepare() {
   cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-python2


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

2017-01-31 Thread Ike Devolder
Date: Tuesday, January 31, 2017 @ 22:30:23
  Author: idevolder
Revision: 209614

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-31 22:30:14 UTC (rev 209613)
+++ PKGBUILD2017-01-31 22:30:23 UTC (rev 209614)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-pkgbase=python-gflags
-pkgname=('python-gflags' 'python2-gflags')
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="Commandline flags module for Python"
-arch=('any')
-url="https://github.com/google/python-gflags;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/$pkgbase/archive/$pkgver.tar.gz;)
-sha256sums=('60ffd920dc19efc0696fba8bd5c2b2c708c6514e8856e7efd66ece276c29ee07')
-
-prepare() {
-cp -a "$pkgbase-$pkgver" "${pkgbase/python/python2}-$pkgver"
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-   python setup.py build
-
-   cd "$srcdir/${pkgbase/python/python2}-$pkgver"
-   python2 setup.py build
-}
-
-package_python-gflags() {
-depends=('python')
-   cd "$pkgbase-$pkgver"
-   python setup.py install --root=${pkgdir}
-chmod +x "$pkgdir/usr/bin/gflags2man.py"
-   #chmod +r ${pkgdir}/* -R
-   #install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-   install -Dm644 AUTHORS "$pkgdir/usr/share/licenses/$pkgbase/AUTHORS"
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgbase/COPYING"
-}
-
-package_python2-gflags() {
-depends=('python2')
-   cd ${pkgbase/python/python2}-${pkgver}
-find -name "*.py" -exec sed -e 's/env python/&2/' -i {} \;
-   python2 setup.py install --root=${pkgdir}
-mv "$pkgdir/usr/bin/gflags2man.py" "$pkgdir/usr/bin/gflags2man.py2"
-chmod +x "$pkgdir/usr/bin/gflags2man.py2"
-   #chmod +r ${pkgdir}/* -R
-   #install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-   install -Dm644 AUTHORS 
"$pkgdir/usr/share/licenses/${pkgbase/python/python2}/AUTHORS"
-   install -Dm644 COPYING 
"$pkgdir/usr/share/licenses/${pkgbase/python/python2}/COPYING"
-}
-

Copied: python-gflags/repos/community-any/PKGBUILD (from rev 209613, 
python-gflags/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-31 22:30:23 UTC (rev 209614)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+pkgbase=python-gflags
+pkgname=('python-gflags' 'python2-gflags')
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Commandline flags module for Python"
+arch=('any')
+url="https://github.com/google/python-gflags;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/$pkgbase/archive/$pkgver.tar.gz;)
+sha256sums=('5ff27fa08c613706a9f488635bf38618c1587995ee3e9818b1562b19f4f498de')
+
+prepare() {
+cp -a "$pkgbase-$pkgver" "${pkgbase/python/python2}-$pkgver"
+}
+
+build() {
+cd "$srcdir/$pkgbase-$pkgver"
+   python setup.py build
+
+   cd "$srcdir/${pkgbase/python/python2}-$pkgver"
+   python2 setup.py build
+}
+
+package_python-gflags() {
+depends=('python')
+   cd "$pkgbase-$pkgver"
+   python setup.py install --root=${pkgdir}
+chmod +x "$pkgdir/usr/bin/gflags2man.py"
+   #chmod +r ${pkgdir}/* -R
+   #install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+   install -Dm644 AUTHORS "$pkgdir/usr/share/licenses/$pkgbase/AUTHORS"
+   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgbase/COPYING"
+}
+
+package_python2-gflags() {
+depends=('python2')
+   cd ${pkgbase/python/python2}-${pkgver}
+find -name "*.py" -exec sed -e 's/env python/&2/' -i {} \;
+   python2 setup.py install --root=${pkgdir}
+mv "$pkgdir/usr/bin/gflags2man.py" "$pkgdir/usr/bin/gflags2man.py2"
+chmod +x "$pkgdir/usr/bin/gflags2man.py2"
+   #chmod +r ${pkgdir}/* -R
+   #install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+   install -Dm644 AUTHORS 
"$pkgdir/usr/share/licenses/${pkgbase/python/python2}/AUTHORS"
+   install -Dm644 COPYING 
"$pkgdir/usr/share/licenses/${pkgbase/python/python2}/COPYING"
+}
+


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

2017-01-31 Thread Ike Devolder
Date: Tuesday, January 31, 2017 @ 22:30:14
  Author: idevolder
Revision: 209613

upgpkg: python-gflags 3.1.1-1

Modified:
  python-gflags/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 22:30:02 UTC (rev 209612)
+++ PKGBUILD2017-01-31 22:30:14 UTC (rev 209613)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 pkgbase=python-gflags
 pkgname=('python-gflags' 'python2-gflags')
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
 pkgdesc="Commandline flags module for Python"
 arch=('any')
 url="https://github.com/google/python-gflags;
@@ -10,7 +10,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/$pkgbase/archive/$pkgver.tar.gz;)
-sha256sums=('60ffd920dc19efc0696fba8bd5c2b2c708c6514e8856e7efd66ece276c29ee07')
+sha256sums=('5ff27fa08c613706a9f488635bf38618c1587995ee3e9818b1562b19f4f498de')
 
 prepare() {
 cp -a "$pkgbase-$pkgver" "${pkgbase/python/python2}-$pkgver"


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

2017-01-31 Thread Ike Devolder
Date: Tuesday, January 31, 2017 @ 22:30:02
  Author: idevolder
Revision: 209612

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

Added:
  php-mongodb/repos/community-i686/PKGBUILD
(from rev 209611, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-i686/mongodb.ini
(from rev 209611, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-i686/php-mongodb.install
(from rev 209611, php-mongodb/trunk/php-mongodb.install)
  php-mongodb/repos/community-x86_64/PKGBUILD
(from rev 209611, php-mongodb/trunk/PKGBUILD)
  php-mongodb/repos/community-x86_64/mongodb.ini
(from rev 209611, php-mongodb/trunk/mongodb.ini)
  php-mongodb/repos/community-x86_64/php-mongodb.install
(from rev 209611, php-mongodb/trunk/php-mongodb.install)
Deleted:
  php-mongodb/repos/community-i686/PKGBUILD
  php-mongodb/repos/community-i686/mongodb.ini
  php-mongodb/repos/community-i686/php-mongodb.install
  php-mongodb/repos/community-x86_64/PKGBUILD
  php-mongodb/repos/community-x86_64/mongodb.ini
  php-mongodb/repos/community-x86_64/php-mongodb.install

--+
 /PKGBUILD|   74 +
 /mongodb.ini |4 +
 /php-mongodb.install |   24 ++
 community-i686/PKGBUILD  |   37 
 community-i686/mongodb.ini   |2 
 community-i686/php-mongodb.install   |   12 -
 community-x86_64/PKGBUILD|   37 
 community-x86_64/mongodb.ini |2 
 community-x86_64/php-mongodb.install |   12 -
 9 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-31 22:29:44 UTC (rev 209611)
+++ community-i686/PKGBUILD 2017-01-31 22:30:02 UTC (rev 209612)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Felix Yan 
-# Contributor: Martin Striz < ms AT martinstriz DOT cz >
-# Contributor: Jarek Sedlacek 
-
-pkgname=php-mongodb
-pkgver=1.2.3
-pkgrel=2
-pkgdesc="MongoDB driver for PHP"
-arch=("i686" "x86_64")
-url="http://mongodb.github.io/mongo-php-driver;
-license=("Apache")
-#depends=('php' 'libmongoc')
-depends=('php')
-makedepends=('re2c')
-backup=("etc/php/conf.d/mongodb.ini")
-install=php-mongodb.install
-source=(
-   "https://pecl.php.net/get/mongodb-$pkgver.tgz;
-   "mongodb.ini"
-)
-sha256sums=('0f888340bebb3c7d260bce779e215dc0c31c4eaab9d5561fd93df7a4a51209f1'
-'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
-
-build() {
-   cd mongodb-$pkgver
-   phpize
-   #./configure --prefix=/usr --with-libbson --with-libmongoc
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd mongodb-$pkgver
-   make INSTALL_ROOT="$pkgdir" install
-   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
-}

Copied: php-mongodb/repos/community-i686/PKGBUILD (from rev 209611, 
php-mongodb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-31 22:30:02 UTC (rev 209612)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Felix Yan 
+# Contributor: Martin Striz < ms AT martinstriz DOT cz >
+# Contributor: Jarek Sedlacek 
+
+pkgname=php-mongodb
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="MongoDB driver for PHP"
+arch=("i686" "x86_64")
+url="http://mongodb.github.io/mongo-php-driver;
+license=("Apache")
+#depends=('php' 'libmongoc')
+depends=('php')
+makedepends=('re2c')
+backup=("etc/php/conf.d/mongodb.ini")
+install=php-mongodb.install
+source=(
+   "https://pecl.php.net/get/mongodb-$pkgver.tgz;
+   "mongodb.ini"
+)
+sha256sums=('1d43c5038cd8cb7e6db57620c40f2cc6385bd538db002c60f61f44376d829848'
+'242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
+
+build() {
+   cd mongodb-$pkgver
+   phpize
+   #./configure --prefix=/usr --with-libbson --with-libmongoc
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd mongodb-$pkgver
+   make INSTALL_ROOT="$pkgdir" install
+   install -Dm644 "$srcdir/mongodb.ini" 
"$pkgdir/etc/php/conf.d/mongodb.ini"
+}

Deleted: community-i686/mongodb.ini
===
--- community-i686/mongodb.ini  2017-01-31 22:29:44 UTC (rev 209611)
+++ community-i686/mongodb.ini  2017-01-31 22:30:02 UTC (rev 209612)
@@ -1,2 +0,0 @@
-; Tell PHP to load the MongoDB Extension on startup
-extension=mongodb.so

Copied: php-mongodb/repos/community-i686/mongodb.ini (from rev 209611, 
php-mongodb/trunk/mongodb.ini)

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

2017-01-31 Thread Ike Devolder
Date: Tuesday, January 31, 2017 @ 22:29:44
  Author: idevolder
Revision: 209611

upgpkg: php-mongodb 1.2.5-1

Modified:
  php-mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 22:29:26 UTC (rev 209610)
+++ PKGBUILD2017-01-31 22:29:44 UTC (rev 209611)
@@ -5,8 +5,8 @@
 # Contributor: Jarek Sedlacek 
 
 pkgname=php-mongodb
-pkgver=1.2.3
-pkgrel=2
+pkgver=1.2.5
+pkgrel=1
 pkgdesc="MongoDB driver for PHP"
 arch=("i686" "x86_64")
 url="http://mongodb.github.io/mongo-php-driver;
@@ -20,7 +20,7 @@
"https://pecl.php.net/get/mongodb-$pkgver.tgz;
"mongodb.ini"
 )
-sha256sums=('0f888340bebb3c7d260bce779e215dc0c31c4eaab9d5561fd93df7a4a51209f1'
+sha256sums=('1d43c5038cd8cb7e6db57620c40f2cc6385bd538db002c60f61f44376d829848'
 '242b9ffea6bd84f813c7fc2a767eaa89f83577c5ff10ff36aecec2ca308ff72b')
 
 build() {


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

2017-01-31 Thread Ike Devolder
Date: Tuesday, January 31, 2017 @ 22:29:26
  Author: idevolder
Revision: 209610

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-31 22:29:09 UTC (rev 209609)
+++ community-i686/PKGBUILD 2017-01-31 22:29:26 UTC (rev 209610)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Philippe Cherel 
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
-arch=('i686' 'x86_64')
-url="http://libcec.pulse-eight.com/;
-license=('GPL')
-makedepends=('cmake')
-depends=('udev' 'lockdev' 'p8-platform' 'libxrandr')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('92dd5d19675d571856c67785ea2dac0d11c4205a320c500981117152ffcdc15f')
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-mkdir build
-cd build
-cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver/build"
-make DESTDIR="$pkgdir" install
-}

Copied: libcec/repos/community-i686/PKGBUILD (from rev 209609, 
libcec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-31 22:29:26 UTC (rev 209610)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Philippe Cherel 
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')
+url="http://libcec.pulse-eight.com/;
+license=('GPL')
+makedepends=('cmake')
+depends=('udev' 'lockdev' 'p8-platform' 'libxrandr')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
+sha256sums=('b8b8dd31f3ebdd5472f03ab7d401600ea0d959b1288b9ca24bf457ef60e2ba27')
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+mkdir build
+cd build
+cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver/build"
+make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-31 22:29:09 UTC (rev 209609)
+++ community-x86_64/PKGBUILD   2017-01-31 22:29:26 UTC (rev 209610)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Philippe Cherel 
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
-arch=('i686' 'x86_64')
-url="http://libcec.pulse-eight.com/;
-license=('GPL')
-makedepends=('cmake')
-depends=('udev' 'lockdev' 'p8-platform' 'libxrandr')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('92dd5d19675d571856c67785ea2dac0d11c4205a320c500981117152ffcdc15f')
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-mkdir build
-cd build
-cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver/build"
-make DESTDIR="$pkgdir" install
-}

Copied: libcec/repos/community-x86_64/PKGBUILD (from rev 209609, 
libcec/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-31 22:29:26 UTC (rev 209610)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Philippe Cherel 
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')

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

2017-01-31 Thread Ike Devolder
Date: Tuesday, January 31, 2017 @ 22:29:09
  Author: idevolder
Revision: 209609

upgpkg: libcec 4.0.2-1

Modified:
  libcec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 22:28:02 UTC (rev 209608)
+++ PKGBUILD2017-01-31 22:29:09 UTC (rev 209609)
@@ -4,7 +4,7 @@
 # vim: ft=sh:
 
 pkgname=libcec
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 depends=('udev' 'lockdev' 'p8-platform' 'libxrandr')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('92dd5d19675d571856c67785ea2dac0d11c4205a320c500981117152ffcdc15f')
+sha256sums=('b8b8dd31f3ebdd5472f03ab7d401600ea0d959b1288b9ca24bf457ef60e2ba27')
 
 build() {
 cd "$pkgname-$pkgname-$pkgver"


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

2017-01-31 Thread Ike Devolder
Date: Tuesday, January 31, 2017 @ 22:27:51
  Author: idevolder
Revision: 209607

upgpkg: closure-compiler 20170124-1

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 21:03:13 UTC (rev 209606)
+++ PKGBUILD2017-01-31 22:27:51 UTC (rev 209607)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 # Contributor: Bram Schoenmakers 
 pkgname=closure-compiler
-pkgver=20161201
+pkgver=20170124
 pkgrel=1
 pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('java-runtime')
 makedepends=('maven' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('abaa9bc490594dfa689016471940a295f966f63206e5b7595a2bf9a36c3d752e')
+sha256sums=('cefcb87654ffc04fe6f113504de3573df73dd66bfaf9a8d7c825ec38ef2b3b61')
 
 LANG='en_US.UTF-8'
 


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

2017-01-31 Thread Ike Devolder
Date: Tuesday, January 31, 2017 @ 22:28:02
  Author: idevolder
Revision: 209608

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 209607, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-31 22:27:51 UTC (rev 209607)
+++ PKGBUILD2017-01-31 22:28:02 UTC (rev 209608)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bram Schoenmakers 
-pkgname=closure-compiler
-pkgver=20161201
-pkgrel=1
-pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
-arch=('any')
-url="https://developers.google.com/closure/compiler/;
-license=('APACHE')
-depends=('java-runtime')
-makedepends=('maven' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('abaa9bc490594dfa689016471940a295f966f63206e5b7595a2bf9a36c3d752e')
-
-LANG='en_US.UTF-8'
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   mvn -DskipTests
-}
-
-#check() {
-   #cd "$pkgname-$pkgver"
-
-   #ant test
-#}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-install -Dm644 target/closure-compiler-1.0-SNAPSHOT.jar \
-"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
-install -Dm644 target/closure-compiler-linter-1.0-SNAPSHOT.jar \
-"$pkgdir/usr/share/java/closure-compiler/closure-compiler-linter.jar"
-   install -dm755 $pkgdir/usr/bin
-   echo '#!/bin/sh
-   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure-compiler"
-   chmod +x "$pkgdir/usr/bin/closure-compiler"
-   echo '#!/bin/sh
-   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler-linter.jar $@' > 
"$pkgdir/usr/bin/closure-compiler-linter"
-   chmod +x "$pkgdir/usr/bin/closure-compiler-linter"
-}
-

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 209607, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-31 22:28:02 UTC (rev 209608)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bram Schoenmakers 
+pkgname=closure-compiler
+pkgver=20170124
+pkgrel=1
+pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
+arch=('any')
+url="https://developers.google.com/closure/compiler/;
+license=('APACHE')
+depends=('java-runtime')
+makedepends=('maven' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('cefcb87654ffc04fe6f113504de3573df73dd66bfaf9a8d7c825ec38ef2b3b61')
+
+LANG='en_US.UTF-8'
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   mvn -DskipTests
+}
+
+#check() {
+   #cd "$pkgname-$pkgver"
+
+   #ant test
+#}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+install -Dm644 target/closure-compiler-1.0-SNAPSHOT.jar \
+"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
+install -Dm644 target/closure-compiler-linter-1.0-SNAPSHOT.jar \
+"$pkgdir/usr/share/java/closure-compiler/closure-compiler-linter.jar"
+   install -dm755 $pkgdir/usr/bin
+   echo '#!/bin/sh
+   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure-compiler"
+   chmod +x "$pkgdir/usr/bin/closure-compiler"
+   echo '#!/bin/sh
+   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler-linter.jar $@' > 
"$pkgdir/usr/bin/closure-compiler-linter"
+   chmod +x "$pkgdir/usr/bin/closure-compiler-linter"
+}
+


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 22:00:06
  Author: arojas
Revision: 287863

Update to 3.1.2.1

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 20:31:04 UTC (rev 287862)
+++ PKGBUILD2017-01-31 22:00:06 UTC (rev 287863)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=krita
-pkgver=3.1.1
-pkgrel=3
+pkgver=3.1.2.1
+pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(i686 x86_64)
 url="http://krita.org;
@@ -13,8 +13,9 @@
 optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations')
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
-source=("http://download.kde.org/stable/krita/$pkgver/krita-$pkgver.tar.gz;)
-md5sums=('322831adc0bc5c7d7ed298f152d57fe7')
+source=("http://download.kde.org/stable/krita/${pkgver%.*}/krita-$pkgver.tar.gz"{,.sig})
+md5sums=('340c7199409daa94e4f66b479abcb726'
+ 'SKIP')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

 
 prepare() {


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 22:00:40
  Author: arojas
Revision: 287864

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-31 22:00:06 UTC (rev 287863)
+++ extra-i686/PKGBUILD 2017-01-31 22:00:40 UTC (rev 287864)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=3.1.1
-pkgrel=3
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="http://krita.org;
-license=(LGPL)
-depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr fftw curl 
boost-libs hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("http://download.kde.org/stable/krita/$pkgver/krita-$pkgver.tar.gz;)
-md5sums=('322831adc0bc5c7d7ed298f152d57fe7')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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

Copied: krita/repos/extra-i686/PKGBUILD (from rev 287863, krita/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-31 22:00:40 UTC (rev 287864)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=3.1.2.1
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+url="http://krita.org;
+license=(LGPL)
+depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr fftw curl 
boost-libs hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("http://download.kde.org/stable/krita/${pkgver%.*}/krita-$pkgver.tar.gz"{,.sig})
+md5sums=('340c7199409daa94e4f66b479abcb726'
+ 'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-31 22:00:06 UTC (rev 287863)
+++ extra-x86_64/PKGBUILD   2017-01-31 22:00:40 UTC (rev 287864)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=3.1.1
-pkgrel=3
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="http://krita.org;
-license=(LGPL)
-depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr fftw curl 
boost-libs hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("http://download.kde.org/stable/krita/$pkgver/krita-$pkgver.tar.gz;)
-md5sums=('322831adc0bc5c7d7ed298f152d57fe7')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

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

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 287863, 
krita/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD

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

2017-01-31 Thread Sven-Hendrik Haase
Date: Tuesday, January 31, 2017 @ 21:03:13
  Author: svenstaro
Revision: 209606

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

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

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

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

Copied: blender/repos/community-i686/PKGBUILD (from rev 209605, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-31 21:03:13 UTC (rev 209606)
@@ 

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 21:02:54
  Author: arojas
Revision: 209604

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

Added:
  clipgrab/repos/community-i686/PKGBUILD
(from rev 209603, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-i686/clipgrab.desktop
(from rev 209603, clipgrab/trunk/clipgrab.desktop)
  clipgrab/repos/community-x86_64/PKGBUILD
(from rev 209603, clipgrab/trunk/PKGBUILD)
  clipgrab/repos/community-x86_64/clipgrab.desktop
(from rev 209603, clipgrab/trunk/clipgrab.desktop)
Deleted:
  clipgrab/repos/community-i686/PKGBUILD
  clipgrab/repos/community-i686/clipgrab.desktop
  clipgrab/repos/community-x86_64/PKGBUILD
  clipgrab/repos/community-x86_64/clipgrab.desktop

---+
 /PKGBUILD |   64 
 /clipgrab.desktop |   26 ++
 community-i686/PKGBUILD   |   32 --
 community-i686/clipgrab.desktop   |   13 ---
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/clipgrab.desktop |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-31 21:01:48 UTC (rev 209603)
+++ community-i686/PKGBUILD 2017-01-31 21:02:54 UTC (rev 209604)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Stefan Husmann 
-# Contributor: thacrazze 
-
-pkgname=clipgrab
-pkgver=3.6.2
-pkgrel=1
-pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
-arch=(i686 x86_64)
-url='http://clipgrab.org'
-license=(GPL3)
-depends=(qtwebkit)
-optdepends=('ffmpeg: for the conversion functionality')
-source=(https://download.clipgrab.org/$pkgname-$pkgver.tar.gz
-$pkgname.desktop)
-md5sums=('d2d61d273b3bb228d9ec7ce81333e9ca'
- '9a141791f6952917c441050c3dac81ce')
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake-qt4 clipgrab.pro
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-}

Copied: clipgrab/repos/community-i686/PKGBUILD (from rev 209603, 
clipgrab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-31 21:02:54 UTC (rev 209604)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Stefan Husmann 
+# Contributor: thacrazze 
+
+pkgname=clipgrab
+pkgver=3.6.3
+pkgrel=1
+pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
+arch=(i686 x86_64)
+url='http://clipgrab.org'
+license=(GPL3)
+depends=(qtwebkit)
+optdepends=('ffmpeg: for the conversion functionality')
+source=(https://download.clipgrab.org/$pkgname-$pkgver.tar.gz
+$pkgname.desktop)
+md5sums=('0e7d9dd854eebbaf55d53e9243819125'
+ '9a141791f6952917c441050c3dac81ce')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake-qt4 clipgrab.pro
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Deleted: community-i686/clipgrab.desktop
===
--- community-i686/clipgrab.desktop 2017-01-31 21:01:48 UTC (rev 209603)
+++ community-i686/clipgrab.desktop 2017-01-31 21:02:54 UTC (rev 209604)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=ClipGrab
-GenericName=Video Downloader
-GenericName[de]=Video-Downloader
-Comment=Download videos and convert it
-Comment[de]=Videos herunterladen und konvertieren
-Icon=/usr/share/pixmaps/clipgrab.png
-Exec=clipgrab
-TryExec=clipgrab
-Terminal=false
-Categories=Qt;AudioVideo;Audio;Video;

Copied: clipgrab/repos/community-i686/clipgrab.desktop (from rev 209603, 
clipgrab/trunk/clipgrab.desktop)
===
--- community-i686/clipgrab.desktop (rev 0)
+++ community-i686/clipgrab.desktop 2017-01-31 21:02:54 UTC (rev 209604)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=ClipGrab
+GenericName=Video Downloader
+GenericName[de]=Video-Downloader
+Comment=Download videos and convert it
+Comment[de]=Videos herunterladen und konvertieren
+Icon=/usr/share/pixmaps/clipgrab.png
+Exec=clipgrab
+TryExec=clipgrab
+Terminal=false
+Categories=Qt;AudioVideo;Audio;Video;

Deleted: 

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

2017-01-31 Thread Sven-Hendrik Haase
Date: Tuesday, January 31, 2017 @ 21:02:58
  Author: svenstaro
Revision: 209605

upgpkg: blender 17:2.78.a-7

rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 21:02:54 UTC (rev 209604)
+++ PKGBUILD2017-01-31 21:02:58 UTC (rev 209605)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.78.a
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=6
+pkgrel=7
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 21:01:48
  Author: arojas
Revision: 209603

Update to 3.6.3

Modified:
  clipgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 20:45:06 UTC (rev 209602)
+++ PKGBUILD2017-01-31 21:01:48 UTC (rev 209603)
@@ -4,7 +4,7 @@
 # Contributor: thacrazze 
 
 pkgname=clipgrab
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 optdepends=('ffmpeg: for the conversion functionality')
 source=(https://download.clipgrab.org/$pkgname-$pkgver.tar.gz
 $pkgname.desktop)
-md5sums=('d2d61d273b3bb228d9ec7ce81333e9ca'
+md5sums=('0e7d9dd854eebbaf55d53e9243819125'
  '9a141791f6952917c441050c3dac81ce')
 
 build() {


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

2017-01-31 Thread Johannes Löthberg
Date: Tuesday, January 31, 2017 @ 20:45:06
  Author: demize
Revision: 209602

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 209601, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 209601, salt/trunk/salt.install)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install

--+
 PKGBUILD |  112 -
 salt.install |   44 +++---
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-31 20:44:53 UTC (rev 209601)
+++ PKGBUILD2017-01-31 20:45:06 UTC (rev 209602)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Daniel Wallace 
-# Contributor: Christer Edwards 
-
-pkgname=salt
-pkgver=2016.11.1
-pkgrel=1
-
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-
-replaces=('salt-zmq' 'salt-raet')
-conflicts=('salt-zmq' 'salt-raet')
-
-depends=('python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-
-backup=('etc/salt/master'
-'etc/salt/minion')
-
-install=salt.install
-source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('8d8fc90676565e6202a468c10206f003')
-
-package() {
-  cd salt-$pkgver
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 209601, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-31 20:45:06 UTC (rev 209602)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Daniel Wallace 
+# Contributor: Christer Edwards 
+
+pkgname=salt
+pkgver=2016.11.2
+pkgrel=1
+
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+
+replaces=('salt-zmq' 'salt-raet')
+conflicts=('salt-zmq' 'salt-raet')
+
+depends=('python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto'
+ 'python2-systemd'
+ 'python2-tornado')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+
+backup=('etc/salt/master'
+'etc/salt/minion')
+
+install=salt.install
+source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;)
+md5sums=('1edf510db324622d2669dfc97bb7eefa')
+
+package() {
+  cd salt-$pkgver
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
+
+  # default config
+  install -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: salt.install
===
--- salt.install2017-01-31 20:44:53 UTC (rev 209601)
+++ salt.install2017-01-31 20:45:06 UTC (rev 209602)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [[ "$(vercmp $2 2014.1.1-1)" -le 0 ]]; then
-cat << EOF
-==> Since version 2014.1.1-2, salt-master runs by default as root user.
-==> You need to manually update your configuration and remove the salt user and
-==> group to 

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

2017-01-31 Thread Johannes Löthberg
Date: Tuesday, January 31, 2017 @ 20:44:53
  Author: demize
Revision: 209601

upgpkg: salt 2016.11.2-1

Fixes CVE-2017-5192 and CVE-2017-5200

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 20:24:44 UTC (rev 209600)
+++ PKGBUILD2017-01-31 20:44:53 UTC (rev 209601)
@@ -5,7 +5,7 @@
 # Contributor: Christer Edwards 
 
 pkgname=salt
-pkgver=2016.11.1
+pkgver=2016.11.2
 pkgrel=1
 
 pkgdesc='Central system and configuration manager'
@@ -34,7 +34,7 @@
 
 install=salt.install
 source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('8d8fc90676565e6202a468c10206f003')
+md5sums=('1edf510db324622d2669dfc97bb7eefa')
 
 package() {
   cd salt-$pkgver


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 20:31:04
  Author: arojas
Revision: 287862

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

Added:
  qt5-speech/repos/extra-i686/PKGBUILD
(from rev 287861, qt5-speech/trunk/PKGBUILD)
  qt5-speech/repos/extra-x86_64/PKGBUILD
(from rev 287861, qt5-speech/trunk/PKGBUILD)
Deleted:
  qt5-speech/repos/extra-i686/PKGBUILD
  qt5-speech/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-31 20:30:27 UTC (rev 287861)
+++ extra-i686/PKGBUILD 2017-01-31 20:31:04 UTC (rev 287862)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-speech
-_qtver=5.8.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(i686 x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Qt module to make text to speech and speech recognition easy'
-depends=(qt5-multimedia speech-dispatcher)
-makedepends=(flite)
-optdepends=('flite: flite TTS backend')
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('021bcba221e4d175bf4368ee6a19296d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-speech/repos/extra-i686/PKGBUILD (from rev 287861, 
qt5-speech/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-31 20:31:04 UTC (rev 287862)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=qt5-speech
+_qtver=5.8.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(i686 x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt module to make text to speech and speech recognition easy'
+depends=(qt5-multimedia)
+makedepends=(flite speech-dispatcher)
+optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher 
TTS backend')
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('021bcba221e4d175bf4368ee6a19296d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-31 20:30:27 UTC (rev 287861)
+++ extra-x86_64/PKGBUILD   2017-01-31 20:31:04 UTC (rev 287862)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=qt5-speech
-_qtver=5.8.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(i686 x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Qt module to make text to speech and speech recognition easy'
-depends=(qt5-multimedia speech-dispatcher)
-makedepends=(flite)
-optdepends=('flite: flite TTS backend')
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('021bcba221e4d175bf4368ee6a19296d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-speech/repos/extra-x86_64/PKGBUILD (from rev 287861, 
qt5-speech/trunk/PKGBUILD)

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 20:30:27
  Author: arojas
Revision: 287861

Make speech-dispatcher optional

Modified:
  qt5-speech/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 15:47:40 UTC (rev 287860)
+++ PKGBUILD2017-01-31 20:30:27 UTC (rev 287861)
@@ -4,14 +4,14 @@
 pkgname=qt5-speech
 _qtver=5.8.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url='http://qt-project.org/'
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='Qt module to make text to speech and speech recognition easy'
-depends=(qt5-multimedia speech-dispatcher)
-makedepends=(flite)
-optdepends=('flite: flite TTS backend')
+depends=(qt5-multimedia)
+makedepends=(flite speech-dispatcher)
+optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher 
TTS backend')
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
 
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)


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

2017-01-31 Thread Florian Pritz
Date: Tuesday, January 31, 2017 @ 20:24:44
  Author: bluewind
Revision: 209600

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

Added:
  python-pyside/repos/community-i686/PKGBUILD
(from rev 209599, python-pyside/trunk/PKGBUILD)
  python-pyside/repos/community-x86_64/PKGBUILD
(from rev 209599, python-pyside/trunk/PKGBUILD)
Deleted:
  python-pyside/repos/community-i686/PKGBUILD
  python-pyside/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  178 
 community-i686/PKGBUILD   |   91 --
 community-x86_64/PKGBUILD |   91 --
 3 files changed, 178 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-31 20:24:38 UTC (rev 209599)
+++ community-i686/PKGBUILD 2017-01-31 20:24:44 UTC (rev 209600)
@@ -1,91 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: lilydjwg 
-# Contributor: Matthias Maennich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jan-Erik Meyer-Luetgens 
-pkgbase=python-pyside
-pkgname=(python-pyside-common python2-pyside python-pyside)
-_pkgrealname=pyside
-pkgver=1.2.4
-pkgrel=5
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://qt-project.org/wiki/PySide;
-_qtver=4.8
-makedepends=('python' 'python2' "qt4>=${_qtver}" 
"python"{,2}"-shiboken>=$pkgver"
- 'cmake' 'phonon')
-source=("pypi-$pkgbase-$pkgver.tar.gz::https://pypi.python.org/packages/source/P/PySide/PySide-$pkgver.tar.gz;)
-md5sums=('3cb7174c13bd45e3e8f77638926cb8c0')
-
-build(){
-   cd "$srcdir/PySide-$pkgver"
-   python2 setup.py egg_info
-
-   cd "$srcdir/PySide-$pkgver/sources/pyside"
-mkdir -p build_py3
-cd build_py3
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_TESTS=OFF \
-  -DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4
-make
-
-   cd "$srcdir/PySide-$pkgver/sources/pyside"
-mkdir -p build_py2
-cd build_py2
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_TESTS=OFF \
-  -DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-  -DPYTHON_SUFFIX=-python2.7
-make
-}
-
-package_python-pyside-common(){
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Common Files)"
-# cmake will use Python 3 version by default
-   cd "$srcdir/PySide-$pkgver/sources/pyside/build_py3"
-make DESTDIR="$pkgdir" install
-
-rm -rf "$pkgdir"/usr/lib/pkgconfig
-rm -rf "$pkgdir"/usr/lib/python* "$pkgdir"/usr/lib/libpyside.*
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig*python*.cmake
-}
-
-package_python-pyside(){
-depends=('python' "qt4>=${_qtver}" "python-shiboken>=$pkgver" 
"python-pyside-common=$pkgver-$pkgrel")
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Python 3 version)"
-optdepends=('qtwebkit: for PySide.QtWebKit'
-'phonon: for PySide.phonon')
-
-   cd "$srcdir/PySide-$pkgver/sources/pyside/build_py3"
-make DESTDIR="$pkgdir" install
-
-cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" \
-  "$pkgdir/usr/lib/python3.6/site-packages/pyside-$pkgver-py3.6.egg-info"
-mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
-  "$pkgdir"/usr/lib/pkgconfig/pyside-py3.pc
-
-rm -rf "$pkgdir"/usr/include
-rm -rf "$pkgdir"/usr/share
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake
-}
-
-package_python2-pyside(){
-depends=('python2' "qt4>=${_qtver}" "python2-shiboken>=$pkgver" 
"python-pyside-common=$pkgver-$pkgrel")
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Python 2 version)"
-optdepends=('qtwebkit: for PySide.QtWebKit'
-'phonon: for PySide.phonon')
-
-   cd "$srcdir/PySide-$pkgver/sources/pyside/build_py2"
-make DESTDIR="$pkgdir" install
-
-   cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" \
-  "$pkgdir/usr/lib/python2.7/site-packages/pyside-$pkgver-py2.7.egg-info"
-mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
-  "$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
-
-sed -i 's#^Requires: shiboken$#Requires: shiboken-py2#' 
"$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
-
-rm -rf "$pkgdir"/usr/include
-rm -rf "$pkgdir"/usr/share
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake
-}

Copied: python-pyside/repos/community-i686/PKGBUILD (from rev 209599, 
python-pyside/trunk/PKGBUILD)
===
--- 

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

2017-01-31 Thread Florian Pritz
Date: Tuesday, January 31, 2017 @ 20:24:38
  Author: bluewind
Revision: 209599

Remove qtwebkit optdep

upgpkg: python-pyside 1.2.4-6

Modified:
  python-pyside/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 16:08:59 UTC (rev 209598)
+++ PKGBUILD2017-01-31 20:24:38 UTC (rev 209599)
@@ -7,7 +7,7 @@
 pkgname=(python-pyside-common python2-pyside python-pyside)
 _pkgrealname=pyside
 pkgver=1.2.4
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://qt-project.org/wiki/PySide;
@@ -51,8 +51,7 @@
 package_python-pyside(){
 depends=('python' "qt4>=${_qtver}" "python-shiboken>=$pkgver" 
"python-pyside-common=$pkgver-$pkgrel")
 pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Python 3 version)"
-optdepends=('qtwebkit: for PySide.QtWebKit'
-'phonon: for PySide.phonon')
+optdepends=('phonon: for PySide.phonon')
 
cd "$srcdir/PySide-$pkgver/sources/pyside/build_py3"
 make DESTDIR="$pkgdir" install
@@ -71,8 +70,7 @@
 package_python2-pyside(){
 depends=('python2' "qt4>=${_qtver}" "python2-shiboken>=$pkgver" 
"python-pyside-common=$pkgver-$pkgrel")
 pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Python 2 version)"
-optdepends=('qtwebkit: for PySide.QtWebKit'
-'phonon: for PySide.phonon')
+optdepends=('phonon: for PySide.phonon')
 
cd "$srcdir/PySide-$pkgver/sources/pyside/build_py2"
 make DESTDIR="$pkgdir" install


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

2017-01-31 Thread Sven-Hendrik Haase
Date: Tuesday, January 31, 2017 @ 16:08:44
  Author: svenstaro
Revision: 209597

upgpkg: opensubdiv 3.1.1-1

upstream release 3.1.1

Modified:
  opensubdiv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 15:58:37 UTC (rev 209596)
+++ PKGBUILD2017-01-31 16:08:44 UTC (rev 209597)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=opensubdiv
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="An Open-Source subdivision surface library"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 makedepends=(cmake doxygen glfw glew python2 python-pygments python-docutils 
opencl-headers)
 #makedepends_x86_64=(cuda) Broken currently :/
 
source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz;)
-md5sums=('5a5357dff420035ff60f0a7b1e6cbe07')
+sha512sums=('700db7e1dde3e916011721a5b42d5e32ea4ae355ab5e3e415541d62efa2059d56d5f30cef853285e95a93f3a3b5fe24a906547a52cce94d47b101ae20021d5b5')
 
 prepare() {
 cd "OpenSubdiv-${pkgver//./_}"


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

2017-01-31 Thread Sven-Hendrik Haase
Date: Tuesday, January 31, 2017 @ 16:08:59
  Author: svenstaro
Revision: 209598

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

Added:
  opensubdiv/repos/community-i686/PKGBUILD
(from rev 209597, opensubdiv/trunk/PKGBUILD)
  opensubdiv/repos/community-x86_64/PKGBUILD
(from rev 209597, opensubdiv/trunk/PKGBUILD)
Deleted:
  opensubdiv/repos/community-i686/PKGBUILD
  opensubdiv/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 2017-01-31 16:08:44 UTC (rev 209597)
+++ community-i686/PKGBUILD 2017-01-31 16:08:59 UTC (rev 209598)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=opensubdiv
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="An Open-Source subdivision surface library"
-arch=(i686 x86_64)
-url="http://graphics.pixar.com/opensubdiv;
-license=('apache')
-depends=(zlib ptex intel-tbb libxcursor xorg-xrandr libxinerama)
-makedepends=(cmake doxygen glfw glew python2 python-pygments python-docutils 
opencl-headers)
-#makedepends_x86_64=(cuda) Broken currently :/
-source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz;)
-md5sums=('5a5357dff420035ff60f0a7b1e6cbe07')
-
-prepare() {
-cd "OpenSubdiv-${pkgver//./_}"
-
-find . -name \*.py | xargs sed -i "s/env python/env python2/g"
-}
-
-build() {
-cd "OpenSubdiv-${pkgver//./_}"
-
-rm -rf build
-mkdir build && cd build
-
-cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-}
-
-package() {
-cd "OpenSubdiv-${pkgver//./_}"/build
-
-make DESTDIR="$pkgdir/" install
-
-rm -rf ${pkgdir}/usr/bin
-}

Copied: opensubdiv/repos/community-i686/PKGBUILD (from rev 209597, 
opensubdiv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-31 16:08:59 UTC (rev 209598)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=opensubdiv
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="An Open-Source subdivision surface library"
+arch=(i686 x86_64)
+url="http://graphics.pixar.com/opensubdiv;
+license=('apache')
+depends=(zlib ptex intel-tbb libxcursor xorg-xrandr libxinerama)
+makedepends=(cmake doxygen glfw glew python2 python-pygments python-docutils 
opencl-headers)
+#makedepends_x86_64=(cuda) Broken currently :/
+source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz;)
+sha512sums=('700db7e1dde3e916011721a5b42d5e32ea4ae355ab5e3e415541d62efa2059d56d5f30cef853285e95a93f3a3b5fe24a906547a52cce94d47b101ae20021d5b5')
+
+prepare() {
+cd "OpenSubdiv-${pkgver//./_}"
+
+find . -name \*.py | xargs sed -i "s/env python/env python2/g"
+}
+
+build() {
+cd "OpenSubdiv-${pkgver//./_}"
+
+rm -rf build
+mkdir build && cd build
+
+cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+cd "OpenSubdiv-${pkgver//./_}"/build
+
+make DESTDIR="$pkgdir/" install
+
+rm -rf ${pkgdir}/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-31 16:08:44 UTC (rev 209597)
+++ community-x86_64/PKGBUILD   2017-01-31 16:08:59 UTC (rev 209598)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=opensubdiv
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="An Open-Source subdivision surface library"
-arch=(i686 x86_64)
-url="http://graphics.pixar.com/opensubdiv;
-license=('apache')
-depends=(zlib ptex intel-tbb libxcursor xorg-xrandr libxinerama)
-makedepends=(cmake doxygen glfw glew python2 python-pygments python-docutils 
opencl-headers)
-#makedepends_x86_64=(cuda) Broken currently :/
-source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz;)
-md5sums=('5a5357dff420035ff60f0a7b1e6cbe07')
-
-prepare() {
-cd "OpenSubdiv-${pkgver//./_}"
-
-find . -name \*.py | xargs sed -i "s/env python/env python2/g"
-}
-
-build() {
-cd "OpenSubdiv-${pkgver//./_}"
-
-rm -rf build
-mkdir build && cd build
-
-cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-}
-
-package() {
-cd "OpenSubdiv-${pkgver//./_}"/build
-
-make DESTDIR="$pkgdir/" install
-
-rm -rf ${pkgdir}/usr/bin
-}

Copied: opensubdiv/repos/community-x86_64/PKGBUILD (from rev 209597, 
opensubdiv/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2017-01-31 Thread Sven-Hendrik Haase
Date: Tuesday, January 31, 2017 @ 15:58:37
  Author: svenstaro
Revision: 209596

Fix upstream url

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 15:48:06 UTC (rev 209595)
+++ PKGBUILD2017-01-31 15:58:37 UTC (rev 209596)
@@ -8,7 +8,7 @@
 pkgdesc="software version control visualization"
 license=(GPL3)
 arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
+url=http://gource.io/
 depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
 makedepends=('boost' 'glm' 'mesa')
 
source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)


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

2017-01-31 Thread Sergej Pupykin
Date: Tuesday, January 31, 2017 @ 13:06:17
  Author: spupykin
Revision: 209594

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

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 209593, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc-auto.service
(from rev 209593, lxc/trunk/lxc-auto.service)
  lxc/repos/community-i686/lxc.service
(from rev 209593, lxc/trunk/lxc.service)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 209593, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-x86_64/PKGBUILD
(from rev 209593, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 209593, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 209593, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 209593, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc-auto.service
  lxc/repos/community-i686/lxc.service
  lxc/repos/community-i686/lxc.tmpfiles.d
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

---+
 /PKGBUILD |  174 
 /lxc-auto.service |   26 +
 /lxc.service  |   26 +
 /lxc.tmpfiles.d   |2 
 community-i686/PKGBUILD   |   87 --
 community-i686/lxc-auto.service   |   13 --
 community-i686/lxc.service|   13 --
 community-i686/lxc.tmpfiles.d |1 
 community-x86_64/PKGBUILD |   87 --
 community-x86_64/lxc-auto.service |   13 --
 community-x86_64/lxc.service  |   13 --
 community-x86_64/lxc.tmpfiles.d   |1 
 12 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-31 13:05:53 UTC (rev 209593)
+++ community-i686/PKGBUILD 2017-01-31 13:06:17 UTC (rev 209594)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=2.0.6
-pkgrel=3
-pkgdesc="Linux Containers"
-arch=('i686' 'x86_64')
-url="http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
-makedepends=('docbook2x' 'lua')
-optdepends=('arch-install-scripts: for archlinux template'
-   'dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('7c292cd0055dac1a0e6fbb6a7740fd12b6ffb204603c198faf37c11c9d6dcd7a'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
-configure.ac
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d/|/usr/share/bash-completion/completions/|g' \
-config/bash/Makefile.am
-  sed -i \
--e 's|\${prefix}/||g' \
-lxc.pc.in
-  sed -i \
--e "s|name='_lxc'|name='lxc'|" \
-src/python-lxc/setup.py.in
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D 

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

2017-01-31 Thread Sergej Pupykin
Date: Tuesday, January 31, 2017 @ 13:05:53
  Author: spupykin
Revision: 209593

upgpkg: lxc 1:2.0.7-1

upd

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 10:36:52 UTC (rev 209592)
+++ PKGBUILD2017-01-31 13:05:53 UTC (rev 209593)
@@ -7,8 +7,8 @@
 
 pkgname=lxc
 epoch=1
-pkgver=2.0.6
-pkgrel=3
+pkgver=2.0.7
+pkgrel=1
 pkgdesc="Linux Containers"
 arch=('i686' 'x86_64')
 url="http://linuxcontainers.org;
@@ -28,7 +28,7 @@
"lxc.tmpfiles.d"
"lxc.service"
"lxc-auto.service")
-sha256sums=('7c292cd0055dac1a0e6fbb6a7740fd12b6ffb204603c198faf37c11c9d6dcd7a'
+sha256sums=('1c09c075f06ec029f86fa6370c7d379494ff4c66a129eda17af7b7b41e055f5d'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
 '711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'


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

2017-01-31 Thread Florian Pritz
Date: Tuesday, January 31, 2017 @ 10:36:52
  Author: bluewind
Revision: 209592

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

Added:
  python-pyside/repos/community-i686/PKGBUILD
(from rev 209591, python-pyside/trunk/PKGBUILD)
  python-pyside/repos/community-x86_64/PKGBUILD
(from rev 209591, python-pyside/trunk/PKGBUILD)
Deleted:
  python-pyside/repos/community-i686/PKGBUILD
  python-pyside/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-31 10:36:46 UTC (rev 209591)
+++ community-i686/PKGBUILD 2017-01-31 10:36:52 UTC (rev 209592)
@@ -1,91 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: lilydjwg 
-# Contributor: Matthias Maennich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jan-Erik Meyer-Luetgens 
-pkgbase=python-pyside
-pkgname=(python-pyside-common python2-pyside python-pyside)
-_pkgrealname=pyside
-pkgver=1.2.4
-pkgrel=4
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://qt-project.org/wiki/PySide;
-_qtver=4.8
-makedepends=('python' 'python2' "qt4>=${_qtver}" 
"python"{,2}"-shiboken>=$pkgver"
- 'cmake' 'qtwebkit' 'phonon')
-source=("pypi-$pkgbase-$pkgver.tar.gz::https://pypi.python.org/packages/source/P/PySide/PySide-$pkgver.tar.gz;)
-md5sums=('3cb7174c13bd45e3e8f77638926cb8c0')
-
-build(){
-   cd "$srcdir/PySide-$pkgver"
-   python2 setup.py egg_info
-
-   cd "$srcdir/PySide-$pkgver/sources/pyside"
-mkdir -p build_py3
-cd build_py3
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_TESTS=OFF \
-  -DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4
-make
-
-   cd "$srcdir/PySide-$pkgver/sources/pyside"
-mkdir -p build_py2
-cd build_py2
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_TESTS=OFF \
-  -DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-  -DPYTHON_SUFFIX=-python2.7
-make
-}
-
-package_python-pyside-common(){
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Common Files)"
-# cmake will use Python 3 version by default
-   cd "$srcdir/PySide-$pkgver/sources/pyside/build_py3"
-make DESTDIR="$pkgdir" install
-
-rm -rf "$pkgdir"/usr/lib/pkgconfig
-rm -rf "$pkgdir"/usr/lib/python* "$pkgdir"/usr/lib/libpyside.*
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig*python*.cmake
-}
-
-package_python-pyside(){
-depends=('python' "qt4>=${_qtver}" "python-shiboken>=$pkgver" 
"python-pyside-common=$pkgver-$pkgrel")
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Python 3 version)"
-optdepends=('qtwebkit: for PySide.QtWebKit'
-'phonon: for PySide.phonon')
-
-   cd "$srcdir/PySide-$pkgver/sources/pyside/build_py3"
-make DESTDIR="$pkgdir" install
-
-cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" \
-  "$pkgdir/usr/lib/python3.6/site-packages/pyside-$pkgver-py3.6.egg-info"
-mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
-  "$pkgdir"/usr/lib/pkgconfig/pyside-py3.pc
-
-rm -rf "$pkgdir"/usr/include
-rm -rf "$pkgdir"/usr/share
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake
-}
-
-package_python2-pyside(){
-depends=('python2' "qt4>=${_qtver}" "python2-shiboken>=$pkgver" 
"python-pyside-common=$pkgver-$pkgrel")
-pkgdesc="Provides LGPL Qt bindings for Python and related tools for 
binding generation (Python 2 version)"
-optdepends=('qtwebkit: for PySide.QtWebKit'
-'phonon: for PySide.phonon')
-
-   cd "$srcdir/PySide-$pkgver/sources/pyside/build_py2"
-make DESTDIR="$pkgdir" install
-
-   cp -r "$srcdir/PySide-$pkgver/pyside_package/PySide.egg-info" \
-  "$pkgdir/usr/lib/python2.7/site-packages/pyside-$pkgver-py2.7.egg-info"
-mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
-  "$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
-
-sed -i 's#^Requires: shiboken$#Requires: shiboken-py2#' 
"$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
-
-rm -rf "$pkgdir"/usr/include
-rm -rf "$pkgdir"/usr/share
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake
-rm "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake
-}

Copied: python-pyside/repos/community-i686/PKGBUILD (from rev 209591, 
python-pyside/trunk/PKGBUILD)

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

2017-01-31 Thread Florian Pritz
Date: Tuesday, January 31, 2017 @ 10:36:46
  Author: bluewind
Revision: 209591

Remove qtwebkit dependency

https://www.archlinux.org/todo/phasing-out-qtwebkit/

upgpkg: python-pyside 1.2.4-5

Modified:
  python-pyside/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 09:53:32 UTC (rev 209590)
+++ PKGBUILD2017-01-31 10:36:46 UTC (rev 209591)
@@ -7,13 +7,13 @@
 pkgname=(python-pyside-common python2-pyside python-pyside)
 _pkgrealname=pyside
 pkgver=1.2.4
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://qt-project.org/wiki/PySide;
 _qtver=4.8
 makedepends=('python' 'python2' "qt4>=${_qtver}" 
"python"{,2}"-shiboken>=$pkgver"
- 'cmake' 'qtwebkit' 'phonon')
+ 'cmake' 'phonon')
 
source=("pypi-$pkgbase-$pkgver.tar.gz::https://pypi.python.org/packages/source/P/PySide/PySide-$pkgver.tar.gz;)
 md5sums=('3cb7174c13bd45e3e8f77638926cb8c0')
 


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:53:32
  Author: arojas
Revision: 209590

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

Added:
  discover/repos/community-testing-i686/
  discover/repos/community-testing-i686/PKGBUILD
(from rev 209589, discover/trunk/PKGBUILD)
  discover/repos/community-testing-x86_64/
  discover/repos/community-testing-x86_64/PKGBUILD
(from rev 209589, discover/trunk/PKGBUILD)

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

Copied: discover/repos/community-testing-i686/PKGBUILD (from rev 209589, 
discover/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-31 09:53:32 UTC (rev 209590)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(packagekit-qt5 knewstuff kdeclarative kitemmodels 
qt5-graphicaleffects appstream-qt archlinux-appstream-data
+ hicolor-icon-theme kirigami2)
+makedepends=(extra-cmake-modules python plasma-framework)
+conflicts=(muon)
+replaces=(muon)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('a20b959dc18e82a921515424f044b9bf'
+ 'SKIP')
+validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

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

Copied: discover/repos/community-testing-x86_64/PKGBUILD (from rev 209589, 
discover/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-31 09:53:32 UTC (rev 209590)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='A collection of package management tools for KDE'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(packagekit-qt5 knewstuff kdeclarative kitemmodels 
qt5-graphicaleffects appstream-qt archlinux-appstream-data
+ hicolor-icon-theme kirigami2)
+makedepends=(extra-cmake-modules python plasma-framework)
+conflicts=(muon)
+replaces=(muon)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('a20b959dc18e82a921515424f044b9bf'
+ 'SKIP')
+validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

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


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:50:13
  Author: arojas
Revision: 209589

Update to 5.9.0

Modified:
  discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 09:36:22 UTC (rev 209588)
+++ PKGBUILD2017-01-31 09:50:13 UTC (rev 209589)
@@ -2,19 +2,19 @@
 # Maintainer: Antonio Rojas  
 
 pkgname=discover
-pkgver=5.8.5
+pkgver=5.9.0
 pkgrel=1
 pkgdesc='A collection of package management tools for KDE'
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/discover'
 license=(LGPL)
-depends=(packagekit-qt5 knewstuff kdeclarative qt5-graphicaleffects 
appstream-qt archlinux-appstream-data
- hicolor-icon-theme kirigami)
+depends=(packagekit-qt5 knewstuff kdeclarative kitemmodels 
qt5-graphicaleffects appstream-qt archlinux-appstream-data
+ hicolor-icon-theme kirigami2)
 makedepends=(extra-cmake-modules python plasma-framework)
 conflicts=(muon)
 replaces=(muon)
 
source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('823f448957159a58a7a24cae558114ad'
+md5sums=('a20b959dc18e82a921515424f044b9bf'
  'SKIP')
 validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

 


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

2017-01-31 Thread Massimiliano Torromeo
Date: Tuesday, January 31, 2017 @ 09:36:22
  Author: mtorromeo
Revision: 209588

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

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

---+
 /PKGBUILD |  170 
 community-i686/PKGBUILD   |   86 --
 community-x86_64/PKGBUILD |   86 --
 3 files changed, 170 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-31 09:36:01 UTC (rev 209587)
+++ community-i686/PKGBUILD 2017-01-31 09:36:22 UTC (rev 209588)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Mantas M. 
-
-pkgname=sssd
-pkgver=1.14.2
-pkgrel=2
-pkgdesc="System Security Services Daemon"
-arch=('i686' 'x86_64')
-url="https://fedorahosted.org/sssd/;
-license=('GPL3')
-depends=(
-  'augeas'
-  'bind'  # for nsupdate
-  'c-ares'
-  'cyrus-sasl-gssapi'
-  'ding-libs'
-  'libnl'
-  'libunistring'
-  'nss'
-  'smbclient' # for libndr-nbt
-  'nfsidmap'
-  'http-parser'
-  'jansson'
-)
-makedepends=(
-  'docbook-xsl'
-  'doxygen'
-  'python'
-  'python2'
-  'samba' # for libndr-nbt headers
-)
-source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('167b2216c536035175ff041d0449e0a874c68601')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  for f in "${source[@]}"; do
-if [[ $f == *.patch ]]; then
-  msg2 "Applying $f"
-  patch -p1 < "$srcdir/$f"
-fi
-  done
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin\
---sysconfdir=/etc \
---localstatedir=/var  \
---libexecdir=/usr/lib/sssd\
---datadir=/usr/share  \
---enable-pammoddir=/usr/lib/security  \
---with-initscript=systemd \
---with-os=fedora  \
---with-pid-path=/run  \
---with-python2-bindings   \
---with-python3-bindings   \
---with-syslog=journald\
---without-selinux \
---without-semanage\
---with-systemdunitdir=/usr/lib/systemd/system \
-;
-  sed -i '/\/d' config.h
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -j1 DESTDIR="$pkgdir/" install
-  rm -rf "$pkgdir"/etc/rc.d
-  rm -rf "$pkgdir"/lib
-  rm -rf "$pkgdir"/run
-  rm -f "$pkgdir"/usr/lib/ldb/modules/ldb/memberof.la
-  find "$pkgdir"/usr -depth -type d \
--exec rmdir --ignore-fail-on-non-empty {} \;
-
-  cd "$srcdir"
-  rm -rf "$pkgdir/etc/systemd" # remove the drop-in
-
-  sed '1 s/python$/python2/' -i "$pkgdir"/usr/bin/sss_obfuscate
-}
-
-# vim: ts=2:sw=2:et:nowrap

Copied: sssd/repos/community-i686/PKGBUILD (from rev 209587, 
sssd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-31 09:36:22 UTC (rev 209588)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Mantas M. 
+
+pkgname=sssd
+pkgver=1.15.0
+pkgrel=1
+pkgdesc="System Security Services Daemon"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/sssd/;
+license=('GPL3')
+depends=(
+  'bind'  # for nsupdate
+  'c-ares'
+  'cyrus-sasl-gssapi'
+  'ding-libs'
+  'libnl'
+  'libunistring'
+  'nss'
+  'smbclient' # for libndr-nbt
+  'nfsidmap'
+  'http-parser'
+  'jansson'
+)
+makedepends=(
+  'docbook-xsl'
+  'doxygen'
+  'python'
+  'python2'
+  'samba' # for libndr-nbt headers
+)
+source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('0c9fc62c1b9bcdca649223d9f673b9a73f273e56')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  for f in "${source[@]}"; do
+if [[ $f == *.patch ]]; then
+  msg2 "Applying $f"
+  patch -p1 < "$srcdir/$f"
+fi
+  done
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin\
+--sysconfdir=/etc \
+--localstatedir=/var  \
+--libexecdir=/usr/lib/sssd\
+--datadir=/usr/share  \
+

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

2017-01-31 Thread Massimiliano Torromeo
Date: Tuesday, January 31, 2017 @ 09:36:01
  Author: mtorromeo
Revision: 209587

upgpkg: sssd 1.15.0-1

Modified:
  sssd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 09:35:18 UTC (rev 209586)
+++ PKGBUILD2017-01-31 09:36:01 UTC (rev 209587)
@@ -3,14 +3,13 @@
 # Maintainer: Mantas M. 
 
 pkgname=sssd
-pkgver=1.14.2
-pkgrel=2
+pkgver=1.15.0
+pkgrel=1
 pkgdesc="System Security Services Daemon"
 arch=('i686' 'x86_64')
 url="https://fedorahosted.org/sssd/;
 license=('GPL3')
 depends=(
-  'augeas'
   'bind'  # for nsupdate
   'c-ares'
   'cyrus-sasl-gssapi'
@@ -31,7 +30,7 @@
   'samba' # for libndr-nbt headers
 )
 source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('167b2216c536035175ff041d0449e0a874c68601')
+sha1sums=('0c9fc62c1b9bcdca649223d9f673b9a73f273e56')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in spampd/repos/community-any (8 files)

2017-01-31 Thread Florian Pritz
Date: Tuesday, January 31, 2017 @ 09:35:18
  Author: bluewind
Revision: 209586

archrelease: copy trunk to community-any

Added:
  spampd/repos/community-any/PKGBUILD
(from rev 209585, spampd/trunk/PKGBUILD)
  spampd/repos/community-any/perl-5.18-fixes.patch
(from rev 209585, spampd/trunk/perl-5.18-fixes.patch)
  spampd/repos/community-any/spampd.install
(from rev 209585, spampd/trunk/spampd.install)
  spampd/repos/community-any/spampd.service
(from rev 209585, spampd/trunk/spampd.service)
Deleted:
  spampd/repos/community-any/PKGBUILD
  spampd/repos/community-any/perl-5.18-fixes.patch
  spampd/repos/community-any/spampd.install
  spampd/repos/community-any/spampd.service

---+
 PKGBUILD  |   80 ++---
 perl-5.18-fixes.patch |   84 
 spampd.install|   23 ++---
 spampd.service|   20 +--
 4 files changed, 103 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-31 09:35:13 UTC (rev 209585)
+++ PKGBUILD2017-01-31 09:35:18 UTC (rev 209586)
@@ -1,40 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-pkgname=spampd
-pkgver=2.30
-pkgrel=12
-pkgdesc="Spamassassin Proxy Daemon"
-arch=('any')
-url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm;
-license=('GPL')
-depends=('perl' 'perl-net-server' 'spamassassin')
-install=spampd.install
-source=("http://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz;
-spampd.service perl-5.18-fixes.patch)
-md5sums=('742c6f2cb75db54e59d044a8ee40445f'
- 'afc4f2c824bfbd1cc81db3e740f29078'
- '55ea1067be9e70c60b708d355b085a0a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -p1 -i "$srcdir/perl-5.18-fixes.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 spampd "$pkgdir/usr/bin/spampd"
-  install -Dm644 spampd.8.gz "$pkgdir/usr/share/man/man8/spampd.8.gz"
-  install -Dm644 "$srcdir/spampd.service" 
"$pkgdir/usr/lib/systemd/system/spampd.service"
-
-  mkdir -p "$pkgdir/usr/lib/tmpfiles.d"
-  printf "d /run/spampd 0700 spampd spampd -\n" > 
"$pkgdir/usr/lib/tmpfiles.d/spampd.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: spampd/repos/community-any/PKGBUILD (from rev 209585, 
spampd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-31 09:35:18 UTC (rev 209586)
@@ -0,0 +1,40 @@
+# Maintainer: Florian "Bluewind" Pritz 
+pkgname=spampd
+pkgver=2.30
+pkgrel=13
+pkgdesc="Spamassassin Proxy Daemon"
+arch=('any')
+url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm;
+license=('GPL')
+depends=('perl' 'perl-net-server' 'spamassassin')
+install=spampd.install
+source=("https://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz;
+spampd.service perl-5.18-fixes.patch)
+md5sums=('742c6f2cb75db54e59d044a8ee40445f'
+ 'afc4f2c824bfbd1cc81db3e740f29078'
+ '55ea1067be9e70c60b708d355b085a0a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -p1 -i "$srcdir/perl-5.18-fixes.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 spampd "$pkgdir/usr/bin/spampd"
+  install -Dm644 spampd.8.gz "$pkgdir/usr/share/man/man8/spampd.8.gz"
+  install -Dm644 "$srcdir/spampd.service" 
"$pkgdir/usr/lib/systemd/system/spampd.service"
+
+  mkdir -p "$pkgdir/usr/lib/tmpfiles.d"
+  printf "d /run/spampd 0700 spampd spampd -\n" > 
"$pkgdir/usr/lib/tmpfiles.d/spampd.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: perl-5.18-fixes.patch
===
--- perl-5.18-fixes.patch   2017-01-31 09:35:13 UTC (rev 209585)
+++ perl-5.18-fixes.patch   2017-01-31 09:35:18 UTC (rev 209586)
@@ -1,42 +0,0 @@
-diff --git a/spampd b/spampd
-index 7b1f234..2798d50 100644
 a/spampd
-+++ b/spampd
-@@ -937,6 +937,10 @@ if ( !$options{logsock} ) {
-   };
- }
- 
-+# untaint some args to prevent errors in other modules
-+($pidfile) = ($pidfile =~ /^(.+)$/);
-+($relayhost) = ($relayhost =~ /^(.+)$/);
-+($relayport) = ($relayport =~ /^(.+)$/);
- 
- my $server = bless {
- server => {host => $host,
-@@ -1147,10 +1151,10 @@ 
L.
- 
- =head1 Requires
- 
--=over 5
--
- Perl modules:
- 
-+=over 5
-+
- =item B
- 
- =item B
-@@ -1478,11 +1482,11 @@ Prints usage information.
- 
- =head2 Deprecated Options
- 
--=over 5
--
- The following options are no longer used but still accepted for backwards
- compatibility with prevoius I versions:
- 
-+=over 5
-+
- =item  B<--dead-letters>
- 
- =item  B<--heloname>

Copied: spampd/repos/community-any/perl-5.18-fixes.patch 

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:35:03
  Author: arojas
Revision: 287821

archrelease: copy trunk to kde-unstable-any

Added:
  breeze-grub/repos/kde-unstable-any/PKGBUILD
(from rev 287820, breeze-grub/trunk/PKGBUILD)
Deleted:
  breeze-grub/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-31 09:34:51 UTC (rev 287820)
+++ PKGBUILD2017-01-31 09:35:03 UTC (rev 287821)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-grub
-pkgver=5.8.95
-pkgrel=1
-pkgdesc="Breeze theme for GRUB"
-arch=(any)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(grub)
-makedepends=()
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('345bfd0078787cad43a83256290de569b11dfaa9371f3a6c1c1c0b17c20aa0e3'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-package() {
-  install -d "$pkgdir"/boot/grub/themes
-  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
-}

Copied: breeze-grub/repos/kde-unstable-any/PKGBUILD (from rev 287820, 
breeze-grub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-31 09:35:03 UTC (rev 287821)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-grub
+pkgver=5.9.0
+pkgrel=1
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3107f6b47c35b958a99b6e9cd14599db83944e83a88f8fe26bdca3358f080132'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+package() {
+  install -d "$pkgdir"/boot/grub/themes
+  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
+}


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:34:33
  Author: arojas
Revision: 287819

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

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

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

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:34:17 UTC (rev 287818)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:34:33 UTC (rev 287819)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kgamma5
-pkgver=5.8.95
-pkgrel=1
-pkgdesc="Adjust your monitor's gamma settings"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kconfigwidgets)
-makedepends=(extra-cmake-modules python kdoctools)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('91fef25d49d7cb228da109eaab483b28b1b3824f0af6498d0c6455cedc82a71c'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

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


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:34:51
  Author: arojas
Revision: 287820

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

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

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

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:34:33 UTC (rev 287819)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:34:51 UTC (rev 287820)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=breeze-gtk
-pkgver=5.8.95
-pkgrel=1
-pkgdesc="Breeze widget theme for GTK 2 and 3"
-arch=(i686 x86_64)
-url='https://quickgit.kde.org/?p=breeze-gtk.git'
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b1006aa27217668ab11ebe9c3cc6a2ddaf243054dc6b5fda5fd0d06ebc9978d6'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare(){
-  mkdir -p build
-}
-
-build(){
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWITH_GTK3_VERSION=3.20
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: breeze-gtk/repos/kde-unstable-x86_64/PKGBUILD (from rev 287819, 
breeze-gtk/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:34:51 UTC (rev 287820)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.9.0
+pkgrel=1
+pkgdesc="Breeze widget theme for GTK 2 and 3"
+arch=(i686 x86_64)
+url='https://quickgit.kde.org/?p=breeze-gtk.git'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7705490716760d4722949691494283f065c44fc1ccd2f87000fffcdf5b86e519'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare(){
+  mkdir -p build
+}
+
+build(){
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_GTK3_VERSION=3.20
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in spampd/trunk (PKGBUILD spampd.install)

2017-01-31 Thread Florian Pritz
Date: Tuesday, January 31, 2017 @ 09:35:13
  Author: bluewind
Revision: 209585

Use https and remove systemd-tempfiles

upgpkg: spampd 2.30-13

Modified:
  spampd/trunk/PKGBUILD
  spampd/trunk/spampd.install

+
 PKGBUILD   |4 ++--
 spampd.install |1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-31 00:42:13 UTC (rev 209584)
+++ PKGBUILD2017-01-31 09:35:13 UTC (rev 209585)
@@ -1,7 +1,7 @@
 # Maintainer: Florian "Bluewind" Pritz 
 pkgname=spampd
 pkgver=2.30
-pkgrel=12
+pkgrel=13
 pkgdesc="Spamassassin Proxy Daemon"
 arch=('any')
 url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm;
@@ -8,7 +8,7 @@
 license=('GPL')
 depends=('perl' 'perl-net-server' 'spamassassin')
 install=spampd.install
-source=("http://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz;
+source=("https://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz;
 spampd.service perl-5.18-fixes.patch)
 md5sums=('742c6f2cb75db54e59d044a8ee40445f'
  'afc4f2c824bfbd1cc81db3e740f29078'

Modified: spampd.install
===
--- spampd.install  2017-01-31 00:42:13 UTC (rev 209584)
+++ spampd.install  2017-01-31 09:35:13 UTC (rev 209585)
@@ -6,7 +6,6 @@
   if ! getent passwd spampd >/dev/null; then
 useradd -m -d /var/lib/spampd -r spampd
   fi
-  systemd-tmpfiles --create spampd.conf
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:33:42
  Author: arojas
Revision: 287816

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

Added:
  kwayland-integration/repos/kde-unstable-i686/
  kwayland-integration/repos/kde-unstable-i686/PKGBUILD
(from rev 287815, kwayland-integration/trunk/PKGBUILD)
  kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 287815, kwayland-integration/trunk/PKGBUILD)
Deleted:
  kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD

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

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

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

Copied: kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
287815, kwayland-integration/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:33:42 UTC (rev 287816)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('26f83646795fa167a4ca3673726b6f091305b215ee6b911c48e708a7266b25b6'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:33:25
  Author: arojas
Revision: 287815

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

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

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

Copied: plasma-sdk/repos/kde-unstable-i686/PKGBUILD (from rev 287814, 
plasma-sdk/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:33:25 UTC (rev 287815)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.9.0
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-framework ktexteditor)
+makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2 
kdevplatform kdelibs4support
+ kdesignerplugin kdoctools kirigami)
+optdepends=('kdevplatform: for plasmate' 'kirigami: for Look & Feel explorer' )
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4b373e7f36b9e231dfe76eca891b0ce22eaeb73a245632fc26e5d9985843'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:33:08 UTC (rev 287814)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:33:25 UTC (rev 287815)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.8.95
-pkgrel=1
-pkgdesc="Applications useful for Plasma development"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-framework ktexteditor)
-makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2 
kdevplatform kdelibs4support
- kdesignerplugin kdoctools kirigami)
-optdepends=('kdevplatform: for plasmate' 'kirigami: for Look & Feel explorer' )
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6315574044a85361ab702303ff225094a6f08ea1c49326d576825430879ea44f'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD (from rev 287814, 
plasma-sdk/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:33:25 UTC (rev 287815)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.9.0
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-framework ktexteditor)
+makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2 
kdevplatform kdelibs4support
+ kdesignerplugin kdoctools kirigami)
+optdepends=('kdevplatform: for plasmate' 'kirigami: for Look & Feel explorer' )
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4b373e7f36b9e231dfe76eca891b0ce22eaeb73a245632fc26e5d9985843'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:34:00
  Author: arojas
Revision: 287817

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

Added:
  user-manager/repos/kde-unstable-i686/
  user-manager/repos/kde-unstable-i686/PKGBUILD
(from rev 287816, user-manager/trunk/PKGBUILD)
  user-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 287816, user-manager/trunk/PKGBUILD)
Deleted:
  user-manager/repos/kde-unstable-x86_64/PKGBUILD

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

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:33:42 UTC (rev 287816)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:34:00 UTC (rev 287817)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='A simple system settings module to manage the users of your system'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(accountsservice libpwquality kio)
-makedepends=(extra-cmake-modules python)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('332fc881892e589fabf959f952d0db10dab3445bec404bab1d4b6141e0eab6a5'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

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


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:34:17
  Author: arojas
Revision: 287818

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

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

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

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

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

Copied: kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD (from rev 287817, 
kwallet-pam/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:34:17 UTC (rev 287818)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1b7c39c06884cb75f3985935d5644a695ae9d462c22dd45ea4af101ee2c9b696'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:33:08
  Author: arojas
Revision: 287814

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

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

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

Copied: sddm-kcm/repos/kde-unstable-i686/PKGBUILD (from rev 287813, 
sddm-kcm/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:33:08 UTC (rev 287814)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'knewstuff')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d30a30a02f435d0b8413f810257166a49a0b4e67d225bb6ddfc6d1e0256c5651'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:32:51 UTC (rev 287813)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:33:08 UTC (rev 287814)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL')
-depends=('sddm' 'libxcursor' 'knewstuff')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c982ea84c619f4e10c360f3993f08841d4282b69d21392bcd3801c83826365b7'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: sddm-kcm/repos/kde-unstable-x86_64/PKGBUILD (from rev 287813, 
sddm-kcm/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:33:08 UTC (rev 287814)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'knewstuff')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d30a30a02f435d0b8413f810257166a49a0b4e67d225bb6ddfc6d1e0256c5651'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake 

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:32:51
  Author: arojas
Revision: 287813

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

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

-+
 /PKGBUILD   |   42 ++
 /ksshaskpass.install|5 +++
 kde-unstable-i686/PKGBUILD  |   42 ++
 kde-unstable-i686/ksshaskpass.install   |5 +++
 kde-unstable-x86_64/PKGBUILD|   42 --
 kde-unstable-x86_64/ksshaskpass.install |5 ---
 6 files changed, 94 insertions(+), 47 deletions(-)

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

Copied: ksshaskpass/repos/kde-unstable-i686/ksshaskpass.install (from rev 
287812, ksshaskpass/trunk/ksshaskpass.install)
===
--- kde-unstable-i686/ksshaskpass.install   (rev 0)
+++ kde-unstable-i686/ksshaskpass.install   2017-01-31 09:32:51 UTC (rev 
287813)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then
+echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
+  fi
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:32:33 UTC (rev 287812)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:32:51 UTC (rev 287813)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: schuay 
-
-pkgname=ksshaskpass
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kwallet')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
-conflicts=('ksshaskpass-frameworks')
-replaces=('ksshaskpass-frameworks')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-install=$pkgname.install
-sha256sums=('13247e283a1f670c4d65cc66f081bf81c38752e47622c7518dc40908f0286f95'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksshaskpass-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-package() {
-  cd 

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:32:33
  Author: arojas
Revision: 287812

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

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

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

Copied: kscreen/repos/kde-unstable-i686/PKGBUILD (from rev 287811, 
kscreen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:32:33 UTC (rev 287812)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kscreen
+pkgver=5.9.0
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig})
+sha256sums=('76b1afd28f03a3ecc03e497ddcb99b981ecfbaa54716a9abc87a3e759a51d56c'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:32:13 UTC (rev 287811)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:32:33 UTC (rev 287812)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kscreen
-pkgver=5.8.95
-pkgrel=1
-pkgdesc="KDE's screen management software"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python')
-conflicts=('kscreen-frameworks')
-replaces=('kscreen-frameworks')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('c1c51615a8ec73c9fe022f71f2ee22239febd00a592943b21b1af41179887093'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreen/repos/kde-unstable-x86_64/PKGBUILD (from rev 287811, 
kscreen/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:32:33 UTC (rev 287812)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kscreen
+pkgver=5.9.0
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig})
+sha256sums=('76b1afd28f03a3ecc03e497ddcb99b981ecfbaa54716a9abc87a3e759a51d56c'
+'SKIP')

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:31:35
  Author: arojas
Revision: 287809

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

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

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

Copied: kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD (from rev 287808, 
kdeplasma-addons/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:31:35 UTC (rev 287809)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kross' 'python' 
'kdesignerplugin')
+optdepends=('kross: comic applet'
+'purpose: Quickshare applet'
+'quota-tools: disk quota applet')
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f5f5a65d34b5567a0b5d6bc363890abd548a42dc218628191faca481bc05379d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:31:17 UTC (rev 287808)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:31:35 UTC (rev 287809)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeplasma-addons
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='All kind of addons to improve your Plasma experience'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kross' 'python' 
'kdesignerplugin')
-optdepends=('kross: comic applet'
-'purpose: Quickshare applet'
-'quota-tools: disk quota applet')
-conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
-replaces=('kdeplasma-addons-frameworks')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('25dec738eab3afcac2b7a030dc2221ecbb1360f7a0c3397233d515ac13d09add'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 287808, 
kdeplasma-addons/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:31:35 UTC (rev 287809)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('plasma-workspace')

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:32:13
  Author: arojas
Revision: 287811

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

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

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

Copied: kde-gtk-config/repos/kde-unstable-i686/PKGBUILD (from rev 287810, 
kde-gtk-config/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:32:13 UTC (rev 287811)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e1e4bc2af869452596a0c1b13b981673bcbbbfbe53b950f8472e9d3787dbc37e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:31:53 UTC (rev 287810)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:32:13 UTC (rev 287811)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kde-gtk-config
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='GTK2 and GTK3 Configurator for KDE'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('knewstuff' 'kde-cli-tools')
-makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python')
-optdepends=('gtk2: GTK2 apps support'
-'gtk3: GTK3 apps support')
-conflicts=('kde-gtk-config-frameworks')
-replaces=('kde-gtk-config-frameworks')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c5326ae1a28afefac15de3cd31bba5c2fa8d43a6932c6611b504d7b0e6ab39b3'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD (from rev 287810, 
kde-gtk-config/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:32:13 UTC (rev 287811)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kde-gtk-config
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:31:53
  Author: arojas
Revision: 287810

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

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

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

Copied: bluedevil/repos/kde-unstable-i686/PKGBUILD (from rev 287809, 
bluedevil/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:31:53 UTC (rev 287810)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.9.0
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5fbdb23084ec30994321fbc6475dde081d6d694184e2168d7923e386d6c6c39e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:31:35 UTC (rev 287809)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:31:53 UTC (rev 287810)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=bluedevil
-pkgver=5.8.95
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL2')
-depends=('bluez-qt' 'kio')
-makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python')
-conflicts=('bluedevil-frameworks')
-replaces=('bluedevil-frameworks')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3d9efaf6986e084bf1e6ebe269e0c3ae7ebeb706aaf84dbd9e7f592ab79754a7'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/kde-unstable-x86_64/PKGBUILD (from rev 287809, 
bluedevil/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:31:53 UTC (rev 287810)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.9.0
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+groups=('plasma')

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:31:17
  Author: arojas
Revision: 287808

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

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

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

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

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

Copied: kwrited/repos/kde-unstable-x86_64/PKGBUILD (from rev 287807, 
kwrited/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:31:17 UTC (rev 287808)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kpty' 'knotifications' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2a28a3d9a20dbb5f0395d30e9d9550ff3b06633b9a1fc7843c14ce8e1ccfff10'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake 

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:30:43
  Author: arojas
Revision: 287806

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

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

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

Copied: plasma-nm/repos/kde-unstable-i686/PKGBUILD (from rev 287805, 
plasma-nm/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:30:43 UTC (rev 287806)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL2')
+depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support' 'kdesignerplugin')
+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"{,.sig})
+sha256sums=('1a30ab88ae8fe8f99e0425eb920d5d4a1d930dd411e223b9ce372776970e4bd5'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:30:24 UTC (rev 287805)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:30:43 UTC (rev 287806)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-nm
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='Plasma applet written in QML for managing network connections'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL2')
-depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5')
-makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
- 'python' 'kdelibs4support' 'kdesignerplugin')
-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"{,.sig})
-sha256sums=('29016d7c385a68f1078b0065a1e96a08ea505a0e76601b1a38bd34cce9779946'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: plasma-nm/repos/kde-unstable-x86_64/PKGBUILD (from rev 287805, 
plasma-nm/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:30:43 UTC (rev 287806)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL2')
+depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5')

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:31:00
  Author: arojas
Revision: 287807

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

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

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

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:30:43 UTC (rev 287806)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:31:00 UTC (rev 287807)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=plasma-pa
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='Plasma applet for audio volume management using PulseAudio'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-workspace pulseaudio-gconf libcanberra)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f451f4775cbf8c41ead0a4e1e038da41032e172c6655906b02d0655fb8a4c380'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

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


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:30:24
  Author: arojas
Revision: 287805

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

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

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

Copied: plasma-desktop/repos/kde-unstable-i686/PKGBUILD (from rev 287804, 
plasma-desktop/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:30:24 UTC (rev 287805)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-desktop
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=('polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' 
'appstream-qt'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 
'kactivities-stats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
+ 'libibus' 'scim' 'python' 'kdesignerplugin')
+optdepends=('plasma-nm: Network manager applet'
+'powerdevil: power management'
+'ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
+replaces=('kcm-touchpad-frameworks')
+groups=('plasma')
+sha256sums=('a8aeba935bc1b9a28f76e1d40e368a69c804c064896e6737a95934c2af0f654c'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:30:02 UTC (rev 287804)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:30:24 UTC (rev 287805)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-desktop
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=('polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' 
'appstream-qt'
- 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 
'kactivities-stats')
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel'
- 'libibus' 'scim' 'python' 'kdesignerplugin')
-optdepends=('plasma-nm: Network manager applet'
-'powerdevil: power management'
-'ibus: kimpanel IBUS support'
-'scim: kimpanel SCIM support')
-conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 
'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3')
-replaces=('kcm-touchpad-frameworks')
-groups=('plasma')
-sha256sums=('441633bd967e344c1d08878f3e233d6cf09a23d723a603f32cb1ee3e1584f443'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: 

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:30:02
  Author: arojas
Revision: 287804

archrelease: copy trunk to kde-unstable-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-31 09:29:50 UTC (rev 287803)
+++ PKGBUILD2017-01-31 09:30:02 UTC (rev 287804)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='Additional wallpapers for the Plasma Workspace'
-arch=('any')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'qt5-base')
-conflicts=('kde-wallpapers')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8ca7ba1737d482b2a9fcc7de71a1241ae55826c4e142820c81c0433a3ea967f6'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

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


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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:29:50
  Author: arojas
Revision: 287803

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

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

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

Copied: polkit-kde-agent/repos/kde-unstable-i686/PKGBUILD (from rev 287802, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:29:50 UTC (rev 287803)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=polkit-kde-agent
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kiconthemes' 'kdbusaddons' 'kcrash')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
+sha256sums=('7dda77e706322ee8bc54dfae096c5f7e4c09515dec7f4bbcf3df02634f6ee1db'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:29:33 UTC (rev 287802)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:29:50 UTC (rev 287803)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=polkit-kde-agent
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='Daemon providing a polkit authentication UI for KDE'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kiconthemes' 'kdbusaddons' 'kcrash')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('polkit-kde-frameworks')
-replaces=('polkit-kde-frameworks')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
-sha256sums=('fb79c6ac37bf8347ba0deb8ff0fbb4cb5a962923adc21612903f2760a6df791d'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-1-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: polkit-kde-agent/repos/kde-unstable-x86_64/PKGBUILD (from rev 287802, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:29:50 UTC (rev 287803)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=polkit-kde-agent
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kiconthemes' 'kdbusaddons' 'kcrash')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:29:33
  Author: arojas
Revision: 287802

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

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

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

Copied: powerdevil/repos/kde-unstable-i686/PKGBUILD (from rev 287801, 
powerdevil/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:29:33 UTC (rev 287802)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('plasma-workspace' 'bluez-qt' 'networkmanager-qt' 'libkscreen')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bb89561fbfa0edc13833a951fe79d6bd2dc09a57ea5558265581dfa868c0aaa5'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:29:15 UTC (rev 287801)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:29:33 UTC (rev 287802)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=powerdevil
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='Manages the power consumption settings of a Plasma Shell'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('plasma-workspace' 'bluez-qt' 'networkmanager-qt' 'libkscreen')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('65ff645c0e33bc3e48cdffca266be95a27df9df6aa1fd6ddc6270c78b2e1ac5e'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: powerdevil/repos/kde-unstable-x86_64/PKGBUILD (from rev 287801, 
powerdevil/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:29:33 UTC (rev 287802)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('plasma-workspace' 'bluez-qt' 'networkmanager-qt' 'libkscreen')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:28:37
  Author: arojas
Revision: 287799

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

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

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

Copied: ksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 287798, 
ksysguard/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:28:37 UTC (rev 287799)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=('i686' 'x86_64')
+url='https://userbase.kde.org/KSysGuard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('94ce745f6dce2dc4dd3fc522e25dc4c00a9a0dea3417113e72527f4a5969fe92'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:28:19 UTC (rev 287798)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:28:37 UTC (rev 287799)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.8.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' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0ea12ab74d4bbabdfa22893d09c41c5fb96a98f13d8be7934220daf6a3f42235'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 287798, 
ksysguard/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:28:37 UTC (rev 287799)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=('i686' 'x86_64')
+url='https://userbase.kde.org/KSysGuard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('94ce745f6dce2dc4dd3fc522e25dc4c00a9a0dea3417113e72527f4a5969fe92'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:28:19
  Author: arojas
Revision: 287798

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

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

+
 /PKGBUILD  |   48 +++
 /kcm-about-distrorc|2 +
 kde-unstable-i686/PKGBUILD |   48 +++
 kde-unstable-i686/kcm-about-distrorc   |2 +
 kde-unstable-x86_64/PKGBUILD   |   48 ---
 kde-unstable-x86_64/kcm-about-distrorc |2 -
 6 files changed, 100 insertions(+), 50 deletions(-)

Copied: kinfocenter/repos/kde-unstable-i686/PKGBUILD (from rev 287797, 
kinfocenter/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:28:19 UTC (rev 287798)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.9.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' 
'kdesignerplugin')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+sha256sums=('a187172bfec27001d54b1a7822904e65ec00342ae99553ae68ea7f6b8065f5de'
+'SKIP'
+'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e'
+'02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Install Arch logo
+  install -Dm644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/about-distro/archlinux-logo.svg
+  install -Dm644 "$srcdir"/kcm-about-distrorc 
"$pkgdir"/etc/xdg/kcm-about-distrorc
+}

Copied: kinfocenter/repos/kde-unstable-i686/kcm-about-distrorc (from rev 
287797, kinfocenter/trunk/kcm-about-distrorc)
===
--- kde-unstable-i686/kcm-about-distrorc(rev 0)
+++ kde-unstable-i686/kcm-about-distrorc2017-01-31 09:28:19 UTC (rev 
287798)
@@ -0,0 +1,2 @@
+[General]
+LogoPath=/usr/share/about-distro/archlinux-logo.svg

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:28:03 UTC (rev 287797)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:28:19 UTC (rev 287798)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kinfocenter
-pkgver=5.8.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' 
'kdesignerplugin')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}
 
-'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
-sha256sums=('9ca6cff36e21499fe090f9f25e73a4f30520e24bcf3c88f88063fb15d02604f1'
-'SKIP'
-

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:29:15
  Author: arojas
Revision: 287801

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

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

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

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:28:56 UTC (rev 287800)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:29:15 UTC (rev 287801)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kmenuedit
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='KDE menu editor'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('khotkeys')
-groups=('plasma')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('58c3f995c1eec24e892e48003bd3040e00ca4a537cf95e68bb8e4004793d7ad2'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmenuedit/repos/kde-unstable-x86_64/PKGBUILD (from rev 287800, 
kmenuedit/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:29:15 UTC (rev 287801)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0b96f43564a6fa8e8b3bc12fc64e99e145f90eac8bcb229e470c7354a763ee20'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake 

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:28:56
  Author: arojas
Revision: 287800

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

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

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

Copied: systemsettings/repos/kde-unstable-i686/PKGBUILD (from rev 287799, 
systemsettings/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:28:56 UTC (rev 287800)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('643297ff053fc374897f3017285d1ab3e3870baf5ef3e3b852fa06779cb9a401'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:28:37 UTC (rev 287799)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:28:56 UTC (rev 287800)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('491f0c131725a7c0b013b910ee7cb9a6bd43dfb4955516ed445e6305105922eb'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: systemsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 287799, 
systemsettings/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:28:56 UTC (rev 287800)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('643297ff053fc374897f3017285d1ab3e3870baf5ef3e3b852fa06779cb9a401'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir 

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:27:23
  Author: arojas
Revision: 287795

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

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

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

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

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

Copied: plasma-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 287794, 
plasma-integration/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:27:23 UTC (rev 287795)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.9.0
+pkgrel=1
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0e41a63076bcad8362ad081988afc2a647eb8acaeb958d9f310048692d447a57'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:28:03
  Author: arojas
Revision: 287797

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

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

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

Copied: khotkeys/repos/kde-unstable-i686/PKGBUILD (from rev 287796, 
khotkeys/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:28:03 UTC (rev 287797)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KHotKeys'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+conflicts=('kdebase-workspace')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0eb7816d093809c4755f531e002c80b3f9dacd4dbb333e1a924276e5ac8c8107'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:27:41 UTC (rev 287796)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:28:03 UTC (rev 287797)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='KHotKeys'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-conflicts=('kdebase-workspace')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2ac1fe180405fa78699e3a4df46a5cd66cc315e533295447e0c57c8150271cff'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khotkeys/repos/kde-unstable-x86_64/PKGBUILD (from rev 287796, 
khotkeys/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:28:03 UTC (rev 287797)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KHotKeys'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+conflicts=('kdebase-workspace')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0eb7816d093809c4755f531e002c80b3f9dacd4dbb333e1a924276e5ac8c8107'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake 

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:27:41
  Author: arojas
Revision: 287796

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

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

--+
 /PKGBUILD|   95 +
 /kde.pam |9 +++
 kde-unstable-i686/PKGBUILD   |   95 +
 kde-unstable-i686/kde.pam|9 +++
 kde-unstable-x86_64/PKGBUILD |   95 -
 kde-unstable-x86_64/kde.pam  |9 ---
 6 files changed, 208 insertions(+), 104 deletions(-)

Copied: plasma-workspace/repos/kde-unstable-i686/PKGBUILD (from rev 287795, 
plasma-workspace/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:27:41 UTC (rev 287796)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'ktexteditor' 
'libqalculate'
+ 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 
'kactivitymanagerd' 'kholidays'
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'prison' 'kwin' 
'plasma-integration' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
+ 'krunner' 'kxmlrpcclient' 'networkmanager-qt' 'kdesignerplugin')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig}
 'kde.pam')
+sha256sums=('d8f210bf40c88208802b29ec1660efffe347a55b85e5f2e18ee9f475717ac2d3'
+'SKIP'
+'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-workspace() {
+  depends+=('kuiserver')
+  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
+  'kdepim-addons: displaying PIM events in the calendar')
+  conflicts=('kdebase-workspace')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
+
+  # Remove conflicts with drkonqi
+  rm "$pkgdir"/usr/lib/drkonqi
+  rm -r "$pkgdir"/usr/share/drkonqi
+
+  # Remove conflicts with kuiserver
+  rm "$pkgdir"/usr/bin/kuiserver5
+  rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
+  rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
+  rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
+
+  # Split plasma-wayland scripts
+  rm -r "$pkgdir"/usr/share/wayland-sessions
+}
+
+package_drkonqi() {
+  pkgdesc='KDE crash handler'
+  depends=('kxmlrpcclient' 'kidletime' 'gdb')
+
+  cd build/drkonqi
+  make DESTDIR="$pkgdir" install
+}
+
+package_kuiserver() {
+  pkgdesc='KDE Progress Info UI server'
+  depends=('kxmlgui')
+
+  cd build/kuiserver
+  make DESTDIR="$pkgdir" install
+}
+
+package_plasma-wayland-session() {
+  pkgdesc='Plasma Wayland session'
+  depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 
'xorg-server-xwayland')
+  groups=()
+
+  install -Dm644 build/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
+}

Copied: plasma-workspace/repos/kde-unstable-i686/kde.pam (from rev 287795, 
plasma-workspace/trunk/kde.pam)

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:27:03
  Author: arojas
Revision: 287794

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

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

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

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:26:46 UTC (rev 287793)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:27:03 UTC (rev 287794)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.8.95
-pkgrel=1
-pkgdesc="A dedicated search application built on top of Baloo"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('494e74844c54878f6c5bd984bee82245c47fab2d2375fae0c1e8f65700ef5a12'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: milou/repos/kde-unstable-x86_64/PKGBUILD (from rev 287793, 
milou/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:27:03 UTC (rev 287794)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.9.0
+pkgrel=1
+pkgdesc="A dedicated search application built on top of Baloo"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('769c07cd2311703e73777d40bcf7a3b0c16376b0d2c15735bf1352052df77821'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:26:28
  Author: arojas
Revision: 287792

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

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

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

Copied: libksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 287791, 
libksysguard/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:26:28 UTC (rev 287792)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a1543d0f382d619688c9f76c1f006c1f9bc2718b8e49f69e5943ca9bd19de95d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:26:10 UTC (rev 287791)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:26:28 UTC (rev 287792)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('libxres' 'plasma-framework' 'qt5-webkit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('27095a9cea134de33153fe58eb1807236527da656005923cf3977562db483028'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 287791, 
libksysguard/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:26:28 UTC (rev 287792)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a1543d0f382d619688c9f76c1f006c1f9bc2718b8e49f69e5943ca9bd19de95d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:26:46
  Author: arojas
Revision: 287793

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

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

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

Copied: libkscreen/repos/kde-unstable-i686/PKGBUILD (from rev 287792, 
libkscreen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:26:46 UTC (rev 287793)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=libkscreen
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE screen management software'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxrandr' 'kwayland')
+makedepends=('extra-cmake-modules')
+conflicts=('libkscreen-frameworks')
+replaces=('libkscreen-frameworks')
+provides=('libkscreen-frameworks')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})
+sha256sums=('3a169ba83489b043dcf3135762c487ce34afa2fcb3f3dbda739f3ecdbfededf4'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libkscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:26:28 UTC (rev 287792)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:26:46 UTC (rev 287793)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=libkscreen
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='KDE screen management software'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxrandr' 'kwayland')
-makedepends=('extra-cmake-modules')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})
-sha256sums=('f7f8e49eb60b89535194f7c63f9494045d90fa600d36ca5daef351d31e7582ec'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../libkscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkscreen/repos/kde-unstable-x86_64/PKGBUILD (from rev 287792, 
libkscreen/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:26:46 UTC (rev 287793)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=libkscreen
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE screen management software'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxrandr' 'kwayland')
+makedepends=('extra-cmake-modules')
+conflicts=('libkscreen-frameworks')
+replaces=('libkscreen-frameworks')
+provides=('libkscreen-frameworks')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig})

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:25:51
  Author: arojas
Revision: 287790

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

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

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

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 287789, 
kwin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:25:51 UTC (rev 287790)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
+ 'plasma-framework' 'kcmutils' 'breeze')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=('plasma')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('dfe7146d20003ad303bc06179d87fd0c7b6d34446f85bce047b58f71bd305709'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:25:26 UTC (rev 287789)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:25:51 UTC (rev 287790)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
- 'plasma-framework' 'kcmutils' 'breeze')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
-optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
-groups=('plasma')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('c8bc94297127ff12280a7c556d8319e900a5206182bdc5256d12459002549564'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 287789, 
kwin/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:25:51 UTC (rev 287790)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme'
+ 'plasma-framework' 'kcmutils' 'breeze')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=('plasma')

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:26:10
  Author: arojas
Revision: 287791

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

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

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

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:25:51 UTC (rev 287790)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:26:10 UTC (rev 287791)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.8.95
-pkgrel=1
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kdesu' 'kcmutils')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7fbd3bf00aaaceb0b1d5756063e52124a5bdf048b54595cd7c12d58304e6ea24'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
-}

Copied: kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 287790, 
kde-cli-tools/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:26:10 UTC (rev 287791)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.9.0
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kdesu' 'kcmutils')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f40805fec7ec57cdd386bca80c1cc4e7220ca57fb889f4dbbd4dd3af9a1f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # 

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:25:26
  Author: arojas
Revision: 287789

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

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

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

Copied: breeze/repos/kde-unstable-i686/PKGBUILD (from rev 287788, 
breeze/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:25:26 UTC (rev 287789)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('5fd05335c206de56a0f25ac559512f985f4f98faecf45f86b4b3f739d15f838f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=('frameworkintegration' 'kdecoration' 'breeze-icons' 'kwayland')
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+   'breeze-gtk: Breeze widget style for GTK applications'
+   'kcmutils: for breeze-settings')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_breeze-kde4() {
+  pkgdesc='Breeze widget style for KDE4 applications'
+  depends=('kdelibs')
+
+  cd build-kde4
+  make DESTDIR="$pkgdir" install
+
+  # needed for pure Qt4 apps
+  install -d "$pkgdir"/usr/lib/qt4/plugins/styles
+  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:25:06 UTC (rev 287788)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:25:26 UTC (rev 287789)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-kde4')
-pkgver=5.8.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
- 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('beaf2e89e52b3cd550de18ce33bcb1af22f8158bd8d69ceafe3073a05d82'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=('frameworkintegration' 'kdecoration' 'breeze-icons' 'kwayland')
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget 

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:25:06
  Author: arojas
Revision: 287788

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

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

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

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:24:48 UTC (rev 287787)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:25:06 UTC (rev 287788)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgbase=oxygen
-pkgname=('oxygen' 'oxygen-kde4')
-pkgver=5.8.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4'
- 'python')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('889bc584591a1c900eed2182b530bf069cc7c400979a284bf7a20b628f18a825'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-  cd ..
-
-  cd build-kde4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DUSE_KDE4=ON
-  make
-}
-
-package_oxygen() {
-  pkgdesc='KDE Oxygen style'
-  depends=('frameworkintegration' 'kdecoration' 'kcmutils' 'kwayland')
-  conflicts=('oxygen-cursors')
-  replaces=('oxygen-cursors')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-}
-
-package_oxygen-kde4() {
-  pkgdesc='KDE Oxygen style for KDE4 applications'
-  depends=('kdelibs')
-  conflicts=('kdebase-workspace')
-
-  cd 

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:24:48
  Author: arojas
Revision: 287787

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

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

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

Copied: kdecoration/repos/kde-unstable-i686/PKGBUILD (from rev 287786, 
kdecoration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:24:48 UTC (rev 287787)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('13ad324b7dfb5fcf6bd8e9f21fd3202c6acdfa5fbb4edae7706c06685963fa82'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:24:30 UTC (rev 287786)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:24:48 UTC (rev 287787)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kdecoration
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0540f70d73f283d53a2f8f95474bdbc2a1c8b04cd11d6df707297dbe0616f005'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdecoration/repos/kde-unstable-x86_64/PKGBUILD (from rev 287786, 
kdecoration/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:24:48 UTC (rev 287787)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('13ad324b7dfb5fcf6bd8e9f21fd3202c6acdfa5fbb4edae7706c06685963fa82'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:24:13
  Author: arojas
Revision: 287785

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

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

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

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:23:34 UTC (rev 287784)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:24:13 UTC (rev 287785)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kactivitymanagerd
-pkgver=5.8.95
-pkgrel=1
-pkgdesc="System service to manage user's activities and track the usage 
patterns"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio)
-makedepends=(extra-cmake-modules boost python)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3e6f6c1bd5847e61b2f5f1e429dd6c920b97fb4dcfd83896ecdd398a6b82bb0f'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kactivitymanagerd/repos/kde-unstable-x86_64/PKGBUILD (from rev 287784, 
kactivitymanagerd/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:24:13 UTC (rev 287785)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kactivitymanagerd
+pkgver=5.9.0
+pkgrel=1
+pkgdesc="System service to manage user's activities and track the usage 
patterns"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules boost python)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3d90cc31497bf22569d963453b1e188d4b7d9ad729ba10f9e10e9a03751b8db2'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:24:30
  Author: arojas
Revision: 287786

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

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

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

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-01-31 09:24:13 UTC (rev 287785)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:24:30 UTC (rev 287786)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.8.95
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(kidletime kwayland kdeclarative)
-makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1336f0e448c4c17e750673a66c9d540fa9a9318b44689249a62730d455fa4d73'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=/usr/lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD (from rev 287785, 
kscreenlocker/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-31 09:24:30 UTC (rev 287786)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+groups=(plasma)
+depends=(kidletime kwayland kdeclarative)
+makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8f5386672ed7382a799edb27793f19d86a909215fbe6d22d7f2839e70fe6a75f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+  

[arch-commits] Commit in (148 files)

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:23:34
  Author: arojas
Revision: 287784

Plasma 5.9.0

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

--+
 PKGBUILD |  222 ++---
 1 file changed, 111 insertions(+), 111 deletions(-)

Modified: bluedevil/trunk/PKGBUILD
===
--- bluedevil/kde-unstable/PKGBUILD 2017-01-12 17:27:13 UTC (rev 285865)
+++ bluedevil/trunk/PKGBUILD2017-01-31 09:23:34 UTC (rev 287784)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=bluedevil
-pkgver=5.8.95
+pkgver=5.9.0
 pkgrel=1
 epoch=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
@@ -16,8 +16,8 @@
 conflicts=('bluedevil-frameworks')
 replaces=('bluedevil-frameworks')
 groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3d9efaf6986e084bf1e6ebe269e0c3ae7ebeb706aaf84dbd9e7f592ab79754a7'
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5fbdb23084ec30994321fbc6475dde081d6d694184e2168d7923e386d6c6c39e'
 'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan