- 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 from COMMENT

Approved by:	maintainers
This commit is contained in:
Max Brazhnikov 2013-01-22 23:12:20 +00:00
parent a4eb6292ff
commit d321be23d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310844
20 changed files with 34 additions and 34 deletions

View file

@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/aTunes%20${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
MAINTAINER= lme@FreeBSD.org MAINTAINER= lme@FreeBSD.org
COMMENT= A full-featured audio player and manager developed in Java COMMENT= Full-featured audio player and manager developed in Java
NO_BUILD= yes NO_BUILD= yes
USE_JAVA= yes USE_JAVA= yes
@ -65,7 +65,7 @@ RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac
DESKTOP_ENTRIES="aTunes" \ DESKTOP_ENTRIES="aTunes" \
"Audio player and manager" \ "Audio player and manager" \
"${DATADIR}/aTunes.ico" \ "${PREFIX}/share/pixmaps/atunes.png" \
"aTunes" \ "aTunes" \
"Audio;AudioVideo;Java;" \ "Audio;AudioVideo;Java;" \
true true

View file

@ -31,7 +31,7 @@ USE_RUBY= yes
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
DESKTOP_ENTRIES="Rubyripper" "Secure Audio Disc Ripper" \ DESKTOP_ENTRIES="Rubyripper" "Secure Audio Disc Ripper" \
"${PORTNAME}.png" "rrip_gtk2" "Audio;AudioVideo;" false "${PORTNAME}" "rrip_gtk2" "Audio;AudioVideo;" false
post-patch: post-patch:
# fix an apparent typo # fix an apparent typo

View file

@ -18,9 +18,9 @@ JAVA_VERSION= 1.6+
DESKTOP_ENTRIES="ANTLRWorks" \ DESKTOP_ENTRIES="ANTLRWorks" \
"ANTLR GUI Development Environment" \ "ANTLR GUI Development Environment" \
"antlrworks.png" \ "${PREFIX}/share/pixmaps/antlrworks.png" \
"antlrworks" \ "antlrworks" \
"Application;Development;" \ "Development;Java;" \
true true
PLIST_FILES= bin/antlrworks \ PLIST_FILES= bin/antlrworks \

View file

@ -39,7 +39,7 @@ PORTDATA= bazaar examples reference tutorial uppsrc GCC.bm
DESKTOP_ENTRIES="TheIDE" "IDE for cross-platform C++ development" \ DESKTOP_ENTRIES="TheIDE" "IDE for cross-platform C++ development" \
"${DATADIR}/uppsrc/ide/theide-48.png" "theide" \ "${DATADIR}/uppsrc/ide/theide-48.png" "theide" \
"Application;Development;IDE;" ${FALSE} "Development;IDE;GTK;" false
OPTIONS_DEFINE= SDL OPENGL MYSQL PGSQL USEMALLOC OPTIONS_DEFINE= SDL OPENGL MYSQL PGSQL USEMALLOC
USEMALLOC_DESC= Compile without U++ heap allocator USEMALLOC_DESC= Compile without U++ heap allocator

View file

@ -34,8 +34,8 @@ SUB_FILES= omegaT.sh omegat.prefs
DESKTOP_ENTRIES="OmegaT" "Translation memory application" \ DESKTOP_ENTRIES="OmegaT" "Translation memory application" \
"${DATADIR}/images/OmegaT.png" \ "${DATADIR}/images/OmegaT.png" \
"omegaT" "Application;Office;WordProcessor;" \ "omegaT" "Office;WordProcessor;Java;" \
${FALSE} false
post-build: post-build:
@cd ${WRKDIR} && ${MV} 'dist' ${PORTNAME} @cd ${WRKDIR} && ${MV} 'dist' ${PORTNAME}

View file

@ -8,7 +8,7 @@ CATEGORIES= games
MASTER_SITES= http://ironphoenix.org/tril/gtklife/ MASTER_SITES= http://ironphoenix.org/tril/gtklife/
MAINTAINER= eadler@FreeBSD.org MAINTAINER= eadler@FreeBSD.org
COMMENT= A GTK+ implementation of Conway's Game of Life COMMENT= GTK+ implementation of Conway's Game of Life
LICENSE= GPLv2 LICENSE= GPLv2
@ -29,7 +29,7 @@ DESKTOP_ENTRIES="GtkLife" \
"Play Conway's Game of Life" \ "Play Conway's Game of Life" \
"gtklife" \ "gtklife" \
"gtklife" \ "gtklife" \
"Application;Game;Simulation;" \ "Game;Simulation;" \
${STARTUP_NOTIFY} ${STARTUP_NOTIFY}
OPTIONS_DEFINE= GTK2 OPTIONS_DEFINE= GTK2

View file

@ -108,12 +108,12 @@ RUN_DEPENDS+= ${Q3SERVER}${BINSUFFIX}:${PORTSDIR}/games/${PORTNAME}-server
. if !defined(WITHOUT_CLIENT) . if !defined(WITHOUT_CLIENT)
DESKTOP_ENTRIES+= "${Q3CLIENT} ${Q3ENGINEVER}" "${COMMENT}" \ DESKTOP_ENTRIES+= "${Q3CLIENT} ${Q3ENGINEVER}" "${COMMENT}" \
"${Q3ICON}" \ "${Q3ICON}" \
"${Q3CLIENT}${BINSUFFIX}" "Application;Game;" false "${Q3CLIENT}${BINSUFFIX}" "Game;" false
. endif . endif
. if defined(WITH_SMP) . if defined(WITH_SMP)
DESKTOP_ENTRIES+= "${Q3CLIENT} ${Q3ENGINEVER} SMP" "${COMMENT}" \ DESKTOP_ENTRIES+= "${Q3CLIENT} ${Q3ENGINEVER} SMP" "${COMMENT}" \
"${Q3ICON}" \ "${Q3ICON}" \
"${Q3CLIENT}-smp${BINSUFFIX}" "Application;Game;" false "${Q3CLIENT}-smp${BINSUFFIX}" "Game;" false
. endif . endif
.endif .endif

View file

@ -26,7 +26,7 @@ PORTDOCS= *
DESKTOP_ENTRIES="Me and My Shadow" \ DESKTOP_ENTRIES="Me and My Shadow" \
"Puzzle/platform game" \ "Puzzle/platform game" \
"meandmyshadow.png" \ "${PREFIX}/share/pixmaps/meandmyshadow.png" \
"meandmyshadow" \ "meandmyshadow" \
"Game;LogicGame;" \ "Game;LogicGame;" \
false false

View file

@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.11
DISTNAME= pouetChess_0.11_src DISTNAME= pouetChess_0.11_src
MAINTAINER= amdmi3@FreeBSD.org MAINTAINER= amdmi3@FreeBSD.org
COMMENT= An open-source 3D chess game COMMENT= Open-source 3D chess game
USE_SDL= sdl image USE_SDL= sdl image
USE_GL= gl USE_GL= gl
@ -25,7 +25,7 @@ DESKTOP_ENTRIES="pouetChess" \
"Play chess" \ "Play chess" \
"${DATADIR}/textures/1.png" \ "${DATADIR}/textures/1.png" \
"pouetChess" \ "pouetChess" \
"Application;Game;" \ "Game;BoardGame;" \
false false
post-patch: post-patch:

View file

@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION:C/^([0-9]+\.[0-9]+)\..*/\
DISTNAME= ${PORTNAME}_${PORTVERSION}_nix_bsd DISTNAME= ${PORTNAME}_${PORTVERSION}_nix_bsd
MAINTAINER= amdmi3@FreeBSD.org MAINTAINER= amdmi3@FreeBSD.org
COMMENT= A single-player and multi-player first-person ego-shooter COMMENT= Single-player and multi-player first-person ego-shooter
LICENSE_COMB= multi LICENSE_COMB= multi
LICENSE= MIT ZLIB LICENSE= MIT ZLIB
@ -58,8 +58,8 @@ DESKTOP_ENTRIES="Red Eclipse" \
"${COMMENT}" \ "${COMMENT}" \
"${PREFIX}/share/pixmaps/redeclipse.ico" \ "${PREFIX}/share/pixmaps/redeclipse.ico" \
"reclient" \ "reclient" \
"Application;Game;" \ "Game;" \
${FALSE} false
.endif .endif
.if !defined(WITHOUT_DEDICATED) .if !defined(WITHOUT_DEDICATED)

View file

@ -51,7 +51,7 @@ DESKTOP_ENTRIES="ScummVM" \
"ScummVM - Run classic adventure games" \ "ScummVM - Run classic adventure games" \
"${DATADIR}/scummvm.svg" \ "${DATADIR}/scummvm.svg" \
"scummvm" \ "scummvm" \
"Application;Game;" \ "Game;AdventureGame;" \
false false
PLIST_FILES= bin/scummvm \ PLIST_FILES= bin/scummvm \

View file

@ -27,7 +27,7 @@ DESKTOP_ENTRIES="Variations on Rockdodger" \
"Dodge the rocks until you die" \ "Dodge the rocks until you die" \
"${DATADIR}/icon.png" \ "${DATADIR}/icon.png" \
"vor" \ "vor" \
"Application;Game;ArcadeGame;" \ "Game;ArcadeGame;" \
false false
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)

