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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:18:16
  Author: andrea
Revision: 206784

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

Added:
  kdegames-kdiamond/repos/testing-i686/
  kdegames-kdiamond/repos/testing-i686/PKGBUILD
(from rev 206783, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install
(from rev 206783, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
  kdegames-kdiamond/repos/testing-x86_64/
  kdegames-kdiamond/repos/testing-x86_64/PKGBUILD
(from rev 206783, kdegames-kdiamond/trunk/PKGBUILD)
  kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install
(from rev 206783, kdegames-kdiamond/trunk/kdegames-kdiamond.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-kdiamond.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-kdiamond.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-kdiamond/repos/testing-i686/PKGBUILD (from rev 206783, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:18:16 UTC (rev 206784)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('9b000f76f2dd793653a7b974f550e4b349c6b50b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kdiamond/repos/testing-i686/kdegames-kdiamond.install (from 
rev 206783, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-i686/kdegames-kdiamond.install  (rev 0)
+++ testing-i686/kdegames-kdiamond.install  2014-03-05 10:18:16 UTC (rev 
206784)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kdiamond/repos/testing-x86_64/PKGBUILD (from rev 206783, 
kdegames-kdiamond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:18:16 UTC (rev 206784)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kdiamond
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('9b000f76f2dd793653a7b974f550e4b349c6b50b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kdiamond/repos/testing-x86_64/kdegames-kdiamond.install (from 
rev 206783, kdegames-kdiamond/trunk/kdegames-kdiamond.install)
===
--- testing-x86_64/kdegames-kdiamond.install(rev 0)
+++ testing-x86_64/kdegames-kdiamond.install2014-03-05 10:18:16 UTC (rev 
206784)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:18:35
  Author: andrea
Revision: 206787

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

Added:
  kdegames-kigo/repos/testing-i686/
  kdegames-kigo/repos/testing-i686/PKGBUILD
(from rev 206786, kdegames-kigo/trunk/PKGBUILD)
  kdegames-kigo/repos/testing-i686/kdegames-kigo.install
(from rev 206786, kdegames-kigo/trunk/kdegames-kigo.install)
  kdegames-kigo/repos/testing-x86_64/
  kdegames-kigo/repos/testing-x86_64/PKGBUILD
(from rev 206786, kdegames-kigo/trunk/PKGBUILD)
  kdegames-kigo/repos/testing-x86_64/kdegames-kigo.install
(from rev 206786, kdegames-kigo/trunk/kdegames-kigo.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdegames-kigo.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdegames-kigo.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdegames-kigo/repos/testing-i686/PKGBUILD (from rev 206786, 
kdegames-kigo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:18:35 UTC (rev 206787)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kigo
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'gnugo')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kigo-${pkgver}.tar.xz;)
+sha1sums=('e10516a03bdce52a002b12fe754ac16d1156a954')
+
+build() {
+  mkdir 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/testing-i686/kdegames-kigo.install (from rev 
206786, kdegames-kigo/trunk/kdegames-kigo.install)
===
--- testing-i686/kdegames-kigo.install  (rev 0)
+++ testing-i686/kdegames-kigo.install  2014-03-05 10:18:35 UTC (rev 206787)
@@ -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
+}

Copied: kdegames-kigo/repos/testing-x86_64/PKGBUILD (from rev 206786, 
kdegames-kigo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:18:35 UTC (rev 206787)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kigo
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'gnugo')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kigo-${pkgver}.tar.xz;)
+sha1sums=('e10516a03bdce52a002b12fe754ac16d1156a954')
+
+build() {
+  mkdir 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/testing-x86_64/kdegames-kigo.install (from rev 
206786, kdegames-kigo/trunk/kdegames-kigo.install)
===
--- testing-x86_64/kdegames-kigo.install(rev 0)
+++ testing-x86_64/kdegames-kigo.install2014-03-05 10:18:35 UTC (rev 
206787)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:18:29
  Author: andrea
Revision: 206786

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

Added:
  kdegames-kgoldrunner/repos/testing-i686/
  kdegames-kgoldrunner/repos/testing-i686/PKGBUILD
(from rev 206785, kdegames-kgoldrunner/trunk/PKGBUILD)
  kdegames-kgoldrunner/repos/testing-i686/kdegames-kgoldrunner.install
(from rev 206785, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
  kdegames-kgoldrunner/repos/testing-x86_64/
  kdegames-kgoldrunner/repos/testing-x86_64/PKGBUILD
(from rev 206785, kdegames-kgoldrunner/trunk/PKGBUILD)
  kdegames-kgoldrunner/repos/testing-x86_64/kdegames-kgoldrunner.install
(from rev 206785, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)

-+
 testing-i686/PKGBUILD   |   31 ++
 testing-i686/kdegames-kgoldrunner.install   |   11 +
 testing-x86_64/PKGBUILD |   31 ++
 testing-x86_64/kdegames-kgoldrunner.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdegames-kgoldrunner/repos/testing-i686/PKGBUILD (from rev 206785, 
kdegames-kgoldrunner/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:18:29 UTC (rev 206786)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kgoldrunner
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz;)
+sha1sums=('2866b5f1099b769854ca13076191e63e398f18d6')
+
+build() {
+  mkdir 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/testing-i686/kdegames-kgoldrunner.install 
(from rev 206785, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
===
--- testing-i686/kdegames-kgoldrunner.install   (rev 0)
+++ testing-i686/kdegames-kgoldrunner.install   2014-03-05 10:18:29 UTC (rev 
206786)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kgoldrunner/repos/testing-x86_64/PKGBUILD (from rev 206785, 
kdegames-kgoldrunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:18:29 UTC (rev 206786)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kgoldrunner
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz;)
+sha1sums=('2866b5f1099b769854ca13076191e63e398f18d6')
+
+build() {
+  mkdir 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/testing-x86_64/kdegames-kgoldrunner.install 
(from rev 206785, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
===
--- testing-x86_64/kdegames-kgoldrunner.install (rev 0)
+++ testing-x86_64/kdegames-kgoldrunner.install 2014-03-05 10:18:29 UTC (rev 
206786)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:18:47
  Author: andrea
Revision: 206789

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

Added:
  kdegames-kiriki/repos/testing-i686/
  kdegames-kiriki/repos/testing-i686/PKGBUILD
(from rev 206788, kdegames-kiriki/trunk/PKGBUILD)
  kdegames-kiriki/repos/testing-i686/kdegames-kiriki.install
(from rev 206788, kdegames-kiriki/trunk/kdegames-kiriki.install)
  kdegames-kiriki/repos/testing-x86_64/
  kdegames-kiriki/repos/testing-x86_64/PKGBUILD
(from rev 206788, kdegames-kiriki/trunk/PKGBUILD)
  kdegames-kiriki/repos/testing-x86_64/kdegames-kiriki.install
(from rev 206788, kdegames-kiriki/trunk/kdegames-kiriki.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdegames-kiriki.install   |   11 +++
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdegames-kiriki.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdegames-kiriki/repos/testing-i686/PKGBUILD (from rev 206788, 
kdegames-kiriki/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:18:47 UTC (rev 206789)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kiriki
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kiriki-${pkgver}.tar.xz;)
+sha1sums=('4b05bc47d07da3aec2aed42e7ce7e4c67744f231')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kiriki-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kiriki/repos/testing-i686/kdegames-kiriki.install (from rev 
206788, kdegames-kiriki/trunk/kdegames-kiriki.install)
===
--- testing-i686/kdegames-kiriki.install(rev 0)
+++ testing-i686/kdegames-kiriki.install2014-03-05 10:18:47 UTC (rev 
206789)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kiriki/repos/testing-x86_64/PKGBUILD (from rev 206788, 
kdegames-kiriki/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:18:47 UTC (rev 206789)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kiriki
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kiriki-${pkgver}.tar.xz;)
+sha1sums=('4b05bc47d07da3aec2aed42e7ce7e4c67744f231')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kiriki-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kiriki/repos/testing-x86_64/kdegames-kiriki.install (from rev 
206788, kdegames-kiriki/trunk/kdegames-kiriki.install)
===
--- testing-x86_64/kdegames-kiriki.install  (rev 0)
+++ testing-x86_64/kdegames-kiriki.install  2014-03-05 10:18:47 UTC (rev 
206789)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:19:05
  Author: andrea
Revision: 206792

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

Added:
  kdegames-klines/repos/testing-i686/
  kdegames-klines/repos/testing-i686/PKGBUILD
(from rev 206791, kdegames-klines/trunk/PKGBUILD)
  kdegames-klines/repos/testing-i686/kdegames-klines.install
(from rev 206791, kdegames-klines/trunk/kdegames-klines.install)
  kdegames-klines/repos/testing-x86_64/
  kdegames-klines/repos/testing-x86_64/PKGBUILD
(from rev 206791, kdegames-klines/trunk/PKGBUILD)
  kdegames-klines/repos/testing-x86_64/kdegames-klines.install
(from rev 206791, kdegames-klines/trunk/kdegames-klines.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdegames-klines.install   |   11 +++
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdegames-klines.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdegames-klines/repos/testing-i686/PKGBUILD (from rev 206791, 
kdegames-klines/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:19:05 UTC (rev 206792)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klines
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('54613ee4631844f22cc75a4ddd4afaf57bcd4564')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-klines/repos/testing-i686/kdegames-klines.install (from rev 
206791, kdegames-klines/trunk/kdegames-klines.install)
===
--- testing-i686/kdegames-klines.install(rev 0)
+++ testing-i686/kdegames-klines.install2014-03-05 10:19:05 UTC (rev 
206792)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-klines/repos/testing-x86_64/PKGBUILD (from rev 206791, 
kdegames-klines/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:19:05 UTC (rev 206792)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klines
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('54613ee4631844f22cc75a4ddd4afaf57bcd4564')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-klines/repos/testing-x86_64/kdegames-klines.install (from rev 
206791, kdegames-klines/trunk/kdegames-klines.install)
===
--- testing-x86_64/kdegames-klines.install  (rev 0)
+++ testing-x86_64/kdegames-klines.install  2014-03-05 10:19:05 UTC (rev 
206792)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:19:11
  Author: andrea
Revision: 206793

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

Added:
  kdegames-kmahjongg/repos/testing-i686/
  kdegames-kmahjongg/repos/testing-i686/PKGBUILD
(from rev 206792, kdegames-kmahjongg/trunk/PKGBUILD)
  kdegames-kmahjongg/repos/testing-i686/kdegames-kmahjongg.install
(from rev 206792, kdegames-kmahjongg/trunk/kdegames-kmahjongg.install)
  kdegames-kmahjongg/repos/testing-x86_64/
  kdegames-kmahjongg/repos/testing-x86_64/PKGBUILD
(from rev 206792, kdegames-kmahjongg/trunk/PKGBUILD)
  kdegames-kmahjongg/repos/testing-x86_64/kdegames-kmahjongg.install
(from rev 206792, kdegames-kmahjongg/trunk/kdegames-kmahjongg.install)

---+
 testing-i686/PKGBUILD |   31 
 testing-i686/kdegames-kmahjongg.install   |   11 +
 testing-x86_64/PKGBUILD   |   31 
 testing-x86_64/kdegames-kmahjongg.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdegames-kmahjongg/repos/testing-i686/PKGBUILD (from rev 206792, 
kdegames-kmahjongg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:19:11 UTC (rev 206793)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kmahjongg
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz;)
+sha1sums=('ab945442999a04af9428c071f7d8213b5a1c1642')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmahjongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kmahjongg/repos/testing-i686/kdegames-kmahjongg.install (from 
rev 206792, kdegames-kmahjongg/trunk/kdegames-kmahjongg.install)
===
--- testing-i686/kdegames-kmahjongg.install (rev 0)
+++ testing-i686/kdegames-kmahjongg.install 2014-03-05 10:19:11 UTC (rev 
206793)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kmahjongg/repos/testing-x86_64/PKGBUILD (from rev 206792, 
kdegames-kmahjongg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:19:11 UTC (rev 206793)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kmahjongg
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmahjongg-${pkgver}.tar.xz;)
+sha1sums=('ab945442999a04af9428c071f7d8213b5a1c1642')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmahjongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kmahjongg/repos/testing-x86_64/kdegames-kmahjongg.install 
(from rev 206792, kdegames-kmahjongg/trunk/kdegames-kmahjongg.install)
===
--- testing-x86_64/kdegames-kmahjongg.install   (rev 0)
+++ testing-x86_64/kdegames-kmahjongg.install   2014-03-05 10:19:11 UTC (rev 
206793)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:18:41
  Author: andrea
Revision: 206788

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 206787, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 206787, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 206787, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 206787, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 206787, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:18:41 UTC (rev 206788)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('2d3ec1487df0401ed83165e07a3e14fe9d75238a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 206787, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2014-03-05 10:18:41 UTC (rev 
206788)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 206787, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:18:41 UTC (rev 206788)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('2d3ec1487df0401ed83165e07a3e14fe9d75238a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 206787, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2014-03-05 10:18:41 UTC (rev 
206788)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:18:59
  Author: andrea
Revision: 206791

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

Added:
  kdegames-klickety/repos/testing-i686/
  kdegames-klickety/repos/testing-i686/PKGBUILD
(from rev 206790, kdegames-klickety/trunk/PKGBUILD)
  kdegames-klickety/repos/testing-i686/kdegames-klickety.install
(from rev 206790, kdegames-klickety/trunk/kdegames-klickety.install)
  kdegames-klickety/repos/testing-x86_64/
  kdegames-klickety/repos/testing-x86_64/PKGBUILD
(from rev 206790, kdegames-klickety/trunk/PKGBUILD)
  kdegames-klickety/repos/testing-x86_64/kdegames-klickety.install
(from rev 206790, kdegames-klickety/trunk/kdegames-klickety.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-klickety.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-klickety.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-klickety/repos/testing-i686/PKGBUILD (from rev 206790, 
kdegames-klickety/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:18:59 UTC (rev 206791)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klickety
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/klickety-${pkgver}.tar.xz;)
+sha1sums=('cfde482299b2930ee9756aa2ecd6974eb02cd5a3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klickety-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-klickety/repos/testing-i686/kdegames-klickety.install (from 
rev 206790, kdegames-klickety/trunk/kdegames-klickety.install)
===
--- testing-i686/kdegames-klickety.install  (rev 0)
+++ testing-i686/kdegames-klickety.install  2014-03-05 10:18:59 UTC (rev 
206791)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-klickety/repos/testing-x86_64/PKGBUILD (from rev 206790, 
kdegames-klickety/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:18:59 UTC (rev 206791)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klickety
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/klickety-${pkgver}.tar.xz;)
+sha1sums=('cfde482299b2930ee9756aa2ecd6974eb02cd5a3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klickety-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-klickety/repos/testing-x86_64/kdegames-klickety.install (from 
rev 206790, kdegames-klickety/trunk/kdegames-klickety.install)
===
--- testing-x86_64/kdegames-klickety.install(rev 0)
+++ testing-x86_64/kdegames-klickety.install2014-03-05 10:18:59 UTC (rev 
206791)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:18:53
  Author: andrea
Revision: 206790

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

Added:
  kdegames-kjumpingcube/repos/testing-i686/
  kdegames-kjumpingcube/repos/testing-i686/PKGBUILD
(from rev 206789, kdegames-kjumpingcube/trunk/PKGBUILD)
  kdegames-kjumpingcube/repos/testing-i686/kdegames-kjumpingcube.install
(from rev 206789, kdegames-kjumpingcube/trunk/kdegames-kjumpingcube.install)
  kdegames-kjumpingcube/repos/testing-x86_64/
  kdegames-kjumpingcube/repos/testing-x86_64/PKGBUILD
(from rev 206789, kdegames-kjumpingcube/trunk/PKGBUILD)
  kdegames-kjumpingcube/repos/testing-x86_64/kdegames-kjumpingcube.install
(from rev 206789, kdegames-kjumpingcube/trunk/kdegames-kjumpingcube.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-kjumpingcube.install   |   11 
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-kjumpingcube.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-kjumpingcube/repos/testing-i686/PKGBUILD (from rev 206789, 
kdegames-kjumpingcube/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:18:53 UTC (rev 206790)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kjumpingcube
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=A simple tactical game
+url=http://kde.org/applications/games/kjumpingcube/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
+sha1sums=('61f36ef13d65644cd40a32f5d8cd202526e289d3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kjumpingcube-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kjumpingcube/repos/testing-i686/kdegames-kjumpingcube.install 
(from rev 206789, kdegames-kjumpingcube/trunk/kdegames-kjumpingcube.install)
===
--- testing-i686/kdegames-kjumpingcube.install  (rev 0)
+++ testing-i686/kdegames-kjumpingcube.install  2014-03-05 10:18:53 UTC (rev 
206790)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kjumpingcube/repos/testing-x86_64/PKGBUILD (from rev 206789, 
kdegames-kjumpingcube/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:18:53 UTC (rev 206790)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kjumpingcube
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=A simple tactical game
+url=http://kde.org/applications/games/kjumpingcube/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
+sha1sums=('61f36ef13d65644cd40a32f5d8cd202526e289d3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kjumpingcube-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-kjumpingcube/repos/testing-x86_64/kdegames-kjumpingcube.install (from 
rev 206789, kdegames-kjumpingcube/trunk/kdegames-kjumpingcube.install)
===
--- testing-x86_64/kdegames-kjumpingcube.install
(rev 0)
+++ testing-x86_64/kdegames-kjumpingcube.install2014-03-05 10:18:53 UTC 
(rev 206790)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:19:23
  Author: andrea
Revision: 206795

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

Added:
  kdegames-knavalbattle/repos/testing-i686/
  kdegames-knavalbattle/repos/testing-i686/PKGBUILD
(from rev 206794, kdegames-knavalbattle/trunk/PKGBUILD)
  kdegames-knavalbattle/repos/testing-i686/kdegames-knavalbattle.install
(from rev 206794, kdegames-knavalbattle/trunk/kdegames-knavalbattle.install)
  kdegames-knavalbattle/repos/testing-x86_64/
  kdegames-knavalbattle/repos/testing-x86_64/PKGBUILD
(from rev 206794, kdegames-knavalbattle/trunk/PKGBUILD)
  kdegames-knavalbattle/repos/testing-x86_64/kdegames-knavalbattle.install
(from rev 206794, kdegames-knavalbattle/trunk/kdegames-knavalbattle.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-knavalbattle.install   |   12 +
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-knavalbattle.install |   12 +
 4 files changed, 86 insertions(+)

Copied: kdegames-knavalbattle/repos/testing-i686/PKGBUILD (from rev 206794, 
kdegames-knavalbattle/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:19:23 UTC (rev 206795)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-knavalbattle
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=A ship sinking game
+url=http://kde.org/applications/games/knavalbattle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/knavalbattle-${pkgver}.tar.xz;)
+sha1sums=('e5125e740ca42ad54bcdfc25eb390d4c613de146')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knavalbattle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-knavalbattle/repos/testing-i686/kdegames-knavalbattle.install 
(from rev 206794, kdegames-knavalbattle/trunk/kdegames-knavalbattle.install)
===
--- testing-i686/kdegames-knavalbattle.install  (rev 0)
+++ testing-i686/kdegames-knavalbattle.install  2014-03-05 10:19:23 UTC (rev 
206795)
@@ -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
+}

Copied: kdegames-knavalbattle/repos/testing-x86_64/PKGBUILD (from rev 206794, 
kdegames-knavalbattle/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:19:23 UTC (rev 206795)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-knavalbattle
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=A ship sinking game
+url=http://kde.org/applications/games/knavalbattle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/knavalbattle-${pkgver}.tar.xz;)
+sha1sums=('e5125e740ca42ad54bcdfc25eb390d4c613de146')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knavalbattle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-knavalbattle/repos/testing-x86_64/kdegames-knavalbattle.install (from 
rev 206794, kdegames-knavalbattle/trunk/kdegames-knavalbattle.install)
===
--- testing-x86_64/kdegames-knavalbattle.install
(rev 0)
+++ testing-x86_64/kdegames-knavalbattle.install2014-03-05 10:19:23 UTC 
(rev 206795)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:19:49
  Author: andrea
Revision: 206799

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

Added:
  kdegames-konquest/repos/testing-i686/
  kdegames-konquest/repos/testing-i686/PKGBUILD
(from rev 206798, kdegames-konquest/trunk/PKGBUILD)
  kdegames-konquest/repos/testing-i686/kdegames-konquest.install
(from rev 206798, kdegames-konquest/trunk/kdegames-konquest.install)
  kdegames-konquest/repos/testing-x86_64/
  kdegames-konquest/repos/testing-x86_64/PKGBUILD
(from rev 206798, kdegames-konquest/trunk/PKGBUILD)
  kdegames-konquest/repos/testing-x86_64/kdegames-konquest.install
(from rev 206798, kdegames-konquest/trunk/kdegames-konquest.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-konquest.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-konquest.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-konquest/repos/testing-i686/PKGBUILD (from rev 206798, 
kdegames-konquest/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:19:49 UTC (rev 206799)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-konquest
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/konquest-${pkgver}.tar.xz;)
+sha1sums=('55ae828437dc17e2c1b468a4e43b9e830d8518a9')
+
+build() {
+  mkdir 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/testing-i686/kdegames-konquest.install (from 
rev 206798, kdegames-konquest/trunk/kdegames-konquest.install)
===
--- testing-i686/kdegames-konquest.install  (rev 0)
+++ testing-i686/kdegames-konquest.install  2014-03-05 10:19:49 UTC (rev 
206799)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-konquest/repos/testing-x86_64/PKGBUILD (from rev 206798, 
kdegames-konquest/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:19:49 UTC (rev 206799)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-konquest
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/konquest-${pkgver}.tar.xz;)
+sha1sums=('55ae828437dc17e2c1b468a4e43b9e830d8518a9')
+
+build() {
+  mkdir 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/testing-x86_64/kdegames-konquest.install (from 
rev 206798, kdegames-konquest/trunk/kdegames-konquest.install)
===
--- testing-x86_64/kdegames-konquest.install(rev 0)
+++ testing-x86_64/kdegames-konquest.install2014-03-05 10:19:49 UTC (rev 
206799)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:19:18
  Author: andrea
Revision: 206794

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

Added:
  kdegames-kmines/repos/testing-i686/
  kdegames-kmines/repos/testing-i686/PKGBUILD
(from rev 206793, kdegames-kmines/trunk/PKGBUILD)
  kdegames-kmines/repos/testing-i686/kdegames-kmines.install
(from rev 206793, kdegames-kmines/trunk/kdegames-kmines.install)
  kdegames-kmines/repos/testing-x86_64/
  kdegames-kmines/repos/testing-x86_64/PKGBUILD
(from rev 206793, kdegames-kmines/trunk/PKGBUILD)
  kdegames-kmines/repos/testing-x86_64/kdegames-kmines.install
(from rev 206793, kdegames-kmines/trunk/kdegames-kmines.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdegames-kmines.install   |   11 +++
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdegames-kmines.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdegames-kmines/repos/testing-i686/PKGBUILD (from rev 206793, 
kdegames-kmines/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:19:18 UTC (rev 206794)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kmines
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=The classic Minesweeper game
+url=http://kde.org/applications/games/kmines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmines-${pkgver}.tar.xz;)
+sha1sums=('ccc7ea7b5cf6398a800ef1a33fba2cbeed725168')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kmines/repos/testing-i686/kdegames-kmines.install (from rev 
206793, kdegames-kmines/trunk/kdegames-kmines.install)
===
--- testing-i686/kdegames-kmines.install(rev 0)
+++ testing-i686/kdegames-kmines.install2014-03-05 10:19:18 UTC (rev 
206794)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kmines/repos/testing-x86_64/PKGBUILD (from rev 206793, 
kdegames-kmines/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:19:18 UTC (rev 206794)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kmines
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=The classic Minesweeper game
+url=http://kde.org/applications/games/kmines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmines-${pkgver}.tar.xz;)
+sha1sums=('ccc7ea7b5cf6398a800ef1a33fba2cbeed725168')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmines-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kmines/repos/testing-x86_64/kdegames-kmines.install (from rev 
206793, kdegames-kmines/trunk/kdegames-kmines.install)
===
--- testing-x86_64/kdegames-kmines.install  (rev 0)
+++ testing-x86_64/kdegames-kmines.install  2014-03-05 10:19:18 UTC (rev 
206794)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:19:30
  Author: andrea
Revision: 206796

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

Added:
  kdegames-knetwalk/repos/testing-i686/
  kdegames-knetwalk/repos/testing-i686/PKGBUILD
(from rev 206795, kdegames-knetwalk/trunk/PKGBUILD)
  kdegames-knetwalk/repos/testing-i686/kdegames-knetwalk.install
(from rev 206795, kdegames-knetwalk/trunk/kdegames-knetwalk.install)
  kdegames-knetwalk/repos/testing-x86_64/
  kdegames-knetwalk/repos/testing-x86_64/PKGBUILD
(from rev 206795, kdegames-knetwalk/trunk/PKGBUILD)
  kdegames-knetwalk/repos/testing-x86_64/kdegames-knetwalk.install
(from rev 206795, kdegames-knetwalk/trunk/kdegames-knetwalk.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-knetwalk.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-knetwalk.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-knetwalk/repos/testing-i686/PKGBUILD (from rev 206795, 
kdegames-knetwalk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:19:30 UTC (rev 206796)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-knetwalk
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
+sha1sums=('39966fbc5d9864b392c5412e6bfc1a3da5e297d4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knetwalk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-knetwalk/repos/testing-i686/kdegames-knetwalk.install (from 
rev 206795, kdegames-knetwalk/trunk/kdegames-knetwalk.install)
===
--- testing-i686/kdegames-knetwalk.install  (rev 0)
+++ testing-i686/kdegames-knetwalk.install  2014-03-05 10:19:30 UTC (rev 
206796)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-knetwalk/repos/testing-x86_64/PKGBUILD (from rev 206795, 
kdegames-knetwalk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:19:30 UTC (rev 206796)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-knetwalk
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
+sha1sums=('39966fbc5d9864b392c5412e6bfc1a3da5e297d4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knetwalk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-knetwalk/repos/testing-x86_64/kdegames-knetwalk.install (from 
rev 206795, kdegames-knetwalk/trunk/kdegames-knetwalk.install)
===
--- testing-x86_64/kdegames-knetwalk.install(rev 0)
+++ testing-x86_64/kdegames-knetwalk.install2014-03-05 10:19:30 UTC (rev 
206796)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:19:36
  Author: andrea
Revision: 206797

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

Added:
  kdegames-kolf/repos/testing-i686/
  kdegames-kolf/repos/testing-i686/PKGBUILD
(from rev 206796, kdegames-kolf/trunk/PKGBUILD)
  kdegames-kolf/repos/testing-i686/kdegames-kolf.install
(from rev 206796, kdegames-kolf/trunk/kdegames-kolf.install)
  kdegames-kolf/repos/testing-x86_64/
  kdegames-kolf/repos/testing-x86_64/PKGBUILD
(from rev 206796, kdegames-kolf/trunk/PKGBUILD)
  kdegames-kolf/repos/testing-x86_64/kdegames-kolf.install
(from rev 206796, kdegames-kolf/trunk/kdegames-kolf.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdegames-kolf.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdegames-kolf.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdegames-kolf/repos/testing-i686/PKGBUILD (from rev 206796, 
kdegames-kolf/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:19:36 UTC (rev 206797)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kolf
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kolf-${pkgver}.tar.xz;)
+sha1sums=('b238bd8e4a4959b219a8cc769d47430c04333022')
+
+build() {
+  mkdir 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/testing-i686/kdegames-kolf.install (from rev 
206796, kdegames-kolf/trunk/kdegames-kolf.install)
===
--- testing-i686/kdegames-kolf.install  (rev 0)
+++ testing-i686/kdegames-kolf.install  2014-03-05 10:19:36 UTC (rev 206797)
@@ -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
+}

Copied: kdegames-kolf/repos/testing-x86_64/PKGBUILD (from rev 206796, 
kdegames-kolf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:19:36 UTC (rev 206797)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kolf
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kolf-${pkgver}.tar.xz;)
+sha1sums=('b238bd8e4a4959b219a8cc769d47430c04333022')
+
+build() {
+  mkdir 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/testing-x86_64/kdegames-kolf.install (from rev 
206796, kdegames-kolf/trunk/kdegames-kolf.install)
===
--- testing-x86_64/kdegames-kolf.install(rev 0)
+++ testing-x86_64/kdegames-kolf.install2014-03-05 10:19:36 UTC (rev 
206797)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:19:41
  Author: andrea
Revision: 206798

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

Added:
  kdegames-kollision/repos/testing-i686/
  kdegames-kollision/repos/testing-i686/PKGBUILD
(from rev 206797, kdegames-kollision/trunk/PKGBUILD)
  kdegames-kollision/repos/testing-i686/kdegames-kollision.install
(from rev 206797, kdegames-kollision/trunk/kdegames-kollision.install)
  kdegames-kollision/repos/testing-x86_64/
  kdegames-kollision/repos/testing-x86_64/PKGBUILD
(from rev 206797, kdegames-kollision/trunk/PKGBUILD)
  kdegames-kollision/repos/testing-x86_64/kdegames-kollision.install
(from rev 206797, kdegames-kollision/trunk/kdegames-kollision.install)

---+
 testing-i686/PKGBUILD |   31 
 testing-i686/kdegames-kollision.install   |   11 +
 testing-x86_64/PKGBUILD   |   31 
 testing-x86_64/kdegames-kollision.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdegames-kollision/repos/testing-i686/PKGBUILD (from rev 206797, 
kdegames-kollision/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:19:41 UTC (rev 206798)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kollision
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kollision-${pkgver}.tar.xz;)
+sha1sums=('8425d39c261c11dac87eb498602943b9de262b28')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kollision-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kollision/repos/testing-i686/kdegames-kollision.install (from 
rev 206797, kdegames-kollision/trunk/kdegames-kollision.install)
===
--- testing-i686/kdegames-kollision.install (rev 0)
+++ testing-i686/kdegames-kollision.install 2014-03-05 10:19:41 UTC (rev 
206798)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kollision/repos/testing-x86_64/PKGBUILD (from rev 206797, 
kdegames-kollision/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:19:41 UTC (rev 206798)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kollision
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kollision-${pkgver}.tar.xz;)
+sha1sums=('8425d39c261c11dac87eb498602943b9de262b28')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kollision-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kollision/repos/testing-x86_64/kdegames-kollision.install 
(from rev 206797, kdegames-kollision/trunk/kdegames-kollision.install)
===
--- testing-x86_64/kdegames-kollision.install   (rev 0)
+++ testing-x86_64/kdegames-kollision.install   2014-03-05 10:19:41 UTC (rev 
206798)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:20:07
  Author: andrea
Revision: 206801

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

Added:
  kdegames-kreversi/repos/testing-i686/
  kdegames-kreversi/repos/testing-i686/PKGBUILD
(from rev 206800, kdegames-kreversi/trunk/PKGBUILD)
  kdegames-kreversi/repos/testing-i686/kdegames-kreversi.install
(from rev 206800, kdegames-kreversi/trunk/kdegames-kreversi.install)
  kdegames-kreversi/repos/testing-x86_64/
  kdegames-kreversi/repos/testing-x86_64/PKGBUILD
(from rev 206800, kdegames-kreversi/trunk/PKGBUILD)
  kdegames-kreversi/repos/testing-x86_64/kdegames-kreversi.install
(from rev 206800, kdegames-kreversi/trunk/kdegames-kreversi.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-kreversi.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-kreversi.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-kreversi/repos/testing-i686/PKGBUILD (from rev 206800, 
kdegames-kreversi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:20:07 UTC (rev 206801)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kreversi
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kreversi-${pkgver}.tar.xz;)
+sha1sums=('44b01b559ab0ca0631ab3104de8f9a94c261927a')
+
+build() {
+  mkdir 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/testing-i686/kdegames-kreversi.install (from 
rev 206800, kdegames-kreversi/trunk/kdegames-kreversi.install)
===
--- testing-i686/kdegames-kreversi.install  (rev 0)
+++ testing-i686/kdegames-kreversi.install  2014-03-05 10:20:07 UTC (rev 
206801)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kreversi/repos/testing-x86_64/PKGBUILD (from rev 206800, 
kdegames-kreversi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:20:07 UTC (rev 206801)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kreversi
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kreversi-${pkgver}.tar.xz;)
+sha1sums=('44b01b559ab0ca0631ab3104de8f9a94c261927a')
+
+build() {
+  mkdir 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/testing-x86_64/kdegames-kreversi.install (from 
rev 206800, kdegames-kreversi/trunk/kdegames-kreversi.install)
===
--- testing-x86_64/kdegames-kreversi.install(rev 0)
+++ testing-x86_64/kdegames-kreversi.install2014-03-05 10:20:07 UTC (rev 
206801)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:20:13
  Author: andrea
Revision: 206802

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

Added:
  kdegames-kshisen/repos/testing-i686/
  kdegames-kshisen/repos/testing-i686/PKGBUILD
(from rev 206801, kdegames-kshisen/trunk/PKGBUILD)
  kdegames-kshisen/repos/testing-i686/kdegames-kshisen.install
(from rev 206801, kdegames-kshisen/trunk/kdegames-kshisen.install)
  kdegames-kshisen/repos/testing-x86_64/
  kdegames-kshisen/repos/testing-x86_64/PKGBUILD
(from rev 206801, kdegames-kshisen/trunk/PKGBUILD)
  kdegames-kshisen/repos/testing-x86_64/kdegames-kshisen.install
(from rev 206801, kdegames-kshisen/trunk/kdegames-kshisen.install)

-+
 testing-i686/PKGBUILD   |   31 ++
 testing-i686/kdegames-kshisen.install   |   11 ++
 testing-x86_64/PKGBUILD |   31 ++
 testing-x86_64/kdegames-kshisen.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-kshisen/repos/testing-i686/PKGBUILD (from rev 206801, 
kdegames-kshisen/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:20:13 UTC (rev 206802)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kshisen
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'libkmahjongg')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
+sha1sums=('c22177ceee2a1d280452527899fa8b2c9ee5550e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kshisen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kshisen/repos/testing-i686/kdegames-kshisen.install (from rev 
206801, kdegames-kshisen/trunk/kdegames-kshisen.install)
===
--- testing-i686/kdegames-kshisen.install   (rev 0)
+++ testing-i686/kdegames-kshisen.install   2014-03-05 10:20:13 UTC (rev 
206802)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kshisen/repos/testing-x86_64/PKGBUILD (from rev 206801, 
kdegames-kshisen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:20:13 UTC (rev 206802)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kshisen
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'libkmahjongg')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
+sha1sums=('c22177ceee2a1d280452527899fa8b2c9ee5550e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kshisen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kshisen/repos/testing-x86_64/kdegames-kshisen.install (from 
rev 206801, kdegames-kshisen/trunk/kdegames-kshisen.install)
===
--- testing-x86_64/kdegames-kshisen.install (rev 0)
+++ testing-x86_64/kdegames-kshisen.install 2014-03-05 10:20:13 UTC (rev 
206802)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:19:55
  Author: andrea
Revision: 206800

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

Added:
  kdegames-kpatience/repos/testing-i686/
  kdegames-kpatience/repos/testing-i686/PKGBUILD
(from rev 206799, kdegames-kpatience/trunk/PKGBUILD)
  kdegames-kpatience/repos/testing-i686/kdegames-kpatience.install
(from rev 206799, kdegames-kpatience/trunk/kdegames-kpatience.install)
  kdegames-kpatience/repos/testing-x86_64/
  kdegames-kpatience/repos/testing-x86_64/PKGBUILD
(from rev 206799, kdegames-kpatience/trunk/PKGBUILD)
  kdegames-kpatience/repos/testing-x86_64/kdegames-kpatience.install
(from rev 206799, kdegames-kpatience/trunk/kdegames-kpatience.install)

---+
 testing-i686/PKGBUILD |   31 
 testing-i686/kdegames-kpatience.install   |   13 +++
 testing-x86_64/PKGBUILD   |   31 
 testing-x86_64/kdegames-kpatience.install |   13 +++
 4 files changed, 88 insertions(+)

Copied: kdegames-kpatience/repos/testing-i686/PKGBUILD (from rev 206799, 
kdegames-kpatience/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:19:55 UTC (rev 206800)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kpatience
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Offers a selection of solitaire card games
+url=http://kde.org/applications/games/kpat/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kpat-${pkgver}.tar.xz;)
+sha1sums=('07d1bf56d5d4daf152d58ba6d0d14bb3ea9d2abc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kpat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kpatience/repos/testing-i686/kdegames-kpatience.install (from 
rev 206799, kdegames-kpatience/trunk/kdegames-kpatience.install)
===
--- testing-i686/kdegames-kpatience.install (rev 0)
+++ testing-i686/kdegames-kpatience.install 2014-03-05 10:19:55 UTC (rev 
206800)
@@ -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() {
+   post_install
+}

Copied: kdegames-kpatience/repos/testing-x86_64/PKGBUILD (from rev 206799, 
kdegames-kpatience/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:19:55 UTC (rev 206800)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kpatience
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Offers a selection of solitaire card games
+url=http://kde.org/applications/games/kpat/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kpat-${pkgver}.tar.xz;)
+sha1sums=('07d1bf56d5d4daf152d58ba6d0d14bb3ea9d2abc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kpat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kpatience/repos/testing-x86_64/kdegames-kpatience.install 
(from rev 206799, kdegames-kpatience/trunk/kdegames-kpatience.install)
===
--- testing-x86_64/kdegames-kpatience.install   (rev 0)
+++ testing-x86_64/kdegames-kpatience.install   2014-03-05 10:19:55 UTC (rev 
206800)
@@ -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() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:20:39
  Author: andrea
Revision: 206806

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

Added:
  kdegames-ksquares/repos/testing-i686/
  kdegames-ksquares/repos/testing-i686/PKGBUILD
(from rev 206805, kdegames-ksquares/trunk/PKGBUILD)
  kdegames-ksquares/repos/testing-i686/kdegames-ksquares.install
(from rev 206805, kdegames-ksquares/trunk/kdegames-ksquares.install)
  kdegames-ksquares/repos/testing-x86_64/
  kdegames-ksquares/repos/testing-x86_64/PKGBUILD
(from rev 206805, kdegames-ksquares/trunk/PKGBUILD)
  kdegames-ksquares/repos/testing-x86_64/kdegames-ksquares.install
(from rev 206805, kdegames-ksquares/trunk/kdegames-ksquares.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-ksquares.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-ksquares.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-ksquares/repos/testing-i686/PKGBUILD (from rev 206805, 
kdegames-ksquares/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:20:39 UTC (rev 206806)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksquares
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('f8bb418bd570e72cfe6835cbdf7dbfe6d39b2ff8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-ksquares/repos/testing-i686/kdegames-ksquares.install (from 
rev 206805, kdegames-ksquares/trunk/kdegames-ksquares.install)
===
--- testing-i686/kdegames-ksquares.install  (rev 0)
+++ testing-i686/kdegames-ksquares.install  2014-03-05 10:20:39 UTC (rev 
206806)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-ksquares/repos/testing-x86_64/PKGBUILD (from rev 206805, 
kdegames-ksquares/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:20:39 UTC (rev 206806)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksquares
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksquares-${pkgver}.tar.xz;)
+sha1sums=('f8bb418bd570e72cfe6835cbdf7dbfe6d39b2ff8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksquares-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-ksquares/repos/testing-x86_64/kdegames-ksquares.install (from 
rev 206805, kdegames-ksquares/trunk/kdegames-ksquares.install)
===
--- testing-x86_64/kdegames-ksquares.install(rev 0)
+++ testing-x86_64/kdegames-ksquares.install2014-03-05 10:20:39 UTC (rev 
206806)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:20:53
  Author: andrea
Revision: 206808

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

Added:
  kdegames-ktuberling/repos/testing-i686/
  kdegames-ktuberling/repos/testing-i686/PKGBUILD
(from rev 206807, kdegames-ktuberling/trunk/PKGBUILD)
  kdegames-ktuberling/repos/testing-i686/kdegames-ktuberling.install
(from rev 206807, kdegames-ktuberling/trunk/kdegames-ktuberling.install)
  kdegames-ktuberling/repos/testing-x86_64/
  kdegames-ktuberling/repos/testing-x86_64/PKGBUILD
(from rev 206807, kdegames-ktuberling/trunk/PKGBUILD)
  kdegames-ktuberling/repos/testing-x86_64/kdegames-ktuberling.install
(from rev 206807, kdegames-ktuberling/trunk/kdegames-ktuberling.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdegames-ktuberling.install   |   12 ++
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdegames-ktuberling.install |   12 ++
 4 files changed, 86 insertions(+)

Copied: kdegames-ktuberling/repos/testing-i686/PKGBUILD (from rev 206807, 
kdegames-ktuberling/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:20:53 UTC (rev 206808)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ktuberling
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktuberling-${pkgver}.tar.xz;)
+sha1sums=('4d6adbc0f5a4aba25b5a56dfd40ebc4eb55ed44c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktuberling-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-ktuberling/repos/testing-i686/kdegames-ktuberling.install 
(from rev 206807, kdegames-ktuberling/trunk/kdegames-ktuberling.install)
===
--- testing-i686/kdegames-ktuberling.install(rev 0)
+++ testing-i686/kdegames-ktuberling.install2014-03-05 10:20:53 UTC (rev 
206808)
@@ -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
+}

Copied: kdegames-ktuberling/repos/testing-x86_64/PKGBUILD (from rev 206807, 
kdegames-ktuberling/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:20:53 UTC (rev 206808)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ktuberling
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktuberling-${pkgver}.tar.xz;)
+sha1sums=('4d6adbc0f5a4aba25b5a56dfd40ebc4eb55ed44c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktuberling-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-ktuberling/repos/testing-x86_64/kdegames-ktuberling.install 
(from rev 206807, kdegames-ktuberling/trunk/kdegames-ktuberling.install)
===
--- testing-x86_64/kdegames-ktuberling.install  (rev 0)
+++ testing-x86_64/kdegames-ktuberling.install  2014-03-05 10:20:53 UTC (rev 
206808)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:20:21
  Author: andrea
Revision: 206803

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

Added:
  kdegames-ksirk/repos/testing-i686/
  kdegames-ksirk/repos/testing-i686/PKGBUILD
(from rev 206802, kdegames-ksirk/trunk/PKGBUILD)
  kdegames-ksirk/repos/testing-i686/kdegames-ksirk.install
(from rev 206802, kdegames-ksirk/trunk/kdegames-ksirk.install)
  kdegames-ksirk/repos/testing-x86_64/
  kdegames-ksirk/repos/testing-x86_64/PKGBUILD
(from rev 206802, kdegames-ksirk/trunk/PKGBUILD)
  kdegames-ksirk/repos/testing-x86_64/kdegames-ksirk.install
(from rev 206802, kdegames-ksirk/trunk/kdegames-ksirk.install)

---+
 testing-i686/PKGBUILD |   31 +++
 testing-i686/kdegames-ksirk.install   |   11 +++
 testing-x86_64/PKGBUILD   |   31 +++
 testing-x86_64/kdegames-ksirk.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdegames-ksirk/repos/testing-i686/PKGBUILD (from rev 206802, 
kdegames-ksirk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:20:21 UTC (rev 206803)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksirk
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
+sha1sums=('6811d7b7ee2e2cc0340a2f5ee25abeffe28c0906')
+
+build() {
+  mkdir 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/testing-i686/kdegames-ksirk.install (from rev 
206802, kdegames-ksirk/trunk/kdegames-ksirk.install)
===
--- testing-i686/kdegames-ksirk.install (rev 0)
+++ testing-i686/kdegames-ksirk.install 2014-03-05 10:20:21 UTC (rev 206803)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-ksirk/repos/testing-x86_64/PKGBUILD (from rev 206802, 
kdegames-ksirk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:20:21 UTC (rev 206803)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksirk
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
+sha1sums=('6811d7b7ee2e2cc0340a2f5ee25abeffe28c0906')
+
+build() {
+  mkdir 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/testing-x86_64/kdegames-ksirk.install (from rev 
206802, kdegames-ksirk/trunk/kdegames-ksirk.install)
===
--- testing-x86_64/kdegames-ksirk.install   (rev 0)
+++ testing-x86_64/kdegames-ksirk.install   2014-03-05 10:20:21 UTC (rev 
206803)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:20:45
  Author: andrea
Revision: 206807

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

Added:
  kdegames-ksudoku/repos/testing-i686/
  kdegames-ksudoku/repos/testing-i686/PKGBUILD
(from rev 206806, kdegames-ksudoku/trunk/PKGBUILD)
  kdegames-ksudoku/repos/testing-i686/kdegames-ksudoku.install
(from rev 206806, kdegames-ksudoku/trunk/kdegames-ksudoku.install)
  kdegames-ksudoku/repos/testing-x86_64/
  kdegames-ksudoku/repos/testing-x86_64/PKGBUILD
(from rev 206806, kdegames-ksudoku/trunk/PKGBUILD)
  kdegames-ksudoku/repos/testing-x86_64/kdegames-ksudoku.install
(from rev 206806, kdegames-ksudoku/trunk/kdegames-ksudoku.install)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/kdegames-ksudoku.install   |   11 +
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/kdegames-ksudoku.install |   11 +
 4 files changed, 90 insertions(+)

Copied: kdegames-ksudoku/repos/testing-i686/PKGBUILD (from rev 206806, 
kdegames-ksudoku/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:20:45 UTC (rev 206807)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksudoku
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksudoku-${pkgver}.tar.xz;)
+sha1sums=('0c2a68b9141b556ebbe078cc6cecf7c2d5cea49a')
+
+prepare() {
+  mkdir 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/testing-i686/kdegames-ksudoku.install (from rev 
206806, kdegames-ksudoku/trunk/kdegames-ksudoku.install)
===
--- testing-i686/kdegames-ksudoku.install   (rev 0)
+++ testing-i686/kdegames-ksudoku.install   2014-03-05 10:20:45 UTC (rev 
206807)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-ksudoku/repos/testing-x86_64/PKGBUILD (from rev 206806, 
kdegames-ksudoku/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:20:45 UTC (rev 206807)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksudoku
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksudoku-${pkgver}.tar.xz;)
+sha1sums=('0c2a68b9141b556ebbe078cc6cecf7c2d5cea49a')
+
+prepare() {
+  mkdir 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/testing-x86_64/kdegames-ksudoku.install (from 
rev 206806, kdegames-ksudoku/trunk/kdegames-ksudoku.install)
===
--- testing-x86_64/kdegames-ksudoku.install (rev 0)
+++ testing-x86_64/kdegames-ksudoku.install 2014-03-05 10:20:45 UTC (rev 
206807)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:20:27
  Author: andrea
Revision: 206804

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

Added:
  kdegames-ksnakeduel/repos/testing-i686/
  kdegames-ksnakeduel/repos/testing-i686/PKGBUILD
(from rev 206803, kdegames-ksnakeduel/trunk/PKGBUILD)
  kdegames-ksnakeduel/repos/testing-i686/kdegames-ksnakeduel.install
(from rev 206803, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install)
  kdegames-ksnakeduel/repos/testing-x86_64/
  kdegames-ksnakeduel/repos/testing-x86_64/PKGBUILD
(from rev 206803, kdegames-ksnakeduel/trunk/PKGBUILD)
  kdegames-ksnakeduel/repos/testing-x86_64/kdegames-ksnakeduel.install
(from rev 206803, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdegames-ksnakeduel.install   |   11 +
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdegames-ksnakeduel.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdegames-ksnakeduel/repos/testing-i686/PKGBUILD (from rev 206803, 
kdegames-ksnakeduel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:20:27 UTC (rev 206804)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksnakeduel
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz;)
+sha1sums=('af0aa9bf64760d2aa65fd21ab93ec7b98c37ab2b')
+
+build() {
+  mkdir 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/testing-i686/kdegames-ksnakeduel.install 
(from rev 206803, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install)
===
--- testing-i686/kdegames-ksnakeduel.install(rev 0)
+++ testing-i686/kdegames-ksnakeduel.install2014-03-05 10:20:27 UTC (rev 
206804)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-ksnakeduel/repos/testing-x86_64/PKGBUILD (from rev 206803, 
kdegames-ksnakeduel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:20:27 UTC (rev 206804)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksnakeduel
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksnakeduel-${pkgver}.tar.xz;)
+sha1sums=('af0aa9bf64760d2aa65fd21ab93ec7b98c37ab2b')
+
+build() {
+  mkdir 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/testing-x86_64/kdegames-ksnakeduel.install 
(from rev 206803, kdegames-ksnakeduel/trunk/kdegames-ksnakeduel.install)
===
--- testing-x86_64/kdegames-ksnakeduel.install  (rev 0)
+++ testing-x86_64/kdegames-ksnakeduel.install  2014-03-05 10:20:27 UTC (rev 
206804)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:20:33
  Author: andrea
Revision: 206805

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

Added:
  kdegames-kspaceduel/repos/testing-i686/
  kdegames-kspaceduel/repos/testing-i686/PKGBUILD
(from rev 206804, kdegames-kspaceduel/trunk/PKGBUILD)
  kdegames-kspaceduel/repos/testing-i686/kdegames-kspaceduel.install
(from rev 206804, kdegames-kspaceduel/trunk/kdegames-kspaceduel.install)
  kdegames-kspaceduel/repos/testing-x86_64/
  kdegames-kspaceduel/repos/testing-x86_64/PKGBUILD
(from rev 206804, kdegames-kspaceduel/trunk/PKGBUILD)
  kdegames-kspaceduel/repos/testing-x86_64/kdegames-kspaceduel.install
(from rev 206804, kdegames-kspaceduel/trunk/kdegames-kspaceduel.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdegames-kspaceduel.install   |   12 ++
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdegames-kspaceduel.install |   12 ++
 4 files changed, 86 insertions(+)

Copied: kdegames-kspaceduel/repos/testing-i686/PKGBUILD (from rev 206804, 
kdegames-kspaceduel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:20:33 UTC (rev 206805)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kspaceduel
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz;)
+sha1sums=('20994ad98ff21bacb24aa3fe5748b3412233bc1f')
+
+build() {
+  mkdir 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/testing-i686/kdegames-kspaceduel.install 
(from rev 206804, kdegames-kspaceduel/trunk/kdegames-kspaceduel.install)
===
--- testing-i686/kdegames-kspaceduel.install(rev 0)
+++ testing-i686/kdegames-kspaceduel.install2014-03-05 10:20:33 UTC (rev 
206805)
@@ -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
+}

Copied: kdegames-kspaceduel/repos/testing-x86_64/PKGBUILD (from rev 206804, 
kdegames-kspaceduel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:20:33 UTC (rev 206805)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kspaceduel
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kspaceduel-${pkgver}.tar.xz;)
+sha1sums=('20994ad98ff21bacb24aa3fe5748b3412233bc1f')
+
+build() {
+  mkdir 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/testing-x86_64/kdegames-kspaceduel.install 
(from rev 206804, kdegames-kspaceduel/trunk/kdegames-kspaceduel.install)
===
--- testing-x86_64/kdegames-kspaceduel.install  (rev 0)
+++ testing-x86_64/kdegames-kspaceduel.install  2014-03-05 10:20:33 UTC (rev 
206805)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:21:05
  Author: andrea
Revision: 206810

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

Added:
  kdegames-lskat/repos/testing-i686/
  kdegames-lskat/repos/testing-i686/PKGBUILD
(from rev 206809, kdegames-lskat/trunk/PKGBUILD)
  kdegames-lskat/repos/testing-i686/kdegames-lskat.install
(from rev 206809, kdegames-lskat/trunk/kdegames-lskat.install)
  kdegames-lskat/repos/testing-x86_64/
  kdegames-lskat/repos/testing-x86_64/PKGBUILD
(from rev 206809, kdegames-lskat/trunk/PKGBUILD)
  kdegames-lskat/repos/testing-x86_64/kdegames-lskat.install
(from rev 206809, kdegames-lskat/trunk/kdegames-lskat.install)

---+
 testing-i686/PKGBUILD |   31 +++
 testing-i686/kdegames-lskat.install   |   12 
 testing-x86_64/PKGBUILD   |   31 +++
 testing-x86_64/kdegames-lskat.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdegames-lskat/repos/testing-i686/PKGBUILD (from rev 206809, 
kdegames-lskat/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:21:05 UTC (rev 206810)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-lskat
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/lskat-${pkgver}.tar.xz;)
+sha1sums=('df9ba610aba486b51f04233f22bc5c23f3901888')
+
+build() {
+  mkdir 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/testing-i686/kdegames-lskat.install (from rev 
206809, kdegames-lskat/trunk/kdegames-lskat.install)
===
--- testing-i686/kdegames-lskat.install (rev 0)
+++ testing-i686/kdegames-lskat.install 2014-03-05 10:21:05 UTC (rev 206810)
@@ -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
+}

Copied: kdegames-lskat/repos/testing-x86_64/PKGBUILD (from rev 206809, 
kdegames-lskat/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:21:05 UTC (rev 206810)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-lskat
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/lskat-${pkgver}.tar.xz;)
+sha1sums=('df9ba610aba486b51f04233f22bc5c23f3901888')
+
+build() {
+  mkdir 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/testing-x86_64/kdegames-lskat.install (from rev 
206809, kdegames-lskat/trunk/kdegames-lskat.install)
===
--- testing-x86_64/kdegames-lskat.install   (rev 0)
+++ testing-x86_64/kdegames-lskat.install   2014-03-05 10:21:05 UTC (rev 
206810)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:21:11
  Author: andrea
Revision: 206811

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

Added:
  kdegames-palapeli/repos/testing-i686/
  kdegames-palapeli/repos/testing-i686/PKGBUILD
(from rev 206810, kdegames-palapeli/trunk/PKGBUILD)
  kdegames-palapeli/repos/testing-i686/kdegames-palapeli.install
(from rev 206810, kdegames-palapeli/trunk/kdegames-palapeli.install)
  kdegames-palapeli/repos/testing-x86_64/
  kdegames-palapeli/repos/testing-x86_64/PKGBUILD
(from rev 206810, kdegames-palapeli/trunk/PKGBUILD)
  kdegames-palapeli/repos/testing-x86_64/kdegames-palapeli.install
(from rev 206810, kdegames-palapeli/trunk/kdegames-palapeli.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-palapeli.install   |   13 
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-palapeli.install |   13 
 4 files changed, 88 insertions(+)

Copied: kdegames-palapeli/repos/testing-i686/PKGBUILD (from rev 206810, 
kdegames-palapeli/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:21:11 UTC (rev 206811)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-palapeli
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'qhull')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/palapeli-${pkgver}.tar.xz;)
+sha1sums=('8bc2524cfa1e6a4b4c67578c6fe330b08da524ac')
+
+build() {
+  mkdir 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/testing-i686/kdegames-palapeli.install (from 
rev 206810, kdegames-palapeli/trunk/kdegames-palapeli.install)
===
--- testing-i686/kdegames-palapeli.install  (rev 0)
+++ testing-i686/kdegames-palapeli.install  2014-03-05 10:21:11 UTC (rev 
206811)
@@ -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() {
+   post_install
+}

Copied: kdegames-palapeli/repos/testing-x86_64/PKGBUILD (from rev 206810, 
kdegames-palapeli/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:21:11 UTC (rev 206811)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-palapeli
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'qhull')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/palapeli-${pkgver}.tar.xz;)
+sha1sums=('8bc2524cfa1e6a4b4c67578c6fe330b08da524ac')
+
+build() {
+  mkdir 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/testing-x86_64/kdegames-palapeli.install (from 
rev 206810, kdegames-palapeli/trunk/kdegames-palapeli.install)
===
--- testing-x86_64/kdegames-palapeli.install(rev 0)
+++ testing-x86_64/kdegames-palapeli.install2014-03-05 10:21:11 UTC (rev 
206811)
@@ -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() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:20:59
  Author: andrea
Revision: 206809

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

Added:
  kdegames-kubrick/repos/testing-i686/
  kdegames-kubrick/repos/testing-i686/PKGBUILD
(from rev 206808, kdegames-kubrick/trunk/PKGBUILD)
  kdegames-kubrick/repos/testing-i686/kdegames-kubrick.install
(from rev 206808, kdegames-kubrick/trunk/kdegames-kubrick.install)
  kdegames-kubrick/repos/testing-x86_64/
  kdegames-kubrick/repos/testing-x86_64/PKGBUILD
(from rev 206808, kdegames-kubrick/trunk/PKGBUILD)
  kdegames-kubrick/repos/testing-x86_64/kdegames-kubrick.install
(from rev 206808, kdegames-kubrick/trunk/kdegames-kubrick.install)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/kdegames-kubrick.install   |   11 +
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/kdegames-kubrick.install |   11 +
 4 files changed, 90 insertions(+)

Copied: kdegames-kubrick/repos/testing-i686/PKGBUILD (from rev 206808, 
kdegames-kubrick/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:20:59 UTC (rev 206809)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kubrick
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kubrick-${pkgver}.tar.xz;)
+sha1sums=('0c85cde35c2c4150c9c84de93efefdcef0c2e96f')
+
+prepare() {
+  mkdir 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/testing-i686/kdegames-kubrick.install (from rev 
206808, kdegames-kubrick/trunk/kdegames-kubrick.install)
===
--- testing-i686/kdegames-kubrick.install   (rev 0)
+++ testing-i686/kdegames-kubrick.install   2014-03-05 10:20:59 UTC (rev 
206809)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kubrick/repos/testing-x86_64/PKGBUILD (from rev 206808, 
kdegames-kubrick/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:20:59 UTC (rev 206809)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kubrick
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kubrick-${pkgver}.tar.xz;)
+sha1sums=('0c85cde35c2c4150c9c84de93efefdcef0c2e96f')
+
+prepare() {
+  mkdir 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/testing-x86_64/kdegames-kubrick.install (from 
rev 206808, kdegames-kubrick/trunk/kdegames-kubrick.install)
===
--- testing-x86_64/kdegames-kubrick.install (rev 0)
+++ testing-x86_64/kdegames-kubrick.install 2014-03-05 10:20:59 UTC (rev 
206809)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:21:33
  Author: andrea
Revision: 206814

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

Added:
  kdegraphics-kamera/repos/testing-i686/
  kdegraphics-kamera/repos/testing-i686/PKGBUILD
(from rev 206813, kdegraphics-kamera/trunk/PKGBUILD)
  kdegraphics-kamera/repos/testing-x86_64/
  kdegraphics-kamera/repos/testing-x86_64/PKGBUILD
(from rev 206813, kdegraphics-kamera/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdegraphics-kamera/repos/testing-i686/PKGBUILD (from rev 206813, 
kdegraphics-kamera/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:21:33 UTC (rev 206814)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kamera
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Configure Kamera
+url=http://kde.org/applications/graphics/kamera/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kamera-${pkgver}.tar.xz;)
+sha1sums=('13cb0adfe4a297daf96b485c3c845de793e9529f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-kamera/repos/testing-x86_64/PKGBUILD (from rev 206813, 
kdegraphics-kamera/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:21:33 UTC (rev 206814)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kamera
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Configure Kamera
+url=http://kde.org/applications/graphics/kamera/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kamera-${pkgver}.tar.xz;)
+sha1sums=('13cb0adfe4a297daf96b485c3c845de793e9529f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:21:52
  Author: andrea
Revision: 206817

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

Added:
  kdegraphics-kolourpaint/repos/testing-i686/
  kdegraphics-kolourpaint/repos/testing-i686/PKGBUILD
(from rev 206816, kdegraphics-kolourpaint/trunk/PKGBUILD)
  kdegraphics-kolourpaint/repos/testing-i686/kdegraphics-kolourpaint.install
(from rev 206816, 
kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
  kdegraphics-kolourpaint/repos/testing-x86_64/
  kdegraphics-kolourpaint/repos/testing-x86_64/PKGBUILD
(from rev 206816, kdegraphics-kolourpaint/trunk/PKGBUILD)
  kdegraphics-kolourpaint/repos/testing-x86_64/kdegraphics-kolourpaint.install
(from rev 206816, 
kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdegraphics-kolourpaint.install   |   12 
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdegraphics-kolourpaint.install |   12 
 4 files changed, 88 insertions(+)

Copied: kdegraphics-kolourpaint/repos/testing-i686/PKGBUILD (from rev 206816, 
kdegraphics-kolourpaint/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:21:52 UTC (rev 206817)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kolourpaint
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Paint Program
+url=http://kde.org/applications/graphics/kolourpaint/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
+sha1sums=('d35b695049cb85973eebe74b5430028e1b8cde1b')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-i686/kdegraphics-kolourpaint.install 
(from rev 206816, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
===
--- testing-i686/kdegraphics-kolourpaint.install
(rev 0)
+++ testing-i686/kdegraphics-kolourpaint.install2014-03-05 10:21:52 UTC 
(rev 206817)
@@ -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
+}

Copied: kdegraphics-kolourpaint/repos/testing-x86_64/PKGBUILD (from rev 206816, 
kdegraphics-kolourpaint/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:21:52 UTC (rev 206817)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kolourpaint
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Paint Program
+url=http://kde.org/applications/graphics/kolourpaint/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
+sha1sums=('d35b695049cb85973eebe74b5430028e1b8cde1b')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-x86_64/kdegraphics-kolourpaint.install 
(from rev 206816, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
===
--- testing-x86_64/kdegraphics-kolourpaint.install  
(rev 0)
+++ testing-x86_64/kdegraphics-kolourpaint.install  2014-03-05 10:21:52 UTC 
(rev 206817)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:21:18
  Author: andrea
Revision: 206812

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

Added:
  kdegames-picmi/repos/testing-i686/
  kdegames-picmi/repos/testing-i686/PKGBUILD
(from rev 206811, kdegames-picmi/trunk/PKGBUILD)
  kdegames-picmi/repos/testing-i686/kdegames-picmi.install
(from rev 206811, kdegames-picmi/trunk/kdegames-picmi.install)
  kdegames-picmi/repos/testing-x86_64/
  kdegames-picmi/repos/testing-x86_64/PKGBUILD
(from rev 206811, kdegames-picmi/trunk/PKGBUILD)
  kdegames-picmi/repos/testing-x86_64/kdegames-picmi.install
(from rev 206811, kdegames-picmi/trunk/kdegames-picmi.install)

---+
 testing-i686/PKGBUILD |   33 
 testing-i686/kdegames-picmi.install   |   11 ++
 testing-x86_64/PKGBUILD   |   33 
 testing-x86_64/kdegames-picmi.install |   11 ++
 4 files changed, 88 insertions(+)

Copied: kdegames-picmi/repos/testing-i686/PKGBUILD (from rev 206811, 
kdegames-picmi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:21:18 UTC (rev 206812)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-picmi
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+replaces=('picmi')
+conflicts=('picmi')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/picmi-${pkgver}.tar.xz;)
+sha1sums=('f645bfa857d449b3373c4c311b6ce182f4cc8c23')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../picmi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-picmi/repos/testing-i686/kdegames-picmi.install (from rev 
206811, kdegames-picmi/trunk/kdegames-picmi.install)
===
--- testing-i686/kdegames-picmi.install (rev 0)
+++ testing-i686/kdegames-picmi.install 2014-03-05 10:21:18 UTC (rev 206812)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-picmi/repos/testing-x86_64/PKGBUILD (from rev 206811, 
kdegames-picmi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:21:18 UTC (rev 206812)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-picmi
+pkgver=4.12.3
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+replaces=('picmi')
+conflicts=('picmi')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/picmi-${pkgver}.tar.xz;)
+sha1sums=('f645bfa857d449b3373c4c311b6ce182f4cc8c23')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../picmi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-picmi/repos/testing-x86_64/kdegames-picmi.install (from rev 
206811, kdegames-picmi/trunk/kdegames-picmi.install)
===
--- testing-x86_64/kdegames-picmi.install   (rev 0)
+++ testing-x86_64/kdegames-picmi.install   2014-03-05 10:21:18 UTC (rev 
206812)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:21:26
  Author: andrea
Revision: 206813

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

Added:
  kdegraphics-gwenview/repos/testing-i686/
  kdegraphics-gwenview/repos/testing-i686/PKGBUILD
(from rev 206812, kdegraphics-gwenview/trunk/PKGBUILD)
  kdegraphics-gwenview/repos/testing-i686/kdegraphics-gwenview.install
(from rev 206812, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)
  kdegraphics-gwenview/repos/testing-x86_64/
  kdegraphics-gwenview/repos/testing-x86_64/PKGBUILD
(from rev 206812, kdegraphics-gwenview/trunk/PKGBUILD)
  kdegraphics-gwenview/repos/testing-x86_64/kdegraphics-gwenview.install
(from rev 206812, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)

-+
 testing-i686/PKGBUILD   |   32 ++
 testing-i686/kdegraphics-gwenview.install   |   12 +
 testing-x86_64/PKGBUILD |   32 ++
 testing-x86_64/kdegraphics-gwenview.install |   12 +
 4 files changed, 88 insertions(+)

Copied: kdegraphics-gwenview/repos/testing-i686/PKGBUILD (from rev 206812, 
kdegraphics-gwenview/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:21:26 UTC (rev 206813)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-gwenview
+pkgver=4.12.3
+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' 'kdegraphics')
+depends=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'lcms2')
+makedepends=('cmake' 'automoc4' 'mesa')
+optdepends=('kipi-plugins: extra plugins to share photos')
+install=$pkgname.install
+source=(http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz;)
+sha1sums=('8f8ec15d3763ebd5f5b8a4d9b6704788dde3ea93')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../gwenview-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-gwenview/repos/testing-i686/kdegraphics-gwenview.install 
(from rev 206812, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)
===
--- testing-i686/kdegraphics-gwenview.install   (rev 0)
+++ testing-i686/kdegraphics-gwenview.install   2014-03-05 10:21:26 UTC (rev 
206813)
@@ -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
+}

Copied: kdegraphics-gwenview/repos/testing-x86_64/PKGBUILD (from rev 206812, 
kdegraphics-gwenview/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:21:26 UTC (rev 206813)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-gwenview
+pkgver=4.12.3
+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' 'kdegraphics')
+depends=('kdebase-lib' 'kdebase-runtime' 'libkipi' 'lcms2')
+makedepends=('cmake' 'automoc4' 'mesa')
+optdepends=('kipi-plugins: extra plugins to share photos')
+install=$pkgname.install
+source=(http://download.kde.org/stable/${pkgver}/src/gwenview-${pkgver}.tar.xz;)
+sha1sums=('8f8ec15d3763ebd5f5b8a4d9b6704788dde3ea93')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../gwenview-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-gwenview/repos/testing-x86_64/kdegraphics-gwenview.install 
(from rev 206812, kdegraphics-gwenview/trunk/kdegraphics-gwenview.install)
===
--- testing-x86_64/kdegraphics-gwenview.install (rev 0)
+++ testing-x86_64/kdegraphics-gwenview.install 2014-03-05 10:21:26 UTC (rev 
206813)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:21:39
  Author: andrea
Revision: 206815

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

Added:
  kdegraphics-kcolorchooser/repos/testing-i686/
  kdegraphics-kcolorchooser/repos/testing-i686/PKGBUILD
(from rev 206814, kdegraphics-kcolorchooser/trunk/PKGBUILD)
  kdegraphics-kcolorchooser/repos/testing-i686/kdegraphics-kcolorchooser.install
(from rev 206814, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
  kdegraphics-kcolorchooser/repos/testing-x86_64/
  kdegraphics-kcolorchooser/repos/testing-x86_64/PKGBUILD
(from rev 206814, kdegraphics-kcolorchooser/trunk/PKGBUILD)
  
kdegraphics-kcolorchooser/repos/testing-x86_64/kdegraphics-kcolorchooser.install
(from rev 206814, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)

--+
 testing-i686/PKGBUILD|   32 +
 testing-i686/kdegraphics-kcolorchooser.install   |   11 +++
 testing-x86_64/PKGBUILD  |   32 +
 testing-x86_64/kdegraphics-kcolorchooser.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdegraphics-kcolorchooser/repos/testing-i686/PKGBUILD (from rev 206814, 
kdegraphics-kcolorchooser/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:21:39 UTC (rev 206815)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kcolorchooser
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Color Chooser
+url=http://kde.org/applications/graphics/kcolorchooser/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz;)
+sha1sums=('bdd5f71d2ac55d996321ec3ff7e802ec5ddb37c9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcolorchooser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegraphics-kcolorchooser/repos/testing-i686/kdegraphics-kcolorchooser.install 
(from rev 206814, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
===
--- testing-i686/kdegraphics-kcolorchooser.install  
(rev 0)
+++ testing-i686/kdegraphics-kcolorchooser.install  2014-03-05 10:21:39 UTC 
(rev 206815)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-kcolorchooser/repos/testing-x86_64/PKGBUILD (from rev 
206814, kdegraphics-kcolorchooser/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:21:39 UTC (rev 206815)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kcolorchooser
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Color Chooser
+url=http://kde.org/applications/graphics/kcolorchooser/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz;)
+sha1sums=('bdd5f71d2ac55d996321ec3ff7e802ec5ddb37c9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcolorchooser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegraphics-kcolorchooser/repos/testing-x86_64/kdegraphics-kcolorchooser.install
 (from rev 206814, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
===
--- testing-x86_64/kdegraphics-kcolorchooser.install
(rev 0)
+++ testing-x86_64/kdegraphics-kcolorchooser.install2014-03-05 10:21:39 UTC 
(rev 206815)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:21:57
  Author: andrea
Revision: 206818

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

Added:
  kdegraphics-kruler/repos/testing-i686/
  kdegraphics-kruler/repos/testing-i686/PKGBUILD
(from rev 206817, kdegraphics-kruler/trunk/PKGBUILD)
  kdegraphics-kruler/repos/testing-i686/kdegraphics-kruler.install
(from rev 206817, kdegraphics-kruler/trunk/kdegraphics-kruler.install)
  kdegraphics-kruler/repos/testing-x86_64/
  kdegraphics-kruler/repos/testing-x86_64/PKGBUILD
(from rev 206817, kdegraphics-kruler/trunk/PKGBUILD)
  kdegraphics-kruler/repos/testing-x86_64/kdegraphics-kruler.install
(from rev 206817, kdegraphics-kruler/trunk/kdegraphics-kruler.install)

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/kdegraphics-kruler.install   |   12 ++
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/kdegraphics-kruler.install |   12 ++
 4 files changed, 88 insertions(+)

Copied: kdegraphics-kruler/repos/testing-i686/PKGBUILD (from rev 206817, 
kdegraphics-kruler/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:21:57 UTC (rev 206818)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kruler
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Screen Ruler
+url=http://kde.org/applications/graphics/kruler/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kruler-${pkgver}.tar.xz;)
+sha1sums=('45abdb72cc147d9cafca2a4b14050becc08b7001')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kruler-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-kruler/repos/testing-i686/kdegraphics-kruler.install (from 
rev 206817, kdegraphics-kruler/trunk/kdegraphics-kruler.install)
===
--- testing-i686/kdegraphics-kruler.install (rev 0)
+++ testing-i686/kdegraphics-kruler.install 2014-03-05 10:21:57 UTC (rev 
206818)
@@ -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
+}

Copied: kdegraphics-kruler/repos/testing-x86_64/PKGBUILD (from rev 206817, 
kdegraphics-kruler/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:21:57 UTC (rev 206818)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kruler
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Screen Ruler
+url=http://kde.org/applications/graphics/kruler/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kruler-${pkgver}.tar.xz;)
+sha1sums=('45abdb72cc147d9cafca2a4b14050becc08b7001')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kruler-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-kruler/repos/testing-x86_64/kdegraphics-kruler.install 
(from rev 206817, kdegraphics-kruler/trunk/kdegraphics-kruler.install)
===
--- testing-x86_64/kdegraphics-kruler.install   (rev 0)
+++ testing-x86_64/kdegraphics-kruler.install   2014-03-05 10:21:57 UTC (rev 
206818)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:22:04
  Author: andrea
Revision: 206819

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

Added:
  kdegraphics-ksaneplugin/repos/testing-i686/
  kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD
(from rev 206818, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/testing-x86_64/
  kdegraphics-ksaneplugin/repos/testing-x86_64/PKGBUILD
(from rev 206818, kdegraphics-ksaneplugin/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: kdegraphics-ksaneplugin/repos/testing-i686/PKGBUILD (from rev 206818, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:22:04 UTC (rev 206819)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.3
+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=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('9b6cfb76cc3bc564bde9341118839f33e940d34a')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-x86_64/PKGBUILD (from rev 206818, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:22:04 UTC (rev 206819)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.12.3
+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=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('9b6cfb76cc3bc564bde9341118839f33e940d34a')
+
+build() {
+  cd ${srcdir}
+  mkdir 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
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:21:45
  Author: andrea
Revision: 206816

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

Added:
  kdegraphics-kgamma/repos/testing-i686/
  kdegraphics-kgamma/repos/testing-i686/PKGBUILD
(from rev 206815, kdegraphics-kgamma/trunk/PKGBUILD)
  kdegraphics-kgamma/repos/testing-x86_64/
  kdegraphics-kgamma/repos/testing-x86_64/PKGBUILD
(from rev 206815, kdegraphics-kgamma/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: kdegraphics-kgamma/repos/testing-i686/PKGBUILD (from rev 206815, 
kdegraphics-kgamma/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:21:45 UTC (rev 206816)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kgamma
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=A monitor calibration tool
+url=http://kde.org/applications/graphics/kgamma/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+# note on libxxf86vm:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxxf86vm
+depends=('kdebase-runtime' 'libxxf86vm')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kgamma-${pkgver}.tar.xz;)
+sha1sums=('43908fda6233eae15c33ae0f4d93838f177d7393')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kgamma-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-kgamma/repos/testing-x86_64/PKGBUILD (from rev 206815, 
kdegraphics-kgamma/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:21:45 UTC (rev 206816)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kgamma
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=A monitor calibration tool
+url=http://kde.org/applications/graphics/kgamma/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+# note on libxxf86vm:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxxf86vm
+depends=('kdebase-runtime' 'libxxf86vm')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kgamma-${pkgver}.tar.xz;)
+sha1sums=('43908fda6233eae15c33ae0f4d93838f177d7393')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kgamma-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:22:10
  Author: andrea
Revision: 206820

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

Added:
  kdegraphics-ksnapshot/repos/testing-i686/
  kdegraphics-ksnapshot/repos/testing-i686/PKGBUILD
(from rev 206819, kdegraphics-ksnapshot/trunk/PKGBUILD)
  kdegraphics-ksnapshot/repos/testing-i686/kdegraphics-ksnapshot.install
(from rev 206819, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
  kdegraphics-ksnapshot/repos/testing-x86_64/
  kdegraphics-ksnapshot/repos/testing-x86_64/PKGBUILD
(from rev 206819, kdegraphics-ksnapshot/trunk/PKGBUILD)
  kdegraphics-ksnapshot/repos/testing-x86_64/kdegraphics-ksnapshot.install
(from rev 206819, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)

--+
 testing-i686/PKGBUILD|   33 +
 testing-i686/kdegraphics-ksnapshot.install   |   12 +
 testing-x86_64/PKGBUILD  |   33 +
 testing-x86_64/kdegraphics-ksnapshot.install |   12 +
 4 files changed, 90 insertions(+)

Copied: kdegraphics-ksnapshot/repos/testing-i686/PKGBUILD (from rev 206819, 
kdegraphics-ksnapshot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:22:10 UTC (rev 206820)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Screen Capture Program
+url=http://kde.org/applications/graphics/ksnapshot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz;)
+sha1sums=('9e748cc09bd941894ae47e4beb291a4525e3aeda')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegraphics-ksnapshot/repos/testing-i686/kdegraphics-ksnapshot.install 
(from rev 206819, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===
--- testing-i686/kdegraphics-ksnapshot.install  (rev 0)
+++ testing-i686/kdegraphics-ksnapshot.install  2014-03-05 10:22:10 UTC (rev 
206820)
@@ -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
+}

Copied: kdegraphics-ksnapshot/repos/testing-x86_64/PKGBUILD (from rev 206819, 
kdegraphics-ksnapshot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:22:10 UTC (rev 206820)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksnapshot
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=Screen Capture Program
+url=http://kde.org/applications/graphics/ksnapshot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz;)
+sha1sums=('9e748cc09bd941894ae47e4beb291a4525e3aeda')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegraphics-ksnapshot/repos/testing-x86_64/kdegraphics-ksnapshot.install (from 
rev 206819, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===
--- testing-x86_64/kdegraphics-ksnapshot.install
(rev 0)
+++ testing-x86_64/kdegraphics-ksnapshot.install2014-03-05 10:22:10 UTC 
(rev 206820)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:23:02
  Author: andrea
Revision: 206827

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

Added:
  kdemultimedia-juk/repos/testing-i686/
  kdemultimedia-juk/repos/testing-i686/PKGBUILD
(from rev 206826, kdemultimedia-juk/trunk/PKGBUILD)
  kdemultimedia-juk/repos/testing-i686/kdemultimedia-juk.install
(from rev 206826, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
  kdemultimedia-juk/repos/testing-x86_64/
  kdemultimedia-juk/repos/testing-x86_64/PKGBUILD
(from rev 206826, kdemultimedia-juk/trunk/PKGBUILD)
  kdemultimedia-juk/repos/testing-x86_64/kdemultimedia-juk.install
(from rev 206826, kdemultimedia-juk/trunk/kdemultimedia-juk.install)

--+
 testing-i686/PKGBUILD|   33 +
 testing-i686/kdemultimedia-juk.install   |   11 +
 testing-x86_64/PKGBUILD  |   33 +
 testing-x86_64/kdemultimedia-juk.install |   11 +
 4 files changed, 88 insertions(+)

Copied: kdemultimedia-juk/repos/testing-i686/PKGBUILD (from rev 206826, 
kdemultimedia-juk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:23:02 UTC (rev 206827)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-juk
+pkgver=4.12.3
+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' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/juk-${pkgver}.tar.xz;)
+sha1sums=('6a1ae73ce8aa8ce8ec2485ae39c132aa910973ed')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-i686/kdemultimedia-juk.install (from 
rev 206826, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
===
--- testing-i686/kdemultimedia-juk.install  (rev 0)
+++ testing-i686/kdemultimedia-juk.install  2014-03-05 10:23:02 UTC (rev 
206827)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdemultimedia-juk/repos/testing-x86_64/PKGBUILD (from rev 206826, 
kdemultimedia-juk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:23:02 UTC (rev 206827)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-juk
+pkgver=4.12.3
+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' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/juk-${pkgver}.tar.xz;)
+sha1sums=('6a1ae73ce8aa8ce8ec2485ae39c132aa910973ed')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-x86_64/kdemultimedia-juk.install (from 
rev 206826, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
===
--- testing-x86_64/kdemultimedia-juk.install(rev 0)
+++ testing-x86_64/kdemultimedia-juk.install2014-03-05 10:23:02 UTC (rev 
206827)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:22:43
  Author: andrea
Revision: 206824

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

Added:
  kdemultimedia-audiocd-kio/repos/testing-i686/
  kdemultimedia-audiocd-kio/repos/testing-i686/PKGBUILD
(from rev 206823, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
  kdemultimedia-audiocd-kio/repos/testing-x86_64/
  kdemultimedia-audiocd-kio/repos/testing-x86_64/PKGBUILD
(from rev 206823, kdemultimedia-audiocd-kio/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdemultimedia-audiocd-kio/repos/testing-i686/PKGBUILD (from rev 206823, 
kdemultimedia-audiocd-kio/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:22:43 UTC (rev 206824)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.12.3
+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' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
+sha1sums=('ddf3c89195ed90dd261eb38b9dc1bf7c54678cc3')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-x86_64/PKGBUILD (from rev 
206823, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:22:43 UTC (rev 206824)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.12.3
+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' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
+sha1sums=('ddf3c89195ed90dd261eb38b9dc1bf7c54678cc3')
+
+build() {
+  cd ${srcdir}
+  mkdir 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
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:23:08
  Author: andrea
Revision: 206828

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

Added:
  kdemultimedia-kmix/repos/testing-i686/
  kdemultimedia-kmix/repos/testing-i686/PKGBUILD
(from rev 206827, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/testing-i686/kdemultimedia-kmix.install
(from rev 206827, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/testing-x86_64/
  kdemultimedia-kmix/repos/testing-x86_64/PKGBUILD
(from rev 206827, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/testing-x86_64/kdemultimedia-kmix.install
(from rev 206827, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/kdemultimedia-kmix.install   |   11 +
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/kdemultimedia-kmix.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdemultimedia-kmix/repos/testing-i686/PKGBUILD (from rev 206827, 
kdemultimedia-kmix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:23:08 UTC (rev 206828)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kmix
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=KDE volume control program
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz;)
+sha1sums=('b2e4f32b42412517fe6667189e5b01e8686219d8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmix-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-kmix/repos/testing-i686/kdemultimedia-kmix.install (from 
rev 206827, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
===
--- testing-i686/kdemultimedia-kmix.install (rev 0)
+++ testing-i686/kdemultimedia-kmix.install 2014-03-05 10:23:08 UTC (rev 
206828)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdemultimedia-kmix/repos/testing-x86_64/PKGBUILD (from rev 206827, 
kdemultimedia-kmix/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:23:08 UTC (rev 206828)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kmix
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=KDE volume control program
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz;)
+sha1sums=('b2e4f32b42412517fe6667189e5b01e8686219d8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmix-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-kmix/repos/testing-x86_64/kdemultimedia-kmix.install 
(from rev 206827, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
===
--- testing-x86_64/kdemultimedia-kmix.install   (rev 0)
+++ testing-x86_64/kdemultimedia-kmix.install   2014-03-05 10:23:08 UTC (rev 
206828)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:22:49
  Author: andrea
Revision: 206825

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

Added:
  kdemultimedia-dragonplayer/repos/testing-i686/
  kdemultimedia-dragonplayer/repos/testing-i686/PKGBUILD
(from rev 206824, kdemultimedia-dragonplayer/trunk/PKGBUILD)
  
kdemultimedia-dragonplayer/repos/testing-i686/kdemultimedia-dragonplayer.install
(from rev 206824, 
kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install)
  kdemultimedia-dragonplayer/repos/testing-x86_64/
  kdemultimedia-dragonplayer/repos/testing-x86_64/PKGBUILD
(from rev 206824, kdemultimedia-dragonplayer/trunk/PKGBUILD)
  
kdemultimedia-dragonplayer/repos/testing-x86_64/kdemultimedia-dragonplayer.install
(from rev 206824, 
kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install)

---+
 testing-i686/PKGBUILD |   33 
 testing-i686/kdemultimedia-dragonplayer.install   |   12 +++
 testing-x86_64/PKGBUILD   |   33 
 testing-x86_64/kdemultimedia-dragonplayer.install |   12 +++
 4 files changed, 90 insertions(+)

Copied: kdemultimedia-dragonplayer/repos/testing-i686/PKGBUILD (from rev 
206824, kdemultimedia-dragonplayer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:22:49 UTC (rev 206825)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-dragonplayer
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=A multimedia player where the focus is on simplicity, instead of
+features
+url='http://kde.org/applications/multimedia/dragonplayer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dragon-${pkgver}.tar.xz;)
+sha1sums=('c1d9c80390f7a9814c789f7dc5fc9bb920064c23')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../dragon-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdemultimedia-dragonplayer/repos/testing-i686/kdemultimedia-dragonplayer.install
 (from rev 206824, 
kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install)
===
--- testing-i686/kdemultimedia-dragonplayer.install 
(rev 0)
+++ testing-i686/kdemultimedia-dragonplayer.install 2014-03-05 10:22:49 UTC 
(rev 206825)
@@ -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
+}

Copied: kdemultimedia-dragonplayer/repos/testing-x86_64/PKGBUILD (from rev 
206824, kdemultimedia-dragonplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:22:49 UTC (rev 206825)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-dragonplayer
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=A multimedia player where the focus is on simplicity, instead of
+features
+url='http://kde.org/applications/multimedia/dragonplayer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dragon-${pkgver}.tar.xz;)
+sha1sums=('c1d9c80390f7a9814c789f7dc5fc9bb920064c23')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../dragon-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdemultimedia-dragonplayer/repos/testing-x86_64/kdemultimedia-dragonplayer.install
 (from rev 206824, 
kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install)
===
--- testing-x86_64/kdemultimedia-dragonplayer.install   
(rev 0)
+++ testing-x86_64/kdemultimedia-dragonplayer.install   2014-03-05 10:22:49 UTC 
(rev 206825)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:22:33
  Author: andrea
Revision: 206823

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

Added:
  kdegraphics-thumbnailers/repos/testing-i686/
  kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD
(from rev 206822, kdegraphics-thumbnailers/trunk/PKGBUILD)
  kdegraphics-thumbnailers/repos/testing-x86_64/
  kdegraphics-thumbnailers/repos/testing-x86_64/PKGBUILD
(from rev 206822, kdegraphics-thumbnailers/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: kdegraphics-thumbnailers/repos/testing-i686/PKGBUILD (from rev 206822, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:22:33 UTC (rev 206823)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.3
+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')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2f38147367e320d238dae1147dd62ae2f4a972be')
+
+build() {
+  cd ${srcdir}
+  mkdir 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-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 
206822, kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:22:33 UTC (rev 206823)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.12.3
+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')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2f38147367e320d238dae1147dd62ae2f4a972be')
+
+build() {
+  cd ${srcdir}
+  mkdir 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
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:22:56
  Author: andrea
Revision: 206826

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

Added:
  kdemultimedia-ffmpegthumbs/repos/testing-i686/
  kdemultimedia-ffmpegthumbs/repos/testing-i686/PKGBUILD
(from rev 206825, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
  kdemultimedia-ffmpegthumbs/repos/testing-x86_64/
  kdemultimedia-ffmpegthumbs/repos/testing-x86_64/PKGBUILD
(from rev 206825, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdemultimedia-ffmpegthumbs/repos/testing-i686/PKGBUILD (from rev 
206825, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:22:56 UTC (rev 206826)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
+sha1sums=('849dfa3faef83e744e53499173a97ebb46b73e5a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdemultimedia-ffmpegthumbs/repos/testing-x86_64/PKGBUILD (from rev 
206825, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:22:56 UTC (rev 206826)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
+sha1sums=('849dfa3faef83e744e53499173a97ebb46b73e5a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:22:19
  Author: andrea
Revision: 206821

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

Added:
  kdegraphics-strigi-analyzer/repos/testing-i686/
  kdegraphics-strigi-analyzer/repos/testing-i686/PKGBUILD
(from rev 206820, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
  kdegraphics-strigi-analyzer/repos/testing-x86_64/
  kdegraphics-strigi-analyzer/repos/testing-x86_64/PKGBUILD
(from rev 206820, kdegraphics-strigi-analyzer/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: kdegraphics-strigi-analyzer/repos/testing-i686/PKGBUILD (from rev 
206820, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:22:19 UTC (rev 206821)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.12.3
+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=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('39aeaac2d7fec931a3765bc97590bedff4ae167d')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-x86_64/PKGBUILD (from rev 
206820, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:22:19 UTC (rev 206821)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.12.3
+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=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('39aeaac2d7fec931a3765bc97590bedff4ae167d')
+
+build() {
+  cd ${srcdir}
+  mkdir 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
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:23:14
  Author: andrea
Revision: 206829

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

Added:
  kdemultimedia-kscd/repos/testing-i686/
  kdemultimedia-kscd/repos/testing-i686/PKGBUILD
(from rev 206828, kdemultimedia-kscd/trunk/PKGBUILD)
  kdemultimedia-kscd/repos/testing-i686/kdemultimedia-kscd.install
(from rev 206828, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
  kdemultimedia-kscd/repos/testing-x86_64/
  kdemultimedia-kscd/repos/testing-x86_64/PKGBUILD
(from rev 206828, kdemultimedia-kscd/trunk/PKGBUILD)
  kdemultimedia-kscd/repos/testing-x86_64/kdemultimedia-kscd.install
(from rev 206828, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)

---+
 testing-i686/PKGBUILD |   31 
 testing-i686/kdemultimedia-kscd.install   |   11 +
 testing-x86_64/PKGBUILD   |   31 
 testing-x86_64/kdemultimedia-kscd.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdemultimedia-kscd/repos/testing-i686/PKGBUILD (from rev 206828, 
kdemultimedia-kscd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:23:14 UTC (rev 206829)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kscd
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=KDE CD player
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz;)
+sha1sums=('4c671f15c7be70272ac97d99c916915faf6f825c')
+
+build() {
+  mkdir 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/testing-i686/kdemultimedia-kscd.install (from 
rev 206828, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
===
--- testing-i686/kdemultimedia-kscd.install (rev 0)
+++ testing-i686/kdemultimedia-kscd.install 2014-03-05 10:23:14 UTC (rev 
206829)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdemultimedia-kscd/repos/testing-x86_64/PKGBUILD (from rev 206828, 
kdemultimedia-kscd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:23:14 UTC (rev 206829)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kscd
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=KDE CD player
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz;)
+sha1sums=('4c671f15c7be70272ac97d99c916915faf6f825c')
+
+build() {
+  mkdir 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/testing-x86_64/kdemultimedia-kscd.install 
(from rev 206828, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
===
--- testing-x86_64/kdemultimedia-kscd.install   (rev 0)
+++ testing-x86_64/kdemultimedia-kscd.install   2014-03-05 10:23:14 UTC (rev 
206829)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:22:26
  Author: andrea
Revision: 206822

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

Added:
  kdegraphics-svgpart/repos/testing-i686/
  kdegraphics-svgpart/repos/testing-i686/PKGBUILD
(from rev 206821, kdegraphics-svgpart/trunk/PKGBUILD)
  kdegraphics-svgpart/repos/testing-x86_64/
  kdegraphics-svgpart/repos/testing-x86_64/PKGBUILD
(from rev 206821, kdegraphics-svgpart/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: kdegraphics-svgpart/repos/testing-i686/PKGBUILD (from rev 206821, 
kdegraphics-svgpart/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:22:26 UTC (rev 206822)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-svgpart
+pkgver=4.12.3
+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/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
+sha1sums=('d667b04ba8ab676d6d0b5521341c99c4113b341f')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-x86_64/PKGBUILD (from rev 206821, 
kdegraphics-svgpart/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:22:26 UTC (rev 206822)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-svgpart
+pkgver=4.12.3
+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/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
+sha1sums=('d667b04ba8ab676d6d0b5521341c99c4113b341f')
+
+build() {
+  cd ${srcdir}
+  mkdir 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
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:23:48
  Author: andrea
Revision: 206834

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 206833, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 206833, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 206833, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 206833, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 96 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 206833, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:23:48 UTC (rev 206834)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('bf707283338c8387619a9f4387af9b72e6275e95')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 206833, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2014-03-05 10:23:48 UTC (rev 
206834)
@@ -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
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 206833, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:23:48 UTC (rev 206834)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('bf707283338c8387619a9f4387af9b72e6275e95')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 206833, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2014-03-05 10:23:48 UTC (rev 
206834)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:23:36
  Author: andrea
Revision: 206832

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

Added:
  kdenetwork-kdnssd/repos/testing-i686/
  kdenetwork-kdnssd/repos/testing-i686/PKGBUILD
(from rev 206831, kdenetwork-kdnssd/trunk/PKGBUILD)
  kdenetwork-kdnssd/repos/testing-x86_64/
  kdenetwork-kdnssd/repos/testing-x86_64/PKGBUILD
(from rev 206831, kdenetwork-kdnssd/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: kdenetwork-kdnssd/repos/testing-i686/PKGBUILD (from rev 206831, 
kdenetwork-kdnssd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:23:36 UTC (rev 206832)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kdnssd
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Monitors the network for DNS-SD services'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kdnssd-${pkgver}.tar.xz;)
+sha1sums=('6751b009cafa5eececf7c4f9ed6a2d6c59a78c3a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdnssd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kdnssd/repos/testing-x86_64/PKGBUILD (from rev 206831, 
kdenetwork-kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:23:36 UTC (rev 206832)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kdnssd
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Monitors the network for DNS-SD services'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kdnssd-${pkgver}.tar.xz;)
+sha1sums=('6751b009cafa5eececf7c4f9ed6a2d6c59a78c3a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdnssd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:23:42
  Author: andrea
Revision: 206833

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

Added:
  kdenetwork-kget/repos/testing-i686/
  kdenetwork-kget/repos/testing-i686/PKGBUILD
(from rev 206832, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/testing-i686/kdenetwork-kget.install
(from rev 206832, kdenetwork-kget/trunk/kdenetwork-kget.install)
  kdenetwork-kget/repos/testing-x86_64/
  kdenetwork-kget/repos/testing-x86_64/PKGBUILD
(from rev 206832, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/testing-x86_64/kdenetwork-kget.install
(from rev 206832, kdenetwork-kget/trunk/kdenetwork-kget.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdenetwork-kget.install   |   12 
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdenetwork-kget.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdenetwork-kget/repos/testing-i686/PKGBUILD (from rev 206832, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:23:42 UTC (rev 206833)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kget
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms' 'gpgme' 
'nepomuk-widgets')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('c47e4f2d84edf2b9769a28cf7ab43502ae14979c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kget/repos/testing-i686/kdenetwork-kget.install (from rev 
206832, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- testing-i686/kdenetwork-kget.install(rev 0)
+++ testing-i686/kdenetwork-kget.install2014-03-05 10:23:42 UTC (rev 
206833)
@@ -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
+}

Copied: kdenetwork-kget/repos/testing-x86_64/PKGBUILD (from rev 206832, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:23:42 UTC (rev 206833)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kget
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms' 'gpgme' 
'nepomuk-widgets')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('c47e4f2d84edf2b9769a28cf7ab43502ae14979c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kget/repos/testing-x86_64/kdenetwork-kget.install (from rev 
206832, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- testing-x86_64/kdenetwork-kget.install  (rev 0)
+++ testing-x86_64/kdenetwork-kget.install  2014-03-05 10:23:42 UTC (rev 
206833)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:23:20
  Author: andrea
Revision: 206830

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

Added:
  kdemultimedia-mplayerthumbs/repos/testing-i686/
  kdemultimedia-mplayerthumbs/repos/testing-i686/PKGBUILD
(from rev 206829, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
  kdemultimedia-mplayerthumbs/repos/testing-x86_64/
  kdemultimedia-mplayerthumbs/repos/testing-x86_64/PKGBUILD
(from rev 206829, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdemultimedia-mplayerthumbs/repos/testing-i686/PKGBUILD (from rev 
206829, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:23:20 UTC (rev 206830)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.12.3
+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' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
+sha1sums=('11358ac8bb8f7a5cc7466fb89b8cfbbeb93f9738')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-x86_64/PKGBUILD (from rev 
206829, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:23:20 UTC (rev 206830)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.12.3
+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' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
+sha1sums=('11358ac8bb8f7a5cc7466fb89b8cfbbeb93f9738')
+
+build() {
+  cd ${srcdir}
+  mkdir 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
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:23:28
  Author: andrea
Revision: 206831

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

Added:
  kdenetwork-filesharing/repos/testing-i686/
  kdenetwork-filesharing/repos/testing-i686/PKGBUILD
(from rev 206830, kdenetwork-filesharing/trunk/PKGBUILD)
  kdenetwork-filesharing/repos/testing-i686/kdenetwork-filesharing.install
(from rev 206830, 
kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
  kdenetwork-filesharing/repos/testing-x86_64/
  kdenetwork-filesharing/repos/testing-x86_64/PKGBUILD
(from rev 206830, kdenetwork-filesharing/trunk/PKGBUILD)
  kdenetwork-filesharing/repos/testing-x86_64/kdenetwork-filesharing.install
(from rev 206830, 
kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)

---+
 testing-i686/PKGBUILD |   31 
 testing-i686/kdenetwork-filesharing.install   |   11 
 testing-x86_64/PKGBUILD   |   31 
 testing-x86_64/kdenetwork-filesharing.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdenetwork-filesharing/repos/testing-i686/PKGBUILD (from rev 206830, 
kdenetwork-filesharing/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:23:28 UTC (rev 206831)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-filesharing
+pkgver=4.12.3
+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' 'kdenetwork')
+depends=('kdebase-runtime' 'smbclient')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz;)
+sha1sums=('5f76be3021e093fe489573558112c23e80791abc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-filesharing-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdenetwork-filesharing/repos/testing-i686/kdenetwork-filesharing.install (from 
rev 206830, kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
===
--- testing-i686/kdenetwork-filesharing.install (rev 0)
+++ testing-i686/kdenetwork-filesharing.install 2014-03-05 10:23:28 UTC (rev 
206831)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdenetwork-filesharing/repos/testing-x86_64/PKGBUILD (from rev 206830, 
kdenetwork-filesharing/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:23:28 UTC (rev 206831)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-filesharing
+pkgver=4.12.3
+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' 'kdenetwork')
+depends=('kdebase-runtime' 'smbclient')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz;)
+sha1sums=('5f76be3021e093fe489573558112c23e80791abc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-filesharing-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdenetwork-filesharing/repos/testing-x86_64/kdenetwork-filesharing.install 
(from rev 206830, kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
===
--- testing-x86_64/kdenetwork-filesharing.install   
(rev 0)
+++ testing-x86_64/kdenetwork-filesharing.install   2014-03-05 10:23:28 UTC 
(rev 206831)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:23:56
  Author: andrea
Revision: 206835

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

Added:
  kdenetwork-kppp/repos/testing-i686/
  kdenetwork-kppp/repos/testing-i686/PKGBUILD
(from rev 206834, kdenetwork-kppp/trunk/PKGBUILD)
  kdenetwork-kppp/repos/testing-i686/kdenetwork-kppp.install
(from rev 206834, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
  kdenetwork-kppp/repos/testing-x86_64/
  kdenetwork-kppp/repos/testing-x86_64/PKGBUILD
(from rev 206834, kdenetwork-kppp/trunk/PKGBUILD)
  kdenetwork-kppp/repos/testing-x86_64/kdenetwork-kppp.install
(from rev 206834, kdenetwork-kppp/trunk/kdenetwork-kppp.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdenetwork-kppp.install   |   12 
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdenetwork-kppp.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdenetwork-kppp/repos/testing-i686/PKGBUILD (from rev 206834, 
kdenetwork-kppp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:23:56 UTC (rev 206835)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kppp
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz;)
+sha1sums=('1cf8b986cb0ecd523778d5cdb88a9606f73f8d7a')
+
+build() {
+  mkdir 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/testing-i686/kdenetwork-kppp.install (from rev 
206834, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===
--- testing-i686/kdenetwork-kppp.install(rev 0)
+++ testing-i686/kdenetwork-kppp.install2014-03-05 10:23:56 UTC (rev 
206835)
@@ -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
+}

Copied: kdenetwork-kppp/repos/testing-x86_64/PKGBUILD (from rev 206834, 
kdenetwork-kppp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:23:56 UTC (rev 206835)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kppp
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz;)
+sha1sums=('1cf8b986cb0ecd523778d5cdb88a9606f73f8d7a')
+
+build() {
+  mkdir 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/testing-x86_64/kdenetwork-kppp.install (from rev 
206834, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===
--- testing-x86_64/kdenetwork-kppp.install  (rev 0)
+++ testing-x86_64/kdenetwork-kppp.install  2014-03-05 10:23:56 UTC (rev 
206835)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:24:10
  Author: andrea
Revision: 206837

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

Added:
  kdenetwork-krfb/repos/testing-i686/
  kdenetwork-krfb/repos/testing-i686/PKGBUILD
(from rev 206836, kdenetwork-krfb/trunk/PKGBUILD)
  kdenetwork-krfb/repos/testing-x86_64/
  kdenetwork-krfb/repos/testing-x86_64/PKGBUILD
(from rev 206836, kdenetwork-krfb/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdenetwork-krfb/repos/testing-i686/PKGBUILD (from rev 206836, 
kdenetwork-krfb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:24:10 UTC (rev 206837)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krfb
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+# note on libxdamage:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxdamage
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz;)
+sha1sums=('08972a6f18fd06e5eec6d9f40f91e74de448a19d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krfb-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-krfb/repos/testing-x86_64/PKGBUILD (from rev 206836, 
kdenetwork-krfb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:24:10 UTC (rev 206837)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krfb
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+# note on libxdamage:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxdamage
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz;)
+sha1sums=('08972a6f18fd06e5eec6d9f40f91e74de448a19d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krfb-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:24:03
  Author: andrea
Revision: 206836

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

Added:
  kdenetwork-krdc/repos/testing-i686/
  kdenetwork-krdc/repos/testing-i686/PKGBUILD
(from rev 206835, kdenetwork-krdc/trunk/PKGBUILD)
  kdenetwork-krdc/repos/testing-x86_64/
  kdenetwork-krdc/repos/testing-x86_64/PKGBUILD
(from rev 206835, kdenetwork-krdc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdenetwork-krdc/repos/testing-i686/PKGBUILD (from rev 206835, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:24:03 UTC (rev 206836)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krdc
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=(http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz;)
+sha1sums=('d5687a5a184dd80604b0105b3744f33e12d89c7b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krdc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-krdc/repos/testing-x86_64/PKGBUILD (from rev 206835, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:24:03 UTC (rev 206836)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krdc
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=(http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz;)
+sha1sums=('d5687a5a184dd80604b0105b3744f33e12d89c7b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krdc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:24:54
  Author: andrea
Revision: 206840

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

Added:
  kdeplasma-addons/repos/testing-i686/
  kdeplasma-addons/repos/testing-i686/PKGBUILD
(from rev 206839, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/testing-i686/kdeplasma-addons-applets-lancelot.install
(from rev 206839, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/testing-i686/kdeplasma-addons.install
(from rev 206839, kdeplasma-addons/trunk/kdeplasma-addons.install)
  kdeplasma-addons/repos/testing-x86_64/
  kdeplasma-addons/repos/testing-x86_64/PKGBUILD
(from rev 206839, kdeplasma-addons/trunk/PKGBUILD)
  
kdeplasma-addons/repos/testing-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 206839, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/testing-x86_64/kdeplasma-addons.install
(from rev 206839, kdeplasma-addons/trunk/kdeplasma-addons.install)

--+
 testing-i686/PKGBUILD|  647 +
 testing-i686/kdeplasma-addons-applets-lancelot.install   |   12 
 testing-i686/kdeplasma-addons.install|   11 
 testing-x86_64/PKGBUILD  |  647 +
 testing-x86_64/kdeplasma-addons-applets-lancelot.install |   12 
 testing-x86_64/kdeplasma-addons.install  |   11 
 6 files changed, 1340 insertions(+)

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


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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:25:12
  Author: andrea
Revision: 206841

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

Added:
  kdesdk-cervisia/repos/testing-i686/
  kdesdk-cervisia/repos/testing-i686/PKGBUILD
(from rev 206840, kdesdk-cervisia/trunk/PKGBUILD)
  kdesdk-cervisia/repos/testing-i686/kdesdk-cervisia.install
(from rev 206840, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
  kdesdk-cervisia/repos/testing-x86_64/
  kdesdk-cervisia/repos/testing-x86_64/PKGBUILD
(from rev 206840, kdesdk-cervisia/trunk/PKGBUILD)
  kdesdk-cervisia/repos/testing-x86_64/kdesdk-cervisia.install
(from rev 206840, kdesdk-cervisia/trunk/kdesdk-cervisia.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdesdk-cervisia.install   |   12 
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdesdk-cervisia.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-cervisia/repos/testing-i686/PKGBUILD (from rev 206840, 
kdesdk-cervisia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:25:12 UTC (rev 206841)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-cervisia
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
+sha1sums=('1a8e355bc19f1e54868900d20ca96c0e01b35deb')
+
+build() {
+  mkdir 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/testing-i686/kdesdk-cervisia.install (from rev 
206840, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
===
--- testing-i686/kdesdk-cervisia.install(rev 0)
+++ testing-i686/kdesdk-cervisia.install2014-03-05 10:25:12 UTC (rev 
206841)
@@ -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
+}

Copied: kdesdk-cervisia/repos/testing-x86_64/PKGBUILD (from rev 206840, 
kdesdk-cervisia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:25:12 UTC (rev 206841)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-cervisia
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
+sha1sums=('1a8e355bc19f1e54868900d20ca96c0e01b35deb')
+
+build() {
+  mkdir 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/testing-x86_64/kdesdk-cervisia.install (from rev 
206840, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
===
--- testing-x86_64/kdesdk-cervisia.install  (rev 0)
+++ testing-x86_64/kdesdk-cervisia.install  2014-03-05 10:25:12 UTC (rev 
206841)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:24:33
  Author: andrea
Revision: 206839

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

Added:
  kdepim/repos/testing-i686/
  kdepim/repos/testing-i686/PKGBUILD
(from rev 206838, kdepim/trunk/PKGBUILD)
  kdepim/repos/testing-i686/kdepim-akregator.install
(from rev 206838, kdepim/trunk/kdepim-akregator.install)
  kdepim/repos/testing-i686/kdepim-kleopatra.install
(from rev 206838, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/testing-i686/kdepim-kmail.install
(from rev 206838, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/testing-i686/kdepim-knode.install
(from rev 206838, kdepim/trunk/kdepim-knode.install)
  kdepim/repos/testing-i686/kdepim-korganizer.install
(from rev 206838, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/testing-i686/kdepim-ktnef.install
(from rev 206838, kdepim/trunk/kdepim-ktnef.install)
  kdepim/repos/testing-i686/kdepim.install
(from rev 206838, kdepim/trunk/kdepim.install)
  kdepim/repos/testing-x86_64/
  kdepim/repos/testing-x86_64/PKGBUILD
(from rev 206838, kdepim/trunk/PKGBUILD)
  kdepim/repos/testing-x86_64/kdepim-akregator.install
(from rev 206838, kdepim/trunk/kdepim-akregator.install)
  kdepim/repos/testing-x86_64/kdepim-kleopatra.install
(from rev 206838, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/repos/testing-x86_64/kdepim-kmail.install
(from rev 206838, kdepim/trunk/kdepim-kmail.install)
  kdepim/repos/testing-x86_64/kdepim-knode.install
(from rev 206838, kdepim/trunk/kdepim-knode.install)
  kdepim/repos/testing-x86_64/kdepim-korganizer.install
(from rev 206838, kdepim/trunk/kdepim-korganizer.install)
  kdepim/repos/testing-x86_64/kdepim-ktnef.install
(from rev 206838, kdepim/trunk/kdepim-ktnef.install)
  kdepim/repos/testing-x86_64/kdepim.install
(from rev 206838, kdepim/trunk/kdepim.install)

--+
 testing-i686/PKGBUILD|  237 +
 testing-i686/kdepim-akregator.install|   12 +
 testing-i686/kdepim-kleopatra.install|   12 +
 testing-i686/kdepim-kmail.install|   12 +
 testing-i686/kdepim-knode.install|   12 +
 testing-i686/kdepim-korganizer.install   |   12 +
 testing-i686/kdepim-ktnef.install|   12 +
 testing-i686/kdepim.install  |   11 +
 testing-x86_64/PKGBUILD  |  237 +
 testing-x86_64/kdepim-akregator.install  |   12 +
 testing-x86_64/kdepim-kleopatra.install  |   12 +
 testing-x86_64/kdepim-kmail.install  |   12 +
 testing-x86_64/kdepim-knode.install  |   12 +
 testing-x86_64/kdepim-korganizer.install |   12 +
 testing-x86_64/kdepim-ktnef.install  |   12 +
 testing-x86_64/kdepim.install|   11 +
 16 files changed, 640 insertions(+)

Copied: kdepim/repos/testing-i686/PKGBUILD (from rev 206838, 
kdepim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:24:33 UTC (rev 206839)
@@ -0,0 +1,237 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdepim
+pkgname=('kdepim-akonadiconsole'
+ 'kdepim-akregator'
+ 'kdepim-blogilo'
+ 'kdepim-console'
+ 'kdepim-kaddressbook'
+ 'kdepim-kalarm'
+ 'kdepim-kjots'
+ 'kdepim-kleopatra'
+ 'kdepim-kmail'
+ 'kdepim-knode'
+ 'kdepim-knotes'
+ 'kdepim-kontact'
+ 'kdepim-korganizer'
+ 'kdepim-kresources'
+ 'kdepim-ktimetracker'
+ 'kdepim-ktnef'
+ 'kdepim-libkdepim')
+pkgver=4.12.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://pim.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdepim')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
+ 'nepomuk-widgets' 'link-grammar')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('56a084c653f3b9b42710509ff9013e32b81a30d8')
+
+build() {
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DKDEPIM_BUILD_MOBILE=OFF
+   make
+}
+
+package_kdepim-akonadiconsole() {
+   pkgdesc='Akonadi Management and Debugging Console'
+   depends=('kdepim-libkdepim' 'nepomuk-widgets')
+   url='http://pim.kde.org'
+   install='kdepim.install'
+   cd ${srcdir}/build/akonadiconsole
+   make DESTDIR=${pkgdir} install
+}
+
+package_kdepim-akregator() {
+   pkgdesc='A Feed Reader for KDE'
+   depends=('kdepim-libkdepim')
+   url=http://kde.org/applications/internet/akregator/;
+   install='kdepim-akregator.install'
+   

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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:24:19
  Author: andrea
Revision: 206838

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

Added:
  kdenetwork-strigi-analyzers/repos/testing-i686/
  kdenetwork-strigi-analyzers/repos/testing-i686/PKGBUILD
(from rev 206837, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
  kdenetwork-strigi-analyzers/repos/testing-x86_64/
  kdenetwork-strigi-analyzers/repos/testing-x86_64/PKGBUILD
(from rev 206837, kdenetwork-strigi-analyzers/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: kdenetwork-strigi-analyzers/repos/testing-i686/PKGBUILD (from rev 
206837, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:24:19 UTC (rev 206838)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=4.12.3
+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' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/stable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('5fcbc7ca3c73bb4105d7cbf161063302bfee286b')
+
+build() {
+  mkdir 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/testing-x86_64/PKGBUILD (from rev 
206837, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:24:19 UTC (rev 206838)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=4.12.3
+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' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/stable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('5fcbc7ca3c73bb4105d7cbf161063302bfee286b')
+
+build() {
+  mkdir 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
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:25:18
  Author: andrea
Revision: 206842

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

Added:
  kdesdk-dev-utils/repos/testing-i686/
  kdesdk-dev-utils/repos/testing-i686/PKGBUILD
(from rev 206841, kdesdk-dev-utils/trunk/PKGBUILD)
  kdesdk-dev-utils/repos/testing-i686/kdesdk-dev-utils.install
(from rev 206841, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
  kdesdk-dev-utils/repos/testing-x86_64/
  kdesdk-dev-utils/repos/testing-x86_64/PKGBUILD
(from rev 206841, kdesdk-dev-utils/trunk/PKGBUILD)
  kdesdk-dev-utils/repos/testing-x86_64/kdesdk-dev-utils.install
(from rev 206841, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)

-+
 testing-i686/PKGBUILD   |   35 ++
 testing-i686/kdesdk-dev-utils.install   |   12 ++
 testing-x86_64/PKGBUILD |   35 ++
 testing-x86_64/kdesdk-dev-utils.install |   12 ++
 4 files changed, 94 insertions(+)

Copied: kdesdk-dev-utils/repos/testing-i686/PKGBUILD (from rev 206841, 
kdesdk-dev-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:25:18 UTC (rev 206842)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-utils
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
+sha1sums=('a80ce056eb23902d82562d1e94e5e603eede6111')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-utils-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-dev-utils/repos/testing-i686/kdesdk-dev-utils.install (from rev 
206841, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
===
--- testing-i686/kdesdk-dev-utils.install   (rev 0)
+++ testing-i686/kdesdk-dev-utils.install   2014-03-05 10:25:18 UTC (rev 
206842)
@@ -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
+}

Copied: kdesdk-dev-utils/repos/testing-x86_64/PKGBUILD (from rev 206841, 
kdesdk-dev-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:25:18 UTC (rev 206842)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-utils
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
+sha1sums=('a80ce056eb23902d82562d1e94e5e603eede6111')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-utils-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-dev-utils/repos/testing-x86_64/kdesdk-dev-utils.install (from 
rev 206841, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
===
--- testing-x86_64/kdesdk-dev-utils.install (rev 0)
+++ testing-x86_64/kdesdk-dev-utils.install 2014-03-05 10:25:18 UTC (rev 
206842)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:25:30
  Author: andrea
Revision: 206844

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 206843, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 206843, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 206843, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 206843, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 206843, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:25:30 UTC (rev 206844)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('26d9b9bcc0cc83fa7ad375292c1ba3e2be43d3d5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 206843, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2014-03-05 10:25:30 UTC (rev 
206844)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 206843, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:25:30 UTC (rev 206844)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('26d9b9bcc0cc83fa7ad375292c1ba3e2be43d3d5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 206843, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2014-03-05 10:25:30 UTC 
(rev 206844)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:25:36
  Author: andrea
Revision: 206845

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

Added:
  kdesdk-kapptemplate/repos/testing-i686/
  kdesdk-kapptemplate/repos/testing-i686/PKGBUILD
(from rev 206844, kdesdk-kapptemplate/trunk/PKGBUILD)
  kdesdk-kapptemplate/repos/testing-i686/kdesdk-kapptemplate.install
(from rev 206844, kdesdk-kapptemplate/trunk/kdesdk-kapptemplate.install)
  kdesdk-kapptemplate/repos/testing-x86_64/
  kdesdk-kapptemplate/repos/testing-x86_64/PKGBUILD
(from rev 206844, kdesdk-kapptemplate/trunk/PKGBUILD)
  kdesdk-kapptemplate/repos/testing-x86_64/kdesdk-kapptemplate.install
(from rev 206844, kdesdk-kapptemplate/trunk/kdesdk-kapptemplate.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/kdesdk-kapptemplate.install   |   11 +
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/kdesdk-kapptemplate.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdesdk-kapptemplate/repos/testing-i686/PKGBUILD (from rev 206844, 
kdesdk-kapptemplate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:25:36 UTC (rev 206845)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kapptemplate
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kapptemplate-${pkgver}.tar.xz;)
+sha1sums=('e11c8296fe3ea5c196514b791cd2d8861cf454fe')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapptemplate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kapptemplate/repos/testing-i686/kdesdk-kapptemplate.install 
(from rev 206844, kdesdk-kapptemplate/trunk/kdesdk-kapptemplate.install)
===
--- testing-i686/kdesdk-kapptemplate.install(rev 0)
+++ testing-i686/kdesdk-kapptemplate.install2014-03-05 10:25:36 UTC (rev 
206845)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-kapptemplate/repos/testing-x86_64/PKGBUILD (from rev 206844, 
kdesdk-kapptemplate/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:25:36 UTC (rev 206845)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kapptemplate
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kapptemplate-${pkgver}.tar.xz;)
+sha1sums=('e11c8296fe3ea5c196514b791cd2d8861cf454fe')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapptemplate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kapptemplate/repos/testing-x86_64/kdesdk-kapptemplate.install 
(from rev 206844, kdesdk-kapptemplate/trunk/kdesdk-kapptemplate.install)
===
--- testing-x86_64/kdesdk-kapptemplate.install  (rev 0)
+++ testing-x86_64/kdesdk-kapptemplate.install  2014-03-05 10:25:36 UTC (rev 
206845)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:25:24
  Author: andrea
Revision: 206843

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

Added:
  kdesdk-dev-scripts/repos/testing-i686/
  kdesdk-dev-scripts/repos/testing-i686/PKGBUILD
(from rev 206842, kdesdk-dev-scripts/trunk/PKGBUILD)
  kdesdk-dev-scripts/repos/testing-x86_64/
  kdesdk-dev-scripts/repos/testing-x86_64/PKGBUILD
(from rev 206842, kdesdk-dev-scripts/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kdesdk-dev-scripts/repos/testing-i686/PKGBUILD (from rev 206842, 
kdesdk-dev-scripts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:25:24 UTC (rev 206843)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-scripts
+pkgver=4.12.3
+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=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
+sha1sums=('bc5a848839110cce651ae77e396fae6c4a3f6cc2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-scripts-${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/{zonetab2pot,kde-systemsettings-tree}.py
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}

Copied: kdesdk-dev-scripts/repos/testing-x86_64/PKGBUILD (from rev 206842, 
kdesdk-dev-scripts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:25:24 UTC (rev 206843)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dev-scripts
+pkgver=4.12.3
+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=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz;)
+sha1sums=('bc5a848839110cce651ae77e396fae6c4a3f6cc2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-scripts-${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/{zonetab2pot,kde-systemsettings-tree}.py
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}



[arch-commits] Commit in kdesdk-kcachegrind/trunk (kdebug-331715.patch)

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:26:55
  Author: andrea
Revision: 206846

add missing patch

Added:
  kdesdk-kcachegrind/trunk/kdebug-331715.patch

-+
 kdebug-331715.patch |  827 ++
 1 file changed, 827 insertions(+)

Added: kdebug-331715.patch
===
--- kdebug-331715.patch (rev 0)
+++ kdebug-331715.patch 2014-03-05 10:26:55 UTC (rev 206846)
@@ -0,0 +1,827 @@
+commit 2858c560b2b5af8a9fa4bd9692a306b5edfe264f
+Author: Josef Weidendorfer josef.weidendor...@gmx.de
+Date:   Tue Mar 4 00:31:51 2014 +0100
+
+Fix hotshot2calltree: remove SVN keyword substitution
+
+Replaced by cmake configuration file substitution feature
+BUG: 331715
+
+diff --git a/converters/CMakeLists.txt b/converters/CMakeLists.txt
+index 10fe81f..2589d7c 100644
+--- a/converters/CMakeLists.txt
 b/converters/CMakeLists.txt
+@@ -1,2 +1,11 @@
+-install( PROGRAMS hotshot2calltree op2calltree pprof2calltree dprof2calltree 
memprof2calltree
+-DESTINATION ${BIN_INSTALL_DIR} )
++configure_file(
++  ${CMAKE_CURRENT_SOURCE_DIR}/hotshot2calltree.cmake
++  ${CMAKE_CURRENT_BINARY_DIR}/hotshot2calltree
++  )
++macro_additional_clean_files(
++  ${CMAKE_CURRENT_BINARY_DIR}/hotshot2calltree
++  )
++
++install( PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/hotshot2calltree
++   op2calltree pprof2calltree dprof2calltree memprof2calltree
++   DESTINATION ${BIN_INSTALL_DIR} )
+diff --git a/converters/hotshot2calltree b/converters/hotshot2calltree
+deleted file mode 100644
+index b7b9992..000
+--- a/converters/hotshot2calltree
 /dev/null
+@@ -1,394 +0,0 @@
+-#!/usr/bin/env python
+-# _*_ coding: latin1 _*_
+-
+-#
+-# Copyright (c) 2003 by WEB.DE, Karlsruhe
+-# Autor: Jörg Beyer j...@webde-ag.de
+-#
+-# hotshot2cachegrind is free software; you can redistribute it and/or
+-# modify it under the terms of the GNU General Public
+-# License as published by the Free Software Foundation, version 2.
+-#
+-# This program is distributed in the hope that it will be useful,
+-# but WITHOUT ANY WARRANTY; without even the implied warranty of
+-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+-# General Public License for more details.
+-
+-# You should have received a copy of the GNU General Public License
+-# along with this program; see the file COPYING.  If not, write to
+-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+-# Boston, MA 02110-1301, USA.
+-#
+-#
+-# This script transforms the pstat output of the hotshot
+-# python profiler into the input of kcachegrind. 
+-#
+-# example usage:
+-# modify you python script to run this code:
+-#
+-# import hotshot
+-# filename = pythongrind.prof
+-# prof = hotshot.Profile(filename, lineevents=1)
+-# prof.runcall(run) # assuming that run should be called.
+-# prof.close()
+-#
+-# it will run the run-method under profiling and write
+-# the results in a file, called pythongrind.prof.
+-#
+-# then call this script:
+-# hotshot2cachegrind -o output input
+-# or here:
+-# hotshot2cachegrind cachegrind.out.0 pythongrind.prof
+-#
+-# then call kcachegrind:
+-# kcachegrind cachegrind.out.0
+-#
+-# TODO: 
+-#  * es gibt Probleme mit rekursiven (direkt und indirekt) Aufrufen - dann
+-#stimmen die Kosten nicht.
+-#
+-#  * einige Funktionen werden mit ? als Name angezeigt. Evtl sind
+-#das nur die C/C++ extensions.
+-#
+-#  * es fehlt noch ein Funktionsnamen Mangling, dass die Filenamen 
berücksichtigt,
+-#zZ sind alle __init__'s und alle run's schwer unterscheidbar :-(
+-#
+-version = $Revision$
+-progname = hotshot2cachegrind
+-
+-import os, sys
+-from hotshot import stats,log
+-import os.path 
+-
+-file_limit=0
+-
+-what2text = { 
+-log.WHAT_ADD_INFO: ADD_INFO, 
+-log.WHAT_DEFINE_FUNC : DEFINE_FUNC, 
+-log.WHAT_DEFINE_FILE : DEFINE_FILE, 
+-log.WHAT_LINENO  : LINENO, 
+-log.WHAT_EXIT: EXIT, 
+-log.WHAT_ENTER   : ENTER}
+-
+-# a pseudo caller on the caller stack. This represents
+-# the Python interpreter that executes the given python 
+-# code.
+-root_caller = (PythonInterpreter,0,execute)
+-
+-class CallStack:
+-A tiny Stack implementation, based on python lists
+-def __init__(self):
+-   self.stack = []
+-   self.recursion_counter = {}
+-def push(self, elem):
+-put something on the stack
+-self.stack.append(elem)
+-rc = self.recursion_counter.get(elem, 0)
+-self.recursion_counter[elem] = rc + 1
+-
+-def pop(self):
+-get the head element of the stack and remove it from the stack
+-elem = self.stack[-1:][0]
+-rc = self.recursion_counter.get(elem) - 1
+-if rc0:
+-self.recursion_counter[elem] = rc
+-else:
+-del self.recursion_counter[elem]
+-return self.stack.pop()
+-
+-def top(self):
+-get the 

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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:27:52
  Author: andrea
Revision: 206848

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

Added:
  kdesdk-kioslaves/repos/testing-i686/
  kdesdk-kioslaves/repos/testing-i686/PKGBUILD
(from rev 206847, kdesdk-kioslaves/trunk/PKGBUILD)
  kdesdk-kioslaves/repos/testing-i686/kdesdk-kioslaves.install
(from rev 206847, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
  kdesdk-kioslaves/repos/testing-x86_64/
  kdesdk-kioslaves/repos/testing-x86_64/PKGBUILD
(from rev 206847, kdesdk-kioslaves/trunk/PKGBUILD)
  kdesdk-kioslaves/repos/testing-x86_64/kdesdk-kioslaves.install
(from rev 206847, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)

-+
 testing-i686/PKGBUILD   |   31 ++
 testing-i686/kdesdk-kioslaves.install   |   11 ++
 testing-x86_64/PKGBUILD |   31 ++
 testing-x86_64/kdesdk-kioslaves.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdesdk-kioslaves/repos/testing-i686/PKGBUILD (from rev 206847, 
kdesdk-kioslaves/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:27:52 UTC (rev 206848)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kioslaves
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='KIO-Slaves'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz;)
+sha1sums=('499c26139ccb252b16a7cac6bdaacdcdb2579f2f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-kioslaves-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kioslaves/repos/testing-i686/kdesdk-kioslaves.install (from rev 
206847, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
===
--- testing-i686/kdesdk-kioslaves.install   (rev 0)
+++ testing-i686/kdesdk-kioslaves.install   2014-03-05 10:27:52 UTC (rev 
206848)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-kioslaves/repos/testing-x86_64/PKGBUILD (from rev 206847, 
kdesdk-kioslaves/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:27:52 UTC (rev 206848)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kioslaves
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='KIO-Slaves'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz;)
+sha1sums=('499c26139ccb252b16a7cac6bdaacdcdb2579f2f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-kioslaves-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kioslaves/repos/testing-x86_64/kdesdk-kioslaves.install (from 
rev 206847, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
===
--- testing-x86_64/kdesdk-kioslaves.install (rev 0)
+++ testing-x86_64/kdesdk-kioslaves.install 2014-03-05 10:27:52 UTC (rev 
206848)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:28:05
  Author: andrea
Revision: 206850

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

Added:
  kdesdk-lokalize/repos/testing-i686/
  kdesdk-lokalize/repos/testing-i686/PKGBUILD
(from rev 206849, kdesdk-lokalize/trunk/PKGBUILD)
  kdesdk-lokalize/repos/testing-i686/fix-python2-path.patch
(from rev 206849, kdesdk-lokalize/trunk/fix-python2-path.patch)
  kdesdk-lokalize/repos/testing-i686/kdesdk-lokalize.install
(from rev 206849, kdesdk-lokalize/trunk/kdesdk-lokalize.install)
  kdesdk-lokalize/repos/testing-x86_64/
  kdesdk-lokalize/repos/testing-x86_64/PKGBUILD
(from rev 206849, kdesdk-lokalize/trunk/PKGBUILD)
  kdesdk-lokalize/repos/testing-x86_64/fix-python2-path.patch
(from rev 206849, kdesdk-lokalize/trunk/fix-python2-path.patch)
  kdesdk-lokalize/repos/testing-x86_64/kdesdk-lokalize.install
(from rev 206849, kdesdk-lokalize/trunk/kdesdk-lokalize.install)

+
 testing-i686/PKGBUILD  |   45 +++
 testing-i686/fix-python2-path.patch|   22 +++
 testing-i686/kdesdk-lokalize.install   |   12 
 testing-x86_64/PKGBUILD|   45 +++
 testing-x86_64/fix-python2-path.patch  |   22 +++
 testing-x86_64/kdesdk-lokalize.install |   12 
 6 files changed, 158 insertions(+)

Copied: kdesdk-lokalize/repos/testing-i686/PKGBUILD (from rev 206849, 
kdesdk-lokalize/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:28:05 UTC (rev 206850)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-lokalize
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='http://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebindings-python2' 'kdesdk-strigi-analyzers')
+makedepends=('cmake' 'automoc4')
+optdepends=('translate-toolkit: enable extra scripts'
+'kdebindings-kross-python: enable python scripts')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/lokalize-${pkgver}.tar.xz;
+'fix-python2-path.patch')
+sha1sums=('2cfdf12490ac9c6213b3cdcd52280d13c2869a0e'
+  '07db42bbcae402c292eebf002e549b04162621c5')
+
+prepare() {
+  mkdir build
+
+  cd lokalize-${pkgver}
+  patch -p2 -i ${srcdir}/fix-python2-path.patch
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${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/share/apps/lokalize/scripts/odf/xliffmerge.py
+}

Copied: kdesdk-lokalize/repos/testing-i686/fix-python2-path.patch (from rev 
206849, kdesdk-lokalize/trunk/fix-python2-path.patch)
===
--- testing-i686/fix-python2-path.patch (rev 0)
+++ testing-i686/fix-python2-path.patch 2014-03-05 10:28:05 UTC (rev 206850)
@@ -0,0 +1,22 @@
+--- kdesdk-4.5.80/lokalize/scripts/msgmerge.py~2010-11-24 
11:22:42.12002 +0100
 kdesdk-4.5.80/lokalize/scripts/msgmerge.py 2010-11-24 11:22:42.14670 
+0100
+@@ -114,7 +114,7 @@
+ print sys.stderr, Execution failed:, e
+ 
+ cmd='%s/odf/xliffmerge.py -i %s -t %s -o %s' % 
(ourPath,xliffpathname,xlifftemplatepathname,xliffpathname)
+-if os.name!='nt': cmd='python '+cmd
++if os.name!='nt': cmd='python2 '+cmd
+ else: cmd=cmd.replace('/','\\')
+ os.system(cmd)
+
+--- kdesdk-4.5.80/lokalize/scripts/xliff2odf.py~   2010-11-24 
11:24:10.85336 +0100
 kdesdk-4.5.80/lokalize/scripts/xliff2odf.py2010-11-24 
11:24:10.88336 +0100
+@@ -42,7 +42,7 @@
+ xliff2odf.convertxliff(xliffinput, translatedodfpathname, odf)
+ 
+ ourpath=([p for p in sys.path if 
os.path.exists(p+'/xliff2odf.py')]+[''])[0]
+-os.system('python '+ourpath+'/xliff2odf-standalone.py %s %s 
'%(translatedodfpathname, Editor.currentEntryId()))
++os.system('python2 '+ourpath+'/xliff2odf-standalone.py %s %s 
'%(translatedodfpathname, Editor.currentEntryId()))
+ 
+ try: convert()
+ except: print 'error occured'

Copied: kdesdk-lokalize/repos/testing-i686/kdesdk-lokalize.install (from rev 
206849, kdesdk-lokalize/trunk/kdesdk-lokalize.install)
===
--- testing-i686/kdesdk-lokalize.install(rev 0)
+++ testing-i686/kdesdk-lokalize.install2014-03-05 10:28:05 UTC (rev 
206850)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  

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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:27:46
  Author: andrea
Revision: 206847

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

Added:
  kdesdk-kcachegrind/repos/testing-i686/
  kdesdk-kcachegrind/repos/testing-i686/PKGBUILD
(from rev 206846, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/testing-i686/kdebug-331715.patch
(from rev 206846, kdesdk-kcachegrind/trunk/kdebug-331715.patch)
  kdesdk-kcachegrind/repos/testing-i686/kdesdk-kcachegrind.install
(from rev 206846, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
  kdesdk-kcachegrind/repos/testing-x86_64/
  kdesdk-kcachegrind/repos/testing-x86_64/PKGBUILD
(from rev 206846, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/testing-x86_64/kdebug-331715.patch
(from rev 206846, kdesdk-kcachegrind/trunk/kdebug-331715.patch)
  kdesdk-kcachegrind/repos/testing-x86_64/kdesdk-kcachegrind.install
(from rev 206846, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)

---+
 testing-i686/PKGBUILD |   45 +
 testing-i686/kdebug-331715.patch  |  827 
 testing-i686/kdesdk-kcachegrind.install   |   12 
 testing-x86_64/PKGBUILD   |   45 +
 testing-x86_64/kdebug-331715.patch|  827 
 testing-x86_64/kdesdk-kcachegrind.install |   12 
 6 files changed, 1768 insertions(+)

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


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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:27:58
  Author: andrea
Revision: 206849

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

Added:
  kdesdk-kompare/repos/testing-i686/
  kdesdk-kompare/repos/testing-i686/PKGBUILD
(from rev 206848, kdesdk-kompare/trunk/PKGBUILD)
  kdesdk-kompare/repos/testing-i686/kdesdk-kompare.install
(from rev 206848, kdesdk-kompare/trunk/kdesdk-kompare.install)
  kdesdk-kompare/repos/testing-x86_64/
  kdesdk-kompare/repos/testing-x86_64/PKGBUILD
(from rev 206848, kdesdk-kompare/trunk/PKGBUILD)
  kdesdk-kompare/repos/testing-x86_64/kdesdk-kompare.install
(from rev 206848, kdesdk-kompare/trunk/kdesdk-kompare.install)

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

Copied: kdesdk-kompare/repos/testing-i686/PKGBUILD (from rev 206848, 
kdesdk-kompare/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:27:58 UTC (rev 206849)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kompare
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'libkomparediff2')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kompare-${pkgver}.tar.xz;)
+sha1sums=('8187078542c0664532daaa58044ca1cafe56c5c9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kompare-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kompare/repos/testing-i686/kdesdk-kompare.install (from rev 
206848, kdesdk-kompare/trunk/kdesdk-kompare.install)
===
--- testing-i686/kdesdk-kompare.install (rev 0)
+++ testing-i686/kdesdk-kompare.install 2014-03-05 10:27:58 UTC (rev 206849)
@@ -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
+}

Copied: kdesdk-kompare/repos/testing-x86_64/PKGBUILD (from rev 206848, 
kdesdk-kompare/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:27:58 UTC (rev 206849)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-kompare
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'libkomparediff2')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kompare-${pkgver}.tar.xz;)
+sha1sums=('8187078542c0664532daaa58044ca1cafe56c5c9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kompare-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-kompare/repos/testing-x86_64/kdesdk-kompare.install (from rev 
206848, kdesdk-kompare/trunk/kdesdk-kompare.install)
===
--- testing-x86_64/kdesdk-kompare.install   (rev 0)
+++ testing-x86_64/kdesdk-kompare.install   2014-03-05 10:27:58 UTC (rev 
206849)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:28:15
  Author: andrea
Revision: 206851

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

Added:
  kdesdk-okteta/repos/testing-i686/
  kdesdk-okteta/repos/testing-i686/PKGBUILD
(from rev 206850, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install
(from rev 206850, kdesdk-okteta/trunk/kdesdk-okteta.install)
  kdesdk-okteta/repos/testing-x86_64/
  kdesdk-okteta/repos/testing-x86_64/PKGBUILD
(from rev 206850, kdesdk-okteta/trunk/PKGBUILD)
  kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install
(from rev 206850, kdesdk-okteta/trunk/kdesdk-okteta.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/kdesdk-okteta.install   |   12 
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/kdesdk-okteta.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdesdk-okteta/repos/testing-i686/PKGBUILD (from rev 206850, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:28:15 UTC (rev 206851)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('2916e33e53b4d6ae47b19e23bdb3f3bec6d00ff3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-i686/kdesdk-okteta.install (from rev 
206850, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-i686/kdesdk-okteta.install  (rev 0)
+++ testing-i686/kdesdk-okteta.install  2014-03-05 10:28:15 UTC (rev 206851)
@@ -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
+}

Copied: kdesdk-okteta/repos/testing-x86_64/PKGBUILD (from rev 206850, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:28:15 UTC (rev 206851)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-okteta
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('2916e33e53b4d6ae47b19e23bdb3f3bec6d00ff3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-okteta/repos/testing-x86_64/kdesdk-okteta.install (from rev 
206850, kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- testing-x86_64/kdesdk-okteta.install(rev 0)
+++ testing-x86_64/kdesdk-okteta.install2014-03-05 10:28:15 UTC (rev 
206851)
@@ -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 kdetoys-amor/repos (6 files)

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:28:48
  Author: andrea
Revision: 206856

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

Added:
  kdetoys-amor/repos/testing-i686/
  kdetoys-amor/repos/testing-i686/PKGBUILD
(from rev 206855, kdetoys-amor/trunk/PKGBUILD)
  kdetoys-amor/repos/testing-i686/kdetoys-amor.install
(from rev 206855, kdetoys-amor/trunk/kdetoys-amor.install)
  kdetoys-amor/repos/testing-x86_64/
  kdetoys-amor/repos/testing-x86_64/PKGBUILD
(from rev 206855, kdetoys-amor/trunk/PKGBUILD)
  kdetoys-amor/repos/testing-x86_64/kdetoys-amor.install
(from rev 206855, kdetoys-amor/trunk/kdetoys-amor.install)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-i686/kdetoys-amor.install   |   11 +++
 testing-x86_64/PKGBUILD |   31 +++
 testing-x86_64/kdetoys-amor.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdetoys-amor/repos/testing-i686/PKGBUILD (from rev 206855, 
kdetoys-amor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:28:48 UTC (rev 206856)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-amor
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='On-Screen Creature'
+url='https://projects.kde.org/projects/kde/kdetoys/amor'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/amor-${pkgver}.tar.xz;)
+sha1sums=('e3bb13a83ef6eabf0e07b83340293bdae230a86a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../amor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-amor/repos/testing-i686/kdetoys-amor.install (from rev 206855, 
kdetoys-amor/trunk/kdetoys-amor.install)
===
--- testing-i686/kdetoys-amor.install   (rev 0)
+++ testing-i686/kdetoys-amor.install   2014-03-05 10:28:48 UTC (rev 206856)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-amor/repos/testing-x86_64/PKGBUILD (from rev 206855, 
kdetoys-amor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:28:48 UTC (rev 206856)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-amor
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='On-Screen Creature'
+url='https://projects.kde.org/projects/kde/kdetoys/amor'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/amor-${pkgver}.tar.xz;)
+sha1sums=('e3bb13a83ef6eabf0e07b83340293bdae230a86a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../amor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-amor/repos/testing-x86_64/kdetoys-amor.install (from rev 
206855, kdetoys-amor/trunk/kdetoys-amor.install)
===
--- testing-x86_64/kdetoys-amor.install (rev 0)
+++ testing-x86_64/kdetoys-amor.install 2014-03-05 10:28:48 UTC (rev 206856)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdesdk-poxml/repos (testing-i686 testing-i686/PKGBUILD)

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:28:21
  Author: andrea
Revision: 206852

archrelease: copy trunk to testing-i686

Added:
  kdesdk-poxml/repos/testing-i686/
  kdesdk-poxml/repos/testing-i686/PKGBUILD
(from rev 206851, kdesdk-poxml/trunk/PKGBUILD)

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

Copied: kdesdk-poxml/repos/testing-i686/PKGBUILD (from rev 206851, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:28:21 UTC (rev 206852)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-poxml
+pkgver=4.12.3
+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' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'antlr2')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=(http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz;)
+sha1sums=('946d3a3ed080e69244c08bb811ea46b7bd2b58e4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:28:30
  Author: andrea
Revision: 206853

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

Added:
  kdesdk-strigi-analyzers/repos/testing-i686/
  kdesdk-strigi-analyzers/repos/testing-i686/PKGBUILD
(from rev 206852, kdesdk-strigi-analyzers/trunk/PKGBUILD)
  kdesdk-strigi-analyzers/repos/testing-x86_64/
  kdesdk-strigi-analyzers/repos/testing-x86_64/PKGBUILD
(from rev 206852, kdesdk-strigi-analyzers/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: kdesdk-strigi-analyzers/repos/testing-i686/PKGBUILD (from rev 206852, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:28:30 UTC (rev 206853)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=4.12.3
+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' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('83a28e1d691944058a50d6989b78542a305f1cf1')
+
+build() {
+  mkdir 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/testing-x86_64/PKGBUILD (from rev 206852, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:28:30 UTC (rev 206853)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=4.12.3
+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' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('83a28e1d691944058a50d6989b78542a305f1cf1')
+
+build() {
+  mkdir 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
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:28:36
  Author: andrea
Revision: 206854

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

Added:
  kdesdk-thumbnailers/repos/testing-i686/
  kdesdk-thumbnailers/repos/testing-i686/PKGBUILD
(from rev 206853, kdesdk-thumbnailers/trunk/PKGBUILD)
  kdesdk-thumbnailers/repos/testing-x86_64/
  kdesdk-thumbnailers/repos/testing-x86_64/PKGBUILD
(from rev 206853, kdesdk-thumbnailers/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: kdesdk-thumbnailers/repos/testing-i686/PKGBUILD (from rev 206853, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:28:36 UTC (rev 206854)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-thumbnailers
+pkgver=4.12.3
+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' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz;)
+sha1sums=('1e2e1d9f35bfd6ce960ac5a284cebbf7e1c72d67')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-thumbnailers/repos/testing-x86_64/PKGBUILD (from rev 206853, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:28:36 UTC (rev 206854)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-thumbnailers
+pkgver=4.12.3
+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' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz;)
+sha1sums=('1e2e1d9f35bfd6ce960ac5a284cebbf7e1c72d67')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:29:11
  Author: andrea
Revision: 206859

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

Added:
  kdeutils-ark/repos/testing-i686/
  kdeutils-ark/repos/testing-i686/PKGBUILD
(from rev 206858, kdeutils-ark/trunk/PKGBUILD)
  kdeutils-ark/repos/testing-i686/kdeutils-ark.install
(from rev 206858, kdeutils-ark/trunk/kdeutils-ark.install)
  kdeutils-ark/repos/testing-x86_64/
  kdeutils-ark/repos/testing-x86_64/PKGBUILD
(from rev 206858, kdeutils-ark/trunk/PKGBUILD)
  kdeutils-ark/repos/testing-x86_64/kdeutils-ark.install
(from rev 206858, kdeutils-ark/trunk/kdeutils-ark.install)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/kdeutils-ark.install   |   12 
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/kdeutils-ark.install |   12 
 4 files changed, 90 insertions(+)

Copied: kdeutils-ark/repos/testing-i686/PKGBUILD (from rev 206858, 
kdeutils-ark/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:29:11 UTC (rev 206859)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ark
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz;)
+sha1sums=('b24b3ca5326979797946e262583ce23b11337106')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ark/repos/testing-i686/kdeutils-ark.install (from rev 206858, 
kdeutils-ark/trunk/kdeutils-ark.install)
===
--- testing-i686/kdeutils-ark.install   (rev 0)
+++ testing-i686/kdeutils-ark.install   2014-03-05 10:29:11 UTC (rev 206859)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdeutils-ark/repos/testing-x86_64/PKGBUILD (from rev 206858, 
kdeutils-ark/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:29:11 UTC (rev 206859)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ark
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz;)
+sha1sums=('b24b3ca5326979797946e262583ce23b11337106')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ark/repos/testing-x86_64/kdeutils-ark.install (from rev 
206858, kdeutils-ark/trunk/kdeutils-ark.install)
===
--- testing-x86_64/kdeutils-ark.install (rev 0)
+++ testing-x86_64/kdeutils-ark.install 2014-03-05 10:29:11 UTC (rev 206859)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:29:05
  Author: andrea
Revision: 206858

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

Added:
  kdetoys-ktux/repos/testing-i686/
  kdetoys-ktux/repos/testing-i686/PKGBUILD
(from rev 206857, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/testing-i686/kdetoys-ktux.install
(from rev 206857, kdetoys-ktux/trunk/kdetoys-ktux.install)
  kdetoys-ktux/repos/testing-x86_64/
  kdetoys-ktux/repos/testing-x86_64/PKGBUILD
(from rev 206857, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/testing-x86_64/kdetoys-ktux.install
(from rev 206857, kdetoys-ktux/trunk/kdetoys-ktux.install)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-i686/kdetoys-ktux.install   |   11 +++
 testing-x86_64/PKGBUILD |   31 +++
 testing-x86_64/kdetoys-ktux.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdetoys-ktux/repos/testing-i686/PKGBUILD (from rev 206857, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:29:05 UTC (rev 206858)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-ktux
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktux-${pkgver}.tar.xz;)
+sha1sums=('34acda1dcfe62c8f255d486acc404a6c7d49d7c0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-ktux/repos/testing-i686/kdetoys-ktux.install (from rev 206857, 
kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- testing-i686/kdetoys-ktux.install   (rev 0)
+++ testing-i686/kdetoys-ktux.install   2014-03-05 10:29:05 UTC (rev 206858)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-ktux/repos/testing-x86_64/PKGBUILD (from rev 206857, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:29:05 UTC (rev 206858)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-ktux
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktux-${pkgver}.tar.xz;)
+sha1sums=('34acda1dcfe62c8f255d486acc404a6c7d49d7c0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-ktux/repos/testing-x86_64/kdetoys-ktux.install (from rev 
206857, kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- testing-x86_64/kdetoys-ktux.install (rev 0)
+++ testing-x86_64/kdetoys-ktux.install 2014-03-05 10:29:05 UTC (rev 206858)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:28:42
  Author: andrea
Revision: 206855

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

Added:
  kdesdk-umbrello/repos/testing-i686/
  kdesdk-umbrello/repos/testing-i686/PKGBUILD
(from rev 206854, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install
(from rev 206854, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
  kdesdk-umbrello/repos/testing-x86_64/
  kdesdk-umbrello/repos/testing-x86_64/PKGBUILD
(from rev 206854, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 206854, kdesdk-umbrello/trunk/kdesdk-umbrello.install)

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdesdk-umbrello.install   |   12 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdesdk-umbrello.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdesdk-umbrello/repos/testing-i686/PKGBUILD (from rev 206854, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:28:42 UTC (rev 206855)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('03de14dd4623681a80c3c0bfdc9469a698ee99f1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-i686/kdesdk-umbrello.install (from rev 
206854, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-i686/kdesdk-umbrello.install(rev 0)
+++ testing-i686/kdesdk-umbrello.install2014-03-05 10:28:42 UTC (rev 
206855)
@@ -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
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/PKGBUILD (from rev 206854, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:28:42 UTC (rev 206855)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-umbrello
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz;)
+sha1sums=('03de14dd4623681a80c3c0bfdc9469a698ee99f1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-umbrello/repos/testing-x86_64/kdesdk-umbrello.install (from rev 
206854, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- testing-x86_64/kdesdk-umbrello.install  (rev 0)
+++ testing-x86_64/kdesdk-umbrello.install  2014-03-05 10:28:42 UTC (rev 
206855)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:28:55
  Author: andrea
Revision: 206857

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

Added:
  kdetoys-kteatime/repos/testing-i686/
  kdetoys-kteatime/repos/testing-i686/PKGBUILD
(from rev 206856, kdetoys-kteatime/trunk/PKGBUILD)
  kdetoys-kteatime/repos/testing-i686/kdetoys-kteatime.install
(from rev 206856, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
  kdetoys-kteatime/repos/testing-x86_64/
  kdetoys-kteatime/repos/testing-x86_64/PKGBUILD
(from rev 206856, kdetoys-kteatime/trunk/PKGBUILD)
  kdetoys-kteatime/repos/testing-x86_64/kdetoys-kteatime.install
(from rev 206856, kdetoys-kteatime/trunk/kdetoys-kteatime.install)

-+
 testing-i686/PKGBUILD   |   31 ++
 testing-i686/kdetoys-kteatime.install   |   11 ++
 testing-x86_64/PKGBUILD |   31 ++
 testing-x86_64/kdetoys-kteatime.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdetoys-kteatime/repos/testing-i686/PKGBUILD (from rev 206856, 
kdetoys-kteatime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:28:55 UTC (rev 206857)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-kteatime
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('e61a340496ad7779004e7ddc6bd7a911c1fdc1a1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kteatime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-kteatime/repos/testing-i686/kdetoys-kteatime.install (from rev 
206856, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
===
--- testing-i686/kdetoys-kteatime.install   (rev 0)
+++ testing-i686/kdetoys-kteatime.install   2014-03-05 10:28:55 UTC (rev 
206857)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-kteatime/repos/testing-x86_64/PKGBUILD (from rev 206856, 
kdetoys-kteatime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:28:55 UTC (rev 206857)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-kteatime
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('e61a340496ad7779004e7ddc6bd7a911c1fdc1a1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kteatime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-kteatime/repos/testing-x86_64/kdetoys-kteatime.install (from 
rev 206856, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
===
--- testing-x86_64/kdetoys-kteatime.install (rev 0)
+++ testing-x86_64/kdetoys-kteatime.install 2014-03-05 10:28:55 UTC (rev 
206857)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:29:52
  Author: andrea
Revision: 206864

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

Added:
  kdeutils-kfloppy/repos/testing-i686/
  kdeutils-kfloppy/repos/testing-i686/PKGBUILD
(from rev 206863, kdeutils-kfloppy/trunk/PKGBUILD)
  kdeutils-kfloppy/repos/testing-i686/kdeutils-kfloppy.install
(from rev 206863, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
  kdeutils-kfloppy/repos/testing-x86_64/
  kdeutils-kfloppy/repos/testing-x86_64/PKGBUILD
(from rev 206863, kdeutils-kfloppy/trunk/PKGBUILD)
  kdeutils-kfloppy/repos/testing-x86_64/kdeutils-kfloppy.install
(from rev 206863, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)

-+
 testing-i686/PKGBUILD   |   32 ++
 testing-i686/kdeutils-kfloppy.install   |   12 +++
 testing-x86_64/PKGBUILD |   32 ++
 testing-x86_64/kdeutils-kfloppy.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdeutils-kfloppy/repos/testing-i686/PKGBUILD (from rev 206863, 
kdeutils-kfloppy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:29:52 UTC (rev 206864)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kfloppy
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
+sha1sums=('407ba30775c41c0ad6019396a6098676327bf48a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kfloppy/repos/testing-i686/kdeutils-kfloppy.install (from rev 
206863, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===
--- testing-i686/kdeutils-kfloppy.install   (rev 0)
+++ testing-i686/kdeutils-kfloppy.install   2014-03-05 10:29:52 UTC (rev 
206864)
@@ -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
+}

Copied: kdeutils-kfloppy/repos/testing-x86_64/PKGBUILD (from rev 206863, 
kdeutils-kfloppy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:29:52 UTC (rev 206864)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kfloppy
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
+sha1sums=('407ba30775c41c0ad6019396a6098676327bf48a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kfloppy/repos/testing-x86_64/kdeutils-kfloppy.install (from 
rev 206863, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===
--- testing-x86_64/kdeutils-kfloppy.install (rev 0)
+++ testing-x86_64/kdeutils-kfloppy.install 2014-03-05 10:29:52 UTC (rev 
206864)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:29:35
  Author: andrea
Revision: 206862

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

Added:
  kdeutils-kcharselect/repos/testing-i686/
  kdeutils-kcharselect/repos/testing-i686/PKGBUILD
(from rev 206861, kdeutils-kcharselect/trunk/PKGBUILD)
  kdeutils-kcharselect/repos/testing-x86_64/
  kdeutils-kcharselect/repos/testing-x86_64/PKGBUILD
(from rev 206861, kdeutils-kcharselect/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdeutils-kcharselect/repos/testing-i686/PKGBUILD (from rev 206861, 
kdeutils-kcharselect/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:29:35 UTC (rev 206862)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcharselect
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Character Selector'
+url=http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('42147f0c0b142760bfd3bd679aa30f4c1ab6385a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kcharselect/repos/testing-x86_64/PKGBUILD (from rev 206861, 
kdeutils-kcharselect/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:29:35 UTC (rev 206862)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcharselect
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Character Selector'
+url=http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('42147f0c0b142760bfd3bd679aa30f4c1ab6385a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:29:27
  Author: andrea
Revision: 206861

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

Added:
  kdeutils-kcalc/repos/testing-i686/
  kdeutils-kcalc/repos/testing-i686/PKGBUILD
(from rev 206860, kdeutils-kcalc/trunk/PKGBUILD)
  kdeutils-kcalc/repos/testing-i686/kdeutils-kcalc.install
(from rev 206860, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
  kdeutils-kcalc/repos/testing-x86_64/
  kdeutils-kcalc/repos/testing-x86_64/PKGBUILD
(from rev 206860, kdeutils-kcalc/trunk/PKGBUILD)
  kdeutils-kcalc/repos/testing-x86_64/kdeutils-kcalc.install
(from rev 206860, kdeutils-kcalc/trunk/kdeutils-kcalc.install)

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/kdeutils-kcalc.install   |   11 +++
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/kdeutils-kcalc.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdeutils-kcalc/repos/testing-i686/PKGBUILD (from rev 206860, 
kdeutils-kcalc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:29:27 UTC (rev 206861)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcalc
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
+sha1sums=('57f865777ee588e14045aa309164637f56711cff')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcalc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kcalc/repos/testing-i686/kdeutils-kcalc.install (from rev 
206860, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===
--- testing-i686/kdeutils-kcalc.install (rev 0)
+++ testing-i686/kdeutils-kcalc.install 2014-03-05 10:29:27 UTC (rev 206861)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kcalc/repos/testing-x86_64/PKGBUILD (from rev 206860, 
kdeutils-kcalc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:29:27 UTC (rev 206861)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kcalc
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
+sha1sums=('57f865777ee588e14045aa309164637f56711cff')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kcalc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-kcalc/repos/testing-x86_64/kdeutils-kcalc.install (from rev 
206860, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===
--- testing-x86_64/kdeutils-kcalc.install   (rev 0)
+++ testing-x86_64/kdeutils-kcalc.install   2014-03-05 10:29:27 UTC (rev 
206861)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:29:42
  Author: andrea
Revision: 206863

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

Added:
  kdeutils-kdf/repos/testing-i686/
  kdeutils-kdf/repos/testing-i686/PKGBUILD
(from rev 206862, kdeutils-kdf/trunk/PKGBUILD)
  kdeutils-kdf/repos/testing-i686/kdeutils-kdf.install
(from rev 206862, kdeutils-kdf/trunk/kdeutils-kdf.install)
  kdeutils-kdf/repos/testing-x86_64/
  kdeutils-kdf/repos/testing-x86_64/PKGBUILD
(from rev 206862, kdeutils-kdf/trunk/PKGBUILD)
  kdeutils-kdf/repos/testing-x86_64/kdeutils-kdf.install
(from rev 206862, kdeutils-kdf/trunk/kdeutils-kdf.install)

-+
 testing-i686/PKGBUILD   |   32 
 testing-i686/kdeutils-kdf.install   |   11 +++
 testing-x86_64/PKGBUILD |   32 
 testing-x86_64/kdeutils-kdf.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdeutils-kdf/repos/testing-i686/PKGBUILD (from rev 206862, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:29:42 UTC (rev 206863)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=4.12.3
+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' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('81d9f630e3dfcef464412c27177d2ee08eea5dcc')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-i686/kdeutils-kdf.install (from rev 206862, 
kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- testing-i686/kdeutils-kdf.install   (rev 0)
+++ testing-i686/kdeutils-kdf.install   2014-03-05 10:29:42 UTC (rev 206863)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kdf/repos/testing-x86_64/PKGBUILD (from rev 206862, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:29:42 UTC (rev 206863)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=4.12.3
+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' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('81d9f630e3dfcef464412c27177d2ee08eea5dcc')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-x86_64/kdeutils-kdf.install (from rev 
206862, kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- testing-x86_64/kdeutils-kdf.install (rev 0)
+++ testing-x86_64/kdeutils-kdf.install 2014-03-05 10:29:42 UTC (rev 206863)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:29:17
  Author: andrea
Revision: 206860

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

Added:
  kdeutils-filelight/repos/testing-i686/
  kdeutils-filelight/repos/testing-i686/PKGBUILD
(from rev 206859, kdeutils-filelight/trunk/PKGBUILD)
  kdeutils-filelight/repos/testing-i686/kdeutils-filelight.install
(from rev 206859, kdeutils-filelight/trunk/kdeutils-filelight.install)
  kdeutils-filelight/repos/testing-x86_64/
  kdeutils-filelight/repos/testing-x86_64/PKGBUILD
(from rev 206859, kdeutils-filelight/trunk/PKGBUILD)
  kdeutils-filelight/repos/testing-x86_64/kdeutils-filelight.install
(from rev 206859, kdeutils-filelight/trunk/kdeutils-filelight.install)

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

Copied: kdeutils-filelight/repos/testing-i686/PKGBUILD (from rev 206859, 
kdeutils-filelight/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:29:17 UTC (rev 206860)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-filelight
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('59979c1d2ebd6ae2b68964da5e24752d6fc5314e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../filelight-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-filelight/repos/testing-i686/kdeutils-filelight.install (from 
rev 206859, kdeutils-filelight/trunk/kdeutils-filelight.install)
===
--- testing-i686/kdeutils-filelight.install (rev 0)
+++ testing-i686/kdeutils-filelight.install 2014-03-05 10:29:17 UTC (rev 
206860)
@@ -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
+}

Copied: kdeutils-filelight/repos/testing-x86_64/PKGBUILD (from rev 206859, 
kdeutils-filelight/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:29:17 UTC (rev 206860)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-filelight
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('59979c1d2ebd6ae2b68964da5e24752d6fc5314e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../filelight-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-filelight/repos/testing-x86_64/kdeutils-filelight.install 
(from rev 206859, kdeutils-filelight/trunk/kdeutils-filelight.install)
===
--- testing-x86_64/kdeutils-filelight.install   (rev 0)
+++ testing-x86_64/kdeutils-filelight.install   2014-03-05 10:29:17 UTC (rev 
206860)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:29:58
  Author: andrea
Revision: 206865

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

Added:
  kdeutils-kgpg/repos/testing-i686/
  kdeutils-kgpg/repos/testing-i686/PKGBUILD
(from rev 206864, kdeutils-kgpg/trunk/PKGBUILD)
  kdeutils-kgpg/repos/testing-i686/kdeutils-kgpg.install
(from rev 206864, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
  kdeutils-kgpg/repos/testing-x86_64/
  kdeutils-kgpg/repos/testing-x86_64/PKGBUILD
(from rev 206864, kdeutils-kgpg/trunk/PKGBUILD)
  kdeutils-kgpg/repos/testing-x86_64/kdeutils-kgpg.install
(from rev 206864, kdeutils-kgpg/trunk/kdeutils-kgpg.install)

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

Copied: kdeutils-kgpg/repos/testing-i686/PKGBUILD (from rev 206864, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:29:58 UTC (rev 206865)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kgpg
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('43ff1f176d0ab87bb1f683f0d8898563609bae2e')
+
+prepare() {
+  mkdir 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/testing-i686/kdeutils-kgpg.install (from rev 
206864, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- testing-i686/kdeutils-kgpg.install  (rev 0)
+++ testing-i686/kdeutils-kgpg.install  2014-03-05 10:29:58 UTC (rev 206865)
@@ -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
+}

Copied: kdeutils-kgpg/repos/testing-x86_64/PKGBUILD (from rev 206864, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:29:58 UTC (rev 206865)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kgpg
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('43ff1f176d0ab87bb1f683f0d8898563609bae2e')
+
+prepare() {
+  mkdir 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/testing-x86_64/kdeutils-kgpg.install (from rev 
206864, kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- testing-x86_64/kdeutils-kgpg.install(rev 0)
+++ testing-x86_64/kdeutils-kgpg.install2014-03-05 10:29:58 UTC (rev 
206865)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:30:46
  Author: andrea
Revision: 206871

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

Added:
  kdeutils-sweeper/repos/testing-i686/
  kdeutils-sweeper/repos/testing-i686/PKGBUILD
(from rev 206870, kdeutils-sweeper/trunk/PKGBUILD)
  kdeutils-sweeper/repos/testing-x86_64/
  kdeutils-sweeper/repos/testing-x86_64/PKGBUILD
(from rev 206870, kdeutils-sweeper/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdeutils-sweeper/repos/testing-i686/PKGBUILD (from rev 206870, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:30:46 UTC (rev 206871)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('81cdff5378a6abc708ad0a8c428cb6a11ddc2c9c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-sweeper/repos/testing-x86_64/PKGBUILD (from rev 206870, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:30:46 UTC (rev 206871)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-sweeper
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('81cdff5378a6abc708ad0a8c428cb6a11ddc2c9c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:30:25
  Author: andrea
Revision: 206868

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

Added:
  kdeutils-kwallet/repos/testing-i686/
  kdeutils-kwallet/repos/testing-i686/PKGBUILD
(from rev 206867, kdeutils-kwallet/trunk/PKGBUILD)
  kdeutils-kwallet/repos/testing-i686/kdeutils-kwalletmanager.install
(from rev 206867, kdeutils-kwallet/trunk/kdeutils-kwalletmanager.install)
  kdeutils-kwallet/repos/testing-x86_64/
  kdeutils-kwallet/repos/testing-x86_64/PKGBUILD
(from rev 206867, kdeutils-kwallet/trunk/PKGBUILD)
  kdeutils-kwallet/repos/testing-x86_64/kdeutils-kwalletmanager.install
(from rev 206867, kdeutils-kwallet/trunk/kdeutils-kwalletmanager.install)

+
 testing-i686/PKGBUILD  |   36 +++
 testing-i686/kdeutils-kwalletmanager.install   |   12 +++
 testing-x86_64/PKGBUILD|   36 +++
 testing-x86_64/kdeutils-kwalletmanager.install |   12 +++
 4 files changed, 96 insertions(+)

Copied: kdeutils-kwallet/repos/testing-i686/PKGBUILD (from rev 206867, 
kdeutils-kwallet/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:30:25 UTC (rev 206868)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwalletmanager
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+conflicts=('kdeutils-kwallet')
+replaces=('kdeutils-kwallet')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz;)
+sha1sums=('1f112b190f76a135499f53b4603aa61b550b2940')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kwalletmanager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeutils-kwallet/repos/testing-i686/kdeutils-kwalletmanager.install 
(from rev 206867, kdeutils-kwallet/trunk/kdeutils-kwalletmanager.install)
===
--- testing-i686/kdeutils-kwalletmanager.install
(rev 0)
+++ testing-i686/kdeutils-kwalletmanager.install2014-03-05 10:30:25 UTC 
(rev 206868)
@@ -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
+}

Copied: kdeutils-kwallet/repos/testing-x86_64/PKGBUILD (from rev 206867, 
kdeutils-kwallet/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:30:25 UTC (rev 206868)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwalletmanager
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+conflicts=('kdeutils-kwallet')
+replaces=('kdeutils-kwallet')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz;)
+sha1sums=('1f112b190f76a135499f53b4603aa61b550b2940')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kwalletmanager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeutils-kwallet/repos/testing-x86_64/kdeutils-kwalletmanager.install 
(from rev 206867, kdeutils-kwallet/trunk/kdeutils-kwalletmanager.install)
===
--- testing-x86_64/kdeutils-kwalletmanager.install  
(rev 0)
+++ testing-x86_64/kdeutils-kwalletmanager.install  2014-03-05 10:30:25 UTC 
(rev 206868)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:30:39
  Author: andrea
Revision: 206870

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

Added:
  kdeutils-superkaramba/repos/testing-i686/
  kdeutils-superkaramba/repos/testing-i686/PKGBUILD
(from rev 206869, kdeutils-superkaramba/trunk/PKGBUILD)
  kdeutils-superkaramba/repos/testing-i686/kdeutils-superkaramba.install
(from rev 206869, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
  kdeutils-superkaramba/repos/testing-x86_64/
  kdeutils-superkaramba/repos/testing-x86_64/PKGBUILD
(from rev 206869, kdeutils-superkaramba/trunk/PKGBUILD)
  kdeutils-superkaramba/repos/testing-x86_64/kdeutils-superkaramba.install
(from rev 206869, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)

--+
 testing-i686/PKGBUILD|   32 +
 testing-i686/kdeutils-superkaramba.install   |   12 +
 testing-x86_64/PKGBUILD  |   32 +
 testing-x86_64/kdeutils-superkaramba.install |   12 +
 4 files changed, 88 insertions(+)

Copied: kdeutils-superkaramba/repos/testing-i686/PKGBUILD (from rev 206869, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:30:39 UTC (rev 206870)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('1438052bc9ea8304c2a7c2bb5e992d462be02559')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../superkaramba-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-superkaramba/repos/testing-i686/kdeutils-superkaramba.install 
(from rev 206869, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- testing-i686/kdeutils-superkaramba.install  (rev 0)
+++ testing-i686/kdeutils-superkaramba.install  2014-03-05 10:30:39 UTC (rev 
206870)
@@ -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
+}

Copied: kdeutils-superkaramba/repos/testing-x86_64/PKGBUILD (from rev 206869, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:30:39 UTC (rev 206870)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-superkaramba
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz;)
+sha1sums=('1438052bc9ea8304c2a7c2bb5e992d462be02559')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../superkaramba-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeutils-superkaramba/repos/testing-x86_64/kdeutils-superkaramba.install (from 
rev 206869, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- testing-x86_64/kdeutils-superkaramba.install
(rev 0)
+++ testing-x86_64/kdeutils-superkaramba.install2014-03-05 10:30:39 UTC 
(rev 206870)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:30:10
  Author: andrea
Revision: 206866

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

Added:
  kdeutils-kremotecontrol/repos/testing-i686/
  kdeutils-kremotecontrol/repos/testing-i686/PKGBUILD
(from rev 206865, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/testing-i686/kdeutils-kremotecontrol.install
(from rev 206865, 
kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
  kdeutils-kremotecontrol/repos/testing-x86_64/
  kdeutils-kremotecontrol/repos/testing-x86_64/PKGBUILD
(from rev 206865, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/testing-x86_64/kdeutils-kremotecontrol.install
(from rev 206865, 
kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)

+
 testing-i686/PKGBUILD  |   34 +++
 testing-i686/kdeutils-kremotecontrol.install   |   11 +++
 testing-x86_64/PKGBUILD|   34 +++
 testing-x86_64/kdeutils-kremotecontrol.install |   11 +++
 4 files changed, 90 insertions(+)

Copied: kdeutils-kremotecontrol/repos/testing-i686/PKGBUILD (from rev 206865, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:30:10 UTC (rev 206866)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.12.3
+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-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('10347a625d90cff6176d8cf24396bd076696d908')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-i686/kdeutils-kremotecontrol.install 
(from rev 206865, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- testing-i686/kdeutils-kremotecontrol.install
(rev 0)
+++ testing-i686/kdeutils-kremotecontrol.install2014-03-05 10:30:10 UTC 
(rev 206866)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kremotecontrol/repos/testing-x86_64/PKGBUILD (from rev 206865, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:30:10 UTC (rev 206866)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.12.3
+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-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('10347a625d90cff6176d8cf24396bd076696d908')
+
+build() {
+  cd ${srcdir}
+  mkdir 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/testing-x86_64/kdeutils-kremotecontrol.install 
(from rev 206865, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- testing-x86_64/kdeutils-kremotecontrol.install  
(rev 0)
+++ testing-x86_64/kdeutils-kremotecontrol.install  2014-03-05 10:30:10 UTC 
(rev 206866)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:30:17
  Author: andrea
Revision: 206867

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

Added:
  kdeutils-ktimer/repos/testing-i686/
  kdeutils-ktimer/repos/testing-i686/PKGBUILD
(from rev 206866, kdeutils-ktimer/trunk/PKGBUILD)
  kdeutils-ktimer/repos/testing-i686/kdeutils-ktimer.install
(from rev 206866, kdeutils-ktimer/trunk/kdeutils-ktimer.install)
  kdeutils-ktimer/repos/testing-x86_64/
  kdeutils-ktimer/repos/testing-x86_64/PKGBUILD
(from rev 206866, kdeutils-ktimer/trunk/PKGBUILD)
  kdeutils-ktimer/repos/testing-x86_64/kdeutils-ktimer.install
(from rev 206866, kdeutils-ktimer/trunk/kdeutils-ktimer.install)

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/kdeutils-ktimer.install   |   11 ++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/kdeutils-ktimer.install |   11 ++
 4 files changed, 86 insertions(+)

Copied: kdeutils-ktimer/repos/testing-i686/PKGBUILD (from rev 206866, 
kdeutils-ktimer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:30:17 UTC (rev 206867)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ktimer
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('d1ce54d29b721543ad143a75eb4781ec0f13a792')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktimer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ktimer/repos/testing-i686/kdeutils-ktimer.install (from rev 
206866, kdeutils-ktimer/trunk/kdeutils-ktimer.install)
===
--- testing-i686/kdeutils-ktimer.install(rev 0)
+++ testing-i686/kdeutils-ktimer.install2014-03-05 10:30:17 UTC (rev 
206867)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-ktimer/repos/testing-x86_64/PKGBUILD (from rev 206866, 
kdeutils-ktimer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:30:17 UTC (rev 206867)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-ktimer
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('d1ce54d29b721543ad143a75eb4781ec0f13a792')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktimer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ktimer/repos/testing-x86_64/kdeutils-ktimer.install (from rev 
206866, kdeutils-ktimer/trunk/kdeutils-ktimer.install)
===
--- testing-x86_64/kdeutils-ktimer.install  (rev 0)
+++ testing-x86_64/kdeutils-ktimer.install  2014-03-05 10:30:17 UTC (rev 
206867)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:30:55
  Author: andrea
Revision: 206872

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

Added:
  kdewebdev/repos/testing-i686/
  kdewebdev/repos/testing-i686/PKGBUILD
(from rev 206871, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/testing-i686/kdewebdev-kimagemapeditor.install
(from rev 206871, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/testing-i686/kdewebdev.install
(from rev 206871, kdewebdev/trunk/kdewebdev.install)
  kdewebdev/repos/testing-x86_64/
  kdewebdev/repos/testing-x86_64/PKGBUILD
(from rev 206871, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/testing-x86_64/kdewebdev-kimagemapeditor.install
(from rev 206871, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/testing-x86_64/kdewebdev.install
(from rev 206871, kdewebdev/trunk/kdewebdev.install)

--+
 testing-i686/PKGBUILD|   71 +
 testing-i686/kdewebdev-kimagemapeditor.install   |   12 +++
 testing-i686/kdewebdev.install   |   11 +++
 testing-x86_64/PKGBUILD  |   71 +
 testing-x86_64/kdewebdev-kimagemapeditor.install |   12 +++
 testing-x86_64/kdewebdev.install |   11 +++
 6 files changed, 188 insertions(+)

Copied: kdewebdev/repos/testing-i686/PKGBUILD (from rev 206871, 
kdewebdev/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:30:55 UTC (rev 206872)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdewebdev
+pkgname=('kdewebdev-kfilereplace'
+ 'kdewebdev-kimagemapeditor'
+ 'kdewebdev-klinkstatus'
+ 'kdewebdev-kommander')
+pkgver=4.12.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdewebdev')
+makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('83b1a801def522d98ef651827221312859021792')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdewebdev-kfilereplace() {
+   pkgdesc='Search  Replace Tool'
+   depends=('kdebase-runtime')
+   url=http://kde.org/applications/utilities/kfilereplace/;
+   install='kdewebdev.install'
+   cd $srcdir/build/kfilereplace
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfilereplace
+   make DESTDIR=$pkgdir install
+}
+
+package_kdewebdev-kimagemapeditor() {
+   pkgdesc='HTML Image Map Editor'
+   depends=('kdebase-runtime')
+url=http://www.kde.org/applications/development/kimagemapeditor/;
+   install='kdewebdev-kimagemapeditor.install'
+   cd $srcdir/build/kimagemapeditor
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kimagemapeditor
+   make DESTDIR=$pkgdir install
+}
+
+package_kdewebdev-klinkstatus() {
+   pkgdesc='Link Checker'
+   depends=('kdebase-runtime' 'kdepimlibs' 'tidyhtml')
+url=http://www.kde.org/applications/development/klinkstatus/;
+   install='kdewebdev.install'
+   cd $srcdir/build/klinkstatus
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/klinkstatus
+   make DESTDIR=$pkgdir install
+}
+
+package_kdewebdev-kommander() {
+   pkgdesc='Executor for Kommander dialogs'
+   depends=('kdebase-runtime')
+url=http://www.kde.org/applications/development/kommander/;
+   cd $srcdir/build/kommander
+   make DESTDIR=$pkgdir install
+}

Copied: kdewebdev/repos/testing-i686/kdewebdev-kimagemapeditor.install (from 
rev 206871, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
===
--- testing-i686/kdewebdev-kimagemapeditor.install  
(rev 0)
+++ testing-i686/kdewebdev-kimagemapeditor.install  2014-03-05 10:30:55 UTC 
(rev 206872)
@@ -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
+}

Copied: kdewebdev/repos/testing-i686/kdewebdev.install (from rev 206871, 
kdewebdev/trunk/kdewebdev.install)
===
--- testing-i686/kdewebdev.install  (rev 0)
+++ testing-i686/kdewebdev.install  2014-03-05 10:30:55 UTC (rev 206872)
@@ -0,0 +1,11 @@
+post_install() {
+   

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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:30:32
  Author: andrea
Revision: 206869

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

Added:
  kdeutils-print-manager/repos/testing-i686/
  kdeutils-print-manager/repos/testing-i686/PKGBUILD
(from rev 206868, kdeutils-print-manager/trunk/PKGBUILD)
  kdeutils-print-manager/repos/testing-x86_64/
  kdeutils-print-manager/repos/testing-x86_64/PKGBUILD
(from rev 206868, kdeutils-print-manager/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdeutils-print-manager/repos/testing-i686/PKGBUILD (from rev 206868, 
kdeutils-print-manager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:30:32 UTC (rev 206869)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-print-manager
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=A tool for managing print jobs and printers
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace' 'libcups')
+makedepends=('cmake' 'automoc4')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
+conflicts=('print-manager')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('06fc6b80f43f95b454da7113fb420df3ecacce51')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../print-manager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeutils-print-manager/repos/testing-x86_64/PKGBUILD (from rev 206868, 
kdeutils-print-manager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:30:32 UTC (rev 206869)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-print-manager
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=A tool for managing print jobs and printers
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace' 'libcups')
+makedepends=('cmake' 'automoc4')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
+conflicts=('print-manager')
+groups=('kde' 'kdeutils')
+source=(http://download.kde.org/stable/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('06fc6b80f43f95b454da7113fb420df3ecacce51')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../print-manager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kde-wallpapers/repos (testing-any testing-any/PKGBUILD)

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:31:02
  Author: andrea
Revision: 206873

archrelease: copy trunk to testing-any

Added:
  kde-wallpapers/repos/testing-any/
  kde-wallpapers/repos/testing-any/PKGBUILD
(from rev 206872, kde-wallpapers/trunk/PKGBUILD)

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

Copied: kde-wallpapers/repos/testing-any/PKGBUILD (from rev 206872, 
kde-wallpapers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-03-05 10:31:02 UTC (rev 206873)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-wallpapers
+pkgver=4.12.3
+pkgrel=1
+pkgdesc=A set of wallpapers for KDE
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kde-meta' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('16fe66fe2f11fe63c719e1e386f2ed0e2219ebf0')
+
+package() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kde-l10n/repos (testing-any testing-any/PKGBUILD)

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:31:53
  Author: andrea
Revision: 206874

archrelease: copy trunk to testing-any

Added:
  kde-l10n/repos/testing-any/
  kde-l10n/repos/testing-any/PKGBUILD
(from rev 206873, kde-l10n/trunk/PKGBUILD)

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

Copied: kde-l10n/repos/testing-any/PKGBUILD (from rev 206873, 
kde-l10n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-03-05 10:31:53 UTC (rev 206874)
@@ -0,0 +1,495 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kde-l10n
+pkgname=('kde-l10n-ar'
+ 'kde-l10n-bg'
+ 'kde-l10n-bs'
+ 'kde-l10n-ca'
+ 'kde-l10n-ca@valencia'
+ 'kde-l10n-cs'
+ 'kde-l10n-da'
+ 'kde-l10n-de'
+ 'kde-l10n-el'
+ 'kde-l10n-en_gb'
+ 'kde-l10n-es'
+ 'kde-l10n-et'
+ 'kde-l10n-eu'
+ 'kde-l10n-fi'
+ 'kde-l10n-fr'
+ 'kde-l10n-ga'
+ 'kde-l10n-gl'
+ 'kde-l10n-he'
+ 'kde-l10n-hi'
+ 'kde-l10n-hr'
+ 'kde-l10n-hu'
+ 'kde-l10n-ia'
+ 'kde-l10n-is'
+ 'kde-l10n-it'
+ 'kde-l10n-ja'
+ 'kde-l10n-kk'
+ 'kde-l10n-km'
+ 'kde-l10n-ko'
+ 'kde-l10n-lt'
+ 'kde-l10n-lv'
+ 'kde-l10n-mr'
+ 'kde-l10n-nb'
+ 'kde-l10n-nds'
+ 'kde-l10n-nl'
+ 'kde-l10n-nn'
+ 'kde-l10n-pa'
+ 'kde-l10n-pl'
+ 'kde-l10n-pt'
+ 'kde-l10n-pt_br'
+ 'kde-l10n-ro'
+ 'kde-l10n-ru'
+ 'kde-l10n-sk'
+ 'kde-l10n-sl'
+ 'kde-l10n-sr'
+ 'kde-l10n-sv'
+ 'kde-l10n-tr'
+ 'kde-l10n-ug'
+ 'kde-l10n-uk'
+ 'kde-l10n-vi'
+ 'kde-l10n-wa'
+ 'kde-l10n-zh_cn'
+ 'kde-l10n-zh_tw')
+pkgver=4.12.3
+pkgrel=1
+arch=('any')
+url='http://www.kde.org/'
+license=('GPL')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+options=('docs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ar-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-bg-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-el-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-es-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-et-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-eu-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ga-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-he-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-hi-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-hr-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ia-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-is-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-it-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ja-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-km-${pkgver}.tar.xz;
+
http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ko-${pkgver}.tar.xz;
+

[arch-commits] Commit in kdesdk-poxml/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:33:45
  Author: andrea
Revision: 206875

archrelease: copy trunk to testing-x86_64

Added:
  kdesdk-poxml/repos/testing-x86_64/
  kdesdk-poxml/repos/testing-x86_64/PKGBUILD
(from rev 206874, kdesdk-poxml/trunk/PKGBUILD)

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

Copied: kdesdk-poxml/repos/testing-x86_64/PKGBUILD (from rev 206874, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:33:45 UTC (rev 206875)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-poxml
+pkgver=4.12.3
+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' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'antlr2')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=(http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz;)
+sha1sums=('946d3a3ed080e69244c08bb811ea46b7bd2b58e4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in (6 files)

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:37:51
  Author: andrea
Revision: 206876

rename folder

Added:
  kdeutils-kwalletmanager/
Deleted:
  kdeutils-kwallet/
  kdeutils-kwalletmanager/repos/extra-i686/
  kdeutils-kwalletmanager/repos/extra-x86_64/
  kdeutils-kwalletmanager/repos/testing-i686/
  kdeutils-kwalletmanager/repos/testing-x86_64/



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:38:31
  Author: andrea
Revision: 206878

archrelease: copy trunk to testing-x86_64

Added:
  kdeutils-kwalletmanager/repos/testing-x86_64/
  kdeutils-kwalletmanager/repos/testing-x86_64/PKGBUILD
(from rev 206877, kdeutils-kwalletmanager/trunk/PKGBUILD)
  kdeutils-kwalletmanager/repos/testing-x86_64/kdeutils-kwalletmanager.install
(from rev 206877, 
kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)

-+
 PKGBUILD|   36 
 kdeutils-kwalletmanager.install |   12 
 2 files changed, 48 insertions(+)

Copied: kdeutils-kwalletmanager/repos/testing-x86_64/PKGBUILD (from rev 206877, 
kdeutils-kwalletmanager/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:38:31 UTC (rev 206878)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwalletmanager
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+conflicts=('kdeutils-kwallet')
+replaces=('kdeutils-kwallet')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz;)
+sha1sums=('1f112b190f76a135499f53b4603aa61b550b2940')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kwalletmanager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdeutils-kwalletmanager/repos/testing-x86_64/kdeutils-kwalletmanager.install 
(from rev 206877, kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)
===
--- testing-x86_64/kdeutils-kwalletmanager.install  
(rev 0)
+++ testing-x86_64/kdeutils-kwalletmanager.install  2014-03-05 10:38:31 UTC 
(rev 206878)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:38:26
  Author: andrea
Revision: 206877

archrelease: copy trunk to testing-i686

Added:
  kdeutils-kwalletmanager/repos/testing-i686/
  kdeutils-kwalletmanager/repos/testing-i686/PKGBUILD
(from rev 206876, kdeutils-kwalletmanager/trunk/PKGBUILD)
  kdeutils-kwalletmanager/repos/testing-i686/kdeutils-kwalletmanager.install
(from rev 206876, 
kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)

-+
 PKGBUILD|   36 
 kdeutils-kwalletmanager.install |   12 
 2 files changed, 48 insertions(+)

Copied: kdeutils-kwalletmanager/repos/testing-i686/PKGBUILD (from rev 206876, 
kdeutils-kwalletmanager/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:38:26 UTC (rev 206877)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kwalletmanager
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+conflicts=('kdeutils-kwallet')
+replaces=('kdeutils-kwallet')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz;)
+sha1sums=('1f112b190f76a135499f53b4603aa61b550b2940')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kwalletmanager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdeutils-kwalletmanager/repos/testing-i686/kdeutils-kwalletmanager.install 
(from rev 206876, kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)
===
--- testing-i686/kdeutils-kwalletmanager.install
(rev 0)
+++ testing-i686/kdeutils-kwalletmanager.install2014-03-05 10:38:26 UTC 
(rev 206877)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in telepathy-mission-control/trunk (PKGBUILD)

2014-03-05 Thread Bartłomiej Piotrowski
Date: Wednesday, March 5, 2014 @ 12:14:48
  Author: bpiotrowski
Revision: 206879

upgpkg: telepathy-mission-control 5.16.1-1

new upstream release

Modified:
  telepathy-mission-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-05 10:38:31 UTC (rev 206878)
+++ PKGBUILD2014-03-05 11:14:48 UTC (rev 206879)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Zwinkau beza...@web.de
 
 pkgname=telepathy-mission-control
-pkgver=5.16.0
+pkgver=5.16.1
 pkgrel=1
 pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
 arch=('i686' 'x86_64')
@@ -15,13 +15,13 @@
 makedepends=('libxslt' 'python2')
 install=telepathy-mission-control.install
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('736ae9d71028d8e6d95017433c07fa06')
+md5sums=('421115a35b9e427807326877f86e7f43')
 
 build() {
 cd $pkgname-$pkgver
 PYTHON=python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy \
-   --enable-gnome-keyring \
+--libexecdir=/usr/lib/telepathy \
+--enable-gnome-keyring \
 --disable-schemas-compile
 make
 }



[arch-commits] Commit in telepathy-mission-control/repos (8 files)

2014-03-05 Thread Bartłomiej Piotrowski
Date: Wednesday, March 5, 2014 @ 12:14:59
  Author: bpiotrowski
Revision: 206880

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

Added:
  telepathy-mission-control/repos/extra-i686/PKGBUILD
(from rev 206879, telepathy-mission-control/trunk/PKGBUILD)
  telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install
(from rev 206879, 
telepathy-mission-control/trunk/telepathy-mission-control.install)
  telepathy-mission-control/repos/extra-x86_64/PKGBUILD
(from rev 206879, telepathy-mission-control/trunk/PKGBUILD)
  telepathy-mission-control/repos/extra-x86_64/telepathy-mission-control.install
(from rev 206879, 
telepathy-mission-control/trunk/telepathy-mission-control.install)
Deleted:
  telepathy-mission-control/repos/extra-i686/PKGBUILD
  telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install
  telepathy-mission-control/repos/extra-x86_64/PKGBUILD
  telepathy-mission-control/repos/extra-x86_64/telepathy-mission-control.install

+
 /PKGBUILD  |   64 +++
 /telepathy-mission-control.install |   22 +++
 extra-i686/PKGBUILD|   32 ---
 extra-i686/telepathy-mission-control.install   |   11 ---
 extra-x86_64/PKGBUILD  |   32 ---
 extra-x86_64/telepathy-mission-control.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-05 11:14:48 UTC (rev 206879)
+++ extra-i686/PKGBUILD 2014-03-05 11:14:59 UTC (rev 206880)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Ju Liu liuju86 at gmail dot com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Andreas Zwinkau beza...@web.de
-
-pkgname=telepathy-mission-control
-pkgver=5.16.0
-pkgrel=1
-pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org/wiki/Mission Control
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager')
-makedepends=('libxslt' 'python2')
-install=telepathy-mission-control.install
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('736ae9d71028d8e6d95017433c07fa06')
-
-build() {
-cd $pkgname-$pkgver
-PYTHON=python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy \
-   --enable-gnome-keyring \
---disable-schemas-compile
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-mission-control/repos/extra-i686/PKGBUILD (from rev 206879, 
telepathy-mission-control/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-05 11:14:59 UTC (rev 206880)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Ju Liu liuju86 at gmail dot com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Contributor: Andreas Zwinkau beza...@web.de
+
+pkgname=telepathy-mission-control
+pkgver=5.16.1
+pkgrel=1
+pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/Mission Control
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager')
+makedepends=('libxslt' 'python2')
+install=telepathy-mission-control.install
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('421115a35b9e427807326877f86e7f43')
+
+build() {
+cd $pkgname-$pkgver
+PYTHON=python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--enable-gnome-keyring \
+--disable-schemas-compile
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/telepathy-mission-control.install
===
--- extra-i686/telepathy-mission-control.install2014-03-05 11:14:48 UTC 
(rev 206879)
+++ extra-i686/telepathy-mission-control.install2014-03-05 11:14:59 UTC 
(rev 206880)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install 
(from rev 206879, 
telepathy-mission-control/trunk/telepathy-mission-control.install)
===
--- extra-i686/telepathy-mission-control.install
(rev 0)
+++ 

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

2014-03-05 Thread Sergej Pupykin
Date: Wednesday, March 5, 2014 @ 12:39:42
  Author: spupykin
Revision: 106515

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-05 11:39:25 UTC (rev 106514)
+++ community-i686/PKGBUILD 2014-03-05 11:39:42 UTC (rev 106515)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=chrpath
-pkgver=0.13
-pkgrel=3
-pkgdesc=Change or delete the rpath or runpath in ELF files
-arch=('i686' 'x86_64')
-url=http://directory.fsf.org/project/chrpath/;
-license=('GPL2')
-depends=('glibc')
-source=(http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b73072a8fbba277558c50364b65bb407')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} docdir=/usr/share/doc/chrpath install
-}

Copied: chrpath/repos/community-i686/PKGBUILD (from rev 106514, 
chrpath/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-05 11:39:42 UTC (rev 106515)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=chrpath
+pkgver=0.16
+pkgrel=1
+pkgdesc=Change or delete the rpath or runpath in ELF files
+arch=('i686' 'x86_64')
+url=http://directory.fsf.org/project/chrpath/;
+license=('GPL2')
+depends=('glibc')
+source=(https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-$pkgver.tar.gz;)
+md5sums=('2bf8d1d1ee345fc8a7915576f5649982')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+#  rm -f config.guess
+#  aclocal
+#  libtoolize
+#  automake --add-missing
+#  autoconf
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} docdir=/usr/share/doc/chrpath install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-05 11:39:25 UTC (rev 106514)
+++ community-x86_64/PKGBUILD   2014-03-05 11:39:42 UTC (rev 106515)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=chrpath
-pkgver=0.13
-pkgrel=3
-pkgdesc=Change or delete the rpath or runpath in ELF files
-arch=('i686' 'x86_64')
-url=http://directory.fsf.org/project/chrpath/;
-license=('GPL2')
-depends=('glibc')
-source=(http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b73072a8fbba277558c50364b65bb407')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} docdir=/usr/share/doc/chrpath install
-}

Copied: chrpath/repos/community-x86_64/PKGBUILD (from rev 106514, 
chrpath/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-05 11:39:42 UTC (rev 106515)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=chrpath
+pkgver=0.16
+pkgrel=1
+pkgdesc=Change or delete the rpath or runpath in ELF files
+arch=('i686' 'x86_64')
+url=http://directory.fsf.org/project/chrpath/;
+license=('GPL2')
+depends=('glibc')
+source=(https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-$pkgver.tar.gz;)
+md5sums=('2bf8d1d1ee345fc8a7915576f5649982')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+#  rm -f config.guess
+#  aclocal
+#  libtoolize
+#  automake --add-missing
+#  autoconf
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} docdir=/usr/share/doc/chrpath install
+}



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

2014-03-05 Thread Sergej Pupykin
Date: Wednesday, March 5, 2014 @ 12:39:25
  Author: spupykin
Revision: 106514

upgpkg: chrpath 0.16-1

upd

Modified:
  chrpath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-05 10:10:15 UTC (rev 106513)
+++ PKGBUILD2014-03-05 11:39:25 UTC (rev 106514)
@@ -3,23 +3,23 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=chrpath
-pkgver=0.13
-pkgrel=4
+pkgver=0.16
+pkgrel=1
 pkgdesc=Change or delete the rpath or runpath in ELF files
 arch=('i686' 'x86_64')
 url=http://directory.fsf.org/project/chrpath/;
 license=('GPL2')
 depends=('glibc')
-source=(http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('b73072a8fbba277558c50364b65bb407')
+source=(https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-$pkgver.tar.gz;)
+md5sums=('2bf8d1d1ee345fc8a7915576f5649982')
 
 prepare() {
   cd ${srcdir}/$pkgname-$pkgver
-  rm -f config.guess
-  aclocal
-  libtoolize
-  automake --add-missing
-  autoconf
+#  rm -f config.guess
+#  aclocal
+#  libtoolize
+#  automake --add-missing
+#  autoconf
 }
 
 build() {



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

2014-03-05 Thread Maxime Gauduin
Date: Wednesday, March 5, 2014 @ 12:40:04
  Author: alucryd
Revision: 106516

upgpkg: ruby-polyglot 0.3.4-1

Modified:
  ruby-polyglot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-05 11:39:42 UTC (rev 106515)
+++ PKGBUILD2014-03-05 11:40:04 UTC (rev 106516)
@@ -3,8 +3,8 @@
 # Contributor: Guilherme Nogueira guilhe...@nirev.org
 
 pkgname=ruby-polyglot
-pkgver=0.3.3
-pkgrel=5
+pkgver=0.3.4
+pkgrel=1
 pkgdesc='Allows custom language loaders to be hooked into require'
 arch=('any')
 url='http://polyglot.rubyforge.org/'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('1b0026fa0ce5aef4a65199ff3f5c589a4865265cd1f2f053eb6c4041a3aa5f20')
+sha256sums=('05409d9f736e1fd39635f8700b24e1156ae8e308e785d5d0f939c603fd529649')
 
 package() {
   local _gemdir=$(ruby -e'puts Gem.default_dir')



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

2014-03-05 Thread Maxime Gauduin
Date: Wednesday, March 5, 2014 @ 12:40:24
  Author: alucryd
Revision: 106517

archrelease: copy trunk to community-any

Added:
  ruby-polyglot/repos/community-any/PKGBUILD
(from rev 106516, ruby-polyglot/trunk/PKGBUILD)
Deleted:
  ruby-polyglot/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-05 11:40:04 UTC (rev 106516)
+++ PKGBUILD2014-03-05 11:40:24 UTC (rev 106517)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Guilherme Nogueira guilhe...@nirev.org
-
-pkgname=ruby-polyglot
-pkgver=0.3.3
-pkgrel=5
-pkgdesc='Allows custom language loaders to be hooked into require'
-arch=('any')
-url='http://polyglot.rubyforge.org/'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('1b0026fa0ce5aef4a65199ff3f5c589a4865265cd1f2f053eb6c4041a3aa5f20')
-
-package() {
-  local _gemdir=$(ruby -e'puts Gem.default_dir')
-
-  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
-  find ${pkgdir} -type f -name *.gem -delete
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-polyglot/repos/community-any/PKGBUILD (from rev 106516, 
ruby-polyglot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-05 11:40:24 UTC (rev 106517)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Guilherme Nogueira guilhe...@nirev.org
+
+pkgname=ruby-polyglot
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='Allows custom language loaders to be hooked into require'
+arch=('any')
+url='http://polyglot.rubyforge.org/'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=(${pkgname#*-}-${pkgver}.gem)
+sha256sums=('05409d9f736e1fd39635f8700b24e1156ae8e308e785d5d0f939c603fd529649')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+
+  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find ${pkgdir} -type f -name *.gem -delete
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:



<    1   2   3   4   >