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 ;)

Reply via email to