svn commit: r397701 - head/emulators/ppsspp
Jan Beich
jbeich at FreeBSD.org
Thu Sep 24 18:08:57 UTC 2015
Author: jbeich
Date: Thu Sep 24 18:08:56 2015
New Revision: 397701
URL: https://svnweb.freebsd.org/changeset/ports/397701
Log:
emulators/ppsspp: generate better .desktop file
The one from Debian was very basic and removed upstream.
Modified:
head/emulators/ppsspp/Makefile (contents, props changed)
head/emulators/ppsspp/pkg-plist (contents, props changed)
Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile Thu Sep 24 18:08:15 2015 (r397700)
+++ head/emulators/ppsspp/Makefile Thu Sep 24 18:08:56 2015 (r397701)
@@ -40,6 +40,13 @@ QMAKE_ARGS= CONFIG+="system_ffmpeg" LREL
NINJA_VERBOSE= yes
NO_INSTALL= yes # ports/202949
+DESKTOP_ENTRIES="PPSSPP" \
+ "" \
+ "${PORTNAME}" \
+ "${PORTNAME} %f" \
+ "Game;Emulator;" \
+ ""
+
OPTIONS_DEFAULT=QT5
OPTIONS_SINGLE= GUI
OPTIONS_SINGLE_GUI= QT4 QT5 SDL
@@ -85,8 +92,6 @@ do-install-SDL-off:
${STAGEDIR}${PREFIX}/bin
post-install:
- ${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.desktop \
- ${STAGEDIR}${DESKTOPDIR}
${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 \
${STAGEDIR}${MAN1PREFIX}/man/man1
(cd ${WRKSRC}/assets/unix-icons && ${COPYTREE_SHARE} \
Modified: head/emulators/ppsspp/pkg-plist
==============================================================================
--- head/emulators/ppsspp/pkg-plist Thu Sep 24 18:08:15 2015 (r397700)
+++ head/emulators/ppsspp/pkg-plist Thu Sep 24 18:08:56 2015 (r397701)
@@ -1,6 +1,5 @@
bin/ppsspp
man/man1/ppsspp.1.gz
-share/applications/ppsspp.desktop
share/icons/hicolor/128x128/apps/ppsspp.png
share/icons/hicolor/16x16/apps/ppsspp.png
share/icons/hicolor/24x24/apps/ppsspp.png
More information about the svn-ports-head
mailing list