wok rev 20044

Improvements - Thanks Paul
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 31 03:57:08 2017 -0300 (2017-08-31)
parents c057166ff777
children 39130a1f0dd8
files kleanny/receipt kleanny/stuff/AUTHORS kleanny/stuff/res/base/data kleanny/stuff/res/base/quit
line diff
     1.1 --- a/kleanny/receipt	Wed Aug 30 11:23:20 2017 +0200
     1.2 +++ b/kleanny/receipt	Thu Aug 31 03:57:08 2017 -0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="kleanny"
     1.7 -VERSION="1.0"
     1.8 +VERSION="1.0.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The Cache Cleaner for SliTaz."
    1.11  MAINTAINER="devel@slitaz.org"
     2.1 --- a/kleanny/stuff/AUTHORS	Wed Aug 30 11:23:20 2017 +0200
     2.2 +++ b/kleanny/stuff/AUTHORS	Thu Aug 31 03:57:08 2017 -0300
     2.3 @@ -1,1 +1,2 @@
     2.4  Leonardo Laporte "hackdorte" <hackdorte@yandex.com>
     2.5 +Paul Issott <paul@slitaz.org>
     3.1 --- a/kleanny/stuff/res/base/data	Wed Aug 30 11:23:20 2017 +0200
     3.2 +++ b/kleanny/stuff/res/base/data	Thu Aug 31 03:57:08 2017 -0300
     3.3 @@ -2,7 +2,7 @@
     3.4  
     3.5  APP_NAME="kleanny"
     3.6  APP_TITLE="Kleanny"
     3.7 -APP_VERSION="1.0"
     3.8 +APP_VERSION="1.0.1"
     3.9  APP_LICENSE="GPLv3"
    3.10  APP_DESC="The Cache Cleaner"
    3.11  
     4.1 --- a/kleanny/stuff/res/base/quit	Wed Aug 30 11:23:20 2017 +0200
     4.2 +++ b/kleanny/stuff/res/base/quit	Thu Aug 31 03:57:08 2017 -0300
     4.3 @@ -1,8 +1,4 @@
     4.4  #!/bin/sh
     4.5  
     4.6 -# This is not the best way. I do not have a way to 
     4.7 -# close the application on the button via CGI-Browser.
     4.8 -
     4.9 -# @@ Kill Kleanny and All YAD process.
    4.10 -killall yad
    4.11 -
    4.12 +# @@ Kill Kleanny.
    4.13 +kill -9 `ps auxc|grep kleanny | sed 's/^[^ ]\+ \+\([0-9]\+\) .\+$/\1/'`