View file

@ -31,7 +31,7 @@ DESKTOP_ENTRIES="Kudu" \
"Edit 3D models" \ "Edit 3D models" \
"${DATADIR}/images/logo.png" \ "${DATADIR}/images/logo.png" \
"kudu" \ "kudu" \
"Application;Graphics;" \ "Graphics;3DGraphics;GTK;" \
true true
post-patch: post-patch:

View file

@ -33,7 +33,7 @@ USE_DOS2UNIX= dlg_about.cpp
MAN1= saga_cmd.1 saga_gui.1 MAN1= saga_cmd.1 saga_gui.1
DESKTOP_ENTRIES= "SAGA GIS" "${COMMENT}" "${DATADIR}/saga_icon_32.xpm" \ DESKTOP_ENTRIES= "SAGA GIS" "${COMMENT}" "${DATADIR}/saga_icon_32.xpm" \
"saga_gui" "Application;Math;" true "saga_gui" "Science;Geoscience;Math;" true
OPTIONS_DEFINE= UNICODE PYTHON HARU VIGRA OPTIONS_DEFINE= UNICODE PYTHON HARU VIGRA
OPTIONS_DEFAULT= UNICODE PYTHON OPTIONS_DEFAULT= UNICODE PYTHON

View file

@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/TV-Browser%20Releases%20%28Java%206%20and%20higher%
DISTNAME= ${PORTNAME}_${PORTVERSION}_bin DISTNAME= ${PORTNAME}_${PORTVERSION}_bin
MAINTAINER= lme@FreeBSD.org MAINTAINER= lme@FreeBSD.org
COMMENT= A digital TV guide COMMENT= Digital TV guide
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_LDCONFIG= yes USE_LDCONFIG= yes
@ -22,10 +22,10 @@ JAVA_VERSION= 1.6+
SUB_FILES= tvbrowser SUB_FILES= tvbrowser
DESKTOP_ENTRIES="TV-Browser" \ DESKTOP_ENTRIES="TV-Browser" \
"A digital TV guide" \ "${COMMENT}" \
"${DATADIR}/imgs/tvbrowser128.png" \ "${DATADIR}/imgs/tvbrowser128.png" \
"tvbrowser" \ "tvbrowser" \
"Application;Video;AudioVideo;TV;" \ "Video;AudioVideo;TV;Java;" \
true true
do-install: do-install:

