svn commit: r431093 - head/editors/vim

Adam Weinberger adamw at FreeBSD.org
Tue Jan 10 15:23:33 UTC 2017


Author: adamw
Date: Tue Jan 10 15:23:32 2017
New Revision: 431093
URL: https://svnweb.freebsd.org/changeset/ports/431093

Log:
  Set INSTALLS_ICONS when installing the .desktop files.
  
  Reported by:	Kevin Zheng

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Tue Jan 10 15:20:06 2017	(r431092)
+++ head/editors/vim/Makefile	Tue Jan 10 15:23:32 2017	(r431093)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vim
 PORTVERSION=	8.0.0149
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	editors
 
@@ -98,16 +98,19 @@ GNOME_PLIST_SUB=	GUI="" DESKTOP=""
 GNOME_IMPLIES=		NLS
 GNOME_USE=		GNOME=gdkpixbuf2,libgnomeui XORG=ice,sm,glproto,x11,xpm,xt
 GNOME_USES=		desktop-file-utils
+GNOME_VARS=		INSTALLS_ICONS=yes
 
 GTK2_MAKE_ARGS=		CONF_OPT_GUI=--enable-gui=gtk2
 GTK2_PLIST_SUB=		GUI="" DESKTOP=""
 GTK2_USE=		GNOME=gdkpixbuf2,gtk20 XORG=ice,sm,x11,xpm,xt
 GTK2_USES=		desktop-file-utils
+GTK2_VARS=		INSTALLS_ICONS=yes
 
 GTK3_MAKE_ARGS=		CONF_OPT_GUI=--enable-gui=gtk3
 GTK3_PLIST_SUB=		GUI="" DESKTOP=""
 GTK3_USE=		GNOME=cairo,gdkpixbuf2,gtk30 XORG=ice,sm,x11,xpm,xt
 GTK3_USES=		desktop-file-utils
+GTK3_VARS=		INSTALLS_ICONS=yes
 
 MOTIF_MAKE_ARGS=	CONF_OPT_GUI='--enable-gui=motif --with-motif-lib="${MOTIFLIB}"' MOTIFHOME=${LOCALBASE}
 MOTIF_PLIST_SUB=	GUI="" DESKTOP="@comment "


More information about the svn-ports-all mailing list