summaryrefslogtreecommitdiffstats
path: root/graphics/evince3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-12 21:03:58 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-12 21:03:58 +0800
commitd24732629cdbea28c7c4a3fd4e24de5baf3c9bb9 (patch)
tree0464bf5ffc4bfc501939a23e3ba07da5b22a92ac /graphics/evince3/Makefile
parent50a797bd25f6b8d80efecafeeb23b3ce4be7e86a (diff)
downloadmarcuscom-ports-d24732629cdbea28c7c4a3fd4e24de5baf3c9bb9.tar
marcuscom-ports-d24732629cdbea28c7c4a3fd4e24de5baf3c9bb9.tar.gz
marcuscom-ports-d24732629cdbea28c7c4a3fd4e24de5baf3c9bb9.tar.bz2
marcuscom-ports-d24732629cdbea28c7c4a3fd4e24de5baf3c9bb9.tar.lz
marcuscom-ports-d24732629cdbea28c7c4a3fd4e24de5baf3c9bb9.tar.xz
marcuscom-ports-d24732629cdbea28c7c4a3fd4e24de5baf3c9bb9.tar.zst
marcuscom-ports-d24732629cdbea28c7c4a3fd4e24de5baf3c9bb9.zip
Update to 3.6.1.
Submitted by: Gustau Perez git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18455 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/evince3/Makefile')
-rw-r--r--graphics/evince3/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/graphics/evince3/Makefile b/graphics/evince3/Makefile
index 020677fbd..57048431b 100644
--- a/graphics/evince3/Makefile
+++ b/graphics/evince3/Makefile
@@ -3,8 +3,7 @@
# $MCom: ports/trunk/graphics/evince3/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= evince
-PORTVERSION= 3.4.0
-PORTREVISION= 2
+PORTVERSION= 3.6.1
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -14,9 +13,9 @@ COMMENT= GNOME 3 multi-format document viewer
BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
+ itstool:${PORTSDIR}/textproc/itstool \
${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib \
- dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
spectre:${PORTSDIR}/print/libspectre
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
@@ -32,10 +31,10 @@ INSTALLS_ICONS= yes
USE_GMAKE= yes
INSTALLS_OMF= yes
USES= pathfix gettext pkgconfig desktop-file-utils
-USE_GNOME= intlhack gnomeprefix gnomedocutils ltasneededhack
+USE_GNOME= intlhack gnomeprefix ltasneededhack
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --disable-xps
+CONFIGURE_ARGS= --disable-xps --enable-introspection
GLIB_SCHEMAS= org.gnome.Evince.gschema.xml
@@ -87,6 +86,13 @@ 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:MDJVU}
LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre