svn commit: r335616 - in head/games/aop: . files
Rusmir Dusko
nemysis at FreeBSD.org
Wed Dec 4 10:30:25 UTC 2013
Author: nemysis
Date: Wed Dec 4 10:30:24 2013
New Revision: 335616
URL: http://svnweb.freebsd.org/changeset/ports/335616
Log:
- Bump PORTREVISION
- Remove dependency for x11/xterm
- Add files/aop.desktop
Approved by: pawel / wg (mentors, implicit)
Added:
head/games/aop/files/
head/games/aop/files/aop.desktop (contents, props changed)
Modified:
head/games/aop/Makefile
head/games/aop/pkg-plist (contents, props changed)
Modified: head/games/aop/Makefile
==============================================================================
--- head/games/aop/Makefile Wed Dec 4 10:26:55 2013 (r335615)
+++ head/games/aop/Makefile Wed Dec 4 10:30:24 2013 (r335616)
@@ -3,7 +3,7 @@
PORTNAME= aop
PORTVERSION= 0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
@@ -15,21 +15,17 @@ COMMENT= Ncurses based arcade game with
LICENSE= GPLv2
-RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm
-
ALL_TARGET= #empty
PORTDOCS= README
-DESKTOP_ENTRIES+="Ambassador of Pain" "${COMMENT}" ${PORTNAME} \
- "xterm -e ${PORTNAME}" "Game;LogicGame;" false
-
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|g' \
${WRKSRC}/Makefile
post-install:
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/
+ ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
Added: head/games/aop/files/aop.desktop
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/aop/files/aop.desktop Wed Dec 4 10:30:24 2013 (r335616)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=Ambassador of Pain
+GenericName=Ambassador of Pain game
+Comment=
+Icon=aop
+Exec=aop
+Categories=Game;LogicGame;
+Terminal=true
Modified: head/games/aop/pkg-plist
==============================================================================
--- head/games/aop/pkg-plist Wed Dec 4 10:26:55 2013 (r335615)
+++ head/games/aop/pkg-plist Wed Dec 4 10:30:24 2013 (r335616)
@@ -10,5 +10,6 @@ bin/aop
%%DATADIR%%/aop-level-09.txt
%%DATADIR%%/aop-level-10.txt
%%DATADIR%%/aop-level-11.txt
+share/applications/aop.desktop
share/pixmaps/aop.png
@dirrm %%DATADIR%%
More information about the svn-ports-all
mailing list