Date: Thu, 11 Sep 2014 22:30:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367993 - head/cad/gtkwave Message-ID: <201409112230.s8BMUhQN097442@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Sep 11 22:30:43 2014 New Revision: 367993 URL: http://svnweb.freebsd.org/changeset/ports/367993 QAT: https://qat.redports.org/buildarchive/r367993/ Log: - Allow staging as a regular user - USES=shared-mime-info Modified: head/cad/gtkwave/Makefile head/cad/gtkwave/pkg-descr head/cad/gtkwave/pkg-plist Modified: head/cad/gtkwave/Makefile ============================================================================== --- head/cad/gtkwave/Makefile Thu Sep 11 22:14:01 2014 (r367992) +++ head/cad/gtkwave/Makefile Thu Sep 11 22:30:43 2014 (r367993) @@ -3,15 +3,16 @@ PORTNAME= gtkwave PORTVERSION= 3.3.60 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://gtkwave.sourceforge.net/ -DISTNAME= gtkwave-${PORTVERSION} MAINTAINER= zeising@FreeBSD.org COMMENT= Electronic Waveform Viewer -USES= desktop-file-utils gmake pkgconfig +USES= desktop-file-utils gmake pkgconfig shared-mime-info GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-mime-update USE_GNOME= gtk20 INSTALLS_ICONS= yes Modified: head/cad/gtkwave/pkg-descr ============================================================================== --- head/cad/gtkwave/pkg-descr Thu Sep 11 22:14:01 2014 (r367992) +++ head/cad/gtkwave/pkg-descr Thu Sep 11 22:30:43 2014 (r367993) @@ -2,4 +2,4 @@ GTKWave is a fully featured GTK+ based w Win32 which reads LXT, LXT2, VZT, and GHW files as well as standard Verilog VCD/EVCD files and allows their viewing. -WWW: http://gtkwave.sourceforge.net/ +WWW: http://gtkwave.sourceforge.net/ Modified: head/cad/gtkwave/pkg-plist ============================================================================== --- head/cad/gtkwave/pkg-plist Thu Sep 11 22:14:01 2014 (r367992) +++ head/cad/gtkwave/pkg-plist Thu Sep 11 22:30:43 2014 (r367993) @@ -33,17 +33,6 @@ man/man1/vermin.1.gz man/man1/vzt2vcd.1.gz man/man1/vztminer.1.gz man/man5/gtkwaverc.5.gz -share/mime/application/vnd.gtkwave-ae2.xml -share/mime/application/vnd.gtkwave-aet.xml -share/mime/application/vnd.gtkwave-evcd.xml -share/mime/application/vnd.gtkwave-fst.xml -share/mime/application/vnd.gtkwave-ghw.xml -share/mime/application/vnd.gtkwave-gtkw.xml -share/mime/application/vnd.gtkwave-lx2.xml -share/mime/application/vnd.gtkwave-lxt2.xml -share/mime/application/vnd.gtkwave-lxt.xml -share/mime/application/vnd.gtkwave-vcd.xml -share/mime/application/vnd.gtkwave-vzt.xml share/mime/packages/x-gtkwave-extension-ae2.xml share/mime/packages/x-gtkwave-extension-aet.xml share/mime/packages/x-gtkwave-extension-evcd.xml @@ -95,6 +84,7 @@ share/icons/gnome/48x48/mimetypes/gnome- share/icons/gtkwave_256x256x32.png share/icons/gtkwave_files_256x256x32.png share/icons/gtkwave_savefiles_256x256x32.png +%%EXAMPLESDIR%%/des.fst %%EXAMPLESDIR%%/des.gtkw %%EXAMPLESDIR%%/des.tcl %%EXAMPLESDIR%%/des.v @@ -103,9 +93,6 @@ share/icons/gtkwave_savefiles_256x256x32 %%EXAMPLESDIR%%/transaction.c %%EXAMPLESDIR%%/gtkwaverc @dirrm %%EXAMPLESDIR%% -@dirrmtry share/mime/application -@dirrmtry share/mime/packages -@dirrmtry share/mime @dirrmtry share/icons/gnome/16x16/mimetypes @dirrmtry share/icons/gnome/16x16 @dirrmtry share/icons/gnome/32x32/mimetypes @@ -113,6 +100,3 @@ share/icons/gtkwave_savefiles_256x256x32 @dirrmtry share/icons/gnome/48x48/mimetypes @dirrmtry share/icons/gnome/48x48 @dirrmtry share/icons/gnome -@dirrmtry share/icons -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409112230.s8BMUhQN097442>