SHA256
1
0
forked from pool/bijiben

Accepting request 229837 from GNOME:Next

Sub Dimstars magnificent fix :-)

OBS-URL: https://build.opensuse.org/request/show/229837
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2014-04-14 07:51:56 +00:00 committed by Git OBS Bridge
parent 36991dd6e9
commit 2e86bb51d8
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Apr 11 18:01:17 UTC 2014 - dimstar@opensuse.org
- Introduce with_zeitgeist defines (currently set to 0) to easily
switch Zeitgeist integration on and off. At this moment, it is
crashing bijiben when accessing notes if switched on.
- Conditionally enable pkgconfig(zeitgeist-2.0) BuildRequires based
on with_zeitgeist defines.
-------------------------------------------------------------------
Mon Mar 24 21:11:13 UTC 2014 - zaitor@opensuse.org

View File

@ -16,6 +16,8 @@
#
%define with_zeitgeist 0
Name: bijiben
Version: 3.12.0
Release: 0
@ -37,7 +39,9 @@ BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(tracker-sparql-1.0)
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(webkitgtk-3.0)
%if %{with_zeitgeist}
BuildRequires: pkgconfig(zeitgeist-2.0)
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description