View file

@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
MAINTAINER= gahr@FreeBSD.org MAINTAINER= gahr@FreeBSD.org
COMMENT= Gmencoder is Gnome2 front-end to mplayer/mencoder COMMENT= Gnome2 front-end to mplayer/mencoder
BUILD_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder BUILD_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder
RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder
@ -27,7 +27,7 @@ USE_GNOME= gnomehack gnomeprefix libgnomeui
MAN1= gmencoder.1 MAN1= gmencoder.1
DESKTOP_ENTRIES= "Gmencoder" "Gnome2 front-end to mplayer/mencoder" \ DESKTOP_ENTRIES= "Gmencoder" "Gnome2 front-end to mplayer/mencoder" \
"" "gmencoder" "GNOME;Application;AudioVideo;" false "" "gmencoder" "GNOME;AudioVideo;" false
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>

View file

@ -41,7 +41,7 @@ DIR2PRUNE= resources/AppData/Games \
DESKTOP_ENTRIES="Mercury Messenger" "${COMMENT}" \ DESKTOP_ENTRIES="Mercury Messenger" "${COMMENT}" \
"${INSTDIR}/resources/online.png" \ "${INSTDIR}/resources/online.png" \
"${SUB_FILES}" \ "${SUB_FILES}" \
"Application;InstantMessaging;Java;Network;" true "InstantMessaging;Java;Network;" true
.if defined(WITH_VIDEO) # Experimental .if defined(WITH_VIDEO) # Experimental
VIDJAR= VidConf-libs.jar VIDJAR= VidConf-libs.jar

View file

@ -37,7 +37,7 @@ MOZ_OPTIONS= ${CONFIGURE_TARGET} \
DESKTOP_ENTRIES="Kompozer" "${COMMENT}" \ DESKTOP_ENTRIES="Kompozer" "${COMMENT}" \
"${PREFIX}/lib/kompozer/icons/mozicon50.xpm" "${PORTNAME}" \ "${PREFIX}/lib/kompozer/icons/mozicon50.xpm" "${PORTNAME}" \
"Application;Network;" true "Network;Development;WebDevelopment;" true
NOT_FOR_ARCHS= ia64 NOT_FOR_ARCHS= ia64
NOT_FOR_ARCHS_REASON_ia64= does not build NOT_FOR_ARCHS_REASON_ia64= does not build

View file

@ -67,9 +67,9 @@ USE_XORG= x11 xproto
CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --with-x
DESKTOP_ENTRIES="Links" \ DESKTOP_ENTRIES="Links" \
"Lynx-like hacked WWW browser" \ "Lynx-like hacked WWW browser" \
"links" \ "${PREFIX}/share/pixmaps/links.xpm" \
"links -g" \ "links -g" \
"Application;Network;WebBrowser;" \ "Network;WebBrowser;" \
false false
PLIST_FILES+= share/pixmaps/links.xpm PLIST_FILES+= share/pixmaps/links.xpm
.else .else

View file

@ -35,10 +35,10 @@ PLIST_FILES= bin/rssowl %%DATADIR%%/rssowl.jar share/pixmaps/rssowl.png
PLIST_DIRS= %%DATADIR%% PLIST_DIRS= %%DATADIR%%
DESKTOP_ENTRIES="RSSOwl" \ DESKTOP_ENTRIES="RSSOwl" \
"Read newsfeeds" \ "Newsfeeds reader" \
"rssowl.png" \ "${PREFIX}/share/pixmaps/rssowl.png" \
"rssowl" \ "rssowl" \
"Application;Network;News;" \ "Network;News;Java;" \
true true
post-patch: post-patch: