forked from pool/bijiben
Accepting request 501747 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/501747 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bijiben?expand=0&rev=30
This commit is contained in:
commit
42f784a536
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7f05abd82da837d8d48d9f7acc6035a289d934c722fc89870d17007ba158e0d
|
||||
size 786676
|
3
bijiben-3.24.0.tar.xz
Normal file
3
bijiben-3.24.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2582c083e18b51c1c5743376c2adc1f8c68a1b912d14171a9d655ffe3d31abb6
|
||||
size 830884
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 6 07:59:10 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.24.0:
|
||||
+ Update settings dialog.
|
||||
+ Convert WebKitGTK+ v.1 notes to v.2.
|
||||
+ Fix wrong references to bijiben desktop file.
|
||||
+ Update build files.
|
||||
+ Port to WebKitGTK+ v.2.
|
||||
+ Improve how to handle open files.
|
||||
+ Remove dependancy on libedataserverui.
|
||||
+ Allow build in non-srcdir.
|
||||
+ Transform editor toolbar to an action bar.
|
||||
+ Memory leaks fixes and code clean-up.
|
||||
+ Updated translations.
|
||||
- Replace pkgconfig(webkitgtk-3.0) with pkgconfig(webkit2gtk-4.0)
|
||||
BuildRequires following upstreams port.
|
||||
- Drop pkgconfig(libedataserverui-1.2) BuildRequires, no longer
|
||||
needed nor required.
|
||||
- Pass --disable-Werror to configure, fix build (bgo#783465).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 28 17:01:33 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
13
bijiben.spec
13
bijiben.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bijiben
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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
|
||||
@ -19,13 +19,14 @@
|
||||
%define with_zeitgeist 0
|
||||
|
||||
Name: bijiben
|
||||
Version: 3.21.2
|
||||
### FIXME on version update, please check if --disable-Werror can be removed (bgo#783465)
|
||||
Version: 3.24.0
|
||||
Release: 0
|
||||
Summary: Note editor for GNOME
|
||||
License: GPL-3.0+ and CC-BY-SA-3.0
|
||||
Group: Productivity/Text/Editors
|
||||
Url: https://live.gnome.org/Bijiben
|
||||
Source: http://download.gnome.org/sources/bijiben/3.21/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/bijiben/3.24/%{name}-%{version}.tar.xz
|
||||
BuildRequires: intltool >= 0.50.1
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
@ -37,11 +38,10 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.4
|
||||
BuildRequires: pkgconfig(libecal-1.2)
|
||||
BuildRequires: pkgconfig(libecal-1.2) >= 3.13.90
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.13.90
|
||||
BuildRequires: pkgconfig(libedataserverui-1.2) >= 3.13.90
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(tracker-sparql-1.0)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(webkitgtk-3.0)
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.10.0
|
||||
%if %{with_zeitgeist}
|
||||
BuildRequires: pkgconfig(zeitgeist-2.0)
|
||||
%endif
|
||||
@ -72,7 +72,8 @@ search results from documents.
|
||||
%build
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-update-mimedb
|
||||
--disable-update-mimedb \
|
||||
--disable-Werror
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user