Date: Fri, 5 Jul 2013 13:53:33 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322327 - head/deskutils/notecase Message-ID: <201307051353.r65DrX7o047210@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Fri Jul 5 13:53:33 2013 New Revision: 322327 URL: http://svnweb.freebsd.org/changeset/ports/322327 Log: - Fix COMMENT - Rework USE_GNOME and USES PR: ports/180255 Submitted by: bsam Modified: head/deskutils/notecase/Makefile head/deskutils/notecase/pkg-plist (contents, props changed) Modified: head/deskutils/notecase/Makefile ============================================================================== --- head/deskutils/notecase/Makefile Fri Jul 5 13:51:13 2013 (r322326) +++ head/deskutils/notecase/Makefile Fri Jul 5 13:53:33 2013 (r322327) @@ -9,13 +9,13 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= martymac@FreeBSD.org -COMMENT= A hierarchical text notes manager +COMMENT= Hierarchical text notes manager LICENSE= BSD USE_GMAKE= yes -USE_GNOME= gtk20 gtksourceview2 gnomevfs2 desktopfileutils -USES= gettext pkgconfig +USE_GNOME= gtk20 gtksourceview2 gnomevfs2 +USES= desktop-file-utils gettext pkgconfig shared-mime-info USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|h|cpp) @@ -35,8 +35,4 @@ post-patch: @${REINPLACE_CMD} -e 's|^docsdir=.*|docsdir=${DOCSDIR}|' \ ${WRKSRC}/Makefile -post-install: - @-update-mime-database ${PREFIX}/share/mime - @-update-desktop-database - .include <bsd.port.mk> Modified: head/deskutils/notecase/pkg-plist ============================================================================== --- head/deskutils/notecase/pkg-plist Fri Jul 5 13:51:13 2013 (r322326) +++ head/deskutils/notecase/pkg-plist Fri Jul 5 13:53:33 2013 (r322327) @@ -40,8 +40,4 @@ share/mime/packages/notecase.xml share/pixmaps/notecase.xpm @dirrmtry share/locale/fr_CA/LC_MESSAGES @dirrmtry share/locale/fr_CA -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/applications
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307051353.r65DrX7o047210>