2011/4/20 Sebastien VINCENT <[email protected]>: > Hi, I'm update the Frugalbuild for freemind 0.9.0 form source prog. > > i wget the file source because include/sourceforge.sh not found a file. > I think the source have changed for expemple the url freemind is : > > http://freefr.dl.sourceforge.net/project/freemind/freemind/0.9.0/freemind-src-0.9.0.tar.gz > > Just a idea , because a not sure :)
Something like _F_sourceforge_subdir="/freemind/$pkgver/" About the .desktop file, please use Fdesktop2: _F_desktop_name="FreeMind" _F_desktop_icon="$pkgname.png" _F_desktop_categories="Application;Office" Then add Fdesktop2 in build() And about the .png file, just use: Ficon $pkgname.png Less complex, isn't it ? :p -- Devil505 Member of Frugalware Linux development team - http://frugalware.org Blog http://frugalware.org/~devil505/blog _______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
