Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Dec 2018 14:26:55 +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: r487511 - head/x11-fm/nautilus
Message-ID:  <201812151426.wBFEQtui047622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Dec 15 14:26:55 2018
New Revision: 487511
URL: https://svnweb.freebsd.org/changeset/ports/487511

Log:
  Add INSTALLS_ICONS.
  
  This fixes leftover issues with icon-theme.cache in evince and totem.
  
  Reported by:	mandree@

Modified:
  head/x11-fm/nautilus/Makefile

Modified: head/x11-fm/nautilus/Makefile
==============================================================================
--- head/x11-fm/nautilus/Makefile	Sat Dec 15 14:25:51 2018	(r487510)
+++ head/x11-fm/nautilus/Makefile	Sat Dec 15 14:26:55 2018	(r487511)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nautilus
 PORTVERSION=	3.28.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-fm gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -22,8 +22,8 @@ PORTSCOUT=	limitw:1,even
 
 USES=		compiler:c11 desktop-file-utils gettext gnome \
 		localbase meson pkgconfig python:3.4+,build tar:xz
-#USE_GNOME=	cairo gdkpixbuf2 gnomedesktop3 introspection:build
 USE_GNOME=	cairo gdkpixbuf2 gnomedesktop3
+INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 USE_XORG=	x11
 MESON_ARGS=	-Denable-packagekit=false \



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