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

2016-04-27 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 07:50:30
  Author: fyan
Revision: 266371

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

Added:
  kdeedu-ktouch/repos/extra-i686/PKGBUILD
(from rev 266370, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/extra-x86_64/PKGBUILD
(from rev 266370, kdeedu-ktouch/trunk/PKGBUILD)
Deleted:
  kdeedu-ktouch/repos/extra-i686/PKGBUILD
  kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install
  kdeedu-ktouch/repos/extra-x86_64/PKGBUILD
  kdeedu-ktouch/repos/extra-x86_64/kdeedu-ktouch.install

+
 /PKGBUILD  |   68 +++
 extra-i686/PKGBUILD|   35 --
 extra-i686/kdeedu-ktouch.install   |   11 -
 extra-x86_64/PKGBUILD  |   35 --
 extra-x86_64/kdeedu-ktouch.install |   11 -
 5 files changed, 68 insertions(+), 92 deletions(-)

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

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

Deleted: extra-i686/kdeedu-ktouch.install
===
--- extra-i686/kdeedu-ktouch.install2016-04-28 05:49:53 UTC (rev 266370)
+++ extra-i686/kdeedu-ktouch.install2016-04-28 05:50:30 UTC (rev 266371)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

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

Copied: kdeedu-ktouch/repos/extra-x86_64/PKGBUILD (from rev 266370, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD  

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

2016-03-26 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 00:03:14
  Author: arojas
Revision: 262686

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 262685, kdeedu-ktouch/kde-unstable/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 262685, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 262685, kdeedu-ktouch/kde-unstable/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 262685, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   35 +
 staging-i686/kdeedu-ktouch.install   |   11 ++
 staging-x86_64/PKGBUILD  |   35 +
 staging-x86_64/kdeedu-ktouch.install |   11 ++
 4 files changed, 92 insertions(+)

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

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
262685, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2016-03-26 23:03:14 UTC (rev 262686)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
262685, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2016-03-26 23:03:14 UTC (rev 
262686)
@@ -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 kdeedu-ktouch/repos (6 files)

2016-02-16 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 09:19:32
  Author: arojas
Revision: 259442

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 259441, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 259441, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 259441, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 259441, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

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

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
259441, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2016-02-16 08:19:32 UTC (rev 259442)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
259441, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2016-02-16 08:19:32 UTC (rev 
259442)
@@ -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 kdeedu-ktouch/repos (6 files)

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 15:59:55
  Author: bpiotrowski
Revision: 253400

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 253399, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 253399, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 253399, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 253399, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   35 +
 staging-i686/kdeedu-ktouch.install   |   11 ++
 staging-x86_64/PKGBUILD  |   35 +
 staging-x86_64/kdeedu-ktouch.install |   11 ++
 4 files changed, 92 insertions(+)

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

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
253399, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2015-12-07 14:59:55 UTC (rev 253400)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
253399, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2015-12-07 14:59:55 UTC (rev 
253400)
@@ -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 kdeedu-ktouch/repos (6 files)

2015-11-19 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 21:55:18
  Author: arojas
Revision: 251326

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 251325, kdeedu-ktouch/kde-unstable/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 251325, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 251325, kdeedu-ktouch/kde-unstable/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 251325, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   35 +
 staging-i686/kdeedu-ktouch.install   |   11 ++
 staging-x86_64/PKGBUILD  |   35 +
 staging-x86_64/kdeedu-ktouch.install |   11 ++
 4 files changed, 92 insertions(+)

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

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
251325, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2015-11-19 20:55:18 UTC (rev 251326)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
251325, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2015-11-19 20:55:18 UTC (rev 
251326)
@@ -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 kdeedu-ktouch/repos (6 files)

2015-09-14 Thread Antonio Rojas
Date: Monday, September 14, 2015 @ 23:23:34
  Author: arojas
Revision: 246123

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 246122, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 246122, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 246122, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 246122, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

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

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
246122, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2015-09-14 21:23:34 UTC (rev 246123)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
246122, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2015-09-14 21:23:34 UTC (rev 
246123)
@@ -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 kdeedu-ktouch/repos (6 files)

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:39:37
  Author: arojas
Revision: 242687

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

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

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

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 242686, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:39:37 UTC (rev 242687)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('8000c4c4567de782cfed972479a5c3c39be6b901')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
242686, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2015-07-29 07:39:37 UTC (rev 
242687)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD (from rev 242686, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:39:37 UTC (rev 242687)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('8000c4c4567de782cfed972479a5c3c39be6b901')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install (from rev 
242686, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-x86_64/kdeedu-ktouch.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-ktouch.install   2015-07-29 07:39:37 UTC (rev 
242687)
@@ -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 kdeedu-ktouch/repos (6 files)

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:14:19
  Author: arojas
Revision: 233668

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

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

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

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 233667, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:14:19 UTC (rev 233668)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('b56338b950ac27a9b20e5d80e60a3fe7b341377f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
233667, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2015-03-14 10:14:19 UTC (rev 
233668)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD (from rev 233667, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:14:19 UTC (rev 233668)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=15.03.90
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('b56338b950ac27a9b20e5d80e60a3fe7b341377f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install (from rev 
233667, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-x86_64/kdeedu-ktouch.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-ktouch.install   2015-03-14 10:14:19 UTC (rev 
233668)
@@ -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 kdeedu-ktouch/repos (6 files)

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 15:39:59
  Author: fyan
Revision: 232633

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 232632, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 232632, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 232632, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 232632, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 232632, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-04 14:39:59 UTC (rev 232633)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=14.12.3
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('245dd89f19604ccca7aa264c902b5e6d5017d984')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
232632, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2015-03-04 14:39:59 UTC (rev 232633)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 232632, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-04 14:39:59 UTC (rev 232633)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=14.12.3
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('245dd89f19604ccca7aa264c902b5e6d5017d984')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
232632, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2015-03-04 14:39:59 UTC (rev 
232633)
@@ -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 kdeedu-ktouch/repos (6 files)

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 07:31:01
  Author: fyan
Revision: 230514

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 230513, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 230513, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 230513, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 230513, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 230513, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 06:31:01 UTC (rev 230514)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=14.12.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('297610e2621b6d7eb3af69ef22148c198ab97208')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
230513, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2015-02-04 06:31:01 UTC (rev 230514)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 230513, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 06:31:01 UTC (rev 230514)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=14.12.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('297610e2621b6d7eb3af69ef22148c198ab97208')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
230513, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2015-02-04 06:31:01 UTC (rev 
230514)
@@ -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 kdeedu-ktouch/repos (6 files)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 04:21:52
  Author: fyan
Revision: 229155

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 229154, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 229154, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 229154, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 229154, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 229154, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 03:21:52 UTC (rev 229155)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('fc628775f065b68f5579c9a10f4e77beb664786d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
229154, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2015-01-16 03:21:52 UTC (rev 229155)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 229154, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 03:21:52 UTC (rev 229155)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=14.12.1
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('fc628775f065b68f5579c9a10f4e77beb664786d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
229154, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2015-01-16 03:21:52 UTC (rev 
229155)
@@ -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 kdeedu-ktouch/repos (6 files)

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 18:58:49
  Author: fyan
Revision: 226523

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 226522, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 226522, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 226522, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 226522, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 226522, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 17:58:49 UTC (rev 226523)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.14.3
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('6d403a6d30c0398f8bf274699059bcbab851f278')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
226522, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2014-11-19 17:58:49 UTC (rev 226523)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 226522, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 17:58:49 UTC (rev 226523)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.14.3
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('6d403a6d30c0398f8bf274699059bcbab851f278')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
226522, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2014-11-19 17:58:49 UTC (rev 
226523)
@@ -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 kdeedu-ktouch/repos (6 files)

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:16:08
  Author: svenstaro
Revision: 93

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 92, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 92, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 92, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 92, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 92, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:16:08 UTC (rev 93)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('43121e2740f684e1edfc6c3549c87e7de6073184')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
92, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2014-09-20 16:16:08 UTC (rev 93)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 92, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:16:08 UTC (rev 93)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.14.1
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('43121e2740f684e1edfc6c3549c87e7de6073184')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
92, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2014-09-20 16:16:08 UTC (rev 
93)
@@ -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 kdeedu-ktouch/repos (6 files)

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:08:49
  Author: svenstaro
Revision: 219907

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 219906, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 219906, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 219906, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 219906, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 219906, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:08:49 UTC (rev 219907)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.14.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('1e310a9f32c62ced88a353db1e99b33d401426b3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
219906, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2014-08-16 20:08:49 UTC (rev 219907)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 219906, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:08:49 UTC (rev 219907)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.14.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('1e310a9f32c62ced88a353db1e99b33d401426b3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
219906, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2014-08-16 20:08:49 UTC (rev 
219907)
@@ -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 kdeedu-ktouch/repos (6 files)

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:57:31
  Author: svenstaro
Revision: 217958

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

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

---+
 kde-unstable-i686/PKGBUILD|   34 
 kde-unstable-i686/kdeedu-ktouch.install   |   11 +
 kde-unstable-x86_64/PKGBUILD  |   34 
 kde-unstable-x86_64/kdeedu-ktouch.install |   11 +
 4 files changed, 90 insertions(+)

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 217957, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 14:57:31 UTC (rev 217958)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('86dffdd57944be850a760e788386722dd555feca')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
217957, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2014-07-25 14:57:31 UTC (rev 
217958)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD (from rev 217957, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:57:31 UTC (rev 217958)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.13.95
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('86dffdd57944be850a760e788386722dd555feca')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install (from rev 
217957, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-x86_64/kdeedu-ktouch.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-ktouch.install   2014-07-25 14:57:31 UTC (rev 
217958)
@@ -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 kdeedu-ktouch/repos (6 files)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:10:02
  Author: svenstaro
Revision: 214526

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 214525, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 214525, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 214525, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 214525, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 214525, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:10:02 UTC (rev 214526)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('0bc2ab8984caa686e2a2bcbf34f666ff5954ae7a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
214525, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2014-06-09 03:10:02 UTC (rev 214526)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 214525, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:10:02 UTC (rev 214526)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.13.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('0bc2ab8984caa686e2a2bcbf34f666ff5954ae7a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
214525, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2014-06-09 03:10:02 UTC (rev 
214526)
@@ -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 kdeedu-ktouch/repos (6 files)

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 21:59:20
  Author: svenstaro
Revision: 212551

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 212550, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 212550, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 212550, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 212550, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 212550, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 19:59:20 UTC (rev 212551)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.13.1
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('076c94272f9d9629a9a608c62d2075158f0b4d23')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
212550, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2014-05-14 19:59:20 UTC (rev 212551)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 212550, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-14 19:59:20 UTC (rev 212551)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.13.1
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('076c94272f9d9629a9a608c62d2075158f0b4d23')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
212550, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2014-05-14 19:59:20 UTC (rev 
212551)
@@ -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 kdeedu-ktouch/repos (6 files)

2014-04-16 Thread Andrea Scarpino
Date: Wednesday, April 16, 2014 @ 16:03:20
  Author: andrea
Revision: 210690

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 210689, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 210689, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 210689, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 210689, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 210689, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 14:03:20 UTC (rev 210690)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.13.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('a737598452c62f18a6471d714581a7cb16871e4f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
210689, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2014-04-16 14:03:20 UTC (rev 210690)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 210689, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-16 14:03:20 UTC (rev 210690)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.13.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('a737598452c62f18a6471d714581a7cb16871e4f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
210689, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2014-04-16 14:03:20 UTC (rev 
210690)
@@ -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 kdeedu-ktouch/repos (6 files)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:40:26
  Author: andrea
Revision: 207226

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

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

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdeedu-ktouch.install   |   11 +
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdeedu-ktouch.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 207225, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:40:26 UTC (rev 207226)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('a9829272b5023cd0989a9b61611eb24593f1ba04')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
207225, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2014-03-08 08:40:26 UTC (rev 
207226)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD (from rev 207225, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:40:26 UTC (rev 207226)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.12.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('a9829272b5023cd0989a9b61611eb24593f1ba04')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install (from rev 
207225, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-x86_64/kdeedu-ktouch.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-ktouch.install   2014-03-08 08:40:26 UTC (rev 
207226)
@@ -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 kdeedu-ktouch/repos (6 files)

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

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 206766, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 206766, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 206766, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 206766, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

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

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

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

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
206766, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2014-03-05 10:16:21 UTC (rev 
206767)
@@ -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 kdeedu-ktouch/repos (6 files)

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 14:57:33
  Author: svenstaro
Revision: 205211

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 205210, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 205210, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 205210, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 205210, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 205210, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 13:57:33 UTC (rev 205211)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('72d7087e6d62c0316017b60f7e1c424a6e65616f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
205210, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2014-02-04 13:57:33 UTC (rev 205211)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 205210, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-04 13:57:33 UTC (rev 205211)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('72d7087e6d62c0316017b60f7e1c424a6e65616f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
205210, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2014-02-04 13:57:33 UTC (rev 
205211)
@@ -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 kdeedu-ktouch/repos (6 files)

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:42:02
  Author: svenstaro
Revision: 203799

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 203798, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 203798, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 203798, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 203798, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 203798, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:42:02 UTC (rev 203799)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.12.1
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('ba4c019369fd00504164addbd9389c47ba33a0db')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
203798, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2014-01-14 07:42:02 UTC (rev 203799)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 203798, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:42:02 UTC (rev 203799)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.12.1
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('ba4c019369fd00504164addbd9389c47ba33a0db')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
203798, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2014-01-14 07:42:02 UTC (rev 
203799)
@@ -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 kdeedu-ktouch/repos (6 files)

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 18:32:23
  Author: andrea
Revision: 202071

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 202070, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 202070, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 202070, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 202070, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 202070, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-18 17:32:23 UTC (rev 202071)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.12.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('59f37ce92d918d3bce8520bc58c3651213d092e8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
202070, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2013-12-18 17:32:23 UTC (rev 202071)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 202070, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-18 17:32:23 UTC (rev 202071)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.12.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('59f37ce92d918d3bce8520bc58c3651213d092e8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
202070, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2013-12-18 17:32:23 UTC (rev 
202071)
@@ -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 kdeedu-ktouch/repos (6 files)

2013-11-08 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 18:38:59
  Author: andrea
Revision: 199140

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

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

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdeedu-ktouch.install   |   11 +
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdeedu-ktouch.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 199139, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 17:38:59 UTC (rev 199140)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.11.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('673485d02606f8d3ca5c98e132102b776a988c94')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
199139, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2013-11-08 17:38:59 UTC (rev 
199140)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD (from rev 199139, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-08 17:38:59 UTC (rev 199140)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.11.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('673485d02606f8d3ca5c98e132102b776a988c94')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install (from rev 
199139, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-x86_64/kdeedu-ktouch.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-ktouch.install   2013-11-08 17:38:59 UTC (rev 
199140)
@@ -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 kdeedu-ktouch/repos (6 files)

2013-08-14 Thread Andrea Scarpino
Date: Wednesday, August 14, 2013 @ 09:05:51
  Author: andrea
Revision: 192613

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 192612, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 192612, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 192612, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 192612, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 192612, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-14 07:05:51 UTC (rev 192613)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.11.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('7b847dc9a760e62e00281cca65d0faaacb93427d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
192612, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2013-08-14 07:05:51 UTC (rev 192613)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 192612, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-14 07:05:51 UTC (rev 192613)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.11.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('7b847dc9a760e62e00281cca65d0faaacb93427d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
192612, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2013-08-14 07:05:51 UTC (rev 
192613)
@@ -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 kdeedu-ktouch/repos (6 files)

2013-07-03 Thread Andrea Scarpino
Date: Wednesday, July 3, 2013 @ 11:01:57
  Author: andrea
Revision: 189392

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 189391, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 189391, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 189391, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 189391, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   32 
 staging-i686/kdeedu-ktouch.install   |   11 +++
 staging-x86_64/PKGBUILD  |   32 
 staging-x86_64/kdeedu-ktouch.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdeedu-ktouch/repos/staging-i686/PKGBUILD (from rev 189391, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-03 09:01:57 UTC (rev 189392)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.10.5
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('87c772a43e164a557e8fed01a5c5064823eb29c9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
189391, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2013-07-03 09:01:57 UTC (rev 189392)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/PKGBUILD (from rev 189391, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-03 09:01:57 UTC (rev 189392)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.10.5
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('87c772a43e164a557e8fed01a5c5064823eb29c9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
189391, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2013-07-03 09:01:57 UTC (rev 
189392)
@@ -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 kdeedu-ktouch/repos (6 files)

2013-06-13 Thread Andrea Scarpino
Date: Thursday, June 13, 2013 @ 20:58:54
  Author: andrea
Revision: 188315

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

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

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdeedu-ktouch.install   |   11 +
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdeedu-ktouch.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 188314, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-13 18:58:54 UTC (rev 188315)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.10.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('89fa6a1ae12fc7824ecbbb118d25514340a6d614')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
188314, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2013-06-13 18:58:54 UTC (rev 
188315)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD (from rev 188314, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-13 18:58:54 UTC (rev 188315)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.10.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('89fa6a1ae12fc7824ecbbb118d25514340a6d614')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install (from rev 
188314, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-x86_64/kdeedu-ktouch.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-ktouch.install   2013-06-13 18:58:54 UTC (rev 
188315)
@@ -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 kdeedu-ktouch/repos (6 files)

2013-06-04 Thread Sven-Hendrik Haase
Date: Wednesday, June 5, 2013 @ 07:37:43
  Author: svenstaro
Revision: 187243

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 187242, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 187242, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 187242, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 187242, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   32 
 staging-i686/kdeedu-ktouch.install   |   11 +++
 staging-x86_64/PKGBUILD  |   32 
 staging-x86_64/kdeedu-ktouch.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdeedu-ktouch/repos/staging-i686/PKGBUILD (from rev 187242, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-05 05:37:43 UTC (rev 187243)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.10.4
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('dfda5d6f0af6bfc2853595a5af86c7a96cd66c33')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
187242, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2013-06-05 05:37:43 UTC (rev 187243)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/PKGBUILD (from rev 187242, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-05 05:37:43 UTC (rev 187243)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.10.4
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('dfda5d6f0af6bfc2853595a5af86c7a96cd66c33')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
187242, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2013-06-05 05:37:43 UTC (rev 
187243)
@@ -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 kdeedu-ktouch/repos (6 files)

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 18:36:51
  Author: andrea
Revision: 184671

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 184670, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 184670, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 184670, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 184670, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 184670, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-07 16:36:51 UTC (rev 184671)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.10.3
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('076345fadaf98bdc878cb4b9f99e759bb2642b2d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
184670, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2013-05-07 16:36:51 UTC (rev 184671)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 184670, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-07 16:36:51 UTC (rev 184671)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.10.3
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('076345fadaf98bdc878cb4b9f99e759bb2642b2d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
184670, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2013-05-07 16:36:51 UTC (rev 
184671)
@@ -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 kdeedu-ktouch/repos (6 files)

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 06:13:58
  Author: svenstaro
Revision: 181517

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 181516, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 181516, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 181516, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 181516, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   32 
 staging-i686/kdeedu-ktouch.install   |   11 +++
 staging-x86_64/PKGBUILD  |   32 
 staging-x86_64/kdeedu-ktouch.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdeedu-ktouch/repos/staging-i686/PKGBUILD (from rev 181516, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-04 04:13:58 UTC (rev 181517)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.10.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('7a7c44b1bf64fdc5109be9d1b6d1481db6a1848f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
181516, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2013-04-04 04:13:58 UTC (rev 181517)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/PKGBUILD (from rev 181516, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-04 04:13:58 UTC (rev 181517)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.10.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('7a7c44b1bf64fdc5109be9d1b6d1481db6a1848f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
181516, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2013-04-04 04:13:58 UTC (rev 
181517)
@@ -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 kdeedu-ktouch/repos (6 files)

2013-02-06 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 09:39:50
  Author: andrea
Revision: 177148

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 177147, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 177147, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 177147, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 177147, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 177147, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 08:39:50 UTC (rev 177148)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.10.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('3a37cb717e7edc88f73c94ee4e328c79234071bd')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
177147, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2013-02-06 08:39:50 UTC (rev 177148)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 177147, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-06 08:39:50 UTC (rev 177148)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.10.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('3a37cb717e7edc88f73c94ee4e328c79234071bd')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
177147, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2013-02-06 08:39:50 UTC (rev 
177148)
@@ -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 kdeedu-ktouch/repos (6 files)

2013-01-02 Thread Andrea Scarpino
Date: Thursday, January 3, 2013 @ 02:30:25
  Author: andrea
Revision: 174206

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 174205, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 174205, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 174205, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 174205, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 174205, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-03 07:30:25 UTC (rev 174206)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('87ed6db18bf33c05d94db6909410eff0bf034783')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
174205, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2013-01-03 07:30:25 UTC (rev 174206)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 174205, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-03 07:30:25 UTC (rev 174206)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('87ed6db18bf33c05d94db6909410eff0bf034783')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
174205, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2013-01-03 07:30:25 UTC (rev 
174206)
@@ -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 kdeedu-ktouch/repos (6 files)

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 11:42:08
  Author: andrea
Revision: 172566

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 172565, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 172565, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 172565, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 172565, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 172565, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-04 16:42:08 UTC (rev 172566)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.4
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('3b8c0ee5d81caa004f628a3bb660c9ed0f38df73')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
172565, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2012-12-04 16:42:08 UTC (rev 172566)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 172565, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-04 16:42:08 UTC (rev 172566)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.4
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('3b8c0ee5d81caa004f628a3bb660c9ed0f38df73')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
172565, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2012-12-04 16:42:08 UTC (rev 
172566)
@@ -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 kdeedu-ktouch/repos (6 files)

2012-11-21 Thread Andrea Scarpino
Date: Wednesday, November 21, 2012 @ 14:10:47
  Author: andrea
Revision: 171770

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

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

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdeedu-ktouch.install   |   11 +
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdeedu-ktouch.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 171769, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-11-21 19:10:47 UTC (rev 171770)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('9bbf7d9c68ec28e81ed6cde4710be794f1124a1f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
171769, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2012-11-21 19:10:47 UTC (rev 
171770)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD (from rev 171769, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-11-21 19:10:47 UTC (rev 171770)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('9bbf7d9c68ec28e81ed6cde4710be794f1124a1f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install (from rev 
171769, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-x86_64/kdeedu-ktouch.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-ktouch.install   2012-11-21 19:10:47 UTC (rev 
171770)
@@ -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 kdeedu-ktouch/repos (6 files)

2012-11-07 Thread Andrea Scarpino
Date: Wednesday, November 7, 2012 @ 15:24:24
  Author: andrea
Revision: 170482

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 170481, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 170481, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 170481, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 170481, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 170481, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-07 20:24:24 UTC (rev 170482)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.3
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('921f60e26097c63373b157a5c4b7ca53512d95e6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
170481, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2012-11-07 20:24:24 UTC (rev 170482)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 170481, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-07 20:24:24 UTC (rev 170482)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.3
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('921f60e26097c63373b157a5c4b7ca53512d95e6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
170481, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2012-11-07 20:24:24 UTC (rev 
170482)
@@ -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 kdeedu-ktouch/repos (6 files)

2012-10-02 Thread Andrea Scarpino
Date: Tuesday, October 2, 2012 @ 15:34:53
  Author: andrea
Revision: 167615

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 167614, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 167614, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 167614, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 167614, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 167614, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-02 19:34:53 UTC (rev 167615)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('99133b52b29a7ee4d3dd6da664ad8c47fd637b71')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
167614, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2012-10-02 19:34:53 UTC (rev 167615)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 167614, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-02 19:34:53 UTC (rev 167615)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('99133b52b29a7ee4d3dd6da664ad8c47fd637b71')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
167614, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2012-10-02 19:34:53 UTC (rev 
167615)
@@ -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 kdeedu-ktouch/repos (6 files)

2012-09-04 Thread Andrea Scarpino
Date: Tuesday, September 4, 2012 @ 12:09:47
  Author: andrea
Revision: 166084

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 166083, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 166083, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 166083, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 166083, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 166083, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-04 16:09:47 UTC (rev 166084)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.1
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('a4203a226d3b02b5619efd01291816f1b4de2b50')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
166083, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2012-09-04 16:09:47 UTC (rev 166084)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 166083, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-04 16:09:47 UTC (rev 166084)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.1
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('a4203a226d3b02b5619efd01291816f1b4de2b50')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
166083, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2012-09-04 16:09:47 UTC (rev 
166084)
@@ -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 kdeedu-ktouch/repos (6 files)

2012-06-07 Thread Andrea Scarpino
Date: Thursday, June 7, 2012 @ 16:47:44
  Author: andrea
Revision: 161025

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 161024, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 161024, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 161024, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 161024, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   31 +++
 staging-i686/kdeedu-ktouch.install   |   11 +++
 staging-x86_64/PKGBUILD  |   31 +++
 staging-x86_64/kdeedu-ktouch.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-ktouch/repos/staging-i686/PKGBUILD (from rev 161024, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-07 20:47:44 UTC (rev 161025)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.4
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('95e7712b9644d1b3491c988bc591d7c5b4e4d3b7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
161024, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2012-06-07 20:47:44 UTC (rev 161025)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/PKGBUILD (from rev 161024, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-06-07 20:47:44 UTC (rev 161025)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.4
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('95e7712b9644d1b3491c988bc591d7c5b4e4d3b7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
161024, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2012-06-07 20:47:44 UTC (rev 
161025)
@@ -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 kdeedu-ktouch/repos (6 files)

2012-05-29 Thread Andrea Scarpino
Date: Tuesday, May 29, 2012 @ 18:49:33
  Author: andrea
Revision: 160128

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

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

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdeedu-ktouch.install   |   11 +
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdeedu-ktouch.install |   11 +
 4 files changed, 84 insertions(+)

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 160127, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-05-29 22:49:33 UTC (rev 160128)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('5d046796b78e506ef451c70a2ee68b8b337dc4de')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
160127, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2012-05-29 22:49:33 UTC (rev 
160128)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD (from rev 160127, 
kdeedu-ktouch/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-05-29 22:49:33 UTC (rev 160128)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('5d046796b78e506ef451c70a2ee68b8b337dc4de')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install (from rev 
160127, kdeedu-ktouch/kde-unstable/kdeedu-ktouch.install)
===
--- kde-unstable-x86_64/kdeedu-ktouch.install   (rev 0)
+++ kde-unstable-x86_64/kdeedu-ktouch.install   2012-05-29 22:49:33 UTC (rev 
160128)
@@ -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 kdeedu-ktouch/repos (6 files)

2012-05-03 Thread Andrea Scarpino
Date: Thursday, May 3, 2012 @ 11:07:40
  Author: andrea
Revision: 158277

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 158276, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 158276, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 158276, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 158276, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   31 +++
 staging-i686/kdeedu-ktouch.install   |   11 +++
 staging-x86_64/PKGBUILD  |   31 +++
 staging-x86_64/kdeedu-ktouch.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-ktouch/repos/staging-i686/PKGBUILD (from rev 158276, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-03 15:07:40 UTC (rev 158277)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.3
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('f098df93bb5c3dfd349104d168f3fcb1eb73ffb6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
158276, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2012-05-03 15:07:40 UTC (rev 158277)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/PKGBUILD (from rev 158276, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-03 15:07:40 UTC (rev 158277)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.3
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('f098df93bb5c3dfd349104d168f3fcb1eb73ffb6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
158276, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2012-05-03 15:07:40 UTC (rev 
158277)
@@ -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 kdeedu-ktouch/repos (6 files)

2012-03-31 Thread Andrea Scarpino
Date: Saturday, March 31, 2012 @ 03:44:31
  Author: andrea
Revision: 154880

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 154879, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 154879, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 154879, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 154879, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   31 +++
 staging-i686/kdeedu-ktouch.install   |   11 +++
 staging-x86_64/PKGBUILD  |   31 +++
 staging-x86_64/kdeedu-ktouch.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-ktouch/repos/staging-i686/PKGBUILD (from rev 154879, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-31 07:44:31 UTC (rev 154880)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('5f19f77d3d80058f70b7df2376ce339fda6239e0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
154879, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2012-03-31 07:44:31 UTC (rev 154880)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/PKGBUILD (from rev 154879, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-31 07:44:31 UTC (rev 154880)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('5f19f77d3d80058f70b7df2376ce339fda6239e0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
154879, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2012-03-31 07:44:31 UTC (rev 
154880)
@@ -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 kdeedu-ktouch/repos (6 files)

2012-01-25 Thread Andrea Scarpino
Date: Wednesday, January 25, 2012 @ 18:38:37
  Author: andrea
Revision: 147609

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

Added:
  kdeedu-ktouch/repos/testing-i686/
  kdeedu-ktouch/repos/testing-i686/PKGBUILD
(from rev 147608, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install
(from rev 147608, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/testing-x86_64/
  kdeedu-ktouch/repos/testing-x86_64/PKGBUILD
(from rev 147608, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install
(from rev 147608, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

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

Copied: kdeedu-ktouch/repos/testing-i686/PKGBUILD (from rev 147608, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-25 23:38:37 UTC (rev 147609)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.bz2;)
+sha1sums=('e1e1338e67c0c02c4573a4aa95a721c8f674f2c6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-i686/kdeedu-ktouch.install (from rev 
147608, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-i686/kdeedu-ktouch.install  (rev 0)
+++ testing-i686/kdeedu-ktouch.install  2012-01-25 23:38:37 UTC (rev 147609)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/PKGBUILD (from rev 147608, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-25 23:38:37 UTC (rev 147609)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.8.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.bz2;)
+sha1sums=('e1e1338e67c0c02c4573a4aa95a721c8f674f2c6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/testing-x86_64/kdeedu-ktouch.install (from rev 
147608, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- testing-x86_64/kdeedu-ktouch.install(rev 0)
+++ testing-x86_64/kdeedu-ktouch.install2012-01-25 23:38:37 UTC (rev 
147609)
@@ -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 kdeedu-ktouch/repos (6 files)

2011-11-23 Thread Andrea Scarpino
Date: Wednesday, November 23, 2011 @ 03:05:52
  Author: andrea
Revision: 143164

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 143163, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 143163, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 143163, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 143163, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   31 +++
 staging-i686/kdeedu-ktouch.install   |   11 +++
 staging-x86_64/PKGBUILD  |   31 +++
 staging-x86_64/kdeedu-ktouch.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-ktouch/repos/staging-i686/PKGBUILD (from rev 143163, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-11-23 08:05:52 UTC (rev 143164)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.7.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.bz2;)
+sha1sums=('ebba0f8d22ca06db2488d1059b41432fce6b7a67')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
143163, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2011-11-23 08:05:52 UTC (rev 143164)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/PKGBUILD (from rev 143163, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-11-23 08:05:52 UTC (rev 143164)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.7.80
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.bz2;)
+sha1sums=('ebba0f8d22ca06db2488d1059b41432fce6b7a67')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
143163, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2011-11-23 08:05:52 UTC (rev 
143164)
@@ -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 kdeedu-ktouch/repos (6 files)

2011-10-30 Thread Andrea Scarpino
Date: Monday, October 31, 2011 @ 00:01:15
  Author: andrea
Revision: 141541

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 141540, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 141540, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 141540, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 141540, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   31 +++
 staging-i686/kdeedu-ktouch.install   |   11 +++
 staging-x86_64/PKGBUILD  |   31 +++
 staging-x86_64/kdeedu-ktouch.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-ktouch/repos/staging-i686/PKGBUILD (from rev 141540, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 04:01:15 UTC (rev 141541)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.7.3
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.bz2;)
+sha1sums=('46b865ece6e14d4476297d4a3b400d5fab6564ea')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
141540, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2011-10-31 04:01:15 UTC (rev 141541)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/PKGBUILD (from rev 141540, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-31 04:01:15 UTC (rev 141541)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.7.3
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.bz2;)
+sha1sums=('46b865ece6e14d4476297d4a3b400d5fab6564ea')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
141540, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2011-10-31 04:01:15 UTC (rev 
141541)
@@ -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 kdeedu-ktouch/repos (6 files)

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 19:44:02
  Author: andrea
Revision: 139799

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 139798, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 139798, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 139798, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 139798, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   31 +++
 staging-i686/kdeedu-ktouch.install   |   11 +++
 staging-x86_64/PKGBUILD  |   31 +++
 staging-x86_64/kdeedu-ktouch.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-ktouch/repos/staging-i686/PKGBUILD (from rev 139798, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-04 23:44:02 UTC (rev 139799)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.7.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.bz2;)
+sha1sums=('d5e0abd7defece0f455818c7bc53c50730419c46')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
139798, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2011-10-04 23:44:02 UTC (rev 139799)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/PKGBUILD (from rev 139798, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-04 23:44:02 UTC (rev 139799)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.7.2
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.bz2;)
+sha1sums=('d5e0abd7defece0f455818c7bc53c50730419c46')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
139798, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2011-10-04 23:44:02 UTC (rev 
139799)
@@ -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 kdeedu-ktouch/repos (6 files)

2011-09-06 Thread Andrea Scarpino
Date: Tuesday, September 6, 2011 @ 17:50:12
  Author: andrea
Revision: 137272

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

Added:
  kdeedu-ktouch/repos/staging-i686/
  kdeedu-ktouch/repos/staging-i686/PKGBUILD
(from rev 137271, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install
(from rev 137271, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/staging-x86_64/
  kdeedu-ktouch/repos/staging-x86_64/PKGBUILD
(from rev 137271, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install
(from rev 137271, kdeedu-ktouch/trunk/kdeedu-ktouch.install)

--+
 staging-i686/PKGBUILD|   31 +++
 staging-i686/kdeedu-ktouch.install   |   11 +++
 staging-x86_64/PKGBUILD  |   31 +++
 staging-x86_64/kdeedu-ktouch.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: kdeedu-ktouch/repos/staging-i686/PKGBUILD (from rev 137271, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-09-06 21:50:12 UTC (rev 137272)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.7.1
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.bz2;)
+sha1sums=('88e607fb584ea5cacc05f0f2909ae07139fdeed3')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 
137271, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-i686/kdeedu-ktouch.install  (rev 0)
+++ staging-i686/kdeedu-ktouch.install  2011-09-06 21:50:12 UTC (rev 137272)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/PKGBUILD (from rev 137271, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-09-06 21:50:12 UTC (rev 137272)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.7.1
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.bz2;)
+sha1sums=('88e607fb584ea5cacc05f0f2909ae07139fdeed3')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-ktouch/repos/staging-x86_64/kdeedu-ktouch.install (from rev 
137271, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- staging-x86_64/kdeedu-ktouch.install(rev 0)
+++ staging-x86_64/kdeedu-ktouch.install2011-09-06 21:50:12 UTC (rev 
137272)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}