mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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:
parent
a4eb6292ff
commit
d321be23d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310844
@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/aTunes%20${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
|
||||
|
||||
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
|
||||
USE_JAVA= yes
|
||||
@ -65,7 +65,7 @@ RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac
|
||||
|
||||
DESKTOP_ENTRIES="aTunes" \
|
||||
"Audio player and manager" \
|
||||
"${DATADIR}/aTunes.ico" \
|
||||
"${PREFIX}/share/pixmaps/atunes.png" \
|
||||
"aTunes" \
|
||||
"Audio;AudioVideo;Java;" \
|
||||
true
|
||||
|
@ -31,7 +31,7 @@ USE_RUBY= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
DESKTOP_ENTRIES="Rubyripper" "Secure Audio Disc Ripper" \
|
||||
"${PORTNAME}.png" "rrip_gtk2" "Audio;AudioVideo;" false
|
||||
"${PORTNAME}" "rrip_gtk2" "Audio;AudioVideo;" false
|
||||
|
||||
post-patch:
|
||||
# fix an apparent typo
|
||||
|
@ -18,9 +18,9 @@ JAVA_VERSION= 1.6+
|
||||
|
||||
DESKTOP_ENTRIES="ANTLRWorks" \
|
||||
"ANTLR GUI Development Environment" \
|
||||
"antlrworks.png" \
|
||||
"${PREFIX}/share/pixmaps/antlrworks.png" \
|
||||
"antlrworks" \
|
||||
"Application;Development;" \
|
||||
"Development;Java;" \
|
||||
true
|
||||
|
||||
PLIST_FILES= bin/antlrworks \
|
||||
|
@ -39,7 +39,7 @@ PORTDATA= bazaar examples reference tutorial uppsrc GCC.bm
|
||||
|
||||
DESKTOP_ENTRIES="TheIDE" "IDE for cross-platform C++ development" \
|
||||
"${DATADIR}/uppsrc/ide/theide-48.png" "theide" \
|
||||
"Application;Development;IDE;" ${FALSE}
|
||||
"Development;IDE;GTK;" false
|
||||
|
||||
OPTIONS_DEFINE= SDL OPENGL MYSQL PGSQL USEMALLOC
|
||||
USEMALLOC_DESC= Compile without U++ heap allocator
|
||||
|
@ -34,8 +34,8 @@ SUB_FILES= omegaT.sh omegat.prefs
|
||||
|
||||
DESKTOP_ENTRIES="OmegaT" "Translation memory application" \
|
||||
"${DATADIR}/images/OmegaT.png" \
|
||||
"omegaT" "Application;Office;WordProcessor;" \
|
||||
${FALSE}
|
||||
"omegaT" "Office;WordProcessor;Java;" \
|
||||
false
|
||||
|
||||
post-build:
|
||||
@cd ${WRKDIR} && ${MV} 'dist' ${PORTNAME}
|
||||
|
@ -8,7 +8,7 @@ CATEGORIES= games
|
||||
MASTER_SITES= http://ironphoenix.org/tril/gtklife/
|
||||
|
||||
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
|
||||
|
||||
@ -29,7 +29,7 @@ DESKTOP_ENTRIES="GtkLife" \
|
||||
"Play Conway's Game of Life" \
|
||||
"gtklife" \
|
||||
"gtklife" \
|
||||
"Application;Game;Simulation;" \
|
||||
"Game;Simulation;" \
|
||||
${STARTUP_NOTIFY}
|
||||
|
||||
OPTIONS_DEFINE= GTK2
|
||||
|
@ -108,12 +108,12 @@ RUN_DEPENDS+= ${Q3SERVER}${BINSUFFIX}:${PORTSDIR}/games/${PORTNAME}-server
|
||||
. if !defined(WITHOUT_CLIENT)
|
||||
DESKTOP_ENTRIES+= "${Q3CLIENT} ${Q3ENGINEVER}" "${COMMENT}" \
|
||||
"${Q3ICON}" \
|
||||
"${Q3CLIENT}${BINSUFFIX}" "Application;Game;" false
|
||||
"${Q3CLIENT}${BINSUFFIX}" "Game;" false
|
||||
. endif
|
||||
. if defined(WITH_SMP)
|
||||
DESKTOP_ENTRIES+= "${Q3CLIENT} ${Q3ENGINEVER} SMP" "${COMMENT}" \
|
||||
"${Q3ICON}" \
|
||||
"${Q3CLIENT}-smp${BINSUFFIX}" "Application;Game;" false
|
||||
"${Q3CLIENT}-smp${BINSUFFIX}" "Game;" false
|
||||
. endif
|
||||
.endif
|
||||
|
||||
|
@ -26,7 +26,7 @@ PORTDOCS= *
|
||||
|
||||
DESKTOP_ENTRIES="Me and My Shadow" \
|
||||
"Puzzle/platform game" \
|
||||
"meandmyshadow.png" \
|
||||
"${PREFIX}/share/pixmaps/meandmyshadow.png" \
|
||||
"meandmyshadow" \
|
||||
"Game;LogicGame;" \
|
||||
false
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.11
|
||||
DISTNAME= pouetChess_0.11_src
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= An open-source 3D chess game
|
||||
COMMENT= Open-source 3D chess game
|
||||
|
||||
USE_SDL= sdl image
|
||||
USE_GL= gl
|
||||
@ -25,7 +25,7 @@ DESKTOP_ENTRIES="pouetChess" \
|
||||
"Play chess" \
|
||||
"${DATADIR}/textures/1.png" \
|
||||
"pouetChess" \
|
||||
"Application;Game;" \
|
||||
"Game;BoardGame;" \
|
||||
false
|
||||
|
||||
post-patch:
|
||||
|
@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION:C/^([0-9]+\.[0-9]+)\..*/\
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}_nix_bsd
|
||||
|
||||
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= MIT ZLIB
|
||||
@ -58,8 +58,8 @@ DESKTOP_ENTRIES="Red Eclipse" \
|
||||
"${COMMENT}" \
|
||||
"${PREFIX}/share/pixmaps/redeclipse.ico" \
|
||||
"reclient" \
|
||||
"Application;Game;" \
|
||||
${FALSE}
|
||||
"Game;" \
|
||||
false
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_DEDICATED)
|
||||
|
@ -51,7 +51,7 @@ DESKTOP_ENTRIES="ScummVM" \
|
||||
"ScummVM - Run classic adventure games" \
|
||||
"${DATADIR}/scummvm.svg" \
|
||||
"scummvm" \
|
||||
"Application;Game;" \
|
||||
"Game;AdventureGame;" \
|
||||
false
|
||||
|
||||
PLIST_FILES= bin/scummvm \
|
||||
|
@ -27,7 +27,7 @@ DESKTOP_ENTRIES="Variations on Rockdodger" \
|
||||
"Dodge the rocks until you die" \
|
||||
"${DATADIR}/icon.png" \
|
||||
"vor" \
|
||||
"Application;Game;ArcadeGame;" \
|
||||
"Game;ArcadeGame;" \
|
||||
false
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -31,7 +31,7 @@ DESKTOP_ENTRIES="Kudu" \
|
||||
"Edit 3D models" \
|
||||
"${DATADIR}/images/logo.png" \
|
||||
"kudu" \
|
||||
"Application;Graphics;" \
|
||||
"Graphics;3DGraphics;GTK;" \
|
||||
true
|
||||
|
||||
post-patch:
|
||||
|
@ -33,7 +33,7 @@ USE_DOS2UNIX= dlg_about.cpp
|
||||
MAN1= saga_cmd.1 saga_gui.1
|
||||
|
||||
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_DEFAULT= UNICODE PYTHON
|
||||
|
@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/TV-Browser%20Releases%20%28Java%206%20and%20higher%
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}_bin
|
||||
|
||||
MAINTAINER= lme@FreeBSD.org
|
||||
COMMENT= A digital TV guide
|
||||
COMMENT= Digital TV guide
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USE_LDCONFIG= yes
|
||||
@ -22,10 +22,10 @@ JAVA_VERSION= 1.6+
|
||||
SUB_FILES= tvbrowser
|
||||
|
||||
DESKTOP_ENTRIES="TV-Browser" \
|
||||
"A digital TV guide" \
|
||||
"${COMMENT}" \
|
||||
"${DATADIR}/imgs/tvbrowser128.png" \
|
||||
"tvbrowser" \
|
||||
"Application;Video;AudioVideo;TV;" \
|
||||
"Video;AudioVideo;TV;Java;" \
|
||||
true
|
||||
|
||||
do-install:
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
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
|
||||
RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder
|
||||
@ -27,7 +27,7 @@ USE_GNOME= gnomehack gnomeprefix libgnomeui
|
||||
MAN1= gmencoder.1
|
||||
|
||||
DESKTOP_ENTRIES= "Gmencoder" "Gnome2 front-end to mplayer/mencoder" \
|
||||
"" "gmencoder" "GNOME;Application;AudioVideo;" false
|
||||
"" "gmencoder" "GNOME;AudioVideo;" false
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -41,7 +41,7 @@ DIR2PRUNE= resources/AppData/Games \
|
||||
DESKTOP_ENTRIES="Mercury Messenger" "${COMMENT}" \
|
||||
"${INSTDIR}/resources/online.png" \
|
||||
"${SUB_FILES}" \
|
||||
"Application;InstantMessaging;Java;Network;" true
|
||||
"InstantMessaging;Java;Network;" true
|
||||
|
||||
.if defined(WITH_VIDEO) # Experimental
|
||||
VIDJAR= VidConf-libs.jar
|
||||
|
@ -37,7 +37,7 @@ MOZ_OPTIONS= ${CONFIGURE_TARGET} \
|
||||
|
||||
DESKTOP_ENTRIES="Kompozer" "${COMMENT}" \
|
||||
"${PREFIX}/lib/kompozer/icons/mozicon50.xpm" "${PORTNAME}" \
|
||||
"Application;Network;" true
|
||||
"Network;Development;WebDevelopment;" true
|
||||
|
||||
NOT_FOR_ARCHS= ia64
|
||||
NOT_FOR_ARCHS_REASON_ia64= does not build
|
||||
|
@ -67,9 +67,9 @@ USE_XORG= x11 xproto
|
||||
CONFIGURE_ARGS+= --with-x
|
||||
DESKTOP_ENTRIES="Links" \
|
||||
"Lynx-like hacked WWW browser" \
|
||||
"links" \
|
||||
"${PREFIX}/share/pixmaps/links.xpm" \
|
||||
"links -g" \
|
||||
"Application;Network;WebBrowser;" \
|
||||
"Network;WebBrowser;" \
|
||||
false
|
||||
PLIST_FILES+= share/pixmaps/links.xpm
|
||||
.else
|
||||
|
@ -35,10 +35,10 @@ PLIST_FILES= bin/rssowl %%DATADIR%%/rssowl.jar share/pixmaps/rssowl.png
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
DESKTOP_ENTRIES="RSSOwl" \
|
||||
"Read newsfeeds" \
|
||||
"rssowl.png" \
|
||||
"Newsfeeds reader" \
|
||||
"${PREFIX}/share/pixmaps/rssowl.png" \
|
||||
"rssowl" \
|
||||
"Application;Network;News;" \
|
||||
"Network;News;Java;" \
|
||||
true
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user