diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-17 01:30:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-17 01:30:24 +0800 |
commit | 1eb9ba3421decc2358999fcf462cb817a0c417f1 (patch) | |
tree | ce8861c6409bddf4ca6b6218da37489ea6bfe92b | |
parent | ac54ab86b86d8b1e494fa8bae5941e802c0e2349 (diff) | |
download | marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.tar marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.tar.gz marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.tar.bz2 marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.tar.lz marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.tar.xz marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.tar.zst marcuscom-ports-1eb9ba3421decc2358999fcf462cb817a0c417f1.zip |
Add a missing file to fix the build with D-BUS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4510 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/evince/Makefile | 5 | ||||
-rw-r--r-- | graphics/evince/files/ev-application-service.xml | 20 |
2 files changed, 24 insertions, 1 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 06bfa9ab4..5c6695792 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.20 2005/08/16 17:16:41 marcus Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.21 2005/08/16 17:22:38 marcus Exp $ # PORTNAME= evince @@ -83,6 +83,9 @@ 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/files/ev-application-service.xml b/graphics/evince/files/ev-application-service.xml new file mode 100644 index 000000000..68a63e20f --- /dev/null +++ b/graphics/evince/files/ev-application-service.xml @@ -0,0 +1,20 @@ +<?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> |