Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f8627b702b000a994f249e0ae858cf73428ba467

commit f8627b702b000a994f249e0ae858cf73428ba467
Author: crazy <[email protected]>
Date:   Wed Mar 31 12:00:08 2010 +0200

kde.sh: better up2date

diff --git a/source/include/kde.sh b/source/include/kde.sh
index e32193a..7d268d1 100644
--- a/source/include/kde.sh
+++ b/source/include/kde.sh
@@ -127,7 +127,7 @@ fi

if [ -n "$_F_kde_id" ]; then
url="http://www.kde-apps.org/content/show.php?content=$_F_kde_id";
-        up2date="lynx -dump  $url|grep -v http|grep  -m1 '      
[0-9.0-9.0-9]'|sed -e 's/^[ \t]*//'"
+        up2date="lynx -dump  $url|grep -v http|grep  -m1 '      
[0-9.0-9.0-9]'|sed 's/      \(.*\).*/\1/'"
_F_kde_no_compiletime=1
_F_kde_no_auto_docs=1
_F_kde_defaults=0
@@ -135,7 +135,7 @@ fi

if [ -n "$_F_kde_id2" ]; then
url="http://www.kde-look.org/content/show.php?content=$_F_kde_id2";
-        up2date="lynx -dump  $url|grep -v http|grep  -m1 '      
[0-9.0-9.0-9]'|sed -e 's/^[ \t]*//'"
+        up2date="lynx -dump  $url|grep -v http|grep  -m1 '      
[0-9.0-9.0-9]'|sed 's/      \(.*\).*/\1/'"
_F_kde_no_compiletime=1
_F_kde_no_auto_docs=1
_F_kde_defaults=0
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to