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:
parent
36991dd6e9
commit
2e86bb51d8
@ -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
|
Mon Mar 24 21:11:13 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define with_zeitgeist 0
|
||||||
|
|
||||||
Name: bijiben
|
Name: bijiben
|
||||||
Version: 3.12.0
|
Version: 3.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -37,7 +39,9 @@ BuildRequires: pkgconfig(libxml-2.0)
|
|||||||
BuildRequires: pkgconfig(tracker-sparql-1.0)
|
BuildRequires: pkgconfig(tracker-sparql-1.0)
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
BuildRequires: pkgconfig(webkitgtk-3.0)
|
BuildRequires: pkgconfig(webkitgtk-3.0)
|
||||||
|
%if %{with_zeitgeist}
|
||||||
BuildRequires: pkgconfig(zeitgeist-2.0)
|
BuildRequires: pkgconfig(zeitgeist-2.0)
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user