Fix DESKTOP_ENTRIES:
- Icon field must be either absolute path or icon name if installation follows Icon Theme Specification
- Remove invalid categories
- StartupNotify field must be literally false/true, not ${FALSE}/${TRUE}
This commit is contained in:
@@ -42,7 +42,7 @@ J3DLIB= ${JAVA_HOME}/jre/lib/ext/j3dcore.jar
|
||||
PLUGINDIR= ${PREFIX}/libexec/${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
DESKTOP_ENTRIES="Electric-NG" "${COMMENT}" "${PORTNAME}${PKGNAMESUFFIX}" \
|
||||
"${PORTNAME}${PKGNAMESUFFIX}" "Development;Electronics;Engineering;" ${FALSE}
|
||||
"${PORTNAME}${PKGNAMESUFFIX}" "Development;Electronics;Engineering;" false
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
||||
+2
-2
@@ -26,7 +26,7 @@ OPTIONS_SUB= yes
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_OFF= --disable-nls
|
||||
|
||||
DESKTOP_ENTRIES="${PORTNAME}" "${COMMENT}" "${PORTNAME}.xpm" \
|
||||
"${PORTNAME}" "Utility;" ${FALSE}
|
||||
DESKTOP_ENTRIES="${PORTNAME}" "${COMMENT}" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Utility;" false
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -78,7 +78,7 @@ DESKTOP_ENTRIES="Padre" \
|
||||
"The Perl IDE" \
|
||||
"${PREFIX}/${SITE_PERL_REL}/auto/share/dist/Padre/icons/padre/64x64/logo.png" \
|
||||
"padre" \
|
||||
"Development;Perl;IDE;" \
|
||||
"Development;IDE;" \
|
||||
""
|
||||
|
||||
WXSC_NAME= Wx-Scintilla
|
||||
|
||||
@@ -12,7 +12,7 @@ COMMENT= Vertically scrolling shoot'em up
|
||||
USES= qmake
|
||||
USE_QT4= multimedia network moc_build rcc_build
|
||||
|
||||
DESKTOP_ENTRIES= Flukz "" ${PORTNAME}.png \
|
||||
DESKTOP_ENTRIES= Flukz "" ${PORTNAME} \
|
||||
${PORTNAME} "Game;ArcadeGame;" true
|
||||
|
||||
PLIST_FILES= bin/flukz \
|
||||
|
||||
@@ -22,7 +22,7 @@ WX_COMPS= wx:lib
|
||||
WX_UNICODE= yes
|
||||
|
||||
DESKTOP_ENTRIES="Train Director" "${COMMENT}" "" "traindir3" \
|
||||
"Game;Simulation;StrategyGame;" ${FALSE}
|
||||
"Game;Simulation;StrategyGame;" false
|
||||
|
||||
PLIST_FILES= bin/traindir3
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ PORTDOCS= ChangeLog
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DESKTOP_ENTRIES="Boxer" "" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Application;Graphics;" ""
|
||||
"${PORTNAME}" "Graphics;" ""
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
|
||||
|
||||
@@ -30,7 +30,7 @@ INSTALLS_ICONS= yes
|
||||
PORTDOCS= *
|
||||
|
||||
DESKTOP_ENTRIES="XDG-Menu" "" ${PORTNAME} \
|
||||
"${PORTNAME}" "Application;System;" ""
|
||||
"${PORTNAME}" "System;" ""
|
||||
|
||||
OPTIONS_DEFINE= DOCS ROX
|
||||
ROX_DESC= Enable ROX panel applet support
|
||||
|
||||
Reference in New Issue
Block a user