svn commit: r487511 - head/x11-fm/nautilus

Koop Mast kwm at FreeBSD.org
Sat Dec 15 14:26:56 UTC 2018


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 \


More information about the svn-ports-all mailing list