diff options
author | makc <makc@FreeBSD.org> | 2013-01-07 10:07:26 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-01-07 10:07:26 +0800 |
commit | 57a41e98ddc08896ece93315c5f8deb70b0a9934 (patch) | |
tree | 4e5353da2c1d4f4f59bf9fc12fe364c7887a9f49 /emulators/qmc2 | |
parent | 87fe1fcae9056b2d3319ad33c8c2e1777857ec28 (diff) | |
download | freebsd-ports-gnome-57a41e98ddc08896ece93315c5f8deb70b0a9934.tar.gz freebsd-ports-gnome-57a41e98ddc08896ece93315c5f8deb70b0a9934.tar.zst freebsd-ports-gnome-57a41e98ddc08896ece93315c5f8deb70b0a9934.zip |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
Diffstat (limited to 'emulators/qmc2')
-rw-r--r-- | emulators/qmc2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index 5b5e898d8f0c..626db50ef5eb 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -45,10 +45,10 @@ MAKE_ARGS= QTDIR="${QT_PREFIX}" QMAKE="${QMAKE}" \ CC="${CC}" CXX="${CXX}" LINK="${CXX}" MAKE_JOBS_UNSAFE=yes -DESKTOP_ENTRIES="QMC2 (MAME)" "MAME frontend" "${DATADIR}/img/mame.ico" \ - "${PORTNAME}-sdlmame" "Game;Emulator;" "true" \ - "QMC2 (MESS)" "MESS frontend" "${DATADIR}/img/mess.ico" \ - "${PORTNAME}-sdlmess" "Game;Emulator;" "true" +DESKTOP_ENTRIES="QMC2 (MAME)" "MAME frontend" "${DATADIR}/img/mame.png" \ + "${PORTNAME}-sdlmame" "Game;Emulator;Qt;" "true" \ + "QMC2 (MESS)" "MESS frontend" "${DATADIR}/img/mess.png" \ + "${PORTNAME}-sdlmess" "Game;Emulator;Qt;" "true" .include <bsd.port.options.mk> |