summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 16:30:02 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 16:30:02 +0800
commit194a65d1a6be775d1a9f4d726e9fdd3025fbb1f8 (patch)
treed094e7d00863feb2d60ac302a5cc88b8d6ad78c3 /security
parent88d211650a2ccca7b5a58c129fdff42327053938 (diff)
downloadmarcuscom-ports-194a65d1a6be775d1a9f4d726e9fdd3025fbb1f8.tar.gz
marcuscom-ports-194a65d1a6be775d1a9f4d726e9fdd3025fbb1f8.tar.zst
marcuscom-ports-194a65d1a6be775d1a9f4d726e9fdd3025fbb1f8.zip
Chase and fix build with libnotify.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15371 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r--security/seahorse-plugins/Makefile101
-rw-r--r--security/seahorse-plugins/distinfo3
-rw-r--r--security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c10
-rw-r--r--security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c32
-rw-r--r--security/seahorse-plugins/files/patch-agent_seahorse-agent.h11
-rw-r--r--security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c11
-rw-r--r--security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c10
-rw-r--r--security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c23
-rw-r--r--security/seahorse-plugins/pkg-descr5
-rw-r--r--security/seahorse-plugins/pkg-plist253
10 files changed, 459 insertions, 0 deletions
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile
new file mode 100644
index 000000000..ac10b625d
--- /dev/null
+++ b/security/seahorse-plugins/Makefile
@@ -0,0 +1,101 @@
+# New ports collection makefile for: seahorse-plugins
+# Date created: 06 August 2008
+# Whom: Dave McKay <dave@mu.org>
+#
+# $FreeBSD$
+# $MCom: ports/security/seahorse-plugins/Makefile,v 1.25 2010/04/27 22:22:07 kwm Exp $
+#
+
+PORTNAME= seahorse-plugins
+PORTVERSION= 2.30.1
+PORTREVISION= 5
+CATEGORIES= security gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Plug-ins for the Seahorse key and password management application
+
+LIB_DEPENDS= cryptui.0:${PORTSDIR}/security/seahorse \
+ gcrypt.17:${PORTSDIR}/security/libgcrypt
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+#USE_GECKO= libxul
+USE_GNOME= gnomehack intlhack gnomeprefix gconf2 gnomedocutils
+GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+INSTALLS_OMF= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+OPTIONS= NAUTILUS "Enable the Nautilus component" on \
+ GEDIT "Enable GEdit plug-in support" on \
+ APPLET "Enable clipboard encryption applet" on \
+ NOTIFY "Enable libnotify support" on
+#EPIPHANY "Enable Epiphany plug-in support" on
+
+GCONF_SCHEMAS= seahorse-plugins.schemas
+MAN1= seahorse-agent.1 seahorse-tool.1
+
+.include <bsd.port.pre.mk>
+
+#.if ${GECKO}=="libxul"
+#CONFIGURE_ARGS+=--with-gecko=libxul-unstable
+#.else
+#CONFIGURE_ARGS+=--with-gecko=${GECKO}
+#.endif
+
+.if !defined(WITHOUT_GEDIT)
+BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit
+RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit
+PLIST_SUB+= GEDIT=""
+GCONF_SCHEMAS+= seahorse-gedit.schemas
+.else
+PLIST_SUB+= GEDIT="@comment "
+CONFIGURE_ARGS+=--disable-gedit
+.endif
+
+.if !defined(WITHOUT_NAUTILUS)
+USE_GNOME+= nautilus2
+PLIST_SUB+= NAUTILUS=""
+.else
+PLIST_SUB+= NAUTILUS="@comment "
+CONFIGURE_ARGS+=--disable-nautilus
+.endif
+
+#.if !defined(WITHOUT_EPIPHANY)
+#BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
+#RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
+#PLIST_SUB+= EPIPHANY="" EPHY_VERSION="2.26"
+#.else
+CONFIGURE_ARGS+=--disable-epiphany
+PLIST_SUB+= EPHY="@comment "
+#.endif
+
+.if !defined(WITHOUT_APPLET)
+USE_GNOME+= gnomepanel
+PLIST_SUB+= APPLET=""
+.else
+CONFIGURE_ARGS+=--disable-applet
+PLIST_SUB+= APPLET="@comment "
+.endif
+
+.if !defined(WITHOUT_NOTIFY)
+LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify
+.else
+CONFIGURE_ARGS+=--disable-libnotify
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|" == "|" = "|g' \
+ -e 's|epiphany-2.24|epiphany-2.26|g' \
+ -e 's|2.24|2.26|g' \
+ ${WRKSRC}/configure
+
+post-install:
+ @-update-desktop-database
+ @-update-mime-database ${PREFIX}/share/mime
+
+.include <bsd.port.post.mk>
diff --git a/security/seahorse-plugins/distinfo b/security/seahorse-plugins/distinfo
new file mode 100644
index 000000000..be6b57152
--- /dev/null
+++ b/security/seahorse-plugins/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/seahorse-plugins-2.30.1.tar.bz2) = cb8a86a1039054b621f6419ac2219695
+SHA256 (gnome2/seahorse-plugins-2.30.1.tar.bz2) = 1fdfed1aef2c22a29a9abc00eae67752854e466a66cee2a8c1c278277e832d66
+SIZE (gnome2/seahorse-plugins-2.30.1.tar.bz2) = 1304864
diff --git a/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c b/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c
new file mode 100644
index 000000000..70d1c9261
--- /dev/null
+++ b/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c
@@ -0,0 +1,10 @@
+--- agent/seahorse-agent-cache.c.orig 2009-08-01 15:25:55.000000000 -0400
++++ agent/seahorse-agent-cache.c 2009-08-01 15:23:38.000000000 -0400
+@@ -237,6 +237,7 @@ seahorse_agent_cache_init ()
+ g_cache =
+ g_hash_table_new_full (g_str_hash, g_str_equal, NULL, destroy_cache_item);
+
++ gpgme_check_version (NULL);
+ err = gpgme_engine_check_version (proto);
+ g_return_if_fail (GPG_IS_OK (err));
+
diff --git a/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c b/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c
new file mode 100644
index 000000000..4ecd84940
--- /dev/null
+++ b/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c
@@ -0,0 +1,32 @@
+--- agent/seahorse-agent-io.c.orig Sun Aug 28 15:52:02 2005
++++ agent/seahorse-agent-io.c Fri Oct 7 21:51:25 2005
+@@ -412,12 +412,18 @@ io_handler (GIOChannel *source, GIOCondi
+ gsize length;
+ GError *err = NULL;
+ gboolean ret = TRUE;
++ GIOStatus status;
+
+ if (condition & G_IO_IN) {
+ /* Read 1 line from the io channel, including newline character */
+- g_io_channel_read_line (source, &string, &length, NULL, &err);
++ status = g_io_channel_read_line (source, &string, &length, NULL, &err);
+
+- if (err != NULL) {
++ if (status == G_IO_STATUS_EOF) {
++ free_conn (cn);
++ ret = FALSE;
++ }
++
++ else if (err != NULL) {
+ g_critical ("couldn't read from socket: %s", err->message);
+ g_clear_error (&err);
+ free_conn (cn);
+@@ -434,7 +440,7 @@ io_handler (GIOChannel *source, GIOCondi
+ g_free (string);
+ }
+
+- if (cn && condition & G_IO_HUP) {
++ else if (cn && condition & G_IO_HUP) {
+ free_conn (cn);
+ ret = FALSE; /* removes watch */
+ }
diff --git a/security/seahorse-plugins/files/patch-agent_seahorse-agent.h b/security/seahorse-plugins/files/patch-agent_seahorse-agent.h
new file mode 100644
index 000000000..7ba32051e
--- /dev/null
+++ b/security/seahorse-plugins/files/patch-agent_seahorse-agent.h
@@ -0,0 +1,11 @@
+--- agent/seahorse-agent.h.orig 2008-08-06 01:22:16.000000000 -0400
++++ agent/seahorse-agent.h 2008-08-06 01:22:27.000000000 -0400
+@@ -22,6 +22,8 @@
+ #ifndef __SEAHORSE_AGENT_H__
+ #define __SEAHORSE_AGENT_H__
+
++#include <sys/types.h>
++
+ #include <glib.h>
+ #include <gconf/gconf-client.h>
+ #include <gconf/gconf.h>
diff --git a/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c b/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c
new file mode 100644
index 000000000..7ddf0bb3f
--- /dev/null
+++ b/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c
@@ -0,0 +1,11 @@
+--- libseahorse/seahorse-notification.c.orig 2011-03-07 09:25:10.000000000 +0100
++++ libseahorse/seahorse-notification.c 2011-03-07 09:25:57.000000000 +0100
+@@ -213,7 +213,7 @@
+ heading = format_key_text (snotif->heading);
+ message = format_key_text (snotif->message);
+
+- notif = notify_notification_new (heading, message, snotif->icon, attachto);
++ notif = notify_notification_new (heading, message, snotif->icon);
+
+ g_free (heading);
+ g_free (message);
diff --git a/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c b/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c
new file mode 100644
index 000000000..16c64303b
--- /dev/null
+++ b/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c
@@ -0,0 +1,10 @@
+--- libseahorse/seahorse-pgp-operation.c.orig 2009-08-01 15:26:28.000000000 -0400
++++ libseahorse/seahorse-pgp-operation.c 2009-08-01 15:23:41.000000000 -0400
+@@ -323,6 +323,7 @@ seahorse_pgp_operation_init (SeahorsePGP
+ gpgme_error_t err;
+ gpgme_ctx_t ctx;
+
++ gpgme_check_version (NULL);
+ err = gpgme_engine_check_version (proto);
+ g_return_if_fail (GPG_IS_OK (err));
+
diff --git a/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c b/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c
new file mode 100644
index 000000000..d423b6b59
--- /dev/null
+++ b/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c
@@ -0,0 +1,23 @@
+--- plugins/nautilus/seahorse-tool.c.orig 2009-08-01 15:27:07.000000000 -0400
++++ plugins/nautilus/seahorse-tool.c 2009-08-01 15:23:46.000000000 -0400
+@@ -171,6 +171,9 @@ prompt_recipients (gpgme_key_t *signkey)
+
+ if (recips) {
+
++ gpgme_check_version (NULL);
++ gerr = gpgme_engine_check_version (GPGME_PROTOCOL_OpenPGP);
++ g_return_val_if_fail (GPG_IS_OK (gerr), NULL);
+ gerr = gpgme_new (&ctx);
+ g_return_val_if_fail (GPG_IS_OK (gerr), NULL);
+
+@@ -327,6 +330,10 @@ prompt_signer ()
+
+ id = cryptui_keyset_key_raw_keyid (keyset, signer);
+ g_free (signer);
++
++ gpgme_check_version (NULL);
++ gerr = gpgme_engine_check_version (GPGME_PROTOCOL_OpenPGP);
++ g_return_val_if_fail (GPG_IS_OK (gerr), NULL);
+
+ gerr = gpgme_new (&ctx);
+ g_return_val_if_fail (GPG_IS_OK (gerr), NULL);
diff --git a/security/seahorse-plugins/pkg-descr b/security/seahorse-plugins/pkg-descr
new file mode 100644
index 000000000..1fda4fd5d
--- /dev/null
+++ b/security/seahorse-plugins/pkg-descr
@@ -0,0 +1,5 @@
+These are various plug-ins for the Seahorse security management application.
+They serve to extend Seahorse, and to integrate Seahorse into other
+applications such as Nautilus, GEdit, etc.
+
+WWW: http://seahorse.sourceforge.net/
diff --git a/security/seahorse-plugins/pkg-plist b/security/seahorse-plugins/pkg-plist
new file mode 100644
index 000000000..3efe45464
--- /dev/null
+++ b/security/seahorse-plugins/pkg-plist
@@ -0,0 +1,253 @@
+bin/seahorse-agent
+bin/seahorse-preferences
+bin/seahorse-tool
+%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.a
+%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.la
+%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.so
+%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/seahorse.ephy-extension
+%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.a
+%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.la
+%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.so
+%%GEDIT%%lib/gedit-2/plugins/seahorse-pgp.gedit-plugin
+%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.a
+%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.la
+%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.so
+lib/seahorse/seahorse-applet
+libdata/bonobo/servers/GNOME_SeahorseApplet.server
+share/applications/seahorse-pgp-encrypted.desktop
+share/applications/seahorse-pgp-keys.desktop
+share/applications/seahorse-pgp-preferences.desktop
+share/applications/seahorse-pgp-signature.desktop
+share/gnome-2.0/ui/GNOME_SeahorseApplet.xml
+share/gnome/help/seahorse-applet/C/legal.xml
+share/gnome/help/seahorse-applet/C/seahorse-applet.xml
+share/gnome/help/seahorse-applet/es/seahorse-applet.xml
+share/gnome/help/seahorse-applet/fr/seahorse-applet.xml
+share/gnome/help/seahorse-applet/it/seahorse-applet.xml
+share/gnome/help/seahorse-applet/oc/seahorse-applet.xml
+share/gnome/help/seahorse-applet/ru/seahorse-applet.xml
+share/gnome/help/seahorse-applet/sv/seahorse-applet.xml
+share/gnome/help/seahorse-applet/vi/seahorse-applet.xml
+share/gnome/help/seahorse-plugins/C/legal.xml
+share/gnome/help/seahorse-plugins/C/seahorse-plugins.xml
+share/gnome/help/seahorse-plugins/ca/seahorse-plugins.xml
+share/gnome/help/seahorse-plugins/cs/seahorse-plugins.xml
+share/gnome/help/seahorse-plugins/de/seahorse-plugins.xml
+share/gnome/help/seahorse-plugins/el/seahorse-plugins.xml
+share/gnome/help/seahorse-plugins/en_GB/seahorse-plugins.xml
+share/gnome/help/seahorse-plugins/es/seahorse-plugins.xml
+share/gnome/help/seahorse-plugins/fr/seahorse-plugins.xml
+share/gnome/help/seahorse-plugins/it/seahorse-plugins.xml
+share/gnome/help/seahorse-plugins/oc/seahorse-plugins.xml
+share/gnome/help/seahorse-plugins/ru/seahorse-plugins.xml
+share/gnome/help/seahorse-plugins/sv/seahorse-plugins.xml
+share/gnome/help/seahorse-plugins/vi/seahorse-plugins.xml
+share/icons/hicolor/48x48/apps/seahorse-applet.png
+share/icons/hicolor/scalable/apps/seahorse-applet.svg
+share/locale/ar/LC_MESSAGES/seahorse-plugins.mo
+share/locale/as/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ast/LC_MESSAGES/seahorse-plugins.mo
+share/locale/az/LC_MESSAGES/seahorse-plugins.mo
+share/locale/be@latin/LC_MESSAGES/seahorse-plugins.mo
+share/locale/bg/LC_MESSAGES/seahorse-plugins.mo
+share/locale/bn/LC_MESSAGES/seahorse-plugins.mo
+share/locale/bn_IN/LC_MESSAGES/seahorse-plugins.mo
+share/locale/br/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ca/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ca@valencia/LC_MESSAGES/seahorse-plugins.mo
+share/locale/cs/LC_MESSAGES/seahorse-plugins.mo
+share/locale/da/LC_MESSAGES/seahorse-plugins.mo
+share/locale/de/LC_MESSAGES/seahorse-plugins.mo
+share/locale/dz/LC_MESSAGES/seahorse-plugins.mo
+share/locale/el/LC_MESSAGES/seahorse-plugins.mo
+share/locale/en@shaw/LC_MESSAGES/seahorse-plugins.mo
+share/locale/en_CA/LC_MESSAGES/seahorse-plugins.mo
+share/locale/en_GB/LC_MESSAGES/seahorse-plugins.mo
+share/locale/es/LC_MESSAGES/seahorse-plugins.mo
+share/locale/et/LC_MESSAGES/seahorse-plugins.mo
+share/locale/eu/LC_MESSAGES/seahorse-plugins.mo
+share/locale/fi/LC_MESSAGES/seahorse-plugins.mo
+share/locale/fr/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ga/LC_MESSAGES/seahorse-plugins.mo
+share/locale/gl/LC_MESSAGES/seahorse-plugins.mo
+share/locale/gu/LC_MESSAGES/seahorse-plugins.mo
+share/locale/he/LC_MESSAGES/seahorse-plugins.mo
+share/locale/hi/LC_MESSAGES/seahorse-plugins.mo
+share/locale/hr/LC_MESSAGES/seahorse-plugins.mo
+share/locale/hu/LC_MESSAGES/seahorse-plugins.mo
+share/locale/it/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ja/LC_MESSAGES/seahorse-plugins.mo
+share/locale/kn/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ko/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ku/LC_MESSAGES/seahorse-plugins.mo
+share/locale/lt/LC_MESSAGES/seahorse-plugins.mo
+share/locale/lv/LC_MESSAGES/seahorse-plugins.mo
+share/locale/mai/LC_MESSAGES/seahorse-plugins.mo
+share/locale/mk/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ml/LC_MESSAGES/seahorse-plugins.mo
+share/locale/mr/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ms/LC_MESSAGES/seahorse-plugins.mo
+share/locale/nb/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ne/LC_MESSAGES/seahorse-plugins.mo
+share/locale/nl/LC_MESSAGES/seahorse-plugins.mo
+share/locale/nn/LC_MESSAGES/seahorse-plugins.mo
+share/locale/oc/LC_MESSAGES/seahorse-plugins.mo
+share/locale/or/LC_MESSAGES/seahorse-plugins.mo
+share/locale/pa/LC_MESSAGES/seahorse-plugins.mo
+share/locale/pl/LC_MESSAGES/seahorse-plugins.mo
+share/locale/pt/LC_MESSAGES/seahorse-plugins.mo
+share/locale/pt_BR/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ro/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ru/LC_MESSAGES/seahorse-plugins.mo
+share/locale/rw/LC_MESSAGES/seahorse-plugins.mo
+share/locale/si/LC_MESSAGES/seahorse-plugins.mo
+share/locale/sk/LC_MESSAGES/seahorse-plugins.mo
+share/locale/sl/LC_MESSAGES/seahorse-plugins.mo
+share/locale/sq/LC_MESSAGES/seahorse-plugins.mo
+share/locale/sr/LC_MESSAGES/seahorse-plugins.mo
+share/locale/sr@latin/LC_MESSAGES/seahorse-plugins.mo
+share/locale/sv/LC_MESSAGES/seahorse-plugins.mo
+share/locale/ta/LC_MESSAGES/seahorse-plugins.mo
+share/locale/te/LC_MESSAGES/seahorse-plugins.mo
+share/locale/th/LC_MESSAGES/seahorse-plugins.mo
+share/locale/tr/LC_MESSAGES/seahorse-plugins.mo
+share/locale/uk/LC_MESSAGES/seahorse-plugins.mo
+share/locale/vi/LC_MESSAGES/seahorse-plugins.mo
+share/locale/zh_CN/LC_MESSAGES/seahorse-plugins.mo
+share/locale/zh_HK/LC_MESSAGES/seahorse-plugins.mo
+share/locale/zh_TW/LC_MESSAGES/seahorse-plugins.mo
+share/mime/packages/seahorse.xml
+share/omf/seahorse-applet/seahorse-applet-C.omf
+share/omf/seahorse-applet/seahorse-applet-es.omf
+share/omf/seahorse-applet/seahorse-applet-fr.omf
+share/omf/seahorse-applet/seahorse-applet-it.omf
+share/omf/seahorse-applet/seahorse-applet-oc.omf
+share/omf/seahorse-applet/seahorse-applet-ru.omf
+share/omf/seahorse-applet/seahorse-applet-sv.omf
+share/omf/seahorse-applet/seahorse-applet-vi.omf
+share/omf/seahorse-plugins/seahorse-plugins-C.omf
+share/omf/seahorse-plugins/seahorse-plugins-ca.omf
+share/omf/seahorse-plugins/seahorse-plugins-cs.omf
+share/omf/seahorse-plugins/seahorse-plugins-de.omf
+share/omf/seahorse-plugins/seahorse-plugins-el.omf
+share/omf/seahorse-plugins/seahorse-plugins-en_GB.omf
+share/omf/seahorse-plugins/seahorse-plugins-es.omf
+share/omf/seahorse-plugins/seahorse-plugins-fr.omf
+share/omf/seahorse-plugins/seahorse-plugins-it.omf
+share/omf/seahorse-plugins/seahorse-plugins-oc.omf
+share/omf/seahorse-plugins/seahorse-plugins-ru.omf
+share/omf/seahorse-plugins/seahorse-plugins-sv.omf
+share/omf/seahorse-plugins/seahorse-plugins-vi.omf
+share/pixmaps/seahorse-applet.svg
+share/pixmaps/seahorse-plugins/22x22/seahorse-applet-encrypted.png
+share/pixmaps/seahorse-plugins/22x22/seahorse-applet-key.png
+share/pixmaps/seahorse-plugins/22x22/seahorse-applet-signed.png
+share/pixmaps/seahorse-plugins/22x22/seahorse-applet-text.png
+share/pixmaps/seahorse-plugins/22x22/seahorse-applet-unknown.png
+share/pixmaps/seahorse-plugins/22x22/seahorse-key-personal.png
+share/pixmaps/seahorse-plugins/22x22/seahorse-key.png
+share/pixmaps/seahorse-plugins/22x22/seahorse-sign-bad.png
+share/pixmaps/seahorse-plugins/22x22/seahorse-sign-ok.png
+share/pixmaps/seahorse-plugins/22x22/seahorse-sign.png
+share/pixmaps/seahorse-plugins/48x48/seahorse-applet-encrypted.png
+share/pixmaps/seahorse-plugins/48x48/seahorse-applet-key.png
+share/pixmaps/seahorse-plugins/48x48/seahorse-applet-signed.png
+share/pixmaps/seahorse-plugins/48x48/seahorse-applet-text.png
+share/pixmaps/seahorse-plugins/48x48/seahorse-applet-unknown.png
+share/pixmaps/seahorse-plugins/48x48/seahorse-applet.png
+share/pixmaps/seahorse-plugins/48x48/seahorse-key-personal.png
+share/pixmaps/seahorse-plugins/48x48/seahorse-key.png
+share/pixmaps/seahorse-plugins/48x48/seahorse-sign-bad.png
+share/pixmaps/seahorse-plugins/48x48/seahorse-sign-ok.png
+share/pixmaps/seahorse-plugins/48x48/seahorse-sign-unknown.png
+share/pixmaps/seahorse-plugins/48x48/seahorse-sign.png
+share/pixmaps/seahorse-plugins/scalable/seahorse-applet-encrypted.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-applet-key.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-applet-signed.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-applet-text.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-applet-unknown.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-applet.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-key-personal.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-key-ssh.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-key.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-person.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-share-keys.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-sign-bad.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-sign-ok.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-sign-unknown.svg
+share/pixmaps/seahorse-plugins/scalable/seahorse-sign.svg
+%%DATADIR%%/ui/seahorse-agent-cache.xml
+%%DATADIR%%/ui/seahorse-applet-preferences.xml
+%%DATADIR%%/ui/seahorse-multi-encrypt.xml
+%%DATADIR%%/ui/seahorse-notify.xml
+%%DATADIR%%/ui/seahorse-prefs.xml
+%%DATADIR%%/ui/seahorse-progress.xml
+%%EPHY%%@dirrmtry lib/epiphany/%%EPHY_VERSION%%/extensions
+@dirrm %%DATADIR%%/ui
+@dirrm %%DATADIR%%
+@dirrmtry share/pixmaps/seahorse-plugins/scalable
+@dirrmtry share/pixmaps/seahorse-plugins/48x48
+@dirrmtry share/pixmaps/seahorse-plugins/22x22
+@dirrmtry share/pixmaps/seahorse-plugins
+@dirrm share/omf/seahorse-plugins
+@dirrm share/omf/seahorse-applet
+@dirrm share/gnome/help/seahorse-plugins/vi
+@dirrm share/gnome/help/seahorse-plugins/sv
+@dirrm share/gnome/help/seahorse-plugins/ru
+@dirrm share/gnome/help/seahorse-plugins/oc
+@dirrm share/gnome/help/seahorse-plugins/it
+@dirrm share/gnome/help/seahorse-plugins/fr
+@dirrm share/gnome/help/seahorse-plugins/es
+@dirrm share/gnome/help/seahorse-plugins/en_GB
+@dirrm share/gnome/help/seahorse-plugins/el
+@dirrm share/gnome/help/seahorse-plugins/de
+@dirrm share/gnome/help/seahorse-plugins/cs
+@dirrm share/gnome/help/seahorse-plugins/ca
+@dirrm share/gnome/help/seahorse-plugins/C
+@dirrm share/gnome/help/seahorse-plugins
+@dirrm share/gnome/help/seahorse-applet/vi
+@dirrm share/gnome/help/seahorse-applet/sv
+@dirrm share/gnome/help/seahorse-applet/ru
+@dirrm share/gnome/help/seahorse-applet/oc
+@dirrm share/gnome/help/seahorse-applet/it
+@dirrm share/gnome/help/seahorse-applet/fr
+@dirrm share/gnome/help/seahorse-applet/es
+@dirrm share/gnome/help/seahorse-applet/C
+@dirrm share/gnome/help/seahorse-applet
+@dirrmtry share/applications
+@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
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@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/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@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/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@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