From 71dfde0760b13ea318c656ddead128dbe634597d Mon Sep 17 00:00:00 2001 From: kwm Date: Wed, 24 Aug 2011 10:43:50 +0000 Subject: Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059 --- security/gnome-gpg/Makefile | 29 -- security/gnome-gpg/distinfo | 2 - security/gnome-gpg/pkg-descr | 3 - security/gnome-keyring-sharp/Makefile | 27 -- security/gnome-keyring-sharp/distinfo | 2 - security/gnome-keyring-sharp/pkg-descr | 7 - security/gnome-keyring-sharp/pkg-plist | 15 - security/seahorse-plugins/Makefile | 101 ------ security/seahorse-plugins/distinfo | 2 - .../files/patch-agent_seahorse-agent-cache.c | 10 - .../files/patch-agent_seahorse-agent-io.c | 32 -- .../files/patch-agent_seahorse-agent.h | 11 - .../patch-libseahorse_seahorse-notification.c | 11 - .../patch-libseahorse_seahorse-pgp-operation.c | 10 - .../files/patch-plugins_nautilus_seahorse-tool.c | 23 -- security/seahorse-plugins/pkg-descr | 5 - security/seahorse-plugins/pkg-plist | 253 --------------- security/seahorse/Makefile | 73 ----- security/seahorse/distinfo | 2 - .../patch-libseahorse_seahorse-notification.c | 11 - security/seahorse/pkg-descr | 8 - security/seahorse/pkg-plist | 344 --------------------- 22 files changed, 981 deletions(-) delete mode 100644 security/gnome-gpg/Makefile delete mode 100644 security/gnome-gpg/distinfo delete mode 100644 security/gnome-gpg/pkg-descr delete mode 100644 security/gnome-keyring-sharp/Makefile delete mode 100644 security/gnome-keyring-sharp/distinfo delete mode 100644 security/gnome-keyring-sharp/pkg-descr delete mode 100644 security/gnome-keyring-sharp/pkg-plist delete mode 100644 security/seahorse-plugins/Makefile delete mode 100644 security/seahorse-plugins/distinfo delete mode 100644 security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c delete mode 100644 security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c delete mode 100644 security/seahorse-plugins/files/patch-agent_seahorse-agent.h delete mode 100644 security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c delete mode 100644 security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c delete mode 100644 security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c delete mode 100644 security/seahorse-plugins/pkg-descr delete mode 100644 security/seahorse-plugins/pkg-plist delete mode 100644 security/seahorse/Makefile delete mode 100644 security/seahorse/distinfo delete mode 100644 security/seahorse/files/patch-libseahorse_seahorse-notification.c delete mode 100644 security/seahorse/pkg-descr delete mode 100644 security/seahorse/pkg-plist (limited to 'security') diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile deleted file mode 100644 index 247c7a888..000000000 --- a/security/gnome-gpg/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gnome-gpg -# Date created: 2006-09-02 -# Whom: Michael Johnson -# -# $FreeBSD$ -# $MCom: ports/security/gnome-gpg/Makefile,v 1.3 2011/04/09 15:57:11 mezz Exp $ - -PORTNAME= gnome-gpg -PORTVERSION= 0.5.0 -PORTREVISION= 8 -CATEGORIES= security -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Simple commandline wrapper around gpg for gnome-keyring - -BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 -LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring -RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GNOME= libgnomeui -CONFIGURE_ENV= set_more_warnings="no" - -PLIST_FILES= bin/gnome-gpg -MAN1= gnome-gpg.1 - -.include diff --git a/security/gnome-gpg/distinfo b/security/gnome-gpg/distinfo deleted file mode 100644 index edc144621..000000000 --- a/security/gnome-gpg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome-gpg-0.5.0.tar.bz2) = 2acebd35613e78ecac14cd4783f9df6d33a25e62857cb5cb868091f0d05a53d5 -SIZE (gnome-gpg-0.5.0.tar.bz2) = 69620 diff --git a/security/gnome-gpg/pkg-descr b/security/gnome-gpg/pkg-descr deleted file mode 100644 index fc0cb1a01..000000000 --- a/security/gnome-gpg/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Simple commandline wrapper around gpg that makes it store its passphrase -in gnome-keyring. It is a direct competitor to (the unmaintained) -quintuple-agent. diff --git a/security/gnome-keyring-sharp/Makefile b/security/gnome-keyring-sharp/Makefile deleted file mode 100644 index 1bde62517..000000000 --- a/security/gnome-keyring-sharp/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gnome-keyring-sharp -# Date created: 2008-10-08 -# Whom: Romain Tartiere -# -# $FreeBSD$ -# - -PORTNAME= gnome-keyring-sharp -PORTVERSION= 1.0.2 -PORTREVISION= 1 -CATEGORIES= security -MASTER_SITES= http://www.go-mono.com/archive/${PORTNAME}/ - -MAINTAINER= mono@FreeBSD.org -COMMENT= Fully managed implementation of gnome-keyring - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus \ - ${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/libgnome-keyring -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus \ - ${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/libgnome-keyring - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gtksharp20 -USE_LDCONFIG= yes - -.include diff --git a/security/gnome-keyring-sharp/distinfo b/security/gnome-keyring-sharp/distinfo deleted file mode 100644 index 2fb2892d4..000000000 --- a/security/gnome-keyring-sharp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome-keyring-sharp-1.0.2.tar.gz) = 043e3e22132bdfe34e8ca314b6fd34bb0bc55a23eeb102778c64c243bb595315 -SIZE (gnome-keyring-sharp-1.0.2.tar.gz) = 308244 diff --git a/security/gnome-keyring-sharp/pkg-descr b/security/gnome-keyring-sharp/pkg-descr deleted file mode 100644 index 6ad79b26b..000000000 --- a/security/gnome-keyring-sharp/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -gnome-keyring-sharp is a fully managed implementation of libgnome-keyring. - -When the gnome-keyring-daemon is running, you can use this to retrieve/store -confidential information such as passwords, notes or network services user -information. - -WWW: http://andrew.jorgensenfamily.us/2008/08/gnome-keyring-sharp/ diff --git a/security/gnome-keyring-sharp/pkg-plist b/security/gnome-keyring-sharp/pkg-plist deleted file mode 100644 index 565f4f89a..000000000 --- a/security/gnome-keyring-sharp/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -@comment $FreeBSD$ -lib/libgnome-keyring-sharp-glue.a -lib/libgnome-keyring-sharp-glue.la -lib/libgnome-keyring-sharp-glue.so -lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll -lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll.config -lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll.mdb -lib/mono/gnome-keyring-sharp-1.0/Gnome.Keyring.dll -lib/monodoc/sources/Gnome.Keyring.source -lib/monodoc/sources/Gnome.Keyring.tree -lib/monodoc/sources/Gnome.Keyring.zip -libdata/pkgconfig/gnome-keyring-sharp-1.0.pc -@dirrm lib/mono/gnome-keyring-sharp-1.0 -@dirrm lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66 -@dirrm lib/mono/gac/Gnome.Keyring diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile deleted file mode 100644 index 3d2d12a96..000000000 --- a/security/seahorse-plugins/Makefile +++ /dev/null @@ -1,101 +0,0 @@ -# New ports collection makefile for: seahorse-plugins -# Date created: 06 August 2008 -# Whom: Dave McKay -# -# $FreeBSD$ -# $MCom: ports/security/seahorse-plugins/Makefile,v 1.27 2011/03/07 08:30:01 kwm Exp $ -# - -PORTNAME= seahorse-plugins -PORTVERSION= 2.30.1 -PORTREVISION= 6 -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.18:${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 - -#.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 diff --git a/security/seahorse-plugins/distinfo b/security/seahorse-plugins/distinfo deleted file mode 100644 index 1b696bab9..000000000 --- a/security/seahorse-plugins/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 70d1c9261..000000000 --- a/security/seahorse-plugins/files/patch-agent_seahorse-agent-cache.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 deleted file mode 100644 index 4ecd84940..000000000 --- a/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c +++ /dev/null @@ -1,32 +0,0 @@ ---- 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 deleted file mode 100644 index 7ba32051e..000000000 --- a/security/seahorse-plugins/files/patch-agent_seahorse-agent.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -+ - #include - #include - #include diff --git a/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c b/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c deleted file mode 100644 index 7ddf0bb3f..000000000 --- a/security/seahorse-plugins/files/patch-libseahorse_seahorse-notification.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 deleted file mode 100644 index 16c64303b..000000000 --- a/security/seahorse-plugins/files/patch-libseahorse_seahorse-pgp-operation.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 deleted file mode 100644 index d423b6b59..000000000 --- a/security/seahorse-plugins/files/patch-plugins_nautilus_seahorse-tool.c +++ /dev/null @@ -1,23 +0,0 @@ ---- 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 deleted file mode 100644 index 1fda4fd5d..000000000 --- a/security/seahorse-plugins/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 3efe45464..000000000 --- a/security/seahorse-plugins/pkg-plist +++ /dev/null @@ -1,253 +0,0 @@ -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 diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile deleted file mode 100644 index 6a9dd20e3..000000000 --- a/security/seahorse/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: Seahorse -# Date created: 08 March 2000 -# Whom: Dave McKay -# -# $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.104 2011/07/03 11:57:45 kwm Exp $ -# - -PORTNAME= seahorse -PORTVERSION= 2.32.0 -PORTREVISION= 6 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME application for managing encryption keys (PGP, SSH) - -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gcr.0:${PORTSDIR}/security/gnome-keyring \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -CONFLICTS= seahorse-3.[0-9]* - -USE_XORG= sm -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix gconf2 gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-introspection=no - -GCONF_SCHEMAS= seahorse.schemas -MAN1= seahorse.1 seahorse-daemon.1 - -OPTIONS= LDAP "Enable LDAP support" on \ - NOTIFY "Enable libnotify support" on \ - MDNS "Enable mDNS key sharing" on - -.include - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -.else -CONFIGURE_ARGS+=--disable-ldap -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+=--disable-libnotify -.endif - -.if !defined(WITHOUT_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.else -CONFIGURE_ARGS+=--disable-sharing -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ - ${WRKSRC}/configure - -.include diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo deleted file mode 100644 index 5e0b05802..000000000 --- a/security/seahorse/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/seahorse-2.32.0.tar.bz2) = f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d -SIZE (gnome2/seahorse-2.32.0.tar.bz2) = 2491230 diff --git a/security/seahorse/files/patch-libseahorse_seahorse-notification.c b/security/seahorse/files/patch-libseahorse_seahorse-notification.c deleted file mode 100644 index 7cf855253..000000000 --- a/security/seahorse/files/patch-libseahorse_seahorse-notification.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libseahorse/seahorse-notification.c.orig 2011-03-06 21:03:39.000000000 +0100 -+++ libseahorse/seahorse-notification.c 2011-03-06 21:03:58.000000000 +0100 -@@ -231,7 +231,7 @@ setup_libnotify_notification (SeahorseNo - 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/pkg-descr b/security/seahorse/pkg-descr deleted file mode 100644 index ea4098271..000000000 --- a/security/seahorse/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Seahorse is a Gnome front end for GnuPG - the Gnu Privacy Guard program. - -It is a tool for secure communications and data storage. -Data encryption and digital signature creation can easily -be performed through a GUI and Key Management operations -can easily be carried out through an intuitive interface. - -WWW: http://seahorse.sourceforge.net/ diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist deleted file mode 100644 index 09524c6f6..000000000 --- a/security/seahorse/pkg-plist +++ /dev/null @@ -1,344 +0,0 @@ -bin/seahorse -bin/seahorse-daemon -include/libcryptui/cryptui-key-chooser.h -include/libcryptui/cryptui-key-combo.h -include/libcryptui/cryptui-key-list.h -include/libcryptui/cryptui-key-store.h -include/libcryptui/cryptui-keyset.h -include/libcryptui/cryptui.h -lib/libcryptui.a -lib/libcryptui.la -lib/libcryptui.so -lib/libcryptui.so.0 -lib/seahorse/seahorse-ssh-askpass -lib/seahorse/xloadimage -libdata/pkgconfig/cryptui-0.0.pc -share/applications/seahorse.desktop -share/dbus-1/services/org.gnome.seahorse.service -share/doc/libcryptui/ch01.html -share/doc/libcryptui/home.png -share/doc/libcryptui/index.html -share/doc/libcryptui/index.sgml -share/doc/libcryptui/left.png -share/doc/libcryptui/libcryptui-cryptui-defines.html -share/doc/libcryptui/libcryptui-cryptui-key-chooser.html -share/doc/libcryptui/libcryptui-cryptui-key-combo.html -share/doc/libcryptui/libcryptui-cryptui-key-list.html -share/doc/libcryptui/libcryptui-cryptui-key-store.html -share/doc/libcryptui/libcryptui-cryptui-keyset.html -share/doc/libcryptui/libcryptui-cryptui-marshal.html -share/doc/libcryptui/libcryptui-cryptui.html -share/doc/libcryptui/libcryptui.devhelp -share/doc/libcryptui/libcryptui.devhelp2 -share/doc/libcryptui/right.png -share/doc/libcryptui/style.css -share/doc/libcryptui/up.png -share/doc/libseahorse/api-index-full.html -share/doc/libseahorse/ch01.html -share/doc/libseahorse/home.png -share/doc/libseahorse/index.html -share/doc/libseahorse/index.sgml -share/doc/libseahorse/left.png -share/doc/libseahorse/libseahorse-SeahorseKeyserverControl.html -share/doc/libseahorse/libseahorse-SeahorseObjectModel.html -share/doc/libseahorse/libseahorse-SeahorseObjectWidget.html -share/doc/libseahorse/libseahorse-SeahorseOperation.html -share/doc/libseahorse/libseahorse-SeahorseSecureEntry.html -share/doc/libseahorse/libseahorse-SeahorseUnknown.html -share/doc/libseahorse/libseahorse-SeahorseWidget.html -share/doc/libseahorse/libseahorse-seahorse-check-button-control.html -share/doc/libseahorse/libseahorse-seahorse-combo-keys.html -share/doc/libseahorse/libseahorse-seahorse-commands.html -share/doc/libseahorse/libseahorse-seahorse-context.html -share/doc/libseahorse/libseahorse-seahorse-dns-sd.html -share/doc/libseahorse/libseahorse-seahorse-gconf.html -share/doc/libseahorse/libseahorse-seahorse-gtkstock.html -share/doc/libseahorse/libseahorse-seahorse-libdialogs.html -share/doc/libseahorse/libseahorse-seahorse-marshal.html -share/doc/libseahorse/libseahorse-seahorse-object.html -share/doc/libseahorse/libseahorse-seahorse-passphrase.html -share/doc/libseahorse/libseahorse-seahorse-prefs.html -share/doc/libseahorse/libseahorse-seahorse-progress.html -share/doc/libseahorse/libseahorse-seahorse-secure-memory.html -share/doc/libseahorse/libseahorse-seahorse-servers.html -share/doc/libseahorse/libseahorse-seahorse-set-model.html -share/doc/libseahorse/libseahorse-seahorse-set.html -share/doc/libseahorse/libseahorse-seahorse-source.html -share/doc/libseahorse/libseahorse-seahorse-transfer-operation.html -share/doc/libseahorse/libseahorse-seahorse-types.html -share/doc/libseahorse/libseahorse-seahorse-unix-signal.html -share/doc/libseahorse/libseahorse-seahorse-unknown-source.html -share/doc/libseahorse/libseahorse-seahorse-util.html -share/doc/libseahorse/libseahorse-seahorse-validity.html -share/doc/libseahorse/libseahorse-seahorse-view.html -share/doc/libseahorse/libseahorse-seahorse-xxx.html -share/doc/libseahorse/libseahorse.devhelp -share/doc/libseahorse/libseahorse.devhelp2 -share/doc/libseahorse/object-tree.html -share/doc/libseahorse/right.png -share/doc/libseahorse/style.css -share/doc/libseahorse/up.png -share/gnome/help/seahorse/C/figures/seahorse-window.png -share/gnome/help/seahorse/C/legal.xml -share/gnome/help/seahorse/C/seahorse.xml -share/gnome/help/seahorse/ca/figures/seahorse-window.png -share/gnome/help/seahorse/ca/seahorse.xml -share/gnome/help/seahorse/cs/figures/seahorse-window.png -share/gnome/help/seahorse/cs/seahorse.xml -share/gnome/help/seahorse/de/figures/seahorse-window.png -share/gnome/help/seahorse/de/seahorse.xml -share/gnome/help/seahorse/el/figures/seahorse-window.png -share/gnome/help/seahorse/el/seahorse.xml -share/gnome/help/seahorse/en_GB/figures/seahorse-window.png -share/gnome/help/seahorse/en_GB/seahorse.xml -share/gnome/help/seahorse/es/figures/seahorse-window.png -share/gnome/help/seahorse/es/seahorse.xml -share/gnome/help/seahorse/eu/figures/seahorse-window.png -share/gnome/help/seahorse/eu/seahorse.xml -share/gnome/help/seahorse/fr/figures/seahorse-window.png -share/gnome/help/seahorse/fr/seahorse.xml -share/gnome/help/seahorse/it/figures/seahorse-window.png -share/gnome/help/seahorse/it/seahorse.xml -share/gnome/help/seahorse/ja/figures/seahorse-window.png -share/gnome/help/seahorse/ja/seahorse.xml -share/gnome/help/seahorse/oc/figures/seahorse-window.png -share/gnome/help/seahorse/oc/seahorse.xml -share/gnome/help/seahorse/ru/figures/seahorse-window.png -share/gnome/help/seahorse/ru/seahorse.xml -share/gnome/help/seahorse/sv/figures/seahorse-window.png -share/gnome/help/seahorse/sv/seahorse.xml -share/gnome/help/seahorse/vi/figures/seahorse-window.png -share/gnome/help/seahorse/vi/seahorse.xml -share/gnome/help/seahorse/zh_CN/figures/seahorse-window.png -share/gnome/help/seahorse/zh_CN/seahorse.xml -share/icons/hicolor/16x16/apps/seahorse-preferences.png -share/icons/hicolor/16x16/apps/seahorse.png -share/icons/hicolor/22x22/apps/seahorse-preferences.png -share/icons/hicolor/22x22/apps/seahorse.png -share/icons/hicolor/24x24/apps/seahorse-preferences.png -share/icons/hicolor/24x24/apps/seahorse.png -share/icons/hicolor/32x32/apps/seahorse-preferences.png -share/icons/hicolor/32x32/apps/seahorse.png -share/icons/hicolor/48x48/apps/seahorse-preferences.png -share/icons/hicolor/48x48/apps/seahorse.png -share/locale/ar/LC_MESSAGES/seahorse.mo -share/locale/as/LC_MESSAGES/seahorse.mo -share/locale/ast/LC_MESSAGES/seahorse.mo -share/locale/az/LC_MESSAGES/seahorse.mo -share/locale/be@latin/LC_MESSAGES/seahorse.mo -share/locale/bg/LC_MESSAGES/seahorse.mo -share/locale/bn/LC_MESSAGES/seahorse.mo -share/locale/bn_IN/LC_MESSAGES/seahorse.mo -share/locale/br/LC_MESSAGES/seahorse.mo -share/locale/ca/LC_MESSAGES/seahorse.mo -share/locale/ca@valencia/LC_MESSAGES/seahorse.mo -share/locale/cs/LC_MESSAGES/seahorse.mo -share/locale/cy/LC_MESSAGES/seahorse.mo -share/locale/da/LC_MESSAGES/seahorse.mo -share/locale/de/LC_MESSAGES/seahorse.mo -share/locale/dz/LC_MESSAGES/seahorse.mo -share/locale/el/LC_MESSAGES/seahorse.mo -share/locale/en_CA/LC_MESSAGES/seahorse.mo -share/locale/en_GB/LC_MESSAGES/seahorse.mo -share/locale/en@shaw/LC_MESSAGES/seahorse.mo -share/locale/es/LC_MESSAGES/seahorse.mo -share/locale/et/LC_MESSAGES/seahorse.mo -share/locale/eu/LC_MESSAGES/seahorse.mo -share/locale/fi/LC_MESSAGES/seahorse.mo -share/locale/fr/LC_MESSAGES/seahorse.mo -share/locale/ga/LC_MESSAGES/seahorse.mo -share/locale/gl/LC_MESSAGES/seahorse.mo -share/locale/gu/LC_MESSAGES/seahorse.mo -share/locale/he/LC_MESSAGES/seahorse.mo -share/locale/hi/LC_MESSAGES/seahorse.mo -share/locale/hr/LC_MESSAGES/seahorse.mo -share/locale/hu/LC_MESSAGES/seahorse.mo -share/locale/id/LC_MESSAGES/seahorse.mo -share/locale/it/LC_MESSAGES/seahorse.mo -share/locale/ja/LC_MESSAGES/seahorse.mo -share/locale/kn/LC_MESSAGES/seahorse.mo -share/locale/ku/LC_MESSAGES/seahorse.mo -share/locale/ko/LC_MESSAGES/seahorse.mo -share/locale/lt/LC_MESSAGES/seahorse.mo -share/locale/lv/LC_MESSAGES/seahorse.mo -share/locale/mai/LC_MESSAGES/seahorse.mo -share/locale/mk/LC_MESSAGES/seahorse.mo -share/locale/ml/LC_MESSAGES/seahorse.mo -share/locale/mr/LC_MESSAGES/seahorse.mo -share/locale/ms/LC_MESSAGES/seahorse.mo -share/locale/nb/LC_MESSAGES/seahorse.mo -share/locale/ne/LC_MESSAGES/seahorse.mo -share/locale/nl/LC_MESSAGES/seahorse.mo -share/locale/nn/LC_MESSAGES/seahorse.mo -share/locale/oc/LC_MESSAGES/seahorse.mo -share/locale/or/LC_MESSAGES/seahorse.mo -share/locale/pa/LC_MESSAGES/seahorse.mo -share/locale/pl/LC_MESSAGES/seahorse.mo -share/locale/pt/LC_MESSAGES/seahorse.mo -share/locale/pt_BR/LC_MESSAGES/seahorse.mo -share/locale/ro/LC_MESSAGES/seahorse.mo -share/locale/ru/LC_MESSAGES/seahorse.mo -share/locale/rw/LC_MESSAGES/seahorse.mo -share/locale/si/LC_MESSAGES/seahorse.mo -share/locale/sk/LC_MESSAGES/seahorse.mo -share/locale/sl/LC_MESSAGES/seahorse.mo -share/locale/sq/LC_MESSAGES/seahorse.mo -share/locale/sr/LC_MESSAGES/seahorse.mo -share/locale/sr@latin/LC_MESSAGES/seahorse.mo -share/locale/sv/LC_MESSAGES/seahorse.mo -share/locale/ta/LC_MESSAGES/seahorse.mo -share/locale/te/LC_MESSAGES/seahorse.mo -share/locale/th/LC_MESSAGES/seahorse.mo -share/locale/tr/LC_MESSAGES/seahorse.mo -share/locale/uk/LC_MESSAGES/seahorse.mo -share/locale/vi/LC_MESSAGES/seahorse.mo -share/locale/zh_CN/LC_MESSAGES/seahorse.mo -share/locale/zh_HK/LC_MESSAGES/seahorse.mo -share/locale/zh_TW/LC_MESSAGES/seahorse.mo -share/omf/seahorse/seahorse-C.omf -share/omf/seahorse/seahorse-ca.omf -share/omf/seahorse/seahorse-cs.omf -share/omf/seahorse/seahorse-de.omf -share/omf/seahorse/seahorse-el.omf -share/omf/seahorse/seahorse-en_GB.omf -share/omf/seahorse/seahorse-es.omf -share/omf/seahorse/seahorse-eu.omf -share/omf/seahorse/seahorse-fr.omf -share/omf/seahorse/seahorse-it.omf -share/omf/seahorse/seahorse-ja.omf -share/omf/seahorse/seahorse-oc.omf -share/omf/seahorse/seahorse-ru.omf -share/omf/seahorse/seahorse-sv.omf -share/omf/seahorse/seahorse-vi.omf -share/omf/seahorse/seahorse-zh_CN.omf -share/pixmaps/seahorse/22x22/seahorse-key-personal.png -share/pixmaps/seahorse/22x22/seahorse-key-ssh.png -share/pixmaps/seahorse/22x22/seahorse-key.png -share/pixmaps/seahorse/22x22/seahorse-person.png -share/pixmaps/seahorse/22x22/seahorse-share-keys.png -share/pixmaps/seahorse/22x22/seahorse-sign-bad.png -share/pixmaps/seahorse/22x22/seahorse-sign-ok.png -share/pixmaps/seahorse/22x22/seahorse-sign.png -share/pixmaps/seahorse/48x48/seahorse-key-personal.png -share/pixmaps/seahorse/48x48/seahorse-key-ssh.png -share/pixmaps/seahorse/48x48/seahorse-key.png -share/pixmaps/seahorse/48x48/seahorse-person.png -share/pixmaps/seahorse/48x48/seahorse-share-keys.png -share/pixmaps/seahorse/48x48/seahorse-sign-bad.png -share/pixmaps/seahorse/48x48/seahorse-sign-ok.png -share/pixmaps/seahorse/48x48/seahorse-sign-unknown.png -share/pixmaps/seahorse/48x48/seahorse-sign.png -share/pixmaps/seahorse/scalable/seahorse-key-personal.svg -share/pixmaps/seahorse/scalable/seahorse-key-ssh.svg -share/pixmaps/seahorse/scalable/seahorse-key.svg -share/pixmaps/seahorse/scalable/seahorse-person.svg -share/pixmaps/seahorse/scalable/seahorse-share-keys.svg -share/pixmaps/seahorse/scalable/seahorse-sign-bad.svg -share/pixmaps/seahorse/scalable/seahorse-sign-ok.svg -share/pixmaps/seahorse/scalable/seahorse-sign-unknown.svg -share/pixmaps/seahorse/scalable/seahorse-sign.svg -%%DATADIR%%/ui/seahorse-add-keyring.xml -%%DATADIR%%/ui/seahorse-add-keyserver.xml -%%DATADIR%%/ui/seahorse-add-subkey.xml -%%DATADIR%%/ui/seahorse-add-uid.xml -%%DATADIR%%/ui/seahorse-change-passphrase.xml -%%DATADIR%%/ui/seahorse-expires.xml -%%DATADIR%%/ui/seahorse-generate-select.xml -%%DATADIR%%/ui/seahorse-gkr-add-item.xml -%%DATADIR%%/ui/seahorse-gkr-item-properties.xml -%%DATADIR%%/ui/seahorse-gkr-keyring.xml -%%DATADIR%%/ui/seahorse-key-manager.ui -%%DATADIR%%/ui/seahorse-key-manager.xml -%%DATADIR%%/ui/seahorse-keyserver-results.ui -%%DATADIR%%/ui/seahorse-keyserver-results.xml -%%DATADIR%%/ui/seahorse-keyserver-search.xml -%%DATADIR%%/ui/seahorse-keyserver-sync.xml -%%DATADIR%%/ui/seahorse-notify.xml -%%DATADIR%%/ui/seahorse-pgp-generate.xml -%%DATADIR%%/ui/seahorse-pgp-private-key-properties.xml -%%DATADIR%%/ui/seahorse-pgp-public-key-properties.xml -%%DATADIR%%/ui/seahorse-prefs.xml -%%DATADIR%%/ui/seahorse-progress.xml -%%DATADIR%%/ui/seahorse-revoke.xml -%%DATADIR%%/ui/seahorse-sign.xml -%%DATADIR%%/ui/seahorse-signer.xml -%%DATADIR%%/ui/seahorse-ssh-generate.xml -%%DATADIR%%/ui/seahorse-ssh-key-properties.xml -%%DATADIR%%/ui/seahorse-ssh-upload.xml -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrm share/pixmaps/seahorse/scalable -@dirrm share/pixmaps/seahorse/48x48 -@dirrm share/pixmaps/seahorse/22x22 -@dirrm share/pixmaps/seahorse -@dirrm share/omf/seahorse -@dirrm share/gnome/help/seahorse/zh_CN/figures -@dirrm share/gnome/help/seahorse/zh_CN -@dirrm share/gnome/help/seahorse/vi/figures -@dirrm share/gnome/help/seahorse/vi -@dirrm share/gnome/help/seahorse/sv/figures -@dirrm share/gnome/help/seahorse/sv -@dirrm share/gnome/help/seahorse/ru/figures -@dirrm share/gnome/help/seahorse/ru -@dirrm share/gnome/help/seahorse/oc/figures -@dirrm share/gnome/help/seahorse/oc -@dirrm share/gnome/help/seahorse/ja/figures -@dirrm share/gnome/help/seahorse/ja -@dirrm share/gnome/help/seahorse/it/figures -@dirrm share/gnome/help/seahorse/it -@dirrm share/gnome/help/seahorse/fr/figures -@dirrm share/gnome/help/seahorse/fr -@dirrm share/gnome/help/seahorse/eu/figures -@dirrm share/gnome/help/seahorse/eu -@dirrm share/gnome/help/seahorse/es/figures -@dirrm share/gnome/help/seahorse/es -@dirrm share/gnome/help/seahorse/en_GB/figures -@dirrm share/gnome/help/seahorse/en_GB -@dirrm share/gnome/help/seahorse/el/figures -@dirrm share/gnome/help/seahorse/el -@dirrm share/gnome/help/seahorse/de/figures -@dirrm share/gnome/help/seahorse/de -@dirrm share/gnome/help/seahorse/cs/figures -@dirrm share/gnome/help/seahorse/cs -@dirrm share/gnome/help/seahorse/ca/figures -@dirrm share/gnome/help/seahorse/ca -@dirrm share/gnome/help/seahorse/C/figures -@dirrm share/gnome/help/seahorse/C -@dirrm share/gnome/help/seahorse -@dirrm share/doc/libseahorse -@dirrm share/doc/libcryptui -@dirrmtry share/applications -@dirrm lib/seahorse -@dirrm include/libcryptui -@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 -- cgit v1.2.3