diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-31 05:39:31 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-31 05:39:31 +0800 |
commit | 5a248e42b056f48e65126e96ac482163a8a797bf (patch) | |
tree | 54f18859a2509209a36f89c42ae68dcee69396e9 /net | |
parent | fbbaab41bac4a1e2cf03845005f82d6fdb28bcb3 (diff) | |
download | marcuscom-ports-5a248e42b056f48e65126e96ac482163a8a797bf.tar marcuscom-ports-5a248e42b056f48e65126e96ac482163a8a797bf.tar.gz marcuscom-ports-5a248e42b056f48e65126e96ac482163a8a797bf.tar.bz2 marcuscom-ports-5a248e42b056f48e65126e96ac482163a8a797bf.tar.lz marcuscom-ports-5a248e42b056f48e65126e96ac482163a8a797bf.tar.xz marcuscom-ports-5a248e42b056f48e65126e96ac482163a8a797bf.tar.zst marcuscom-ports-5a248e42b056f48e65126e96ac482163a8a797bf.zip |
vinagre -> vinagre3, update to 2.91.93. It's current mark as BROKEN until I
fix the avahi-gtk3 stuff.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15655 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/vinagre3/Makefile | 64 | ||||
-rw-r--r-- | net/vinagre3/distinfo | 2 | ||||
-rw-r--r-- | net/vinagre3/files/patch-plugins_reverse-vnc_vinagre-reverse-vnc-listener-dialog.c | 11 | ||||
-rw-r--r-- | net/vinagre3/pkg-descr | 10 | ||||
-rw-r--r-- | net/vinagre3/pkg-plist | 369 |
5 files changed, 456 insertions, 0 deletions
diff --git a/net/vinagre3/Makefile b/net/vinagre3/Makefile new file mode 100644 index 000000000..4795026fc --- /dev/null +++ b/net/vinagre3/Makefile @@ -0,0 +1,64 @@ +# New ports collection makefile for: vinagre +# Date created: 16 December 2007 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= vinagre +PORTVERSION= 2.91.93 +CATEGORIES= net gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= VNC client for the GNOME Desktop + +LIB_DEPENDS= gtk-vnc-2.0.0:${PORTSDIR}/net/gtk-vnc3 \ + peas-1.0.0:${PORTSDIR}/devel/libpeas \ + avahi-core.7:${PORTSDIR}/net/avahi-app \ + avahi-ui-gtk3.0:${PORTSDIR}/net/avahi-gtk3 \ + gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring + +BROKEN= avahi-gtk3 needs to be fixed first + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GNOME= gnomeprefix intlhack gnomehack gtk30 libxml2 vte3 \ + gnomepanel3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --disable-spice +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GLIB_SCHEMAS= org.gnome.Vinagre.gschema.xml + +MAN1= vinagre.1 + +OPTIONS= TELEPATHY "Enable telepathy integration" on + +.include <bsd.port.pre.mk> + +.if !defined(WITHOUT_TELEPATHY) +LIB_DEPENDS+= telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib +PLIST_SUB+= TELEPATHY="" +.else +CONFIGURE_ARGS+=--without-telepathy +PLIST_SUB+= TELEPATHY="@comment " +.endif + +post-install: + @-update-desktop-database > /dev/null + @-update-mime-database ${PREFIX}/share/mime > /dev/null +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in AUTHORS COPYING ChangeLog NEWS README + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.post.mk> diff --git a/net/vinagre3/distinfo b/net/vinagre3/distinfo new file mode 100644 index 000000000..18484c62c --- /dev/null +++ b/net/vinagre3/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome2/vinagre-2.91.93.tar.bz2) = e70d30f7b6f2e2731fbc88eec90dede57e32ea0e48048e0951cecfa4fdb255c9 +SIZE (gnome2/vinagre-2.91.93.tar.bz2) = 2461833 diff --git a/net/vinagre3/files/patch-plugins_reverse-vnc_vinagre-reverse-vnc-listener-dialog.c b/net/vinagre3/files/patch-plugins_reverse-vnc_vinagre-reverse-vnc-listener-dialog.c new file mode 100644 index 000000000..b62727128 --- /dev/null +++ b/net/vinagre3/files/patch-plugins_reverse-vnc_vinagre-reverse-vnc-listener-dialog.c @@ -0,0 +1,11 @@ +--- plugins/reverse-vnc/vinagre-reverse-vnc-listener-dialog.c.orig 2011-03-29 21:27:53.000000000 -0500 ++++ plugins/reverse-vnc/vinagre-reverse-vnc-listener-dialog.c 2011-03-29 21:28:10.000000000 -0500 +@@ -20,6 +20,8 @@ + + #include <config.h> + ++#include <sys/types.h> ++#include <sys/socket.h> + #include <net/if.h> + #include <arpa/inet.h> + #include <netinet/in.h> diff --git a/net/vinagre3/pkg-descr b/net/vinagre3/pkg-descr new file mode 100644 index 000000000..9aa3ad1fa --- /dev/null +++ b/net/vinagre3/pkg-descr @@ -0,0 +1,10 @@ +Vinagre is a VNC Client for the GNOME Desktop. Its features include: + +* You can connect to several machines at the same time, we like tabs +* You can keep track of your most used connections, we like favorites +* You can keep track of your recently used connections, we like GtkRecent +* You can browse your network for VNC servers, we like avahi +* You don't need to supply the password on every connection, we like GNOME + Keyring + +WWW: http://www.gnome.org/projects/vinagre/ diff --git a/net/vinagre3/pkg-plist b/net/vinagre3/pkg-plist new file mode 100644 index 000000000..1eb6e8294 --- /dev/null +++ b/net/vinagre3/pkg-plist @@ -0,0 +1,369 @@ +bin/vinagre +include/vinagre-1.0/vinagre/vinagre-bookmarks-entry.h +include/vinagre-1.0/vinagre/vinagre-bookmarks-migration.h +include/vinagre-1.0/vinagre/vinagre-bookmarks-tree.h +include/vinagre-1.0/vinagre/vinagre-bookmarks-ui.h +include/vinagre-1.0/vinagre/vinagre-bookmarks.h +include/vinagre-1.0/vinagre/vinagre-cache-prefs.h +include/vinagre-1.0/vinagre/vinagre-commands.h +include/vinagre-1.0/vinagre/vinagre-connect.h +include/vinagre-1.0/vinagre/vinagre-connection.h +include/vinagre-1.0/vinagre/vinagre-debug.h +include/vinagre-1.0/vinagre/vinagre-dirs.h +include/vinagre-1.0/vinagre/vinagre-dnd.h +include/vinagre-1.0/vinagre/vinagre-fav.h +include/vinagre-1.0/vinagre/vinagre-notebook.h +include/vinagre-1.0/vinagre/vinagre-plugins-engine.h +include/vinagre-1.0/vinagre/vinagre-prefs.h +include/vinagre-1.0/vinagre/vinagre-protocol.h +include/vinagre-1.0/vinagre/vinagre-ssh.h +include/vinagre-1.0/vinagre/vinagre-tab.h +include/vinagre-1.0/vinagre/vinagre-ui.h +include/vinagre-1.0/vinagre/vinagre-utils.h +include/vinagre-1.0/vinagre/vinagre-window.h +lib/vinagre-1/girepository-1.0/Vinagre-3.0.typelib +lib/vinagre-1/plugins/im-status.js +lib/vinagre-1/plugins/im-status.plugin +lib/vinagre-1/plugins/libreversevnc.la +lib/vinagre-1/plugins/libreversevnc.so +lib/vinagre-1/plugins/libvnc.la +lib/vinagre-1/plugins/libvnc.so +lib/vinagre-1/plugins/reverse-vnc.plugin +lib/vinagre-1/plugins/vnc.plugin +libdata/pkgconfig/vinagre-1.0.pc +libexec/vinagre-applet +share/applications/vinagre-file.desktop +share/applications/vinagre.desktop +%%TELEPATHY%%share/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service +share/dbus-1/services/org.gnome.panel.applet.Vinagre.service +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +share/gnome/help/vinagre/C/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/C/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/C/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/C/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/C/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/C/figures/vinagre-screenshot.png +share/gnome/help/vinagre/C/legal.xml +share/gnome/help/vinagre/C/vinagre.xml +share/gnome/help/vinagre/ca/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/ca/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/ca/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/ca/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/ca/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/ca/figures/vinagre-screenshot.png +share/gnome/help/vinagre/ca/vinagre.xml +share/gnome/help/vinagre/cs/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/cs/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/cs/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/cs/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/cs/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/cs/figures/vinagre-screenshot.png +share/gnome/help/vinagre/cs/vinagre.xml +share/gnome/help/vinagre/de/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/de/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/de/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/de/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/de/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/de/figures/vinagre-screenshot.png +share/gnome/help/vinagre/de/vinagre.xml +share/gnome/help/vinagre/el/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/el/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/el/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/el/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/el/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/el/figures/vinagre-screenshot.png +share/gnome/help/vinagre/el/vinagre.xml +share/gnome/help/vinagre/en_GB/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/en_GB/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/en_GB/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/en_GB/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/en_GB/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/en_GB/figures/vinagre-screenshot.png +share/gnome/help/vinagre/en_GB/vinagre.xml +share/gnome/help/vinagre/es/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/es/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/es/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/es/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/es/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/es/figures/vinagre-screenshot.png +share/gnome/help/vinagre/es/vinagre.xml +share/gnome/help/vinagre/fr/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/fr/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/fr/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/fr/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/fr/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/fr/figures/vinagre-screenshot.png +share/gnome/help/vinagre/fr/vinagre.xml +share/gnome/help/vinagre/it/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/it/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/it/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/it/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/it/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/it/figures/vinagre-screenshot.png +share/gnome/help/vinagre/it/vinagre.xml +share/gnome/help/vinagre/oc/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/oc/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/oc/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/oc/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/oc/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/oc/figures/vinagre-screenshot.png +share/gnome/help/vinagre/oc/vinagre.xml +share/gnome/help/vinagre/pl/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/pl/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/pl/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/pl/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/pl/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/pl/figures/vinagre-screenshot.png +share/gnome/help/vinagre/pl/vinagre.xml +share/gnome/help/vinagre/pt/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/pt/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/pt/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/pt/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/pt/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/pt/figures/vinagre-screenshot.png +share/gnome/help/vinagre/pt/vinagre.xml +share/gnome/help/vinagre/pt_BR/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/pt_BR/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/pt_BR/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/pt_BR/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/pt_BR/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/pt_BR/figures/vinagre-screenshot.png +share/gnome/help/vinagre/pt_BR/vinagre.xml +share/gnome/help/vinagre/sl/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/sl/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/sl/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/sl/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/sl/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/sl/figures/vinagre-screenshot.png +share/gnome/help/vinagre/sl/vinagre.xml +share/gnome/help/vinagre/sq/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/sq/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/sq/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/sq/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/sq/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/sq/figures/vinagre-screenshot.png +share/gnome/help/vinagre/sq/vinagre.xml +share/gnome/help/vinagre/sv/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/sv/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/sv/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/sv/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/sv/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/sv/figures/vinagre-screenshot.png +share/gnome/help/vinagre/sv/vinagre.xml +share/gnome/help/vinagre/th/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/th/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/th/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/th/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/th/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/th/figures/vinagre-screenshot.png +share/gnome/help/vinagre/th/vinagre.xml +share/gnome/help/vinagre/zh_CN/figures/vinagre-auth-needed.png +share/gnome/help/vinagre/zh_CN/figures/vinagre-bookmarks-side-panel.png +share/gnome/help/vinagre/zh_CN/figures/vinagre-connect-dialog.png +share/gnome/help/vinagre/zh_CN/figures/vinagre-editing-bookmarks.png +share/gnome/help/vinagre/zh_CN/figures/vinagre-saving-bookmarks.png +share/gnome/help/vinagre/zh_CN/figures/vinagre-screenshot.png +share/gnome/help/vinagre/zh_CN/vinagre.xml +share/icons/hicolor/16x16/mimetypes/application-x-remote-connection.png +share/icons/hicolor/16x16/mimetypes/application-x-vnc.png +share/icons/hicolor/16x16/status/view-minimize.png +share/icons/hicolor/22x22/mimetypes/application-x-remote-connection.png +share/icons/hicolor/22x22/mimetypes/application-x-vnc.png +share/icons/hicolor/22x22/status/view-minimize.png +share/icons/hicolor/24x24/mimetypes/application-x-remote-connection.png +share/icons/hicolor/24x24/mimetypes/application-x-vnc.png +share/icons/hicolor/32x32/mimetypes/application-x-remote-connection.png +share/icons/hicolor/32x32/mimetypes/application-x-vnc.png +share/icons/hicolor/32x32/status/view-minimize.png +share/icons/hicolor/48x48/mimetypes/application-x-remote-connection.png +share/icons/hicolor/48x48/mimetypes/application-x-vnc.png +share/icons/hicolor/48x48/status/view-minimize.png +share/icons/hicolor/scalable/mimetypes/application-x-remote-connection.svg +share/icons/hicolor/scalable/mimetypes/application-x-vnc.svg +share/locale/ar/LC_MESSAGES/vinagre.mo +share/locale/as/LC_MESSAGES/vinagre.mo +share/locale/ast/LC_MESSAGES/vinagre.mo +share/locale/be@latin/LC_MESSAGES/vinagre.mo +share/locale/bg/LC_MESSAGES/vinagre.mo +share/locale/bn/LC_MESSAGES/vinagre.mo +share/locale/bn_IN/LC_MESSAGES/vinagre.mo +share/locale/ca/LC_MESSAGES/vinagre.mo +share/locale/ca@valencia/LC_MESSAGES/vinagre.mo +share/locale/cs/LC_MESSAGES/vinagre.mo +share/locale/da/LC_MESSAGES/vinagre.mo +share/locale/de/LC_MESSAGES/vinagre.mo +share/locale/el/LC_MESSAGES/vinagre.mo +share/locale/en@shaw/LC_MESSAGES/vinagre.mo +share/locale/en_GB/LC_MESSAGES/vinagre.mo +share/locale/eo/LC_MESSAGES/vinagre.mo +share/locale/es/LC_MESSAGES/vinagre.mo +share/locale/et/LC_MESSAGES/vinagre.mo +share/locale/eu/LC_MESSAGES/vinagre.mo +share/locale/fi/LC_MESSAGES/vinagre.mo +share/locale/fr/LC_MESSAGES/vinagre.mo +share/locale/ga/LC_MESSAGES/vinagre.mo +share/locale/gl/LC_MESSAGES/vinagre.mo +share/locale/gu/LC_MESSAGES/vinagre.mo +share/locale/he/LC_MESSAGES/vinagre.mo +share/locale/hi/LC_MESSAGES/vinagre.mo +share/locale/hu/LC_MESSAGES/vinagre.mo +share/locale/id/LC_MESSAGES/vinagre.mo +share/locale/it/LC_MESSAGES/vinagre.mo +share/locale/ja/LC_MESSAGES/vinagre.mo +share/locale/kk/LC_MESSAGES/vinagre.mo +share/locale/kn/LC_MESSAGES/vinagre.mo +share/locale/ko/LC_MESSAGES/vinagre.mo +share/locale/ku/LC_MESSAGES/vinagre.mo +share/locale/lt/LC_MESSAGES/vinagre.mo +share/locale/lv/LC_MESSAGES/vinagre.mo +share/locale/mai/LC_MESSAGES/vinagre.mo +share/locale/mk/LC_MESSAGES/vinagre.mo +share/locale/ml/LC_MESSAGES/vinagre.mo +share/locale/mr/LC_MESSAGES/vinagre.mo +share/locale/ms/LC_MESSAGES/vinagre.mo +share/locale/nb/LC_MESSAGES/vinagre.mo +share/locale/nl/LC_MESSAGES/vinagre.mo +share/locale/nn/LC_MESSAGES/vinagre.mo +share/locale/oc/LC_MESSAGES/vinagre.mo +share/locale/or/LC_MESSAGES/vinagre.mo +share/locale/pa/LC_MESSAGES/vinagre.mo +share/locale/pl/LC_MESSAGES/vinagre.mo +share/locale/pt/LC_MESSAGES/vinagre.mo +share/locale/pt_BR/LC_MESSAGES/vinagre.mo +share/locale/ro/LC_MESSAGES/vinagre.mo +share/locale/ru/LC_MESSAGES/vinagre.mo +share/locale/si/LC_MESSAGES/vinagre.mo +share/locale/sk/LC_MESSAGES/vinagre.mo +share/locale/sl/LC_MESSAGES/vinagre.mo +share/locale/sq/LC_MESSAGES/vinagre.mo +share/locale/sr/LC_MESSAGES/vinagre.mo +share/locale/sr@latin/LC_MESSAGES/vinagre.mo +share/locale/sv/LC_MESSAGES/vinagre.mo +share/locale/ta/LC_MESSAGES/vinagre.mo +share/locale/te/LC_MESSAGES/vinagre.mo +share/locale/th/LC_MESSAGES/vinagre.mo +share/locale/tr/LC_MESSAGES/vinagre.mo +share/locale/ug/LC_MESSAGES/vinagre.mo +share/locale/uk/LC_MESSAGES/vinagre.mo +share/locale/vi/LC_MESSAGES/vinagre.mo +share/locale/zh_CN/LC_MESSAGES/vinagre.mo +share/locale/zh_HK/LC_MESSAGES/vinagre.mo +share/locale/zh_TW/LC_MESSAGES/vinagre.mo +share/mime/packages/vinagre-mime.xml +share/omf/vinagre/vinagre-C.omf +share/omf/vinagre/vinagre-ca.omf +share/omf/vinagre/vinagre-cs.omf +share/omf/vinagre/vinagre-de.omf +share/omf/vinagre/vinagre-el.omf +share/omf/vinagre/vinagre-en_GB.omf +share/omf/vinagre/vinagre-es.omf +share/omf/vinagre/vinagre-fr.omf +share/omf/vinagre/vinagre-it.omf +share/omf/vinagre/vinagre-oc.omf +share/omf/vinagre/vinagre-pl.omf +share/omf/vinagre/vinagre-pt.omf +share/omf/vinagre/vinagre-pt_BR.omf +share/omf/vinagre/vinagre-sl.omf +share/omf/vinagre/vinagre-sq.omf +share/omf/vinagre/vinagre-sv.omf +share/omf/vinagre/vinagre-th.omf +share/omf/vinagre/vinagre-zh_CN.omf +%%TELEPATHY%%share/telepathy/clients/Vinagre.client +share/vinagre-1/plugins/reverse-vnc/reverse-vnc.ui +%%DATADIR%%/GNOME_VinagreApplet.xml +%%DATADIR%%/gir-1.0/Vinagre-3.0.gir +%%DATADIR%%/vinagre-fav-ui.xml +%%DATADIR%%/vinagre-ui.xml +%%DATADIR%%/vinagre.ui +@dirrm %%DATADIR%%/gir-1.0 +@dirrm share/vinagre-1/plugins/reverse-vnc +@dirrm share/vinagre-1/plugins +@dirrm share/vinagre-1 +@dirrm %%DATADIR%% +%%TELEPATHY%%@dirrmtry share/telepathy/clients +%%TELEPATHY%%@dirrmtry share/telepathy +@dirrm share/omf/vinagre +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm share/gnome/help/vinagre/zh_CN/figures +@dirrm share/gnome/help/vinagre/zh_CN +@dirrm share/gnome/help/vinagre/th/figures +@dirrm share/gnome/help/vinagre/th +@dirrm share/gnome/help/vinagre/sv/figures +@dirrm share/gnome/help/vinagre/sv +@dirrm share/gnome/help/vinagre/sq/figures +@dirrm share/gnome/help/vinagre/sq +@dirrm share/gnome/help/vinagre/sl/figures +@dirrm share/gnome/help/vinagre/sl +@dirrm share/gnome/help/vinagre/pt_BR/figures +@dirrm share/gnome/help/vinagre/pt_BR +@dirrm share/gnome/help/vinagre/pt/figures +@dirrm share/gnome/help/vinagre/pt +@dirrm share/gnome/help/vinagre/pl/figures +@dirrm share/gnome/help/vinagre/pl +@dirrm share/gnome/help/vinagre/oc/figures +@dirrm share/gnome/help/vinagre/oc +@dirrm share/gnome/help/vinagre/it/figures +@dirrm share/gnome/help/vinagre/it +@dirrm share/gnome/help/vinagre/fr/figures +@dirrm share/gnome/help/vinagre/fr +@dirrm share/gnome/help/vinagre/es/figures +@dirrm share/gnome/help/vinagre/es +@dirrm share/gnome/help/vinagre/en_GB/figures +@dirrm share/gnome/help/vinagre/en_GB +@dirrm share/gnome/help/vinagre/el/figures +@dirrm share/gnome/help/vinagre/el +@dirrm share/gnome/help/vinagre/de/figures +@dirrm share/gnome/help/vinagre/de +@dirrm share/gnome/help/vinagre/cs/figures +@dirrm share/gnome/help/vinagre/cs +@dirrm share/gnome/help/vinagre/ca/figures +@dirrm share/gnome/help/vinagre/ca +@dirrm share/gnome/help/vinagre/C/figures +@dirrm share/gnome/help/vinagre/C +@dirrm share/gnome/help/vinagre +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/applications +@dirrm lib/vinagre-1/plugins +@dirrm lib/vinagre-1/girepository-1.0 +@dirrm lib/vinagre-1 +@dirrm include/vinagre-1.0/vinagre +@dirrm include/vinagre-1.0 +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |