[arch-commits] Commit in kdeedu-ktouch/repos (5 files)
Andrea Scarpino
andrea at archlinux.org
Thu May 3 22:33:02 UTC 2012
Date: Thursday, May 3, 2012 @ 18:33:01
Author: andrea
Revision: 158444
db-move: moved kdeedu-ktouch from [staging] to [extra] (i686)
Added:
kdeedu-ktouch/repos/extra-i686/PKGBUILD
(from rev 158346, kdeedu-ktouch/repos/staging-i686/PKGBUILD)
kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install
(from rev 158346, kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install)
Deleted:
kdeedu-ktouch/repos/extra-i686/PKGBUILD
kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install
kdeedu-ktouch/repos/staging-i686/
-----------------------+
PKGBUILD | 62 ++++++++++++++++++++++++------------------------
kdeedu-ktouch.install | 22 ++++++++---------
2 files changed, 42 insertions(+), 42 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-05-03 22:32:58 UTC (rev 158443)
+++ extra-i686/PKGBUILD 2012-05-03 22:33:01 UTC (rev 158444)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at 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/extra-i686/PKGBUILD (from rev 158346, kdeedu-ktouch/repos/staging-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-03 22:33:01 UTC (rev 158444)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at 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
+}
Deleted: extra-i686/kdeedu-ktouch.install
===================================================================
--- extra-i686/kdeedu-ktouch.install 2012-05-03 22:32:58 UTC (rev 158443)
+++ extra-i686/kdeedu-ktouch.install 2012-05-03 22:33:01 UTC (rev 158444)
@@ -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/extra-i686/kdeedu-ktouch.install (from rev 158346, kdeedu-ktouch/repos/staging-i686/kdeedu-ktouch.install)
===================================================================
--- extra-i686/kdeedu-ktouch.install (rev 0)
+++ extra-i686/kdeedu-ktouch.install 2012-05-03 22:33:01 UTC (rev 158444)
@@ -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