[arch-commits] Commit in kdeedu-ktouch/repos/staging-i686 (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Jun 5 19:47:41 UTC 2013


    Date: Wednesday, June 5, 2013 @ 21:47:41
  Author: andrea
Revision: 187448

archrelease: copy trunk to staging-i686

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

-----------------------+
 PKGBUILD              |   64 ++++++++++++++++++++++++------------------------
 kdeedu-ktouch.install |   22 ++++++++--------
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-05 19:47:37 UTC (rev 187447)
+++ PKGBUILD	2013-06-05 19:47:41 UTC (rev 187448)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at 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/PKGBUILD (from rev 187447, kdeedu-ktouch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-06-05 19:47:41 UTC (rev 187448)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at 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
+}

Deleted: kdeedu-ktouch.install
===================================================================
--- kdeedu-ktouch.install	2013-06-05 19:47:37 UTC (rev 187447)
+++ kdeedu-ktouch.install	2013-06-05 19:47:41 UTC (rev 187448)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install (from rev 187447, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===================================================================
--- kdeedu-ktouch.install	                        (rev 0)
+++ kdeedu-ktouch.install	2013-06-05 19:47:41 UTC (rev 187448)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list