SHA256
1
0
forked from pool/gnote

Accepting request 575367 from home:zhengqiang:branches:GNOME:Apps

- Add shortkey-ctrl-o-alt-w.patch:
  When left-click the note tree view, shortkey should be enable
  ( bgo#792859 ).

OBS-URL: https://build.opensuse.org/request/show/575367
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=102
This commit is contained in:
2018-02-12 15:12:18 +00:00
committed by Git OBS Bridge
parent cc7b55a9f7
commit 4570d64d1c
3 changed files with 32 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package gnote
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@ License: GPL-3.0+
Group: Productivity/Text/Editors
Url: http://live.gnome.org/Gnote
Source: http://download.gnome.org/sources/gnote/3.26/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM shortkey-ctrl-o-alt-w.patch bgo#792859 qzheng@suse.com -- When left-click the note tree view, shortkey should be enable.
Patch0: shortkey-ctrl-o-alt-w.patch
%if 0%{?suse_version} > 1325
BuildRequires: libboost_test-devel
%else
@@ -71,6 +73,7 @@ search results from documents.
%prep
%setup -q
%patch0 -p1
translation-update-upstream
%build