aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-01-23 07:13:41 +0800
committermakc <makc@FreeBSD.org>2013-01-23 07:13:41 +0800
commitec7820d068f57ffe228af760f4834349e59097cb (patch)
tree4f502ec8b8931d4f8855fe1835f95943aa2bb9fb /www
parent648111d961a91126eaebcc7caa2e9fe4b7777e15 (diff)
downloadfreebsd-ports-gnome-ec7820d068f57ffe228af760f4834349e59097cb.tar.gz
freebsd-ports-gnome-ec7820d068f57ffe228af760f4834349e59097cb.tar.zst
freebsd-ports-gnome-ec7820d068f57ffe228af760f4834349e59097cb.zip
- 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 Approved by: portmgr (bapt), maintainer silence (12 days)
Diffstat (limited to 'www')
-rw-r--r--www/chromium/Makefile6
-rw-r--r--www/links/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 6e295f65f0c2..76d2af6068c3 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://download.goodking.org/downloads/ \
http://files.etoilebsd.net/goodking/
MAINTAINER= chromium@FreeBSD.org
-COMMENT= A mostly BSD-licensed web browser based on WebKit and Gtk+
+COMMENT= Mostly BSD-licensed web browser based on WebKit and Gtk+
LICENSE= BSD LGPL21 MPL
LICENSE_COMB= multi
@@ -50,8 +50,8 @@ USE_GNOME= glib20 gtk20 dconf libxslt
USE_PKGCONFIG= build
MAN1= chrome.1
-DESKTOP_ENTRIES="Chromium" "${COMMENT}" "${DATADIR}/product_logo_48.png" \
- "chrome" "Application;Network;WebBrowser;" true
+DESKTOP_ENTRIES="Chromium" "Web browser" "${DATADIR}/product_logo_48.png" \
+ "chrome" "Network;WebBrowser;GTK;" true
ALL_TARGET= chrome
diff --git a/www/links/Makefile b/www/links/Makefile
index ff70034f9588..9283479ab0c8 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -84,9 +84,9 @@ USE_XORG= x11 xproto
CONFIGURE_ARGS+= --with-x
DESKTOP_ENTRIES="links" \
"Lynx-like text WWW browser" \
- "links" \
+ "${PREFIX}/share/pixmaps/links.xpm" \
"links -g" \
- "Application;Network;WebBrowser;" \
+ "Network;WebBrowser;" \
false
PLIST_FILES+= share/pixmaps/links.xpm
.else