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

commit 4618b70f2587d0929b1b9d0e106094d3bf5431dd
Author: crazy <[email protected]>
Date:   Wed May 17 17:15:18 2017 +0200

gnome.sh: try to sort up2date=() mess
* ehh well they seems to changed something and our regexp for 'stable'
* triggers now x.9[0-9].[0-9] too which is devel..
* workaround this in stable up2date=() regexp

diff --git a/source/include/gnome.sh b/source/include/gnome.sh
index d3c305e..8eb1246 100644
--- a/source/include/gnome.sh
+++ b/source/include/gnome.sh
@@ -86,7 +86,7 @@ _F_gnome_pkgurl="http://ftp.gnome.org/pub/GNOME/sources";
if [ "$_F_gnome_devel" != "n" ]; then
up2date="lynx -dump $_F_gnome_pkgurl/$_F_gnome_name/\$(lynx -dump 
$_F_gnome_pkgurl/$_F_gnome_name/?C=N\;O=D|grep '/'|sed -ne 's|.*]\(.*\)/.*|\1|' 
-e '1 p')/|grep ]LA|sed 's/.*S-\([0-9\.]*\).*/\1/'"
else
-       up2date="lynx -dump $_F_gnome_pkgurl/$_F_gnome_name/\$(lynx -dump 
$_F_gnome_pkgurl/$_F_gnome_name/?C=N\;O=D|grep '[0-9]\.[0-9]*[02468]/'|sed -ne 
's|.*]\(.*\)/.*|\1|' -e '1 p')/|grep ]LA|sed 's/.*S-\([0-9\.]*\).*/\1/'"
+       up2date="lynx -dump $_F_gnome_pkgurl/$_F_gnome_name/\$(lynx -dump 
$_F_gnome_pkgurl/$_F_gnome_name/?C=N\;O=D|grep '[0-9]\.[0-9]*[02468]/'| grep -v 
".9[0-9]." | sed -ne 's|.*]\(.*\)/.*|\1|' -e '1 p')/|grep ]LA|sed 
's/.*S-\([0-9\.]*\).*/\1/'"
#up2date="Flasttar $_F_gnome_pkgurl/$_F_gnome_name/`_F_gnome_getver`/"
fi
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to