Date: Thu, 30 Jan 2014 20:49:14 +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: r341884 - head/deskutils/gnochm Message-ID: <201401302049.s0UKnE0j026330@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jan 30 20:49:13 2014 New Revision: 341884 URL: http://svnweb.freebsd.org/changeset/ports/341884 QAT: https://qat.redports.org/buildarchive/r341884/ Log: Stage support Modified: head/deskutils/gnochm/Makefile head/deskutils/gnochm/pkg-plist Modified: head/deskutils/gnochm/Makefile ============================================================================== --- head/deskutils/gnochm/Makefile Thu Jan 30 20:46:40 2014 (r341883) +++ head/deskutils/gnochm/Makefile Thu Jan 30 20:49:13 2014 (r341884) @@ -3,20 +3,20 @@ PORTNAME= gnochm PORTVERSION= 0.9.11 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils python gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A GNOME viewer for CHM files +COMMENT= GNOME viewer for CHM files BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GMAKE= yes -USES= pathfix gettext +USES= desktop-file-utils gettext gmake pathfix shared-mime-info USE_GNOME= gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-mime-update USE_PYTHON= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -24,7 +24,6 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gnochm.schemas INSTALLS_OMF= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$(prefix)/share/man|$(prefix)/man|' ${WRKSRC}/data/Makefile.in Modified: head/deskutils/gnochm/pkg-plist ============================================================================== --- head/deskutils/gnochm/pkg-plist Thu Jan 30 20:46:40 2014 (r341883) +++ head/deskutils/gnochm/pkg-plist Thu Jan 30 20:49:13 2014 (r341884) @@ -28,12 +28,9 @@ share/locale/tr/LC_MESSAGES/gnochm.mo share/locale/vi/LC_MESSAGES/gnochm.mo share/locale/zh_CN/LC_MESSAGES/gnochm.mo share/locale/zh_TW/LC_MESSAGES/gnochm.mo -share/mime/application/x-chm.xml share/mime/packages/gnochm.xml @dirrm share/omf/gnochm @dirrm share/gnome/help/gnochm/C @dirrm share/gnome/help/gnochm @dirrm share/gnochm/glade @dirrm share/gnochm -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401302049.s0UKnE0j026330>