From 01cb1ef159beb0adafdc0f6c827b768e7c26585b Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 23 Jul 2008 03:15:45 +0000 Subject: Update to 2.23.5. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11155 df743ca5-7f9a-e211-a948-0013205c9059 --- security/seahorse/Makefile | 79 +++++ security/seahorse/distinfo | 3 + .../files/patch-ssh_seahorse-ssh-operation.c | 19 ++ security/seahorse/pkg-descr | 8 + security/seahorse/pkg-plist | 343 +++++++++++++++++++++ 5 files changed, 452 insertions(+) create mode 100644 security/seahorse/Makefile create mode 100644 security/seahorse/distinfo create mode 100644 security/seahorse/files/patch-ssh_seahorse-ssh-operation.c create mode 100644 security/seahorse/pkg-descr create mode 100644 security/seahorse/pkg-plist (limited to 'security/seahorse') diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile new file mode 100644 index 000000000..806717942 --- /dev/null +++ b/security/seahorse/Makefile @@ -0,0 +1,79 @@ +# New ports collection makefile for: Seahorse +# Date created: 08 March 2000 +# Whom: Dave McKay +# +# $FreeBSD$ +# $MCom: ports/security/seahorse/Makefile,v 1.61 2008/03/14 14:13:03 mezz Exp $ +# + +PORTNAME= seahorse +PORTVERSION= 2.23.5 +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.17:${PORTSDIR}/security/gpgme \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + gnome-keyring:${PORTSDIR}/security/gnome-keyring + +USE_LDCONFIG= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 +GNU_CONFIGURE= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= seahorse.schemas +MAN1= seahorse-daemon.1 + +OPTIONS= LDAP "Enable LDAP support" on \ + HKP "Enable HKP keyserver interface" on \ + NOTIFY "Enable libnotify support" on \ + MDNS "Enable mDNS key sharing" on + +.include + +.if !defined(WITHOUT_LDAP) +USE_OPENLDAP= yes +.if ${WANT_OPENLDAP_VER} >= 23 +CFLAGS+= -DLDAP_DEPRECATED +.endif +.else +CONFIGURE_ARGS+=--disable-ldap +.endif + +.if !defined(WITHOUT_HKP) +LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup +.else +CONFIGURE_ARGS+=--disable-hkp +.endif + +.if !defined(WITHOUT_NOTIFY) +LIB_DEPENDS+= notify.1:${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 + +post-install: + -@update-desktop-database + +.include diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo new file mode 100644 index 000000000..fa7fc259a --- /dev/null +++ b/security/seahorse/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/seahorse-2.23.5.tar.bz2) = 0ca5eeb803a87a01030bcb01364abead +SHA256 (gnome2/seahorse-2.23.5.tar.bz2) = 728f426170ee729c08ff7a29c8421b6979e3be1b46be5585e1c6e1d8229a1e49 +SIZE (gnome2/seahorse-2.23.5.tar.bz2) = 2096035 diff --git a/security/seahorse/files/patch-ssh_seahorse-ssh-operation.c b/security/seahorse/files/patch-ssh_seahorse-ssh-operation.c new file mode 100644 index 000000000..d3528e2a7 --- /dev/null +++ b/security/seahorse/files/patch-ssh_seahorse-ssh-operation.c @@ -0,0 +1,19 @@ +--- ssh/seahorse-ssh-operation.c.orig 2008-07-21 18:15:51.000000000 -0400 ++++ ssh/seahorse-ssh-operation.c 2008-07-22 22:49:51.000000000 -0400 +@@ -280,11 +280,14 @@ askpass_handler (GIOChannel *source, GIO + const gchar *result = NULL; + + if (condition & G_IO_IN) { ++ GIOStatus status; + + /* 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) { ++ ret = FALSE; ++ } else if (err != NULL) { + g_critical ("couldn't read from seahorse-ssh-askpass: %s", err->message); + g_clear_error (&err); + ret = FALSE; diff --git a/security/seahorse/pkg-descr b/security/seahorse/pkg-descr new file mode 100644 index 000000000..ea4098271 --- /dev/null +++ b/security/seahorse/pkg-descr @@ -0,0 +1,8 @@ +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 new file mode 100644 index 000000000..ff665c436 --- /dev/null +++ b/security/seahorse/pkg-plist @@ -0,0 +1,343 @@ +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/gnome/help/seahorse/C/figures/export.png +share/gnome/help/seahorse/C/figures/file-manager.png +share/gnome/help/seahorse/C/figures/generate.png +share/gnome/help/seahorse/C/figures/import.png +share/gnome/help/seahorse/C/figures/key-manager.png +share/gnome/help/seahorse/C/figures/key-properties.png +share/gnome/help/seahorse/C/figures/passphrase.png +share/gnome/help/seahorse/C/figures/preferences.png +share/gnome/help/seahorse/C/figures/recipients.png +share/gnome/help/seahorse/C/figures/seahorse-window.png +share/gnome/help/seahorse/C/figures/signature.png +share/gnome/help/seahorse/C/figures/text-editor.png +share/gnome/help/seahorse/C/legal.xml +share/gnome/help/seahorse/C/seahorse.xml +share/gnome/help/seahorse/en_GB/figures/export.png +share/gnome/help/seahorse/en_GB/figures/file-manager.png +share/gnome/help/seahorse/en_GB/figures/generate.png +share/gnome/help/seahorse/en_GB/figures/import.png +share/gnome/help/seahorse/en_GB/figures/key-manager.png +share/gnome/help/seahorse/en_GB/figures/key-properties.png +share/gnome/help/seahorse/en_GB/figures/passphrase.png +share/gnome/help/seahorse/en_GB/figures/preferences.png +share/gnome/help/seahorse/en_GB/figures/recipients.png +share/gnome/help/seahorse/en_GB/figures/seahorse-window.png +share/gnome/help/seahorse/en_GB/figures/signature.png +share/gnome/help/seahorse/en_GB/figures/text-editor.png +share/gnome/help/seahorse/en_GB/seahorse.xml +share/gnome/help/seahorse/es/figures/export.png +share/gnome/help/seahorse/es/figures/file-manager.png +share/gnome/help/seahorse/es/figures/generate.png +share/gnome/help/seahorse/es/figures/import.png +share/gnome/help/seahorse/es/figures/key-manager.png +share/gnome/help/seahorse/es/figures/key-properties.png +share/gnome/help/seahorse/es/figures/passphrase.png +share/gnome/help/seahorse/es/figures/preferences.png +share/gnome/help/seahorse/es/figures/recipients.png +share/gnome/help/seahorse/es/figures/seahorse-window.png +share/gnome/help/seahorse/es/figures/signature.png +share/gnome/help/seahorse/es/figures/text-editor.png +share/gnome/help/seahorse/es/seahorse.xml +share/gnome/help/seahorse/fr/figures/export.png +share/gnome/help/seahorse/fr/figures/file-manager.png +share/gnome/help/seahorse/fr/figures/generate.png +share/gnome/help/seahorse/fr/figures/import.png +share/gnome/help/seahorse/fr/figures/key-manager.png +share/gnome/help/seahorse/fr/figures/key-properties.png +share/gnome/help/seahorse/fr/figures/passphrase.png +share/gnome/help/seahorse/fr/figures/preferences.png +share/gnome/help/seahorse/fr/figures/recipients.png +share/gnome/help/seahorse/fr/figures/seahorse-window.png +share/gnome/help/seahorse/fr/figures/signature.png +share/gnome/help/seahorse/fr/figures/text-editor.png +share/gnome/help/seahorse/fr/seahorse.xml +share/gnome/help/seahorse/it/figures/export.png +share/gnome/help/seahorse/it/figures/file-manager.png +share/gnome/help/seahorse/it/figures/generate.png +share/gnome/help/seahorse/it/figures/import.png +share/gnome/help/seahorse/it/figures/key-manager.png +share/gnome/help/seahorse/it/figures/key-properties.png +share/gnome/help/seahorse/it/figures/passphrase.png +share/gnome/help/seahorse/it/figures/preferences.png +share/gnome/help/seahorse/it/figures/recipients.png +share/gnome/help/seahorse/it/figures/seahorse-window.png +share/gnome/help/seahorse/it/figures/signature.png +share/gnome/help/seahorse/it/figures/text-editor.png +share/gnome/help/seahorse/it/seahorse.xml +share/gnome/help/seahorse/oc/figures/export.png +share/gnome/help/seahorse/oc/figures/file-manager.png +share/gnome/help/seahorse/oc/figures/generate.png +share/gnome/help/seahorse/oc/figures/import.png +share/gnome/help/seahorse/oc/figures/key-manager.png +share/gnome/help/seahorse/oc/figures/key-properties.png +share/gnome/help/seahorse/oc/figures/passphrase.png +share/gnome/help/seahorse/oc/figures/preferences.png +share/gnome/help/seahorse/oc/figures/recipients.png +share/gnome/help/seahorse/oc/figures/seahorse-window.png +share/gnome/help/seahorse/oc/figures/signature.png +share/gnome/help/seahorse/oc/figures/text-editor.png +share/gnome/help/seahorse/oc/seahorse.xml +share/gnome/help/seahorse/ru/figures/export.png +share/gnome/help/seahorse/ru/figures/file-manager.png +share/gnome/help/seahorse/ru/figures/generate.png +share/gnome/help/seahorse/ru/figures/import.png +share/gnome/help/seahorse/ru/figures/key-manager.png +share/gnome/help/seahorse/ru/figures/key-properties.png +share/gnome/help/seahorse/ru/figures/passphrase.png +share/gnome/help/seahorse/ru/figures/preferences.png +share/gnome/help/seahorse/ru/figures/recipients.png +share/gnome/help/seahorse/ru/figures/seahorse-window.png +share/gnome/help/seahorse/ru/figures/signature.png +share/gnome/help/seahorse/ru/figures/text-editor.png +share/gnome/help/seahorse/ru/seahorse.xml +share/gnome/help/seahorse/sv/figures/export.png +share/gnome/help/seahorse/sv/figures/file-manager.png +share/gnome/help/seahorse/sv/figures/generate.png +share/gnome/help/seahorse/sv/figures/import.png +share/gnome/help/seahorse/sv/figures/key-manager.png +share/gnome/help/seahorse/sv/figures/key-properties.png +share/gnome/help/seahorse/sv/figures/passphrase.png +share/gnome/help/seahorse/sv/figures/preferences.png +share/gnome/help/seahorse/sv/figures/recipients.png +share/gnome/help/seahorse/sv/figures/seahorse-window.png +share/gnome/help/seahorse/sv/figures/signature.png +share/gnome/help/seahorse/sv/figures/text-editor.png +share/gnome/help/seahorse/sv/seahorse.xml +share/gnome/help/seahorse/vi/figures/export.png +share/gnome/help/seahorse/vi/figures/file-manager.png +share/gnome/help/seahorse/vi/figures/generate.png +share/gnome/help/seahorse/vi/figures/import.png +share/gnome/help/seahorse/vi/figures/key-manager.png +share/gnome/help/seahorse/vi/figures/key-properties.png +share/gnome/help/seahorse/vi/figures/passphrase.png +share/gnome/help/seahorse/vi/figures/preferences.png +share/gnome/help/seahorse/vi/figures/recipients.png +share/gnome/help/seahorse/vi/figures/seahorse-window.png +share/gnome/help/seahorse/vi/figures/signature.png +share/gnome/help/seahorse/vi/figures/text-editor.png +share/gnome/help/seahorse/vi/seahorse.xml +share/icons/hicolor/22x22/apps/seahorse-preferences.svg +share/icons/hicolor/22x22/apps/seahorse.svg +share/icons/hicolor/48x48/apps/seahorse-applet.png +share/icons/hicolor/48x48/apps/seahorse-preferences.png +share/icons/hicolor/48x48/apps/seahorse.png +share/icons/hicolor/scalable/apps/seahorse-applet.svg +share/icons/hicolor/scalable/apps/seahorse-preferences.svg +share/icons/hicolor/scalable/apps/seahorse.svg +share/locale/ar/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/ca/LC_MESSAGES/seahorse.mo +share/locale/cs/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/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/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/lt/LC_MESSAGES/seahorse.mo +share/locale/lv/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/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@Latn/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-en_GB.omf +share/omf/seahorse/seahorse-es.omf +share/omf/seahorse/seahorse-fr.omf +share/omf/seahorse/seahorse-it.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/pixmaps/seahorse-applet.svg +share/pixmaps/seahorse-preferences.png +share/pixmaps/seahorse.png +share/pixmaps/seahorse/22x22/seahorse-applet-encrypted.png +share/pixmaps/seahorse/22x22/seahorse-applet-key.png +share/pixmaps/seahorse/22x22/seahorse-applet-signed.png +share/pixmaps/seahorse/22x22/seahorse-applet-text.png +share/pixmaps/seahorse/22x22/seahorse-applet-unknown.png +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-preferences.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/22x22/seahorse.png +share/pixmaps/seahorse/48x48/seahorse-applet-encrypted.png +share/pixmaps/seahorse/48x48/seahorse-applet-key.png +share/pixmaps/seahorse/48x48/seahorse-applet-signed.png +share/pixmaps/seahorse/48x48/seahorse-applet-text.png +share/pixmaps/seahorse/48x48/seahorse-applet-unknown.png +share/pixmaps/seahorse/48x48/seahorse-applet.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-preferences.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/48x48/seahorse.png +share/pixmaps/seahorse/scalable/seahorse-applet-encrypted.svg +share/pixmaps/seahorse/scalable/seahorse-applet-key.svg +share/pixmaps/seahorse/scalable/seahorse-applet-signed.svg +share/pixmaps/seahorse/scalable/seahorse-applet-text.svg +share/pixmaps/seahorse/scalable/seahorse-applet-unknown.svg +share/pixmaps/seahorse/scalable/seahorse-applet.svg +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-preferences.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 +share/pixmaps/seahorse/scalable/seahorse.svg +%%DATADIR%%/glade/seahorse-add-keyring.glade +%%DATADIR%%/glade/seahorse-add-keyserver.glade +%%DATADIR%%/glade/seahorse-add-subkey.glade +%%DATADIR%%/glade/seahorse-add-uid.glade +%%DATADIR%%/glade/seahorse-change-passphrase.glade +%%DATADIR%%/glade/seahorse-expires.glade +%%DATADIR%%/glade/seahorse-generate-select.glade +%%DATADIR%%/glade/seahorse-gkeyring-item-properties.glade +%%DATADIR%%/glade/seahorse-key-manager.glade +%%DATADIR%%/glade/seahorse-key-manager.ui +%%DATADIR%%/glade/seahorse-keyserver-results.glade +%%DATADIR%%/glade/seahorse-keyserver-results.ui +%%DATADIR%%/glade/seahorse-keyserver-search.glade +%%DATADIR%%/glade/seahorse-keyserver-sync.glade +%%DATADIR%%/glade/seahorse-notify.glade +%%DATADIR%%/glade/seahorse-pgp-generate.glade +%%DATADIR%%/glade/seahorse-pgp-private-key-properties.glade +%%DATADIR%%/glade/seahorse-pgp-public-key-properties.glade +%%DATADIR%%/glade/seahorse-prefs.glade +%%DATADIR%%/glade/seahorse-progress.glade +%%DATADIR%%/glade/seahorse-revoke.glade +%%DATADIR%%/glade/seahorse-sign.glade +%%DATADIR%%/glade/seahorse-signer.glade +%%DATADIR%%/glade/seahorse-ssh-generate.glade +%%DATADIR%%/glade/seahorse-ssh-key-properties.glade +%%DATADIR%%/glade/seahorse-ssh-upload.glade +@dirrm %%DATADIR%%/glade +@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/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/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/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/C/figures +@dirrm share/gnome/help/seahorse/C +@dirrm share/gnome/help/seahorse +@dirrm lib/seahorse +@dirrm include/libcryptui +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/applications +@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/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/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin -- cgit v1.2.3