Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2015 09:10:57 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390886 - head/Mk
Message-ID:  <201506290910.t5T9Avm7000692@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Jun 29 09:10:57 2015
New Revision: 390886
URL: https://svnweb.freebsd.org/changeset/ports/390886

Log:
  Clarify that INSTALLS_ICONS is only usefull for GTK+ applications.
  
  Differential Revision:	https://reviews.freebsd.org/D2907

Modified:
  head/Mk/bsd.gnome.mk

Modified: head/Mk/bsd.gnome.mk
==============================================================================
--- head/Mk/bsd.gnome.mk	Mon Jun 29 08:15:11 2015	(r390885)
+++ head/Mk/bsd.gnome.mk	Mon Jun 29 09:10:57 2015	(r390886)
@@ -61,10 +61,11 @@ Gnome_Pre_Include=			bsd.gnome.mk
 #				file and add apropriate @exec/@unexec directives for
 #				each .omf file found to track OMF registration database.
 #
-# INSTALLS_ICONS	- If your port installs Freedesktop-style icons to
+# INSTALLS_ICONS	- If a GTK+ port installs Freedesktop-style icons to
 #				${LOCALBASE}/share/icons, then you should use this
-#				macro. If the icons are not cached, they will not be
-#				displayed.
+#				macro. Using this macro insures that icons are cached
+#				and will display correctly. This macro isn't needed
+#				for QT based applications, which use a different method.
 #
 
 # non-version specific components



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506290910.t5T9Avm7000692>