Accepting request 196475 from home:dimstar:branches:GNOME:Factory
resubbed OBS-URL: https://build.opensuse.org/request/show/196475 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=149
This commit is contained in:
parent
88d0037848
commit
150119ce64
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0d92b008efb7a4aee9f6542c53e8a8b92f9dacf768ed639d301f23648a8c457
|
||||
size 1971036
|
3
seahorse-3.9.90.tar.xz
Normal file
3
seahorse-3.9.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74bd6b8bd1dae36e852c2aaf5b1f40d0d3baffc3286f6ca3223fd3a7e72fb7e1
|
||||
size 2108676
|
@ -1,87 +0,0 @@
|
||||
From 97dab1647bdc2f50d642eb0278bc3399b4beb7ac Mon Sep 17 00:00:00 2001
|
||||
From: Michael Catanzaro <mike.catanzaro@gmail.com>
|
||||
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 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="layout_style">end</property>
|
||||
<child>
|
||||
- <object class="GtkButton" id="helpbutton1">
|
||||
- <property name="label">gtk-help</property>
|
||||
- <property name="visible">True</property>
|
||||
- <property name="can_focus">True</property>
|
||||
- <property name="can_default">True</property>
|
||||
- <property name="receives_default">False</property>
|
||||
- <property name="use_stock">True</property>
|
||||
- <signal name="clicked" handler="on_widget_help"/>
|
||||
- </object>
|
||||
- <packing>
|
||||
- <property name="expand">False</property>
|
||||
- <property name="fill">False</property>
|
||||
- <property name="position">0</property>
|
||||
- </packing>
|
||||
- </child>
|
||||
- <child>
|
||||
<object class="GtkButton" id="closebutton1">
|
||||
<property name="label">gtk-close</property>
|
||||
<property name="visible">True</property>
|
||||
@@ -401,7 +385,6 @@
|
||||
</object>
|
||||
</child>
|
||||
<action-widgets>
|
||||
- <action-widget response="-11">helpbutton1</action-widget>
|
||||
<action-widget response="-7">closebutton1</action-widget>
|
||||
</action-widgets>
|
||||
</object>
|
||||
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 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="layout_style">end</property>
|
||||
<child>
|
||||
- <object class="GtkButton" id="helpbutton1">
|
||||
- <property name="label">gtk-help</property>
|
||||
- <property name="visible">True</property>
|
||||
- <property name="can_focus">True</property>
|
||||
- <property name="can_default">True</property>
|
||||
- <property name="receives_default">False</property>
|
||||
- <property name="use_stock">True</property>
|
||||
- <signal name="clicked" handler="on_widget_help"/>
|
||||
- </object>
|
||||
- <packing>
|
||||
- <property name="expand">False</property>
|
||||
- <property name="fill">False</property>
|
||||
- <property name="position">0</property>
|
||||
- </packing>
|
||||
- </child>
|
||||
- <child>
|
||||
<object class="GtkButton" id="closebutton1">
|
||||
<property name="label">gtk-close</property>
|
||||
<property name="visible">True</property>
|
||||
@@ -186,7 +170,6 @@
|
||||
</object>
|
||||
</child>
|
||||
<action-widgets>
|
||||
- <action-widget response="-11">helpbutton1</action-widget>
|
||||
<action-widget response="-7">closebutton1</action-widget>
|
||||
</action-widgets>
|
||||
</object>
|
||||
--
|
||||
1.8.1.1
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 17:12:00 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.90:
|
||||
+ Show the sidebar by default (bgo#705592).
|
||||
+ ssh: Bump the minimum key size to 768 bits (bgo#705561).
|
||||
+ Add "DesktopSettings;X-XFCE-SettingsDialog;" to .desktop
|
||||
categories (bgo#704981).
|
||||
+ pgp: Put the 'Comment' field in the advanced section of PGP key
|
||||
gen (bgo#703766).
|
||||
+ Only permit import from clipboard when data is available
|
||||
(bgo#703394).
|
||||
+ soup: use the SoupProxyResolverDefault feature (bgo#682495).
|
||||
+ pgp: Fix uninitialized memory access.
|
||||
+ Port some of seahorse to vala code.
|
||||
+ Build fixes (bgo#702602, bgo#699147).
|
||||
+ Translation fixes (bgo#699116).
|
||||
+ Updated translations.
|
||||
- Drop seahorse-remove-bad-help-buttons.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 1 08:18:42 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
@ -866,13 +886,13 @@ Sat Aug 02 16:45:12 CEST 2008 - captain.magnus@opensuse.org
|
||||
+ Use the vala programming language for some code.
|
||||
+ Add initial infrastructure for PKCS#11 key/certificate support.
|
||||
+ Save and load window sizes from gconf. [Adam Schreiber]
|
||||
* Build fixes [Brian Cameron, Saleem Abdulrasool, Alexis Ballier,
|
||||
+ Build fixes [Brian Cameron, Saleem Abdulrasool, Alexis Ballier,
|
||||
Christian Persch, Rodrigo Moya]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 18 16:45:12 CEST 2008 - rodrigo@suse.de
|
||||
|
||||
- Tag and upstream patches
|
||||
- Tag and upstream patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 30 19:06:02 CEST 2008 - maw@suse.de
|
||||
|
@ -17,15 +17,13 @@
|
||||
|
||||
|
||||
Name: seahorse
|
||||
Version: 3.9.1
|
||||
Version: 3.9.90
|
||||
Release: 0
|
||||
Summary: GNOME interface for gnupg
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Security
|
||||
Url: http://projects.gnome.org/seahorse/
|
||||
Source: http://download.gnome.org/sources/seahorse/3.9/%{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
|
||||
@ -39,11 +37,11 @@ BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(avahi-client)
|
||||
BuildRequires: pkgconfig(avahi-glib)
|
||||
BuildRequires: pkgconfig(gck-1) >= 3.3.4
|
||||
BuildRequires: pkgconfig(gcr-3) >= 3.3.4
|
||||
BuildRequires: pkgconfig(gcr-3) >= 3.9.1
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libsecret-unstable) >= 0.5
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.24.0
|
||||
BuildRequires: pkgconfig(libsecret-unstable) >= 0.16
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.33.92
|
||||
Recommends: %{name}-lang
|
||||
Obsoletes: %{name}-devel < %{version}
|
||||
# We dropped seahorse-plugins in 12.1
|
||||
@ -69,7 +67,6 @@ search results from documents.
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Loading…
Reference in New Issue
Block a user