svn commit: r310844 - in head: audio/atunes audio/rubyripper devel/antlrworks devel/upp editors/omegaT games/gtklife games/ioquake3 games/meandmyshadow games/pouetchess games/redeclipse games/scumm...
Max Brazhnikov
makc at FreeBSD.org
Tue Jan 22 23:12:25 UTC 2013
Author: makc
Date: Tue Jan 22 23:12:20 2013
New Revision: 310844
URL: http://svnweb.freebsd.org/changeset/ports/310844
Log:
- 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
Modified:
head/audio/atunes/Makefile
head/audio/rubyripper/Makefile (contents, props changed)
head/devel/antlrworks/Makefile (contents, props changed)
head/devel/upp/Makefile (contents, props changed)
head/editors/omegaT/Makefile (contents, props changed)
head/games/gtklife/Makefile (contents, props changed)
head/games/ioquake3/Makefile (contents, props changed)
head/games/meandmyshadow/Makefile (contents, props changed)
head/games/pouetchess/Makefile (contents, props changed)
head/games/redeclipse/Makefile
head/games/scummvm/Makefile
head/games/vor/Makefile (contents, props changed)
head/graphics/kudu/Makefile (contents, props changed)
head/math/saga/Makefile (contents, props changed)
head/misc/tvbrowser/Makefile (contents, props changed)
head/multimedia/gmencoder/Makefile (contents, props changed)
head/net-im/mercury/Makefile (contents, props changed)
head/www/kompozer/Makefile
head/www/links-hacked/Makefile (contents, props changed)
head/www/rssowl/Makefile (contents, props changed)
Modified: head/audio/atunes/Makefile
==============================================================================
--- head/audio/atunes/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/audio/atunes/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
MAINTAINER= lme at 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/fla
DESKTOP_ENTRIES="aTunes" \
"Audio player and manager" \
- "${DATADIR}/aTunes.ico" \
+ "${PREFIX}/share/pixmaps/atunes.png" \
"aTunes" \
"Audio;AudioVideo;Java;" \
true
Modified: head/audio/rubyripper/Makefile
==============================================================================
--- head/audio/rubyripper/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/audio/rubyripper/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -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
Modified: head/devel/antlrworks/Makefile
==============================================================================
--- head/devel/antlrworks/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/devel/antlrworks/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -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 \
Modified: head/devel/upp/Makefile
==============================================================================
--- head/devel/upp/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/devel/upp/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -39,7 +39,7 @@ PORTDATA= bazaar examples reference tuto
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
Modified: head/editors/omegaT/Makefile
==============================================================================
--- head/editors/omegaT/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/editors/omegaT/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -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}
Modified: head/games/gtklife/Makefile
==============================================================================
--- head/games/gtklife/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/games/gtklife/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -8,7 +8,7 @@ CATEGORIES= games
MASTER_SITES= http://ironphoenix.org/tril/gtklife/
MAINTAINER= eadler at 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
Modified: head/games/ioquake3/Makefile
==============================================================================
--- head/games/ioquake3/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/games/ioquake3/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -108,12 +108,12 @@ RUN_DEPENDS+= ${Q3SERVER}${BINSUFFIX}:${
. 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
Modified: head/games/meandmyshadow/Makefile
==============================================================================
--- head/games/meandmyshadow/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/games/meandmyshadow/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -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
Modified: head/games/pouetchess/Makefile
==============================================================================
--- head/games/pouetchess/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/games/pouetchess/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
DISTNAME= pouetChess_0.11_src
MAINTAINER= amdmi3 at 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:
Modified: head/games/redeclipse/Makefile
==============================================================================
--- head/games/redeclipse/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/games/redeclipse/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}_nix_bsd
MAINTAINER= amdmi3 at 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)
Modified: head/games/scummvm/Makefile
==============================================================================
--- head/games/scummvm/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/games/scummvm/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -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 \
Modified: head/games/vor/Makefile
==============================================================================
--- head/games/vor/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/games/vor/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -27,7 +27,7 @@ DESKTOP_ENTRIES="Variations on Rockdodge
"Dodge the rocks until you die" \
"${DATADIR}/icon.png" \
"vor" \
- "Application;Game;ArcadeGame;" \
+ "Game;ArcadeGame;" \
false
.if !defined(NOPORTDOCS)
Modified: head/graphics/kudu/Makefile
==============================================================================
--- head/graphics/kudu/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/graphics/kudu/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -31,7 +31,7 @@ DESKTOP_ENTRIES="Kudu" \
"Edit 3D models" \
"${DATADIR}/images/logo.png" \
"kudu" \
- "Application;Graphics;" \
+ "Graphics;3DGraphics;GTK;" \
true
post-patch:
Modified: head/math/saga/Makefile
==============================================================================
--- head/math/saga/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/math/saga/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -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
Modified: head/misc/tvbrowser/Makefile
==============================================================================
--- head/misc/tvbrowser/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/misc/tvbrowser/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/TV-Browser%
DISTNAME= ${PORTNAME}_${PORTVERSION}_bin
MAINTAINER= lme at 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:
Modified: head/multimedia/gmencoder/Makefile
==============================================================================
--- head/multimedia/gmencoder/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/multimedia/gmencoder/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= gahr at 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 libgnom
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>
Modified: head/net-im/mercury/Makefile
==============================================================================
--- head/net-im/mercury/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/net-im/mercury/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -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
Modified: head/www/kompozer/Makefile
==============================================================================
--- head/www/kompozer/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/www/kompozer/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -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
Modified: head/www/links-hacked/Makefile
==============================================================================
--- head/www/links-hacked/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/www/links-hacked/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -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
Modified: head/www/rssowl/Makefile
==============================================================================
--- head/www/rssowl/Makefile Tue Jan 22 23:08:50 2013 (r310843)
+++ head/www/rssowl/Makefile Tue Jan 22 23:12:20 2013 (r310844)
@@ -35,10 +35,10 @@ PLIST_FILES= bin/rssowl %%DATADIR%%/rsso
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:
More information about the svn-ports-head
mailing list