diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 52 | ||||
-rw-r--r-- | security/seahorse/distinfo | 4 | ||||
-rw-r--r-- | security/seahorse/files/patch-libseahorse_seahorse-notification.c | 11 | ||||
-rw-r--r-- | security/seahorse/pkg-plist | 351 | ||||
-rw-r--r-- | security/seahorse3/Makefile | 68 | ||||
-rw-r--r-- | security/seahorse3/distinfo | 2 | ||||
-rw-r--r-- | security/seahorse3/pkg-descr | 8 | ||||
-rw-r--r-- | security/seahorse3/pkg-plist | 300 |
8 files changed, 179 insertions, 617 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 6cfef47a0..02fe9705d 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,46 +1,44 @@ # Created by: Dave McKay <dave@mu.org> # $FreeBSD$ -# $MCom: ports/trunk/security/seahorse/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports/trunk/security/seahorse3/Makefile 18480 2013-05-17 20:20:19Z kwm $ PORTNAME= seahorse -PORTVERSION= 2.32.0 -PORTREVISION= 9 +PORTVERSION= 3.6.3 CATEGORIES= security gnome MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME application for managing encryption keys (PGP, SSH) -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ + itstool:${PORTSDIR}/textproc/itstool +LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ + libcryptui.so:${PORTSDIR}/security/libcryptui \ + libgcr-3.so:${PORTSDIR}/security/gcr \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libsecret-1.so:${PORTSDIR}/security/libsecret \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - gcr:${PORTSDIR}/security/gnome-keyring \ - gcrypt:${PORTSDIR}/security/libgcrypt \ - soup-2.4:${PORTSDIR}/devel/libsoup -CONFLICTS= libcryptui-3.[0-9]* seahorse-3.[0-9]* - -NO_STAGE= yes USE_XORG= sm USE_LDCONFIG= yes -USE_BZIP2= yes +USE_XZ= yes USES= gettext gmake pathfix pkgconfig -USE_GNOME= intlhack gnomeprefix gconf2 gnomedocutils +USE_GNOME= intlhack gnomeprefix gtk30 GNU_CONFIGURE= yes -INSTALLS_OMF= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --enable-introspection=no -GCONF_SCHEMAS= seahorse.schemas -MAN1= seahorse.1 seahorse-daemon.1 +GLIB_SCHEMAS= org.gnome.seahorse.gschema.xml \ + org.gnome.seahorse.manager.gschema.xml \ + org.gnome.seahorse.window.gschema.xml -OPTIONS_DEFINE= LDAP NOTIFY MDNS -OPTIONS_DEFAULT=LDAP NOTIFY MDNS -MDNS_DESC= mDNS key sharing +OPTIONS_DEFINE= LDAP NOTIFY AVAHI +OPTIONS_DEFAULT=LDAP NOTIFY AVAHI .include <bsd.port.options.mk> @@ -51,19 +49,15 @@ CONFIGURE_ARGS+=--disable-ldap .endif .if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify .else CONFIGURE_ARGS+=--disable-libnotify .endif -.if ${PORT_OPTIONS:MMDNS} -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app +.if ${PORT_OPTIONS:MAVAHI} +LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app .else CONFIGURE_ARGS+=--disable-sharing .endif -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ - ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index 5e0b05802..550f21983 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/seahorse-2.32.0.tar.bz2) = f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d -SIZE (gnome2/seahorse-2.32.0.tar.bz2) = 2491230 +SHA256 (gnome3/seahorse-3.6.3.tar.xz) = 9b712da1989725547a8093e638725ee6de74d7870661545a15374c7ebf335cc1 +SIZE (gnome3/seahorse-3.6.3.tar.xz) = 1995252 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-plist b/security/seahorse/pkg-plist index 09524c6f6..9d4758d08 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -1,122 +1,74 @@ 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 +man/man1/seahorse.1.gz +share/GConf/gsettings/org.gnome.seahorse.convert +share/GConf/gsettings/org.gnome.seahorse.manager.convert 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/help/C/seahorse/figures/seahorse-window.png +share/help/C/seahorse/index.docbook +share/help/C/seahorse/legal.xml +share/help/ca/seahorse/figures/seahorse-window.png +share/help/ca/seahorse/index.docbook +share/help/ca/seahorse/legal.xml +share/help/cs/seahorse/figures/seahorse-window.png +share/help/cs/seahorse/index.docbook +share/help/cs/seahorse/legal.xml +share/help/de/seahorse/figures/seahorse-window.png +share/help/de/seahorse/index.docbook +share/help/de/seahorse/legal.xml +share/help/el/seahorse/figures/seahorse-window.png +share/help/el/seahorse/index.docbook +share/help/el/seahorse/legal.xml +share/help/en_GB/seahorse/figures/seahorse-window.png +share/help/en_GB/seahorse/index.docbook +share/help/en_GB/seahorse/legal.xml +share/help/es/seahorse/figures/seahorse-window.png +share/help/es/seahorse/index.docbook +share/help/es/seahorse/legal.xml +share/help/eu/seahorse/figures/seahorse-window.png +share/help/eu/seahorse/index.docbook +share/help/eu/seahorse/legal.xml +share/help/fr/seahorse/figures/seahorse-window.png +share/help/fr/seahorse/index.docbook +share/help/fr/seahorse/legal.xml +share/help/gl/seahorse/figures/seahorse-window.png +share/help/gl/seahorse/index.docbook +share/help/gl/seahorse/legal.xml +share/help/it/seahorse/figures/seahorse-window.png +share/help/it/seahorse/index.docbook +share/help/it/seahorse/legal.xml +share/help/ja/seahorse/figures/seahorse-window.png +share/help/ja/seahorse/index.docbook +share/help/ja/seahorse/legal.xml +share/help/ko/seahorse/figures/seahorse-window.png +share/help/ko/seahorse/index.docbook +share/help/ko/seahorse/legal.xml +share/help/oc/seahorse/figures/seahorse-window.png +share/help/oc/seahorse/index.docbook +share/help/oc/seahorse/legal.xml +share/help/ru/seahorse/figures/seahorse-window.png +share/help/ru/seahorse/index.docbook +share/help/ru/seahorse/legal.xml +share/help/sl/seahorse/figures/seahorse-window.png +share/help/sl/seahorse/index.docbook +share/help/sl/seahorse/legal.xml +share/help/sv/seahorse/figures/seahorse-window.png +share/help/sv/seahorse/index.docbook +share/help/sv/seahorse/legal.xml +share/help/vi/seahorse/figures/seahorse-window.png +share/help/vi/seahorse/index.docbook +share/help/vi/seahorse/legal.xml +share/help/zh_CN/seahorse/figures/seahorse-window.png +share/help/zh_CN/seahorse/index.docbook +share/help/zh_CN/seahorse/legal.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/256x256/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 @@ -125,6 +77,7 @@ 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/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 @@ -138,9 +91,10 @@ 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@shaw/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/eo/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 @@ -157,8 +111,8 @@ 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/ku/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 @@ -190,53 +144,27 @@ 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/ug/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%%/icons/hicolor/22x22/apps/seahorse-key-personal.png +%%DATADIR%%/icons/hicolor/22x22/apps/seahorse-key-ssh.png +%%DATADIR%%/icons/hicolor/22x22/apps/seahorse-key.png +%%DATADIR%%/icons/hicolor/22x22/apps/seahorse-person.png +%%DATADIR%%/icons/hicolor/22x22/status/seahorse-sign-bad.png +%%DATADIR%%/icons/hicolor/22x22/status/seahorse-sign-ok.png +%%DATADIR%%/icons/hicolor/22x22/status/seahorse-sign.png +%%DATADIR%%/icons/hicolor/48x48/apps/seahorse-key-personal.png +%%DATADIR%%/icons/hicolor/48x48/apps/seahorse-key-ssh.png +%%DATADIR%%/icons/hicolor/48x48/apps/seahorse-key.png +%%DATADIR%%/icons/hicolor/48x48/apps/seahorse-person.png +%%DATADIR%%/icons/hicolor/48x48/status/seahorse-sign-bad.png +%%DATADIR%%/icons/hicolor/48x48/status/seahorse-sign-ok.png +%%DATADIR%%/icons/hicolor/48x48/status/seahorse-sign-unknown.png +%%DATADIR%%/icons/hicolor/48x48/status/seahorse-sign.png %%DATADIR%%/ui/seahorse-add-keyring.xml %%DATADIR%%/ui/seahorse-add-keyserver.xml %%DATADIR%%/ui/seahorse-add-subkey.xml @@ -253,10 +181,11 @@ share/pixmaps/seahorse/scalable/seahorse-sign.svg %%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-pkcs11-generate.xml +%%DATADIR%%/ui/seahorse-pkcs11-request.xml %%DATADIR%%/ui/seahorse-prefs.xml %%DATADIR%%/ui/seahorse-progress.xml %%DATADIR%%/ui/seahorse-revoke.xml @@ -265,53 +194,21 @@ share/pixmaps/seahorse/scalable/seahorse-sign.svg %%DATADIR%%/ui/seahorse-ssh-generate.xml %%DATADIR%%/ui/seahorse-ssh-key-properties.xml %%DATADIR%%/ui/seahorse-ssh-upload.xml +%%DATADIR%%/ui/seahorse.css @dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%%/icons/hicolor/48x48/status +@dirrm %%DATADIR%%/icons/hicolor/48x48/apps +@dirrm %%DATADIR%%/icons/hicolor/48x48 +@dirrm %%DATADIR%%/icons/hicolor/22x22/status +@dirrm %%DATADIR%%/icons/hicolor/22x22/apps +@dirrm %%DATADIR%%/icons/hicolor/22x22 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons @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/ug/LC_MESSAGES +@dirrmtry share/locale/ug @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te @dirrmtry share/locale/sr@latin/LC_MESSAGES @@ -342,3 +239,63 @@ share/pixmaps/seahorse/scalable/seahorse-sign.svg @dirrmtry share/locale/ast @dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as +@dirrm share/help/zh_CN/seahorse/figures +@dirrm share/help/zh_CN/seahorse +@dirrmtry share/help/zh_CN +@dirrm share/help/vi/seahorse/figures +@dirrm share/help/vi/seahorse +@dirrmtry share/help/vi +@dirrm share/help/sv/seahorse/figures +@dirrm share/help/sv/seahorse +@dirrmtry share/help/sv +@dirrm share/help/sl/seahorse/figures +@dirrm share/help/sl/seahorse +@dirrmtry share/help/sl +@dirrm share/help/ru/seahorse/figures +@dirrm share/help/ru/seahorse +@dirrmtry share/help/ru +@dirrm share/help/oc/seahorse/figures +@dirrm share/help/oc/seahorse +@dirrmtry share/help/oc +@dirrm share/help/ko/seahorse/figures +@dirrm share/help/ko/seahorse +@dirrmtry share/help/ko +@dirrm share/help/ja/seahorse/figures +@dirrm share/help/ja/seahorse +@dirrmtry share/help/ja +@dirrm share/help/it/seahorse/figures +@dirrm share/help/it/seahorse +@dirrmtry share/help/it +@dirrm share/help/gl/seahorse/figures +@dirrm share/help/gl/seahorse +@dirrmtry share/help/gl +@dirrm share/help/fr/seahorse/figures +@dirrm share/help/fr/seahorse +@dirrmtry share/help/fr +@dirrm share/help/eu/seahorse/figures +@dirrm share/help/eu/seahorse +@dirrmtry share/help/eu +@dirrm share/help/es/seahorse/figures +@dirrm share/help/es/seahorse +@dirrmtry share/help/es +@dirrm share/help/en_GB/seahorse/figures +@dirrm share/help/en_GB/seahorse +@dirrmtry share/help/en_GB +@dirrm share/help/el/seahorse/figures +@dirrm share/help/el/seahorse +@dirrmtry share/help/el +@dirrm share/help/de/seahorse/figures +@dirrm share/help/de/seahorse +@dirrmtry share/help/de +@dirrm share/help/cs/seahorse/figures +@dirrm share/help/cs/seahorse +@dirrmtry share/help/cs +@dirrm share/help/ca/seahorse/figures +@dirrm share/help/ca/seahorse +@dirrmtry share/help/ca +@dirrm share/help/C/seahorse/figures +@dirrm share/help/C/seahorse +@dirrmtry share/help/C +@dirrmtry share/help +@dirrmtry share/applications +@dirrm lib/seahorse diff --git a/security/seahorse3/Makefile b/security/seahorse3/Makefile deleted file mode 100644 index afddd3a81..000000000 --- a/security/seahorse3/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# Created by: Dave McKay <dave@mu.org> -# $FreeBSD$ -# $MCom: ports/trunk/security/seahorse3/Makefile 18480 2013-05-17 20:20:19Z kwm $ - -PORTNAME= seahorse -PORTVERSION= 3.6.3 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME application for managing encryption keys (PGP, SSH) - -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ - itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ - libcryptui.so:${PORTSDIR}/security/libcryptui \ - libgcr-3.so:${PORTSDIR}/security/gcr \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libsecret-1.so:${PORTSDIR}/security/libsecret \ - libsoup-2.4.so:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg - -CONFLICTS= seahorse-2.[0-9]* - -NO_STAGE= yes -LATEST_LINK= seahorse3 -USE_XORG= sm -USE_LDCONFIG= yes -USE_XZ= yes -USES= gettext gmake pathfix pkgconfig -USE_GNOME= intlhack gnomeprefix gtk30 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -GLIB_SCHEMAS= org.gnome.seahorse.gschema.xml \ - org.gnome.seahorse.manager.gschema.xml \ - org.gnome.seahorse.window.gschema.xml -MAN1= seahorse.1 - -OPTIONS_DEFINE= LDAP NOTIFY AVAHI -OPTIONS_DEFAULT=LDAP NOTIFY AVAHI - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MLDAP} -USE_OPENLDAP= yes -.else -CONFIGURE_ARGS+=--disable-ldap -.endif - -.if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+=--disable-libnotify -.endif - -.if ${PORT_OPTIONS:MAVAHI} -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.else -CONFIGURE_ARGS+=--disable-sharing -.endif - -.include <bsd.port.mk> diff --git a/security/seahorse3/distinfo b/security/seahorse3/distinfo deleted file mode 100644 index 550f21983..000000000 --- a/security/seahorse3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome3/seahorse-3.6.3.tar.xz) = 9b712da1989725547a8093e638725ee6de74d7870661545a15374c7ebf335cc1 -SIZE (gnome3/seahorse-3.6.3.tar.xz) = 1995252 diff --git a/security/seahorse3/pkg-descr b/security/seahorse3/pkg-descr deleted file mode 100644 index ea4098271..000000000 --- a/security/seahorse3/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/seahorse3/pkg-plist b/security/seahorse3/pkg-plist deleted file mode 100644 index 832d60a21..000000000 --- a/security/seahorse3/pkg-plist +++ /dev/null @@ -1,300 +0,0 @@ -bin/seahorse -lib/seahorse/seahorse-ssh-askpass -lib/seahorse/xloadimage -share/GConf/gsettings/org.gnome.seahorse.convert -share/GConf/gsettings/org.gnome.seahorse.manager.convert -share/applications/seahorse.desktop -share/help/C/seahorse/figures/seahorse-window.png -share/help/C/seahorse/index.docbook -share/help/C/seahorse/legal.xml -share/help/ca/seahorse/figures/seahorse-window.png -share/help/ca/seahorse/index.docbook -share/help/ca/seahorse/legal.xml -share/help/cs/seahorse/figures/seahorse-window.png -share/help/cs/seahorse/index.docbook -share/help/cs/seahorse/legal.xml -share/help/de/seahorse/figures/seahorse-window.png -share/help/de/seahorse/index.docbook -share/help/de/seahorse/legal.xml -share/help/el/seahorse/figures/seahorse-window.png -share/help/el/seahorse/index.docbook -share/help/el/seahorse/legal.xml -share/help/en_GB/seahorse/figures/seahorse-window.png -share/help/en_GB/seahorse/index.docbook -share/help/en_GB/seahorse/legal.xml -share/help/es/seahorse/figures/seahorse-window.png -share/help/es/seahorse/index.docbook -share/help/es/seahorse/legal.xml -share/help/eu/seahorse/figures/seahorse-window.png -share/help/eu/seahorse/index.docbook -share/help/eu/seahorse/legal.xml -share/help/fr/seahorse/figures/seahorse-window.png -share/help/fr/seahorse/index.docbook -share/help/fr/seahorse/legal.xml -share/help/gl/seahorse/figures/seahorse-window.png -share/help/gl/seahorse/index.docbook -share/help/gl/seahorse/legal.xml -share/help/it/seahorse/figures/seahorse-window.png -share/help/it/seahorse/index.docbook -share/help/it/seahorse/legal.xml -share/help/ja/seahorse/figures/seahorse-window.png -share/help/ja/seahorse/index.docbook -share/help/ja/seahorse/legal.xml -share/help/ko/seahorse/figures/seahorse-window.png -share/help/ko/seahorse/index.docbook -share/help/ko/seahorse/legal.xml -share/help/oc/seahorse/figures/seahorse-window.png -share/help/oc/seahorse/index.docbook -share/help/oc/seahorse/legal.xml -share/help/ru/seahorse/figures/seahorse-window.png -share/help/ru/seahorse/index.docbook -share/help/ru/seahorse/legal.xml -share/help/sl/seahorse/figures/seahorse-window.png -share/help/sl/seahorse/index.docbook -share/help/sl/seahorse/legal.xml -share/help/sv/seahorse/figures/seahorse-window.png -share/help/sv/seahorse/index.docbook -share/help/sv/seahorse/legal.xml -share/help/vi/seahorse/figures/seahorse-window.png -share/help/vi/seahorse/index.docbook -share/help/vi/seahorse/legal.xml -share/help/zh_CN/seahorse/figures/seahorse-window.png -share/help/zh_CN/seahorse/index.docbook -share/help/zh_CN/seahorse/legal.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/256x256/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/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@shaw/LC_MESSAGES/seahorse.mo -share/locale/en_CA/LC_MESSAGES/seahorse.mo -share/locale/en_GB/LC_MESSAGES/seahorse.mo -share/locale/eo/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/ko/LC_MESSAGES/seahorse.mo -share/locale/ku/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/ug/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 -%%DATADIR%%/icons/hicolor/22x22/apps/seahorse-key-personal.png -%%DATADIR%%/icons/hicolor/22x22/apps/seahorse-key-ssh.png -%%DATADIR%%/icons/hicolor/22x22/apps/seahorse-key.png -%%DATADIR%%/icons/hicolor/22x22/apps/seahorse-person.png -%%DATADIR%%/icons/hicolor/22x22/status/seahorse-sign-bad.png -%%DATADIR%%/icons/hicolor/22x22/status/seahorse-sign-ok.png -%%DATADIR%%/icons/hicolor/22x22/status/seahorse-sign.png -%%DATADIR%%/icons/hicolor/48x48/apps/seahorse-key-personal.png -%%DATADIR%%/icons/hicolor/48x48/apps/seahorse-key-ssh.png -%%DATADIR%%/icons/hicolor/48x48/apps/seahorse-key.png -%%DATADIR%%/icons/hicolor/48x48/apps/seahorse-person.png -%%DATADIR%%/icons/hicolor/48x48/status/seahorse-sign-bad.png -%%DATADIR%%/icons/hicolor/48x48/status/seahorse-sign-ok.png -%%DATADIR%%/icons/hicolor/48x48/status/seahorse-sign-unknown.png -%%DATADIR%%/icons/hicolor/48x48/status/seahorse-sign.png -%%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-pgp-generate.xml -%%DATADIR%%/ui/seahorse-pgp-private-key-properties.xml -%%DATADIR%%/ui/seahorse-pgp-public-key-properties.xml -%%DATADIR%%/ui/seahorse-pkcs11-generate.xml -%%DATADIR%%/ui/seahorse-pkcs11-request.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 -%%DATADIR%%/ui/seahorse.css -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/icons/hicolor/48x48/status -@dirrm %%DATADIR%%/icons/hicolor/48x48/apps -@dirrm %%DATADIR%%/icons/hicolor/48x48 -@dirrm %%DATADIR%%/icons/hicolor/22x22/status -@dirrm %%DATADIR%%/icons/hicolor/22x22/apps -@dirrm %%DATADIR%%/icons/hicolor/22x22 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@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/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 -@dirrm share/help/zh_CN/seahorse/figures -@dirrm share/help/zh_CN/seahorse -@dirrmtry share/help/zh_CN -@dirrm share/help/vi/seahorse/figures -@dirrm share/help/vi/seahorse -@dirrmtry share/help/vi -@dirrm share/help/sv/seahorse/figures -@dirrm share/help/sv/seahorse -@dirrmtry share/help/sv -@dirrm share/help/sl/seahorse/figures -@dirrm share/help/sl/seahorse -@dirrmtry share/help/sl -@dirrm share/help/ru/seahorse/figures -@dirrm share/help/ru/seahorse -@dirrmtry share/help/ru -@dirrm share/help/oc/seahorse/figures -@dirrm share/help/oc/seahorse -@dirrmtry share/help/oc -@dirrm share/help/ko/seahorse/figures -@dirrm share/help/ko/seahorse -@dirrmtry share/help/ko -@dirrm share/help/ja/seahorse/figures -@dirrm share/help/ja/seahorse -@dirrmtry share/help/ja -@dirrm share/help/it/seahorse/figures -@dirrm share/help/it/seahorse -@dirrmtry share/help/it -@dirrm share/help/gl/seahorse/figures -@dirrm share/help/gl/seahorse -@dirrmtry share/help/gl -@dirrm share/help/fr/seahorse/figures -@dirrm share/help/fr/seahorse -@dirrmtry share/help/fr -@dirrm share/help/eu/seahorse/figures -@dirrm share/help/eu/seahorse -@dirrmtry share/help/eu -@dirrm share/help/es/seahorse/figures -@dirrm share/help/es/seahorse -@dirrmtry share/help/es -@dirrm share/help/en_GB/seahorse/figures -@dirrm share/help/en_GB/seahorse -@dirrmtry share/help/en_GB -@dirrm share/help/el/seahorse/figures -@dirrm share/help/el/seahorse -@dirrmtry share/help/el -@dirrm share/help/de/seahorse/figures -@dirrm share/help/de/seahorse -@dirrmtry share/help/de -@dirrm share/help/cs/seahorse/figures -@dirrm share/help/cs/seahorse -@dirrmtry share/help/cs -@dirrm share/help/ca/seahorse/figures -@dirrm share/help/ca/seahorse -@dirrmtry share/help/ca -@dirrm share/help/C/seahorse/figures -@dirrm share/help/C/seahorse -@dirrmtry share/help/C -@dirrmtry share/help -@dirrmtry share/applications -@dirrm lib/seahorse |