On Sat, December 17, 2011 22:31, Stefan Sperling wrote: > Menu icons referenced by the .desktop files were not packaged. > > ok?
OK for me. Thanks! > Index: base/Makefile > =================================================================== > RCS file: /cvs/ports/games/ufoai/base/Makefile,v > retrieving revision 1.3 > diff -u -p -r1.3 Makefile > --- base/Makefile 6 Jul 2011 18:41:41 -0000 1.3 > +++ base/Makefile 17 Dec 2011 19:30:46 -0000 > @@ -8,9 +8,9 @@ COMMENT-editor = UFO:AI map editor > V = 2.3.1 > DISTNAME = ufoai-${V}-source > PKGNAME-main = ${DISTNAME:S/-source//} > -REVISION-main = 1 > +REVISION-main = 2 > PKGNAME-editor = uforadiant-${V} > -REVISION-editor = 1 > +REVISION-editor = 2 > > EXTRACT_SUFX = .tar.bz2 > > @@ -97,6 +97,8 @@ post-install: > ${INSTALL_MAN} ${WRKSRC}/debian/*.6 ${PREFIX}/man/man6 > ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/ > ${INSTALL_DATA} ${WRKSRC}/debian/*.desktop ${PREFIX}/share/applications > + ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps > + ${INSTALL_DATA} ${WRKSRC}/debian/*.xpm ${PREFIX}/share/pixmaps > ${INSTALL_DATA_DIR} ${PREFIX}/share/ufoai/radiant/ > cd ${WRKSRC}/radiant && find * -type d -exec ${INSTALL_DATA_DIR} \ > "${PREFIX}/share/ufoai/radiant/{}" \; > Index: base/pkg/PLIST-editor > =================================================================== > RCS file: /cvs/ports/games/ufoai/base/pkg/PLIST-editor,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 PLIST-editor > --- base/pkg/PLIST-editor 27 May 2011 07:20:11 -0000 1.1.1.1 > +++ base/pkg/PLIST-editor 17 Dec 2011 19:25:56 -0000 > @@ -5,6 +5,8 @@ bin/uforadiant > @man man/man6/ufo2map.6 > @man man/man6/uforadiant.6 > share/applications/uforadiant.desktop > +share/pixmaps/ > +share/pixmaps/uforadiant.xpm > share/ufoai/radiant/ > share/ufoai/radiant/bitmaps/ > share/ufoai/radiant/bitmaps/background.png > Index: base/pkg/PLIST-main > =================================================================== > RCS file: /cvs/ports/games/ufoai/base/pkg/PLIST-main,v > retrieving revision 1.2 > diff -u -p -r1.2 PLIST-main > --- base/pkg/PLIST-main 30 May 2011 05:28:31 -0000 1.2 > +++ base/pkg/PLIST-main 17 Dec 2011 19:25:56 -0000 > @@ -6,6 +6,9 @@ bin/ufoded > share/applications/ufoai-safe.desktop > share/applications/ufoai.desktop > share/applications/ufoded.desktop > +share/pixmaps/ > +share/pixmaps/ufoai.xpm > +share/pixmaps/ufoded.xpm > share/ufoai/COPYING > share/ufoai/LICENSES > share/ufoai/base/game.so > >