Accepting request 222081 from home:mgorse:branches:GNOME:Apps
- Add gnote-enable-tomboy-migration.patch -- enable Tomboy migration by default (bnc#862246 bgo#723835). OBS-URL: https://build.opensuse.org/request/show/222081 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=56
This commit is contained in:
parent
218e687066
commit
bac00e9d22
14
gnote-enable-tomboy-migration.patch
Normal file
14
gnote-enable-tomboy-migration.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
From: Mike Gorse <mgorse@suse.com>
|
||||||
|
Date: Wed Feb 12 08:32:51 CST 2014
|
||||||
|
Subject: Enable Tomboy by default (bnc#862246)
|
||||||
|
|
||||||
|
diff -ur gnote-3.11.0.orig/src/addins/tomboyimport/tomboyimport.desktop.in gnote-3.11.0/src/addins/tomboyimport/tomboyimport.desktop.in
|
||||||
|
--- gnote-3.11.0.orig/src/addins/tomboyimport/tomboyimport.desktop.in 2013-08-25 14:23:34.000000000 -0500
|
||||||
|
+++ gnote-3.11.0/src/addins/tomboyimport/tomboyimport.desktop.in 2014-02-12 08:28:33.581091764 -0600
|
||||||
|
@@ -5,5 +5,5 @@
|
||||||
|
_Authors=Hubert Figuiere
|
||||||
|
Category=Tools
|
||||||
|
Version=0.2
|
||||||
|
-DefaultEnabled=false
|
||||||
|
+DefaultEnabled=true
|
||||||
|
Module=tomboyimport
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 12 16:39:23 UTC 2014 - mgorse@suse.com
|
||||||
|
|
||||||
|
- Add gnote-enable-tomboy-migration.patch -- enable Tomboy
|
||||||
|
migration by default (bnc#862246 bgo#723835).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 19 14:43:57 UTC 2014 - dimstar@opensuse.org
|
Sun Jan 19 14:43:57 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -24,6 +24,8 @@ License: GPL-3.0+
|
|||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
Url: http://live.gnome.org/Gnote
|
Url: http://live.gnome.org/Gnote
|
||||||
Source: http://download.gnome.org/sources/gnote/3.11/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnote/3.11/%{name}-%{version}.tar.xz
|
||||||
|
# PATCH-FEATURE-UPSTREAM gnote-enable-tomboy-migration.patch bnc#862246 bgo#723835 mgorse@suse.com -- enable Tomboy migration by default.
|
||||||
|
Patch0: gnote-enable-tomboy-migration.patch
|
||||||
BuildRequires: boost-devel >= 1.34
|
BuildRequires: boost-devel >= 1.34
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -64,6 +66,7 @@ search results from documents.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-x11-support
|
%configure --disable-static --with-x11-support
|
||||||
|
Loading…
Reference in New Issue
Block a user