Usage of gtk-update-icon-cache : http://old.nabble.com/gtk-update-icon-cache-td32909590.html
geogebra needs gtk-update-icon-cache :) 2012/4/7 Stuart Henderson <s...@spacehopper.org> > On 2012/04/07 23:21, Azwaw OUSADOU wrote: > > This seems ok with DIFF_ARGS= -a > > > > Thanks ;) > > Nearly there, just a few minor issues:- > > - The 'chown' at the bottom of do-install can be handled directly > by SUBST_CMD: > > ${SUBST_CMD} -c -o ${SHAREOWN} -g ${SHAREGRP} \ > ${WRKSRC}/geogebra-${V}/geogebra.desktop \ > ${PREFIX}/share/applications/geogebra.desktop > > - There is a problem with the icons path: > > share/icons/ > share/icons/icons/ > share/icons/icons/hicolor/ > > - Missing update-desktop-database goo in the PLIST; add this to the > bottom: > > @exec %D/bin/update-desktop-database > @unexec-delete %D/bin/update-desktop-database > > - May also need gtk-update-icon-cache, I never remember when this is > needed and when not ;) >