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

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

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

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

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

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

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

Deleted: kde-unstable-i686/kdeutils-kgpg.install
===
--- kde-unstable-i686/kdeutils-kgpg.install 2016-04-19 13:13:42 UTC (rev 
265429)
+++ kde-unstable-i686/kdeutils-kgpg.install 2016-04-19 13:13:57 UTC (rev 
265430)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install (from rev 
265429, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- kde-unstable-i686/kdeutils-kgpg.install (rev 0)
+++ kde-unstable-i686/kdeutils-kgpg.install 2016-04-19 13:13:57 UTC (rev 
265430)
@@ -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 13:13:42 UTC (rev 265429)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 13:13:57 UTC (rev 265430)
@@ -1,35 +0,0 @@

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

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

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

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

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

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

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

Deleted: kde-unstable-i686/kdeutils-kdf.install
===
--- kde-unstable-i686/kdeutils-kdf.install  2016-04-19 13:13:12 UTC (rev 
265427)
+++ kde-unstable-i686/kdeutils-kdf.install  2016-04-19 13:13:27 UTC (rev 
265428)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install (from rev 
265427, kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- kde-unstable-i686/kdeutils-kdf.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kdf.install  2016-04-19 13:13:27 UTC (rev 
265428)
@@ -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 13:13:12 UTC (rev 265427)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 13:13:27 UTC (rev 265428)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 13:13:57 UTC (rev 265430)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 13:14:13 UTC (rev 265431)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kremotecontrol
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='http://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
-sha1sums=('f6176d729e85561deedb01115e3f36f08a9e72e8')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kremotecontrol-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD (from rev 
265430, kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 13:14:13 UTC (rev 265431)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kremotecontrol
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('263988787ee6dc8cac1b396d749703d383dd31ed')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kremotecontrol-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kremotecontrol.install
===
--- kde-unstable-i686/kdeutils-kremotecontrol.install   2016-04-19 13:13:57 UTC 
(rev 265430)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install   2016-04-19 13:14:13 UTC 
(rev 265431)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install 
(from rev 265430, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- kde-unstable-i686/kdeutils-kremotecontrol.install   
(rev 0)
+++ 

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

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

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

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

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

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

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

Deleted: kde-unstable-i686/kfloppy.install
===
--- kde-unstable-i686/kfloppy.install   2016-04-19 13:13:27 UTC (rev 265428)
+++ kde-unstable-i686/kfloppy.install   2016-04-19 13:13:42 UTC (rev 265429)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kfloppy/repos/kde-unstable-i686/kfloppy.install (from rev 265428, 
kfloppy/trunk/kfloppy.install)
===
--- kde-unstable-i686/kfloppy.install   (rev 0)
+++ kde-unstable-i686/kfloppy.install   2016-04-19 13:13:42 UTC (rev 265429)
@@ -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 kdebugsettings/repos (4 files)

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

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

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

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

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

Copied: kdebugsettings/repos/kde-unstable-i686/PKGBUILD (from rev 265426, 
kdebugsettings/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 13:13:12 UTC (rev 265427)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kdebugsettings'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha256sums=('62d49a01ebe18659fceabc7c909d1694554399932275771b105ae1324e744d55')
+
+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 13:12:55 UTC (rev 265426)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 13:13:12 UTC (rev 265427)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kdebugsettings
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='An application to enable/disable qCDebug'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kdebugsettings'
-license=(GPL)
-depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
-makedepends=(extra-cmake-modules python)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha256sums=('48f1ce78e9cb1851bf2db8ef1fbfe7c5a3bdca883e47b5292e8c990e78a1fd09')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 265426, 
kdebugsettings/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 13:13:12 UTC (rev 265427)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kdebugsettings'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 15:12:55
  Author: arojas
Revision: 265426

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

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

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

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

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

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

Copied: kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 265425, 
kcharselect/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 13:12:55 UTC (rev 265426)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=16.04.0
+pkgrel=1

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 13:12:19 UTC (rev 265424)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 13:12:38 UTC (rev 265425)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcalc
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kinit')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdeutils-kcalc')
-replaces=('kdeutils-kcalc')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz;
 kcalc-qt5.6.patch)
-sha1sums=('3ce71874162a77357a754bbd38e92fa060a4b343'
-  'd22bc7c30802cf7d7bec8d9da9049679ad5b754c')
-
-prepare() {
-  mkdir -p build
-
-# Workaround for null size window with Qt 5.6 (Fedora) 
https://bugs.kde.org/show_bug.cgi?id=360105
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kcalc-qt5.6.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalc/repos/kde-unstable-i686/PKGBUILD (from rev 265424, 
kcalc/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 13:12:38 UTC (rev 265425)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdeutils-kcalc')
+replaces=('kdeutils-kcalc')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz;
 kcalc-qt5.6.patch)
+sha1sums=('6067fd5f91a6b69376104c19485ca83ac6aa1991'
+  'd22bc7c30802cf7d7bec8d9da9049679ad5b754c')
+
+prepare() {
+  mkdir -p build
+
+# Workaround for null size window with Qt 5.6 (Fedora) 
https://bugs.kde.org/show_bug.cgi?id=360105
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kcalc-qt5.6.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kcalc-qt5.6.patch
===
--- kde-unstable-i686/kcalc-qt5.6.patch 2016-04-19 13:12:19 UTC (rev 265424)
+++ kde-unstable-i686/kcalc-qt5.6.patch 2016-04-19 13:12:38 UTC (rev 265425)
@@ -1,11 +0,0 @@
 kcalc-15.12.3/kcalc.cpp.orig   2016-03-16 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 15:12:04
  Author: arojas
Revision: 265423

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

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

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

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

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

Deleted: kde-unstable-i686/ark.install
===
--- kde-unstable-i686/ark.install   2016-04-19 13:11:48 UTC (rev 265422)
+++ kde-unstable-i686/ark.install   2016-04-19 13:12:04 UTC (rev 265423)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

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

Deleted: kde-unstable-x86_64/PKGBUILD

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 15:11:48
  Author: arojas
Revision: 265422

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

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

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

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

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

Deleted: kde-unstable-i686/umbrello.install
===
--- kde-unstable-i686/umbrello.install  2016-04-19 12:40:38 UTC (rev 265421)
+++ kde-unstable-i686/umbrello.install  2016-04-19 13:11:48 UTC (rev 265422)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: umbrello/repos/kde-unstable-i686/umbrello.install (from rev 265421, 
umbrello/trunk/umbrello.install)
===
--- kde-unstable-i686/umbrello.install  (rev 0)
+++ kde-unstable-i686/umbrello.install  2016-04-19 13:11:48 UTC (rev 265422)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

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

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

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

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

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

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

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

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

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

Copied: kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
265420, kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:40:38 UTC (rev 265421)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:39:46 UTC (rev 265418)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:40:04 UTC (rev 265419)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=poxml
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://projects.kde.org/projects/kde/kdesdk/poxml'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(qt5-base gettext)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdesdk-poxml)
-replaces=(kdesdk-poxml)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('c3e630f5d0e3cdede23fb93fed96fcdd002d1d57')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: poxml/repos/kde-unstable-i686/PKGBUILD (from rev 265418, 
poxml/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:40:04 UTC (rev 265419)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=poxml
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(qt5-base gettext)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdesdk-poxml)
+replaces=(kdesdk-poxml)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('6ea3b87435018e6aee2738d69b33d739664a9c52')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:39:46 UTC (rev 265418)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:40:04 UTC (rev 265419)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=poxml
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://projects.kde.org/projects/kde/kdesdk/poxml'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(qt5-base gettext)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdesdk-poxml)
-replaces=(kdesdk-poxml)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('c3e630f5d0e3cdede23fb93fed96fcdd002d1d57')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 265418, 
poxml/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:40:04 UTC (rev 265419)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 250288 2015-11-09 

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

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

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

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

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

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

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

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

Copied: kdesdk-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
265419, kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:40:21 UTC (rev 265420)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:39:31 UTC (rev 265417)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:39:46 UTC (rev 265418)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Hex Editor'
-url='http://kde.org/applications/utilities/okteta/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
-replaces=('kdesdk-okteta')
-conflicts=('kdesdk-okteta<4.14.3-2')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('ff917cc633190c8cdeccad0263ef3e9ff911d2d2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../okteta-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: okteta/repos/kde-unstable-i686/PKGBUILD (from rev 265417, 
okteta/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:39:46 UTC (rev 265418)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
+replaces=('kdesdk-okteta')
+conflicts=('kdesdk-okteta<4.14.3-2')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('0eff2d55c5a2f3f1d25a6c86ead1febd1bb1f70e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/okteta.install
===
--- kde-unstable-i686/okteta.install2016-04-19 12:39:31 UTC (rev 265417)
+++ kde-unstable-i686/okteta.install2016-04-19 12:39:46 UTC (rev 265418)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: okteta/repos/kde-unstable-i686/okteta.install (from rev 265417, 
okteta/trunk/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2016-04-19 12:39:46 UTC (rev 265418)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:39:12 UTC (rev 265416)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:39:31 UTC (rev 265417)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=lokalize
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Computer-Aided Translation System'
-url='http://kde.org/applications/development/lokalize/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kross' 'hunspell' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdesdk-lokalize')
-replaces=('kdesdk-lokalize')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz;)
-sha1sums=('2d43718375292c581c54ed03e9c7b1ba3c2ebef5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../lokalize-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py
-}

Copied: lokalize/repos/kde-unstable-i686/PKGBUILD (from rev 265416, 
lokalize/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:39:31 UTC (rev 265417)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='http://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kross' 'hunspell' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdesdk-lokalize')
+replaces=('kdesdk-lokalize')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz;)
+sha1sums=('085fc337602c3ef1bc0b79de343f529f3bcc7216')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py
+}

Deleted: kde-unstable-i686/fix-python2-path.patch
===
--- kde-unstable-i686/fix-python2-path.patch2016-04-19 12:39:12 UTC (rev 
265416)
+++ kde-unstable-i686/fix-python2-path.patch2016-04-19 12:39:31 UTC (rev 
265417)
@@ -1,22 +0,0 @@
 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:38:57 UTC (rev 265415)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:39:12 UTC (rev 265416)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kompare
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='http://kde.org/applications/development/kompare/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdesdk-kompare')
-replaces=('kdesdk-kompare')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz;)
-sha1sums=('d9d8af148c4d58c4cf7f41bd39b8039f857cb10c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

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

Deleted: kde-unstable-i686/kompare.install
===
--- kde-unstable-i686/kompare.install   2016-04-19 12:38:57 UTC (rev 265415)
+++ kde-unstable-i686/kompare.install   2016-04-19 12:39:12 UTC (rev 265416)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kompare/repos/kde-unstable-i686/kompare.install (from rev 265415, 
kompare/trunk/kompare.install)
===
--- kde-unstable-i686/kompare.install   (rev 0)
+++ kde-unstable-i686/kompare.install   2016-04-19 12:39:12 UTC (rev 265416)
@@ -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/PKGBUILD   

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:38:41 UTC (rev 265414)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:38:57 UTC (rev 265415)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-kcachegrind
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Visualization of Performance Profiling Data'
-url='http://kde.org/applications/development/kcachegrind/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-optdepends=('php: PHP support')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
-sha1sums=('56e4c2ef17beb9540eeabf54b4a5141fc4a9419f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kcachegrind-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/hotshot2calltree
-}

Copied: kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD (from rev 265414, 
kdesdk-kcachegrind/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:38:57 UTC (rev 265415)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-kcachegrind
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
+sha1sums=('58542af35df8cc98fcbb195fea59588c482489ee')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/hotshot2calltree
+}

Deleted: kde-unstable-i686/kdesdk-kcachegrind.install
===
--- kde-unstable-i686/kdesdk-kcachegrind.install2016-04-19 12:38:41 UTC 
(rev 265414)
+++ kde-unstable-i686/kdesdk-kcachegrind.install2016-04-19 12:38:57 UTC 
(rev 265415)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdesdk-kcachegrind/repos/kde-unstable-i686/kdesdk-kcachegrind.install 
(from rev 265414, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===
--- kde-unstable-i686/kdesdk-kcachegrind.install
(rev 0)
+++ 

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

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

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

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

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

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

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

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

Copied: dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 265412, 
dolphin-plugins/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:38:26 UTC (rev 265413)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:38:41 UTC (rev 265414)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kapptemplate
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='http://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdesdk-kapptemplate')
-conflicts=('kdesdk-kapptemplate')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('bce0514092886037ef21ae1a06fb495eb924beef')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kapptemplate/repos/kde-unstable-i686/PKGBUILD (from rev 265413, 
kapptemplate/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:38:41 UTC (rev 265414)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapptemplate
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdesdk-kapptemplate')
+conflicts=('kdesdk-kapptemplate')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('78e099f211af5505d69234d805fb41062a256101')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kapptemplate.install
===
--- kde-unstable-i686/kapptemplate.install  2016-04-19 12:38:26 UTC (rev 
265413)
+++ kde-unstable-i686/kapptemplate.install  2016-04-19 12:38:41 UTC (rev 
265414)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kapptemplate/repos/kde-unstable-i686/kapptemplate.install (from rev 
265413, kapptemplate/trunk/kapptemplate.install)
===
--- kde-unstable-i686/kapptemplate.install  (rev 0)
+++ kde-unstable-i686/kapptemplate.install  2016-04-19 12:38:41 UTC (rev 
265414)
@@ -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:38:26 UTC 

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

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

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

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

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

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

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

Deleted: kde-unstable-i686/kdesdk-cervisia.install
===
--- kde-unstable-i686/kdesdk-cervisia.install   2016-04-19 12:37:26 UTC (rev 
265409)
+++ kde-unstable-i686/kdesdk-cervisia.install   2016-04-19 12:37:42 UTC (rev 
265410)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdesdk-cervisia/repos/kde-unstable-i686/kdesdk-cervisia.install (from 
rev 265409, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
===
--- kde-unstable-i686/kdesdk-cervisia.install   (rev 0)
+++ kde-unstable-i686/kdesdk-cervisia.install   2016-04-19 12:37:42 UTC (rev 
265410)
@@ -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:37:26 UTC (rev 265409)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:37:42 UTC (rev 265410)
@@ -1,32 +0,0 @@
-# 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:37:08 UTC (rev 265408)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:37:26 UTC (rev 265409)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=kleopatra
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Certificate Manager and Unified Crypto GUI'
-arch=(i686 x86_64)
-url='https://www.kde.org/applications/utilities/kleopatra/'
-license=(GPL LGPL FDL)
-depends=(hicolor-icon-theme libkleo kcmutils kmime)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdepim)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('de8e2e128c6875f32ce1bcf370eeaee19fb64aa9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kleopatra/repos/kde-unstable-i686/PKGBUILD (from rev 265408, 
kleopatra/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:37:26 UTC (rev 265409)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kleopatra
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/utilities/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme libkleo kcmutils kmime)
+makedepends=(extra-cmake-modules kdoctools boost python)
+groups=(kde-applications kdepim)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('84c59fc86ec8a844d25c9354e651e436d92bbacb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kleopatra.install
===
--- kde-unstable-i686/kleopatra.install 2016-04-19 12:37:08 UTC (rev 265408)
+++ kde-unstable-i686/kleopatra.install 2016-04-19 12:37:26 UTC (rev 265409)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kleopatra/repos/kde-unstable-i686/kleopatra.install (from rev 265408, 
kleopatra/trunk/kleopatra.install)
===
--- kde-unstable-i686/kleopatra.install (rev 0)
+++ kde-unstable-i686/kleopatra.install 2016-04-19 12:37:26 UTC (rev 265409)
@@ -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:37:08 UTC (rev 265408)
+++ kde-unstable-x86_64/PKGBUILD 

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

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

archrelease: copy trunk to kde-unstable-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-19 12:37:59 UTC (rev 265411)
+++ PKGBUILD2016-04-19 12:38:09 UTC (rev 265412)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-dev-scripts
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
-replaces=('kdesdk-dev-scripts')
-conflicts=('kdesdk-dev-scripts')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('d2d2927bc0e07e913266bdf3863486ffb161e569')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-
"$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
-  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-"$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
-
-# Install additional files
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
-  cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
-}

Copied: kde-dev-scripts/repos/kde-unstable-any/PKGBUILD (from rev 265411, 
kde-dev-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-19 12:38:09 UTC (rev 265412)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-scripts
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
+replaces=('kdesdk-dev-scripts')
+conflicts=('kdesdk-dev-scripts')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('4c0f58f8bec63c215d97ba8799bc31e961d0e6ea')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
"$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+"$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+
+# Install additional files
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
+  cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
+}


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

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

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

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

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

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


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

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

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

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

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

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

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

Copied: kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 265407, 
kdepim-addons/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:37:08 UTC (rev 265408)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Addons for KDE PIM applications'
+arch=(i686 x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL LGPL FDL)

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

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

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

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

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

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

Copied: telepathy-kde-text-ui/repos/kde-unstable-i686/PKGBUILD (from rev 
265405, telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:36:14 UTC (rev 265406)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Telepathy handler for Text Chats'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('959f2f82486f03451b01c7da57b8a021')
+
+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:35:55 UTC (rev 265405)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:36:14 UTC (rev 265406)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('fd60c1b7fb3585c38ffeeb6ab1e037ca')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 
265405, 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:35:23 UTC (rev 265403)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:35:39 UTC (rev 265404)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kidletime')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('6a076916346114a33f9e32bdb3b322a3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-integration-module/repos/kde-unstable-i686/PKGBUILD (from 
rev 265403, telepathy-kde-integration-module/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:35:39 UTC (rev 265404)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('f0e622fb046edc48e5aaab37ed0a3c25')
+
+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:35:23 UTC (rev 265403)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:35:39 UTC (rev 265404)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kidletime')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('6a076916346114a33f9e32bdb3b322a3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
-

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:35:39 UTC (rev 265404)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:35:55 UTC (rev 265405)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-install=$pkgname.install
-md5sums=('49e21bef4186d4ca1df112d3c0badfc5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD (from rev 
265404, telepathy-kde-send-file/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:35:55 UTC (rev 265405)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('2f75e884017ece011c6e56eb45abd2fb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/telepathy-kde-send-file.install
===
--- kde-unstable-i686/telepathy-kde-send-file.install   2016-04-19 12:35:39 UTC 
(rev 265404)
+++ kde-unstable-i686/telepathy-kde-send-file.install   2016-04-19 12:35:55 UTC 
(rev 265405)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

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

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:35:06 UTC (rev 265402)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:35:23 UTC (rev 265403)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('a3ba9d06ce817faed5a29f06bd9410be')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-filetransfer-handler/repos/kde-unstable-i686/PKGBUILD 
(from rev 265402, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:35:23 UTC (rev 265403)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='KDE Telepathy file transfer handler'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('4bcbd285f9b81300b9de08b4ffc783c1')
+
+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:35:06 UTC (rev 265402)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:35:23 UTC (rev 265403)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('a3ba9d06ce817faed5a29f06bd9410be')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:34:49 UTC (rev 265401)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:35:06 UTC (rev 265402)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
-makedepends=('extra-cmake-modules' 'plasma-framework')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('68c574504deafc9b0f569892a47cb675')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-desktop-applets/repos/kde-unstable-i686/PKGBUILD (from 
rev 265401, telepathy-kde-desktop-applets/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:35:06 UTC (rev 265402)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='The KDE-Telepathy Plasma desktop applets'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
+makedepends=('extra-cmake-modules' 'plasma-framework')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('98cb28d45c1eca85a15fe958dac6b660')
+
+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:34:49 UTC (rev 265401)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:35:06 UTC (rev 265402)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
-makedepends=('extra-cmake-modules' 'plasma-framework')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('68c574504deafc9b0f569892a47cb675')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:34:30 UTC (rev 265400)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:34:49 UTC (rev 265401)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('2b7fc3c4e5718965f2f5c0f1b5838417')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-contact-runner/repos/kde-unstable-i686/PKGBUILD (from rev 
265400, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:34:49 UTC (rev 265401)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='KRunner plugin for KDE Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('262452ca7501af47e5b1c85920b0f178')
+
+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:34:30 UTC (rev 265400)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:34:49 UTC (rev 265401)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('2b7fc3c4e5718965f2f5c0f1b5838417')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

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

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

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

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

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

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

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

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

Copied: telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 
265398, telepathy-kde-call-ui/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:34:15 UTC (rev 265399)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:34:15 UTC (rev 265399)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:34:30 UTC (rev 265400)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='KDE Telepathy contact list application'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-install=$pkgname.install
-md5sums=('47ffd32d6add6abd4ddf01f0d4cd12e5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD (from rev 
265399, telepathy-kde-contact-list/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:34:30 UTC (rev 265400)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='KDE Telepathy contact list application'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('a4245fc78363f5c9fea673a4c8a5dd2f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/telepathy-kde-contact-list.install
===
--- kde-unstable-i686/telepathy-kde-contact-list.install2016-04-19 
12:34:15 UTC (rev 265399)
+++ kde-unstable-i686/telepathy-kde-contact-list.install2016-04-19 
12:34:30 UTC (rev 265400)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-contact-list/repos/kde-unstable-i686/telepathy-kde-contact-list.install
 (from rev 265399, 

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

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

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

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

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

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

Copied: telepathy-kde-accounts-kcm/repos/kde-unstable-i686/PKGBUILD (from rev 
265395, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:33:24 UTC (rev 265396)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt5' 'kaccounts-providers')
+makedepends=('extra-cmake-modules' 'intltool' 'python')
+optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('a96a8bcd88b39a09ad39c595ed7ae8bb')
+
+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:33:07 UTC (rev 265395)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:33:24 UTC (rev 265396)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'kaccounts-providers')
-makedepends=('extra-cmake-modules' 'intltool')
-optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('81ebdce95f07bc2156d8933f89cdbe44')
-
-prepare() {
-  mkdir -p build
-}

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:33:41
  Author: arojas
Revision: 265397

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

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

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

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

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

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

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

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:33:57
  Author: arojas
Revision: 265398

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

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

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

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

Copied: telepathy-kde-auth-handler/repos/kde-unstable-i686/PKGBUILD (from rev 
265397, telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:33:57 UTC (rev 265398)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('fdf2ad788edf209ab5d09400b02739ac')
+
+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:33:41 UTC (rev 265397)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:33:57 UTC (rev 265398)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('1b6c4b1d063116c439bc8c1b09206678')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-

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

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

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

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

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

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

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

Deleted: kde-unstable-i686/kio-extras.install
===
--- kde-unstable-i686/kio-extras.install2016-04-19 12:32:52 UTC (rev 
265394)
+++ kde-unstable-i686/kio-extras.install2016-04-19 12:33:07 UTC (rev 
265395)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 265394, 
kio-extras/trunk/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2016-04-19 12:33:07 UTC (rev 
265395)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:32:34 UTC (rev 265393)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:32:52 UTC (rev 265394)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
-sha1sums=('f2fc43f8e30814af286e3f268e381bbf0ad1a0e9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../zeroconf-ioslave-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD (from rev 
265393, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:32:52 UTC (rev 265394)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
+sha1sums=('ba5c532e1de1bf62f48f0380ce40639633cc48d5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../zeroconf-ioslave-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:32:34 UTC (rev 265393)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:32:52 UTC (rev 265394)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
-sha1sums=('f2fc43f8e30814af286e3f268e381bbf0ad1a0e9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../zeroconf-ioslave-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 265393, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:32:52 UTC (rev 265394)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: 

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

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

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

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

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

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

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

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

Copied: kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 265392, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:32:34 UTC (rev 265393)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:32:00 UTC (rev 265391)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:32:17 UTC (rev 265392)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=krfb
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdenetwork-krfb)
-replaces=(kdenetwork-krfb)
-groups=(kde-applications kdenetwork)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('6b9d4c3406ef049ef066ef5386018fad')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krfb/repos/kde-unstable-i686/PKGBUILD (from rev 265391, 
krfb/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:32:17 UTC (rev 265392)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdenetwork-krfb)
+replaces=(kdenetwork-krfb)
+groups=(kde-applications kdenetwork)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6f8901ff81cb450f88682d6072a95410')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:32:00 UTC (rev 265391)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:32:17 UTC (rev 265392)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=krfb
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdenetwork-krfb)
-replaces=(kdenetwork-krfb)
-groups=(kde-applications kdenetwork)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('6b9d4c3406ef049ef066ef5386018fad')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krfb/repos/kde-unstable-x86_64/PKGBUILD (from rev 265391, 
krfb/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:32:17 UTC (rev 265392)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(kdnssd kxmlgui kwallet 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:31:09 UTC (rev 265388)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:31:25 UTC (rev 265389)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
-sha1sums=('94703259df4b4554325727bf1cc503efc04c72a1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kopete-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 265388, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:31:25 UTC (rev 265389)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('929f6b9a4891097c5f08d0cc3d51ba87bd5253a4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

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

Copied: kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install 
(from rev 265388, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- kde-unstable-i686/kdenetwork-kopete.install (rev 0)
+++ kde-unstable-i686/kdenetwork-kopete.install 2016-04-19 12:31:25 UTC (rev 
265389)
@@ 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:31:43 UTC (rev 265390)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:32:00 UTC (rev 265391)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=krdc
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils kdnssd knotifyconfig)
-makedepends=(extra-cmake-modules libvncserver freerdp kdoctools)
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-conflicts=(kdenetwork-krdc)
-replaces=(kdenetwork-krdc)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('4b3c5d291091791c53efae0be1f08df23a0e4393')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krdc/repos/kde-unstable-i686/PKGBUILD (from rev 265390, 
krdc/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:32:00 UTC (rev 265391)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=krdc
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils kdnssd knotifyconfig)
+makedepends=(extra-cmake-modules libvncserver freerdp kdoctools python)
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+conflicts=(kdenetwork-krdc)
+replaces=(kdenetwork-krdc)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('30eb7b444630517ae6e47dff391de6915e22bcea')
+
+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 12:31:43 UTC (rev 265390)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:32:00 UTC (rev 265391)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=krdc
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils kdnssd knotifyconfig)
-makedepends=(extra-cmake-modules libvncserver freerdp kdoctools)
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-conflicts=(kdenetwork-krdc)
-replaces=(kdenetwork-krdc)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('4b3c5d291091791c53efae0be1f08df23a0e4393')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
-

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:31:25 UTC (rev 265389)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:31:43 UTC (rev 265390)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kppp
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Internet Dial-Up Tool'
-url='http://kde.org/applications/internet/kppp/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'ppp')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz;)
-sha1sums=('8374727a814f8cb5dd92dde3f4fe45e972d6c8c6')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kppp-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD (from rev 265389, 
kdenetwork-kppp/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:31:43 UTC (rev 265390)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kppp
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz;)
+sha1sums=('ee70230d4d9810d32d55ec4e9e1547f29a9d55b5')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kppp-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdenetwork-kppp.install
===
--- kde-unstable-i686/kdenetwork-kppp.install   2016-04-19 12:31:25 UTC (rev 
265389)
+++ kde-unstable-i686/kdenetwork-kppp.install   2016-04-19 12:31:43 UTC (rev 
265390)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install (from 
rev 265389, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===
--- kde-unstable-i686/kdenetwork-kppp.install   (rev 0)
+++ kde-unstable-i686/kdenetwork-kppp.install   2016-04-19 12:31:43 UTC (rev 
265390)
@@ -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:31:25 UTC (rev 265389)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:31:43 UTC (rev 265390)
@@ -1,32 

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

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

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

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

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

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

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

Deleted: kde-unstable-i686/kdenetwork-filesharing.install
===
--- kde-unstable-i686/kdenetwork-filesharing.install2016-04-19 12:30:39 UTC 
(rev 265386)
+++ kde-unstable-i686/kdenetwork-filesharing.install2016-04-19 12:30:54 UTC 
(rev 265387)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

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

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:30:54 UTC (rev 265387)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:31:09 UTC (rev 265388)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kget
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Download Manager'
-url='http://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
-sha1sums=('13a202eb4f177968fd5b6f5c3725ef7696149810')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kget-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_NepomukCore=OFF \
--DWITH_NepomukWidgets=OFF \
--DWITH_KDE4Workspace=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD (from rev 265387, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:31:09 UTC (rev 265388)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kget
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libmms')
+makedepends=('cmake' 'automoc4' 'boost' 'libktorrent4')
+optdepends=('libktorrent4: torrent support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('52a0c3d04159196cb9189f7faacb33ed979b857c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF \
+-DWITH_KDE4Workspace=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

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

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

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

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

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

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

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

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

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

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

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 265385, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:30:39 UTC (rev 265386)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:30:07 UTC (rev 265384)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:30:23 UTC (rev 265385)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdebase-runtime' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz;)
-sha1sums=('2db217a21b1470b68bd821689394882cf79b745e')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kscd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD (from rev 265384, 
kdemultimedia-kscd/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:30:23 UTC (rev 265385)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-kscd
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE CD player"
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz;)
+sha1sums=('376f6d608fae06cbc356fa04a027f80590535a7c')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kscd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdemultimedia-kscd.install
===
--- kde-unstable-i686/kdemultimedia-kscd.install2016-04-19 12:30:07 UTC 
(rev 265384)
+++ kde-unstable-i686/kdemultimedia-kscd.install2016-04-19 12:30:23 UTC 
(rev 265385)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install 
(from rev 265384, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
===
--- kde-unstable-i686/kdemultimedia-kscd.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-kscd.install2016-04-19 12:30:23 UTC 
(rev 265385)
@@ -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:30:07 UTC (rev 265384)

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:29:47 UTC (rev 265383)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:30:07 UTC (rev 265384)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kdemultimedia-kmix
-pkgname=('kdemultimedia-kmix' 'kmix')
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'plasma-framework' 'libcanberra')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz;
-'use-qdbus-qt4.patch')
-sha1sums=('6cc78ce0d6032b21b51096b994ea218972232ca1'
-  'f89a076c5a29c51d213864e27d07baf5400ece03')
-
-prepare() {
-  mkdir -p build{,-kf5}
-
-  cp -r kmix-$pkgver kmix-kf5-$pkgver
-
-  # FS#40786
-  cd kmix-${pkgver}
-  sed -i 's|qdbus|qdbus-qt4|' apps/kmixremote
-  
-  # https://bugs.kde.org/show_bug.cgi?id=343621
-  cd ../kmix-kf5-$pkgver
-  sed -e 's|${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}|${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR} ${CMAKE_SOURCE_DIR}/cmake/modules|' -i CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd ../build-kf5
-  cmake ../kmix-kf5-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKMIX_KF5_BUILD=ON \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_kdemultimedia-kmix() {
-  depends=('kdebase-runtime')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  groups=('kde-applications' 'kdemultimedia')
-  install=$pkgbase.install
-  
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_kmix() {
-  pkgdesc="KDE volume control program (experimental KF5 version)"
-  depends=('kdelibs4support' 'libcanberra' 'hicolor-icon-theme')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  conflicts=('kdemultimedia-kmix')
-  install=$pkgbase.install
-  
-  cd build-kf5
-  make DESTDIR="$pkgdir" install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD (from rev 265383, 
kdemultimedia-kmix/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:30:07 UTC (rev 265384)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kdemultimedia-kmix
+pkgname=('kdemultimedia-kmix' 'kmix')
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE volume control program"

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:29:17 UTC (rev 265381)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:29:32 UTC (rev 265382)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='http://kde.org/applications/multimedia/juk/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdebase-runtime' 'taglib')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/juk-${pkgver}.tar.xz;)
-sha1sums=('01c47a9447dc4867521e4c8eded35e8b3fb2ec32')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../juk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_TunePimp=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD (from rev 265381, 
kdemultimedia-juk/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:29:32 UTC (rev 265382)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-juk
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='http://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/${pkgver}/src/juk-${pkgver}.tar.xz;)
+sha1sums=('8edcfe57ac07d89bf24db8ea2059b15096775c5b')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../juk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdemultimedia-juk.install
===
--- kde-unstable-i686/kdemultimedia-juk.install 2016-04-19 12:29:17 UTC (rev 
265381)
+++ kde-unstable-i686/kdemultimedia-juk.install 2016-04-19 12:29:32 UTC (rev 
265382)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

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

Deleted: kde-unstable-x86_64/PKGBUILD

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:29:32 UTC (rev 265382)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:29:47 UTC (rev 265383)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Zuf 
-# Contributor: Darwin Bautista 
-# Contributor: Gustavo Alvarez 
-
-pkgname=kdenlive
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=(i686 x86_64)
-url="http://www.kdenlive.org/;
-license=(GPL)
-groups=(kde-applications kdemultimedia)
-depends=(knewstuff kplotting knotifyconfig kded kfilemetadata mlt glu 
sdl_image hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools v4l-utils)
-optdepends=('ffmpeg: for FFmpeg plugin'
-'cdrkit: for creation of DVD ISO images'
-'dvdauthor: for creation of DVD'
-'dvgrab: for firewire capture'
-'libdv: for webcam capture (if FFmpeg is not installed)'
-'recordmydesktop: for screen capture'
-'xine-ui: for DVD preview'
-'plasma-desktop: theme configuration')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('3ecd2296810e1ca87880dc51ebcac491')
-install=$pkgname.install
-
-prepare(){
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}
-

Copied: kdenlive/repos/kde-unstable-i686/PKGBUILD (from rev 265382, 
kdenlive/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:29:47 UTC (rev 265383)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Zuf 
+# Contributor: Darwin Bautista 
+# Contributor: Gustavo Alvarez 
+
+pkgname=kdenlive
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=(i686 x86_64)
+url="http://www.kdenlive.org/;
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(knewstuff kplotting knotifyconfig kded kfilemetadata qt5-webkit mlt 
glu sdl_image hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools v4l-utils python)
+optdepends=('ffmpeg: for FFmpeg plugin'
+'cdrkit: for creation of DVD ISO images'
+'dvdauthor: for creation of DVD'
+'dvgrab: for firewire capture'
+'libdv: for webcam capture (if FFmpeg is not installed)'
+'recordmydesktop: for screen capture'
+'xine-ui: for DVD preview'
+'plasma-desktop: theme configuration')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('c57ae037598ee76a266d19c850174749')
+install=$pkgname.install
+
+prepare(){
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}
+

Deleted: kde-unstable-i686/kdenlive.install

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:29:17
  Author: arojas
Revision: 265381

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:29:00 UTC (rev 265380)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:29:17 UTC (rev 265381)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=ffmpegthumbs
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/ffmpegthumbs'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg2.8)
-makedepends=(extra-cmake-modules git)
-replaces=(kdemultimedia-ffmpegthumbs)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('d52885dc7258647fa5d74de07949fd05')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix build against ffmpeg 3.0
-# patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
-}
-
-build() {
-  cd build
-  export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig"
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 265380, 
ffmpegthumbs/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:29:17 UTC (rev 265381)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/ffmpegthumbs'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdemultimedia)
+depends=(kio ffmpeg2.8)
+makedepends=(extra-cmake-modules git)
+replaces=(kdemultimedia-ffmpegthumbs)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c99b91144b5b9038de297a62235ec0cd')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix build against ffmpeg 3.0
+# patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
+}
+
+build() {
+  cd build
+  export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig"
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:29:00 UTC (rev 265380)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:29:17 UTC (rev 265381)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=ffmpegthumbs
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/ffmpegthumbs'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg2.8)
-makedepends=(extra-cmake-modules git)
-replaces=(kdemultimedia-ffmpegthumbs)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('d52885dc7258647fa5d74de07949fd05')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix build against ffmpeg 3.0
-# patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
-}
-
-build() {
-  cd build
-  export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig"
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD (from rev 265380, 
ffmpegthumbs/trunk/PKGBUILD)

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

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

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

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

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

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

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

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
265377, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:28:28 UTC (rev 265378)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: 

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

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

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

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

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

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

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

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

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD (from rev 
265378, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:28:45 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:28:45 UTC (rev 265379)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:29:00 UTC (rev 265380)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dragon
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
-arch=(i686 x86_64)
-url='http://kde.org/applications/multimedia/dragon'
-license=(GPL)
-depends=(hicolor-icon-theme kparts)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdemultimedia-dragonplayer)
-replaces=(kdemultimedia-dragonplayer)
-groups=(kde-applications kdemultimedia)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('f201f0967ac9c05d8367ae4cdbe4b5b9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: dragon/repos/kde-unstable-i686/PKGBUILD (from rev 265379, 
dragon/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:29:00 UTC (rev 265380)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dragon
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
+arch=(i686 x86_64)
+url='http://kde.org/applications/multimedia/dragon'
+license=(GPL)
+depends=(hicolor-icon-theme kparts)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdemultimedia-dragonplayer)
+replaces=(kdemultimedia-dragonplayer)
+groups=(kde-applications kdemultimedia)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('cd1e70dafb8eb125f87cc8759bd46494')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/dragon.install
===
--- kde-unstable-i686/dragon.install2016-04-19 12:28:45 UTC (rev 265379)
+++ kde-unstable-i686/dragon.install2016-04-19 12:29:00 UTC (rev 265380)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

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

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

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

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

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

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

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

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

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

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

Copied: kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD (from rev 
265376, kdegraphics-svgpart/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:28:12 UTC (rev 265377)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A KPart for viewing SVGs"
+url="https://projects.kde.org/projects/kde/kdegraphics/svgpart;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')

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

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

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

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

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

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

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

Copied: kdegraphics-strigi-analyzer/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 265375, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:27:55 UTC (rev 265376)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 

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

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

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

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

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

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

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

Deleted: kde-unstable-i686/spectacle.install
===
--- kde-unstable-i686/spectacle.install 2016-04-19 12:27:23 UTC (rev 265374)
+++ kde-unstable-i686/spectacle.install 2016-04-19 12:27:38 UTC (rev 265375)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: spectacle/repos/kde-unstable-i686/spectacle.install (from rev 265374, 
spectacle/trunk/spectacle.install)
===
--- kde-unstable-i686/spectacle.install (rev 0)
+++ kde-unstable-i686/spectacle.install 2016-04-19 12:27:38 UTC (rev 265375)
@@ -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:27:23 UTC (rev 265374)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:27:38 UTC (rev 265375)

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

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

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

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

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

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

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

Deleted: kde-unstable-i686/kdegraphics-okular.install
===
--- kde-unstable-i686/kdegraphics-okular.install2016-04-19 12:27:06 UTC 
(rev 265373)
+++ kde-unstable-i686/kdegraphics-okular.install2016-04-19 12:27:23 UTC 
(rev 265374)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

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

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

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

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

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

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

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

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

Deleted: kde-unstable-i686/libkgeomap.install
===
--- kde-unstable-i686/libkgeomap.install2016-04-19 12:26:50 UTC (rev 
265372)
+++ kde-unstable-i686/libkgeomap.install2016-04-19 12:27:06 UTC (rev 
265373)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkgeomap/repos/kde-unstable-i686/libkgeomap.install (from rev 265372, 
libkgeomap/trunk/libkgeomap.install)
===
--- kde-unstable-i686/libkgeomap.install(rev 0)
+++ kde-unstable-i686/libkgeomap.install2016-04-19 12:27:06 UTC (rev 
265373)
@@ -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/PKGBUILD

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:26:34
  Author: arojas
Revision: 265371

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

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

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

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

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

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

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD (from rev 
265370, kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:26:34 UTC (rev 265371)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A scan plugin that 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:26:50
  Author: arojas
Revision: 265372

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

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

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

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

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

Deleted: kde-unstable-i686/libkface.install
===
--- kde-unstable-i686/libkface.install  2016-04-19 12:26:34 UTC (rev 265371)
+++ kde-unstable-i686/libkface.install  2016-04-19 12:26:50 UTC (rev 265372)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:26:02 UTC (rev 265369)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:26:18 UTC (rev 265370)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kruler
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Screen Ruler"
-url="http://kde.org/applications/graphics/kruler/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('knotifications' 'kxmlgui' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegraphics-kruler')
-replaces=('kdegraphics-kruler')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('6859b8d91138666aed06d6988d2b4da8c798ab41')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kruler-${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: kruler/repos/kde-unstable-i686/PKGBUILD (from rev 265369, 
kruler/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:26:18 UTC (rev 265370)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kruler
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Screen Ruler"
+url="http://kde.org/applications/graphics/kruler/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('knotifications' 'kxmlgui' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegraphics-kruler')
+replaces=('kdegraphics-kruler')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('bc508017bc2fe48d652fe9077c586095081d56f8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kruler-${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/kruler.install
===
--- kde-unstable-i686/kruler.install2016-04-19 12:26:02 UTC (rev 265369)
+++ kde-unstable-i686/kruler.install2016-04-19 12:26:18 UTC (rev 265370)
@@ -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: kruler/repos/kde-unstable-i686/kruler.install (from rev 265369, 
kruler/trunk/kruler.install)
===
--- kde-unstable-i686/kruler.install(rev 0)
+++ kde-unstable-i686/kruler.install2016-04-19 12:26:18 UTC (rev 265370)
@@ -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:26:02 UTC (rev 265369)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 

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

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

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

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

-+
 /PKGBUILD   |   66 ++
 /kdegraphics-kolourpaint.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   33 -
 kde-unstable-i686/kdegraphics-kolourpaint.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD|   33 -
 kde-unstable-x86_64/kdegraphics-kolourpaint.install |   12 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:25:47 UTC (rev 265368)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:26:02 UTC (rev 265369)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-kolourpaint
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Paint Program"
-url="http://kde.org/applications/graphics/kolourpaint/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz' 'libksane4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
-sha1sums=('0294540216016777c3829a292c6a304b013684a2')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kolourpaint-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 
265368, kdegraphics-kolourpaint/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:26:02 UTC (rev 265369)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kolourpaint
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'libksane4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
+sha1sums=('08380ce6720dfbeab3745d1663078d05f9f6c567')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kolourpaint-${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/kdegraphics-kolourpaint.install
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   2016-04-19 12:25:47 UTC 
(rev 265368)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2016-04-19 12:26:02 UTC 
(rev 265369)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install 
(from rev 265368, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   
(rev 0)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2016-04-19 12:26:02 UTC 
(rev 265369)
@@ -0,0 +1,12 @@
+post_install() {
+   

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:25:31 UTC (rev 265367)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:25:47 UTC (rev 265368)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcolorchooser
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Color Chooser"
-url="http://kde.org/applications/graphics/kcolorchooser/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-conflicts=(kdegraphics-kcolorchooser)
-replaces=(kdegraphics-kcolorchooser)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('abd21a55ddaf762d6cfe72bab8af9977febc85a3')
-
-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: kcolorchooser/repos/kde-unstable-i686/PKGBUILD (from rev 265367, 
kcolorchooser/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:25:47 UTC (rev 265368)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcolorchooser
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Color Chooser"
+url="http://kde.org/applications/graphics/kcolorchooser/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+conflicts=(kdegraphics-kcolorchooser)
+replaces=(kdegraphics-kcolorchooser)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('c7932bd4a0cf1fbaf0af0403b8474e47ae9ca0ec')
+
+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/kcolorchooser.install
===
--- kde-unstable-i686/kcolorchooser.install 2016-04-19 12:25:31 UTC (rev 
265367)
+++ kde-unstable-i686/kcolorchooser.install 2016-04-19 12:25:47 UTC (rev 
265368)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kcolorchooser/repos/kde-unstable-i686/kcolorchooser.install (from rev 
265367, kcolorchooser/trunk/kcolorchooser.install)
===
--- kde-unstable-i686/kcolorchooser.install (rev 0)
+++ kde-unstable-i686/kcolorchooser.install 2016-04-19 12:25:47 UTC (rev 
265368)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:25:13 UTC (rev 265366)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:25:31 UTC (rev 265367)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kamera
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE integration for gphoto2 cameras"
-url="http://kde.org/applications/graphics/kamera/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kio libgphoto2)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegraphics-kamera)
-replaces=(kdegraphics-kamera)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('5355325cb2da40579b62af9154dbdd4a11a7418f')
-
-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: kamera/repos/kde-unstable-i686/PKGBUILD (from rev 265366, 
kamera/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:25:31 UTC (rev 265367)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kamera
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="KDE integration for gphoto2 cameras"
+url="http://kde.org/applications/graphics/kamera/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kio libgphoto2)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdegraphics-kamera)
+replaces=(kdegraphics-kamera)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('bf9282ccb6d1f8339ca098f31ad7087994f9297e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-04-19 12:25:13 UTC (rev 265366)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:25:31 UTC (rev 265367)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kamera
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="KDE integration for gphoto2 cameras"
-url="http://kde.org/applications/graphics/kamera/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kio libgphoto2)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegraphics-kamera)
-replaces=(kdegraphics-kamera)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('5355325cb2da40579b62af9154dbdd4a11a7418f')
-
-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: kamera/repos/kde-unstable-x86_64/PKGBUILD (from rev 265366, 
kamera/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:25:31 UTC (rev 265367)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 250288 2015-11-09 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:24:57 UTC (rev 265365)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:25:13 UTC (rev 265366)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=gwenview
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A fast and easy to use image viewer for KDE"
-url='http://kde.org/applications/graphics/gwenview/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kded' 'kactivities' 'baloo' 'kdelibs4support' 'libkipi' 'libkdcraw')
-optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
-'kimageformats: support for dds, xcf, exr, psd, and more image 
formats')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdegraphics-gwenview')
-conflicts=('kdegraphics-gwenview')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('ba72f575466bf454f319c21955483dc68723fa43')
-
-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 \
--DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: gwenview/repos/kde-unstable-i686/PKGBUILD (from rev 265365, 
gwenview/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:25:13 UTC (rev 265366)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=gwenview
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A fast and easy to use image viewer for KDE"
+url='http://kde.org/applications/graphics/gwenview/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kded' 'kactivities' 'baloo' 'kdelibs4support' 'libkipi' 'libkdcraw')
+optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
+'kimageformats: support for dds, xcf, exr, psd, and more image 
formats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdegraphics-gwenview')
+conflicts=('kdegraphics-gwenview')
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('bf686083fe3a5a02c3b6d8846623c0145d95fdb2')
+
+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 \
+-DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/gwenview.install
===
--- kde-unstable-i686/gwenview.install  2016-04-19 12:24:57 UTC (rev 265365)
+++ kde-unstable-i686/gwenview.install  2016-04-19 12:25:13 UTC (rev 265366)
@@ -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: gwenview/repos/kde-unstable-i686/gwenview.install (from rev 265365, 
gwenview/trunk/gwenview.install)

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:24:41 UTC (rev 265364)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:24:57 UTC (rev 265365)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A nonogram logic game for KDE"
-url="http://kde.org/applications/games/picmi/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('7f2ae7a5f8a313e9a62821c8ee891aef65e0b8c0')
-
-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: picmi/repos/kde-unstable-i686/PKGBUILD (from rev 265364, 
picmi/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:24:57 UTC (rev 265365)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A nonogram logic game for KDE"
+url="http://kde.org/applications/games/picmi/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('dcfd10f2251c3bff4313c81ea839cede08062f1b')
+
+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/picmi.install
===
--- kde-unstable-i686/picmi.install 2016-04-19 12:24:41 UTC (rev 265364)
+++ kde-unstable-i686/picmi.install 2016-04-19 12:24:57 UTC (rev 265365)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/kde-unstable-i686/picmi.install (from rev 265364, 
picmi/trunk/picmi.install)
===
--- kde-unstable-i686/picmi.install (rev 0)
+++ kde-unstable-i686/picmi.install 2016-04-19 12:24:57 UTC (rev 265365)
@@ -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:24:41 UTC (rev 265364)
+++ kde-unstable-x86_64/PKGBUILD

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

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

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

Added:
  kdegames-palapeli/repos/kde-unstable-i686/PKGBUILD
(from rev 265363, kdegames-palapeli/trunk/PKGBUILD)
  kdegames-palapeli/repos/kde-unstable-i686/kdegames-palapeli.install
(from rev 265363, kdegames-palapeli/trunk/kdegames-palapeli.install)
  kdegames-palapeli/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265363, kdegames-palapeli/trunk/PKGBUILD)
  kdegames-palapeli/repos/kde-unstable-x86_64/kdegames-palapeli.install
(from rev 265363, kdegames-palapeli/trunk/kdegames-palapeli.install)
Deleted:
  kdegames-palapeli/repos/kde-unstable-i686/PKGBUILD
  kdegames-palapeli/repos/kde-unstable-i686/kdegames-palapeli.install
  kdegames-palapeli/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-palapeli/repos/kde-unstable-x86_64/kdegames-palapeli.install

---+
 /PKGBUILD |   64 
 /kdegames-palapeli.install|   26 +
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdegames-palapeli.install   |   13 
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdegames-palapeli.install |   13 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:24:25 UTC (rev 265363)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:24:41 UTC (rev 265364)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-palapeli
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A single-player jigsaw puzzle game"
-url="http://kde.org/applications/games/palapeli/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'qhull')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/palapeli-${pkgver}.tar.xz;)
-sha1sums=('c3b4747d86795ecd4dde4ceb07ca2070ba0184a7')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../palapeli-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-palapeli/repos/kde-unstable-i686/PKGBUILD (from rev 265363, 
kdegames-palapeli/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:24:41 UTC (rev 265364)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-palapeli
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A single-player jigsaw puzzle game"
+url="http://kde.org/applications/games/palapeli/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'qhull')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/palapeli-${pkgver}.tar.xz;)
+sha1sums=('5301fb4cfc3bf3fe6ca34079b67530a95f5da2c2')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../palapeli-${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/kdegames-palapeli.install
===
--- kde-unstable-i686/kdegames-palapeli.install 2016-04-19 12:24:25 UTC (rev 
265363)
+++ kde-unstable-i686/kdegames-palapeli.install 2016-04-19 12:24:41 UTC (rev 
265364)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-palapeli/repos/kde-unstable-i686/kdegames-palapeli.install 
(from rev 265363, kdegames-palapeli/trunk/kdegames-palapeli.install)
===
--- kde-unstable-i686/kdegames-palapeli.install (rev 0)
+++ kde-unstable-i686/kdegames-palapeli.install 2016-04-19 12:24:41 UTC (rev 
265364)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   

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

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

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

Added:
  kdegames-lskat/repos/kde-unstable-i686/PKGBUILD
(from rev 265362, kdegames-lskat/trunk/PKGBUILD)
  kdegames-lskat/repos/kde-unstable-i686/kdegames-lskat.install
(from rev 265362, kdegames-lskat/trunk/kdegames-lskat.install)
  kdegames-lskat/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265362, kdegames-lskat/trunk/PKGBUILD)
  kdegames-lskat/repos/kde-unstable-x86_64/kdegames-lskat.install
(from rev 265362, kdegames-lskat/trunk/kdegames-lskat.install)
Deleted:
  kdegames-lskat/repos/kde-unstable-i686/PKGBUILD
  kdegames-lskat/repos/kde-unstable-i686/kdegames-lskat.install
  kdegames-lskat/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-lskat/repos/kde-unstable-x86_64/kdegames-lskat.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:24:09 UTC (rev 265362)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:24:25 UTC (rev 265363)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-lskat
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
-url="http://kde.org/applications/games/lskat/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/lskat-${pkgver}.tar.xz;)
-sha1sums=('310be1ff52c8ee0cb3aa3f864661cbda5549e363')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../lskat-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-lskat/repos/kde-unstable-i686/PKGBUILD (from rev 265362, 
kdegames-lskat/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:24:25 UTC (rev 265363)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-lskat
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
+url="http://kde.org/applications/games/lskat/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/lskat-${pkgver}.tar.xz;)
+sha1sums=('b07a273aca27302c6f5d73a4331ae44ec983527a')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../lskat-${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/kdegames-lskat.install
===
--- kde-unstable-i686/kdegames-lskat.install2016-04-19 12:24:09 UTC (rev 
265362)
+++ kde-unstable-i686/kdegames-lskat.install2016-04-19 12:24:25 UTC (rev 
265363)
@@ -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: kdegames-lskat/repos/kde-unstable-i686/kdegames-lskat.install (from rev 
265362, kdegames-lskat/trunk/kdegames-lskat.install)
===
--- kde-unstable-i686/kdegames-lskat.install(rev 0)
+++ kde-unstable-i686/kdegames-lskat.install2016-04-19 12:24:25 UTC (rev 
265363)
@@ -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:24:09 UTC 

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

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

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

Added:
  kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD
(from rev 265361, kdegames-kubrick/trunk/PKGBUILD)
  kdegames-kubrick/repos/kde-unstable-i686/kdegames-kubrick.install
(from rev 265361, kdegames-kubrick/trunk/kdegames-kubrick.install)
  kdegames-kubrick/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265361, kdegames-kubrick/trunk/PKGBUILD)
  kdegames-kubrick/repos/kde-unstable-x86_64/kdegames-kubrick.install
(from rev 265361, kdegames-kubrick/trunk/kdegames-kubrick.install)
Deleted:
  kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD
  kdegames-kubrick/repos/kde-unstable-i686/kdegames-kubrick.install
  kdegames-kubrick/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kubrick/repos/kde-unstable-x86_64/kdegames-kubrick.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:23:51 UTC (rev 265361)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:24:09 UTC (rev 265362)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kubrick
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Based on the famous Rubik's Cube"
-url="http://kde.org/applications/games/kubrick/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'glu')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz;)
-sha1sums=('dcda0765ba042d980ac06889da076bdcf81bfaa2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kubrick-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD (from rev 265361, 
kdegames-kubrick/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:24:09 UTC (rev 265362)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kubrick
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Based on the famous Rubik's Cube"
+url="http://kde.org/applications/games/kubrick/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz;)
+sha1sums=('56da5da111ce075b4376addad7d8748311aaf526')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kubrick-${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/kdegames-kubrick.install
===
--- kde-unstable-i686/kdegames-kubrick.install  2016-04-19 12:23:51 UTC (rev 
265361)
+++ kde-unstable-i686/kdegames-kubrick.install  2016-04-19 12:24:09 UTC (rev 
265362)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kubrick/repos/kde-unstable-i686/kdegames-kubrick.install (from 
rev 265361, kdegames-kubrick/trunk/kdegames-kubrick.install)
===
--- kde-unstable-i686/kdegames-kubrick.install  (rev 0)
+++ kde-unstable-i686/kdegames-kubrick.install  2016-04-19 12:24:09 UTC (rev 
265362)
@@ -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:23:51 UTC (rev 265361)
+++ 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:23:36
  Author: arojas
Revision: 265360

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

Added:
  kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD
(from rev 265359, kdegames-ksudoku/trunk/PKGBUILD)
  kdegames-ksudoku/repos/kde-unstable-i686/kdegames-ksudoku.install
(from rev 265359, kdegames-ksudoku/trunk/kdegames-ksudoku.install)
  kdegames-ksudoku/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265359, kdegames-ksudoku/trunk/PKGBUILD)
  kdegames-ksudoku/repos/kde-unstable-x86_64/kdegames-ksudoku.install
(from rev 265359, kdegames-ksudoku/trunk/kdegames-ksudoku.install)
Deleted:
  kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD
  kdegames-ksudoku/repos/kde-unstable-i686/kdegames-ksudoku.install
  kdegames-ksudoku/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ksudoku/repos/kde-unstable-x86_64/kdegames-ksudoku.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:23:20 UTC (rev 265359)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:23:36 UTC (rev 265360)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-ksudoku
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A logic-based symbol placement puzzle"
-url="http://kde.org/applications/games/ksudoku/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'glu')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksudoku-${pkgver}.tar.xz;)
-sha1sums=('cf3f61abaf19f0159670ea3cbf392cf8f7f222d1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksudoku-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ksudoku/repos/kde-unstable-i686/PKGBUILD (from rev 265359, 
kdegames-ksudoku/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:23:36 UTC (rev 265360)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ksudoku
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A logic-based symbol placement puzzle"
+url="http://kde.org/applications/games/ksudoku/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksudoku-${pkgver}.tar.xz;)
+sha1sums=('c15c18fb67c322cc1089e903e5b6cc813036d4ad')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksudoku-${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/kdegames-ksudoku.install
===
--- kde-unstable-i686/kdegames-ksudoku.install  2016-04-19 12:23:20 UTC (rev 
265359)
+++ kde-unstable-i686/kdegames-ksudoku.install  2016-04-19 12:23:36 UTC (rev 
265360)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksudoku/repos/kde-unstable-i686/kdegames-ksudoku.install (from 
rev 265359, kdegames-ksudoku/trunk/kdegames-ksudoku.install)
===
--- kde-unstable-i686/kdegames-ksudoku.install  (rev 0)
+++ kde-unstable-i686/kdegames-ksudoku.install  2016-04-19 12:23:36 UTC (rev 
265360)
@@ -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:23:20 UTC (rev 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:23:36 UTC (rev 265360)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:23:51 UTC (rev 265361)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktuberling
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A simple constructor game suitable for children and adults alike"
-url="http://kde.org/applications/games/ktuberling/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(hicolor-icon-theme libkdegames knotifyconfig)
-makedepends=(extra-cmake-modules kdoctools kdelibs4support)
-conflicts=(kdegames-ktuberling)
-replaces=(kdegames-ktuberling)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('6dd4f32f15acc27d9add1a6efc6317ee272b949c')
-
-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: ktuberling/repos/kde-unstable-i686/PKGBUILD (from rev 265360, 
ktuberling/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:23:51 UTC (rev 265361)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktuberling
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A simple constructor game suitable for children and adults alike"
+url="http://kde.org/applications/games/ktuberling/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(hicolor-icon-theme libkdegames knotifyconfig)
+makedepends=(extra-cmake-modules kdoctools kdelibs4support python)
+conflicts=(kdegames-ktuberling)
+replaces=(kdegames-ktuberling)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('781a743cefc51abaa05ab17678d0393226c61450')
+
+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/ktuberling.install
===
--- kde-unstable-i686/ktuberling.install2016-04-19 12:23:36 UTC (rev 
265360)
+++ kde-unstable-i686/ktuberling.install2016-04-19 12:23:51 UTC (rev 
265361)
@@ -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: ktuberling/repos/kde-unstable-i686/ktuberling.install (from rev 265360, 
ktuberling/trunk/ktuberling.install)
===
--- kde-unstable-i686/ktuberling.install(rev 0)
+++ kde-unstable-i686/ktuberling.install2016-04-19 12:23:51 UTC (rev 
265361)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:23:05 UTC (rev 265358)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:23:20 UTC (rev 265359)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
-url="http://kde.org/applications/games/ksquares/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme') 
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
-sha1sums=('ac867e102f3989813e9ea924ca773ef728273409')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../ksquares-${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: ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 265358, 
ksquares/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:23:20 UTC (rev 265359)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and 
Boxes"
+url="http://kde.org/applications/games/ksquares/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme') 
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('7c75888e3840179792ddb1baf8d7492139476f81')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksquares-${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/ksquares.install
===
--- kde-unstable-i686/ksquares.install  2016-04-19 12:23:05 UTC (rev 265358)
+++ kde-unstable-i686/ksquares.install  2016-04-19 12:23:20 UTC (rev 265359)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: ksquares/repos/kde-unstable-i686/ksquares.install (from rev 265358, 
ksquares/trunk/ksquares.install)
===
--- kde-unstable-i686/ksquares.install  (rev 0)
+++ kde-unstable-i686/ksquares.install  2016-04-19 12:23:20 UTC (rev 265359)
@@ -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 kdegames-ksnakeduel/repos (8 files)

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

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

Added:
  kdegames-ksnakeduel/repos/kde-unstable-i686/PKGBUILD
(from rev 265356, kdegames-ksnakeduel/trunk/PKGBUILD)
  kdegames-ksnakeduel/repos/kde-unstable-i686/kdegames-ksnakeduel.install
(from rev 265356, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install)
  kdegames-ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265356, kdegames-ksnakeduel/trunk/PKGBUILD)
  kdegames-ksnakeduel/repos/kde-unstable-x86_64/kdegames-ksnakeduel.install
(from rev 265356, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install)
Deleted:
  kdegames-ksnakeduel/repos/kde-unstable-i686/PKGBUILD
  kdegames-ksnakeduel/repos/kde-unstable-i686/kdegames-ksnakeduel.install
  kdegames-ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ksnakeduel/repos/kde-unstable-x86_64/kdegames-ksnakeduel.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:22:33 UTC (rev 265356)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:22:49 UTC (rev 265357)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-ksnakeduel
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A simple snake duel game"
-url="http://kde.org/applications/games/ksnakeduel/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz;)
-sha1sums=('dacd72b3d45a076cd85ded974d5b6f524ee72b9a')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../ksnakeduel-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ksnakeduel/repos/kde-unstable-i686/PKGBUILD (from rev 265356, 
kdegames-ksnakeduel/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:22:49 UTC (rev 265357)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ksnakeduel
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A simple snake duel game"
+url="http://kde.org/applications/games/ksnakeduel/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz;)
+sha1sums=('a7481fad5e31bb5ae6d3cacea67b99c6cddc273e')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ksnakeduel-${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/kdegames-ksnakeduel.install
===
--- kde-unstable-i686/kdegames-ksnakeduel.install   2016-04-19 12:22:33 UTC 
(rev 265356)
+++ kde-unstable-i686/kdegames-ksnakeduel.install   2016-04-19 12:22:49 UTC 
(rev 265357)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksnakeduel/repos/kde-unstable-i686/kdegames-ksnakeduel.install 
(from rev 265356, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install)
===
--- kde-unstable-i686/kdegames-ksnakeduel.install   
(rev 0)
+++ kde-unstable-i686/kdegames-ksnakeduel.install   2016-04-19 12:22:49 UTC 
(rev 265357)
@@ -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 kdegames-kspaceduel/repos (8 files)

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

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

Added:
  kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD
(from rev 265357, kdegames-kspaceduel/trunk/PKGBUILD)
  kdegames-kspaceduel/repos/kde-unstable-i686/kdegames-kspaceduel.install
(from rev 265357, kdegames-kspaceduel/trunk/kdegames-kspaceduel.install)
  kdegames-kspaceduel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265357, kdegames-kspaceduel/trunk/PKGBUILD)
  kdegames-kspaceduel/repos/kde-unstable-x86_64/kdegames-kspaceduel.install
(from rev 265357, kdegames-kspaceduel/trunk/kdegames-kspaceduel.install)
Deleted:
  kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD
  kdegames-kspaceduel/repos/kde-unstable-i686/kdegames-kspaceduel.install
  kdegames-kspaceduel/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kspaceduel/repos/kde-unstable-x86_64/kdegames-kspaceduel.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:22:49 UTC (rev 265357)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:23:05 UTC (rev 265358)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kspaceduel
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Each of two possible players controls a satellite spaceship orbiting 
the sun"
-url="http://kde.org/applications/games/kspaceduel/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz;)
-sha1sums=('07fe8b5ef9539663db173e51d0466d78d4c1175a')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kspaceduel-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD (from rev 265357, 
kdegames-kspaceduel/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:23:05 UTC (rev 265358)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kspaceduel
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Each of two possible players controls a satellite spaceship orbiting 
the sun"
+url="http://kde.org/applications/games/kspaceduel/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz;)
+sha1sums=('22dbd2f454834699169e8216b134eb19d13e5632')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kspaceduel-${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/kdegames-kspaceduel.install
===
--- kde-unstable-i686/kdegames-kspaceduel.install   2016-04-19 12:22:49 UTC 
(rev 265357)
+++ kde-unstable-i686/kdegames-kspaceduel.install   2016-04-19 12:23:05 UTC 
(rev 265358)
@@ -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: kdegames-kspaceduel/repos/kde-unstable-i686/kdegames-kspaceduel.install 
(from rev 265357, kdegames-kspaceduel/trunk/kdegames-kspaceduel.install)
===
--- kde-unstable-i686/kdegames-kspaceduel.install   
(rev 0)
+++ kde-unstable-i686/kdegames-kspaceduel.install   2016-04-19 12:23:05 UTC 
(rev 265358)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+

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

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

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

Added:
  kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD
(from rev 265355, kdegames-ksirk/trunk/PKGBUILD)
  kdegames-ksirk/repos/kde-unstable-i686/kdegames-ksirk.install
(from rev 265355, kdegames-ksirk/trunk/kdegames-ksirk.install)
  kdegames-ksirk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265355, kdegames-ksirk/trunk/PKGBUILD)
  kdegames-ksirk/repos/kde-unstable-x86_64/kdegames-ksirk.install
(from rev 265355, kdegames-ksirk/trunk/kdegames-ksirk.install)
Deleted:
  kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD
  kdegames-ksirk/repos/kde-unstable-i686/kdegames-ksirk.install
  kdegames-ksirk/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ksirk/repos/kde-unstable-x86_64/kdegames-ksirk.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:22:17 UTC (rev 265355)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:22:33 UTC (rev 265356)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-ksirk
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A computerized version of a well known strategy game"
-url="http://kde.org/applications/games/ksirk/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
-sha1sums=('3a67fb2c6d6d3c0623121ab694012400e348e8f7')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../ksirk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD (from rev 265355, 
kdegames-ksirk/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:22:33 UTC (rev 265356)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ksirk
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A computerized version of a well known strategy game"
+url="http://kde.org/applications/games/ksirk/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
+sha1sums=('f7aa343c691b0ad0a6b00bd4bcfc99c866572153')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ksirk-${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/kdegames-ksirk.install
===
--- kde-unstable-i686/kdegames-ksirk.install2016-04-19 12:22:17 UTC (rev 
265355)
+++ kde-unstable-i686/kdegames-ksirk.install2016-04-19 12:22:33 UTC (rev 
265356)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksirk/repos/kde-unstable-i686/kdegames-ksirk.install (from rev 
265355, kdegames-ksirk/trunk/kdegames-ksirk.install)
===
--- kde-unstable-i686/kdegames-ksirk.install(rev 0)
+++ kde-unstable-i686/kdegames-ksirk.install2016-04-19 12:22:33 UTC (rev 
265356)
@@ -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:22:17 UTC (rev 265355)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:22:33 UTC (rev 265356)
@@ 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:22:02 UTC (rev 265354)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:22:17 UTC (rev 265355)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kshisen
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles"
-url="http://kde.org/applications/games/kshisen/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'libkmahjongg' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kshisen')
-replaces=('kdegames-kshisen')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
-sha1sums=('9b17a034acf27a1a76a50c6c5a0ad4941139f377')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kshisen-${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: kshisen/repos/kde-unstable-i686/PKGBUILD (from rev 265354, 
kshisen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:22:17 UTC (rev 265355)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kshisen
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles"
+url="http://kde.org/applications/games/kshisen/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'libkmahjongg' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kshisen')
+replaces=('kdegames-kshisen')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
+sha1sums=('2f209148c0995a1952dbfcf8185690b85d6a627d')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kshisen-${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/kshisen.install
===
--- kde-unstable-i686/kshisen.install   2016-04-19 12:22:02 UTC (rev 265354)
+++ kde-unstable-i686/kshisen.install   2016-04-19 12:22:17 UTC (rev 265355)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kshisen/repos/kde-unstable-i686/kshisen.install (from rev 265354, 
kshisen/trunk/kshisen.install)
===
--- kde-unstable-i686/kshisen.install   (rev 0)
+++ kde-unstable-i686/kshisen.install   2016-04-19 12:22:17 UTC (rev 265355)
@@ -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:22:02 UTC (rev 265354)
+++ 

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

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

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

Added:
  kdegames-kreversi/repos/kde-unstable-i686/PKGBUILD
(from rev 265353, kdegames-kreversi/trunk/PKGBUILD)
  kdegames-kreversi/repos/kde-unstable-i686/kdegames-kreversi.install
(from rev 265353, kdegames-kreversi/trunk/kdegames-kreversi.install)
  kdegames-kreversi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265353, kdegames-kreversi/trunk/PKGBUILD)
  kdegames-kreversi/repos/kde-unstable-x86_64/kdegames-kreversi.install
(from rev 265353, kdegames-kreversi/trunk/kdegames-kreversi.install)
Deleted:
  kdegames-kreversi/repos/kde-unstable-i686/PKGBUILD
  kdegames-kreversi/repos/kde-unstable-i686/kdegames-kreversi.install
  kdegames-kreversi/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kreversi/repos/kde-unstable-x86_64/kdegames-kreversi.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:21:46 UTC (rev 265353)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:22:02 UTC (rev 265354)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kreversi
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A simple one player strategy game played against the computer"
-url="http://kde.org/applications/games/kreversi/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kreversi-${pkgver}.tar.xz;)
-sha1sums=('cc5a10a346edef8a4eb0e3c0bf0acbb05743a2a3')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kreversi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kreversi/repos/kde-unstable-i686/PKGBUILD (from rev 265353, 
kdegames-kreversi/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:22:02 UTC (rev 265354)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kreversi
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A simple one player strategy game played against the computer"
+url="http://kde.org/applications/games/kreversi/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kreversi-${pkgver}.tar.xz;)
+sha1sums=('f4ef9201c075fe8ca85b3264bd688b5a231704a8')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kreversi-${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/kdegames-kreversi.install
===
--- kde-unstable-i686/kdegames-kreversi.install 2016-04-19 12:21:46 UTC (rev 
265353)
+++ kde-unstable-i686/kdegames-kreversi.install 2016-04-19 12:22:02 UTC (rev 
265354)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kreversi/repos/kde-unstable-i686/kdegames-kreversi.install 
(from rev 265353, kdegames-kreversi/trunk/kdegames-kreversi.install)
===
--- kde-unstable-i686/kdegames-kreversi.install (rev 0)
+++ kde-unstable-i686/kdegames-kreversi.install 2016-04-19 12:22:02 UTC (rev 
265354)
@@ -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 kpatience/repos (8 files)

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

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

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

---+
 /PKGBUILD |   72 
 /kpatience.install|   26 +++
 kde-unstable-i686/PKGBUILD|   36 
 kde-unstable-i686/kpatience.install   |   13 -
 kde-unstable-x86_64/PKGBUILD  |   36 
 kde-unstable-x86_64/kpatience.install |   13 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:21:30 UTC (rev 265352)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:21:46 UTC (rev 265353)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kpatience
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Offers a selection of solitaire card games"
-url="http://kde.org/applications/games/kpatience/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kpatience')
-replaces=('kdegames-kpatience')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz;)
-sha1sums=('3be121ec42bfdd121fd28cbbed65edbd5467')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kpat-${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: kpatience/repos/kde-unstable-i686/PKGBUILD (from rev 265352, 
kpatience/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:21:46 UTC (rev 265353)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kpatience
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Offers a selection of solitaire card games"
+url="http://kde.org/applications/games/kpatience/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kpatience')
+replaces=('kdegames-kpatience')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz;)
+sha1sums=('7e010eedfaa51db950c04d43c7361537a266d367')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kpat-${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/kpatience.install
===
--- kde-unstable-i686/kpatience.install 2016-04-19 12:21:30 UTC (rev 265352)
+++ kde-unstable-i686/kpatience.install 2016-04-19 12:21:46 UTC (rev 265353)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kpatience/repos/kde-unstable-i686/kpatience.install (from rev 265352, 
kpatience/trunk/kpatience.install)
===
--- kde-unstable-i686/kpatience.install (rev 0)
+++ kde-unstable-i686/kpatience.install 2016-04-19 12:21:46 UTC (rev 265353)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+

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

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

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

Added:
  kdegames-konquest/repos/kde-unstable-i686/PKGBUILD
(from rev 265351, kdegames-konquest/trunk/PKGBUILD)
  kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install
(from rev 265351, kdegames-konquest/trunk/kdegames-konquest.install)
  kdegames-konquest/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265351, kdegames-konquest/trunk/PKGBUILD)
  kdegames-konquest/repos/kde-unstable-x86_64/kdegames-konquest.install
(from rev 265351, kdegames-konquest/trunk/kdegames-konquest.install)
Deleted:
  kdegames-konquest/repos/kde-unstable-i686/PKGBUILD
  kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install
  kdegames-konquest/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-konquest/repos/kde-unstable-x86_64/kdegames-konquest.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:21:14 UTC (rev 265351)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:21:30 UTC (rev 265352)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-konquest
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="The KDE version of Gnu-Lactic"
-url="http://kde.org/applications/games/konquest/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/konquest-${pkgver}.tar.xz;)
-sha1sums=('2f7dbad1a712ccdfafb04fd3153415f46db20955')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../konquest-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-konquest/repos/kde-unstable-i686/PKGBUILD (from rev 265351, 
kdegames-konquest/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:21:30 UTC (rev 265352)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-konquest
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The KDE version of Gnu-Lactic"
+url="http://kde.org/applications/games/konquest/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/konquest-${pkgver}.tar.xz;)
+sha1sums=('b603574bc4d9011d03ae873aa5bd04c75054c2f1')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../konquest-${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/kdegames-konquest.install
===
--- kde-unstable-i686/kdegames-konquest.install 2016-04-19 12:21:14 UTC (rev 
265351)
+++ kde-unstable-i686/kdegames-konquest.install 2016-04-19 12:21:30 UTC (rev 
265352)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install 
(from rev 265351, kdegames-konquest/trunk/kdegames-konquest.install)
===
--- kde-unstable-i686/kdegames-konquest.install (rev 0)
+++ kde-unstable-i686/kdegames-konquest.install 2016-04-19 12:21:30 UTC (rev 
265352)
@@ -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:21:14 UTC (rev 265351)
+++ 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:20:59 UTC (rev 265350)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:21:14 UTC (rev 265351)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kollision
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A simple ball dodging game"
-url="http://kde.org/applications/games/kollision/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-conflicts=('kdegames-kollision')
-replaces=('kdegames-kollision')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz;)
-sha1sums=('f798ee1d0e651f1a1c788b7559d143a857103dad')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kollision-${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: kollision/repos/kde-unstable-i686/PKGBUILD (from rev 265350, 
kollision/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:21:14 UTC (rev 265351)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kollision
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A simple ball dodging game"
+url="http://kde.org/applications/games/kollision/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+conflicts=('kdegames-kollision')
+replaces=('kdegames-kollision')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz;)
+sha1sums=('887523dad8f07023bffc8994dafbd5e1a0311b29')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kollision-${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/kollision.install
===
--- kde-unstable-i686/kollision.install 2016-04-19 12:20:59 UTC (rev 265350)
+++ kde-unstable-i686/kollision.install 2016-04-19 12:21:14 UTC (rev 265351)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kollision/repos/kde-unstable-i686/kollision.install (from rev 265350, 
kollision/trunk/kollision.install)
===
--- kde-unstable-i686/kollision.install (rev 0)
+++ kde-unstable-i686/kollision.install 2016-04-19 12:21:14 UTC (rev 265351)
@@ -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:20:59 UTC (rev 265350)
+++ kde-unstable-x86_64/PKGBUILD

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

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

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

Added:
  kdegames-kolf/repos/kde-unstable-i686/PKGBUILD
(from rev 265349, kdegames-kolf/trunk/PKGBUILD)
  kdegames-kolf/repos/kde-unstable-i686/kdegames-kolf.install
(from rev 265349, kdegames-kolf/trunk/kdegames-kolf.install)
  kdegames-kolf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265349, kdegames-kolf/trunk/PKGBUILD)
  kdegames-kolf/repos/kde-unstable-x86_64/kdegames-kolf.install
(from rev 265349, kdegames-kolf/trunk/kdegames-kolf.install)
Deleted:
  kdegames-kolf/repos/kde-unstable-i686/PKGBUILD
  kdegames-kolf/repos/kde-unstable-i686/kdegames-kolf.install
  kdegames-kolf/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kolf/repos/kde-unstable-x86_64/kdegames-kolf.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:20:42 UTC (rev 265349)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:20:59 UTC (rev 265350)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kolf
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A miniature golf game with 2d top-down view"
-url="http://kde.org/applications/games/kolf/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolf-${pkgver}.tar.xz;)
-sha1sums=('ead51249a3b2d815a1d0d88c0eb18a9722eac153')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kolf-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kolf/repos/kde-unstable-i686/PKGBUILD (from rev 265349, 
kdegames-kolf/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:20:59 UTC (rev 265350)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kolf
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A miniature golf game with 2d top-down view"
+url="http://kde.org/applications/games/kolf/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kolf-${pkgver}.tar.xz;)
+sha1sums=('01e3ded979a25da8dbb314ea88621f44b2db4ba4')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kolf-${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/kdegames-kolf.install
===
--- kde-unstable-i686/kdegames-kolf.install 2016-04-19 12:20:42 UTC (rev 
265349)
+++ kde-unstable-i686/kdegames-kolf.install 2016-04-19 12:20:59 UTC (rev 
265350)
@@ -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: kdegames-kolf/repos/kde-unstable-i686/kdegames-kolf.install (from rev 
265349, kdegames-kolf/trunk/kdegames-kolf.install)
===
--- kde-unstable-i686/kdegames-kolf.install (rev 0)
+++ kde-unstable-i686/kdegames-kolf.install 2016-04-19 12:20:59 UTC (rev 
265350)
@@ -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:20:42 UTC (rev 265349)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:20:59 UTC 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:19:44 UTC (rev 265346)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:19:59 UTC (rev 265347)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmines
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="The classic Minesweeper game"
-url="http://kde.org/applications/games/kmines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kmines')
-replaces=('kdegames-kmines')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmines-${pkgver}.tar.xz;)
-sha1sums=('5134810e255ac634e5296cec2565203c39c9f471')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kmines-${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: kmines/repos/kde-unstable-i686/PKGBUILD (from rev 265346, 
kmines/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:19:59 UTC (rev 265347)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmines
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The classic Minesweeper game"
+url="http://kde.org/applications/games/kmines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kmines')
+replaces=('kdegames-kmines')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmines-${pkgver}.tar.xz;)
+sha1sums=('01705f5362b10ffea4ed46aa10875529143b1632')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kmines-${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/kmines.install
===
--- kde-unstable-i686/kmines.install2016-04-19 12:19:44 UTC (rev 265346)
+++ kde-unstable-i686/kmines.install2016-04-19 12:19:59 UTC (rev 265347)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kmines/repos/kde-unstable-i686/kmines.install (from rev 265346, 
kmines/trunk/kmines.install)
===
--- kde-unstable-i686/kmines.install(rev 0)
+++ kde-unstable-i686/kmines.install2016-04-19 12:19:59 UTC (rev 265347)
@@ -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:19:44 UTC (rev 265346)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:19:59 UTC (rev 265347)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:19:59 UTC (rev 265347)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:20:24 UTC (rev 265348)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 251259 2015-11-19 20:20:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=knavalbattle
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A ship sinking game"
-url="http://kde.org/applications/games/knavalbattle/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-knavalbattle)
-replaces=(kdegames-knavalbattle)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('d9950f0f21fcfc10c6d92b4b574ebaccc185f8c4')
-
-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: knavalbattle/repos/kde-unstable-i686/PKGBUILD (from rev 265347, 
knavalbattle/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:20:24 UTC (rev 265348)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 251259 2015-11-19 20:20:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knavalbattle
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A ship sinking game"
+url="http://kde.org/applications/games/knavalbattle/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+install=$pkgname.install
+conflicts=(kdegames-knavalbattle)
+replaces=(kdegames-knavalbattle)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('14f05766ca1d3c9169b729526262c559d1fd1fb8')
+
+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/knavalbattle.install
===
--- kde-unstable-i686/knavalbattle.install  2016-04-19 12:19:59 UTC (rev 
265347)
+++ kde-unstable-i686/knavalbattle.install  2016-04-19 12:20:24 UTC (rev 
265348)
@@ -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: knavalbattle/repos/kde-unstable-i686/knavalbattle.install (from rev 
265347, knavalbattle/trunk/knavalbattle.install)
===
--- kde-unstable-i686/knavalbattle.install  (rev 0)
+++ kde-unstable-i686/knavalbattle.install  2016-04-19 12:20:24 UTC (rev 
265348)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:20:24 UTC (rev 265348)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:20:42 UTC (rev 265349)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=knetwalk
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Connect all the terminals to the server, in as few turns as possible"
-url="http://kde.org/applications/games/knetwalk/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-knetwalk')
-replaces=('kdegames-knetwalk')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
-sha1sums=('b46eb31f43ef6205d28159eb2bc2e3cb65fa51a3')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../knetwalk-${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: knetwalk/repos/kde-unstable-i686/PKGBUILD (from rev 265348, 
knetwalk/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:20:42 UTC (rev 265349)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knetwalk
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Connect all the terminals to the server, in as few turns as possible"
+url="http://kde.org/applications/games/knetwalk/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-knetwalk')
+replaces=('kdegames-knetwalk')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
+sha1sums=('a4996601a70afa33139a32162c362dd2ee475ca2')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../knetwalk-${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/knetwalk.install
===
--- kde-unstable-i686/knetwalk.install  2016-04-19 12:20:24 UTC (rev 265348)
+++ kde-unstable-i686/knetwalk.install  2016-04-19 12:20:42 UTC (rev 265349)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: knetwalk/repos/kde-unstable-i686/knetwalk.install (from rev 265348, 
knetwalk/trunk/knetwalk.install)
===
--- kde-unstable-i686/knetwalk.install  (rev 0)
+++ kde-unstable-i686/knetwalk.install  2016-04-19 12:20:42 UTC (rev 265349)
@@ -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:20:24 UTC (rev 265348)

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:19:11 UTC (rev 265344)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:19:27 UTC (rev 265345)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klines
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A simple but highly addictive, one player game"
-url="http://kde.org/applications/games/klines/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-klines')
-replaces=('kdegames-klines')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
-sha1sums=('fb31264a0b7c28849276974335c9151b9a5ba988')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../klines-${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: klines/repos/kde-unstable-i686/PKGBUILD (from rev 265344, 
klines/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:19:27 UTC (rev 265345)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klines
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('1f3a3c2a60bdf0caf5124350622d0723a674ff9d')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../klines-${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/klines.install
===
--- kde-unstable-i686/klines.install2016-04-19 12:19:11 UTC (rev 265344)
+++ kde-unstable-i686/klines.install2016-04-19 12:19:27 UTC (rev 265345)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klines/repos/kde-unstable-i686/klines.install (from rev 265344, 
klines/trunk/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2016-04-19 12:19:27 UTC (rev 265345)
@@ -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:19:11 UTC (rev 265344)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:19:27 UTC (rev 265345)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:19:27 UTC (rev 265345)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:19:44 UTC (rev 265346)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmahjongg
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A tile matching game for one or two players"
-url="http://kde.org/applications/games/kmahjongg/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkmahjongg libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegames-kmahjongg)
-replaces=(kdegames-kmahjongg)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('c33c76125188b51c72b5bc4da6461ffd52827e09')
-
-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: kmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 265345, 
kmahjongg/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:19:44 UTC (rev 265346)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmahjongg
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A tile matching game for one or two players"
+url="http://kde.org/applications/games/kmahjongg/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkmahjongg libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdegames-kmahjongg)
+replaces=(kdegames-kmahjongg)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f17ddf522a1a663b52d83c9b58aebac2e84eaa7a')
+
+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/kmahjongg.install
===
--- kde-unstable-i686/kmahjongg.install 2016-04-19 12:19:27 UTC (rev 265345)
+++ kde-unstable-i686/kmahjongg.install 2016-04-19 12:19:44 UTC (rev 265346)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kmahjongg/repos/kde-unstable-i686/kmahjongg.install (from rev 265345, 
kmahjongg/trunk/kmahjongg.install)
===
--- kde-unstable-i686/kmahjongg.install (rev 0)
+++ kde-unstable-i686/kmahjongg.install 2016-04-19 12:19:44 UTC (rev 265346)
@@ -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 kiriki/repos (8 files)

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:18:25 UTC (rev 265341)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:18:41 UTC (rev 265342)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kiriki
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="An addictive and fun dice game"
-url="http://kde.org/applications/games/kiriki/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-kiriki)
-replaces=(kdegames-kiriki)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('8af03f6ff28255fadcf6c068b987934e7cc74769')
-
-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: kiriki/repos/kde-unstable-i686/PKGBUILD (from rev 265341, 
kiriki/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:18:41 UTC (rev 265342)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiriki
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="An addictive and fun dice game"
+url="http://kde.org/applications/games/kiriki/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+install=$pkgname.install
+conflicts=(kdegames-kiriki)
+replaces=(kdegames-kiriki)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('725c4b2982f470fab93d61ecbbd8416f5d594bdd')
+
+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/kiriki.install
===
--- kde-unstable-i686/kiriki.install2016-04-19 12:18:25 UTC (rev 265341)
+++ kde-unstable-i686/kiriki.install2016-04-19 12:18:41 UTC (rev 265342)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kiriki/repos/kde-unstable-i686/kiriki.install (from rev 265341, 
kiriki/trunk/kiriki.install)
===
--- kde-unstable-i686/kiriki.install(rev 0)
+++ kde-unstable-i686/kiriki.install2016-04-19 12:18:41 UTC (rev 265342)
@@ -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:18:25 UTC (rev 265341)
+++ 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:18:09 UTC (rev 265340)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:18:25 UTC (rev 265341)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz;)
-sha1sums=('f0fb2c15fe5f3935e1544843d2e345d9345ad43d')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../killbots-${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: killbots/repos/kde-unstable-i686/PKGBUILD (from rev 265340, 
killbots/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:18:25 UTC (rev 265341)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('32785311f649d5fd8785ffd88313714fa1ddbcfe')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../killbots-${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/killbots.install
===
--- kde-unstable-i686/killbots.install  2016-04-19 12:18:09 UTC (rev 265340)
+++ kde-unstable-i686/killbots.install  2016-04-19 12:18:25 UTC (rev 265341)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: killbots/repos/kde-unstable-i686/killbots.install (from rev 265340, 
killbots/trunk/killbots.install)
===
--- kde-unstable-i686/killbots.install  (rev 0)
+++ kde-unstable-i686/killbots.install  2016-04-19 12:18:25 UTC (rev 265341)
@@ -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:18:09 UTC (rev 265340)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:18:25 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:18:56 UTC (rev 265343)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:19:11 UTC (rev 265344)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 251259 2015-11-19 20:20:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=klickety
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="An adaptation of the Clickomania game"
-url="http://kde.org/applications/games/klickety/;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames knotifyconfig hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-klickety)
-replaces=(kdegames-klickety)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('4a97e69a7f230377435b0175d07e9bcc08d6f27c')
-
-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: klickety/repos/kde-unstable-i686/PKGBUILD (from rev 265343, 
klickety/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:19:11 UTC (rev 265344)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 251259 2015-11-19 20:20:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=klickety
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="An adaptation of the Clickomania game"
+url="http://kde.org/applications/games/klickety/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames knotifyconfig hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+install=$pkgname.install
+conflicts=(kdegames-klickety)
+replaces=(kdegames-klickety)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('10dfbb74293b1f2a60d78df3499760f19e8308b1')
+
+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/klickety.install
===
--- kde-unstable-i686/klickety.install  2016-04-19 12:18:56 UTC (rev 265343)
+++ kde-unstable-i686/klickety.install  2016-04-19 12:19:11 UTC (rev 265344)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klickety/repos/kde-unstable-i686/klickety.install (from rev 265343, 
klickety/trunk/klickety.install)
===
--- kde-unstable-i686/klickety.install  (rev 0)
+++ kde-unstable-i686/klickety.install  2016-04-19 12:19:11 UTC (rev 265344)
@@ -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 kjumpingcube/repos (8 files)

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:18:41 UTC (rev 265342)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:18:56 UTC (rev 265343)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kjumpingcube
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A simple tactical game"
-url="http://kde.org/applications/games/kjumpingcube/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kjumpingcube')
-replaces=('kdegames-kjumpingcube')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
-sha1sums=('add76572817f1f2e64483e7df8a89edd3898855a')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kjumpingcube-${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: kjumpingcube/repos/kde-unstable-i686/PKGBUILD (from rev 265342, 
kjumpingcube/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:18:56 UTC (rev 265343)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjumpingcube
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A simple tactical game"
+url="http://kde.org/applications/games/kjumpingcube/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kjumpingcube')
+replaces=('kdegames-kjumpingcube')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
+sha1sums=('7dccfb748531eb1d6dedf9962d9396ba92815b58')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kjumpingcube-${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/kjumpingcube.install
===
--- kde-unstable-i686/kjumpingcube.install  2016-04-19 12:18:41 UTC (rev 
265342)
+++ kde-unstable-i686/kjumpingcube.install  2016-04-19 12:18:56 UTC (rev 
265343)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kjumpingcube/repos/kde-unstable-i686/kjumpingcube.install (from rev 
265342, kjumpingcube/trunk/kjumpingcube.install)
===
--- kde-unstable-i686/kjumpingcube.install  (rev 0)
+++ kde-unstable-i686/kjumpingcube.install  2016-04-19 12:18:56 UTC (rev 
265343)
@@ -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 kdegames-kigo/repos (8 files)

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

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

Added:
  kdegames-kigo/repos/kde-unstable-i686/PKGBUILD
(from rev 265339, kdegames-kigo/trunk/PKGBUILD)
  kdegames-kigo/repos/kde-unstable-i686/kdegames-kigo.install
(from rev 265339, kdegames-kigo/trunk/kdegames-kigo.install)
  kdegames-kigo/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265339, kdegames-kigo/trunk/PKGBUILD)
  kdegames-kigo/repos/kde-unstable-x86_64/kdegames-kigo.install
(from rev 265339, kdegames-kigo/trunk/kdegames-kigo.install)
Deleted:
  kdegames-kigo/repos/kde-unstable-i686/PKGBUILD
  kdegames-kigo/repos/kde-unstable-i686/kdegames-kigo.install
  kdegames-kigo/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kigo/repos/kde-unstable-x86_64/kdegames-kigo.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:17:54 UTC (rev 265339)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:18:09 UTC (rev 265340)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kigo
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="An open-source implementation of the popular Go game"
-url="http://kde.org/applications/games/kigo/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'gnugo')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kigo-${pkgver}.tar.xz;)
-sha1sums=('663b75d8d55181223222ef2690e866b3c8cdd501')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kigo-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kigo/repos/kde-unstable-i686/PKGBUILD (from rev 265339, 
kdegames-kigo/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:18:09 UTC (rev 265340)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kigo
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="An open-source implementation of the popular Go game"
+url="http://kde.org/applications/games/kigo/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'gnugo')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kigo-${pkgver}.tar.xz;)
+sha1sums=('edf945a6fb8af24c3afe96a93d265cdd1cecde80')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kigo-${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/kdegames-kigo.install
===
--- kde-unstable-i686/kdegames-kigo.install 2016-04-19 12:17:54 UTC (rev 
265339)
+++ kde-unstable-i686/kdegames-kigo.install 2016-04-19 12:18:09 UTC (rev 
265340)
@@ -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: kdegames-kigo/repos/kde-unstable-i686/kdegames-kigo.install (from rev 
265339, kdegames-kigo/trunk/kdegames-kigo.install)
===
--- kde-unstable-i686/kdegames-kigo.install (rev 0)
+++ kde-unstable-i686/kdegames-kigo.install 2016-04-19 12:18:09 UTC (rev 
265340)
@@ -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:17:54 UTC (rev 265339)
+++ kde-unstable-x86_64/PKGBUILD   

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

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

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

Added:
  kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD
(from rev 265338, kdegames-kgoldrunner/trunk/PKGBUILD)
  kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install
(from rev 265338, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265338, kdegames-kgoldrunner/trunk/PKGBUILD)
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/kdegames-kgoldrunner.install
(from rev 265338, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
Deleted:
  kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD
  kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/kdegames-kgoldrunner.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:17:39 UTC (rev 265338)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:17:54 UTC (rev 265339)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kgoldrunner
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A game of action and puzzle solving"
-url="http://kde.org/applications/games/kgoldrunner/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz;)
-sha1sums=('dc5bf46db99818c4fc266de659b6239d7fe73ba7')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kgoldrunner-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD (from rev 265338, 
kdegames-kgoldrunner/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:17:54 UTC (rev 265339)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kgoldrunner
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A game of action and puzzle solving"
+url="http://kde.org/applications/games/kgoldrunner/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz;)
+sha1sums=('fb09375120d8f5d0d835b3ab7e784738ec28fd15')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kgoldrunner-${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/kdegames-kgoldrunner.install
===
--- kde-unstable-i686/kdegames-kgoldrunner.install  2016-04-19 12:17:39 UTC 
(rev 265338)
+++ kde-unstable-i686/kdegames-kgoldrunner.install  2016-04-19 12:17:54 UTC 
(rev 265339)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install (from 
rev 265338, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
===
--- kde-unstable-i686/kdegames-kgoldrunner.install  
(rev 0)
+++ kde-unstable-i686/kdegames-kgoldrunner.install  2016-04-19 12:17:54 UTC 
(rev 265339)
@@ -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 kfourinline/repos (8 files)

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:17:22 UTC (rev 265337)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:17:39 UTC (rev 265338)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kfourinline
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A four-in-a-row game"
-url="http://kde.org/applications/games/kfourinline/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kfourinline')
-replaces=('kdegames-kfourinline')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz;)
-sha1sums=('3de31d499054a88708aca8a5670ae04cdf611503')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kfourinline-${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: kfourinline/repos/kde-unstable-i686/PKGBUILD (from rev 265337, 
kfourinline/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:17:39 UTC (rev 265338)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfourinline
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A four-in-a-row game"
+url="http://kde.org/applications/games/kfourinline/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kfourinline')
+replaces=('kdegames-kfourinline')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz;)
+sha1sums=('33b2bee5fc035f978b652d8fa2a8df44b73236f9')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kfourinline-${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/kfourinline.install
===
--- kde-unstable-i686/kfourinline.install   2016-04-19 12:17:22 UTC (rev 
265337)
+++ kde-unstable-i686/kfourinline.install   2016-04-19 12:17:39 UTC (rev 
265338)
@@ -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: kfourinline/repos/kde-unstable-i686/kfourinline.install (from rev 
265337, kfourinline/trunk/kfourinline.install)
===
--- kde-unstable-i686/kfourinline.install   (rev 0)
+++ kde-unstable-i686/kfourinline.install   2016-04-19 12:17:39 UTC (rev 
265338)
@@ -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 kbreakout/repos (8 files)

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:16:51 UTC (rev 265335)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:17:06 UTC (rev 265336)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kbreakout
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A Breakout-like game"
-url="http://kde.org/applications/games/kbreakout/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kbreakout')
-replaces=('kdegames-kbreakout')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbreakout-${pkgver}.tar.xz;)
-sha1sums=('6cd58e089cf7f7a7b3acf4280504187a750382b3')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kbreakout-${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: kbreakout/repos/kde-unstable-i686/PKGBUILD (from rev 265335, 
kbreakout/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:17:06 UTC (rev 265336)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbreakout
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A Breakout-like game"
+url="http://kde.org/applications/games/kbreakout/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kbreakout')
+replaces=('kdegames-kbreakout')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kbreakout-${pkgver}.tar.xz;)
+sha1sums=('04a7daba7db9724028dfac1fc53c9db7d9130314')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kbreakout-${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/kbreakout.install
===
--- kde-unstable-i686/kbreakout.install 2016-04-19 12:16:51 UTC (rev 265335)
+++ kde-unstable-i686/kbreakout.install 2016-04-19 12:17:06 UTC (rev 265336)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kbreakout/repos/kde-unstable-i686/kbreakout.install (from rev 265335, 
kbreakout/trunk/kbreakout.install)
===
--- kde-unstable-i686/kbreakout.install (rev 0)
+++ kde-unstable-i686/kbreakout.install 2016-04-19 12:17:06 UTC (rev 265336)
@@ -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:16:51 UTC (rev 265335)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:17:06 UTC (rev 265336)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:17:22 UTC (rev 265337)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdiamond
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A single player puzzle game"
-url="http://kde.org/applications/games/kdiamond/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('c47f175b4e7ff024fda5fd29b74cb20d9f9f246a')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdiamond-${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: kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 265336, 
kdiamond/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:17:22 UTC (rev 265337)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdiamond
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A single player puzzle game"
+url="http://kde.org/applications/games/kdiamond/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('32acf9bb07a835de35df1917bca11ec3b69b2d13')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdiamond-${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/kdiamond.install
===
--- kde-unstable-i686/kdiamond.install  2016-04-19 12:17:06 UTC (rev 265336)
+++ kde-unstable-i686/kdiamond.install  2016-04-19 12:17:22 UTC (rev 265337)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/kde-unstable-i686/kdiamond.install (from rev 265336, 
kdiamond/trunk/kdiamond.install)
===
--- kde-unstable-i686/kdiamond.install  (rev 0)
+++ kde-unstable-i686/kdiamond.install  2016-04-19 12:17:22 UTC (rev 265337)
@@ -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:17:06 UTC (rev 265336)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 

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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:16:36
  Author: arojas
Revision: 265334

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:16:19 UTC (rev 265333)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:16:36 UTC (rev 265334)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kblocks
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="The classic falling blocks game"
-url="http://kde.org/applications/games/kblocks/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblocks')
-replaces=('kdegames-kblocks')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz;)
-sha1sums=('bede6dde4d39da4c776cdb3ae698c73a621ef3fe')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kblocks-${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: kblocks/repos/kde-unstable-i686/PKGBUILD (from rev 265333, 
kblocks/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:16:36 UTC (rev 265334)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kblocks
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="The classic falling blocks game"
+url="http://kde.org/applications/games/kblocks/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kblocks')
+replaces=('kdegames-kblocks')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz;)
+sha1sums=('ae1d616306853452de8dfeead38295f819a029ed')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kblocks-${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/kblocks.install
===
--- kde-unstable-i686/kblocks.install   2016-04-19 12:16:19 UTC (rev 265333)
+++ kde-unstable-i686/kblocks.install   2016-04-19 12:16:36 UTC (rev 265334)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kblocks/repos/kde-unstable-i686/kblocks.install (from rev 265333, 
kblocks/trunk/kblocks.install)
===
--- kde-unstable-i686/kblocks.install   (rev 0)
+++ kde-unstable-i686/kblocks.install   2016-04-19 12:16:36 UTC (rev 265334)
@@ -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:16:19 UTC (rev 265333)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:16:36 UTC (rev 265334)
@@ -1,35 +0,0 @@
-# $Id$
-# 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:16:36 UTC (rev 265334)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:16:51 UTC (rev 265335)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kbounce
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A single player arcade game with the elements of puzzle"
-url="http://kde.org/applications/games/kbounce/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kbounce')
-replaces=('kdegames-kbounce')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbounce-${pkgver}.tar.xz;)
-sha1sums=('a1d8dd74dd544816cd48c02bd63735f1aff75ce2')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kbounce-${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: kbounce/repos/kde-unstable-i686/PKGBUILD (from rev 265334, 
kbounce/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:16:51 UTC (rev 265335)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbounce
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A single player arcade game with the elements of puzzle"
+url="http://kde.org/applications/games/kbounce/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kbounce')
+replaces=('kdegames-kbounce')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kbounce-${pkgver}.tar.xz;)
+sha1sums=('84bb82bc355f163e22175fe9a659cc5ea8938ad6')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kbounce-${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/kbounce.install
===
--- kde-unstable-i686/kbounce.install   2016-04-19 12:16:36 UTC (rev 265334)
+++ kde-unstable-i686/kbounce.install   2016-04-19 12:16:51 UTC (rev 265335)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kbounce/repos/kde-unstable-i686/kbounce.install (from rev 265334, 
kbounce/trunk/kbounce.install)
===
--- kde-unstable-i686/kbounce.install   (rev 0)
+++ kde-unstable-i686/kbounce.install   2016-04-19 12:16:51 UTC (rev 265335)
@@ -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:16:36 UTC (rev 265334)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:16:51 UTC 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:15:48 UTC (rev 265331)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:16:04 UTC (rev 265332)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=katomic
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A fun and educational game built around molecular geometry"
-url="http://kde.org/applications/games/katomic/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-katomic')
-replaces=('kdegames-katomic')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz;)
-sha1sums=('64584228a2953c719f68e5ace2ecf525eaf1c571')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../katomic-${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: katomic/repos/kde-unstable-i686/PKGBUILD (from rev 265331, 
katomic/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:16:04 UTC (rev 265332)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=katomic
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A fun and educational game built around molecular geometry"
+url="http://kde.org/applications/games/katomic/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-katomic')
+replaces=('kdegames-katomic')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/katomic-${pkgver}.tar.xz;)
+sha1sums=('aead25bb9d0b10eb280091c19fad8d2839a4261c')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../katomic-${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/katomic.install
===
--- kde-unstable-i686/katomic.install   2016-04-19 12:15:48 UTC (rev 265331)
+++ kde-unstable-i686/katomic.install   2016-04-19 12:16:04 UTC (rev 265332)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: katomic/repos/kde-unstable-i686/katomic.install (from rev 265331, 
katomic/trunk/katomic.install)
===
--- kde-unstable-i686/katomic.install   (rev 0)
+++ kde-unstable-i686/katomic.install   2016-04-19 12:16:04 UTC (rev 265332)
@@ -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:15:48 UTC (rev 265331)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:16:04 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:15:07 UTC (rev 265328)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:15:22 UTC (rev 265329)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=granatier
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A clone of the classic Bomberman game"
-url="http://kde.org/applications/games/granatier/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-granatier')
-replaces=('kdegames-granatier')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/granatier-${pkgver}.tar.xz;)
-sha1sums=('4ae7c2fcba300977e25b588dc26684d8b29fe1aa')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../granatier-${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: granatier/repos/kde-unstable-i686/PKGBUILD (from rev 265328, 
granatier/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:15:22 UTC (rev 265329)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=granatier
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A clone of the classic Bomberman game"
+url="http://kde.org/applications/games/granatier/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-granatier')
+replaces=('kdegames-granatier')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/granatier-${pkgver}.tar.xz;)
+sha1sums=('42468a87f5df0af38287cdaa08796e05bbf23364')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../granatier-${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/granatier.install
===
--- kde-unstable-i686/granatier.install 2016-04-19 12:15:07 UTC (rev 265328)
+++ kde-unstable-i686/granatier.install 2016-04-19 12:15:22 UTC (rev 265329)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: granatier/repos/kde-unstable-i686/granatier.install (from rev 265328, 
granatier/trunk/granatier.install)
===
--- kde-unstable-i686/granatier.install (rev 0)
+++ kde-unstable-i686/granatier.install 2016-04-19 12:15:22 UTC (rev 265329)
@@ -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:15:07 UTC (rev 265328)
+++ 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:14:36 UTC (rev 265326)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:14:52 UTC (rev 265327)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=bomber
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="A single player arcade game"
-url="http://kde.org/applications/games/bomber/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-bomber')
-replaces=('kdegames-bomber')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/bomber-${pkgver}.tar.xz;)
-sha1sums=('ad4efd8b543e0d99626b6e7522c399a9ae42d6a5')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../bomber-${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: bomber/repos/kde-unstable-i686/PKGBUILD (from rev 265326, 
bomber/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:14:52 UTC (rev 265327)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=bomber
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="A single player arcade game"
+url="http://kde.org/applications/games/bomber/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-bomber')
+replaces=('kdegames-bomber')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/bomber-${pkgver}.tar.xz;)
+sha1sums=('11637baf44c6ca76d6bea15193a0a0534ab83d0d')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../bomber-${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/bomber.install
===
--- kde-unstable-i686/bomber.install2016-04-19 12:14:36 UTC (rev 265326)
+++ kde-unstable-i686/bomber.install2016-04-19 12:14:52 UTC (rev 265327)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: bomber/repos/kde-unstable-i686/bomber.install (from rev 265326, 
bomber/trunk/bomber.install)
===
--- kde-unstable-i686/bomber.install(rev 0)
+++ kde-unstable-i686/bomber.install2016-04-19 12:14:52 UTC (rev 265327)
@@ -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:14:36 UTC (rev 265326)
+++ kde-unstable-x86_64/PKGBUILD2016-04-19 12:14:52 UTC (rev 265327)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# 

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

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

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:12:54 UTC (rev 265320)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:13:09 UTC (rev 265321)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwordquiz
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Flash Card Trainer"
-url="http://kde.org/applications/education/kwordquiz/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdeedu-kwordquiz')
-replaces=('kdeedu-kwordquiz')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
-sha1sums=('4cbdde37c7a3f3499ab5081939b39198b0b9dabf')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kwordquiz-${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: kwordquiz/repos/kde-unstable-i686/PKGBUILD (from rev 265320, 
kwordquiz/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:13:09 UTC (rev 265321)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwordquiz
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Flash Card Trainer"
+url="http://kde.org/applications/education/kwordquiz/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kwordquiz')
+replaces=('kdeedu-kwordquiz')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('4b49be1da07916ad3f57ea612f65bd145bdfee81')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kwordquiz-${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/kwordquiz.install
===
--- kde-unstable-i686/kwordquiz.install 2016-04-19 12:12:54 UTC (rev 265320)
+++ kde-unstable-i686/kwordquiz.install 2016-04-19 12:13:09 UTC (rev 265321)
@@ -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: kwordquiz/repos/kde-unstable-i686/kwordquiz.install (from rev 265320, 
kwordquiz/trunk/kwordquiz.install)
===
--- kde-unstable-i686/kwordquiz.install (rev 0)
+++ kde-unstable-i686/kwordquiz.install 2016-04-19 12:13:09 UTC (rev 265321)
@@ -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

<    1   2   3   4   >