Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d1190f8cf2c1512dffaa45e306a30793074f1af5
commit d1190f8cf2c1512dffaa45e306a30793074f1af5 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sat Jan 19 15:05:00 2008 +0100 include/gnome.sh: update _F_gnome_devel description diff --git a/source/include/gnome.sh b/source/include/gnome.sh index 0828cdb..26c00fe 100644 --- a/source/include/gnome.sh +++ b/source/include/gnome.sh @@ -29,8 +29,9 @@ # * _F_gnome_name (defaults to $pkgname): if you want to use a custom package # name (for example the upstream name contains uppercase letters) then use this # to declare the real name -# * _F_gnome_devel: if set, the unsable version will be used -# NOTE: this is currently enabled by default for -current +# * _F_gnome_devel: if set, the <number>.<odd> versions will not be ignored. +# This is something you want for packages which are not part of GNOME releases +# (like intltool) and where the <odd> number does not mean instability. ### if [ -z "$_F_gnome_name" ]; then _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
