Date: Sat, 22 Nov 2014 11:29:52 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1770 - in trunk/www: firefox firefox-nightly Message-ID: <201411221129.sAMBTqPI041468@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Nov 22 11:29:52 2014
New Revision: 1770
Log:
Adwaita (default gtk3) theme doesn't come with any icons
Raleigh used to come with fallback icons but Adwaita doesn't.
Firefox uses theme icons for new tab '+', file dialogs and
download manager. Any other icon theme would work, too.
Modified:
trunk/www/firefox-nightly/Makefile
trunk/www/firefox/Makefile
Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile Sat Nov 22 10:43:16 2014 (r1769)
+++ trunk/www/firefox-nightly/Makefile Sat Nov 22 11:29:52 2014 (r1770)
@@ -80,6 +80,7 @@
.if ${PORT_OPTIONS:MGTK3}
BUILD_DEPENDS+= gtk3>=3.14.3:${PORTSDIR}/x11-toolkits/gtk30
+RUN_DEPENDS+= adwaita-icon-theme>=3.14:${PORTSDIR}/x11-themes/adwaita-icon-theme
.endif
.if ${PORT_OPTIONS:MMACH} && ${PORT_OPTIONS:MPGO}
Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile Sat Nov 22 10:43:16 2014 (r1769)
+++ trunk/www/firefox/Makefile Sat Nov 22 11:29:52 2014 (r1770)
@@ -69,6 +69,7 @@
.if ${PORT_OPTIONS:MGTK3}
BUILD_DEPENDS+= gtk3>=3.14.3:${PORTSDIR}/x11-toolkits/gtk30
+RUN_DEPENDS+= adwaita-icon-theme>=3.14:${PORTSDIR}/x11-themes/adwaita-icon-theme
.endif
post-extract:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411221129.sAMBTqPI041468>
