diff --git a/seahorse-remove-bad-help-buttons.patch b/seahorse-remove-bad-help-buttons.patch new file mode 100644 index 0000000..38caff6 --- /dev/null +++ b/seahorse-remove-bad-help-buttons.patch @@ -0,0 +1,87 @@ +From 97dab1647bdc2f50d642eb0278bc3399b4beb7ac Mon Sep 17 00:00:00 2001 +From: Michael Catanzaro +Date: Tue, 19 Feb 2013 22:27:28 -0600 +Subject: [PATCH] Remove gkr-keyring, gkr-item-properties help + +There is no article associated with these buttons, and there's not +really any need for Help on these pages anyway. (bnc#804181) + +Various other patches including a varient of this one have been proposed +upstream at bgo#659834; none have been accepted as of yet +--- + gkr/seahorse-gkr-item-properties.xml | 17 ----------------- + gkr/seahorse-gkr-keyring.xml | 17 ----------------- + 2 files changed, 34 deletions(-) + +diff --git a/gkr/seahorse-gkr-item-properties.xml b/gkr/seahorse-gkr-item-properties.xml +index 7e38ecb..7a66e23 100644 +--- a/gkr/seahorse-gkr-item-properties.xml ++++ b/gkr/seahorse-gkr-item-properties.xml +@@ -360,22 +360,6 @@ + True + end + +- +- gtk-help +- True +- True +- True +- False +- True +- +- +- +- False +- False +- 0 +- +- +- + + gtk-close + True +@@ -401,7 +385,6 @@ + + + +- helpbutton1 + closebutton1 + + +diff --git a/gkr/seahorse-gkr-keyring.xml b/gkr/seahorse-gkr-keyring.xml +index e9a6c03..3474e53 100644 +--- a/gkr/seahorse-gkr-keyring.xml ++++ b/gkr/seahorse-gkr-keyring.xml +@@ -145,22 +145,6 @@ + True + end + +- +- gtk-help +- True +- True +- True +- False +- True +- +- +- +- False +- False +- 0 +- +- +- + + gtk-close + True +@@ -186,7 +170,6 @@ + + + +- helpbutton1 + closebutton1 + + +-- +1.8.1.1 diff --git a/seahorse.changes b/seahorse.changes index b4e7ede..b8aa9d4 100644 --- a/seahorse.changes +++ b/seahorse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 20 04:34:14 UTC 2013 - mike.catanzaro@gmail.com + +- Add seahorse-remove-bad-help-buttons.patch (bnc#804181) + ------------------------------------------------------------------- Tue Nov 13 10:30:36 UTC 2012 - dimstar@opensuse.org diff --git a/seahorse.spec b/seahorse.spec index bc95194..17b6510 100644 --- a/seahorse.spec +++ b/seahorse.spec @@ -24,6 +24,8 @@ License: GPL-2.0+ Group: Productivity/Security Url: http://projects.gnome.org/seahorse/ Source: http://download.gnome.org/sources/seahorse/3.6/%{name}-%{version}.tar.xz +# PATCH-FIX-OPENSUSE bnc#804181 bgo#659834 mike.catanzaro@gmail.com -- Remove help buttons that point to nowhere, submitted but not yet reviewed upstream +Patch0: seahorse-remove-bad-help-buttons.patch BuildRequires: fdupes BuildRequires: gpg2 BuildRequires: gpgme-devel @@ -55,6 +57,7 @@ Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend. %prep %setup -q translation-update-upstream +%patch0 -p1 %build %configure \