Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kde5.git;a=commitdiff;h=78c5f364b4796c8a5c934619155e5a84e9457bca
commit 78c5f364b4796c8a5c934619155e5a84e9457bca Author: crazy <[email protected]> Date: Fri Nov 25 02:39:44 2016 +0100 ktouch-16.11.80-2-x86_64 * fix broken desktop file * it won't start from menu with that desktop file ... * they seems to test a lot before releasing ;) diff --git a/source/kde5-extra/ktouch/FrugalBuild b/source/kde5-extra/ktouch/FrugalBuild index 731b671..5db8563 100644 --- a/source/kde5-extra/ktouch/FrugalBuild +++ b/source/kde5-extra/ktouch/FrugalBuild @@ -3,7 +3,7 @@ pkgname=ktouch pkgver=16.11.80 -pkgrel=1 +pkgrel=2 pkgdesc="Touch Typing Tutor." _F_kde_project="applications" Finclude kf5 @@ -14,4 +14,12 @@ depends=("kio>=$_F_kf5_full" "kdeclarative>=$_F_kf5_full" \ makedepends+=("kdoctools") sha1sums=('4f51c72bdfc3c504080fe7cef3ce1889bc5eae79') + +build() { + + Fcd + Fsed "Exec=ktouch -caption %c %i" "Exec=ktouch -qwindowtitle %c %u" org.kde.ktouch.desktop + KDE_build +} + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
