From owner-svn-ports-head@freebsd.org Tue Jul 14 23:26:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91CFB9A141E; Tue, 14 Jul 2015 23:26:19 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D0E71652; Tue, 14 Jul 2015 23:26:19 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ENQJiF009734; Tue, 14 Jul 2015 23:26:19 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6ENQJi0009733; Tue, 14 Jul 2015 23:26:19 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507142326.t6ENQJi0009733@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 14 Jul 2015 23:26:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392110 - head/graphics/evince-lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 23:26:19 -0000 Author: kwm Date: Tue Jul 14 23:26:18 2015 New Revision: 392110 URL: https://svnweb.freebsd.org/changeset/ports/392110 Log: Add copy of evince, since the pre-commit hook doesn't allow svn cp + edit in one go... Added: head/graphics/evince-lite/ - copied from r391975, head/graphics/evince/ Replaced: head/graphics/evince-lite/Makefile - copied unchanged from r392109, head/graphics/evince/Makefile Copied: head/graphics/evince-lite/Makefile (from r392109, head/graphics/evince/Makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/evince-lite/Makefile Tue Jul 14 23:26:18 2015 (r392110, copy of r392109, head/graphics/evince/Makefile) @@ -0,0 +1,131 @@ +# Created by: Adam Weinberger +# $FreeBSD$ +# $MCom: ports/trunk/graphics/evince/Makefile 20078 2014-11-13 09:06:29Z gusi $ + +PORTNAME= evince +PORTVERSION= 3.14.2 +CATEGORIES= graphics print gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME 3 multi-format document viewer + +BUILD_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ + itstool:${PORTSDIR}/textproc/itstool \ + adwaita-icon-theme>=0:${PORTSDIR}/x11-themes/adwaita-icon-theme \ + gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas +LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ + libspectre.so:${PORTSDIR}/print/libspectre \ + libsecret-1.so:${PORTSDIR}/security/libsecret +RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ + adwaita-icon-theme>=0:${PORTSDIR}/x11-themes/adwaita-icon-theme \ + gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas + +CONFLICT_INSTALL= evince-lite-* + +USES= compiler:c++11-lib desktop-file-utils gettext gmake libtool \ + pathfix pkgconfig tar:xz +USE_GNOME= gnomeprefix gtk30 intlhack introspection:build +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +USE_XORG= ice +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral +LIBS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip +CONFIGURE_ARGS= --enable-introspection + +GLIB_SCHEMAS= org.gnome.Evince.gschema.xml + +PLIST_SUB= VERSION=3.0 + +OPTIONS_DEFINE= DVI XPS T1LIB NAUTILUS KEYRING COMICS IMPRESS DJVU +OPTIONS_DEFAULT=NAUTILUS KEYRING COMICS XPS +DVI_DESC= DVI viewer support +T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI) +NAUTILUS_DESC= Nautilus plugin +KEYRING_DESC= Gnome-Keyring without Nautilus +COMICS_DESC= Comic book archives support +IMPRESS_DESC= Impress presentations support +DJVU_DESC= DJVU support +XPS_DESC= XPS support + +.include + +.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} +USE_TEX= latex + +CONFIGURE_ARGS+= --enable-dvi +PLIST_SUB+= DVI="" +. if ${PORT_OPTIONS:MT1LIB} +LIB_DEPENDS+= libt1.so:${PORTSDIR}/devel/t1lib +CONFIGURE_ARGS+= --enable-t1lib +. else +CONFIGURE_ARGS+= --disable-t1lib +. endif +.else +CONFIGURE_ARGS+= --disable-dvi +PLIST_SUB+= DVI="@comment " +.endif + +.if ${PORT_OPTIONS:MNAUTILUS} +USE_GNOME+= nautilus3 +CONFIGURE_ARGS+= --enable-nautilus +PLIST_SUB+= NAUTILUS="" +.else +BUILD_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme +RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme +.if ${PORT_OPTIONS:MKEYRING} +LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring +.else +CONFIGURE_ARGS+= --without-keyring +.endif +CONFIGURE_ARGS+= --disable-nautilus +PLIST_SUB+= NAUTILUS="@comment " +.endif + +.if ${PORT_OPTIONS:MIMPRESS} +CONFIGURE_ARGS+= --enable-impress +PLIST_SUB+= IMPRESS="" +.else +CONFIGURE_ARGS+= --disable-impress +PLIST_SUB+= IMPRESS="@comment " +.endif + +.if ${PORT_OPTIONS:MXPS} +LIB_DEPENDS+= libgxps.so:${PORTSDIR}/graphics/libgxps +CONFIGURE_ARGS+= --enable-xps +PLIST_SUB+= XPS="" +.else +CONFIGURE_ARGS+= --disable-xps +PLIST_SUB+= XPS="@comment " +.endif + +.if ${PORT_OPTIONS:MDJVU} +LIB_DEPENDS+= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre +CONFIGURE_ARGS+= --enable-djvu +PLIST_SUB+= DJVU="" +.else +CONFIGURE_ARGS+= --disable-djvu +PLIST_SUB+= DJVU="@comment " +.endif + +.if ${PORT_OPTIONS:MCOMICS} +CONFIGURE_ARGS+= --enable-comics +PLIST_SUB+= COMICS="" +.else +CONFIGURE_ARGS+= --disable-comics +PLIST_SUB+= COMICS="@comment " +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ + -e 's|" == "|" = "|g' \ + -e 's|-Werror||g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/^DOC_MODULE_VERSION/d' \ + ${WRKSRC}/help/reference/libdocument/Makefile.in \ + ${WRKSRC}/help/reference/libview/Makefile.in + +.include