From 57a41e98ddc08896ece93315c5f8deb70b0a9934 Mon Sep 17 00:00:00 2001 From: makc Date: Mon, 7 Jan 2013 02:07:26 +0000 Subject: - 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 --- emulators/qmc2/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'emulators/qmc2') 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 -- cgit