diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-18 01:09:05 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-18 01:09:05 +0800 |
commit | 6bb923261a49f6e2d03710d790304abc2fd1d3a7 (patch) | |
tree | a771709f7b035e2c05dbab0c0c1cab1420f432d2 /graphics | |
parent | e88b44bbfcf7ed2be4837b3891cb8875aebe1ba2 (diff) | |
download | marcuscom-ports-6bb923261a49f6e2d03710d790304abc2fd1d3a7.tar.gz marcuscom-ports-6bb923261a49f6e2d03710d790304abc2fd1d3a7.tar.zst marcuscom-ports-6bb923261a49f6e2d03710d790304abc2fd1d3a7.zip |
Update to 0.3.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4523 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 14 | ||||
-rw-r--r-- | graphics/evince/distinfo | 4 | ||||
-rw-r--r-- | graphics/evince/files/ev-application-service.xml | 20 |
3 files changed, 7 insertions, 31 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index a3d933744..e3c9394e6 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,12 +3,11 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.23 2005/08/16 18:33:13 ahze Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.24 2005/08/17 08:03:26 mezz Exp $ # PORTNAME= evince -PORTVERSION= 0.3.3 -PORTREVISION= 2 +PORTVERSION= 0.3.4 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3 @@ -42,12 +41,12 @@ WITH_DBUS= yes .endif .if !defined(WITHOUT_NAUTILUS) -USE_GNOME+= nautilus2 +USE_GNOME+= nautilus2 CONFIGURE_ARGS+= --enable-nautilus -PLIST_SUB+= NAUTILUS="" +PLIST_SUB+= NAUTILUS="" .else CONFIGURE_ARGS+= --disable-nautilus -PLIST_SUB+= NAUTILUS="@comment " +PLIST_SUB+= NAUTILUS="@comment " .endif .if defined(WITH_DJVU) @@ -83,9 +82,6 @@ pre-everything:: @${ECHO_MSG} .endif -post-patch: - @${CP} ${FILESDIR}/ev-application-service.xml ${WRKSRC}/shell - post-install: @-update-desktop-database diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo index 77f3f7ba2..8da8fdf15 100644 --- a/graphics/evince/distinfo +++ b/graphics/evince/distinfo @@ -1,2 +1,2 @@ -MD5 (evince-0.3.3.tar.bz2) = 9f2d015d7beab6ca43b07414a9effc53 -SIZE (evince-0.3.3.tar.bz2) = 869882 +MD5 (evince-0.3.4.tar.bz2) = 2c3177f60e6d8ed0b73168ebf9f726a5 +SIZE (evince-0.3.4.tar.bz2) = 860826 diff --git a/graphics/evince/files/ev-application-service.xml b/graphics/evince/files/ev-application-service.xml deleted file mode 100644 index 68a63e20f..000000000 --- a/graphics/evince/files/ev-application-service.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<node name="/org/gnome/evince/Evince"> - - <interface name="org.gnome.evince.Application"> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application"/> - - <method name="OpenWindow"> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application_open_window"/> - </method> - - <method name="OpenURI"> - <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="ev_application_open_uri"/> - <arg type="s" name="uri" direction="in"/> - <arg type="s" name="page_label" direction="in"/> - </method> - - </interface> - -</node> |