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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:12:54
  Author: arojas
Revision: 265320

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:12:37 UTC (rev 265319)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:12:54 UTC (rev 265320)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kturtle
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Educational Programming Environment"
-url="http://kde.org/applications/education/kturtle/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(knewstuff hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools)
-install=${pkgname}.install
-conflicts=(kdeedu-kturtle)
-replaces=(kdeedu-kturtle)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/kturtle-$pkgver.tar.xz;)
-sha1sums=('edc6540b3889ae5df5cef7ce57042b512ce8aa36')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kturtle/repos/kde-unstable-i686/PKGBUILD (from rev 265319, 
kturtle/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:12:54 UTC (rev 265320)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kturtle
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Educational Programming Environment"
+url="http://kde.org/applications/education/kturtle/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(knewstuff hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+install=${pkgname}.install
+conflicts=(kdeedu-kturtle)
+replaces=(kdeedu-kturtle)
+source=("http://download.kde.org/stable/applications/$pkgver/src/kturtle-$pkgver.tar.xz;)
+sha1sums=('439c02bb6224d00f6655aa219fe078ab738ba9ea')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kturtle.install
===
--- kde-unstable-i686/kturtle.install   2016-04-19 12:12:37 UTC (rev 265319)
+++ kde-unstable-i686/kturtle.install   2016-04-19 12:12:54 UTC (rev 265320)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kturtle/repos/kde-unstable-i686/kturtle.install (from rev 265319, 
kturtle/trunk/kturtle.install)
===
--- kde-unstable-i686/kturtle.install   (rev 0)
+++ kde-unstable-i686/kturtle.install   2016-04-19 12:12:54 UTC (rev 265320)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:12:37 UTC (rev 265319)
+++ kde-unstable-x86_64/PKGBUILD

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:12:18
  Author: arojas
Revision: 265318

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

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

+
 /PKGBUILD  |   86 +++
 /kstars.install|   22 
 kde-unstable-i686/PKGBUILD |   43 -
 kde-unstable-i686/kstars.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   43 -
 kde-unstable-x86_64/kstars.install |   11 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:12:01 UTC (rev 265317)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:12:18 UTC (rev 265318)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Desktop Planetarium"
-url="http://kde.org/applications/education/kstars/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
-optdepends=('xplanet: XPlanet support')
-install=${pkgname}.install
-replaces=('kdeedu-kstars')
-conflicts=('kdeedu-kstars')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('3e3178fea1040249edc57576dd20c9c9f7b7ad71')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
-"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
-}

Copied: kstars/repos/kde-unstable-i686/PKGBUILD (from rev 265317, 
kstars/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:12:18 UTC (rev 265318)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('76e6da64fa11381efc44f1d2117d513734a9736d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Deleted: kde-unstable-i686/kstars.install
===
--- kde-unstable-i686/kstars.install2016-04-19 12:12:01 UTC (rev 265317)
+++ kde-unstable-i686/kstars.install2016-04-19 12:12:18 UTC (rev 265318)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kstars/repos/kde-unstable-i686/kstars.install (from rev 265317, 
kstars/trunk/kstars.install)
===
--- kde-unstable-i686/kstars.install(rev 0)
+++ kde-unstable-i686/kstars.install2016-04-19 12:12:18 UTC (rev 265318)
@@ -0,0 +1,11 @@

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:12:37
  Author: arojas
Revision: 265319

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

Added:
  kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD
(from rev 265318, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install
(from rev 265318, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265318, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install
(from rev 265318, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
Deleted:
  kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD
  kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install
  kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:12:18 UTC (rev 265318)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:12:37 UTC (rev 265319)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-ktouch
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Touch Typing Tutor"
-url="http://kde.org/applications/education/ktouch/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
-makedepends=('cmake' 'automoc4' 'mesa')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
-sha1sums=('e907913d56584f3a41caa98ded93491dd501bb9a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ktouch-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 265318, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:12:37 UTC (rev 265319)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-ktouch
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Touch Typing Tutor"
+url="http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('d38a8b363068eed873c40c1684b95ee7836a1973')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-ktouch.install
===
--- kde-unstable-i686/kdeedu-ktouch.install 2016-04-19 12:12:18 UTC (rev 
265318)
+++ kde-unstable-i686/kdeedu-ktouch.install 2016-04-19 12:12:37 UTC (rev 
265319)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
265318, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2016-04-19 12:12:37 UTC (rev 
265319)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:12:18 UTC (rev 265318)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:12:37 UTC (rev 265319)
@@ -1,35 +0,0 @@

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:12:01
  Author: arojas
Revision: 265317

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

Added:
  kmplot/repos/kde-unstable-i686/PKGBUILD
(from rev 265316, kmplot/trunk/PKGBUILD)
  kmplot/repos/kde-unstable-i686/kmplot-isnan.patch
(from rev 265316, kmplot/trunk/kmplot-isnan.patch)
  kmplot/repos/kde-unstable-i686/kmplot.install
(from rev 265316, kmplot/trunk/kmplot.install)
  kmplot/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265316, kmplot/trunk/PKGBUILD)
  kmplot/repos/kde-unstable-x86_64/kmplot-isnan.patch
(from rev 265316, kmplot/trunk/kmplot-isnan.patch)
  kmplot/repos/kde-unstable-x86_64/kmplot.install
(from rev 265316, kmplot/trunk/kmplot.install)
Deleted:
  kmplot/repos/kde-unstable-i686/PKGBUILD
  kmplot/repos/kde-unstable-i686/kmplot-isnan.patch
  kmplot/repos/kde-unstable-i686/kmplot.install
  kmplot/repos/kde-unstable-x86_64/PKGBUILD
  kmplot/repos/kde-unstable-x86_64/kmplot-isnan.patch
  kmplot/repos/kde-unstable-x86_64/kmplot.install

+
 /PKGBUILD  |   76 
 /kmplot-isnan.patch|   84 +++
 /kmplot.install|   24 
 kde-unstable-i686/PKGBUILD |   38 --
 kde-unstable-i686/kmplot-isnan.patch   |   42 ---
 kde-unstable-i686/kmplot.install   |   12 
 kde-unstable-x86_64/PKGBUILD   |   38 --
 kde-unstable-x86_64/kmplot-isnan.patch |   42 ---
 kde-unstable-x86_64/kmplot.install |   12 
 9 files changed, 184 insertions(+), 184 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:11:42 UTC (rev 265316)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:12:01 UTC (rev 265317)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmplot
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Mathematical Function Plotter"
-url="http://kde.org/applications/education/kmplot/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdelibs4support' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-replaces=('kdeedu-kmplot')
-conflicts=('kdeedu-kmplot')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
-sha1sums=('7c5b174206d84bd44b5f4448008b546c59bbd8d6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmplot/repos/kde-unstable-i686/PKGBUILD (from rev 265316, 
kmplot/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:12:01 UTC (rev 265317)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmplot
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Mathematical Function Plotter"
+url="http://kde.org/applications/education/kmplot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdelibs4support' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-kmplot')
+conflicts=('kdeedu-kmplot')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
+sha1sums=('73dd6089fc4e09a02767b96e69fe6e1c94c0da1f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kmplot-isnan.patch
===
--- kde-unstable-i686/kmplot-isnan.patch2016-04-19 12:11:42 UTC (rev 
265316)
+++ kde-unstable-i686/kmplot-isnan.patch2016-04-19 12:12:01 UTC (rev 
265317)
@@ -1,42 +0,0 @@
 kmplot-15.12.3/kmplot/view.cpp.0   2016-03-11 21:19:48.011194225 +
-+++ kmplot-15.12.3/kmplot/view.cpp 2016-03-11 21:20:37.341056493 +
-@@ -476,7 +476,7 @@
-   double x = pixel.x();
-   double y = pixel.y();
-   
--  if ( isnan(x) )
-+  if ( std::isnan(x) )
-   {
-   xclipflg = true;
-   x = pixelIfNaN.x();
-@@ -496,14 +496,14 @@
-   }
-   else
-   {
--

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:11:42
  Author: arojas
Revision: 265316

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

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

--+
 /PKGBUILD|   72 +
 /klettres.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-i686/klettres.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   36 
 kde-unstable-x86_64/klettres.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:11:24 UTC (rev 265315)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:11:42 UTC (rev 265316)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klettres
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Learn The Alphabet"
-url="http://kde.org/applications/education/klettres/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('knewstuff' 'kemoticons' 'kitemmodels' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-replaces=('kdeedu-klettres')
-conflicts=('kdeedu-klettres')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz;)
-sha1sums=('1f4108bae70a448b7af0571d76b42b1698502697')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../klettres-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klettres/repos/kde-unstable-i686/PKGBUILD (from rev 265315, 
klettres/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:11:42 UTC (rev 265316)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klettres
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Learn The Alphabet"
+url="http://kde.org/applications/education/klettres/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knewstuff' 'kemoticons' 'kitemmodels' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-klettres')
+conflicts=('kdeedu-klettres')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz;)
+sha1sums=('6c06dd6b6f81b7899da762094d88e7184358eaa4')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../klettres-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/klettres.install
===
--- kde-unstable-i686/klettres.install  2016-04-19 12:11:24 UTC (rev 265315)
+++ kde-unstable-i686/klettres.install  2016-04-19 12:11:42 UTC (rev 265316)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klettres/repos/kde-unstable-i686/klettres.install (from rev 265315, 
klettres/trunk/klettres.install)
===
--- kde-unstable-i686/klettres.install  (rev 0)
+++ kde-unstable-i686/klettres.install  2016-04-19 12:11:42 UTC (rev 265316)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:11:24 UTC (rev 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:11:08
  Author: arojas
Revision: 265314

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:10:51 UTC (rev 265313)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:11:08 UTC (rev 265314)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('ktexteditor' 'boost-libs' 'python2' 'hicolor-icon-theme') # 
kemoticons, kitemmodels are only required for tests
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'qt5-xmlpatterns')
-optdepends=('qt5-xmlpatterns: support for GeoGebra files')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
-sha1sums=('9048262ea99e59fd93d5c31f1eb63186ed242dcc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kig-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
-}

Copied: kig/repos/kde-unstable-i686/PKGBUILD (from rev 265313, 
kig/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:11:08 UTC (rev 265314)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('ktexteditor' 'boost-libs' 'python2' 'hicolor-icon-theme') # 
kemoticons, kitemmodels are only required for tests
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'qt5-xmlpatterns')
+optdepends=('qt5-xmlpatterns: support for GeoGebra files')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('ae459d60301351c52f44558e870f2a8a70800ca1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
+}

Deleted: kde-unstable-i686/kig.install
===
--- kde-unstable-i686/kig.install   2016-04-19 12:10:51 UTC (rev 265313)
+++ kde-unstable-i686/kig.install   2016-04-19 12:11:08 UTC (rev 265314)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kig/repos/kde-unstable-i686/kig.install (from rev 265313, 
kig/trunk/kig.install)
===
--- kde-unstable-i686/kig.install   (rev 0)
+++ kde-unstable-i686/kig.install   2016-04-19 12:11:08 UTC 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:11:24
  Author: arojas
Revision: 265315

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:11:08 UTC (rev 265314)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:11:24 UTC (rev 265315)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kiten
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Japanese Reference/Study Tool"
-url="http://kde.org/applications/education/kiten/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('khtml' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdeedu-kiten')
-replaces=('kdeedu-kiten')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kiten-${pkgver}.tar.xz;)
-sha1sums=('96286caecdd54a114b9226dc3c9af112b4ec8fe2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kiten-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kiten/repos/kde-unstable-i686/PKGBUILD (from rev 265314, 
kiten/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:11:24 UTC (rev 265315)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiten
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Japanese Reference/Study Tool"
+url="http://kde.org/applications/education/kiten/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('khtml' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kiten')
+replaces=('kdeedu-kiten')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kiten-${pkgver}.tar.xz;)
+sha1sums=('14b5813193d95bb88d8d8e47c3123ee573c6996f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kiten-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kiten.install
===
--- kde-unstable-i686/kiten.install 2016-04-19 12:11:08 UTC (rev 265314)
+++ kde-unstable-i686/kiten.install 2016-04-19 12:11:24 UTC (rev 265315)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kiten/repos/kde-unstable-i686/kiten.install (from rev 265314, 
kiten/trunk/kiten.install)
===
--- kde-unstable-i686/kiten.install (rev 0)
+++ kde-unstable-i686/kiten.install 2016-04-19 12:11:24 UTC (rev 265315)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:11:08 UTC (rev 265314)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:11:24 UTC (rev 265315)
@@ -1,39 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:10:51
  Author: arojas
Revision: 265313

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:10:35 UTC (rev 265312)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:10:51 UTC (rev 265313)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=khangman
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Hangman Game"
-url="http://kde.org/applications/education/khangman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('libkeduvocdocument' 'knewstuff' 'kdeclarative')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdeedu-khangman')
-conflicts=('kdeedu-khangman')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/khangman-${pkgver}.tar.xz;)
-sha1sums=('b473207ec47e77c795e73c45b401c2949b88c724')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../khangman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khangman/repos/kde-unstable-i686/PKGBUILD (from rev 265312, 
khangman/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:10:51 UTC (rev 265313)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khangman
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Hangman Game"
+url="http://kde.org/applications/education/khangman/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('libkeduvocdocument' 'knewstuff' 'kdeclarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-khangman')
+conflicts=('kdeedu-khangman')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/khangman-${pkgver}.tar.xz;)
+sha1sums=('eabb0393746ec75409889b011b53eac84c6bf971')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../khangman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/khangman.install
===
--- kde-unstable-i686/khangman.install  2016-04-19 12:10:35 UTC (rev 265312)
+++ kde-unstable-i686/khangman.install  2016-04-19 12:10:51 UTC (rev 265313)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: khangman/repos/kde-unstable-i686/khangman.install (from rev 265312, 
khangman/trunk/khangman.install)
===
--- kde-unstable-i686/khangman.install  (rev 0)
+++ kde-unstable-i686/khangman.install  2016-04-19 12:10:51 UTC (rev 265313)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:10:19
  Author: arojas
Revision: 265311

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:10:03 UTC (rev 265310)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:10:19 UTC (rev 265311)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kbruch
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Exercise Fractions"
-url="http://kde.org/applications/education/kbruch/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-conflicts=('kdeedu-kbruch')
-replaces=('kdeedu-kbruch')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
-sha1sums=('d3ba73de677d672c28689a93b5e899be2e2a463e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kbruch-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kbruch/repos/kde-unstable-i686/PKGBUILD (from rev 265310, 
kbruch/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:10:19 UTC (rev 265311)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbruch
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Exercise Fractions"
+url="http://kde.org/applications/education/kbruch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+conflicts=('kdeedu-kbruch')
+replaces=('kdeedu-kbruch')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
+sha1sums=('0702f01ae810b18c0db3d421f4cbdb4dce305ee4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kbruch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kbruch.install
===
--- kde-unstable-i686/kbruch.install2016-04-19 12:10:03 UTC (rev 265310)
+++ kde-unstable-i686/kbruch.install2016-04-19 12:10:19 UTC (rev 265311)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kbruch/repos/kde-unstable-i686/kbruch.install (from rev 265310, 
kbruch/trunk/kbruch.install)
===
--- kde-unstable-i686/kbruch.install(rev 0)
+++ kde-unstable-i686/kbruch.install2016-04-19 12:10:19 UTC (rev 265311)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:10:03 UTC (rev 265310)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:10:19 UTC (rev 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:10:35
  Author: arojas
Revision: 265312

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:10:19 UTC (rev 265311)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:10:35 UTC (rev 265312)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kgeography
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Geography Trainer"
-url="http://kde.org/applications/education/kgeography/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-replaces=('kdeedu-kgeography')
-conflicts=('kdeedu-kgeography')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
-sha1sums=('5f8f53b66a00ec37c4acacc1f7bf431bf14461fa')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kgeography-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kgeography/repos/kde-unstable-i686/PKGBUILD (from rev 265311, 
kgeography/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:10:35 UTC (rev 265312)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kgeography
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Geography Trainer"
+url="http://kde.org/applications/education/kgeography/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+replaces=('kdeedu-kgeography')
+conflicts=('kdeedu-kgeography')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
+sha1sums=('8f3309864060afcb0f0594935a1d6cad638a7922')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kgeography-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kgeography.install
===
--- kde-unstable-i686/kgeography.install2016-04-19 12:10:19 UTC (rev 
265311)
+++ kde-unstable-i686/kgeography.install2016-04-19 12:10:35 UTC (rev 
265312)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kgeography/repos/kde-unstable-i686/kgeography.install (from rev 265311, 
kgeography/trunk/kgeography.install)
===
--- kde-unstable-i686/kgeography.install(rev 0)
+++ kde-unstable-i686/kgeography.install2016-04-19 12:10:35 UTC (rev 
265312)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:10:03
  Author: arojas
Revision: 265310

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

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

--+
 /PKGBUILD|   72 +
 /kanagram.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-i686/kanagram.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   36 
 kde-unstable-x86_64/kanagram.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:09:46 UTC (rev 265309)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:10:03 UTC (rev 265310)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kanagram
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Letter Order Game"
-url="http://kde.org/applications/education/kanagram/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('libkeduvocdocument' 'kdeclarative' 'knewstuff')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdeedu-kanagram')
-conflicts=('kdeedu-kanagram')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
-sha1sums=('140352f7b718fedb0237db870904f549c57d640a')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kanagram-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kanagram/repos/kde-unstable-i686/PKGBUILD (from rev 265309, 
kanagram/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:10:03 UTC (rev 265310)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kanagram
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Letter Order Game"
+url="http://kde.org/applications/education/kanagram/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('libkeduvocdocument' 'kdeclarative' 'knewstuff')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-kanagram')
+conflicts=('kdeedu-kanagram')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
+sha1sums=('138687d059eade1a15f8c28f7e87951362c85bad')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kanagram-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kanagram.install
===
--- kde-unstable-i686/kanagram.install  2016-04-19 12:09:46 UTC (rev 265309)
+++ kde-unstable-i686/kanagram.install  2016-04-19 12:10:03 UTC (rev 265310)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kanagram/repos/kde-unstable-i686/kanagram.install (from rev 265309, 
kanagram/trunk/kanagram.install)
===
--- kde-unstable-i686/kanagram.install  (rev 0)
+++ kde-unstable-i686/kanagram.install  2016-04-19 12:10:03 UTC (rev 265310)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:09:46 UTC (rev 265309)
+++ kde-unstable-x86_64/PKGBUILD   

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:09:46
  Author: arojas
Revision: 265309

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

Added:
  kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD
(from rev 265308, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install
(from rev 265308, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
  kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265308, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install
(from rev 265308, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
Deleted:
  kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install
  kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:09:31 UTC (rev 265308)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:09:46 UTC (rev 265309)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-kalzium
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="http://kde.org/applications/education/kalzium/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
-makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('b35f28fb32d99a663eee1179021a144e42e0')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kalzium-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD (from rev 265308, 
kdeedu-kalzium/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:09:46 UTC (rev 265309)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-kalzium
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
+sha1sums=('0f9a76d22356b4ec70455684a79e773b3bd99dd2')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdeedu-kalzium.install
===
--- kde-unstable-i686/kdeedu-kalzium.install2016-04-19 12:09:31 UTC (rev 
265308)
+++ kde-unstable-i686/kdeedu-kalzium.install2016-04-19 12:09:46 UTC (rev 
265309)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install (from rev 
265308, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===
--- kde-unstable-i686/kdeedu-kalzium.install(rev 0)
+++ kde-unstable-i686/kdeedu-kalzium.install2016-04-19 12:09:46 UTC (rev 
265309)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:09:15
  Author: arojas
Revision: 265307

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

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

+
 /PKGBUILD  |   96 +++
 /cantor.install|   24 
 kde-unstable-i686/PKGBUILD |   48 -
 kde-unstable-i686/cantor.install   |   12 
 kde-unstable-x86_64/PKGBUILD   |   48 -
 kde-unstable-x86_64/cantor.install |   12 
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:08:59 UTC (rev 265306)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:09:15 UTC (rev 265307)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=cantor
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE Frontend to Mathematical Software"
-url="http://kde.org/applications/education/cantor/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('analitza' 'libspectre' 'kpty' 'ktexteditor' 'knewstuff' 
'libqalculate' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
-optdepends=('maxima: Maxima backend'
-'octave: Octave backend'
-'r: R backend'
-'luajit: LUA backend'
-'python: Python 3 backend'
-   'python2: Python 2 backend'
-'sagemath: SageMath backend')
-conflicts=('kdeedu-cantor')
-replaces=('kdeedu-cantor')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz;)
-sha1sums=('f45ce896f979821d9eb9799696a9569438e8dae6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cantor/repos/kde-unstable-i686/PKGBUILD (from rev 265306, 
cantor/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:09:15 UTC (rev 265307)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE Frontend to Mathematical Software"
+url="http://kde.org/applications/education/cantor/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'libspectre' 'kpty' 'ktexteditor' 'knewstuff' 
'libqalculate' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend')
+conflicts=('kdeedu-cantor')
+replaces=('kdeedu-cantor')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz;)
+sha1sums=('18c93ec173c48cd44a16b8d58d3f22404470fc33')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/cantor.install
===
--- kde-unstable-i686/cantor.install2016-04-19 12:08:59 UTC (rev 265306)
+++ kde-unstable-i686/cantor.install2016-04-19 12:09:15 UTC (rev 265307)
@@ -1,12 +0,0 @@
-post_install() {
-   

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:09:31
  Author: arojas
Revision: 265308

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

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

--+
 /PKGBUILD|   74 +
 /kalgebra.install|   24 ++
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/kalgebra.install   |   12 -
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/kalgebra.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:09:15 UTC (rev 265307)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:09:31 UTC (rev 265308)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('analitza' 'kio' 'qt5-webkit' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
-sha1sums=('44072433434a4556d0bb8966cfa11ca9e327f53e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kalgebra-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kalgebra/repos/kde-unstable-i686/PKGBUILD (from rev 265307, 
kalgebra/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:09:31 UTC (rev 265308)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Graph Calculator"
+url="http://kde.org/applications/education/kalgebra/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'kio' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
+sha1sums=('2ea671aa955c4ed76652505dbfa8e77d62537546')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kalgebra.install
===
--- kde-unstable-i686/kalgebra.install  2016-04-19 12:09:15 UTC (rev 265307)
+++ kde-unstable-i686/kalgebra.install  2016-04-19 12:09:31 UTC (rev 265308)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kalgebra/repos/kde-unstable-i686/kalgebra.install (from rev 265307, 
kalgebra/trunk/kalgebra.install)
===
--- kde-unstable-i686/kalgebra.install  (rev 0)
+++ kde-unstable-i686/kalgebra.install  2016-04-19 12:09:31 UTC (rev 265308)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:09:15 UTC (rev 265307)
+++ 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:08:59
  Author: arojas
Revision: 265306

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

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

-+
 /PKGBUILD   |   74 ++
 /blinken.install|   24 +++
 kde-unstable-i686/PKGBUILD  |   37 -
 kde-unstable-i686/blinken.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   37 -
 kde-unstable-x86_64/blinken.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:08:43 UTC (rev 265305)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:08:59 UTC (rev 265306)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=blinken
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Memory Enhancement Game"
-url="http://kde.org/applications/education/blinken/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui' 'phonon-qt5' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-replaces=('kdeedu-blinken')
-conflicts=('kdeedu-blinken')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz;)
-sha1sums=('278f07f453d8bdcbcd6cfcaa9aa60d8ced1c426b')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../blinken-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: blinken/repos/kde-unstable-i686/PKGBUILD (from rev 265305, 
blinken/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:08:59 UTC (rev 265306)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=blinken
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Memory Enhancement Game"
+url="http://kde.org/applications/education/blinken/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'phonon-qt5' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz;)
+sha1sums=('3ab5609a4093a5a924a2a5450336e0e78acf8e6b')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../blinken-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/blinken.install
===
--- kde-unstable-i686/blinken.install   2016-04-19 12:08:43 UTC (rev 265305)
+++ kde-unstable-i686/blinken.install   2016-04-19 12:08:59 UTC (rev 265306)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
-

Copied: blinken/repos/kde-unstable-i686/blinken.install (from rev 265305, 
blinken/trunk/blinken.install)
===
--- kde-unstable-i686/blinken.install   (rev 0)
+++ kde-unstable-i686/blinken.install   2016-04-19 12:08:59 UTC (rev 265306)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:08:43 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:08:28
  Author: arojas
Revision: 265304

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

Added:
  kross-interpreters/repos/kde-unstable-i686/PKGBUILD
(from rev 265303, kross-interpreters/trunk/PKGBUILD)
  kross-interpreters/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265303, kross-interpreters/trunk/PKGBUILD)
Deleted:
  kross-interpreters/repos/kde-unstable-i686/PKGBUILD
  kross-interpreters/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:08:11 UTC (rev 265303)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:08:28 UTC (rev 265304)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kross-interpreters
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Language interpreters to enable in-process scripting with Kross'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kross-interpreters'
-license=(GPL)
-depends=(kross kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools python2)
-optdepends=('python2: kross-python plugin')
-groups=(kde-applications kdebindings)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha256sums=('92c8f9d86c3354b499f854d7918a15df596a37a3c832f4b1d60d6cd7e9537fa1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kross-interpreters/repos/kde-unstable-i686/PKGBUILD (from rev 265303, 
kross-interpreters/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:08:28 UTC (rev 265304)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kross-interpreters
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Language interpreters to enable in-process scripting with Kross'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kross-interpreters'
+license=(GPL)
+depends=(kross kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools python2)
+optdepends=('python2: kross-python plugin')
+groups=(kde-applications kdebindings)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha256sums=('c88714fb14a21ac5697405384d04aaca179ebf7936a9fe6c0e71fad201304ca3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:08:11 UTC (rev 265303)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:08:28 UTC (rev 265304)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kross-interpreters
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Language interpreters to enable in-process scripting with Kross'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kross-interpreters'
-license=(GPL)
-depends=(kross kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools python2)
-optdepends=('python2: kross-python plugin')
-groups=(kde-applications kdebindings)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha256sums=('92c8f9d86c3354b499f854d7918a15df596a37a3c832f4b1d60d6cd7e9537fa1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kross-interpreters/repos/kde-unstable-x86_64/PKGBUILD (from rev 265303, 
kross-interpreters/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:08:28 UTC (rev 265304)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kross-interpreters
+pkgver=16.04.0
+pkgrel=1

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:08:43
  Author: arojas
Revision: 265305

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:08:28 UTC (rev 265304)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:08:43 UTC (rev 265305)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=artikulate
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Improve your pronunciation by listening to native speakers"
-url="https://projects.kde.org/projects/kde/kdeedu/artikulate;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(hicolor-icon-theme kdeclarative knewstuff qt5-gstreamer)
-makedepends=(extra-cmake-modules kdoctools boost)
-conflicts=(kdeedu-artikulate)
-replaces=(kdeedu-artikulate)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('e53d4f42a264c11db485d3b7a99331e12b2477b4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: artikulate/repos/kde-unstable-i686/PKGBUILD (from rev 265304, 
artikulate/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:08:43 UTC (rev 265305)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=artikulate
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Improve your pronunciation by listening to native speakers"
+url="https://projects.kde.org/projects/kde/kdeedu/artikulate;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(hicolor-icon-theme kdeclarative knewstuff qt5-gstreamer)
+makedepends=(extra-cmake-modules kdoctools boost python)
+conflicts=(kdeedu-artikulate)
+replaces=(kdeedu-artikulate)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('6c5ebbd5c325d7b078e2ac9ea46f260382640dd1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/artikulate.install
===
--- kde-unstable-i686/artikulate.install2016-04-19 12:08:28 UTC (rev 
265304)
+++ kde-unstable-i686/artikulate.install2016-04-19 12:08:43 UTC (rev 
265305)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: artikulate/repos/kde-unstable-i686/artikulate.install (from rev 265304, 
artikulate/trunk/artikulate.install)
===
--- kde-unstable-i686/artikulate.install(rev 0)
+++ kde-unstable-i686/artikulate.install

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:08:11
  Author: arojas
Revision: 265303

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:07:54 UTC (rev 265302)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:08:11 UTC (rev 265303)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=konsole
-pkgver=16.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc="Terminal"
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-depends=('kdelibs4support' 'knotifyconfig' 'kpty')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdebase-konsole')
-conflicts=('kdebase-konsole<4.14.3-2')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('efd2a649bc4e8eb0e19586535c2d2aa16039ba04')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: konsole/repos/kde-unstable-i686/PKGBUILD (from rev 265302, 
konsole/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:08:11 UTC (rev 265303)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=konsole
+pkgver=16.04.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+depends=('kdelibs4support' 'knotifyconfig' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole<4.14.3-2')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('7731926ee425149a8798dd3f618e6ff6e131dac7')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:07:54 UTC (rev 265302)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:08:11 UTC (rev 265303)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=konsole
-pkgver=16.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc="Terminal"
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-depends=('kdelibs4support' 'knotifyconfig' 'kpty')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdebase-konsole')
-conflicts=('kdebase-konsole<4.14.3-2')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('efd2a649bc4e8eb0e19586535c2d2aa16039ba04')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: konsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 265302, 
konsole/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:08:11 UTC (rev 265303)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:07:54
  Author: arojas
Revision: 265302

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:07:37 UTC (rev 265301)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:07:54 UTC (rev 265302)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=khelpcenter
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Application to show KDE Applications' documentation"
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=(LGPL)
-groups=(kde-applications kdebase)
-depends=(khtml kinit kdoctools xapian-core grantlee-qt5)
-makedepends=(extra-cmake-modules)
-conflicts=(khelpcenter4 kdebase-runtime-doc)
-replaces=(khelpcenter4 kdebase-runtime-doc)
-source=("http://download.kde.org/unstable/applications/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('8cfbcc53f17b96d55f4ed63d22c66b1b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: khelpcenter/repos/kde-unstable-i686/PKGBUILD (from rev 265301, 
khelpcenter/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:07:54 UTC (rev 265302)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=khelpcenter
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Application to show KDE Applications' documentation"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=(LGPL)
+groups=(kde-applications kdebase)
+depends=(khtml kinit kdoctools xapian-core grantlee-qt5)
+makedepends=(extra-cmake-modules python)
+conflicts=(khelpcenter4 kdebase-runtime-doc)
+replaces=(khelpcenter4 kdebase-runtime-doc)
+source=("http://download.kde.org/stable/applications/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('d7e35c9bb891dfa102f0d217e57e99c5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:07:37 UTC (rev 265301)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:07:54 UTC (rev 265302)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=khelpcenter
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Application to show KDE Applications' documentation"
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=(LGPL)
-groups=(kde-applications kdebase)
-depends=(khtml kinit kdoctools xapian-core grantlee-qt5)
-makedepends=(extra-cmake-modules)
-conflicts=(khelpcenter4 kdebase-runtime-doc)
-replaces=(khelpcenter4 kdebase-runtime-doc)
-source=("http://download.kde.org/unstable/applications/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('8cfbcc53f17b96d55f4ed63d22c66b1b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: khelpcenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 265301, 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:07:18
  Author: arojas
Revision: 265300

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

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

-+
 /PKGBUILD   |   88 ++
 /dolphin.install|   26 ++
 kde-unstable-i686/PKGBUILD  |   44 -
 kde-unstable-i686/dolphin.install   |   13 -
 kde-unstable-x86_64/PKGBUILD|   44 -
 kde-unstable-x86_64/dolphin.install |   13 -
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:07:03 UTC (rev 265299)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:07:18 UTC (rev 265300)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('3219a488186ce5e870bdb63f688579da')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 265299, 
dolphin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:07:18 UTC (rev 265300)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('1d1ebbe0b914ca02f22b465f829268b7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/dolphin.install
===
--- kde-unstable-i686/dolphin.install   2016-04-19 12:07:03 UTC (rev 265299)
+++ kde-unstable-i686/dolphin.install   2016-04-19 12:07:18 UTC (rev 265300)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:07:37
  Author: arojas
Revision: 265301

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

Added:
  kate/repos/kde-unstable-i686/PKGBUILD
(from rev 265300, kate/trunk/PKGBUILD)
  kate/repos/kde-unstable-i686/kate.install
(from rev 265300, kate/trunk/kate.install)
  kate/repos/kde-unstable-i686/kwrite.install
(from rev 265300, kate/trunk/kwrite.install)
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265300, kate/trunk/PKGBUILD)
  kate/repos/kde-unstable-x86_64/kate.install
(from rev 265300, kate/trunk/kate.install)
  kate/repos/kde-unstable-x86_64/kwrite.install
(from rev 265300, kate/trunk/kwrite.install)
Deleted:
  kate/repos/kde-unstable-i686/PKGBUILD
  kate/repos/kde-unstable-i686/kate.install
  kate/repos/kde-unstable-i686/kwrite.install
  kate/repos/kde-unstable-x86_64/PKGBUILD
  kate/repos/kde-unstable-x86_64/kate.install
  kate/repos/kde-unstable-x86_64/kwrite.install

+
 /PKGBUILD  |  140 +++
 /kate.install  |   26 ++
 /kwrite.install|   24 ++
 kde-unstable-i686/PKGBUILD |   70 -
 kde-unstable-i686/kate.install |   13 ---
 kde-unstable-i686/kwrite.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD   |   70 -
 kde-unstable-x86_64/kate.install   |   13 ---
 kde-unstable-x86_64/kwrite.install |   12 ---
 9 files changed, 190 insertions(+), 190 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:07:18 UTC (rev 265300)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:07:37 UTC (rev 265301)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=('kwrite'
- 'kate')
-pkgver=16.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
- 'threadweaver' 'kitemmodels' 'kactivities')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('0122aa10e5518d413854bab9dc734c5bd4ba00ab')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kwrite/;
-  depends=('ktexteditor' 'kded' 'kactivities' 'hicolor-icon-theme')
-  install='kwrite.install'
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kate/;
-  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities' 'hicolor-icon-theme')
-  install='kate.install'
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kate/repos/kde-unstable-i686/PKGBUILD (from rev 265300, 
kate/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:07:37 UTC (rev 265301)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=16.04.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
+ 'threadweaver' 'kitemmodels' 'kactivities')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('237a92bb267997cebc52156ca20f24d36472bdaa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:06:47
  Author: arojas
Revision: 265298

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

Added:
  ksystemlog/repos/kde-unstable-i686/PKGBUILD
(from rev 265297, ksystemlog/trunk/PKGBUILD)
  ksystemlog/repos/kde-unstable-i686/ksystemlog-journald.patch
(from rev 265297, ksystemlog/trunk/ksystemlog-journald.patch)
  ksystemlog/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265297, ksystemlog/trunk/PKGBUILD)
  ksystemlog/repos/kde-unstable-x86_64/ksystemlog-journald.patch
(from rev 265297, ksystemlog/trunk/ksystemlog-journald.patch)
Deleted:
  ksystemlog/repos/kde-unstable-i686/PKGBUILD
  ksystemlog/repos/kde-unstable-i686/ksystemlog-journald.patch
  ksystemlog/repos/kde-unstable-x86_64/PKGBUILD
  ksystemlog/repos/kde-unstable-x86_64/ksystemlog-journald.patch

---+
 /PKGBUILD |   86 
 /ksystemlog-journald.patch|   22 ++
 kde-unstable-i686/PKGBUILD|   43 
 kde-unstable-i686/ksystemlog-journald.patch   |   11 ---
 kde-unstable-x86_64/PKGBUILD  |   43 
 kde-unstable-x86_64/ksystemlog-journald.patch |   11 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:06:31 UTC (rev 265297)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:06:47 UTC (rev 265298)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksystemlog
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='System log viewer tool'
-url='http://kde.org/applications/system/ksystemlog/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeadmin)
-depends=(kio)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdeadmin-ksystemlog)
-replaces=(kdeadmin-ksystemlog)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 ksystemlog-journald.patch)
-sha1sums=('1eb51ceef8e6decddb7845c7fe8ac895d50ee62e'
-  'd6b038965066374a71cb1d215e55769f9652c7f4')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix journald detection
-  patch -p1 -i ../ksystemlog-journald.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksystemlog/repos/kde-unstable-i686/PKGBUILD (from rev 265297, 
ksystemlog/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:06:47 UTC (rev 265298)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksystemlog
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeadmin)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdeadmin-ksystemlog)
+replaces=(kdeadmin-ksystemlog)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
 ksystemlog-journald.patch)
+sha1sums=('5c2dd4235febb89646ea6ba8a13c2184d7e3c72f'
+  'd6b038965066374a71cb1d215e55769f9652c7f4')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix journald detection
+  patch -p1 -i ../ksystemlog-journald.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/ksystemlog-journald.patch
===
--- kde-unstable-i686/ksystemlog-journald.patch 2016-04-19 12:06:31 UTC (rev 
265297)
+++ kde-unstable-i686/ksystemlog-journald.patch 2016-04-19 12:06:47 UTC (rev 
265298)
@@ -1,11 +0,0 @@
 ksystemlog-15.12.3/cmake/FindJournald.cmake.orig   2016-03-25 
18:16:30.817009024 +
-+++ ksystemlog-15.12.3/cmake/FindJournald.cmake2016-03-25 
18:16:45.643603099 +
-@@ -15,7 +15,7 @@
- # use pkg-config to get the directories and then use these values
- # in the FIND_PATH() and FIND_LIBRARY() calls
- find_package(PkgConfig)
--pkg_check_modules(PC_JOURNALD QUIET libsystemd-journal)

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:07:03
  Author: arojas
Revision: 265299

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

Added:
  kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD
(from rev 265298, kdeadmin-kuser/trunk/PKGBUILD)
  kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install
(from rev 265298, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
  kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265298, kdeadmin-kuser/trunk/PKGBUILD)
  kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install
(from rev 265298, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
Deleted:
  kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD
  kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install
  kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD
  kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:06:47 UTC (rev 265298)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:07:03 UTC (rev 265299)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeadmin-kuser
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='User Manager'
-url='http://kde.org/applications/system/kuser/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kdebase-runtime' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz;)
-sha1sums=('a8534920a5f1d78ed570308f903199f8363bbe7b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kuser-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD (from rev 265298, 
kdeadmin-kuser/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:07:03 UTC (rev 265299)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeadmin-kuser
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='User Manager'
+url='http://kde.org/applications/system/kuser/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz;)
+sha1sums=('f58d0ecd7e066189a998c1154fb0049f85253e1e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kuser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeadmin-kuser.install
===
--- kde-unstable-i686/kdeadmin-kuser.install2016-04-19 12:06:47 UTC (rev 
265298)
+++ kde-unstable-i686/kdeadmin-kuser.install2016-04-19 12:07:03 UTC (rev 
265299)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install (from rev 
265298, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
===
--- kde-unstable-i686/kdeadmin-kuser.install(rev 0)
+++ kde-unstable-i686/kdeadmin-kuser.install2016-04-19 12:07:03 UTC (rev 
265299)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:06:47 UTC (rev 265298)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:07:03 UTC (rev 265299)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:06:31
  Author: arojas
Revision: 265297

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:06:14 UTC (rev 265296)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:06:31 UTC (rev 265297)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcron
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Configure and schedule tasks'
-url='http://userbase.kde.org/KCron'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kio' 'cron')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeadmin-kcron')
-replaces=('kdeadmin-kcron')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
-sha1sums=('46354c18467213d2e7d1367508afe08eb2952a97')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kcron-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kcron/repos/kde-unstable-i686/PKGBUILD (from rev 265296, 
kcron/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:06:31 UTC (rev 265297)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcron
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio' 'cron')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeadmin-kcron')
+replaces=('kdeadmin-kcron')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
+sha1sums=('587bd9a69f94d087903bc299ece423b2cc8b7594')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kcron-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:06:14 UTC (rev 265296)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:06:31 UTC (rev 265297)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcron
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Configure and schedule tasks'
-url='http://userbase.kde.org/KCron'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kio' 'cron')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeadmin-kcron')
-replaces=('kdeadmin-kcron')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
-sha1sums=('46354c18467213d2e7d1367508afe08eb2952a97')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kcron-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kcron/repos/kde-unstable-x86_64/PKGBUILD (from rev 265296, 
kcron/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:06:31 UTC (rev 265297)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcron
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:05:59
  Author: arojas
Revision: 265295

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

Added:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
(from rev 265294, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
(from rev 265294, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265294, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install
(from rev 265294, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
Deleted:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
  
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
  
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:05:43 UTC (rev 265294)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:05:59 UTC (rev 265295)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=16.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('ab613e7b770e0c909d3b838032151ab865c5d9f6')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 
265294, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:05:59 UTC (rev 265295)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=16.04.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('d10bd5503dc74e95a1083aad8591aaaed96bd037')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmousetool.install
===
--- kde-unstable-i686/kdeaccessibility-kmousetool.install   2016-04-19 
12:05:43 UTC (rev 265294)
+++ kde-unstable-i686/kdeaccessibility-kmousetool.install   2016-04-19 
12:05:59 UTC (rev 265295)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
 (from rev 265294, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
===
--- kde-unstable-i686/kdeaccessibility-kmousetool.install   
(rev 0)
+++ 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:06:14
  Author: arojas
Revision: 265296

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

Added:
  kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD
(from rev 265295, kdeaccessibility-kmouth/trunk/PKGBUILD)
  
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install
(from rev 265295, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
  kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265295, kdeaccessibility-kmouth/trunk/PKGBUILD)
  
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install
(from rev 265295, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
Deleted:
  kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD
  
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install
  kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD
  
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:05:59 UTC (rev 265295)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:06:14 UTC (rev 265296)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmouth
-pkgver=16.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Speech Synthesizer Frontend'
-url='http://kde.org/applications/utilities/kmouth/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
-sha1sums=('6f7ffcdaf6fc557d4d46bf15105b712815591a9c')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kmouth-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD (from rev 
265295, kdeaccessibility-kmouth/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:06:14 UTC (rev 265296)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmouth
+pkgver=16.04.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
+sha1sums=('ff00ac1783a20573f4ff1a95e84c8528f1801f7e')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kmouth-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmouth.install
===
--- kde-unstable-i686/kdeaccessibility-kmouth.install   2016-04-19 12:05:59 UTC 
(rev 265295)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install   2016-04-19 12:06:14 UTC 
(rev 265296)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install 
(from rev 265295, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===
--- kde-unstable-i686/kdeaccessibility-kmouth.install   
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install   2016-04-19 12:06:14 UTC 
(rev 265296)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:05:43
  Author: arojas
Revision: 265294

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

Added:
  kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD
(from rev 265293, kdeaccessibility-kmag/trunk/PKGBUILD)
  kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install
(from rev 265293, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265293, kdeaccessibility-kmag/trunk/PKGBUILD)
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install
(from rev 265293, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
Deleted:
  kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/PKGBUILD
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:05:27 UTC (rev 265293)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:05:43 UTC (rev 265294)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmag
-pkgver=16.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Screen Magnifier'
-url='http://kde.org/applications/utilities/kmag/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime' 'libkdeaccessibilityclient')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz;)
-sha1sums=('2a93da6f812cd6c8b5a83e5b7af3ac2036e19084')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kmag-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD (from rev 
265293, kdeaccessibility-kmag/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:05:43 UTC (rev 265294)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmag
+pkgver=16.04.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime' 'libkdeaccessibilityclient')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('67acea6a10f78c67f026d2ff71e7c620f8787659')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmag.install
===
--- kde-unstable-i686/kdeaccessibility-kmag.install 2016-04-19 12:05:27 UTC 
(rev 265293)
+++ kde-unstable-i686/kdeaccessibility-kmag.install 2016-04-19 12:05:43 UTC 
(rev 265294)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install 
(from rev 265293, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
===
--- kde-unstable-i686/kdeaccessibility-kmag.install 
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmag.install 2016-04-19 12:05:43 UTC 
(rev 265294)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:05:27
  Author: arojas
Revision: 265293

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

Added:
  kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD
(from rev 265292, kdeaccessibility-kaccessible/trunk/PKGBUILD)
  kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265292, kdeaccessibility-kaccessible/trunk/PKGBUILD)
Deleted:
  kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:05:10 UTC (rev 265292)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:05:27 UTC (rev 265293)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=16.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
-url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdelibs' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('dad68880bedf735b4ae2f86c4455270c1b65b525')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kaccessible-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD (from rev 
265292, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:05:27 UTC (rev 265293)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=16.04.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
+sha1sums=('d77ffb85feb0e114197a7c6ac62e5d84d6cd43ce')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kaccessible-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:05:10 UTC (rev 265292)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:05:27 UTC (rev 265293)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=16.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
-url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdelibs' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('dad68880bedf735b4ae2f86c4455270c1b65b525')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kaccessible-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 265292, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:05:27 UTC (rev 265293)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:05:10
  Author: arojas
Revision: 265292

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

Added:
  kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD
(from rev 265291, kdeaccessibility-jovie/trunk/PKGBUILD)
  kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install
(from rev 265291, 
kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
  kdeaccessibility-jovie/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265291, kdeaccessibility-jovie/trunk/PKGBUILD)
  
kdeaccessibility-jovie/repos/kde-unstable-x86_64/kdeaccessibility-jovie.install
(from rev 265291, 
kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
Deleted:
  kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install
  kdeaccessibility-jovie/repos/kde-unstable-x86_64/PKGBUILD
  
kdeaccessibility-jovie/repos/kde-unstable-x86_64/kdeaccessibility-jovie.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:04:55 UTC (rev 265291)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:05:10 UTC (rev 265292)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-jovie
-pkgver=16.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A text to speech application'
-url='http://kde.org/applications/utilities/jovie/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-replaces=('kdeaccessibility-kttsd')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz;)
-sha1sums=('5a769910c527e9947e3f25c0a101a74dd8de8315')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../jovie-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD (from rev 
265291, kdeaccessibility-jovie/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:05:10 UTC (rev 265292)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-jovie
+pkgver=16.04.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+replaces=('kdeaccessibility-kttsd')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz;)
+sha1sums=('a24db39418c81112ac0f19a2802de85a1990189a')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeaccessibility-jovie.install
===
--- kde-unstable-i686/kdeaccessibility-jovie.install2016-04-19 12:04:55 UTC 
(rev 265291)
+++ kde-unstable-i686/kdeaccessibility-jovie.install2016-04-19 12:05:10 UTC 
(rev 265292)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install 
(from rev 265291, kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
===
--- kde-unstable-i686/kdeaccessibility-jovie.install
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-jovie.install2016-04-19 12:05:10 UTC 
(rev 265292)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   

[arch-commits] Commit in telepathy-kde-common-internals/repos (8 files)

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:04:55
  Author: arojas
Revision: 265291

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

Added:
  telepathy-kde-common-internals/repos/kde-unstable-i686/PKGBUILD
(from rev 265290, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/kde-unstable-i686/telepathy-kde-common-internals.install
(from rev 265290, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
  telepathy-kde-common-internals/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265290, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/kde-unstable-x86_64/telepathy-kde-common-internals.install
(from rev 265290, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
Deleted:
  telepathy-kde-common-internals/repos/kde-unstable-i686/PKGBUILD
  
telepathy-kde-common-internals/repos/kde-unstable-i686/telepathy-kde-common-internals.install
  telepathy-kde-common-internals/repos/kde-unstable-x86_64/PKGBUILD
  
telepathy-kde-common-internals/repos/kde-unstable-x86_64/telepathy-kde-common-internals.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:04:38 UTC (rev 265290)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:04:55 UTC (rev 265291)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Common components for KDE-Telepathy'
-arch=(i686 x86_64)
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-accounts-signon)
-makedepends=(extra-cmake-modules kdoctools doxygen python)
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('0ee4dd1299f1c1bfc6ba8274643ee298')
-install=$pkgname.install
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-common-internals/repos/kde-unstable-i686/PKGBUILD (from 
rev 265290, telepathy-kde-common-internals/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:04:55 UTC (rev 265291)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Common components for KDE-Telepathy'
+arch=(i686 x86_64)
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-accounts-signon)
+makedepends=(extra-cmake-modules kdoctools doxygen python)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('c3b59f208414c01b9abbd1ffe8bd81f1')
+install=$pkgname.install
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/telepathy-kde-common-internals.install
===
--- kde-unstable-i686/telepathy-kde-common-internals.install2016-04-19 
12:04:38 UTC (rev 265290)
+++ 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:04:38
  Author: arojas
Revision: 265290

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

Added:
  kaccounts-providers/repos/kde-unstable-i686/PKGBUILD
(from rev 265289, kaccounts-providers/trunk/PKGBUILD)
  kaccounts-providers/repos/kde-unstable-i686/kaccounts-providers.install
(from rev 265289, kaccounts-providers/trunk/kaccounts-providers.install)
  kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265289, kaccounts-providers/trunk/PKGBUILD)
  kaccounts-providers/repos/kde-unstable-x86_64/kaccounts-providers.install
(from rev 265289, kaccounts-providers/trunk/kaccounts-providers.install)
Deleted:
  kaccounts-providers/repos/kde-unstable-i686/PKGBUILD
  kaccounts-providers/repos/kde-unstable-i686/kaccounts-providers.install
  kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD
  kaccounts-providers/repos/kde-unstable-x86_64/kaccounts-providers.install

-+
 /PKGBUILD   |   72 ++
 /kaccounts-providers.install|   22 ++
 kde-unstable-i686/PKGBUILD  |   36 ---
 kde-unstable-i686/kaccounts-providers.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD|   36 ---
 kde-unstable-x86_64/kaccounts-providers.install |   11 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:04:22 UTC (rev 265289)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:04:38 UTC (rev 265290)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kaccounts-providers
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kaccounts-integration')
-makedepends=('extra-cmake-modules' 'intltool')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('0da730cb221bda5a18247c1cbf8d2552')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-providers/repos/kde-unstable-i686/PKGBUILD (from rev 265289, 
kaccounts-providers/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:04:38 UTC (rev 265290)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kaccounts-providers
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kaccounts-integration')
+makedepends=('extra-cmake-modules' 'intltool' 'python')
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('d0227fb45a2be06aef227c3e8006')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kaccounts-providers.install
===
--- kde-unstable-i686/kaccounts-providers.install   2016-04-19 12:04:22 UTC 
(rev 265289)
+++ kde-unstable-i686/kaccounts-providers.install   2016-04-19 12:04:38 UTC 
(rev 265290)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kaccounts-providers/repos/kde-unstable-i686/kaccounts-providers.install 
(from rev 265289, kaccounts-providers/trunk/kaccounts-providers.install)
===
--- kde-unstable-i686/kaccounts-providers.install   
(rev 0)
+++ kde-unstable-i686/kaccounts-providers.install   2016-04-19 12:04:38 UTC 
(rev 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:04:22
  Author: arojas
Revision: 265289

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:04:05 UTC (rev 265288)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:04:22 UTC (rev 265289)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=kaccounts-integration
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
-license=(GPL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('0126007f14f946ea0b23abddd7c45879')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-integration/repos/kde-unstable-i686/PKGBUILD (from rev 
265288, kaccounts-integration/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:04:22 UTC (rev 265289)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=kaccounts-integration
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
+license=(GPL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('07d3f815532c63eeb77fbb8006978120')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:04:05 UTC (rev 265288)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:04:22 UTC (rev 265289)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=kaccounts-integration
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
-license=(GPL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('0126007f14f946ea0b23abddd7c45879')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
265288, kaccounts-integration/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:04:05
  Author: arojas
Revision: 265288

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

Added:
  signon-kwallet-extension/repos/kde-unstable-i686/PKGBUILD
(from rev 265287, signon-kwallet-extension/trunk/PKGBUILD)
  signon-kwallet-extension/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265287, signon-kwallet-extension/trunk/PKGBUILD)
Deleted:
  signon-kwallet-extension/repos/kde-unstable-i686/PKGBUILD
  signon-kwallet-extension/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:03:49 UTC (rev 265287)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:04:05 UTC (rev 265288)
@@ -1,34 +0,0 @@
-# Maintainer: anex 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:03:49
  Author: arojas
Revision: 265287

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:03:32 UTC (rev 265286)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:03:49 UTC (rev 265287)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mailcommon
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM library providing support for mail applications"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(mailimporter messagelib)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('5c44416d18c7b5879d5e19ead26976da')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: mailcommon/repos/kde-unstable-i686/PKGBUILD (from rev 265286, 
mailcommon/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:03:49 UTC (rev 265287)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mailcommon
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM library providing support for mail applications"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(mailimporter messagelib)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('bdef5b0cb96233f0eb5aa49c781063f5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:03:32 UTC (rev 265286)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:03:49 UTC (rev 265287)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mailcommon
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM library providing support for mail applications"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(mailimporter messagelib)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('5c44416d18c7b5879d5e19ead26976da')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: mailcommon/repos/kde-unstable-x86_64/PKGBUILD (from rev 265286, 
mailcommon/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:03:49 UTC (rev 265287)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mailcommon
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM library providing support for mail applications"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(mailimporter messagelib)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('bdef5b0cb96233f0eb5aa49c781063f5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:03:32
  Author: arojas
Revision: 265286

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:03:12 UTC (rev 265285)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:03:32 UTC (rev 265286)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mailimporter
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Mail importer library"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(libkdepim)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('b0704fe4c72be7403794d2596083033b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: mailimporter/repos/kde-unstable-i686/PKGBUILD (from rev 265285, 
mailimporter/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:03:32 UTC (rev 265286)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mailimporter
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Mail importer library"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(libkdepim)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c66e1354165aa6ed1a1e352b17fd7f9b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:03:12 UTC (rev 265285)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:03:32 UTC (rev 265286)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mailimporter
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Mail importer library"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(libkdepim)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('b0704fe4c72be7403794d2596083033b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: mailimporter/repos/kde-unstable-x86_64/PKGBUILD (from rev 265285, 
mailimporter/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:03:32 UTC (rev 265286)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mailimporter
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Mail importer library"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(libkdepim)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c66e1354165aa6ed1a1e352b17fd7f9b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:03:12
  Author: arojas
Revision: 265285

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:02:55 UTC (rev 265284)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:03:12 UTC (rev 265285)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=messagelib
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM messaging library"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kdepim-apps-libs kmailtransport kmbox libgravatar akonadi-notes 
kidentitymanagement)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('c9625fca07c9c5a316ebe3bfbedf035a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: messagelib/repos/kde-unstable-i686/PKGBUILD (from rev 265284, 
messagelib/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:03:12 UTC (rev 265285)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=messagelib
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM messaging library"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kdepim-apps-libs kmailtransport kmbox libgravatar akonadi-notes 
kidentitymanagement)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('bf6904f66d89757989f7c51b9bf868fb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:02:55 UTC (rev 265284)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:03:12 UTC (rev 265285)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=messagelib
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM messaging library"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kdepim-apps-libs kmailtransport kmbox libgravatar akonadi-notes 
kidentitymanagement)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('c9625fca07c9c5a316ebe3bfbedf035a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: messagelib/repos/kde-unstable-x86_64/PKGBUILD (from rev 265284, 
messagelib/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:03:12 UTC (rev 265285)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=messagelib
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM messaging library"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kdepim-apps-libs kmailtransport kmbox libgravatar akonadi-notes 
kidentitymanagement)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:02:38
  Author: arojas
Revision: 265283

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:02:20 UTC (rev 265282)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:02:38 UTC (rev 265283)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libgravatar
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM library providing Gravatar support"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(pimcommon)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('7d3917c09a2725a28ba671f8692b50f5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libgravatar/repos/kde-unstable-i686/PKGBUILD (from rev 265282, 
libgravatar/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:02:38 UTC (rev 265283)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libgravatar
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM library providing Gravatar support"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(pimcommon)
+makedepends=(extra-cmake-modules python kdoctools boost)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('3b144936a864d9f8690d738806c69c2b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:02:20 UTC (rev 265282)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:02:38 UTC (rev 265283)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libgravatar
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM library providing Gravatar support"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(pimcommon)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('7d3917c09a2725a28ba671f8692b50f5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libgravatar/repos/kde-unstable-x86_64/PKGBUILD (from rev 265282, 
libgravatar/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:02:38 UTC (rev 265283)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libgravatar
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM library providing Gravatar support"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(pimcommon)
+makedepends=(extra-cmake-modules python kdoctools boost)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('3b144936a864d9f8690d738806c69c2b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:02:55
  Author: arojas
Revision: 265284

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:02:38 UTC (rev 265283)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:02:55 UTC (rev 265284)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libksieve
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM library for managing sieves"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kidentitymanagement pimcommon)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('8af035fbb67097378fa426ccfaf04894')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksieve/repos/kde-unstable-i686/PKGBUILD (from rev 265283, 
libksieve/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:02:55 UTC (rev 265284)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libksieve
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM library for managing sieves"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kidentitymanagement pimcommon kmailtransport)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('256af125d8f5975336ddab63d7bb3623')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:02:38 UTC (rev 265283)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:02:55 UTC (rev 265284)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libksieve
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM library for managing sieves"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kidentitymanagement pimcommon)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('8af035fbb67097378fa426ccfaf04894')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksieve/repos/kde-unstable-x86_64/PKGBUILD (from rev 265283, 
libksieve/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:02:55 UTC (rev 265284)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libksieve
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM library for managing sieves"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kidentitymanagement pimcommon kmailtransport)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('256af125d8f5975336ddab63d7bb3623')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:02:20
  Author: arojas
Revision: 265282

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:02:03 UTC (rev 265281)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:02:20 UTC (rev 265282)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=incidenceeditor
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM incidence editor"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(eventviews)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4505adf7029608319e90ab1f429b2306')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: incidenceeditor/repos/kde-unstable-i686/PKGBUILD (from rev 265281, 
incidenceeditor/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:02:20 UTC (rev 265282)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=incidenceeditor
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM incidence editor"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(eventviews)
+makedepends=(extra-cmake-modules kdoctools python boost)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f0a3c650704e906d191e67364274ac0b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:02:03 UTC (rev 265281)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:02:20 UTC (rev 265282)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=incidenceeditor
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM incidence editor"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(eventviews)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4505adf7029608319e90ab1f429b2306')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: incidenceeditor/repos/kde-unstable-x86_64/PKGBUILD (from rev 265281, 
incidenceeditor/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:02:20 UTC (rev 265282)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=incidenceeditor
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM incidence editor"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(eventviews)
+makedepends=(extra-cmake-modules kdoctools python boost)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f0a3c650704e906d191e67364274ac0b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:02:03
  Author: arojas
Revision: 265281

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:01:47 UTC (rev 265280)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:02:03 UTC (rev 265281)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=eventviews
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Library for creating events"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(calendarsupport kdgantt2)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('bdae8ec003727e4e9d82c99df919205d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: eventviews/repos/kde-unstable-i686/PKGBUILD (from rev 265280, 
eventviews/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:02:03 UTC (rev 265281)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=eventviews
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Library for creating events"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(calendarsupport kdgantt2)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e79d2ddeaf78bd8dd9c913c08f58b2b6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:01:47 UTC (rev 265280)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:02:03 UTC (rev 265281)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=eventviews
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Library for creating events"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(calendarsupport kdgantt2)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('bdae8ec003727e4e9d82c99df919205d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: eventviews/repos/kde-unstable-x86_64/PKGBUILD (from rev 265280, 
eventviews/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:02:03 UTC (rev 265281)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=eventviews
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Library for creating events"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(calendarsupport kdgantt2)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e79d2ddeaf78bd8dd9c913c08f58b2b6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:01:47
  Author: arojas
Revision: 265280

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:01:30 UTC (rev 265279)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:01:47 UTC (rev 265280)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=calendarsupport
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Calendar support library"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kdepim-apps-libs kholidays akonadi-calendar)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4ef75ed8d293ae2c8876edd913fe313e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: calendarsupport/repos/kde-unstable-i686/PKGBUILD (from rev 265279, 
calendarsupport/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:01:47 UTC (rev 265280)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=calendarsupport
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Calendar support library"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kdepim-apps-libs kholidays akonadi-calendar)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2327aee4163f2158dc6a77d81147f22a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:01:30 UTC (rev 265279)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:01:47 UTC (rev 265280)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=calendarsupport
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Calendar support library"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kdepim-apps-libs kholidays akonadi-calendar)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4ef75ed8d293ae2c8876edd913fe313e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: calendarsupport/repos/kde-unstable-x86_64/PKGBUILD (from rev 265279, 
calendarsupport/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:01:47 UTC (rev 265280)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=calendarsupport
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Calendar support library"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kdepim-apps-libs kholidays akonadi-calendar)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2327aee4163f2158dc6a77d81147f22a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:01:30
  Author: arojas
Revision: 265279

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

Added:
  kdepim-apps-libs/repos/kde-unstable-i686/PKGBUILD
(from rev 265278, kdepim-apps-libs/trunk/PKGBUILD)
  kdepim-apps-libs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265278, kdepim-apps-libs/trunk/PKGBUILD)
Deleted:
  kdepim-apps-libs/repos/kde-unstable-i686/PKGBUILD
  kdepim-apps-libs/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:01:13 UTC (rev 265278)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:01:30 UTC (rev 265279)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-apps-libs
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM mail related libraries"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(libkleo pimcommon grantleetheme)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('b671f87deb1785741059cac5b9be9c57')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-apps-libs/repos/kde-unstable-i686/PKGBUILD (from rev 265278, 
kdepim-apps-libs/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:01:30 UTC (rev 265279)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-apps-libs
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM mail related libraries"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(libkleo pimcommon grantleetheme)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('677cb160d12d5731a296b3f6a24bc270')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:01:13 UTC (rev 265278)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:01:30 UTC (rev 265279)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-apps-libs
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM mail related libraries"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(libkleo pimcommon grantleetheme)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('b671f87deb1785741059cac5b9be9c57')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-apps-libs/repos/kde-unstable-x86_64/PKGBUILD (from rev 265278, 
kdepim-apps-libs/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:01:30 UTC (rev 265279)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-apps-libs
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM mail related libraries"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(libkleo pimcommon grantleetheme)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('677cb160d12d5731a296b3f6a24bc270')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:01:13
  Author: arojas
Revision: 265278

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:00:56 UTC (rev 265277)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:01:13 UTC (rev 265278)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=grantleetheme
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Library for Grantlee theming support"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(grantlee-qt5 knewstuff)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e4b94df4d2594dbe28760ef5f00a9d3d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: grantleetheme/repos/kde-unstable-i686/PKGBUILD (from rev 265277, 
grantleetheme/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:01:13 UTC (rev 265278)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=grantleetheme
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Library for Grantlee theming support"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(grantlee-qt5 knewstuff)
+makedepends=(extra-cmake-modules python)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f6ddb61e00aa401f0283252d30d5de98')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:00:56 UTC (rev 265277)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:01:13 UTC (rev 265278)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=grantleetheme
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Library for Grantlee theming support"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(grantlee-qt5 knewstuff)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e4b94df4d2594dbe28760ef5f00a9d3d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: grantleetheme/repos/kde-unstable-x86_64/PKGBUILD (from rev 265277, 
grantleetheme/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:01:13 UTC (rev 265278)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=grantleetheme
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Library for Grantlee theming support"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(grantlee-qt5 knewstuff)
+makedepends=(extra-cmake-modules python)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f6ddb61e00aa401f0283252d30d5de98')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:00:56
  Author: arojas
Revision: 265277

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:00:39 UTC (rev 265276)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:00:56 UTC (rev 265277)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libkleo
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM cryptographic library"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('70962c2aa03abbbc7713c27670830ff9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkleo/repos/kde-unstable-i686/PKGBUILD (from rev 265276, 
libkleo/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:00:56 UTC (rev 265277)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkleo
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM cryptographic library"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python boost)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('910bc749dd4684b5935ecabf2f53fb54')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:00:39 UTC (rev 265276)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:00:56 UTC (rev 265277)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libkleo
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE PIM cryptographic library"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('70962c2aa03abbbc7713c27670830ff9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkleo/repos/kde-unstable-x86_64/PKGBUILD (from rev 265276, 
libkleo/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:00:56 UTC (rev 265277)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkleo
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM cryptographic library"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python boost)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('910bc749dd4684b5935ecabf2f53fb54')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:00:39
  Author: arojas
Revision: 265276

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:00:22 UTC (rev 265275)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:00:39 UTC (rev 265276)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdgantt2
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Library providing gantt support"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules ki18n)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('a72c3304b3b367d345b49e87bd3fd9c1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdgantt2/repos/kde-unstable-i686/PKGBUILD (from rev 265275, 
kdgantt2/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:00:39 UTC (rev 265276)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdgantt2
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Library providing gantt support"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules ki18n python)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c9056f677a6e061811c6f1f6b7b029d3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:00:22 UTC (rev 265275)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:00:39 UTC (rev 265276)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdgantt2
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Library providing gantt support"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules ki18n)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('a72c3304b3b367d345b49e87bd3fd9c1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdgantt2/repos/kde-unstable-x86_64/PKGBUILD (from rev 265275, 
kdgantt2/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:00:39 UTC (rev 265276)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdgantt2
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Library providing gantt support"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules ki18n python)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c9056f677a6e061811c6f1f6b7b029d3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:00:05
  Author: arojas
Revision: 265274

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:59:45 UTC (rev 265273)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:00:05 UTC (rev 265274)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libkdepim
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Libraries for KDE PIM applications"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(akonadi-contact akonadi-search kldap)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('338efe42f54842063bc48d9224167e91')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkdepim/repos/kde-unstable-i686/PKGBUILD (from rev 265273, 
libkdepim/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:00:05 UTC (rev 265274)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkdepim
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Libraries for KDE PIM applications"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(akonadi-contact akonadi-search kldap)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('ab9c3c95e65874ac4099e407ed2107c6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:59:45 UTC (rev 265273)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:00:05 UTC (rev 265274)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libkdepim
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Libraries for KDE PIM applications"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(akonadi-contact akonadi-search kldap)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('338efe42f54842063bc48d9224167e91')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkdepim/repos/kde-unstable-x86_64/PKGBUILD (from rev 265273, 
libkdepim/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:00:05 UTC (rev 265274)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkdepim
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Libraries for KDE PIM applications"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(akonadi-contact akonadi-search kldap)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('ab9c3c95e65874ac4099e407ed2107c6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:00:22
  Author: arojas
Revision: 265275

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:00:05 UTC (rev 265274)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:00:22 UTC (rev 265275)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=pimcommon
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Common libraries for KDE PIM"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(libkdepim kpimtextedit knewstuff kimap)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('5bc1ace71007e61387073355e1ba9090')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: pimcommon/repos/kde-unstable-i686/PKGBUILD (from rev 265274, 
pimcommon/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:00:22 UTC (rev 265275)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=pimcommon
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Common libraries for KDE PIM"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(libkdepim kpimtextedit knewstuff kimap)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('5b89e2af30b67d2e27fc00eac99e1c38')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:00:05 UTC (rev 265274)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:00:22 UTC (rev 265275)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=pimcommon
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Common libraries for KDE PIM"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(libkdepim kpimtextedit knewstuff kimap)
-makedepends=(extra-cmake-modules)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('5bc1ace71007e61387073355e1ba9090')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: pimcommon/repos/kde-unstable-x86_64/PKGBUILD (from rev 265274, 
pimcommon/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:00:22 UTC (rev 265275)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=pimcommon
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Common libraries for KDE PIM"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(libkdepim kpimtextedit knewstuff kimap)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('5b89e2af30b67d2e27fc00eac99e1c38')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:59:45
  Author: arojas
Revision: 265273

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

Added:
  kdelibs/repos/kde-unstable-i686/
  kdelibs/repos/kde-unstable-i686/PKGBUILD
(from rev 265272, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/kde-unstable-i686/archlinux-menu.patch
(from rev 265272, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch
(from rev 265272, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-i686/kdelibs.install
(from rev 265272, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/kde-unstable-i686/qt4.patch
(from rev 265272, kdelibs/trunk/qt4.patch)
  kdelibs/repos/kde-unstable-x86_64/
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265272, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
(from rev 265272, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
(from rev 265272, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
(from rev 265272, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/kde-unstable-x86_64/qt4.patch
(from rev 265272, kdelibs/trunk/qt4.patch)

-+
 kde-unstable-i686/PKGBUILD  |   62 ++
 kde-unstable-i686/archlinux-menu.patch  |   22 +++
 kde-unstable-i686/kde-applications-menu.patch   |   22 +++
 kde-unstable-i686/kdelibs.install   |   13 
 kde-unstable-i686/qt4.patch |   11 +++
 kde-unstable-x86_64/PKGBUILD|   62 ++
 kde-unstable-x86_64/archlinux-menu.patch|   22 +++
 kde-unstable-x86_64/kde-applications-menu.patch |   22 +++
 kde-unstable-x86_64/kdelibs.install |   13 
 kde-unstable-x86_64/qt4.patch   |   11 +++
 10 files changed, 260 insertions(+)

Copied: kdelibs/repos/kde-unstable-i686/PKGBUILD (from rev 265272, 
kdelibs/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:59:45 UTC (rev 265273)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs
+pkgver=4.14.19
+_kdeappver=16.04.0
+pkgrel=1
+pkgdesc="KDE Core Libraries"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs'
+license=('GPL' 'LGPL' 'FDL')
+depends=('attica-qt4' 'libxss' 'qca-qt4' 'libdbusmenu-qt4' 'polkit-qt4'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi'
+'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
+'media-player-info' 'libutempter' 'qtwebkit' 'icu')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'mesa')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/${_kdeappver}/src/$pkgname-$pkgver.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
+sha1sums=('82a3db2c013d269ba850c06c9d1ac53ef6c44623'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
+
+prepare() {
+   mkdir -p build
+   cd ${pkgname}-${pkgver}
+   # avoid file conflict with gnome-menus
+   patch -p1 -i ../kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i ../archlinux-menu.patch
+   # qmake refers to Qt5
+   patch -p1 -i ../qt4.patch
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DLOCALE_INSTALL_DIR=/usr/share/locale/kde4 \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF \
+   -DWITH_SOLID_UDISKS2=ON
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f "$pkgdir"/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
"$pkgdir"/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/kde-unstable-i686/archlinux-menu.patch (from rev 265272, 
kdelibs/trunk/archlinux-menu.patch)
===
--- kde-unstable-i686/archlinux-menu.patch  (rev 0)
+++ kde-unstable-i686/archlinux-menu.patch  2016-04-19 11:59:45 UTC (rev 
265273)
@@ -0,0 +1,22 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:26:04
  Author: arojas
Revision: 265272

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

Added:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 265271, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
(from rev 265271, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265271, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
(from rev 265271, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:25:49 UTC (rev 265271)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:26:04 UTC (rev 265272)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepim-runtime
-pkgver=16.04.0
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=(hicolor-icon-theme libkgapi libkolab akonadi-socialutils 
akonadi-calendar
- knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
-makedepends=(extra-cmake-modules kdoctools boost python)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('b7ae61ed4a81920536e11c948e77a94764a34291')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 265271, 
kdepim-runtime/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:26:04 UTC (rev 265272)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepim-runtime
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme libkgapi libkolab akonadi-socialutils 
akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
+makedepends=(extra-cmake-modules kdoctools boost python)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('b7ae61ed4a81920536e11c948e77a94764a34291')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdepim-runtime.install
===
--- kde-unstable-i686/kdepim-runtime.install2016-04-19 11:25:49 UTC (rev 
265271)
+++ kde-unstable-i686/kdepim-runtime.install2016-04-19 11:26:04 UTC (rev 
265272)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install (from rev 
265271, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- kde-unstable-i686/kdepim-runtime.install(rev 0)

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:25:49
  Author: arojas
Revision: 265271

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:25:31 UTC (rev 265270)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:25:49 UTC (rev 265271)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kalarmcal
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="The KAlarm client library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kidentitymanagement kholidays kcalcore akonadi-client)
-makedepends=(extra-cmake-modules kdoctools python boost)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('bf6af8978c99b15677107284a45d3a2e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kalarmcal/repos/kde-unstable-i686/PKGBUILD (from rev 265270, 
kalarmcal/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:25:49 UTC (rev 265271)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kalarmcal
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The KAlarm client library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kidentitymanagement kholidays kcalcore akonadi-client)
+makedepends=(extra-cmake-modules kdoctools python boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('bf6af8978c99b15677107284a45d3a2e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:25:31 UTC (rev 265270)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:25:49 UTC (rev 265271)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kalarmcal
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="The KAlarm client library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kidentitymanagement kholidays kcalcore akonadi-client)
-makedepends=(extra-cmake-modules kdoctools python boost)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('bf6af8978c99b15677107284a45d3a2e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kalarmcal/repos/kde-unstable-x86_64/PKGBUILD (from rev 265270, 
kalarmcal/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:25:49 UTC (rev 265271)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kalarmcal
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The KAlarm client library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kidentitymanagement kholidays kcalcore akonadi-client)
+makedepends=(extra-cmake-modules kdoctools python boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('bf6af8978c99b15677107284a45d3a2e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:25:31
  Author: arojas
Revision: 265270

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

Added:
  akonadi-calendar/repos/kde-unstable-i686/PKGBUILD
(from rev 265269, akonadi-calendar/trunk/PKGBUILD)
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265269, akonadi-calendar/trunk/PKGBUILD)
Deleted:
  akonadi-calendar/repos/kde-unstable-i686/PKGBUILD
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:25:15 UTC (rev 265269)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:25:31 UTC (rev 265270)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-calendar
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Akonadi calendar integration"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kmailtransport kcalutils akonadi-contact)
-makedepends=(extra-cmake-modules kdoctools boost python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('12fcc95a82fa388b9a142e72da3fee01')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-calendar/repos/kde-unstable-i686/PKGBUILD (from rev 265269, 
akonadi-calendar/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:25:31 UTC (rev 265270)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-calendar
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Akonadi calendar integration"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmailtransport kcalutils akonadi-contact)
+makedepends=(extra-cmake-modules kdoctools boost python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('12fcc95a82fa388b9a142e72da3fee01')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:25:15 UTC (rev 265269)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:25:31 UTC (rev 265270)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-calendar
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Akonadi calendar integration"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kmailtransport kcalutils akonadi-contact)
-makedepends=(extra-cmake-modules kdoctools boost python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('12fcc95a82fa388b9a142e72da3fee01')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD (from rev 265269, 
akonadi-calendar/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:25:31 UTC (rev 265270)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-calendar
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Akonadi calendar integration"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmailtransport kcalutils akonadi-contact)
+makedepends=(extra-cmake-modules kdoctools boost python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('12fcc95a82fa388b9a142e72da3fee01')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+ 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:25:15
  Author: arojas
Revision: 265269

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:24:58 UTC (rev 265268)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:25:15 UTC (rev 265269)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmailtransport
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Mail Transport Service"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(akonadi-mime kcmutils kdelibs4support)
-makedepends=(extra-cmake-modules python kdoctools boost)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('83448c47ed0218be033142eaba408125')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmailtransport/repos/kde-unstable-i686/PKGBUILD (from rev 265268, 
kmailtransport/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:25:15 UTC (rev 265269)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmailtransport
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Mail Transport Service"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(akonadi-mime kcmutils kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('83448c47ed0218be033142eaba408125')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:24:58 UTC (rev 265268)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:25:15 UTC (rev 265269)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmailtransport
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Mail Transport Service"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(akonadi-mime kcmutils kdelibs4support)
-makedepends=(extra-cmake-modules python kdoctools boost)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('83448c47ed0218be033142eaba408125')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmailtransport/repos/kde-unstable-x86_64/PKGBUILD (from rev 265268, 
kmailtransport/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:25:15 UTC (rev 265269)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmailtransport
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Mail Transport Service"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(akonadi-mime kcmutils kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('83448c47ed0218be033142eaba408125')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:24:17
  Author: arojas
Revision: 265266

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

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

-+
 /PKGBUILD   |   82 ++
 /akonadi.install|   22 +
 kde-unstable-i686/PKGBUILD  |   41 -
 kde-unstable-i686/akonadi.install   |   11 
 kde-unstable-x86_64/PKGBUILD|   41 -
 kde-unstable-x86_64/akonadi.install |   11 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:24:01 UTC (rev 265265)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:24:17 UTC (rev 265266)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('kio' 'kitemmodels' 'mariadb')
-makedepends=('extra-cmake-modules' 'postgresql' 'kdesignerplugin' 'qt5-tools' 
'boost' 'python')
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=('akonadi-client')
-provides=('akonadi-client')
-replaces=('akonadi-client')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('7151e11069ff50be77633721b19f2439')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-i686/PKGBUILD (from rev 265265, 
akonadi/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:24:17 UTC (rev 265266)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('kio' 'kitemmodels' 'mariadb')
+makedepends=('extra-cmake-modules' 'postgresql' 'kdesignerplugin' 'qt5-tools' 
'boost' 'python')
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=('akonadi-client')
+provides=('akonadi-client')
+replaces=('akonadi-client')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('7151e11069ff50be77633721b19f2439')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/akonadi.install
===
--- kde-unstable-i686/akonadi.install   2016-04-19 11:24:01 UTC (rev 265265)
+++ kde-unstable-i686/akonadi.install   2016-04-19 11:24:17 UTC (rev 265266)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/kde-unstable-i686/akonadi.install (from rev 265265, 
akonadi/trunk/akonadi.install)
===
--- kde-unstable-i686/akonadi.install   (rev 0)
+++ kde-unstable-i686/akonadi.install   2016-04-19 11:24:17 UTC (rev 265266)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:24:58
  Author: arojas
Revision: 265268

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

Added:
  akonadi-search/repos/kde-unstable-i686/PKGBUILD
(from rev 265267, akonadi-search/trunk/PKGBUILD)
  akonadi-search/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265267, akonadi-search/trunk/PKGBUILD)
Deleted:
  akonadi-search/repos/kde-unstable-i686/PKGBUILD
  akonadi-search/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:24:39 UTC (rev 265267)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:24:58 UTC (rev 265268)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Gustavo Alvarez 
-
-pkgname=akonadi-search
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Libraries and daemons to implement searching in Akonadi"
-url='https://projects.kde.org/akonadi-search'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(xapian-core akonadi-mime kcontacts kcalcore krunner kcmutils)
-makedepends=(extra-cmake-modules kdoctools boost python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('27539d0daa7d1feca42d473130e49a2f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-search/repos/kde-unstable-i686/PKGBUILD (from rev 265267, 
akonadi-search/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:24:58 UTC (rev 265268)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Gustavo Alvarez 
+
+pkgname=akonadi-search
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://projects.kde.org/akonadi-search'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core akonadi-mime kcontacts kcalcore krunner kcmutils)
+makedepends=(extra-cmake-modules kdoctools boost python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('27539d0daa7d1feca42d473130e49a2f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:24:39 UTC (rev 265267)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:24:58 UTC (rev 265268)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Gustavo Alvarez 
-
-pkgname=akonadi-search
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Libraries and daemons to implement searching in Akonadi"
-url='https://projects.kde.org/akonadi-search'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(xapian-core akonadi-mime kcontacts kcalcore krunner kcmutils)
-makedepends=(extra-cmake-modules kdoctools boost python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('27539d0daa7d1feca42d473130e49a2f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-search/repos/kde-unstable-x86_64/PKGBUILD (from rev 265267, 
akonadi-search/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:24:58 UTC (rev 265268)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Gustavo Alvarez 
+
+pkgname=akonadi-search
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://projects.kde.org/akonadi-search'
+arch=(i686 x86_64)

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:24:39
  Author: arojas
Revision: 265267

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

Added:
  kdepimlibs/repos/kde-unstable-i686/PKGBUILD
(from rev 265266, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/kde-unstable-i686/akonadi-mime.install
(from rev 265266, kdepimlibs/trunk/akonadi-mime.install)
  kdepimlibs/repos/kde-unstable-i686/akonadi-socialutils.install
(from rev 265266, kdepimlibs/trunk/akonadi-socialutils.install)
  kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265266, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/kde-unstable-x86_64/akonadi-mime.install
(from rev 265266, kdepimlibs/trunk/akonadi-mime.install)
  kdepimlibs/repos/kde-unstable-x86_64/akonadi-socialutils.install
(from rev 265266, kdepimlibs/trunk/akonadi-socialutils.install)
Deleted:
  kdepimlibs/repos/kde-unstable-i686/PKGBUILD
  kdepimlibs/repos/kde-unstable-i686/akonadi-mime.install
  kdepimlibs/repos/kde-unstable-i686/akonadi-socialutils.install
  kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
  kdepimlibs/repos/kde-unstable-x86_64/akonadi-mime.install
  kdepimlibs/repos/kde-unstable-x86_64/akonadi-socialutils.install

-+
 /PKGBUILD   |  138 ++
 /akonadi-mime.install   |   22 +++
 /akonadi-socialutils.install|   22 +++
 kde-unstable-i686/PKGBUILD  |   69 ---
 kde-unstable-i686/akonadi-mime.install  |   11 -
 kde-unstable-i686/akonadi-socialutils.install   |   11 -
 kde-unstable-x86_64/PKGBUILD|   69 ---
 kde-unstable-x86_64/akonadi-mime.install|   11 -
 kde-unstable-x86_64/akonadi-socialutils.install |   11 -
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:24:17 UTC (rev 265266)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:24:39 UTC (rev 265267)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdepimlibs
-pkgname=(akonadi-contact akonadi-mime akonadi-notes akonadi-socialutils 
kio-pim)
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=(i686 x86_64)
-url='https://projects.kde.org/kdepimlibs'
-license=(GPL LGPL)
-makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks kdoctools boost python grantlee-qt5)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
-sha1sums=('9b943113845edd18718c2373437746243bc1d179')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_akonadi-contact() {
-  depends=(akonadi kmime kcontacts prison-frameworks qt5-webkit grantlee-qt5)
-
-  cd build/akonadi-contact
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-mime() {
-  depends=(akonadi kmime)
-  install=akonadi-mime.install
-
-  cd build/akonadi-mime
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-notes() {
-  depends=(kmime)
-
-  cd build/akonadi-notes
-  make DESTDIR="$pkgdir" install
-}
-
-package_akonadi-socialutils() {
-  depends=(akonadi)
-  install=akonadi-socialutils.install
-
-  cd build/akonadi-socialutils
-  make DESTDIR="$pkgdir" install
-}
-
-package_kio-pim() {
-  pkgdesc='PIM kioslaves'
-  depends=(kldap kio)
-
-  cd build/kioslave
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepimlibs/repos/kde-unstable-i686/PKGBUILD (from rev 265266, 
kdepimlibs/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:24:39 UTC (rev 265267)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdepimlibs
+pkgname=(akonadi-contact akonadi-mime akonadi-notes akonadi-socialutils 
kio-pim)
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM Libraries"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kdepimlibs'
+license=(GPL LGPL)
+makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks kdoctools boost python grantlee-qt5)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
+sha1sums=('9b943113845edd18718c2373437746243bc1d179')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:24:01
  Author: arojas
Revision: 265265

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:23:45 UTC (rev 265264)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:24:01 UTC (rev 265265)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pkgname=ktnef
-pkgname=lib$_pkgname
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="API for handling TNEF data"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcalutils kcontacts)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
-md5sums=('91e9deaab2a952bbf26f5286588fc49c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libktnef/repos/kde-unstable-i686/PKGBUILD (from rev 265264, 
libktnef/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:24:01 UTC (rev 265265)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+_pkgname=ktnef
+pkgname=lib$_pkgname
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="API for handling TNEF data"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
+md5sums=('91e9deaab2a952bbf26f5286588fc49c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:23:45 UTC (rev 265264)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:24:01 UTC (rev 265265)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pkgname=ktnef
-pkgname=lib$_pkgname
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="API for handling TNEF data"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcalutils kcontacts)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
-md5sums=('91e9deaab2a952bbf26f5286588fc49c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libktnef/repos/kde-unstable-x86_64/PKGBUILD (from rev 265264, 
libktnef/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:24:01 UTC (rev 265265)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+_pkgname=ktnef
+pkgname=lib$_pkgname
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="API for handling TNEF data"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
+md5sums=('91e9deaab2a952bbf26f5286588fc49c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:23:45
  Author: arojas
Revision: 265264

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:23:28 UTC (rev 265263)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:23:45 UTC (rev 265264)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kontactinterface
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Kontact Plugin Interface Library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kparts)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('809a4a859f1e1ef32514ad39af76f79b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kontactinterface/repos/kde-unstable-i686/PKGBUILD (from rev 265263, 
kontactinterface/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:23:45 UTC (rev 265264)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kontactinterface
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Kontact Plugin Interface Library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('809a4a859f1e1ef32514ad39af76f79b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:23:28 UTC (rev 265263)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:23:45 UTC (rev 265264)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kontactinterface
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Kontact Plugin Interface Library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kparts)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('809a4a859f1e1ef32514ad39af76f79b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kontactinterface/repos/kde-unstable-x86_64/PKGBUILD (from rev 265263, 
kontactinterface/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:23:45 UTC (rev 265264)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kontactinterface
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Kontact Plugin Interface Library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('809a4a859f1e1ef32514ad39af76f79b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:23:28
  Author: arojas
Revision: 265263

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:23:11 UTC (rev 265262)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:23:28 UTC (rev 265263)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmbox
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Library for accessing mail storages in MBox format"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kmime)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('34712640a2aece8d26a8800db0ce3847')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmbox/repos/kde-unstable-i686/PKGBUILD (from rev 265262, 
kmbox/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:23:28 UTC (rev 265263)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmbox
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Library for accessing mail storages in MBox format"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('34712640a2aece8d26a8800db0ce3847')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:23:11 UTC (rev 265262)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:23:28 UTC (rev 265263)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmbox
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Library for accessing mail storages in MBox format"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kmime)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('34712640a2aece8d26a8800db0ce3847')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmbox/repos/kde-unstable-x86_64/PKGBUILD (from rev 265262, 
kmbox/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:23:28 UTC (rev 265263)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmbox
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Library for accessing mail storages in MBox format"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('34712640a2aece8d26a8800db0ce3847')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:23:11
  Author: arojas
Revision: 265262

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:22:55 UTC (rev 265261)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:23:11 UTC (rev 265262)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kldap
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="LDAP access API for KDE"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcompletion ki18n)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4fd0a83c48e8bf85ab1149f9ee93e3fb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kldap/repos/kde-unstable-i686/PKGBUILD (from rev 265261, 
kldap/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:23:11 UTC (rev 265262)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kldap
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="LDAP access API for KDE"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcompletion ki18n)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4fd0a83c48e8bf85ab1149f9ee93e3fb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:22:55 UTC (rev 265261)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:23:11 UTC (rev 265262)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kldap
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="LDAP access API for KDE"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcompletion ki18n)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4fd0a83c48e8bf85ab1149f9ee93e3fb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kldap/repos/kde-unstable-x86_64/PKGBUILD (from rev 265261, 
kldap/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:23:11 UTC (rev 265262)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kldap
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="LDAP access API for KDE"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcompletion ki18n)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4fd0a83c48e8bf85ab1149f9ee93e3fb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:22:38
  Author: arojas
Revision: 265260

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:22:21 UTC (rev 265259)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:22:38 UTC (rev 265260)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmime
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Library for handling mail messages and newsgroup articles"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(ki18n kcodecs)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e62fcbec1ec3637ed600555d2560eab0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmime/repos/kde-unstable-i686/PKGBUILD (from rev 265259, 
kmime/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:22:38 UTC (rev 265260)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmime
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Library for handling mail messages and newsgroup articles"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e62fcbec1ec3637ed600555d2560eab0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:22:21 UTC (rev 265259)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:22:38 UTC (rev 265260)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmime
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Library for handling mail messages and newsgroup articles"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(ki18n kcodecs)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e62fcbec1ec3637ed600555d2560eab0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmime/repos/kde-unstable-x86_64/PKGBUILD (from rev 265259, 
kmime/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:22:38 UTC (rev 265260)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmime
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Library for handling mail messages and newsgroup articles"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e62fcbec1ec3637ed600555d2560eab0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:22:55
  Author: arojas
Revision: 265261

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:22:38 UTC (rev 265260)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:22:55 UTC (rev 265261)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kimap
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Job-based API for interacting with IMAP servers"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kmime kio)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('ac4d5075355131928af4be083af3be12')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kimap/repos/kde-unstable-i686/PKGBUILD (from rev 265260, 
kimap/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:22:55 UTC (rev 265261)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kimap
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Job-based API for interacting with IMAP servers"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmime kio)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('ac4d5075355131928af4be083af3be12')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kimap/repos/kde-unstable-x86_64/PKGBUILD (from rev 265260, 
kimap/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:22:55 UTC (rev 265261)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kimap
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Job-based API for interacting with IMAP servers"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmime kio)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('ac4d5075355131928af4be083af3be12')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:22:04
  Author: arojas
Revision: 265258

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:21:47 UTC (rev 265257)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:22:04 UTC (rev 265258)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pkgname=syndication
-pkgname=kde-$_pkgname
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="RSS/Atom parser library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$_pkgname;
-license=(LGPL)
-depends=(kio)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
-md5sums=('90180e413dfa97065f7a627e1b79746e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kde-syndication/repos/kde-unstable-i686/PKGBUILD (from rev 265257, 
kde-syndication/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:22:04 UTC (rev 265258)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+_pkgname=syndication
+pkgname=kde-$_pkgname
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="RSS/Atom parser library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$_pkgname;
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
+md5sums=('90180e413dfa97065f7a627e1b79746e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:21:47 UTC (rev 265257)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:22:04 UTC (rev 265258)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pkgname=syndication
-pkgname=kde-$_pkgname
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="RSS/Atom parser library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$_pkgname;
-license=(LGPL)
-depends=(kio)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
-md5sums=('90180e413dfa97065f7a627e1b79746e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kde-syndication/repos/kde-unstable-x86_64/PKGBUILD (from rev 265257, 
kde-syndication/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:22:04 UTC (rev 265258)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+_pkgname=syndication
+pkgname=kde-$_pkgname
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="RSS/Atom parser library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$_pkgname;
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz;)
+md5sums=('90180e413dfa97065f7a627e1b79746e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:22:21
  Author: arojas
Revision: 265259

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:22:04 UTC (rev 265258)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:22:21 UTC (rev 265259)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kblog
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A blogging library for KDE"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kxmlrpcclient kde-syndication kcalcore)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('2131843d55d7f0721bcbc2c4daf3f58c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kblog/repos/kde-unstable-i686/PKGBUILD (from rev 265258, 
kblog/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:22:21 UTC (rev 265259)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kblog
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A blogging library for KDE"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kxmlrpcclient kde-syndication kcalcore)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2131843d55d7f0721bcbc2c4daf3f58c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kblog/repos/kde-unstable-x86_64/PKGBUILD (from rev 265258, 
kblog/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:22:21 UTC (rev 265259)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kblog
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A blogging library for KDE"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kxmlrpcclient kde-syndication kcalcore)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2131843d55d7f0721bcbc2c4daf3f58c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:21:47
  Author: arojas
Revision: 265257

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:21:30 UTC (rev 265256)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:21:47 UTC (rev 265257)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kholidays
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="KDE library for regional holiday information"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules qt5-declarative)
-optdepends=('qt5-declarative: QML bindings')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('f014a0a23363be700d70792c196e1d4a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kholidays/repos/kde-unstable-i686/PKGBUILD (from rev 265256, 
kholidays/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:21:47 UTC (rev 265257)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kholidays
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE library for regional holiday information"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f014a0a23363be700d70792c196e1d4a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:21:30 UTC (rev 265256)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:21:47 UTC (rev 265257)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kholidays
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="KDE library for regional holiday information"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules qt5-declarative)
-optdepends=('qt5-declarative: QML bindings')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('f014a0a23363be700d70792c196e1d4a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kholidays/repos/kde-unstable-x86_64/PKGBUILD (from rev 265256, 
kholidays/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:21:47 UTC (rev 265257)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kholidays
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE library for regional holiday information"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f014a0a23363be700d70792c196e1d4a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:21:30
  Author: arojas
Revision: 265256

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:21:14 UTC (rev 265255)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:21:30 UTC (rev 265256)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcalutils
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="The KDE calendar utility library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcalcore kidentitymanagement)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('aa39b4a700e882bbe3ed72bb09fb31d6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalutils/repos/kde-unstable-i686/PKGBUILD (from rev 265255, 
kcalutils/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:21:30 UTC (rev 265256)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcalutils
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The KDE calendar utility library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcalcore kidentitymanagement)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('aa39b4a700e882bbe3ed72bb09fb31d6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:21:14 UTC (rev 265255)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:21:30 UTC (rev 265256)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcalutils
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="The KDE calendar utility library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcalcore kidentitymanagement)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('aa39b4a700e882bbe3ed72bb09fb31d6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalutils/repos/kde-unstable-x86_64/PKGBUILD (from rev 265255, 
kcalutils/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:21:30 UTC (rev 265256)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcalutils
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The KDE calendar utility library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcalcore kidentitymanagement)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('aa39b4a700e882bbe3ed72bb09fb31d6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:21:14
  Author: arojas
Revision: 265255

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:20:58 UTC (rev 265254)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:21:14 UTC (rev 265255)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kidentitymanagement
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="KDE PIM libraries"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('2bb9ffbeb161adbdcb9b033f832a0c49')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kidentitymanagement/repos/kde-unstable-i686/PKGBUILD (from rev 265254, 
kidentitymanagement/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:21:14 UTC (rev 265255)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kidentitymanagement
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM libraries"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2bb9ffbeb161adbdcb9b033f832a0c49')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:20:58 UTC (rev 265254)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:21:14 UTC (rev 265255)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kidentitymanagement
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="KDE PIM libraries"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('2bb9ffbeb161adbdcb9b033f832a0c49')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kidentitymanagement/repos/kde-unstable-x86_64/PKGBUILD (from rev 
265254, kidentitymanagement/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:21:14 UTC (rev 265255)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kidentitymanagement
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM libraries"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2bb9ffbeb161adbdcb9b033f832a0c49')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:20:06
  Author: arojas
Revision: 265251

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:19:49 UTC (rev 265250)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:20:06 UTC (rev 265251)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcontacts
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Address book API for KDE"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcoreaddons kconfig ki18n kcodecs)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('35f3592c76f3ca705f0a9f2233d379d9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcontacts/repos/kde-unstable-i686/PKGBUILD (from rev 265250, 
kcontacts/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:20:06 UTC (rev 265251)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcontacts
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Address book API for KDE"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcoreaddons kconfig ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('35f3592c76f3ca705f0a9f2233d379d9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:19:49 UTC (rev 265250)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:20:06 UTC (rev 265251)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcontacts
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Address book API for KDE"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcoreaddons kconfig ki18n kcodecs)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('35f3592c76f3ca705f0a9f2233d379d9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcontacts/repos/kde-unstable-x86_64/PKGBUILD (from rev 265250, 
kcontacts/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:20:06 UTC (rev 265251)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcontacts
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Address book API for KDE"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcoreaddons kconfig ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('35f3592c76f3ca705f0a9f2233d379d9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:20:58
  Author: arojas
Revision: 265254

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:20:40 UTC (rev 265253)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:20:58 UTC (rev 265254)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kpimtextedit
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A textedit with PIM-specific features"
-arch=(i686 x86_64)
-url="https://projects.kde.org/projects/kde/pim/$_gitname;
-license=(LGPL)
-depends=(kio kemoticons grantlee-qt5)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('deb62fea38c0ba42b06ec70064811b15')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpimtextedit/repos/kde-unstable-i686/PKGBUILD (from rev 265253, 
kpimtextedit/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:20:58 UTC (rev 265254)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpimtextedit
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A textedit with PIM-specific features"
+arch=(i686 x86_64)
+url="https://projects.kde.org/projects/kde/pim/$_gitname;
+license=(LGPL)
+depends=(kio kemoticons grantlee-qt5)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('deb62fea38c0ba42b06ec70064811b15')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:20:40 UTC (rev 265253)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:20:58 UTC (rev 265254)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kpimtextedit
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A textedit with PIM-specific features"
-arch=(i686 x86_64)
-url="https://projects.kde.org/projects/kde/pim/$_gitname;
-license=(LGPL)
-depends=(kio kemoticons grantlee-qt5)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('deb62fea38c0ba42b06ec70064811b15')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD (from rev 265253, 
kpimtextedit/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:20:58 UTC (rev 265254)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpimtextedit
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A textedit with PIM-specific features"
+arch=(i686 x86_64)
+url="https://projects.kde.org/projects/kde/pim/$_gitname;
+license=(LGPL)
+depends=(kio kemoticons grantlee-qt5)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('deb62fea38c0ba42b06ec70064811b15')
+
+prepare() {
+  mkdir -p build
+}
+
+build() 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:20:40
  Author: arojas
Revision: 265253

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:20:22 UTC (rev 265252)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:20:40 UTC (rev 265253)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcalcore
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="The KDE calendar access library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(libical kdelibs4support)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4c2eef059c8c08605b58bcaeb42d71f9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalcore/repos/kde-unstable-i686/PKGBUILD (from rev 265252, 
kcalcore/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:20:40 UTC (rev 265253)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcalcore
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The KDE calendar access library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(libical kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4c2eef059c8c08605b58bcaeb42d71f9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:20:22 UTC (rev 265252)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:20:40 UTC (rev 265253)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcalcore
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="The KDE calendar access library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(libical kdelibs4support)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4c2eef059c8c08605b58bcaeb42d71f9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalcore/repos/kde-unstable-x86_64/PKGBUILD (from rev 265252, 
kcalcore/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:20:40 UTC (rev 265253)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcalcore
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The KDE calendar access library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(libical kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4c2eef059c8c08605b58bcaeb42d71f9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:20:22
  Author: arojas
Revision: 265252

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:20:06 UTC (rev 265251)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:20:22 UTC (rev 265252)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gpgmepp
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="C++ bindings/wrapper for gpgme"
-arch=(i686 x86_64)
-url="https://projects.kde.org/gpgmepp;
-license=(LGPL)
-depends=(gpgme qt5-base)
-makedepends=(extra-cmake-modules python boost)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e64ecbce3f7a74f6bd4c8085a40376d4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: gpgmepp/repos/kde-unstable-i686/PKGBUILD (from rev 265251, 
gpgmepp/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:20:22 UTC (rev 265252)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gpgmepp
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="C++ bindings/wrapper for gpgme"
+arch=(i686 x86_64)
+url="https://projects.kde.org/gpgmepp;
+license=(LGPL)
+depends=(gpgme qt5-base)
+makedepends=(extra-cmake-modules python boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e64ecbce3f7a74f6bd4c8085a40376d4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:20:06 UTC (rev 265251)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:20:22 UTC (rev 265252)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gpgmepp
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="C++ bindings/wrapper for gpgme"
-arch=(i686 x86_64)
-url="https://projects.kde.org/gpgmepp;
-license=(LGPL)
-depends=(gpgme qt5-base)
-makedepends=(extra-cmake-modules python boost)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e64ecbce3f7a74f6bd4c8085a40376d4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: gpgmepp/repos/kde-unstable-x86_64/PKGBUILD (from rev 265251, 
gpgmepp/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:20:22 UTC (rev 265252)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gpgmepp
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="C++ bindings/wrapper for gpgme"
+arch=(i686 x86_64)
+url="https://projects.kde.org/gpgmepp;
+license=(LGPL)
+depends=(gpgme qt5-base)
+makedepends=(extra-cmake-modules python boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e64ecbce3f7a74f6bd4c8085a40376d4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:19:49
  Author: arojas
Revision: 265250

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

Added:
  baloo-widgets/repos/kde-unstable-i686/PKGBUILD
(from rev 265249, baloo-widgets/trunk/PKGBUILD)
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265249, baloo-widgets/trunk/PKGBUILD)
Deleted:
  baloo-widgets/repos/kde-unstable-i686/PKGBUILD
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:19:33 UTC (rev 265249)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:19:49 UTC (rev 265250)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=baloo-widgets
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Widgets for Baloo"
-arch=(i686 x86_64)
-url='https://projects.kde.org/baloo-widgets'
-license=(LGPL)
-depends=(baloo)
-makedepends=(extra-cmake-modules kdoctools python)
-replaces=(baloo4-widgets)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('438024b01dade3daeb952a1326e6199c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: baloo-widgets/repos/kde-unstable-i686/PKGBUILD (from rev 265249, 
baloo-widgets/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:19:49 UTC (rev 265250)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo-widgets
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Widgets for Baloo"
+arch=(i686 x86_64)
+url='https://projects.kde.org/baloo-widgets'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools python)
+replaces=(baloo4-widgets)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('438024b01dade3daeb952a1326e6199c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:19:33 UTC (rev 265249)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:19:49 UTC (rev 265250)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=baloo-widgets
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Widgets for Baloo"
-arch=(i686 x86_64)
-url='https://projects.kde.org/baloo-widgets'
-license=(LGPL)
-depends=(baloo)
-makedepends=(extra-cmake-modules kdoctools python)
-replaces=(baloo4-widgets)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('438024b01dade3daeb952a1326e6199c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD (from rev 265249, 
baloo-widgets/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:19:49 UTC (rev 265250)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo-widgets
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Widgets for Baloo"
+arch=(i686 x86_64)
+url='https://projects.kde.org/baloo-widgets'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools python)
+replaces=(baloo4-widgets)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('438024b01dade3daeb952a1326e6199c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:19:33
  Author: arojas
Revision: 265249

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:19:15 UTC (rev 265248)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:19:33 UTC (rev 265249)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kqtquickcharts
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
-url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1dd62009da667d534a50f3a59663e56dab46184e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kqtquickcharts/repos/kde-unstable-i686/PKGBUILD (from rev 265248, 
kqtquickcharts/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:19:33 UTC (rev 265249)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kqtquickcharts
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1dd62009da667d534a50f3a59663e56dab46184e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:19:15 UTC (rev 265248)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:19:33 UTC (rev 265249)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kqtquickcharts
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
-url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1dd62009da667d534a50f3a59663e56dab46184e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD (from rev 265248, 
kqtquickcharts/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:19:33 UTC (rev 265249)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kqtquickcharts
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:18:03
  Author: arojas
Revision: 265244

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:17:47 UTC (rev 265243)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:18:03 UTC (rev 265244)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkcddb
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="KDE CDDB library"
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e57950a891486427a81e11f84e19259b3c22479c')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkcddb/repos/kde-unstable-i686/PKGBUILD (from rev 265243, 
libkcddb/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:18:03 UTC (rev 265244)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcddb
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE CDDB library"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e57950a891486427a81e11f84e19259b3c22479c')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:17:47 UTC (rev 265243)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:18:03 UTC (rev 265244)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkcddb
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="KDE CDDB library"
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('e57950a891486427a81e11f84e19259b3c22479c')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkcddb/repos/kde-unstable-x86_64/PKGBUILD (from rev 265243, 
libkcddb/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:18:03 UTC (rev 265244)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcddb
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE CDDB library"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:16:44
  Author: arojas
Revision: 265239

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:16:29 UTC (rev 265238)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:16:44 UTC (rev 265239)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdcraw
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A C++ interface used to decode RAW picture"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base libraw)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('ae8e59e03b919e9b542dd3fa2377901975845968')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkdcraw/repos/kde-unstable-i686/PKGBUILD (from rev 265238, 
libkdcraw/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:16:44 UTC (rev 265239)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdcraw
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base libraw)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('ae8e59e03b919e9b542dd3fa2377901975845968')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/libkdcraw.install
===
--- kde-unstable-i686/libkdcraw.install 2016-04-19 11:16:29 UTC (rev 265238)
+++ kde-unstable-i686/libkdcraw.install 2016-04-19 11:16:44 UTC (rev 265239)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkdcraw/repos/kde-unstable-i686/libkdcraw.install (from rev 265238, 
libkdcraw/trunk/libkdcraw.install)
===
--- kde-unstable-i686/libkdcraw.install (rev 0)
+++ kde-unstable-i686/libkdcraw.install 2016-04-19 11:16:44 UTC (rev 265239)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:16:29 UTC (rev 265238)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:16:44 UTC (rev 265239)
@@ -1,37 +0,0 @@
-# $Id$
-# 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:16:58
  Author: arojas
Revision: 265240

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:16:44 UTC (rev 265239)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:16:58 UTC (rev 265240)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkipi
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('824bde7e722ee08feb6103d5c479c4c3fee3c932')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 265239, 
libkipi/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:16:58 UTC (rev 265240)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('824bde7e722ee08feb6103d5c479c4c3fee3c932')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/libkipi.install
===
--- kde-unstable-i686/libkipi.install   2016-04-19 11:16:44 UTC (rev 265239)
+++ kde-unstable-i686/libkipi.install   2016-04-19 11:16:58 UTC (rev 265240)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 265239, 
libkipi/trunk/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2016-04-19 11:16:58 UTC (rev 265240)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 11:16:44 UTC (rev 265239)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 11:16:58 UTC (rev 265240)
@@ -1,37 +0,0 @@
-# $Id$
-# 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:16:00
  Author: arojas
Revision: 265236

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

Added:
  kdebase/repos/kde-unstable-i686/PKGBUILD
(from rev 265235, kdebase/trunk/PKGBUILD)
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
(from rev 265235, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-i686/kdebase.install
(from rev 265235, kdebase/trunk/kdebase.install)
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265235, kdebase/trunk/PKGBUILD)
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
(from rev 265235, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-x86_64/kdebase.install
(from rev 265235, kdebase/trunk/kdebase.install)
Deleted:
  kdebase/repos/kde-unstable-i686/PKGBUILD
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
  kdebase/repos/kde-unstable-i686/kdebase.install
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
  kdebase/repos/kde-unstable-x86_64/kdebase.install

---+
 /PKGBUILD |  242 
 /kdebase-konqueror.install|   24 ++
 /kdebase.install  |   22 ++
 kde-unstable-i686/PKGBUILD|  121 
 kde-unstable-i686/kdebase-konqueror.install   |   12 -
 kde-unstable-i686/kdebase.install |   11 -
 kde-unstable-x86_64/PKGBUILD  |  121 
 kde-unstable-x86_64/kdebase-konqueror.install |   12 -
 kde-unstable-x86_64/kdebase.install   |   11 -
 9 files changed, 288 insertions(+), 288 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:15:38 UTC (rev 265235)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:16:00 UTC (rev 265236)
@@ -1,121 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdebase
-pkgname=('kdebase-kdepasswd'
- 'kdebase-kdialog'
- 'kdebase-keditbookmarks'
- 'kdebase-kfind'
- 'kdebase-konq-plugins'
- 'kdebase-konqueror'
- 'kdebase-lib'
-'dolphinpart4')
-pkgver=16.04.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-makedepends=('libkactivities4' 'cmake' 'automoc4' 'tidy')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
-sha1sums=('ea32fba276acb4dd35f20fcef8da62e6944ee968')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kde-baseapps-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kdebase-kdepasswd() {
-  pkgdesc='Change Password'
-  depends=('kdebase-runtime' 'kdebase-lib')
-
-  cd "$srcdir"/build/kdepasswd
-  make DESTDIR="$pkgdir" install
-  cd "$srcdir"/build/doc/kdepasswd
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-kdialog() {
-  pkgdesc='A utility for displaying dialog boxes from shell scripts'
-  depends=('kdebase-runtime')
-
-  cd "$srcdir"/build/kdialog
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-keditbookmarks() {
-  pkgdesc='Bookmark Organizer and Editor'
-  depends=('kdebase-runtime')
-
-  cd "$srcdir"/build/keditbookmarks
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-kfind() {
-  pkgdesc='Find Files/Folders'
-  depends=('kdebase-runtime' 'kdebase-lib')
-  url="http://kde.org/applications/utilities/kfind/;
-  install='kdebase.install'
-
-  cd "$srcdir"/build/kfind
-  make DESTDIR="$pkgdir" install
-  cd "$srcdir"/build/doc/kfind
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-konq-plugins() {
-  pkgdesc='Extra plugins for Konqueror'
-  depends=('kdebase-konqueror' 'tidy')
-  replaces=('konq-plugins')
-  install='kdebase.install'
-
-  cd "$srcdir"/build/konq-plugins
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-konqueror() {
-  pkgdesc='KDE File Manager & Web Browser'
-  depends=('dolphinpart4' 'kdebase-keditbookmarks')
-  optdepends=('kwebkitpart: to enable webkit engine')
-  url="http://kde.org/applications/internet/konqueror/;
-  install='kdebase-konqueror.install'
-  conflicts=('kdebase-nsplugins')
-  replaces=('kdebase-nsplugins')
-
-  for i in konqueror doc/konqueror nsplugins; do
-cd "$srcdir"/build/${i}
-make DESTDIR="$pkgdir" install
-  done
-}
-
-package_kdebase-lib() {
-  pkgdesc='KDE libraries for the basic desktop applications'
-  groups=()
-  depends=('kdelibs')
-  conflicts=('kde-templates')
-
-  cd "$srcdir"/build/lib
-  make DESTDIR="$pkgdir" install
-}
-
-package_dolphinpart4() {
-  pkgdesc='KDE4 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:15:38
  Author: arojas
Revision: 265235

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

Added:
  kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD
(from rev 265234, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install
(from rev 265234, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265234, kdegraphics-mobipocket/trunk/PKGBUILD)
  
kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install
(from rev 265234, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
Deleted:
  kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
  
kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 11:15:21 UTC (rev 265234)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:15:38 UTC (rev 265235)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-mobipocket
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A collection of plugins to handle mobipocket files"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdegraphics')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('57d2c1623b052b56af6c39476461a40c6b1e8994')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD (from rev 
265234, kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:15:38 UTC (rev 265235)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-mobipocket
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('57d2c1623b052b56af6c39476461a40c6b1e8994')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-mobipocket.install
===
--- kde-unstable-i686/kdegraphics-mobipocket.install2016-04-19 11:15:21 UTC 
(rev 265234)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2016-04-19 11:15:38 UTC 
(rev 265235)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install 
(from rev 265234, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===
--- kde-unstable-i686/kdegraphics-mobipocket.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2016-04-19 11:15:38 UTC 
(rev 265235)
@@ -0,0 +1,11 @@

[arch-commits] Commit in kdeedu-data/repos/kde-unstable-any (4 files)

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:16:11
  Author: arojas
Revision: 265237

archrelease: copy trunk to kde-unstable-any

Added:
  kdeedu-data/repos/kde-unstable-any/PKGBUILD
(from rev 265236, kdeedu-data/trunk/PKGBUILD)
  kdeedu-data/repos/kde-unstable-any/kdeedu-data.install
(from rev 265236, kdeedu-data/trunk/kdeedu-data.install)
Deleted:
  kdeedu-data/repos/kde-unstable-any/PKGBUILD
  kdeedu-data/repos/kde-unstable-any/kdeedu-data.install

-+
 PKGBUILD|   68 +-
 kdeedu-data.install |   24 -
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-19 11:16:00 UTC (rev 265236)
+++ PKGBUILD2016-04-19 11:16:11 UTC (rev 265237)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-data
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Common data for KDE Edu applications"
-url="http://kde.org/applications/education;
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-depends=('hicolor-icon-theme')
-makedepends=('extra-cmake-modules')
-conflicts=('libkdeedu<14')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('b40fa09243f165fc30b9bb066c2dcdf0e7e160e1')
-install=$pkgname.install
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-data/repos/kde-unstable-any/PKGBUILD (from rev 265236, 
kdeedu-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-19 11:16:11 UTC (rev 265237)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-data
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="http://kde.org/applications/education;
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+depends=('hicolor-icon-theme')
+makedepends=('extra-cmake-modules')
+conflicts=('libkdeedu<14')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('b40fa09243f165fc30b9bb066c2dcdf0e7e160e1')
+install=$pkgname.install
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kdeedu-data.install
===
--- kdeedu-data.install 2016-04-19 11:16:00 UTC (rev 265236)
+++ kdeedu-data.install 2016-04-19 11:16:11 UTC (rev 265237)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdeedu-data/repos/kde-unstable-any/kdeedu-data.install (from rev 
265236, kdeedu-data/trunk/kdeedu-data.install)
===
--- kdeedu-data.install (rev 0)
+++ kdeedu-data.install 2016-04-19 11:16:11 UTC (rev 265237)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 13:15:21
  Author: arojas
Revision: 265234

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

Added:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 265233, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
(from rev 265233, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265233, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install
(from rev 265233, kdebase-runtime/trunk/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install

-+
 /PKGBUILD   |  108 ++
 /kdebase-runtime.install|   26 ++
 kde-unstable-i686/PKGBUILD  |   54 -
 kde-unstable-i686/kdebase-runtime.install   |   13 ---
 kde-unstable-x86_64/PKGBUILD|   54 -
 kde-unstable-x86_64/kdebase-runtime.install |   13 ---
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:08:50 UTC (rev 265233)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:15:21 UTC (rev 265234)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdebase-runtime
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'kdepimlibs4')
-optdepends=('gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications documentation')
-provides=(notification-daemon)
-conflicts=(kdesu4)
-replaces=(kdesu4)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('e49c748bcf569e52bf59354e2fffe17c1f40bc26')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF \
--DBUILD_khelpcenter=OFF \
--DBUILD_kglobalaccel=OFF \
--DBUILD_kuiserver=OFF \
--DBUILD_doc=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/share/icons/hicolor/index.theme
-  ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
-
-# FS#36668
-  chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
-  chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 265233, 
kdebase-runtime/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 11:15:21 UTC (rev 265234)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
+depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'kdepimlibs4')
+optdepends=('gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications documentation')
+provides=(notification-daemon)
+conflicts=(kdesu4)
+replaces=(kdesu4)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('e49c748bcf569e52bf59354e2fffe17c1f40bc26')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+

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

2016-04-19 Thread Jiachen Yang
Date: Tuesday, April 19, 2016 @ 12:17:30
  Author: farseerfc
Revision: 171391

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

Added:
  powerline/repos/community-i686/PKGBUILD
(from rev 171390, powerline/trunk/PKGBUILD)
  powerline/repos/community-i686/powerline-fonts.install
(from rev 171390, powerline/trunk/powerline-fonts.install)
  powerline/repos/community-i686/powerline.install
(from rev 171390, powerline/trunk/powerline.install)
  powerline/repos/community-i686/powerline2.install
(from rev 171390, powerline/trunk/powerline2.install)
  powerline/repos/community-x86_64/PKGBUILD
(from rev 171390, powerline/trunk/PKGBUILD)
  powerline/repos/community-x86_64/powerline-fonts.install
(from rev 171390, powerline/trunk/powerline-fonts.install)
  powerline/repos/community-x86_64/powerline.install
(from rev 171390, powerline/trunk/powerline.install)
  powerline/repos/community-x86_64/powerline2.install
(from rev 171390, powerline/trunk/powerline2.install)
Deleted:
  powerline/repos/community-i686/PKGBUILD
  powerline/repos/community-i686/powerline-fonts.install
  powerline/repos/community-i686/powerline.install
  powerline/repos/community-i686/powerline2.install
  powerline/repos/community-x86_64/PKGBUILD
  powerline/repos/community-x86_64/powerline-fonts.install
  powerline/repos/community-x86_64/powerline.install
  powerline/repos/community-x86_64/powerline2.install

--+
 /PKGBUILD|  358 +
 /powerline-fonts.install |   18 +
 /powerline.install   |   14 +
 /powerline2.install  |   12 
 community-i686/PKGBUILD  |  179 --
 community-i686/powerline-fonts.install   |9 
 community-i686/powerline.install |7 
 community-i686/powerline2.install|6 
 community-x86_64/PKGBUILD|  179 --
 community-x86_64/powerline-fonts.install |9 
 community-x86_64/powerline.install   |7 
 community-x86_64/powerline2.install  |6 
 12 files changed, 402 insertions(+), 402 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-19 10:16:04 UTC (rev 171390)
+++ community-i686/PKGBUILD 2016-04-19 10:17:30 UTC (rev 171391)
@@ -1,179 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Swift Geek
-# AUR Maintainer: Timothée Ravier 
-# AUR Maintainer: Stefan Tatschner 
-# Contributor: Swift Geek
-# Contributor: Pablo Olmos de Aguilera C. pablo+aur at odac dot co
-
-_pkgname="powerline"
-pkgbase="powerline"
-pkgname=("powerline" "powerline2" "python-powerline" "python2-powerline" 
"powerline-common" "powerline-vim" "powerline-fonts")
-pkgdesc='Statusline plugin for vim, and provides statuslines and prompts for 
several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and 
Qtile'
-pkgver=2.3
-pkgrel=6
-url="https://github.com/${_pkgname}/${_pkgname};
-license=('MIT')
-arch=('x86_64' 'i686')
-makedepends=(
-'python2-setuptools'
-'python-setuptools'
-'python-sphinx'
-)
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('edd7018391a567de26743caf15adfc2c4c87d458202e98c5371fd77225dbbdb8a87fd41b2c6f0bb91dbdd61d432a8a2115c3be2708f1d8a3dd309dcd478f6938')
-
-
-
-prepare() {
-# fix https://bugs.archlinux.org/task/48358
-cd ${srcdir}/${_pkgname}-${pkgver}
-find scripts -type f -iname "powerline-*" -print0 | xargs -0 sed -i 
"1s/env //"
-find ${_pkgname}/bindings -type f -iname "*.py" -print0 | xargs -0 sed -i 
"1s/env //"
-
-
-cp -r ${srcdir}/${_pkgname}-${pkgver}{,-py2}
-# prepare python2 scripts
-cd ${srcdir}/${_pkgname}-${pkgver}-py2
-find scripts -type f -iname "powerline-*" -print0 | xargs -0 sed -i 
"1s/python/python2/"
-find ${_pkgname}/bindings -type f -iname "*.py" -print0 | xargs -0 sed -i 
"1s/python/python2/"
-}
-
-build(){
-# build main pages
-cd ${srcdir}/${_pkgname}-${pkgver}/docs
-make man
-
-# build C client
-cd ${srcdir}/${_pkgname}-${pkgver}
-python setup.py build
-
-cd ${srcdir}/${_pkgname}-${pkgver}-py2
-python2 setup.py build
-}
-
-
-# FIXME Currently test will fail with dividers and other errors
-# check(){
-# cd ${srcdir}/${_pkgname}-${pkgver}
-# LC_ALL=C python setup.py test
-# cd ${srcdir}/${_pkgname}-${pkgver}-py2
-# LC_ALL=C python2 setup.py test
-# }
-
-package_powerline(){
-depends=('python-powerline')
-conflicts=('powerline2' 'python-powerline<=2.3-1')
-replaces=('python-powerline<=2.3-1')
-install="powerline.install"
-
-cd ${srcdir}/${_pkgname}-${pkgver}/scripts
-install -Dm755 powerline "${pkgdir}/usr/bin/powerline"
-install -Dm755 

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

2016-04-19 Thread Jiachen Yang
Date: Tuesday, April 19, 2016 @ 12:16:04
  Author: farseerfc
Revision: 171390

upgpkg: powerline 2.4-1

powerline 2.4

Modified:
  powerline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-19 10:10:57 UTC (rev 171389)
+++ PKGBUILD2016-04-19 10:16:04 UTC (rev 171390)
@@ -9,8 +9,8 @@
 pkgbase="powerline"
 pkgname=("powerline" "powerline2" "python-powerline" "python2-powerline" 
"powerline-common" "powerline-vim" "powerline-fonts")
 pkgdesc='Statusline plugin for vim, and provides statuslines and prompts for 
several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and 
Qtile'
-pkgver=2.3
-pkgrel=6
+pkgver=2.4
+pkgrel=1
 url="https://github.com/${_pkgname}/${_pkgname};
 license=('MIT')
 arch=('x86_64' 'i686')
@@ -20,7 +20,7 @@
 'python-sphinx'
 )
 
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('edd7018391a567de26743caf15adfc2c4c87d458202e98c5371fd77225dbbdb8a87fd41b2c6f0bb91dbdd61d432a8a2115c3be2708f1d8a3dd309dcd478f6938')
+sha512sums=('4aebb21b1063efe891ab7d3d1b009b2d686d8f4b9e3d8051c01da8abd088572d42af2b258cdea9a629a6e4324522ebc97e9c2567a6d4d0759b6b4fb57eaedd11')
 
 
 


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

2016-04-19 Thread Jiachen Yang
Date: Tuesday, April 19, 2016 @ 12:10:57
  Author: farseerfc
Revision: 171389

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 171388, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 171388, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-19 10:10:16 UTC (rev 171388)
+++ PKGBUILD2016-04-19 10:10:57 UTC (rev 171389)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20160410
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('96bbba5967e00abb6cade504fbcadd96'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- '8a7d5efefea00655b4c178dff4c89070')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 171388, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-19 10:10:57 UTC (rev 171389)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20160417
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('5429a6b58763784b86b933cf55dd0506'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ '8a7d5efefea00655b4c178dff4c89070')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2016-04-19 10:10:16 UTC (rev 171388)
+++ skk-jisyo.install   2016-04-19 10:10:57 UTC (rev 171389)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 171388, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2016-04-19 10:10:57 UTC (rev 171389)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2016-04-19 Thread Jiachen Yang
Date: Tuesday, April 19, 2016 @ 12:10:16
  Author: farseerfc
Revision: 171388

upgpkg: skk-jisyo 20160417-1

release skk-jisyo 20160417

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-19 07:12:46 UTC (rev 171387)
+++ PKGBUILD2016-04-19 10:10:16 UTC (rev 171388)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20160410
+pkgver=20160417
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('96bbba5967e00abb6cade504fbcadd96'
+md5sums=('5429a6b58763784b86b933cf55dd0506'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:08:50
  Author: arojas
Revision: 265233

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-19 08:08:17 UTC (rev 265232)
+++ extra-i686/PKGBUILD 2016-04-19 08:08:50 UTC (rev 265233)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=grantlee-qt5
-pkgver=5.0.0
-pkgrel=3
-pkgdesc="A string template engine based on the Django template system and 
written in Qt5"
-arch=('i686' 'x86_64')
-url="https://www.gitorious.org/grantlee/pages/Home;
-license=('LGPL3')
-depends=('qt5-script')
-makedepends=('cmake' 'doxygen')
-source=("http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
-md5sums=('feb7f82d08e046fe078ea475dee710f6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../grantlee-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: grantlee-qt5/repos/extra-i686/PKGBUILD (from rev 265232, 
grantlee-qt5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-19 08:08:50 UTC (rev 265233)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=grantlee-qt5
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="A string template engine based on the Django template system and 
written in Qt5"
+arch=('i686' 'x86_64')
+url="https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt5-script')
+makedepends=('cmake' 'doxygen')
+source=("http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
+md5sums=('57989ae9f7c113e682ef1713a6f1e92a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../grantlee-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-19 08:08:17 UTC (rev 265232)
+++ extra-x86_64/PKGBUILD   2016-04-19 08:08:50 UTC (rev 265233)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=grantlee-qt5
-pkgver=5.0.0
-pkgrel=3
-pkgdesc="A string template engine based on the Django template system and 
written in Qt5"
-arch=('i686' 'x86_64')
-url="https://www.gitorious.org/grantlee/pages/Home;
-license=('LGPL3')
-depends=('qt5-script')
-makedepends=('cmake' 'doxygen')
-source=("http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
-md5sums=('feb7f82d08e046fe078ea475dee710f6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../grantlee-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: grantlee-qt5/repos/extra-x86_64/PKGBUILD (from rev 265232, 
grantlee-qt5/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-04-19 08:08:50 UTC (rev 265233)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=grantlee-qt5
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="A string template engine based on the Django template system and 
written in Qt5"
+arch=('i686' 'x86_64')
+url="https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt5-script')
+makedepends=('cmake' 'doxygen')
+source=("http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
+md5sums=('57989ae9f7c113e682ef1713a6f1e92a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../grantlee-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:08:17
  Author: arojas
Revision: 265232

Update to 5.1.0

Modified:
  grantlee-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-19 08:04:51 UTC (rev 265231)
+++ PKGBUILD2016-04-19 08:08:17 UTC (rev 265232)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=grantlee-qt5
-pkgver=5.0.0
-pkgrel=3
+pkgver=5.1.0
+pkgrel=1
 pkgdesc="A string template engine based on the Django template system and 
written in Qt5"
 arch=('i686' 'x86_64')
 url="https://www.gitorious.org/grantlee/pages/Home;
@@ -11,7 +11,7 @@
 depends=('qt5-script')
 makedepends=('cmake' 'doxygen')
 source=("http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
-md5sums=('feb7f82d08e046fe078ea475dee710f6')
+md5sums=('57989ae9f7c113e682ef1713a6f1e92a')
 
 prepare() {
   mkdir build


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

2016-04-19 Thread Tobias Powalowski
Date: Tuesday, April 19, 2016 @ 10:04:51
  Author: tpowa
Revision: 265231

archrelease: copy trunk to extra-any

Added:
  spice-protocol/repos/extra-any/PKGBUILD
(from rev 265230, spice-protocol/trunk/PKGBUILD)
Deleted:
  spice-protocol/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-19 08:04:44 UTC (rev 265230)
+++ PKGBUILD2016-04-19 08:04:51 UTC (rev 265231)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=spice-protocol
-pkgver=0.12.10
-pkgrel=1
-pkgdesc="Headers for SPICE protocol"
-arch=(any)
-url="http://spice-space.org;
-license=('BSD' 'LGPL2.1')
-source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-md5sums=('1fb9d0dcdd42dce1b476ae8aa7569bcc')

Copied: spice-protocol/repos/extra-any/PKGBUILD (from rev 265230, 
spice-protocol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-19 08:04:51 UTC (rev 265231)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice-protocol
+pkgver=0.12.11
+pkgrel=1
+pkgdesc="Headers for SPICE protocol"
+arch=(any)
+url="http://spice-space.org;
+license=('BSD' 'LGPL2.1')
+source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+md5sums=('422bf0bc1eb34c8af3479a78b28e969b')


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

2016-04-19 Thread Tobias Powalowski
Date: Tuesday, April 19, 2016 @ 10:04:44
  Author: tpowa
Revision: 265230

upgpkg: spice-protocol 0.12.11-1

bump to latest version

Modified:
  spice-protocol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-19 08:04:17 UTC (rev 265229)
+++ PKGBUILD2016-04-19 08:04:44 UTC (rev 265230)
@@ -3,7 +3,7 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice-protocol
-pkgver=0.12.10
+pkgver=0.12.11
 pkgrel=1
 pkgdesc="Headers for SPICE protocol"
 arch=(any)
@@ -22,4 +22,4 @@
   make DESTDIR="$pkgdir/" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
-md5sums=('1fb9d0dcdd42dce1b476ae8aa7569bcc')
+md5sums=('422bf0bc1eb34c8af3479a78b28e969b')


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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:04:17
  Author: arojas
Revision: 265229

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:03:56 UTC (rev 265228)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:04:17 UTC (rev 265229)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcalutils
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="The KDE calendar utility library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcalcore kidentitymanagement)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('aa39b4a700e882bbe3ed72bb09fb31d6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalutils/repos/kde-unstable-i686/PKGBUILD (from rev 265228, 
kcalutils/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:04:17 UTC (rev 265229)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcalutils
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The KDE calendar utility library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcalcore kidentitymanagement)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('aa39b4a700e882bbe3ed72bb09fb31d6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 08:03:56 UTC (rev 265228)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:04:17 UTC (rev 265229)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcalutils
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="The KDE calendar utility library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcalcore kidentitymanagement)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('aa39b4a700e882bbe3ed72bb09fb31d6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalutils/repos/kde-unstable-x86_64/PKGBUILD (from rev 265228, 
kcalutils/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:04:17 UTC (rev 265229)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcalutils
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The KDE calendar utility library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcalcore kidentitymanagement)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('aa39b4a700e882bbe3ed72bb09fb31d6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:03:56
  Author: arojas
Revision: 265228

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:03:36 UTC (rev 265227)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:03:56 UTC (rev 265228)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kidentitymanagement
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="KDE PIM libraries"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('2bb9ffbeb161adbdcb9b033f832a0c49')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kidentitymanagement/repos/kde-unstable-i686/PKGBUILD (from rev 265227, 
kidentitymanagement/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:03:56 UTC (rev 265228)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kidentitymanagement
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM libraries"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2bb9ffbeb161adbdcb9b033f832a0c49')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 08:03:36 UTC (rev 265227)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:03:56 UTC (rev 265228)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kidentitymanagement
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="KDE PIM libraries"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('2bb9ffbeb161adbdcb9b033f832a0c49')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kidentitymanagement/repos/kde-unstable-x86_64/PKGBUILD (from rev 
265227, kidentitymanagement/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:03:56 UTC (rev 265228)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kidentitymanagement
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE PIM libraries"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2bb9ffbeb161adbdcb9b033f832a0c49')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:03:36
  Author: arojas
Revision: 265227

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:03:15 UTC (rev 265226)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:03:36 UTC (rev 265227)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kpimtextedit
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A textedit with PIM-specific features"
-arch=(i686 x86_64)
-url="https://projects.kde.org/projects/kde/pim/$_gitname;
-license=(LGPL)
-depends=(kio kemoticons grantlee-qt5)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('deb62fea38c0ba42b06ec70064811b15')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpimtextedit/repos/kde-unstable-i686/PKGBUILD (from rev 265226, 
kpimtextedit/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:03:36 UTC (rev 265227)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpimtextedit
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A textedit with PIM-specific features"
+arch=(i686 x86_64)
+url="https://projects.kde.org/projects/kde/pim/$_gitname;
+license=(LGPL)
+depends=(kio kemoticons grantlee-qt5)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('deb62fea38c0ba42b06ec70064811b15')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD (from rev 265226, 
kpimtextedit/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:03:36 UTC (rev 265227)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpimtextedit
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A textedit with PIM-specific features"
+arch=(i686 x86_64)
+url="https://projects.kde.org/projects/kde/pim/$_gitname;
+license=(LGPL)
+depends=(kio kemoticons grantlee-qt5)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('deb62fea38c0ba42b06ec70064811b15')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:03:15
  Author: arojas
Revision: 265226

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:02:54 UTC (rev 265225)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:03:15 UTC (rev 265226)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcalcore
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="The KDE calendar access library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(libical kdelibs4support)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4c2eef059c8c08605b58bcaeb42d71f9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalcore/repos/kde-unstable-i686/PKGBUILD (from rev 265225, 
kcalcore/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:03:15 UTC (rev 265226)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcalcore
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The KDE calendar access library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(libical kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4c2eef059c8c08605b58bcaeb42d71f9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 08:02:54 UTC (rev 265225)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:03:15 UTC (rev 265226)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcalcore
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="The KDE calendar access library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(libical kdelibs4support)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4c2eef059c8c08605b58bcaeb42d71f9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalcore/repos/kde-unstable-x86_64/PKGBUILD (from rev 265225, 
kcalcore/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:03:15 UTC (rev 265226)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcalcore
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The KDE calendar access library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(libical kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4c2eef059c8c08605b58bcaeb42d71f9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:02:54
  Author: arojas
Revision: 265225

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:02:30 UTC (rev 265224)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:02:54 UTC (rev 265225)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gpgmepp
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="C++ bindings/wrapper for gpgme"
-arch=(i686 x86_64)
-url="https://projects.kde.org/gpgmepp;
-license=(LGPL)
-depends=(gpgme qt5-base)
-makedepends=(extra-cmake-modules python boost)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e64ecbce3f7a74f6bd4c8085a40376d4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: gpgmepp/repos/kde-unstable-i686/PKGBUILD (from rev 265224, 
gpgmepp/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:02:54 UTC (rev 265225)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gpgmepp
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="C++ bindings/wrapper for gpgme"
+arch=(i686 x86_64)
+url="https://projects.kde.org/gpgmepp;
+license=(LGPL)
+depends=(gpgme qt5-base)
+makedepends=(extra-cmake-modules python boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e64ecbce3f7a74f6bd4c8085a40376d4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 08:02:30 UTC (rev 265224)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:02:54 UTC (rev 265225)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gpgmepp
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="C++ bindings/wrapper for gpgme"
-arch=(i686 x86_64)
-url="https://projects.kde.org/gpgmepp;
-license=(LGPL)
-depends=(gpgme qt5-base)
-makedepends=(extra-cmake-modules python boost)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e64ecbce3f7a74f6bd4c8085a40376d4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: gpgmepp/repos/kde-unstable-x86_64/PKGBUILD (from rev 265224, 
gpgmepp/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:02:54 UTC (rev 265225)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gpgmepp
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="C++ bindings/wrapper for gpgme"
+arch=(i686 x86_64)
+url="https://projects.kde.org/gpgmepp;
+license=(LGPL)
+depends=(gpgme qt5-base)
+makedepends=(extra-cmake-modules python boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e64ecbce3f7a74f6bd4c8085a40376d4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:02:30
  Author: arojas
Revision: 265224

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:02:08 UTC (rev 265223)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:02:30 UTC (rev 265224)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcontacts
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Address book API for KDE"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcoreaddons kconfig ki18n kcodecs)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('35f3592c76f3ca705f0a9f2233d379d9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcontacts/repos/kde-unstable-i686/PKGBUILD (from rev 265223, 
kcontacts/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:02:30 UTC (rev 265224)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcontacts
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Address book API for KDE"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcoreaddons kconfig ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('35f3592c76f3ca705f0a9f2233d379d9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 08:02:08 UTC (rev 265223)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:02:30 UTC (rev 265224)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcontacts
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Address book API for KDE"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcoreaddons kconfig ki18n kcodecs)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('35f3592c76f3ca705f0a9f2233d379d9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcontacts/repos/kde-unstable-x86_64/PKGBUILD (from rev 265223, 
kcontacts/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:02:30 UTC (rev 265224)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcontacts
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Address book API for KDE"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcoreaddons kconfig ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('35f3592c76f3ca705f0a9f2233d379d9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:01:46
  Author: arojas
Revision: 265222

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:01:26 UTC (rev 265221)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:01:46 UTC (rev 265222)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kqtquickcharts
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
-url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1dd62009da667d534a50f3a59663e56dab46184e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kqtquickcharts/repos/kde-unstable-i686/PKGBUILD (from rev 265221, 
kqtquickcharts/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:01:46 UTC (rev 265222)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kqtquickcharts
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1dd62009da667d534a50f3a59663e56dab46184e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 08:01:26 UTC (rev 265221)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:01:46 UTC (rev 265222)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kqtquickcharts
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
-url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1dd62009da667d534a50f3a59663e56dab46184e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD (from rev 265221, 
kqtquickcharts/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:01:46 UTC (rev 265222)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kqtquickcharts
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:01:26
  Author: arojas
Revision: 265221

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:01:04 UTC (rev 265220)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:01:26 UTC (rev 265221)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkomparediff2
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Library to compare files and strings"
-url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('26464b855d0b0446780ceb0fc3ccea4c4e6e8160')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkomparediff2/repos/kde-unstable-i686/PKGBUILD (from rev 265220, 
libkomparediff2/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:01:26 UTC (rev 265221)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkomparediff2
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Library to compare files and strings"
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('26464b855d0b0446780ceb0fc3ccea4c4e6e8160')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 08:01:04 UTC (rev 265220)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:01:26 UTC (rev 265221)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkomparediff2
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Library to compare files and strings"
-url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('26464b855d0b0446780ceb0fc3ccea4c4e6e8160')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD (from rev 265220, 
libkomparediff2/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:01:26 UTC (rev 265221)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkomparediff2
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Library to compare files and strings"
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:02:08
  Author: arojas
Revision: 265223

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

Added:
  baloo-widgets/repos/kde-unstable-i686/PKGBUILD
(from rev 265222, baloo-widgets/trunk/PKGBUILD)
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265222, baloo-widgets/trunk/PKGBUILD)
Deleted:
  baloo-widgets/repos/kde-unstable-i686/PKGBUILD
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:01:46 UTC (rev 265222)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:02:08 UTC (rev 265223)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=baloo-widgets
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Widgets for Baloo"
-arch=(i686 x86_64)
-url='https://projects.kde.org/baloo-widgets'
-license=(LGPL)
-depends=(baloo)
-makedepends=(extra-cmake-modules kdoctools python)
-replaces=(baloo4-widgets)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('438024b01dade3daeb952a1326e6199c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: baloo-widgets/repos/kde-unstable-i686/PKGBUILD (from rev 265222, 
baloo-widgets/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:02:08 UTC (rev 265223)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo-widgets
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Widgets for Baloo"
+arch=(i686 x86_64)
+url='https://projects.kde.org/baloo-widgets'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools python)
+replaces=(baloo4-widgets)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('438024b01dade3daeb952a1326e6199c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 08:01:46 UTC (rev 265222)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:02:08 UTC (rev 265223)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=baloo-widgets
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Widgets for Baloo"
-arch=(i686 x86_64)
-url='https://projects.kde.org/baloo-widgets'
-license=(LGPL)
-depends=(baloo)
-makedepends=(extra-cmake-modules kdoctools python)
-replaces=(baloo4-widgets)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('438024b01dade3daeb952a1326e6199c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD (from rev 265222, 
baloo-widgets/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:02:08 UTC (rev 265223)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo-widgets
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Widgets for Baloo"
+arch=(i686 x86_64)
+url='https://projects.kde.org/baloo-widgets'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools python)
+replaces=(baloo4-widgets)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('438024b01dade3daeb952a1326e6199c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:00:43
  Author: arojas
Revision: 265219

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:00:18 UTC (rev 265218)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:00:43 UTC (rev 265219)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdegames
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Common code and data for many KDE games"
-url="https://projects.kde.org/projects/kde/kdegames/libkdegames;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a6ef77b4dd5e346b26dc847021ec70fbcd28bb3a')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkdegames/repos/kde-unstable-i686/PKGBUILD (from rev 265218, 
libkdegames/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:00:43 UTC (rev 265219)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdegames
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Common code and data for many KDE games"
+url="https://projects.kde.org/projects/kde/kdegames/libkdegames;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a6ef77b4dd5e346b26dc847021ec70fbcd28bb3a')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 08:00:18 UTC (rev 265218)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:00:43 UTC (rev 265219)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdegames
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Common code and data for many KDE games"
-url="https://projects.kde.org/projects/kde/kdegames/libkdegames;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('a6ef77b4dd5e346b26dc847021ec70fbcd28bb3a')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkdegames/repos/kde-unstable-x86_64/PKGBUILD (from rev 265218, 
libkdegames/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:00:43 UTC (rev 265219)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdegames
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Common code and data for many KDE games"

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:01:04
  Author: arojas
Revision: 265220

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:00:43 UTC (rev 265219)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:01:04 UTC (rev 265220)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkmahjongg
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
-url="https://projects.kde.org/projects/kde/kdegames/libmahjongg;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0e8281afcd8d9e4522dd82ca05e31e2966f83f9d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 265219, 
libkmahjongg/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:01:04 UTC (rev 265220)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkmahjongg
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
+url="https://projects.kde.org/projects/kde/kdegames/libmahjongg;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0e8281afcd8d9e4522dd82ca05e31e2966f83f9d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 08:00:43 UTC (rev 265219)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:01:04 UTC (rev 265220)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkmahjongg
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
-url="https://projects.kde.org/projects/kde/kdegames/libmahjongg;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0e8281afcd8d9e4522dd82ca05e31e2966f83f9d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 265219, 
libkmahjongg/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:01:04 UTC (rev 265220)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkmahjongg
+pkgver=16.04.0
+pkgrel=1

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 10:00:18
  Author: arojas
Revision: 265218

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 08:00:04 UTC (rev 265217)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:00:18 UTC (rev 265218)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkcompactdisc
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A library for interfacing with CDs"
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3056a34f14b67a7520f1764522c7841d01b0f47b')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkcompactdisc/repos/kde-unstable-i686/PKGBUILD (from rev 265217, 
libkcompactdisc/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 08:00:18 UTC (rev 265218)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcompactdisc
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3056a34f14b67a7520f1764522c7841d01b0f47b')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 08:00:04 UTC (rev 265217)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:00:18 UTC (rev 265218)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkcompactdisc
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A library for interfacing with CDs"
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3056a34f14b67a7520f1764522c7841d01b0f47b')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD (from rev 265217, 
libkcompactdisc/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 08:00:18 UTC (rev 265218)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcompactdisc
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'

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

2016-04-19 Thread Tobias Powalowski
Date: Tuesday, April 19, 2016 @ 10:00:04
  Author: tpowa
Revision: 265217

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

Added:
  libseccomp/repos/testing-i686/
  libseccomp/repos/testing-i686/PKGBUILD
(from rev 265216, libseccomp/trunk/PKGBUILD)
  libseccomp/repos/testing-x86_64/
  libseccomp/repos/testing-x86_64/PKGBUILD
(from rev 265216, libseccomp/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: libseccomp/repos/testing-i686/PKGBUILD (from rev 265216, 
libseccomp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-19 08:00:04 UTC (rev 265217)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=libseccomp
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="http://sourceforge.net/projects/libseccomp/;
+depends=('glibc')
+source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('f93b366adc6a0dc94c37002b3ead67d1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libseccomp/repos/testing-x86_64/PKGBUILD (from rev 265216, 
libseccomp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-19 08:00:04 UTC (rev 265217)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=libseccomp
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="http://sourceforge.net/projects/libseccomp/;
+depends=('glibc')
+source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('f93b366adc6a0dc94c37002b3ead67d1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


<    1   2   3   4   >