From 991d38faccf4e1fb27f31f236ad58ee840103734 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 3 Aug 2011 04:50:40 +0000 Subject: Wed Aug 3 04:50:40 UTC 2011 --- kde-unstable/kdeedu-ktouch/PKGBUILD | 31 ------------------------ kde-unstable/kdeedu-ktouch/kdeedu-ktouch.install | 11 --------- 2 files changed, 42 deletions(-) delete mode 100644 kde-unstable/kdeedu-ktouch/PKGBUILD delete mode 100644 kde-unstable/kdeedu-ktouch/kdeedu-ktouch.install (limited to 'kde-unstable/kdeedu-ktouch') diff --git a/kde-unstable/kdeedu-ktouch/PKGBUILD b/kde-unstable/kdeedu-ktouch/PKGBUILD deleted file mode 100644 index 3eef6955b..000000000 --- a/kde-unstable/kdeedu-ktouch/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 131320 2011-07-12 17:49:02Z andrea $ -# Maintainer: Andrea Scarpino - -pkgname=kdeedu-ktouch -pkgver=4.6.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') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.bz2") -sha1sums=('f8ad455ce1104e8fb542ff3191cb7c041cfa2d8e') - -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 -} diff --git a/kde-unstable/kdeedu-ktouch/kdeedu-ktouch.install b/kde-unstable/kdeedu-ktouch/kdeedu-ktouch.install deleted file mode 100644 index e70c054ec..000000000 --- a/kde-unstable/kdeedu-ktouch/kdeedu-ktouch.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3-54-g00ecf