janny wrote: > Ezzel a dátummal: Saturday 02 February 2008 13.22.25 Devil505 ezt írta: >> In fact I told Jedifox to post his FrugalBuild to the ML -devel because >> Crazy suggested me to do that. > no problem, only suggestion > >> Janny if you can explain the mistakes made by Jedifox in his FB, it would >> be great for him to learn. > since you have to use it in the build() Ficonrel() function > because of this the _F_foo options become unnecessary > and it is possible to use them on the traditional manner > > example: > > _F_cd_path="XaraLX-$pkgver" > instead of, this > Fcd XaraLX-$pkgver
Uhh ? _F_cd_path is right here even you can do both. > and > Fconfopts="[EMAIL PROTECTED] --enable-filters --enable-svgfilter > --with-included-gettext" > instead of, this > Fbuild --enable-filters --enable-svgfilter --with-included-gettext why ?:) [EMAIL PROTECTED] is not really needed $Fconfopts is fine also but that is cosmetics :) > and > _F_desktop_name="XaraLX" > _F_desktop_categories="Graphics;" > _F_desktop_exec="XaraLX" > _F_desktop_icon="xaralx.png" > Fdesktop2 > instead of, this > Fdesktop "XaraLX" "xaralx.png" "Graphics;" Uh ? Why Fdesktop2 can be used here ? Is correct. > >> Thx > np ,) > > ps. > _F_foo in use outside of build() Yes for stuff like _F_fooo_meh=1 Finclude foo You can use Fdesktop2 from inside build() sometimes you even need to. crazy > _______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
